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.
 
 
 
MonkAlex 1114df5d45 #2356 Small rename Objects to Items 8 years ago
..
Calendar Use nameof where possible. 8 years ago
Converters Added missing Converter. 8 years ago
Embedding Merge branch 'master' into grokys/designer-updates 8 years ago
Generators #2356 Small rename Objects to Items 8 years ago
Mixins Added ContentPresenter.ChildChanging. 8 years ago
NumericUpDown Fixed argument exception constructor calls. 8 years ago
Platform Fix keyboard interaction for ContextMenu. 8 years ago
Presenters Merge branch 'master' into fixes/1099-inherited-propertychanged-order 8 years ago
Primitives #2355 Remove useless xmldoc. 8 years ago
Properties Moved AssemblyInfo back into Properties. 8 years ago
Remote Don't invalidate a disposed TopLevelImpl. 8 years ago
Shapes Allow for null DefiningGeometry in Shape. 8 years ago
Templates Make TemplatedParent a direct property. 8 years ago
Utils More tests, futureproofing + 2 bugfixes 8 years ago
AppBuilderBase.cs Use Array.Empty instead of allocating empty arrays. 8 years ago
Application.cs Make sure Application.ResourcesChanged is raised. 8 years ago
AutoCompleteBox.cs Removed redundant bool comparisons. 8 years ago
Avalonia.Controls.csproj Switched to post-processing nuget packages from AggregatePackage SDK 8 years ago
Border.cs Added IAffectsRender interface... 8 years ago
Button.cs fix menuitem command property. 8 years ago
ButtonSpinner.cs Make Pseudoclass method typed. 8 years ago
Canvas.cs Make attached panel properties invalidate parent layout. 8 years ago
Carousel.cs Rename Carousel & TabControls Transition property to PageTransitions to avoid confusion to the upcoming Transitions from Avalonia.Animations. 9 years ago
CheckBox.cs Renamed Perspex -> Avalonia 10 years ago
ColumnDefinition.cs Some unit tests, bugfixes and refactorings. 8 years ago
ColumnDefinitions.cs Reworked TypeConverters. 8 years ago
ContentControl.cs Use recommended ContentControl pattern. 8 years ago
ContextMenu.cs Fix keyboard interaction for ContextMenu. 8 years ago
Control.cs Remove Avalonia.ISupportInitialize. 8 years ago
ControlExtensions.cs Refactor away dependencies between Avalonia.Markup and Avalonia.Controls. Now Avalonia.Markup only depends on Avalonia.Base. 8 years ago
Controls.cs Renamed Perspex -> Avalonia 10 years ago
DataValidationErrors.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
Decorator.cs Make AffectsMeasure/Arrange/Render typed. 8 years ago
DefinitionBase.cs Renamed Perspex -> Avalonia 10 years ago
Design.cs Make DesignWindowLoader expect PreviewWith on Styles. 8 years ago
DockPanel.cs Make attached panel properties invalidate parent layout. 8 years ago
DrawingPresenter.cs Fix drawing presenter clipping (#1882) 8 years ago
DropDown.cs improve dropdown key up/down and mouse wheel auto selections so they don't go through unselected state 8 years ago
DropDownItem.cs Scroll and focus to selected item when dropdown is shown 8 years ago
ExitMode.cs Add ExitMode comments 8 years ago
Expander.cs Make Pseudoclass method typed. 8 years ago
Grid.cs More tests, futureproofing + 2 bugfixes 8 years ago
GridLength.cs Use nameof where possible. 8 years ago
GridSplitter.cs Some unit tests, bugfixes and refactorings. 8 years ago
HotkeyManager.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
IApplicationLifecycle.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
IContentControl.cs Added ContentControl.ContentTemplate. 10 years ago
IControl.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
IGlobalDataTemplates.cs Lazily initialize DataTemplates. 9 years ago
IHeadered.cs Renamed Perspex -> Avalonia 10 years ago
IMenu.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
IMenuElement.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
IMenuItem.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
IPanel.cs Make Collection Properties get-only 9 years ago
IScrollable.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
ISelectable.cs Renamed Perspex -> Avalonia 10 years ago
IVirtualizingController.cs Fix virtualized list to taking up available space. 10 years ago
IVirtualizingPanel.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
Image.cs Fix image arrange. 8 years ago
ItemVirtualizationMode.cs WIP: Adding virtualization to ItemsPresenter. 10 years ago
ItemsControl.cs Fix ItemTemplateProperty being subscribed to on every ItemsControl or derived class construction. 8 years ago
LayoutTransformControl.cs fix tests 8 years ago
ListBox.cs Deafult ItemsPresenter virtualization to None 10 years ago
ListBoxItem.cs Renamed Perspex -> Avalonia 10 years ago
Menu.cs Fix keyboard interaction for ContextMenu. 8 years ago
MenuBase.cs Fix keyboard interaction for ContextMenu. 8 years ago
MenuItem.cs formatting. 8 years ago
MenuItemAccessKeyHandler.cs Renamed Perspex -> Avalonia 10 years ago
Orientation.cs Added Orientation and IsIndeterminate properties to ProgressBar. 9 years ago
Panel.cs Panel no longer overrides the default value of the ClipToBounds property. 8 years ago
PixelPointEventArgs.cs XML comment fixes. 8 years ago
PlacementMode.cs Renamed Perspex -> Avalonia 10 years ago
ProgressBar.cs Address PR Reviews 8 years ago
RadioButton.cs Use ConditionalWeakTable instead of a custom list of (IRenderRoot, RadioButtonGroupManager). 8 years ago
RepeatButton.cs Delay renamed to Interval. InitialDelay renamed to Delay. 9 years ago
RequestBringIntoViewEventArgs.cs Renamed Perspex -> Avalonia 10 years ago
RowDefinition.cs Use nameof where possible. 9 years ago
RowDefinitions.cs Reworked TypeConverters. 8 years ago
Screens.cs Use PixelPoint and PixelRect for device points/rects. 8 years ago
ScrollViewer.cs scrollbar PageUp/PageDown handling 8 years ago
SelectionChangedEventArgs.cs Renamed Perspex -> Avalonia 10 years ago
SelectionMode.cs Renamed Perspex -> Avalonia 10 years ago
Separator.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
Slider.cs Make Pseudoclass method typed. 8 years ago
Spinner.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
StackPanel.cs Make AffectsMeasure/Arrange/Render typed. 8 years ago
SystemDialog.cs Use Array.Empty instead of allocating empty arrays. 8 years ago
TabControl.cs Register TabControl with ContentControlMixin. 8 years ago
TabItem.cs Improved default control template for TabControl 8 years ago
TextBlock.cs Added IAffectsRender interface... 8 years ago
TextBox.cs dont set ibeam cursor on textbox textpresenter. 8 years ago
ToolTip.cs Fixed whitespace nit. 8 years ago
ToolTipService.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
TopLevel.cs Added TopLevel.Opened event. 8 years ago
TreeView.cs #2356 Small rename Objects to Items 8 years ago
TreeViewItem.cs TreeViewItem.cs - Renamed Depth to Level. 8 years ago
UserControl.cs Added user control styling support 8 years ago
Viewbox.cs Fixed field declarations which should be readonly. 8 years ago
VirtualizingStackPanel.cs rename stackpanel Gap property to Spacing property. 8 years ago
Window.cs Added TopLevel.Opened event. 8 years ago
WindowBase.cs Remove Avalonia.ISupportInitialize. 8 years ago
WindowCollection.cs Dont freeze if someone implements window close cancellation. 8 years ago
WindowEdge.cs Renamed Perspex -> Avalonia 10 years ago
WindowIcon.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
WindowStartupLocation.cs Implemented Window.WindowStartupLocation and WindowBase.Owner. 9 years ago
WindowState.cs Renamed Perspex -> Avalonia 10 years ago
WrapPanel.cs Make AffectsMeasure/Arrange/Render typed. 8 years ago