383 Commits (faab4e85e7db2eadb28c14b034e994568e0898cc)

Author SHA1 Message Date
Siegfried Pammer 18f36ab3bc Fix #1782: Implement GroupName for RadioButton 8 years ago
jp2masa f1e422866a Implemented UniformGrid. (#1819) 8 years ago
Steven Kirk 0fb1780f75 Don't deselect sibling item on PointerLeave. 8 years ago
Steven Kirk 1293e9af8d Implemented Menu interactions. 8 years ago
Dan Walmsley 7d28d1b2ab fix failing unit test. 8 years ago
Steven Kirk 1e12b2c37b Don't focus non-focusable controls. 8 years ago
WojciechKrysiak ec57b63908 Implemented cancelling ContextMenu opening/closing. (#1781) 8 years ago
MonkAlex e69f3c7f85 #1798 Test for binding checkbox with three state. 8 years ago
Dan Walmsley 5062f823b3 rename stackpanel Gap property to Spacing property. 8 years ago
wojciech krysiak 03e8594451 Bug reproduction unit test 8 years ago
Dan Walmsley ee55b4fa3d bug is in selecting items control. add failing unit test. 8 years ago
Luis Silva e1ddeee321 Created new test 8 years ago
CommonGuy e7275f34fb Call AddOwner on Slider.Orientation instead of declaring a new property 8 years ago
Steven Kirk 27589e87a8 Don't create virtualizer before panel. 8 years ago
José Pedro f32e71c977
Fixed Window.Close, so that Closing is only invoked once. 8 years ago
Steven Kirk 9c1c8749dd Added failing test for #1709. 8 years ago
Steven Kirk 9ccf63d51b Add failing test for clearing templated child's parent. 8 years ago
Benedikt Schroeder 90fdfae3bd Remove invoke call on Application.Run 8 years ago
Benedikt Schroeder 0214939fd3 Add unit test 8 years ago
Benedikt Schroeder 7e8f9fbf61 Add NullArgumentException for Run with main window 8 years ago
Jeremy Koritzinsky 44aaa33dc3 Clean up package dependencies. 8 years ago
sdoroff 210575e0ce Added Unit Tests 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
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
Benedikt Schroeder e576ec178c Initial 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 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