Steven Kirk
ce3138efda
Don't create a schema context each time.
The change in the previous commit to create a new `AvaloniaXamlSchemaContext` for each instance of `AvaloniaXamlLoader` had a negative performance effect. Instead, keep two instances of the schema context around: one for normal loading and one for design-time loading.
7 years ago
Steven Kirk
f85995ed7e
Move design-time handling of events...
...to `Avalonia.Markup.Xaml`. Also added tests: tests required a new instance of `AvaloniaXamlSchemaContext` for each `AvaloniaXamlLoader` as otherwise one test can affect other tests.
7 years ago
Steven Kirk
f84c601e2f
Merge branch 'master' into grokys/designer-updates
7 years ago
Nikita Tsukanov
64a0ae0921
[X11] Fixed window size hints handling
7 years ago
Steven Kirk
bebb53cb34
Merge pull request #2326 from AvaloniaUI/fix-renderdemo-xaml
Fix RenderDemo sidebar template.
7 years ago
Jumar Macato
af2431e539
Fix renderdemo sidebar template.
7 years ago
Steven Kirk
dce5dab23d
Merge pull request #2323 from AvaloniaUI/fixes/2137-popuproot-parent
Make sure PopupRoot.Parent is a Popup.
7 years ago
Steven Kirk
42649a5612
Merge branch 'master' into fixes/2137-popuproot-parent
7 years ago
Steven Kirk
6e7e90b658
Merge pull request #2264 from AvaloniaUI/fixes/1099-inherited-propertychanged-order
Fix binding errors when switching ContentControl content
7 years ago
Steven Kirk
272298ba04
Merge branch 'master' into fixes/1099-inherited-propertychanged-order
7 years ago
Steven Kirk
3ba4d6510e
Merge pull request #2324 from AvaloniaUI/fix-cue-parse-xamlil
Make Cue Parse method explicitly typed.
7 years ago
Steven Kirk
1f60decb13
Merge branch 'master' into fix-cue-parse-xamlil
7 years ago
Steven Kirk
283cf3f0b6
Merge pull request #2297 from donandren/prs/layoutissue
Unittest/Improvements for big potential issue in layoutmanager/grid/listbox
7 years ago
Steven Kirk
63a133fd09
Merge branch 'master' into prs/layoutissue
7 years ago
Jumar Macato
2da756aa53
Make parse function in Cue.cs explicitly typed in order for Xaml-IL tocorrectly compile and avoid unnecessary boxing.
7 years ago
Steven Kirk
304c90fc29
Merge pull request #2321 from MarchingCube/feature/fix-drawoperations-leak
Fix draw operations leak in DeferredRenderer
7 years ago
Steven Kirk
40b0bbd46c
Make sure PopupRoot.Parent is a Popup.
Fixes #2137 .
7 years ago
Dariusz Komosiński
823b58b335
Add doc comment to related methods.
7 years ago
danwalmsley
7b0d6e060a
Merge branch 'master' into prs/layoutissue
7 years ago
Steven Kirk
b32a10ceda
Update tests/Avalonia.Layout.UnitTests/LayoutManagerTests.cs
Co-Authored-By: donandren <donandren@gmail.com>
7 years ago
Steven Kirk
9b4bd8d621
Update tests/Avalonia.Layout.UnitTests/LayoutManagerTests.cs
Co-Authored-By: donandren <donandren@gmail.com>
7 years ago
Steven Kirk
260789c425
Update tests/Avalonia.Layout.UnitTests/LayoutManagerTests.cs
Co-Authored-By: donandren <donandren@gmail.com>
7 years ago
Steven Kirk
61be769d61
Update tests/Avalonia.Layout.UnitTests/LayoutManagerTests.cs
Co-Authored-By: donandren <donandren@gmail.com>
7 years ago
Dariusz Komosinski
3d6b4a875b
Do not capture this when creating _drawOperationsRefCounter.
7 years ago
Steven Kirk
6dcd634a87
Missed change from merge.
7 years ago
Steven Kirk
c8cb447cca
Merge branch 'master' into fixes/1099-inherited-propertychanged-order
7 years ago
Steven Kirk
6961d55e7a
Only log binding errors when attached to a tree.
7 years ago
Steven Kirk
372f0f266e
Add another failing test relating to #1099 .
7 years ago
Steven Kirk
fe74dfe538
Merge pull request #2127 from AvaloniaUI/perf/cache-ao-initialization
[Perf] Cache AvaloniaObject initialization notifications.
7 years ago
Steven Kirk
2d7611e7ef
Merge branch 'master' into perf/cache-ao-initialization
7 years ago
Steven Kirk
ab348683c9
Merge pull request #2314 from MarchingCube/feature/fix-style-subscriptions
Fix Style subscriptions not being removed at all.
7 years ago
Andrey Kunchev
a4132890bf
add unit tests for layout queue
7 years ago
Andrey Kunchev
6d7d051f3e
extract layoutqueue to separate file
7 years ago
Andrey Kunchev
b97b3c5935
make internal stored Info a strcut to optimize memory (pr note)
7 years ago
Jumar Macato
29a1f8e68c
Merge branch 'master' into prs/layoutissue
7 years ago
Andrey Kunchev
8c07461323
LayoutManager InfinityLoop protection and safety improvements
7 years ago
Andrey Kunchev
48ad6babda
improve test
7 years ago
Andrey Kunchev
d53dbe9416
add some more layout manager tests for potential issues with infinity loop and proper work
7 years ago
danwalmsley
55b5a70f7a
Merge branch 'master' into feature/fix-style-subscriptions
7 years ago
danwalmsley
52df963925
Merge pull request #2313 from MarchingCube/feature/fix-items-control-subscribe
Fix ItemsControl ItemTemplateProperty being subscribed in non-static ctor
7 years ago
Dariusz Komosinski
2a4cb2c3f6
Fix Style subscriptions not being removed at all.
7 years ago
Dariusz Komosinski
71cee6ae5b
Fix ItemTemplateProperty being subscribed to on every ItemsControl or derived class construction.
7 years ago
Dan Walmsley
a88c1473da
[OSX/Avalonia.Native] fix NRE in double dispose of ScreenImpl
7 years ago
Steven Kirk
268e5ee549
Fix failing test.
7 years ago
Steven Kirk
91ca44a412
Updated portable.xaml
7 years ago
Steven Kirk
0f66c591ee
Merge pull request #2294 from worldbeater/master
Add RoutedViewHost control implementation
7 years ago
Steven Kirk
3a9c7d861c
Merge branch 'master' into master
7 years ago
Steven Kirk
c429a5a60b
Merge pull request #2298 from donandren/prs/buttonimpr
Check command canexecute before execute for button/menu command
7 years ago
Steven Kirk
0408aa609c
Merge branch 'master' into prs/buttonimpr
7 years ago
Steven Kirk
7ba6a901fa
Merge pull request #2287 from donandren/prs/dropdownimpr
DropDown improvements
7 years ago