Dariusz Komosinski
|
5822e60db6
|
Fix ternary operator formatting, add config entry to the .editorconfig.
|
8 years ago |
Dariusz Komosinski
|
c9d8fa6a9d
|
Move SynchronizeItems about private methods.
|
8 years ago |
Dariusz Komosinski
|
0116a9ba23
|
Fix TreeViewPage indent.
|
8 years ago |
Dariusz Komosinski
|
2c04c95a12
|
Expose SelectedItems property. Add more tests for edge cases failing for ListBox.
|
8 years ago |
Dariusz Komosinski
|
85d309830a
|
TreeView multiple selection support.
|
8 years ago |
Steven Kirk
|
d21901dcef
|
Merge pull request #2317 from AvaloniaUI/fixes/2316-selectorparser-null-type
Throw if selector class not found.
|
8 years ago |
Steven Kirk
|
690bac6be5
|
Merge branch 'master' into fixes/2316-selectorparser-null-type
|
8 years ago |
Nikita Tsukanov
|
64a0ae0921
|
[X11] Fixed window size hints handling
|
8 years ago |
Steven Kirk
|
bebb53cb34
|
Merge pull request #2326 from AvaloniaUI/fix-renderdemo-xaml
Fix RenderDemo sidebar template.
|
8 years ago |
Jumar Macato
|
67d934ee00
|
Merge branch 'master' into fixes/2316-selectorparser-null-type
|
8 years ago |
Jumar Macato
|
af2431e539
|
Fix renderdemo sidebar template.
|
8 years ago |
Steven Kirk
|
dce5dab23d
|
Merge pull request #2323 from AvaloniaUI/fixes/2137-popuproot-parent
Make sure PopupRoot.Parent is a Popup.
|
8 years ago |
Steven Kirk
|
42649a5612
|
Merge branch 'master' into fixes/2137-popuproot-parent
|
8 years ago |
Steven Kirk
|
6e7e90b658
|
Merge pull request #2264 from AvaloniaUI/fixes/1099-inherited-propertychanged-order
Fix binding errors when switching ContentControl content
|
8 years ago |
Steven Kirk
|
272298ba04
|
Merge branch 'master' into fixes/1099-inherited-propertychanged-order
|
8 years ago |
Steven Kirk
|
3ba4d6510e
|
Merge pull request #2324 from AvaloniaUI/fix-cue-parse-xamlil
Make Cue Parse method explicitly typed.
|
8 years ago |
Steven Kirk
|
1f60decb13
|
Merge branch 'master' into fix-cue-parse-xamlil
|
8 years ago |
Steven Kirk
|
283cf3f0b6
|
Merge pull request #2297 from donandren/prs/layoutissue
Unittest/Improvements for big potential issue in layoutmanager/grid/listbox
|
8 years ago |
Steven Kirk
|
63a133fd09
|
Merge branch 'master' into prs/layoutissue
|
8 years ago |
Jumar Macato
|
2da756aa53
|
Make parse function in Cue.cs explicitly typed in order for Xaml-IL tocorrectly compile and avoid unnecessary boxing.
|
8 years ago |
Steven Kirk
|
304c90fc29
|
Merge pull request #2321 from MarchingCube/feature/fix-drawoperations-leak
Fix draw operations leak in DeferredRenderer
|
8 years ago |
Steven Kirk
|
40b0bbd46c
|
Make sure PopupRoot.Parent is a Popup.
Fixes #2137.
|
8 years ago |
Dariusz Komosiński
|
823b58b335
|
Add doc comment to related methods.
|
8 years ago |
danwalmsley
|
7b0d6e060a
|
Merge branch 'master' into prs/layoutissue
|
8 years ago |
Steven Kirk
|
b32a10ceda
|
Update tests/Avalonia.Layout.UnitTests/LayoutManagerTests.cs
Co-Authored-By: donandren <donandren@gmail.com>
|
8 years ago |
Steven Kirk
|
9b4bd8d621
|
Update tests/Avalonia.Layout.UnitTests/LayoutManagerTests.cs
Co-Authored-By: donandren <donandren@gmail.com>
|
8 years ago |
Steven Kirk
|
260789c425
|
Update tests/Avalonia.Layout.UnitTests/LayoutManagerTests.cs
Co-Authored-By: donandren <donandren@gmail.com>
|
8 years ago |
Steven Kirk
|
61be769d61
|
Update tests/Avalonia.Layout.UnitTests/LayoutManagerTests.cs
Co-Authored-By: donandren <donandren@gmail.com>
|
8 years ago |
Dariusz Komosinski
|
3d6b4a875b
|
Do not capture this when creating _drawOperationsRefCounter.
|
8 years ago |
Steven Kirk
|
6dcd634a87
|
Missed change from merge.
|
8 years ago |
Steven Kirk
|
c8cb447cca
|
Merge branch 'master' into fixes/1099-inherited-propertychanged-order
|
8 years ago |
Steven Kirk
|
6961d55e7a
|
Only log binding errors when attached to a tree.
|
8 years ago |
Steven Kirk
|
372f0f266e
|
Add another failing test relating to #1099.
|
8 years ago |
Steven Kirk
|
fe74dfe538
|
Merge pull request #2127 from AvaloniaUI/perf/cache-ao-initialization
[Perf] Cache AvaloniaObject initialization notifications.
|
8 years ago |
Steven Kirk
|
2d7611e7ef
|
Merge branch 'master' into perf/cache-ao-initialization
|
8 years ago |
Steven Kirk
|
ab348683c9
|
Merge pull request #2314 from MarchingCube/feature/fix-style-subscriptions
Fix Style subscriptions not being removed at all.
|
8 years ago |
Andrey Kunchev
|
a4132890bf
|
add unit tests for layout queue
|
8 years ago |
Andrey Kunchev
|
6d7d051f3e
|
extract layoutqueue to separate file
|
8 years ago |
Andrey Kunchev
|
b97b3c5935
|
make internal stored Info a strcut to optimize memory (pr note)
|
8 years ago |
Jumar Macato
|
29a1f8e68c
|
Merge branch 'master' into prs/layoutissue
|
8 years ago |
Andrey Kunchev
|
8c07461323
|
LayoutManager InfinityLoop protection and safety improvements
|
8 years ago |
Steven Kirk
|
d991173296
|
Added tests for #2316.
|
8 years ago |
Steven Kirk
|
a12631104a
|
Add guards to selector construction methods.
|
8 years ago |
Steven Kirk
|
354496b9b2
|
Throw an exception if selector class not found.
Fixes #2316.
|
8 years ago |
Andrey Kunchev
|
48ad6babda
|
improve test
|
8 years ago |
Andrey Kunchev
|
d53dbe9416
|
add some more layout manager tests for potential issues with infinity loop and proper work
|
8 years ago |
danwalmsley
|
55b5a70f7a
|
Merge branch 'master' into feature/fix-style-subscriptions
|
8 years ago |
danwalmsley
|
52df963925
|
Merge pull request #2313 from MarchingCube/feature/fix-items-control-subscribe
Fix ItemsControl ItemTemplateProperty being subscribed in non-static ctor
|
8 years ago |
Dariusz Komosinski
|
2a4cb2c3f6
|
Fix Style subscriptions not being removed at all.
|
8 years ago |
Dariusz Komosinski
|
71cee6ae5b
|
Fix ItemTemplateProperty being subscribed to on every ItemsControl or derived class construction.
|
8 years ago |