1475 Commits (df3ef49693da4f4afff04dac72c16ea6e7a9a50a)

Author SHA1 Message Date
Jeremy Koritzinsky 1133c3e46e Added parsing benchmark. 8 years ago
Jeremy Koritzinsky 4040216ff8 Span-ify our homebrew parser's 'public' API. 8 years ago
Jeremy Koritzinsky 79f9158c6d Remove Sprache. 8 years ago
Jeremy Koritzinsky 2f087c350c Create new Selector parser that does not have a dependency on Sprache. 8 years ago
Jeremy Koritzinsky c6c51dd36f Add pattern-based support for streaming. Fix bugs in method bindings. 8 years ago
Jeremy Koritzinsky af186e3529 Move string-based binding paths up to Avalonia.Markup. Make the LINQ Expression paths and raw ExpressionNodes (now public) the primarily supported syntax. 8 years ago
Dan Walmsley 9911fff84d fix carousel presenter and add unit test for condition. 8 years ago
Dan Walmsley 3536496f21 Add test for when carousel Items is reset and virtualized. 8 years ago
Dan Walmsley 612d99d01e use GetVisualDescendents in test. 8 years ago
Dan Walmsley 2a78b5e9c2 Add unit test and Fix for case where TemplateApplied when SelectedIndex is already set. 8 years ago
Dan Walmsley 2900333f69 Add test to ensure SelectedIndex / SelectedItem is maintained when 8 years ago
Dan Walmsley 65d57262b2 Add unit tests to demonstrate the issues with Carousel 8 years ago
CommonGuy ab36f86325 Add the NewLine property to TextBox 8 years ago
Jeremy Koritzinsky bf6375fe26 Fix indexer and casting expressions. 8 years ago
Jeremy Koritzinsky c2d95fbd57 Added unit test for remote designer in Win32 mode. 8 years ago
Jeremy Koritzinsky 68309101e4 Remove legacy designer. 8 years ago
Jeremy Koritzinsky e3686ab10d Fix intermittent test failures introduced by accidental possible inter-test dependency that caused a test to fail when a different (moved over from the refactor) test ran before it. 8 years ago
Jeremy Koritzinsky 72708cae67 Fix namespace build break. 8 years ago
Jeremy Koritzinsky b38b46a280 PR Feedback. 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
Jeremy Koritzinsky 63daa04852 Fix intermittent test failure introduced by font tests 8 years ago
Benedikt Schroeder d550526936 Unit test fix 8 years ago
Benedikt Schroeder f3f750cf86 Cleanup 8 years ago
Benedikt Schroeder a59cf3a135 New asset loader 8 years ago
Benedikt Schroeder f609c9c5d9 Cleanup 8 years ago
Benedikt Schroeder 3bec8036a7 Initial 8 years ago
Benedikt Schroeder 2c8953de97 Requested changes 8 years ago
Benedikt Schroeder 33ea1925c7 Fixed unit tests 8 years ago
Benedikt Schroeder a10a756366 IAssetLoader changes 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
Benedikt Schroeder 5a5be9e767 Requested changes 8 years ago
Jeremy Koritzinsky e8c32bf801 Preliminary support. Indexers require more work since the compiler doesn't generate IndexExpressions (they weren't in S.L.Expressions v1 so they aren't auto-genned). 8 years ago
Jeremy Koritzinsky 8d8480c086 Allow indexer bindings to be at the start of a binding path. 8 years ago
Steven Kirk 25ed770790 Fix raising property changed for attached property. 8 years ago
Steven Kirk ffeefabf1c Update ControlCatalog.Desktop output dir. 8 years ago
Steven Kirk b615be746a Added a few StringTokenizer tests. 8 years ago
Steven Kirk 4025522680 Skip failing test for now. 8 years ago
Benedikt Schroeder 0c7c69dbe7 First unit tests 8 years ago
Steven Kirk 44fe6aa6ac Fix failing unit tests. 8 years ago
Steven Kirk 7d8dcc02ec Added failing test for #1568 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