..
Generators
Fixed Assert.Null warnings.
9 years ago
Mixins
Made test more readable
8 years ago
Platform
Don't deselect sibling item on PointerLeave.
8 years ago
Presenters
Use PixelPoint and PixelRect for device points/rects.
8 years ago
Primitives
Remove Avalonia.ISupportInitialize.
8 years ago
Properties
Renamed Perspex -> Avalonia
10 years ago
Shapes
Added failing tests for brush invalidation.
8 years ago
Templates
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
Utils
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
AppBuilderTests.cs
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
ApplicationTests.cs
Added failing test for #1765.
8 years ago
AutoCompleteBoxTests.cs
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
Avalonia.Controls.UnitTests.csproj
Adapted GridLayoutTests to run on Mono
8 years ago
BorderTests.cs
Added failing tests for brush invalidation.
8 years ago
ButtonTests.cs
Use PixelPoint and PixelRect for device points/rects.
8 years ago
CalendarTests.cs
Adds Unit Tests for the Calendar Control
9 years ago
CanvasTests.cs
Set canvas property default values to NaN.
10 years ago
CarouselTests.cs
fix carousel presenter and add unit test for condition.
8 years ago
ClassesTests.cs
Added failing test for #1255.
9 years ago
ContentControlTests.cs
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
ContextMenuTests.cs
Use PixelPoint and PixelRect for device points/rects.
8 years ago
CursorFactoryMock.cs
Register cursor factory for tests
8 years ago
DatePickerTests.cs
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
DecoratorTests.cs
Renamed Perspex -> Avalonia
10 years ago
DockPanelTests.cs
Added failing test for #1865.
8 years ago
DropDownTests.cs
Make Collection Properties get-only
9 years ago
EnumerableExtensions.cs
Renamed Perspex -> Avalonia
10 years ago
GridLayoutTests.cs
Adapted GridLayoutTests to run on Mono
8 years ago
GridLengthTests.cs
Inital
8 years ago
GridMocks.cs
Order the grid codes and make most unit test passed.
8 years ago
GridSplitterTests.cs
Make Collection Properties get-only
9 years ago
GridTests.cs
Added failing test for #1865.
8 years ago
HeaderedItemsControlTests .cs
Renamed Perspex -> Avalonia
10 years ago
ImageTests.cs
Fix failing tests.
8 years ago
ItemsControlTests.cs
Don't focus non-focusable controls.
8 years ago
LayoutTransformControlTests.cs
simplify Layout transform no need to be ContentControl
8 years ago
ListBoxTests.cs
Merge branch 'master' of https://github.com/AvaloniaUI/Avalonia into issues/1971
8 years ago
ListBoxTests_Single.cs
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
MenuItemTests.cs
Added a failing MenuItem separator test.
8 years ago
NameScopeTests.cs
Renamed Perspex -> Avalonia
10 years ago
PanelTests.cs
Added failing tests for brush invalidation.
8 years ago
RadioButtonTests.cs
Fix #1782: Implement GroupName for RadioButton
8 years ago
ScrollViewerTests.cs
Implement disabling of ListBox scrollbars.
9 years ago
SharedSizeScopeTests.cs
More tests, futureproofing + 2 bugfixes
8 years ago
SliderTests.cs
Call AddOwner on Slider.Orientation instead of declaring a new property
8 years ago
StackPanelTests.cs
rename stackpanel Gap property to Spacing property.
8 years ago
TabControlTests.cs
Register TabControl with ContentControlMixin.
8 years ago
TestTemplatedControl.cs
Renamed Perspex -> Avalonia
10 years ago
TextBlockTests.cs
Added failing tests for brush invalidation.
8 years ago
TextBoxTests.cs
fix nits
8 years ago
TextBoxTests_DataValidation.cs
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
TopLevelTests.cs
Merge branch 'master' into extract-layout-manager
8 years ago
TreeViewTests.cs
Use SelectionChangedEventArgs instead of SelectedItemChangedEventArgs
8 years ago
UserControlTests.cs
Fix type
8 years ago
ViewboxTests.cs
add some tests for Viewbox
8 years ago
VirtualizingStackPanelTests.cs
Implemented Menu interactions.
8 years ago
WindowBaseTests.cs
Added TopLevel.Opened unit tests.
8 years ago
WindowTests.cs
Added TopLevel.Opened unit tests.
8 years ago
WindowingPlatformMock.cs
Fixed some focus issues
10 years ago
WrapPanelTests.cs
Make Collection Properties get-only
9 years ago
app.config
Removed outdated binding redirects and app.config
10 years ago