Benedikt Stebner
a34e0f50e2
Bump
4 years ago
Benedikt Stebner
005907a93b
More hit testing fixes for embedded content runs
4 years ago
Benedikt Stebner
0cdbd53bc3
Rewrite TextBounds test
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
Dariusz Komosinski
628ae788e4
Fix PointToClient not working on macOS.
4 years ago
Benedikt Stebner
2902e3d24a
Rework Inlines invalidation
4 years ago
Jade Macho
b92e001735
Merge branch 'master' into recycledanchors
4 years ago
Max Katz
6314f4f34a
Merge pull request #7889 from jp2masa/scroll-viewer-padding
Fixed ScrollViewer Padding
4 years ago
Max Katz
0c2274ad4b
Merge branch 'master' into scroll-viewer-padding
4 years ago
Max Katz
3500f205a1
Merge pull request #7568 from Kibnet/fix/double-items-in-treeview
Fix #7567 - TreeView crashes the app when trying to display the same viewmodel twice
4 years ago
Max Katz
99d95d42c2
Merge branch 'master' into fix/double-items-in-treeview
4 years ago
Max Katz
5b29609d6a
Merge pull request #7997 from hez2010/fix/aot
Remove rd.xml for NativeAOT Compilation
4 years ago
Max Katz
f956f3e6e8
Merge branch 'master' into fix/aot
4 years ago
Max Katz
f02d5d6f7f
Merge pull request #7998 from AvaloniaUI/fix-devanalyzers-path
Fixed path to DevAnalyzers.csproj
4 years ago
Max Katz
20983b75e2
Merge branch 'master' into fix-devanalyzers-path
4 years ago
Max Katz
532a07565d
Merge pull request #7517 from AvaloniaUI/feature/struct-dispatcher-priorities
Make DispatcherPriority to be a struct with static readonly field values
4 years ago
Nikita Tsukanov
d5e049e70a
Fixed path to DevAnalyzers.csproj
Linux uses case-sensetive file systems, so MSBuild was unable to find the file
4 years ago
Jumar Macato
e4c36e5dbb
Merge branch 'master' into feature/struct-dispatcher-priorities
4 years ago
Steven He
d79854ec54
Remove rd.xml
4 years ago
Max Katz
a0b6ec6add
Merge pull request #7935 from hez2010/master
SubtypesFactory generator
4 years ago
Steven He
d7a098b75e
Avoid reparse source in codegen stage
4 years ago
Steven He
de771d6fc4
Remove unnecessary nodes in MethodTargets
4 years ago