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
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
Max Katz
bda1a2fc1c
Merge pull request #10390 from MrJul/skia-nullable
Nullable annotations for Avalonia.Skia
3 years ago
Max Katz
12c86cf9e0
Merge branch 'master' into skia-nullable
3 years ago
Max Katz
4498604de5
Merge pull request #10395 from robloo/treeviewitem-setcurrentvalue
Use SetCurrentValue() in TreeViewItem
3 years ago
robloo
f25e0b3d02
Use SetCurrentValue() in TreeViewItem
3 years ago
Julien Lebosquain
dc53c3ee15
Nullable annotations for Avalonia.Skia
3 years ago
Max Katz
c6009b4b7f
Merge pull request #10381 from Gillibald/fixes/selectableTxtBlockScroll
Fix SelectableTextBlock ScrollViewer selection
3 years ago
Max Katz
9cf3875fbd
Merge branch 'master' into fixes/selectableTxtBlockScroll
3 years ago
Benedikt Stebner
7cc5e9bbb4
Fix a copy paste error so mouse movements are properly recognized if the width is smaller than the height.
3 years ago
Max Katz
5e296eefd9
Merge pull request #10244 from Enscape/feature/avaloniaproperty-analyzer
`AvaloniaProperty` analyzer
3 years ago
Tom Edwards
6584bac030
Merge branch 'master' into feature/avaloniaproperty-analyzer
3 years ago
Max Katz
e7e04a067f
Merge pull request #10190 from workgroupengineering/fixes/Warnings/Nullable/iOS
fix: iOS Nullable
3 years ago
Max Katz
d047e21828
Merge branch 'master' into fixes/Warnings/Nullable/iOS
3 years ago
Max Katz
89c8efed7a
Merge pull request #10372 from MrJul/opengl-warning-fixes
Remove duplicate OpenGL members
3 years ago
Max Katz
3e31b549cf
Merge branch 'master' into opengl-warning-fixes
3 years ago
Max Katz
77f27acaf5
Merge pull request #10369 from MarchingCube/fix-dev-tools
Fix alignment helper not working and missing icon for clear button.
3 years ago
Max Katz
2f6b4999d2
Merge branch 'master' into fix-dev-tools
3 years ago
Max Katz
934aab1647
Merge pull request #10362 from AvaloniaUI/fixes/property-changed-thread-dispatch
Automatically dispatch PropertyChanged notification to the UI thread
3 years ago
Max Katz
e5f8f47cf2
Merge branch 'master' into fixes/property-changed-thread-dispatch
3 years ago
Max Katz
6a1944511f
Merge pull request #10361 from timunie/fix/RelativePanelIssue
Update Measure and Layout if a child of RelativePanel updates it's postion
3 years ago
Max Katz
ed1f2d4679
Merge branch 'master' into fix/RelativePanelIssue
3 years ago
Max Katz
4bf0d01428
Merge branch 'master' into opengl-warning-fixes
3 years ago
Max Katz
87e7f46a97
Merge pull request #10373 from AvaloniaUI/fixes/directproperty-change-api-tweaks
Tweak API for raising direct property changes.
3 years ago
Steven Kirk
915a605cf7
Tweak API for raising direct property changes.
- Make `SetAndRaise` accept a `DirectPropertyBase` instead of an `AvaloniaProperty`: only direct properties can be changed by this method
- Remove `priority` from `RaisePropertyChanged`: direct property changes are always with `LocalValue` priority
- Remove `Optional` and `BindingValue` wrappers from `RaisePropertyChanged`: concrete values must always be supplied
3 years ago
Max Katz
c25c8e43d3
Merge branch 'master' into fix-dev-tools
3 years ago
Max Katz
6de05e1e71
Merge branch 'master' into fix/RelativePanelIssue
3 years ago
Steven Kirk
ca806da97c
Merge pull request #10339 from AvaloniaUI/slider-automationPeer
Add SliderAutomationPeer
3 years ago
Julien Lebosquain
503b46f492
Remove duplicate OpenGL members
3 years ago