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.
 
 
 
Jumar Macato 2521353a77
Merge branch 'master' into refactor/pixelsize
7 years ago
..
Calendar Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
Converters Added missing Converter. 8 years ago
Embedding Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
Generators Ensure containers are ordered correctly. 7 years ago
Mixins Merge branch 'master' into spellchecker 8 years ago
NumericUpDown Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
Platform fixes a NRE in menu interaction handler 7 years ago
Presenters pr notes 7 years ago
Primitives fixes #1971 listbox toggle selection 7 years ago
Properties Moved AssemblyInfo back into Properties. 8 years ago
Remote Merge remote-tracking branch 'origin/master' into refactor/pixelsize 7 years ago
Shapes Added IAffectsRender interface... 8 years ago
Templates Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
Utils Remove extra DrawRectangle call 7 years ago
AppBuilderBase.cs Use features that are now available in netstandard. 7 years ago
Application.cs Make sure Application.ResourcesChanged is raised. 7 years ago
AutoCompleteBox.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
Avalonia.Controls.csproj Generate version numbers for assemblies. 8 years ago
Border.cs Added IAffectsRender interface... 8 years ago
Button.cs Make Pseudoclass method typed. 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. 8 years ago
CheckBox.cs Renamed Perspex -> Avalonia 10 years ago
ColumnDefinition.cs Use nameof where possible. 8 years ago
ColumnDefinitions.cs Reworked TypeConverters. 8 years ago
ContentControl.cs Make Pseudoclass method typed. 8 years ago
ContextMenu.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
Control.cs Spellchecks comments and members, removes unused using statements and sorts them 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 Use a concrete type for the host type to avoid #959. 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 KeyDown behavior in DropDown 8 years ago
DropDownItem.cs fix bug introduced in dropdownitem the clears :selected psuedo class 8 years ago
ExitMode.cs Add ExitMode comments 8 years ago
Expander.cs Make Pseudoclass method typed. 8 years ago
Grid.cs Make attached panel properties invalidate parent layout. 8 years ago
GridLength.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
GridSplitter.cs Spellchecks comments and members, removes unused using statements and sorts them 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 8 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 Merge remote-tracking branch 'origin/master' into refactor/pixelsize 7 years ago
ItemVirtualizationMode.cs WIP: Adding virtualization to ItemsPresenter. 10 years ago
ItemsControl.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
LayoutTransformControl.cs add LayoutTransformControl comment 8 years ago
ListBox.cs Deafult ItemsPresenter virtualization to None 10 years ago
ListBoxItem.cs Renamed Perspex -> Avalonia 10 years ago
Menu.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
MenuItem.cs Make separator MenuItem non-focusable. 8 years ago
MenuItemAccessKeyHandler.cs Renamed Perspex -> Avalonia 10 years ago
Orientation.cs Added Orientation and IsIndeterminate properties to ProgressBar. 8 years ago
Panel.cs Added IAffectsRender interface... 8 years ago
PlacementMode.cs Renamed Perspex -> Avalonia 10 years ago
PointEventArgs.cs Changed point name once again 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. 8 years ago
RequestBringIntoViewEventArgs.cs Renamed Perspex -> Avalonia 10 years ago
RowDefinition.cs Use nameof where possible. 8 years ago
RowDefinitions.cs Reworked TypeConverters. 8 years ago
Screens.cs Use Screen API. 8 years ago
ScrollViewer.cs Implement disabling of ListBox scrollbars. 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 [MONOMAC] Implemented system dialogs 9 years ago
TabControl.cs Make AffectsMeasure/Arrange/Render typed. 8 years ago
TabItem.cs Renamed Perspex -> Avalonia 10 years ago
TextBlock.cs Added IAffectsRender interface... 8 years ago
TextBox.cs Added WholeWordTextActionModifiers 7 years ago
ToolTip.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
ToolTipService.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
TopLevel.cs Merge branch 'master' into unify-render-animation-timers 8 years ago
TreeView.cs Merge branch 'master' into pr/1832-implement-selecteditemchanged-event-for-treeview 8 years ago
TreeViewItem.cs TreeViewItem.cs - Renamed Depth to Level. 8 years ago
UserControl.cs add UserControl comment 8 years ago
VirtualizingStackPanel.cs rename stackpanel Gap property to Spacing property. 8 years ago
Window.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
WindowBase.cs Spellchecks comments and members, removes unused using statements and sorts them 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