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.
 
 
 
danwalmsley 09c47b7f4d
Merge branch 'master' into fixes/2420-slider-leak
7 years ago
..
Calendar Remove worthless QualityBand xml comment parameters. 7 years ago
Converters Added missing Converter. 8 years ago
Embedding Merge branch 'master' into grokys/designer-updates 7 years ago
Generators #2356 Small rename Objects to Items 7 years ago
Mixins Added ContentPresenter.ChildChanging. 7 years ago
NumericUpDown Fixed argument exception constructor calls. 7 years ago
Platform do not fire key drag event before any drag has happened 7 years ago
Presenters FormattedText.Measure() -> FormattedText.Bounds. 7 years ago
Primitives fix popup root snap inside screen edges. 7 years ago
Properties Moved AssemblyInfo back into Properties. 8 years ago
Remote Don't invalidate a disposed TopLevelImpl. 7 years ago
Shapes Remove unsupported line caps 7 years ago
Templates Make TemplatedParent a direct property. 8 years ago
Utils Move DataGrid to a separate assembly and add it to CoreLibraries.props. 7 years ago
AppBuilderBase.cs Refactored platform options 7 years ago
Application.cs Make sure Application.ResourcesChanged is raised. 8 years ago
AutoCompleteBox.cs Remove worthless QualityBand xml comment parameters. 7 years ago
Avalonia.Controls.csproj Remove unnecessary reference. 7 years ago
Border.cs Added IAffectsRender interface... 8 years ago
Button.cs Fix typo in calling base methods. 7 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 Some unit tests, bugfixes and refactorings. 8 years ago
ColumnDefinitions.cs Reworked TypeConverters. 8 years ago
ComboBox.cs DropDown -> ComboBox. 7 years ago
ComboBoxItem.cs DropDown -> ComboBox. 7 years ago
ContentControl.cs Use recommended ContentControl pattern. 7 years ago
ContextMenu.cs Fix keyboard interaction for ContextMenu. 7 years ago
Control.cs Prevent leak when using TemplateBinding from a Setter. 7 years ago
ControlExtensions.cs Fix typos in BringIntoView() parameters 7 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. 7 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 Re-added an obsolete DropDown control. 7 years ago
ExitMode.cs Add ExitMode comments 8 years ago
Expander.cs Make Pseudoclass method typed. 8 years ago
Grid.cs [Grid] add missing static set and get methods for IsSharedSizeScope property. 7 years ago
GridLength.cs Use nameof where possible. 7 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 Fixed StackPanel arrange pass. 7 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. 7 years ago
LayoutTransformControl.cs fix tests 8 years ago
ListBox.cs Use ListBox properties for TreeView implementation. 7 years ago
ListBoxItem.cs Renamed Perspex -> Avalonia 10 years ago
Menu.cs Fix keyboard interaction for ContextMenu. 7 years ago
MenuBase.cs Fix keyboard interaction for ContextMenu. 7 years ago
MenuItem.cs Fix typo in calling base methods. 7 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. 7 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. 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 Changed IScreenImpl.AllScreens return type so that it's not array. 7 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 Fixed StackPanel arrange pass. 7 years ago
SystemDialog.cs Use Array.Empty instead of allocating empty arrays. 7 years ago
TabControl.cs Register TabControl with ContentControlMixin. 7 years ago
TabItem.cs Improved default control template for TabControl 8 years ago
TextBlock.cs FormattedText.Measure() -> FormattedText.Bounds. 7 years ago
TextBox.cs dont set ibeam cursor on textbox textpresenter. 8 years ago
ToolTip.cs Fixed whitespace nit. 7 years ago
ToolTipService.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
TopLevel.cs Added TopLevel.Opened event. 7 years ago
TreeView.cs Use ListBox properties for TreeView implementation. 7 years ago
TreeViewItem.cs TreeViewItem.cs - Renamed Depth to Level. 8 years ago
UserControl.cs Don't override UserControl.StyleKey. 7 years ago
Viewbox.cs Fixed StackPanel arrange pass. 7 years ago
VirtualizingStackPanel.cs rename stackpanel Gap property to Spacing property. 8 years ago
Window.cs Added exception details to XML docs. 7 years ago
WindowBase.cs Remove Avalonia.ISupportInitialize. 7 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