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.
 
 
 
Nikita Tsukanov be7b011b1f
Merge pull request #2993 from Keroosha/xfwm4-working-area-fix
7 years ago
..
ApplicationLifetimes Fixed XML comment references. 7 years ago
Calendar Do not spam with collection changed events. 7 years ago
Converters Added missing Converter. 8 years ago
Embedding Make toplevels responsible of creating popups 7 years ago
Generators Fix AlwaysSelected selected state. 7 years ago
Mixins Remove ContentControlMixin. 7 years ago
Notifications apply fix to reversible stackpanel. 7 years ago
NumericUpDown Fixed argument exception constructor calls. 7 years ago
Platform Avoid NRE in DefaultMenuInteractionHandler. 7 years ago
Presenters fix whitespace. 7 years ago
Primitives Merge pull request #2993 from Keroosha/xfwm4-working-area-fix 7 years ago
Properties Moved ItemsRepeater to Avalonia.Controls. 7 years ago
Remote Added PointerUpdateKind and replaced InputModifiers with KeyModifiers 7 years ago
Repeater Fix another facepalm in ItemsRepeater. 7 years ago
Shapes Make Rect.Deflate consistent with Rect.Inflate. 7 years ago
Templates Merge branch 'master' into refactor/2333-remove-memberselector 7 years ago
Utils Moved attached layout code to Avalonia.Layout. 7 years ago
AppBuilderBase.cs Merge branch 'managed-file-dialog' of https://github.com/AvaloniaUI/Avalonia into managed-file-dialog 7 years ago
Application.cs Naming 7 years ago
AutoCompleteBox.cs Merge branch 'master' into refactor/2333-remove-memberselector 7 years ago
Avalonia.Controls.csproj Remove old Grid classes. 7 years ago
Border.cs Added IAffectsRender interface... 8 years ago
Button.cs Merge branch 'master' into fixes/2501-command-isenabled 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 Invalidate parent grid measure when Row/Col definition's height/width props change. Fixes #2664 7 years ago
ColumnDefinitions.cs Cleaning up 7 years ago
ComboBox.cs IPopupImpl is now optional advanced feature 7 years ago
ComboBoxItem.cs DropDown -> ComboBox. 7 years ago
ContentControl.cs Remove ContentControlMixin. 7 years ago
ContextMenu.cs Merge pull request #2778 from AvaloniaUI/popup-ng 7 years ago
Control.cs Prevent leak when using TemplateBinding from a Setter. 7 years ago
ControlExtensions.cs Don't bring hidden controls into view. 7 years ago
Controls.cs Renamed Perspex -> Avalonia 10 years ago
DataValidationErrors.cs Allowed pass object as validation error 7 years ago
Decorator.cs Make AffectsMeasure/Arrange/Render typed. 8 years ago
DefinitionBase.cs Eliminate OnUserSizePropertyChanged 7 years ago
DefinitionList.cs Cleaning up 7 years ago
Design.cs Make DesignWindowLoader expect PreviewWith on Styles. 7 years ago
DesktopApplicationExtensions.cs Fixed Start<TMainWindow>() + obsoleted Start() 7 years ago
DockPanel.cs Fix license headers 7 years ago
DrawingPresenter.cs Fix drawing presenter clipping (#1882) 8 years ago
DropDown.cs Re-added an obsolete DropDown control. 7 years ago
Expander.cs Use styled properties in Expander. 7 years ago
Grid.cs Merge branch 'master' into fixes/wpfgridcleanup 7 years ago
GridLength.cs Restore deleted GridLength.cs 7 years ago
GridSplitter.cs Moved attached layout code to Avalonia.Layout. 7 years ago
HotkeyManager.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
IScrollAnchorProvider.cs Added IScrollAnchorProvider. 7 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 Constrain to availableSize in MeasureCore. 7 years ago
ItemVirtualizationMode.cs WIP: Adding virtualization to ItemsPresenter. 10 years ago
ItemsControl.cs Remove unused/bad code. 7 years ago
LayoutTransformControl.cs XML comment fixes. 7 years ago
ListBox.cs Add setter for ListBox.SelectedItems. 7 years ago
ListBoxItem.cs Renamed Perspex -> Avalonia 10 years ago
Menu.cs Merge branch 'master' into experimental/itemsrepeater 7 years ago
MenuBase.cs Cleanup usings. 7 years ago
MenuItem.cs Added PointerUpdateKind and replaced InputModifiers with KeyModifiers 7 years ago
MenuItemAccessKeyHandler.cs Renamed Perspex -> Avalonia 10 years ago
Panel.cs Render changes to child order/zindex. 7 years ago
PixelPointEventArgs.cs XML comment fixes. 7 years ago
PlacementMode.cs Wired up the popup positioner 7 years ago
ProgressBar.cs Moved attached layout code to Avalonia.Layout. 7 years ago
RadioButton.cs Register RadioButton for GroupName every time it is attached to the visual tree. 7 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 Invalidate parent grid measure when Row/Col definition's height/width props change. Fixes #2664 7 years ago
RowDefinitions.cs Cleaning up 7 years ago
Screens.cs Move Screens property to WindowBase since they are in IWindowBaseImpl anyway 7 years ago
ScrollViewer.cs Scaffold IScrollAnchorProvider on ScrollViewer. 7 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
ShutdownMode.cs Fixed XML comment references. 7 years ago
Slider.cs Moved attached layout code to Avalonia.Layout. 7 years ago
Spinner.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
StackPanel.cs stackpanel copes with non-visible controls when arranging. 7 years ago
SystemDialog.cs Merge branch 'managed-file-dialog' of https://github.com/AvaloniaUI/Avalonia into managed-file-dialog 7 years ago
TabControl.cs Remove ContentControlMixin. 7 years ago
TabItem.cs Improved default control template for TabControl 8 years ago
TextBlock.cs Do not allocate as much in TextBlock and TextPresenter constructors. 7 years ago
TextBox.cs MaxLength Property for TextBox 7 years ago
ToolTip.cs Review comments 7 years ago
ToolTipService.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
TopLevel.cs Notify MouseDevice when TopLevel closed. 7 years ago
TreeView.cs "Fix" TreeView SelectedItems causing side effects and resetting selection. 7 years ago
TreeViewItem.cs Fix scrolling to selected item in TreeView. 7 years ago
UserControl.cs Manually handle name scope registrations 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 Wired up the popup positioner 7 years ago
WindowBase.cs Dead code 7 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 Merge branch 'master' into experimental/itemsrepeater 7 years ago