Nikita Tsukanov
|
a89b6128dd
|
Call Compact on Add
|
8 years ago |
Nikita Tsukanov
|
4af9b22c59
|
Introduced WeakEventHandlerManager
|
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
|
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 |
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 |
Dan Walmsley
|
a88c1473da
|
[OSX/Avalonia.Native] fix NRE in double dispose of ScreenImpl
|
8 years ago |
Steven Kirk
|
0f66c591ee
|
Merge pull request #2294 from worldbeater/master
Add RoutedViewHost control implementation
|
8 years ago |
Steven Kirk
|
3a9c7d861c
|
Merge branch 'master' into master
|
8 years ago |
Steven Kirk
|
c429a5a60b
|
Merge pull request #2298 from donandren/prs/buttonimpr
Check command canexecute before execute for button/menu command
|
8 years ago |
Steven Kirk
|
0408aa609c
|
Merge branch 'master' into prs/buttonimpr
|
8 years ago |
Steven Kirk
|
7ba6a901fa
|
Merge pull request #2287 from donandren/prs/dropdownimpr
DropDown improvements
|
8 years ago |
Steven Kirk
|
c47648d784
|
Merge branch 'master' into prs/dropdownimpr
|
8 years ago |
Steven Kirk
|
f7ddcd3709
|
Merge pull request #2262 from AvaloniaUI/fixes/2260-image-sizing
Fix image sizing
|
8 years ago |
Steven Kirk
|
78b356686e
|
Merge branch 'master' into fixes/2260-image-sizing
|
8 years ago |