Max Katz
|
dd602aca8c
|
Merge branch 'master' into PitchToZoom
|
4 years ago |
Sergey Mikolaytis
|
90c846007a
|
Requested Changes
|
4 years ago |
Sergey Mikolaytis
|
6ff9468351
|
Merge branch 'master' into PitchToZoom
|
4 years ago |
Max Katz
|
583075b2f7
|
Merge pull request #7321 from ltetak/datagrid_osx_hotkeys
[macOS] DataGrid - handle OSX key modifiers (ctrl vs cmd)
|
4 years ago |
Max Katz
|
008acfd38c
|
Merge branch 'master' into datagrid_osx_hotkeys
|
4 years ago |
Max Katz
|
8e43e95898
|
Merge pull request #7344 from Gillibald/feature/fullFontTestBackend
Introduce font related platform implementations for unit tests
|
4 years ago |
Max Katz
|
27be3ef362
|
Merge branch 'master' into feature/fullFontTestBackend
|
4 years ago |
Max Katz
|
385e71a14f
|
Merge pull request #7409 from AvaloniaUI/fixes/wasm-resizing
Butter Smooth resizing in Browser
|
4 years ago |
Max Katz
|
124acac9ea
|
Merge branch 'master' into fixes/wasm-resizing
|
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 |
Max Katz
|
5da59d8b86
|
Merge pull request #7405 from wieslawsoltes/fixes/LayoutTransformControlFix
Fix UseRenderTransformProperty registration typo
|
4 years ago |
Max Katz
|
3026129934
|
Merge branch 'master' into fixes/LayoutTransformControlFix
|
4 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)
|
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
|
8dfd144cf9
|
Merge branch 'master' into fixes/resizing-wasm
|
4 years ago |
Max Katz
|
2950c450d4
|
Merge pull request #7400 from AvaloniaUI/fixes/application-shutdown-osx
Fix ClassicDesktop Lifetime so that ShutdownRequested event is raised…
|
4 years ago |
Dan Walmsley
|
245d23e741
|
use discards where possible.
|
4 years ago |
Dan Walmsley
|
262f520335
|
Add more unit tests.
|
4 years ago |
Dan Walmsley
|
79fdf5ee5f
|
Add another unit test to show that windows can cancel the shutdown.
|
4 years ago |
Dan Walmsley
|
00c633ab3d
|
Add a unit test to show we can now cancel window closing shutdown modes.
|
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 |
Dan Walmsley
|
fe4197ecd2
|
Merge pull request #7395 from hacklex/feature/PreciseArcTo
Fixed and exposed PreciseArcTo for ellipses with extreme width:height ratios
|
4 years ago |
Max Katz
|
1d44558d4e
|
Merge pull request #7388 from AvaloniaUI/compiledbindings-themes
Use CompiledBindings for Fluent theme
|
4 years ago |
Thehx
|
36d6222c75
|
Fixed and exposed PreciseArcTo for ellipses with extreme width:height ratios
|
4 years ago |
Dave Higgins
|
1b7e588a06
|
Merge branch 'master' of https://github.com/AvaloniaUI/Avalonia
|
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 |
Tako
|
c9e7ce3bed
|
Merge branch 'master' into compiledbindings-themes
|
4 years ago |
Nikita Tsukanov
|
415d61273d
|
Merge pull request #7391 from AvaloniaUI/fix-validatingwindowimpl-invalidcastexception
Fix InvalidCastException when opening a dialog.
|
4 years ago |
Takoooooo
|
ecda58fc8e
|
Fix InvalidCastException when opening a dialog.
|
4 years ago |
Tako
|
eb86044226
|
Merge branch 'master' into compiledbindings-themes
|
4 years ago |
Takoooooo
|
3426576fac
|
Use ReflectionBinding instead of x:CompileBindings="False".
|
4 years ago |
Takoooooo
|
bb12a4c791
|
Enable CompiledBindings for FluentTheme.
|
4 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)
|
4 years ago |
Dan Walmsley
|
7d354a2d01
|
Merge branch 'master' into fixes/5849-textinput-keydown-handed-2
|
4 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.
|
4 years ago |
Takoooooo
|
a7e7921138
|
Use new syntax for simple theme and fix the crash.
|
4 years ago |
Max Katz
|
81d3fd7319
|
Merge pull request #7353 from AvaloniaUI/simpletheme-refactor
Default theme refactoring
|
4 years ago |