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 |
Nikita Tsukanov
|
831589e2d3
|
Updated XamlIl
|
7 years ago |
Dariusz Komosiński
|
823b58b335
|
Add doc comment to related methods.
|
7 years ago |
Nikita Tsukanov
|
189c7ca5e5
|
Updated XamlIl
|
7 years ago |
Nikita Tsukanov
|
af57196f9b
|
Resolve all AvaloniaProperty values at compile time
|
7 years ago |
Nikita Tsukanov
|
f03b84e970
|
Updated XamlIl
|
7 years ago |
Nikita Tsukanov
|
c332e79df5
|
Exclude submodule projects
|
7 years ago |
Nikita Tsukanov
|
73ababfff7
|
Styles are now compiled
|
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 |
Nikita Tsukanov
|
7983ed0e08
|
Cache types generated by cecil
|
7 years ago |
Steven Kirk
|
2a77f4426a
|
Snap dirty rects in DeferredRenderer to device pixels.
Fixes #2015.
|
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 |
Steven Kirk
|
d991173296
|
Added tests for #2316.
|
7 years ago |
Steven Kirk
|
a12631104a
|
Add guards to selector construction methods.
|
7 years ago |
Steven Kirk
|
354496b9b2
|
Throw an exception if selector class not found.
Fixes #2316.
|
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 |
Jumar Macato
|
8ea2234d41
|
Temporarily fix datagrid loading by force-loading the DataGrid assembly on Markup.
|
7 years ago |
Jumar Macato
|
fbb77d28a4
|
Add xmlns definitions, fix references & trim some warnings.
|
7 years ago |
Jumar Macato
|
39a13675e3
|
Merge branch 'master' into datagrid-integration
|
7 years ago |
Jumar Macato
|
2c0936580e
|
Move DataGrid to a separate assembly and add it to CoreLibraries.props.
|
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 |