..
Automation
Fix controls not showing up in accessibility when made visibile (#14424)
2 years ago
Mixins
implement a pressed mixin.
6 years ago
Platform
Warning fixes: '25 winter wave (#18103)
12 months ago
Presenters
Fix BringDescendantIntoView with respect to margins (#19544)
5 months ago
Primitives
UniformGrid: Round measured cell sizes when UseLayoutRounding is enabled (#19959)
2 months ago
Properties
Fix random test failures and add empty dispatcher verification to tests (#17628)
1 year ago
Selection
SelectedItems and SelectedIndexes implement INCC. (#15498)
2 years ago
Shapes
[Feature] Add FillRule property for Polyline/Polygon (#20159)
2 months ago
Templates
Converted a variety of writeable DirectProperty definitions to StyledProperty
3 years ago
Utils
Fix BindingEvaluator.ClearDataContext (#18964)
8 months ago
ApplicationTests.cs
remove usings.
6 years ago
AutoCompleteBoxTests.cs
Fixes for DataValidationErrors not working correctly with Bindings (issue #18693) (#18694)
9 months ago
Avalonia.Controls.UnitTests.csproj
Add .NET 8 target (Avalonia 11.1) (#14535)
2 years ago
BorderTests.cs
Composition aware resources
3 years ago
ButtonTests.cs
Button.IsDefault should not work when button is not effectively visible (#18484)
11 months ago
CalendarDatePickerTests.cs
CalendarDatePicker - use CustomDateFormatString for parsing the text input (#17465)
1 year ago
CalendarTests.cs
Add AllowTapRangeSelection for Calendar (#19367)
6 months ago
CanvasTests.cs
Provide a RenderInterface for controls which use shapes.
5 years ago
CarouselTests.cs
Added failing tests for #11119.
3 years ago
ClassesTests.cs
Added failing tests for #8480.
4 years ago
ComboBoxTests.cs
Fix focus issues with combo box #19396 (#19672)
4 months ago
ContentControlTests.cs
Add default template to the ContentControl, remove theme specific templates (#11365)
2 years ago
ContextMenuTests.cs
Screens API refactor (#16295)
2 years ago
CursorFactoryMock.cs
Added ICursorImpl.
5 years ago
DatePickerTests.cs
Fix DateTimePickerPanel scrolling exception (#18584)
10 months ago
DecoratorTests.cs
Fix some layout rounding issues.
4 years ago
DesktopStyleApplicationLifetimeTests.cs
Fix desktop lifetime non-mainwindow cancellation (#17059)
1 year ago
DockPanelTests.cs
Fix DockPanel index out of range (#18261)
12 months ago
EnumerableExtensions.cs
Fix SelectedItemsControl initialization property order (#13800)
2 years ago
FlyoutTests.cs
Fix overlay popup focus issues (#17326)
1 year ago
GridLengthTests.cs
Warning fixes: '25 winter wave (#18103)
12 months ago
GridMocks.cs
Order the grid codes and make most unit test passed.
8 years ago
GridSplitterTests.cs
Fix usage of GridSplitter inside ItemsControl as ItemsPanel (#19200)
5 months ago
GridTests.cs
[Grid] Fix inner size calculation when Row/ColumnDefinition is not set but spacing is set (#19227)
6 months ago
HeaderedItemsControlTests .cs
Remove now-unnecessary casts.
3 years ago
HotKeyedControlsTests.cs
Key handling improvements (#12549)
2 years ago
ImageTests.cs
feat(tests): Address rule CA1822
3 years ago
InlineTests.cs
Make sure inlines properly inherit text run properties from their parent (#19750)
4 months ago
ItemsControlTests.cs
Remove from logical children and clear item container on reset (#15855)
2 years ago
ItemsSourceViewTests.cs
Added ItemsControl.ItemsSource.
3 years ago
LayoutTransformControlTests.cs
LayoutTransformControl - fix memory leak due to Transform.Changed event subscription (#19718)
4 months ago
ListBoxTests.cs
Improve pen secondary button handling on list box (#18766)
8 months ago
ListBoxTests_Multiple.cs
Allow selection of multiple consecutive blocks in SelectingItemsControl. (#16907)
1 year ago
ListBoxTests_Single.cs
Improve pen secondary button handling on list box (#18766)
8 months ago
LoadedTests.cs
Fix Loaded being incorrectly raised for unloaded controls (#18471)
11 months ago
MaskedTextBoxTests.cs
Clipboard rework (#19347)
4 months ago
MenuItemTests.cs
Fix `MenuItem` enabled state in the presence of sub-items. (#18679)
10 months ago
NameScopeTests.cs
Remove copyright headers.
6 years ago
NotificationsTests.cs
Fixed ArgumentException when showing multiple notifications with the same content (#19774)
4 months ago
NumericUpDownTests.cs
Apply NumberFormat changes to NumericUpDown (#20248)
2 months ago
PanelTests.cs
Composition aware resources
3 years ago
RadioButtonTests.cs
fix: fix RadioButton empty GroupName behavior.
3 years ago
RelativePanelTests.cs
Fix stretched relative panel test.
4 years ago
ReversibleStackPanelTests.cs
Fixed ReversibleStackPanel not invalidating arrange on ReverseOrder change (#20172)
2 months ago
ScrollViewerTests.cs
Invalidate ScrollContentPresenter measure on CanHorizontallyScroll/CanVerticallyScroll change (#18753)
8 months ago
ScrollViewerTests_ILogicalScrollable.cs
Fix popup tests randomly failing after logical scrollable tests (#13098)
2 years ago
SelectableTextBlockTests.cs
Preserve run formatting when applying SelectionForegroundBrush in SelectableTextBlock (#20110)
2 months ago
SliderTests.cs
Moved attached layout code to Avalonia.Layout.
7 years ago
SplitButtonTests.cs
fix: `SplitButton.Click` is not fired when `SplitButton` is not in focused (#16940)
1 year ago
SplitViewTests.cs
Fix SplitView incorrectly closing when the user changes DisplayMode to inline when IsPaneOpen is already true (#19460)
6 months ago
StackPanelTests.cs
Remove copyright headers.
6 years ago
TabControlTests.cs
Fix random test failures and add empty dispatcher verification to tests (#17628)
1 year ago
TestTemplatedControl.cs
Removed a number of interfaces.
3 years ago
TextBlockTests.cs
Limit InlineUIContainer to available width (#19651)
5 months ago
TextBoxTests.cs
Fixed the issue where a newline character required two backspaces to be deleted in Windows. (#20073)
2 months ago
TextBoxTests_DataValidation.cs
Wrap type conversions in try-catch to prevent crashes due to unhandled exceptions (#15640)
2 years ago
TimePickerTests.cs
Fix DateTimePickerPanel scrolling exception (#18584)
10 months ago
ToolTipTests.cs
Fixed overlay popups not automatically closing (#16564)
2 years ago
TopLevelTests.cs
Key handling improvements (#12549)
2 years ago
TransitioningContentControlTests.cs
Implement TransitionContentControl.TransitionCompleted (#15172)
2 years ago
TreeViewTests.cs
Fix TreeViewItem Expand/Collapse event source (#17558)
1 year ago
UserControlTests.cs
Merge branch 'master' into features/NetAnalyzers/CA1822
3 years ago
ViewboxTests.cs
Merge branch 'master' into features/NetAnalyzers/CA1822
3 years ago
VirtualizingCarouselPanelTests.cs
Fixes #17157 (#17171)
1 year ago
VirtualizingStackPanelTests.cs
Fix BringDescendantIntoView with respect to margins (#19544)
5 months ago
WindowBaseTests.cs
Layout performance improvements (#18315)
10 months ago
WindowTests.cs
Add Window.CanMinimize/CanMaximize (#18117)
6 months ago
WrapPanelTests.cs
[WrapPanel] Add Spacing Properties (#18079)
10 months ago
app.config
Removed outdated binding redirects and app.config
10 years ago