Steven Kirk
|
56ea7bf872
|
Merge pull request #3216 from AvaloniaUI/fixes/2985-treeview-sort-crash
Prevent adding duplicate TreeViewItems to index
|
7 years ago |
Steven Kirk
|
68f3424147
|
Merge branch 'master' into fixes/2985-treeview-sort-crash
|
7 years ago |
Steven Kirk
|
c0172d400e
|
Merge pull request #3034 from jp2masa/dotnet-core-sdk-update
Update .NET Core SDK to version 3.0.x
|
7 years ago |
Steven Kirk
|
5eedc39739
|
Merge branch 'master' into dotnet-core-sdk-update
|
7 years ago |
danwalmsley
|
a898f15641
|
Merge pull request #3285 from AvaloniaUI/hackfix-rangebase-validatedouble
Hackfix for #3284
|
7 years ago |
Jumar Macato
|
5460d1709d
|
Merge branch 'hackfix-rangebase-validatedouble' of github.com:AvaloniaUI/Avalonia into hackfix-rangebase-validatedouble
|
7 years ago |
Jumar Macato
|
e23da28731
|
Remove obsolete unit test.
|
7 years ago |
danwalmsley
|
6c9090f1ca
|
Merge branch 'master' into hackfix-rangebase-validatedouble
|
7 years ago |
Benedikt Stebner
|
7f1135257e
|
Merge pull request #3288 from AvaloniaUI/grokys/datacontextprovider
Add DataContext to Application so we can bind Application menu commands
|
7 years ago |
Jumar Macato
|
671e22539f
|
Merge branch 'master' into hackfix-rangebase-validatedouble
|
7 years ago |
Jumar Macato
|
f569287998
|
Update xml comment.
|
7 years ago |
Jumar Macato
|
73e1224ac3
|
Ignore changes if isnt a valid double value.
|
7 years ago |
Dan Walmsley
|
79527e6ab9
|
restore app.xaml.cs
|
7 years ago |
Dan Walmsley
|
a26e5a7d78
|
Merge branch 'grokys/datacontextprovider' of https://github.com/AvaloniaUI/Avalonia into grokys/datacontextprovider
|
7 years ago |
Dan Walmsley
|
c375629717
|
restore app.xaml /cs
|
7 years ago |
danwalmsley
|
c1182e1844
|
Merge branch 'master' into grokys/datacontextprovider
|
7 years ago |
Dan Walmsley
|
055115415c
|
Application class uses AddOwner instead of making its own version of datacontext property.
|
7 years ago |
Dan Walmsley
|
2ffb1af3bc
|
add comment
|
7 years ago |
Dan Walmsley
|
eb6f3e620d
|
GetDefaultAnchor will looks for IDataContextProviders
|
7 years ago |
Dan Walmsley
|
7eea7f65c6
|
dont implement datacontext on menuitems
|
7 years ago |
Dan Walmsley
|
7b11d7674a
|
implement IDataContextProvider on NativeMenuItem
|
7 years ago |
Steven Kirk
|
6a74ab560c
|
Added IDataContextProvider.
So that non-`IStyledElement`s can take part in binding. Apply the interface to `Application`.
|
7 years ago |
Dariusz Komosiński
|
8e7e8ebf35
|
Merge pull request #3282 from MarchingCube/fix-window-close-memory-leak
Fix memory leak caused by styles staying applied after window close
|
7 years ago |
Dariusz Komosinski
|
7c7f6022cb
|
Cleanup event args locals.
|
7 years ago |
Jumar Macato
|
1212e24447
|
Hackfix for #3284
|
7 years ago |
Dariusz Komosinski
|
11a67d5b10
|
Make sure window and its children get detached from visual and logical trees when closing.
|
7 years ago |
Dan Walmsley
|
138ea74b88
|
Add code to show desired syntax.
|
7 years ago |
Benedikt Stebner
|
149a30b5b7
|
Merge pull request #3279 from ahopper/perf-reduce-allocation-in-lightweightobservablebase
Reduce calls to ToArray in LightweightObservableBase PublishNext
|
7 years ago |
ahopper
|
8879d4c92d
|
added benchmark
|
7 years ago |
ahopper
|
f7c644eb75
|
whitespace
|
7 years ago |
ahopper
|
35ee4f7976
|
Reduce calls to ToArray in PublishNext
|
7 years ago |
Dariusz Komosiński
|
ad64428460
|
Merge pull request #3265 from MarchingCube/perf-bindingoperations-closures
Reduce memory usage of binding operations.
|
7 years ago |
Dariusz Komosiński
|
a43474ac3d
|
Merge branch 'master' into perf-bindingoperations-closures
|
7 years ago |
Jumar Macato
|
0825c59a6b
|
Merge pull request #3261 from jp2masa/target-null-value
Implemented TargetNullValue for bindings
|
7 years ago |
Jumar Macato
|
abd5518230
|
Merge branch 'master' into target-null-value
|
7 years ago |
Jumar Macato
|
41f6a8c247
|
Merge branch 'master' into perf-bindingoperations-closures
|
7 years ago |
Dariusz Komosiński
|
0127f82141
|
Merge pull request #3267 from MarchingCube/perf-fontfamily-equality
Optimize FontFamily and members hashcode/equality.
|
7 years ago |
Dariusz Komosinski
|
364d6697cc
|
Fix wrath of equality operator.
|
7 years ago |
Dariusz Komosinski
|
678038470e
|
Optimize FontFamily and members hashcode/equality.
|
7 years ago |
Dariusz Komosinski
|
7158f660dc
|
Cleanup more usings.
|
7 years ago |
Dariusz Komosinski
|
710240b2ad
|
Cleanup using.
|
7 years ago |
Dariusz Komosinski
|
ef8cbf07f7
|
Rename benchmark file.
|
7 years ago |
Dariusz Komosinski
|
8e60e83d4c
|
Reduce memory usage of binding operations.
|
7 years ago |
Steven Kirk
|
44d885fbd4
|
Merge pull request #3263 from AvaloniaUI/fixes/styled-test-base-classes
Simplify test controls in styling unit tests.
|
7 years ago |
Steven Kirk
|
9e9bb37171
|
Merge branch 'master' into fixes/2985-treeview-sort-crash
|
7 years ago |
Steven Kirk
|
24f11bba18
|
Simplify test controls in styling unit tests.
Making a change to interfaces was becoming a pain because of this.
|
7 years ago |
jp2masa
|
1f4c9dc3da
|
Merge branch 'master' into dotnet-core-sdk-update
|
7 years ago |
José Pedro
|
1ba4c68a35
|
Implemented TargetNullValue for bindings.
|
7 years ago |
Steven Kirk
|
9295858d5a
|
Merge pull request #3251 from MarchingCube/fix-itemsrepeater-itemsource-reset
Fix ItemsRepeater not clearing focused elements on items source changed.
|
7 years ago |
Dariusz Komosiński
|
7f72230597
|
Fix ItemsRepeater not clearing focused elements on items source changed.
|
7 years ago |