Dan Walmsley
41aa6328db
force initial render.
5 years ago
Dan Walmsley
9be730d69d
butter smooth resizing.
5 years ago
Dan Walmsley
a11b3848b2
support resizing canvas seperately.
5 years ago
Max Katz
5da59d8b86
Merge pull request #7405 from wieslawsoltes/fixes/LayoutTransformControlFix
Fix UseRenderTransformProperty registration typo
5 years ago
Max Katz
3026129934
Merge branch 'master' into fixes/LayoutTransformControlFix
5 years ago
Max Katz
4f90bd269c
Merge pull request #7394 from dave-yotta/master
Add IsDirty to Avalonia.Web.Blazor (Fix Chromium 97 not resizing render)
5 years ago
Wiesław Šoltés
1c3f243601
Fix UseRenderTransformProperty
5 years ago
Dan Walmsley
2b263544e5
correctly resize.
5 years ago
Dan Walmsley
efb366c838
fix scaling and resizing.
5 years ago
Dan Walmsley
21a76d4765
fix render target corruption detection.
5 years ago
Dan Walmsley
8dfd144cf9
Merge branch 'master' into fixes/resizing-wasm
5 years ago
Max Katz
2950c450d4
Merge pull request #7400 from AvaloniaUI/fixes/application-shutdown-osx
Fix ClassicDesktop Lifetime so that ShutdownRequested event is raised…
5 years ago
Dan Walmsley
245d23e741
use discards where possible.
5 years ago
Dan Walmsley
262f520335
Add more unit tests.
5 years ago
Dan Walmsley
79fdf5ee5f
Add another unit test to show that windows can cancel the shutdown.
5 years ago
Dan Walmsley
00c633ab3d
Add a unit test to show we can now cancel window closing shutdown modes.
5 years ago
Dan Walmsley
ed35eeeb69
allow MainWindow close mode and LastWindowClose mode to be cancellable.
5 years ago
Dan Walmsley
aae3b70180
fix build.
5 years ago
Dan Walmsley
2a4a1b28b1
add conditional force shutdown.
5 years ago
Dan Walmsley
15def96af4
fix quit menu item osx.
5 years ago
Dan Walmsley
aeee9d165f
add TryShutdown method.
5 years ago
Dan Walmsley
eb6750822c
Fix ClassicDesktop Lifetime so that ShutdownRequested event is raised even with programatic calls to Shutdown.
5 years ago
Dan Walmsley
fe4197ecd2
Merge pull request #7395 from hacklex/feature/PreciseArcTo
Fixed and exposed PreciseArcTo for ellipses with extreme width:height ratios
5 years ago
Max Katz
1d44558d4e
Merge pull request #7388 from AvaloniaUI/compiledbindings-themes
Use CompiledBindings for Fluent theme
5 years ago
Thehx
36d6222c75
Fixed and exposed PreciseArcTo for ellipses with extreme width:height ratios
5 years ago
Dave Higgins
1b7e588a06
Merge branch 'master' of https://github.com/AvaloniaUI/Avalonia
5 years ago
Takoooooo
d729505607
Use CompiledBindings in ManagedFileChooser
5 years ago
Dave Higgins
b12c0bce3d
fix strange happengings in IsCorrupted, sizes being updated without any IsCorrupted true returned.
5 years ago
Tako
c9e7ce3bed
Merge branch 'master' into compiledbindings-themes
5 years ago
Nikita Tsukanov
415d61273d
Merge pull request #7391 from AvaloniaUI/fix-validatingwindowimpl-invalidcastexception
Fix InvalidCastException when opening a dialog.
5 years ago
Takoooooo
ecda58fc8e
Fix InvalidCastException when opening a dialog.
5 years ago
Tako
eb86044226
Merge branch 'master' into compiledbindings-themes
5 years ago
Takoooooo
3426576fac
Use ReflectionBinding instead of x:CompileBindings="False".
5 years ago
Takoooooo
bb12a4c791
Enable CompiledBindings for FluentTheme.
5 years ago
Dan Walmsley
38f726f997
Merge pull request #7374 from AvaloniaUI/fixes/5849-textinput-keydown-handed-2
win32: Don't raise TextInput event when KeyDown was handled (Attempt #2 )
5 years ago
Dan Walmsley
7d354a2d01
Merge branch 'master' into fixes/5849-textinput-keydown-handed-2
5 years ago
Max Katz
0fff429c16
Merge pull request #7385 from AvaloniaUI/fix-devtools
Use the new syntax for a simple theme in DevTools and fix the crash.
5 years ago
Takoooooo
a7e7921138
Use new syntax for simple theme and fix the crash.
5 years ago
Max Katz
81d3fd7319
Merge pull request #7353 from AvaloniaUI/simpletheme-refactor
Default theme refactoring
5 years ago
Max Katz
71ad700059
Merge branch 'master' into simpletheme-refactor
5 years ago
Dan Walmsley
f65cfe36e3
Merge pull request #7236 from AvaloniaUI/re-fix-pr-6830
Better fix for #6830
5 years ago
Dan Walmsley
c13dbb96fc
Merge pull request #7336 from Gillibald/fixes/ClearType
Enable ClearType on Windows
5 years ago
Dan Walmsley
d706d98c21
Merge branch 'master' into fixes/ClearType
5 years ago
Dan Walmsley
8dcc99078f
Merge pull request #7368 from JamDoggie/master
Set antialias to true when calling ClipRoundRect
5 years ago
JamDoggie
f82f125c3d
Merge branch 'master' into master
5 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
5 years ago
Tako
946fbd4941
Merge pull request #7373 from AvaloniaUI/fix-nre-menu-close
Fix NRE on window close with opened menu
5 years ago
Takoooooo
ba85c01105
fix
5 years ago
Takoooooo
8dd4271c47
revert unwanted change
5 years ago
JamDoggie
4e2e14bc99
Merge branch 'master' into master
5 years ago