Benedikt Stebner
2425cbf7aa
Use RenderScaling in the ArrangeOverride
4 years ago
Benedikt Stebner
8772a46bba
Fix scaled text measurements
4 years ago
Benedikt Stebner
69f9e017f3
Fix text selection
Fix empty line RTL inital caret position
4 years ago
Max Katz
cba8054304
Merge pull request #7946 from Gillibald/feature/InlineUIContainer
InlineUIContainer
4 years ago
Benedikt Stebner
d615c09057
Merge branch 'feature/InlineUIContainer' of https://github.com/Gillibald/Avalonia into feature/InlineUIContainer
4 years ago
Benedikt Stebner
a34e0f50e2
Bump
4 years ago
Benedikt Stebner
99b55b95c2
Merge branch 'master' into feature/InlineUIContainer
4 years ago
Benedikt Stebner
005907a93b
More hit testing fixes for embedded content runs
4 years ago
Max Katz
95c8fa2eaa
Merge pull request #6982 from rmbadmin/master
fixes: TrayIcon should be re-added when the Explorer is restarted
4 years ago
Tako
d5b5180016
Merge branch 'master' into master
4 years ago
Tako
395d593ba3
Merge pull request #8034 from AvaloniaUI/fix-contextMenu-freeze
Fix ContextMenu freeze.
4 years ago
Tako
7c63e1a60b
Fix ContextMenu freeze.
4 years ago
Benedikt Stebner
0cdbd53bc3
Rewrite TextBounds test
4 years ago
Max Katz
4f0ad9921b
Merge pull request #7842 from robloo/colorspectrum
Add new ColorSpectrum Primitive
4 years ago
Max Katz
2a5b2cf90f
Use newer GetOldValue method
4 years ago
Max Katz
0e70741be2
Merge branch 'master' into colorspectrum
4 years ago
Max Katz
f47d6de811
Merge pull request #8029 from MarchingCube/property-read-fix
Fix double property reads.
4 years ago
Dariusz Komosinski
a81a2d908a
Fix double property reads.
4 years ago
Steven Kirk
f3324dc8e8
Merge pull request #7867 from AndrejBunjac/ResolutionScalingFix
Added fixes for Margin, Padding and Thickness properties with UseLayo…
4 years ago
Steven Kirk
982e2d5db0
Fix merge error due to changed API.
And moved fields to live with other field.
4 years ago
Steven Kirk
4ef89b013f
Merge branch 'master' into pr/7867
4 years ago
Benedikt Stebner
aaf04a38da
Fix property GetValue
4 years ago
Benedikt Stebner
36cc39ceb6
Merge remote-tracking branch 'upstream/master' into feature/InlineUIContainer
4 years ago
Benedikt Stebner
32d7293097
Fix GetNextCharacterHit for trailing whitespace
4 years ago
Benedikt Stebner
3e6bc0b48d
Some more hit testing fixes
4 years ago
Max Katz
3bdb81d7e5
Merge pull request #8026 from kivarsen/master
Show margin in DevTools content/padding/margin adorner
4 years ago
Max Katz
ea7284ebc7
Merge branch 'master' into master
4 years ago
Dariusz Komosiński
43e0a08902
Merge pull request #8027 from MarchingCube/fix-weaklist
Another fix for WeakHashList. Added basic unit tests.
4 years ago
Dariusz Komosinski
066c81b1ac
Another fix for WeakHashList. Added basic unit tests.
4 years ago
kivarsen
df0fbc9bac
Merge branch 'master' into master
4 years ago
Kevin Ivarsen
30531df327
Disable clipping in DevTools content/padding/margin adorner so that the margin part is visible ( fixes #8025 )
4 years ago
Steven Kirk
4f8dfee9ac
Merge pull request #8022 from AvaloniaUI/refactor/remove-propertyvisitor
Remove IAvaloniaPropertyVisitor due to generic virtual methods.
4 years ago
Jumar Macato
a68bda04e1
Merge branch 'master' into refactor/remove-propertyvisitor
4 years ago
Nikita Tsukanov
5c00f8e128
Merge pull request #8023 from MarchingCube/fix-weaklist
Fix WeakHashList losing one item when upgrading storage.
4 years ago
Dariusz Komosinski
c53e5307a0
Fix WeakHashList losing one item when upgrading storage.
4 years ago
Steven Kirk
6df672e4c0
Remove IAvaloniaPropertyVisitor.
It was only used internally in creating `ISetterInstance`s so add a virtual method to `AvaloniaProperty` to do this explicitly without generic virtual methods.
4 years ago
Steven Kirk
fa44075d26
Make utility methods non-virtual.
Not sure why these method were virtual anyway: any customization should be done by overriding the non-generic `CreateItemContainerGenerator` method.
4 years ago
Steven Kirk
4ec36c97e2
Remove generic methods from IDispatcher.
4 years ago
Steven Kirk
7f469752d5
Remove generic methods from IInteractive.
4 years ago
Steven Kirk
f9dbbb3da1
Make UpdateDataValidation non-generic.
4 years ago
Dariusz Komosiński
8bd9cb17f8
Merge pull request #7980 from AvaloniaUI/refactor/valuestore-nongeneric
Remove virtual generic methods from ValueStore.
4 years ago
Steven Kirk
c50a915bfc
Merge branch 'master' into refactor/valuestore-nongeneric
4 years ago
Benedikt Stebner
050ac5fbba
Fix line metrics for empty lines that are processed by TextWrapping
4 years ago
Steven Kirk
94780b5bc5
Merge pull request #7892 from 0x0ade/recycledanchors
Fix IsRegisteredAsAnchorCandidate desync, mainly affecting recycled anchors
4 years ago
Steven Kirk
271011e8c1
Merge branch 'master' into recycledanchors
4 years ago
Dariusz Komosiński
ad2ae75187
Merge pull request #7372 from AvaloniaUI/feature/new-weak-events-for-visual
AffectsRender subscription optimization
4 years ago
Dariusz Komosiński
96922c9b79
Merge branch 'master' into feature/new-weak-events-for-visual
4 years ago
Nikita Tsukanov
9765a592eb
Merge pull request #8016 from kivarsen/fix-6603-pinvoke-stack-imbalance
Fix #6603 : PInvokeStackImbalance error caused by incorrect signature
4 years ago
Kevin Ivarsen
5bacd91443
Fix #6603 : PInvokeStackImbalance error caused by incorrect signature for WindowsDeleteString function.
When PreserveSig=false, a function that natively returns an HRESULT and has no final [out] parameter should instead be marked as void.
4 years ago
Max Katz
da6565a4f7
Merge pull request #8014 from MarchingCube/fix-macos-pointtoclient
Fix PointToClient not working on macOS.
4 years ago