Dan Walmsley
93f8f5f37b
dont grep resolution, doesnt work on vms
3 years ago
Dariusz Komosiński
98f881766b
Merge pull request #10435 from YohDeadfall/clear-init-mouse-buttons
Fixed incorrect initial mouse button on pointer release
3 years ago
Yoh Deadfall
a62096ed05
Added test for mouse device
3 years ago
Yoh Deadfall
1ad8e2ead8
Reset last used mouse buttons on pointer release
3 years ago
Tako
31a691c550
Merge pull request #10430 from AvaloniaUI/add-radioButtonAutomationPeer
Add RadioButtonAutomationPeer
3 years ago
Tako
de7559feb1
Merge branch 'master' into add-radioButtonAutomationPeer
3 years ago
Daniil Pavliuchyk
05dc0a3559
Fix formatting
3 years ago
Nikita Tsukanov
ae1fcfed51
Refactored DrawingContext and VisualBrush, added DrawingBrush ( #10419 )
Refactored DrawingContext and VisualBrush, added DrawingBrush
3 years ago
Max Katz
bd5865fca9
Merge pull request #10055 from AvaloniaUI/fixes/9997-nth-last-child-itemscontrol
Fix nth-last-child styles on virtualizing layouts
3 years ago
Max Katz
5849167fff
Merge branch 'master' into fixes/9997-nth-last-child-itemscontrol
3 years ago
Steven Kirk
80394d0097
Merge pull request #10138 from robloo/SplitView-StyledProperty
Switch SplitView.IsPaneOpen to a StyledProperty
3 years ago
Max Katz
d1e7ec3d2f
Merge branch 'master' into SplitView-StyledProperty
3 years ago
Dan Walmsley
3596149f4b
Merge pull request #10427 from AvaloniaUI/fixes/macos-close-window-zorder
macOS: Fix window order breaking when closing modal dialog
3 years ago
Steven Kirk
c837c10051
Don't call BringToFront on closed window.
3 years ago
Steven Kirk
dcb18e1ac4
Merge branch 'master' into fixes/macos-close-window-zorder
3 years ago
Steven Kirk
87dc9bb1b4
Only subscribe to event when necessary.
3 years ago
Steven Kirk
d98467c3d8
Remove TotalCountChanged.
Merge it into existing `IChildIndexProvider.ChildIndexChanged` event.
3 years ago
Steven Kirk
d20c6b7104
Merge branch 'master' into SplitView-StyledProperty
3 years ago
Daniil Pavliuchyk
8a771855db
Add tests
3 years ago
Steven Kirk
f433e5f3f3
Merge pull request #10431 from AvaloniaUI/fixes/osx-menu-reparenting-crash
if the window is closed, we cannot become the key window.
3 years ago
Dan Walmsley
3de50b3baa
if the window is closed, we cannot become the key window.
3 years ago
Daniil Pavliuchyk
5e13280b42
Fix warning
3 years ago
Max Katz
14be3c1e07
Merge pull request #10389 from AvaloniaUI/dataobject-storage-file
Browser drag n drop target support + new DataFormat.Files which returns IStorageItem collection
3 years ago
Max Katz
46ac6567a4
Merge branch 'master' into dataobject-storage-file
3 years ago
Steven Kirk
e77c79b2aa
Enforce window order after a delay.
Sometimes, after `windowDidBecomeKey` is called and the window order is enforced via `BringToFront`, the window that became key is then moved to the front, breaking window order. Given that we're already invalidating the shadow by scheduling it on the dispatcher, use this opportunity to also enforce the window order again.
3 years ago
Steven Kirk
3096a2d159
Add failing integration test.
For the following scenario:
- Open a child window of main window
- Open a modal window as a child of main window
- Close main window
- First child window should remain in front of main window
3 years ago
Steven Kirk
b8b6324d63
Merge pull request #10273 from jp2masa/issue-10226
Ensure templated parent control theme is applied
3 years ago
Steven Kirk
f0a6f44b41
Merge branch 'master' into issue-10226
3 years ago
Steven Kirk
e3719ed5fe
Merge branch 'master' into fixes/9997-nth-last-child-itemscontrol
3 years ago
Max Katz
7267e1cda9
Merge pull request #10408 from Gillibald/fixes/newTextProcessingIssues
Fix multiple text processing issues
3 years ago
Daniil Pavliuchyk
dce799ba10
RadioButtonAutomationPeer WIP
3 years ago
Steven Kirk
72265fddb8
Merge branch 'master' into issue-10226
3 years ago
Benedikt Stebner
de13de2201
Merge branch 'master' into fixes/newTextProcessingIssues
3 years ago
Max Katz
827402df55
Merge pull request #10149 from AvaloniaUI/theme-variant-changes
ThemeVariant property definitions to ThemeVariantScope + fix DataGrid theme variant switch
3 years ago
Max Katz
f913191e7d
Merge branch 'master' into dataobject-storage-file
3 years ago
Max Katz
74ef92a4a8
Make StyledElement use theme variants again
3 years ago
Max Katz
cbcff7bf1d
Use popup theme instead of target, as it is correct
3 years ago
Max Katz
754a51fa1a
Merge branch 'master' into theme-variant-changes
3 years ago
Max Katz
962d6f165b
Merge branch 'master' into fixes/newTextProcessingIssues
3 years ago
Max Katz
025177d96f
Merge pull request #10410 from Stannieman/feature/make_RequestPlatformInhibition_public
Make RequestPlatformInhibition public.
3 years ago
Max Katz
b19ab3be4d
Merge branch 'master' into feature/make_RequestPlatformInhibition_public
3 years ago
Max Katz
657c544398
Merge pull request #9810 from affederaffe/dbus-codegen
DBus Codegen
3 years ago
affederaffe
8735ebc0a8
Merge remote-tracking branch 'origin/dbus-codegen' into dbus-codegen
3 years ago
affederaffe
e77bc1960a
Remove submodule leftovers
3 years ago
Max Katz
761bb02e76
Merge branch 'master' into dbus-codegen
3 years ago
Max Katz
f6d58dbde4
Merge branch 'master' into feature/make_RequestPlatformInhibition_public
3 years ago
affederaffe
f68d17dcf6
Remove git submodule the second
3 years ago
affederaffe
8bcb5250d2
Remove git submodule
3 years ago
affederaffe
c8cbbc2c25
Use SG NuGet package
3 years ago
Benedikt Stebner
f5caa61051
[SKIA] UseOpacitySaveLayer feature switch ( #9964 )
* [SKIA] Introduce UseOpacitySaveLayer feature switch
* Only maintain _currentOpacity when OpacitySaveLayer is disabled
3 years ago