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
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
Steven Kirk
1895e25c3e
Merge branch 'master' into slider-automationPeer
3 years ago
Max Katz
091b693e95
Merge pull request #10357 from AvaloniaUI/fixes/adorner-idclip
Respect AdornerLayer.IsClipEnabled
3 years ago
Max Katz
f92a7ab1be
Merge branch 'master' into fixes/adorner-idclip
3 years ago
Dariusz Komosinski
4c36520ed6
Fix alignment helper not working and missing icon for clear button.
3 years ago
Dariusz Komosiński
7dbf33e043
Merge pull request #10334 from AvaloniaUI/fixes/ExposePreviousMeasureArrange
Layoutable make PreviousMeasure and PreviousArrange properties public
3 years ago
Dariusz Komosiński
f4a68d4a33
Merge branch 'master' into fixes/ExposePreviousMeasureArrange
3 years ago
Dariusz Komosinski
81f6f65c26
Implement LayoutInformation.
3 years ago
Nikita Tsukanov
8280b83e95
Automatically dispatch PropertyChanged notification to the UI thread
3 years ago
Tim
9fc9a32f22
Update Measure and Layout if a child of RelativePanel updates it's
position.
3 years ago
Benedikt Stebner
da1ef6937b
Merge branch 'master' into fixes/adorner-idclip
3 years ago
Max Katz
5a86bb2f2f
Merge pull request #10343 from AvaloniaUI/storage-provider-fixes
Browser backend initialization fix and file picker updates
3 years ago
Nikita Tsukanov
95b6343f8f
Respect AdornerLayer.IsClipEnabled
3 years ago
Max Katz
9a5b351b50
Fix build after global rename
3 years ago
Max Katz
8e5f0f823b
Merge branch 'master' into storage-provider-fixes
3 years ago
Max Katz
f55ac6b4b5
Merge pull request #10352 from MrJul/d2d1-tests-debug
Fix Direct2D1 test runner hanging
3 years ago
Julien Lebosquain
822f5d04aa
Fix Direct2D1 test runner hanging
3 years ago
Max Katz
b75baf7a16
Merge pull request #10351 from MrJul/opengl-nullable
Nullable annotations for Avalonia.OpenGL
3 years ago
Max Katz
0840ba9b40
Merge branch 'master' into opengl-nullable
3 years ago
Benedikt Stebner
8f5643b527
Merge pull request #10303 from DJGosnell/more-skia-caching
Additional SKIA Caching
3 years ago
DJGosnell
3f577d1654
Merge branch 'master' into more-skia-caching
3 years ago
Julien Lebosquain
c2cd05a5f0
Nullable annotations for Avalonia.OpenGL
3 years ago
Benedikt Stebner
8b86d96a42
Merge pull request #10350 from Gillibald/fixes/headlessSkiaRendering
[Headless] Do not register headless font manager and shaper
3 years ago
Daniil Pavliuchyk
44b833a0af
Fix test
3 years ago
Benedikt Stebner
62d64f6df9
Merge branch 'master' into fixes/headlessSkiaRendering
3 years ago
Benedikt Stebner
bfafd06cde
Do not register headless font manager and shaper
3 years ago
Max Katz
b6c56ee64e
Merge pull request #10348 from AvaloniaUI/fixes/10255-animation-snaps-back
Two ValueStore fixes.
3 years ago
Steven Kirk
994897a023
Initialize EffectiveValue with inherited value.
Fixes #10345
3 years ago
Steven Kirk
2cff53c057
Added failing test for #10345 .
3 years ago
Steven Kirk
3e81ed8fbc
Revert to LocalValue when animation completes.
Fixes #10255 .
3 years ago
Steven Kirk
dd17097323
Added failing test for #10255 .
3 years ago
Max Katz
e6b8914b7d
Rename TryGetFileFromPath-like method to end with Async suffix
3 years ago
Max Katz
696c5232e7
Rename StartBrowserApp-like methods to end with "Async" suffix
3 years ago
Max Katz
49a6cbd5a6
Use polyfill for open file and directory dialogs
3 years ago
Max Katz
bd1928efac
Refactor Browser and Blazor startup code
3 years ago
Max Katz
d1c329e819
Pass file extensions to the browser backend in the file picker
3 years ago
Max Katz
e975468e92
Remove unused CanOpenRead/CanOpenWrite
3 years ago
Max Katz
b2ce977dda
Merge pull request #10341 from MrJul/lazy-pointerinfo
Lazy initialized Win32 pointer info buffers
3 years ago
Julien Lebosquain
199d667820
Lazy initialized Win32 pointer info buffers
3 years ago
Steven Kirk
01e3062dc0
Merge pull request #10265 from AvaloniaUI/fixes/macos-noresize-fullscreen
Various macOS and win32 fixes
3 years ago
Steven Kirk
efea5e7ef2
Merge branch 'master' into fixes/macos-noresize-fullscreen
3 years ago