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
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
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
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
affederaffe
31658af367
Merge remote-tracking branch 'upstream/master' into dbus-codegen
# Conflicts:
# Avalonia.Desktop.slnf
# src/Avalonia.FreeDesktop/DBusSystemDialog.cs
# src/Avalonia.FreeDesktop/IX11InputMethod.cs
3 years ago
Stan Wijckmans
79d0e9c5b4
Make RequestPlatformInhibition public.
3 years ago
Benedikt Stebner
1ecdf32520
Remove trailing whitespace for right aligned text
Fix justification for non wrapped text
Fix text trimming for RTL flow direction
3 years ago
Max Katz
3e3dbb1d3d
Merge pull request #10285 from AvaloniaUI/fixes/virtualization-fixes
List virtualization fixes
3 years ago
Max Katz
083fbfd643
Merge branch 'master' into fixes/virtualization-fixes
3 years ago
affederaffe
bdebcca9da
Use Tmds.DBus.Protocol package
3 years ago
robloo
fae6f9f9b4
Merge branch 'master' into SplitView-StyledProperty
3 years ago
robloo
afbb04b5ff
Fix eventArgs type in Expander
3 years ago
robloo
937b07f339
Remove SplitViewPaneClosingEventArgs
3 years ago
robloo
1018a77795
Switch to routed events in SplitView and support cancellation in opening/closing
3 years ago
Max Katz
bda1a2fc1c
Merge pull request #10390 from MrJul/skia-nullable
Nullable annotations for Avalonia.Skia
3 years ago