Steven Kirk
2d251b04fb
Fix nullability error from Avalonia.Web.Blazor.
4 years ago
Steven Kirk
7f774a130f
Fix up nullable issues in Avalonia.Diagnostics.
4 years ago
Steven Kirk
77d059be22
Add nullable annotations to Avalonia.Controls.
4 years ago
Steven Kirk
ad0a813304
Nullability tweaks in lower-level libraries.
4 years ago
Emmanuel Hansen
9a5fe6cbdf
fixup
4 years ago
Tim U
fb4c82aa84
Use AddOwner for ScrollContentPresenter
4 years ago
Tim U
2941c3f635
Rename BubbleUpScrollOnEndReached to IsScrollChainingEnabled
4 years ago
Tim
c7560588fb
use `ScrollViewer.GetBubbleUpScrollOnEndReached` in `DataGrid`
DataGrid handles the scrolling by it's own and not via ScrollViewer, so we need handle it there as well.
4 years ago
Tim
26ca4c15ba
Implement `BubbleUpScrollOnEndReachedProperty`
- Add property as AttachedProperty, so it can be opt-in or opt-out
- Only bubble up the scroll event if the end is reached
- Make use of this Property in:
o ListBox
o TextBox
o TreeView
4 years ago
Sergey Mikolaitis
fdb333d154
Fix Monitor.Enter in finally
4 years ago
robloo
a0331c6007
Undo CanExecuteChanged changes
4 years ago
robloo
e730e15d66
Remove SplitButton.cs after cherry-pick
4 years ago
robloo
d8e071039b
Move more Button property changed handling into OnPropertyChanged override
4 years ago
robloo
fe11e4f2c7
Minor refactoring to Button noticed when adding SplitButton
4 years ago
Emmanuel Hansen
4bcd5f5dd8
add density style option in Fluent Theme provider
4 years ago
Dan Walmsley
1bbe38c34f
update copyright year
4 years ago
Emmanuel Hansen
280eef2d23
maintain key down event, add extra cases to handle shift and control modifiers
4 years ago
Emmanuel Hansen
abfb2ed462
Trigger control inspection on key up
4 years ago
Max Katz
fd3c44bb81
Ensure menu children are closed on menu flyout presenter detached
4 years ago
Takoooooo
71c438a4a3
fix
4 years ago
Dan Walmsley
365a8250c7
fix stability of wasm init.
4 years ago
Dan Walmsley
cd2c6b4859
optimize inital setup and fix initial render pass.
4 years ago
Nikita Tsukanov
9c0964adf5
Added GetIntermediatePoints support for X11, libinput and evdev
4 years ago
ahopper
cff0c680ac
remove lock from X11Window
4 years ago
Sergey Mikolaytis
90c846007a
Requested Changes
4 years ago
Max Katz
b3bcfa128a
Update src/Web/Avalonia.Web.Blazor/AvaloniaView.razor.cs
4 years ago
Dan Walmsley
41aa6328db
force initial render.
4 years ago
Dan Walmsley
9be730d69d
butter smooth resizing.
4 years ago
Dan Walmsley
a11b3848b2
support resizing canvas seperately.
4 years ago
ingen084
3908e4d71d
Fix text wrapping behavior ( #7397 )
* Allow one-character runs line breaks
* Remove unuseful ignored nullable
* Prevent redundant allocations
* Fix empty line handling
* Update TextFormatterImpl.cs
Co-authored-by: Benedikt Stebner <b.stebner@outlook.de>
Co-authored-by: Benedikt Stebner <Gillibald@users.noreply.github.com>
4 years ago
Wiesław Šoltés
1c3f243601
Fix UseRenderTransformProperty
4 years ago
Dan Walmsley
2b263544e5
correctly resize.
4 years ago
Dan Walmsley
efb366c838
fix scaling and resizing.
4 years ago
Dan Walmsley
21a76d4765
fix render target corruption detection.
4 years ago
Dan Walmsley
ed35eeeb69
allow MainWindow close mode and LastWindowClose mode to be cancellable.
4 years ago
Dan Walmsley
aae3b70180
fix build.
4 years ago
Dan Walmsley
2a4a1b28b1
add conditional force shutdown.
4 years ago
Dan Walmsley
15def96af4
fix quit menu item osx.
4 years ago
Dan Walmsley
aeee9d165f
add TryShutdown method.
4 years ago
Dan Walmsley
eb6750822c
Fix ClassicDesktop Lifetime so that ShutdownRequested event is raised even with programatic calls to Shutdown.
4 years ago
Thehx
36d6222c75
Fixed and exposed PreciseArcTo for ellipses with extreme width:height ratios
4 years ago
Takoooooo
d729505607
Use CompiledBindings in ManagedFileChooser
4 years ago
Dave Higgins
b12c0bce3d
fix strange happengings in IsCorrupted, sizes being updated without any IsCorrupted true returned.
4 years ago
Takoooooo
ecda58fc8e
Fix InvalidCastException when opening a dialog.
4 years ago
Takoooooo
3426576fac
Use ReflectionBinding instead of x:CompileBindings="False".
4 years ago
Takoooooo
bb12a4c791
Enable CompiledBindings for FluentTheme.
4 years ago
Takoooooo
a7e7921138
Use new syntax for simple theme and fix the crash.
4 years ago
Steven Kirk
33f0e42063
win32: Don't raise TextInput event when KeyDown was handled.
On win32, returning handled from `WM_KEYDOWN` doesn't automatically prevent a `WM_CHAR` message, resulting in #5849 .
Fix this by setting a flag after `WM_KEYDOWN` is handled which will make the following `WM_CHAR` message be ignored.
This is the second attempt at fixing this after it was decided that https://github.com/AvaloniaUI/Avalonia/pull/7351 was not the right approach.
Fixes #5849
4 years ago
Takoooooo
ba85c01105
fix
4 years ago
Takoooooo
8dd4271c47
revert unwanted change
4 years ago