326 Commits (f596cb13bb369dd27ffba3fea74d6f857748f2f7)

Author SHA1 Message Date
Jeremy Koritzinsky 72708cae67 Fix namespace build break. 8 years ago
Jeremy Koritzinsky da0ab8b681 Move the styling system up the stack to live right below Avalonia.Animation since it has no dependencies on anything further down the dependency chain 8 years ago
Jeremy Koritzinsky cf8244b37a Move current contents of Avalonia.Markup to Avalonia.Base. Move Avalonia.Markup.Xaml.Data/Parser classes to Avalonia.Markup since they're not Xaml-specific. 8 years ago
Dan Walmsley 8266621d65 fix nits. 8 years ago
Unknown 92ad156d83 Add test that default value of TextBlock.Text property is empty string. 8 years ago
Unknown 18c963aac9 Add test for password char on TextPresenter. 8 years ago
Unknown 4b5ce0cf40 add failing unit test. 8 years ago
walterlv 3f1a5ed009 Remove language usage condition. 8 years ago
walterlv 2052d53d68 Order the grid codes and make most unit test passed. 8 years ago
walterlv 163744b89b Add support for layout that the children have multi span but also have desired size. 8 years ago
walterlv cae8a2ab5c Add not enough length unit test for all test facts. 8 years ago
walterlv a0518955f5 Grid layout support positiveinfinity measure. 8 years ago
walterlv fc73d7cc37 When the available length is not enough, clip the measure list. 8 years ago
walterlv e403299bb2 Use a new algorithm to layout Grid. 8 years ago
walterlv b135f988e4 Try to use new algorithm to measure and arrange Grid. 8 years ago
walterlv b9d71860ff Add a new version of Grid layout. and its performance may be better than the original one. 8 years ago
walterlv b8bebd634d Add unit test for grid layout: 8 years ago
walterlv 431407437b Add unit test for grid layout: 8 years ago
Benedikt Schroeder eb273c0fcb Inital 8 years ago
Benedikt Schroeder 87cc247100 fix tests 8 years ago
Dan Walmsley 8d07861e59 white space. 8 years ago
Dan Walmsley 2c9f3ede54 fix tests and and fixes. 8 years ago
Dan Walmsley 67003577a0 Add failing unit tests for border and content presenter. 8 years ago
Benedikt Schroeder 27a666467c Initial 9 years ago
Jumar Macato 2556b50992 Rename Carousel & TabControls Transition property to PageTransitions to avoid confusion to the upcoming Transitions from Avalonia.Animations. 9 years ago
sdoroff cee1a79911 Added Unit Tests 9 years ago
Steven Kirk e329140c04 Added failing test for #1447. 9 years ago
Jumar Macato fc06fa1e35 Fix skew matrix function's flipped axes + update tests. 9 years ago
Jumar Macato 0306d9475d Added LayoutTransformControl skew tests 9 years ago
sdoroff 5927e7acfe Added Unit Tests 9 years ago
Steven Kirk 53397a2aab Added failing test for #1423. 9 years ago
Steven Kirk 7ba9d33b0e Added extra test for Bounds/Margin. 9 years ago
Steven Kirk f136eeccb1 Added failing test for #1408. 9 years ago
Steven Kirk 53ff0e178c Added failing test for #1376 9 years ago
sdoroff 89b018135e Added Unit Tests 9 years ago
sdoroff 5dce65f7b6 Created a shared DataValidationErrors framework 9 years ago
Steven Kirk 30e78dc5b6 Only run unit tests on .net core. 9 years ago
Steven Kirk 8a80a724d7 Implement disabling of ListBox scrollbars. 9 years ago
Steven Kirk 46bcbacc53 Fix layout in ScrollContentPresenter. 9 years ago
Steven Kirk f22994a083 Added failing test for #1065. 9 years ago
Jeremy Koritzinsky eb7c010462 Retarget .Net Framework projects to 4.7 9 years ago
Jeremy Koritzinsky ba481365f6 Enable turning off the setup check for appbuilder tests. 9 years ago
Jeremy Koritzinsky b0d013ad25 Fix tests. 9 years ago
Jeremy Koritzinsky 6d075ad27b Fix #424. 9 years ago
Jeremy Koritzinsky 8bcd07730a Change StylingParent for Popup to be PopupRoot so local styles flow to it. 9 years ago
Jeremy Koritzinsky bdaf4a2046 Fix #1182. 9 years ago
Steven Kirk 78cbaee3a0 FIx collection comparisons. 9 years ago
Steven Kirk 04c489daa5 Make Collection Properties get-only 9 years ago
Jeremy Koritzinsky 05eda280de Refactor DeferredSetter logic to allow passing references to backing fields and utilizing that in all usages. Refactor SetAndRaise logic to be combined and simplified between the two use cases. Now the common case delegates to the less specialized case. 9 years ago
Jeremy Koritzinsky ca9a4c4128 PR Feedback. 9 years ago