84 Commits (21e3642a2ca2ca4cd5c35b484eefdc3a4e36fd5e)

Author SHA1 Message Date
Steven Kirk c6860ceefa Bypass ArrangeCore logic in top-level controls. 6 years ago
Steven Kirk faec3ae67f Added NonVirtualizingStackLayout. 6 years ago
Steven Kirk 4d01dacd77 Remove copyright headers. 6 years ago
Steven Kirk 30e8cac05d Update to .NET core 3.1. 6 years ago
Benedikt Schroeder de93e8e969 Full Unicode support for TextBlock 6 years ago
Steven Kirk ccd7236346 Added failing test for #3550. 6 years ago
Benedikt Schroeder 1b0221e224 Reworked the font manager to better manage resoures and also work properly with the application lifetime 6 years ago
Benedikt Schroeder 83bfb8ec70 Initial implementation of a font manager 6 years ago
Steven Kirk b317df99e7 Added failing test for #3041. 7 years ago
Steven Kirk e7e57d0e91 Fix text rendering where TextAlignment != Left. 7 years ago
Steven Kirk b32a10ceda
Update tests/Avalonia.Layout.UnitTests/LayoutManagerTests.cs 7 years ago
Steven Kirk 9b4bd8d621
Update tests/Avalonia.Layout.UnitTests/LayoutManagerTests.cs 7 years ago
Steven Kirk 260789c425
Update tests/Avalonia.Layout.UnitTests/LayoutManagerTests.cs 7 years ago
Steven Kirk 61be769d61
Update tests/Avalonia.Layout.UnitTests/LayoutManagerTests.cs 7 years ago
Andrey Kunchev a4132890bf add unit tests for layout queue 7 years ago
Andrey Kunchev d53dbe9416 add some more layout manager tests for potential issues with infinity loop and proper work 7 years ago
Wiesław Šoltés 338fe1d5eb Use thickness instead of width and height 7 years ago
Nikita Tsukanov 2741fec63e Register cursor factory for tests 7 years ago
Wiesław Šoltés 29cef8a7de Update FullLayoutTests.cs 7 years ago
wieslawsoltes 5d8c6beed0 Fix tests 7 years ago
wieslawsoltes 1d8ea08d0b Try to fix tests 7 years ago
Jeremy Koritzinsky acb3d46ca0 Enable generating NuGet packages via the MSBuild Pack target. 8 years ago
Jeremy Koritzinsky 4ec647b870 Make our unit tests support library (Avalonia.UnitTests) target netstandard2.0 so we don't have to worry about targetting .NET Framework on linux. 8 years ago
Steven Kirk 7ba9d33b0e Added extra test for Bounds/Margin. 8 years ago
Steven Kirk 30e78dc5b6 Only run unit tests on .net core. 8 years ago
Steven Kirk 8a80a724d7 Implement disabling of ListBox scrollbars. 8 years ago
Steven Kirk 46bcbacc53 Fix layout in ScrollContentPresenter. 8 years ago
Jeremy Koritzinsky eb7c010462 Retarget .Net Framework projects to 4.7 8 years ago
Steven Kirk 04c489daa5 Make Collection Properties get-only 8 years ago
Steven Kirk 5cc5b91930 Fix xunit warnings. 8 years ago
Nikita Tsukanov a4c9f1e400 Make ShapeLayoutTests use MockPlatformRenderInterface 9 years ago
Nikita Tsukanov 913149d093 Switched to .NET Standard 2.0 9 years ago
Eli Arbel aee42bad6c Add scroll bar & slider buttons 9 years ago
Steven Kirk e81b22b9d2 IResourceProvider -> IResourceNode 9 years ago
Steven Kirk 090a1ec8cf Lazily initialize Styles. 9 years ago
Steven Kirk d1fee611bf IResourceHost -> IResourceProvider. 9 years ago
Steven Kirk 84aa27162f Made a start adding Control/Application.Resources. 9 years ago
Steven Kirk 061a264ca4 Don't need to create LayoutManager target. 9 years ago
Steven Kirk 5e3f604308 Removed unnecessary service locator code. 9 years ago
Steven Kirk 188a0ce442 Fix compile errors. 9 years ago
Steven Kirk 40c342989b Assert control invalidation behavior. 9 years ago
Steven Kirk ac3ca7ca29 Make LayoutManager pass new tests. 9 years ago
Steven Kirk 309c9f7a4b Added some LayoutManager tests. 9 years ago
Wiesław Šoltés 872575b9b7 Set project OutputType 9 years ago
Nikita Tsukanov eb6bfd3de8 Moved layout manager from service locator to ILayoutRoot 9 years ago
Steven Kirk 4730ee1c41 Fix spelling of descendant. 9 years ago
Steven Kirk 15c3ef499b Added failing test for #993. 9 years ago
Steven Kirk e6cb529878 Ported immutable media impls from scenegraph. 9 years ago
Steven Kirk 376535b198 Make IFormattedTextImpl immutable. 9 years ago
Steven Kirk 4e719262c4 Make WindowBase.IsVisible return correct value. 9 years ago