Steven Kirk
b4736ee71d
Add various tests for attached property syntax.
While investigating #7925 , I created a bunch of tests that describe how attached property syntax should work, cross-referencing with WPF. Most tests are passing but one failure.
4 years ago
Max Katz
5c922c2a56
Merge pull request #7618 from luthfiampas/gtk-file-dialog-directory-navigation
GTK File Chooser: Navigate to Initial Directory
4 years ago
Max Katz
97ce91eb6d
Merge branch 'master' into gtk-file-dialog-directory-navigation
4 years ago
Max Katz
9e29b0ba80
Merge pull request #8174 from danielmayost/fixes/viewboxContainerBugs
Fix FlowDirection within Viewbox
4 years ago
Benedikt Stebner
cc68dbef17
Merge branch 'master' into fixes/viewboxContainerBugs
4 years ago
Nikita Tsukanov
e16d824930
Merge pull request #8196 from workgroupengineering/fixes/Consolidate-Package
fix: Consolidate package
4 years ago
Max Katz
0666bd1d46
Merge branch 'master' into fixes/Consolidate-Package
4 years ago
Max Katz
6527124f60
Merge pull request #8203 from AvaloniaUI/xdatatype
Inherit DataType from the template without hardcoding on specific DataTemplate implementation
4 years ago
Max Katz
c612577a5b
Merge branch 'master' into xdatatype
4 years ago
Dan Walmsley
abef3a0d15
Merge pull request #8209 from AvaloniaUI/fixes/osx-border-shadow
[OSX] fix border shadow invalidation.
4 years ago
Dan Walmsley
b605c5c452
[OSX] fix border shadow invalidation.
4 years ago
Nikita Tsukanov
f0f960eea5
Merge pull request #8205 from workgroupengineering/features/Refactoring-InternalsVisibleTo
feat: move InternalsVisibleTo in csproj
4 years ago
Dariusz Komosiński
05af83440d
Merge branch 'master' into features/Refactoring-InternalsVisibleTo
4 years ago
Nikita Tsukanov
6604fa0336
Merge branch 'master' into xdatatype
4 years ago
Dariusz Komosiński
bd73020651
Merge pull request #8189 from AvaloniaUI/fixes/8178-elementname-binding-leak
Make AvaloniaPropertyAccessorPlugin use weak events.
4 years ago
Dariusz Komosiński
619e76a51c
Merge branch 'master' into fixes/8178-elementname-binding-leak
4 years ago
Nikita Tsukanov
328de148a4
Merge pull request #8206 from MarchingCube/fix-imm32-window-leak
Clear IMM state when window is closed.
4 years ago
Nikita Tsukanov
f642602653
Merge branch 'master' into fixes/Consolidate-Package
4 years ago
Giuseppe Lippolis
b2714472fe
fix: remove Microsoft.NETFramework.ReferenceAssemblies package
4 years ago
Giuseppe Lippolis
cc91c3002f
fix: AvaloniaPublicKey.props file name typo
4 years ago
Giuseppe Lippolis
74d951235f
fix: move DynamicProxyGenAssembly2 InternalsVisibleTo to csproj
4 years ago
Max Katz
628e79da6a
Merge pull request #8036 from amwx/BrushRelativeTransform
Add `TransformOrigin` to Brushes
4 years ago
Max Katz
012cee5510
Merge branch 'master' into BrushRelativeTransform
4 years ago
Dariusz Komosinski
ea4d92ddaf
Clear IMM state when window is closed.
4 years ago
Giuseppe Lippolis
a25ce2fb08
feat: move InternalsVisibleTo in csproj
4 years ago
Giuseppe Lippolis
1d8e3cabe7
fix: update Microsoft.NETFramework.ReferenceAssemblies
4 years ago
Giuseppe Lippolis
d3b09a7d74
fix: Update SourceLink
4 years ago
Giuseppe Lippolis
60d0e2f1c3
fix: Consolidate JetBrains.DotMemoryUnit
4 years ago
Max Katz
b567fcebf5
Rename TemplateDataTypeAttribute to DataTypeAttribute
4 years ago
Max Katz
9126edca70
Add documentation
4 years ago
Max Katz
f1a2716858
Inherit DataType from template without hardcoding on specific DataTemplate implementation
4 years ago
Jumar Macato
34fd5e4eda
Merge branch 'master' into fixes/viewboxContainerBugs
4 years ago
daniel mayost
62078d2cc3
calculate mirrorTransform before renderTransform
4 years ago
Dan Walmsley
8ad9205298
Merge pull request #8187 from AvaloniaUI/fixes/save-file-dialog-filters-nullable
OSX: fix file dialog filter nullable annotation, and osx platform.
4 years ago
Max Katz
194ddc5525
Merge pull request #8192 from workgroupengineering/fixes/Warnings/Xml-Commnet
fix: some xml comment
4 years ago
Max Katz
1cd5a807b1
Merge branch 'master' into fixes/Warnings/Xml-Commnet
4 years ago
Giuseppe Lippolis
ba7fd6c9e8
fix: some xml comment
4 years ago
Max Katz
915f8425de
Merge pull request #8190 from MarchingCube/bump-skiasharp
Update SkiaSharp to 2.88.8
4 years ago
Dariusz Komosiński
d41bd6ad6e
Merge branch 'master' into bump-skiasharp
4 years ago
Max Katz
17d8f33f4a
Merge pull request #8188 from AvaloniaUI/fixes/osx-dialog-titlebar-style
Fix osx dialog style mask
4 years ago
Steven Kirk
cf562f2c61
Merge branch 'master' into fixes/8178-elementname-binding-leak
4 years ago
Dariusz Komosinski
ea9bd40dbd
Update HarfBuzzSharp.
4 years ago
Dariusz Komosinski
8aa64bf839
Update SkiaSharp.
4 years ago
Dan Walmsley
5b66f26065
Fix osx dialog style mask.
makes the titlebar look like normal window.
4 years ago
Dan Walmsley
af237c6dd7
fix file dialog filter nullable annotation, and osx platform.
4 years ago
Jumar Macato
d1afd3bb59
Merge pull request #8184 from AvaloniaUI/transform-3d
3D transforms (updated to master)
4 years ago
Steven Kirk
5aa7de52e7
Add cleanup step to leak tests.
Because previously failures could occur depending on the order that leak tests were run in.
4 years ago
Jumar Macato
4b4bd45fcd
Merge branch 'master' into transform-3d
4 years ago
Steven Kirk
61ee2d18e9
Move assert of initial item state into method.
So that we don't keep a reference to the item.
4 years ago
Steven Kirk
25efb6bec6
Fix pooled list bug.
Ported from upstream: https://github.com/jtmueller/Collections.Pooled/pull/44
4 years ago