A cross-platform UI framework for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Nathan Nguyen ecab00d212 fix: raise SelectionChanged event on collection Reset when items are deselected 1 month ago
..
Automation [Feature] Expand Page-type navigation: CarouselPage (#20871) 1 month ago
Mixins Make sure that tests inherit from ScropedTestBase (#18690) 1 year ago
Platform Use `SetCurrentValue` for all `IMenuItem` properties (#20682) 2 months ago
Presenters Introduce PresentationSource, move some responsibilities from TopLevel (#20624) 2 months ago
Primitives fix: raise SelectionChanged event on collection Reset when items are deselected 1 month ago
Properties Fix random test failures and add empty dispatcher verification to tests (#17628) 1 year ago
Selection Enable nullability in Controls.UnitTests (#20373) 4 months ago
Shapes Introduce TextOptions (#20107) 3 months ago
Templates Make sure that tests inherit from ScropedTestBase (#18690) 1 year ago
Utils Introduce PresentationSource, move some responsibilities from TopLevel (#20624) 2 months ago
ApplicationTests.cs Enable nullability in Controls.UnitTests (#20373) 4 months ago
AutoCompleteBoxTests.cs Add PlaceholderForeground property to TextBox, AutoCompleteBox, CalendarDatePicker, NumericUpDown (#20303) 3 months ago
Avalonia.Controls.UnitTests.csproj Onboard onto Central Package Management (#20704) 2 months ago
BorderTests.cs Validate layoutable Thickness properties to block NaN or infinite values (#20899) 1 month ago
ButtonTests.cs Fix menu memory leak (#20753) 2 months ago
CalendarDatePickerTests.cs Add PlaceholderForeground property to TextBox, AutoCompleteBox, CalendarDatePicker, NumericUpDown (#20303) 3 months ago
CalendarTests.cs Fix CalendarDatePicker becoming unusable when closed programmatically (#20756) 2 months ago
CanvasTests.cs Make sure that tests inherit from ScropedTestBase (#18690) 1 year ago
CarouselPageTests.cs [Feature] Expand Page-type navigation: CarouselPage (#20871) 1 month ago
CarouselTests.cs [Feature] Add gestures and WrapSelection (loops) support to Carousel (#20659) 1 month ago
CheckBoxTests.cs [Feature] Move LetterSpacing to TextElement as inherited attached property (#20141) 5 months ago
ClassesTests.cs Make sure that tests inherit from ScropedTestBase (#18690) 1 year ago
ComboBoxTests.cs Enable nullability in Controls.UnitTests (#20373) 4 months ago
CommandBarTests.cs [Feature] Expand Page-type navigation: CarouselPage (#20871) 1 month ago
ConnectedAnimationTests.cs [Feature] Page-based navigation system (#20794) 2 months ago
ContentControlTests.cs Enable nullability in Controls.UnitTests (#20373) 4 months ago
ContentPageTests.cs [Feature] Expand Page-type navigation: CarouselPage (#20871) 1 month ago
ContextMenuTests.cs Move Gesture events to InputElement (#20789) 2 months ago
CursorFactoryMock.cs Render target/surface housekeeping (#20811) 2 months ago
DatePickerTests.cs Universal GlyphTypeface implementation (#19852) 3 months ago
DecoratorTests.cs Make sure that tests inherit from ScropedTestBase (#18690) 1 year ago
DesignTests.cs Design improvements (#18300) 5 months ago
DesktopStyleApplicationLifetimeTests.cs Introduce Dispatcher.CurrentDispatcher, Dispatcher.FromThread, AvaloniaObject.Dispatcher (#18686) 2 months ago
DockPanelTests.cs Make sure that tests inherit from ScropedTestBase (#18690) 1 year ago
DrawerPageTests.cs [Feature] Expand Page-type navigation: CarouselPage (#20871) 1 month ago
EnumerableExtensions.cs Fix SelectedItemsControl initialization property order (#13800) 2 years ago
FlyoutTests.cs Make FlyoutBase.IsOpen a public StyledProperty (#20920) 1 month ago
GridLengthTests.cs Update to xunit.v3 (#20331) 3 months ago
GridMocks.cs Order the grid codes and make most unit test passed. 8 years ago
GridSplitterTests.cs Fix common warnings (#20311) 4 months ago
GridTests.cs Universal GlyphTypeface implementation (#19852) 3 months ago
HeaderedItemsControlTests .cs Enable nullability in Controls.UnitTests (#20373) 4 months ago
HotKeyedControlsTests.cs Introduce PresentationSource, move some responsibilities from TopLevel (#20624) 2 months ago
ImageTests.cs Make sure that tests inherit from ScropedTestBase (#18690) 1 year ago
InlineTests.cs Enable nullability in Controls.UnitTests (#20373) 4 months ago
InputElementGestureTests.cs [Feature] Add gestures and WrapSelection (loops) support to Carousel (#20659) 1 month ago
ItemsControlTests.cs Introduce PresentationSource, move some responsibilities from TopLevel (#20624) 2 months ago
ItemsSourceViewTests.cs Enable nullability in Controls.UnitTests (#20373) 4 months ago
LabelTests.cs [Feature] Move LetterSpacing to TextElement as inherited attached property (#20141) 5 months ago
LayoutTransformControlTests.cs Enable nullability in Controls.UnitTests (#20373) 4 months ago
ListBoxTests.cs Introduce PresentationSource, move some responsibilities from TopLevel (#20624) 2 months ago
ListBoxTests_Multiple.cs Enable nullability in Controls.UnitTests (#20373) 4 months ago
ListBoxTests_Single.cs Add FocusChangedEventArgs for GotFocus/LotFocus (#20859) 1 month ago
ListBoxVirtualizationIssueTests.cs Fix for GhostItems in virtualized ItemsControls like ListBox (#20700) 2 months ago
LoadedTests.cs Update to xunit.v3 (#20331) 3 months ago
MaskedTextBoxTests.cs Introduce PresentationSource, move some responsibilities from TopLevel (#20624) 2 months ago
MenuItemTests.cs Make Screen abstract (#20529) 3 months ago
NameScopeTests.cs Enable nullability in Controls.UnitTests (#20373) 4 months ago
NavigationEventArgsTests.cs [Feature] Expand Page-type navigation: CarouselPage (#20871) 1 month ago
NavigationPageTests.cs [Feature] Expand Page-type navigation: CarouselPage (#20871) 1 month ago
NotificationsTests.cs Fixed ArgumentException when showing multiple notifications with the same content (#19774) 6 months ago
NumericUpDownTests.cs Add PlaceholderForeground property to TextBox, AutoCompleteBox, CalendarDatePicker, NumericUpDown (#20303) 3 months ago
PageNavigationHostTests.cs [Feature] Page-based navigation system (#20794) 2 months ago
PanelTests.cs Make sure that tests inherit from ScropedTestBase (#18690) 1 year ago
PipsPagerTests.cs [Feature] Add PipsPager Control (#20660) 1 month ago
RadioButtonTests.cs [Feature] Move LetterSpacing to TextElement as inherited attached property (#20141) 5 months ago
RelativePanelTests.cs Make sure that tests inherit from ScropedTestBase (#18690) 1 year ago
ReversibleStackPanelTests.cs Fixed ReversibleStackPanel not invalidating arrange on ReverseOrder change (#20172) 5 months ago
ScrollViewerTests.cs Enable nullability in Controls.UnitTests (#20373) 4 months ago
ScrollViewerTests_ILogicalScrollable.cs Fix popup tests randomly failing after logical scrollable tests (#13098) 3 years ago
SelectableTextBlockTests.cs Enable nullability in Controls.UnitTests (#20373) 4 months ago
SliderTests.cs Make sure that tests inherit from ScropedTestBase (#18690) 1 year ago
SplitButtonTests.cs Enable nullability in Controls.UnitTests (#20373) 4 months ago
SplitViewTests.cs Enable nullability in Controls.UnitTests (#20373) 4 months ago
StackPanelTests.cs Make sure that tests inherit from ScropedTestBase (#18690) 1 year ago
TabControlTests.cs Fix `TabControl` `DataContext` issues when switching tabs (#20856) 1 month ago
TabbedPageTests.cs [Feature] Expand Page-type navigation: CarouselPage (#20871) 1 month ago
TestTemplatedControl.cs Removed a number of interfaces. 3 years ago
TextBlockTests.cs Universal GlyphTypeface implementation (#19852) 3 months ago
TextBoxTests.cs Introduce PresentationSource, move some responsibilities from TopLevel (#20624) 2 months ago
TextBoxTests_DataValidation.cs Move ConstructorArgumentAttribute and remove BindingMode from ReflectionBinding constructor (#20589) 3 months ago
TimePickerTests.cs Universal GlyphTypeface implementation (#19852) 3 months ago
ToolTipTests.cs Add PopupOverlayLayer (#20751) 2 months ago
TopLevelTests.cs Fix Toplevel not losing focus with native implementation deactivates. (#20768) 2 months ago
TransitioningContentControlTests.cs Introduce PresentationSource, move some responsibilities from TopLevel (#20624) 2 months ago
TreeViewTests.cs Introduce PresentationSource, move some responsibilities from TopLevel (#20624) 2 months ago
UserControlTests.cs Make sure that tests inherit from ScropedTestBase (#18690) 1 year ago
ViewboxTests.cs Make sure that tests inherit from ScropedTestBase (#18690) 1 year ago
VirtualizingCarouselPanelTests.cs [Feature] Expand Page-type navigation: CarouselPage (#20871) 1 month ago
VirtualizingStackPanelTests.cs Fix for remaining Ghost-Item in VirtualizationStackPanel (#20784) 2 months ago
WindowBaseTests.cs Enable nullability in Controls.UnitTests (#20373) 4 months ago
WindowTests.cs Defer default icon loading until Window is shown (#20898) 1 month ago
WrapPanelTests.cs Make sure that tests inherit from ScropedTestBase (#18690) 1 year ago
app.config Removed outdated binding redirects and app.config 10 years ago