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.
 
 
 
Steven Kirk 9df2df36cb Merge branch 'master' into refactor/instanced-binding-creation 9 years ago
..
Embedding Initial working version of remoting 9 years ago
Generators Add missing inheritdoc comment. 10 years ago
Mixins Implement AutoScrollToSelectedItem 10 years ago
Platform Merge remote-tracking branch 'upstream/master' into remote2 9 years ago
Presenters Made a start adding Control/Application.Resources. 9 years ago
Primitives Notify DataContextChanged down tree. 9 years ago
Properties Code cleanup 10 years ago
Remote [REMOTE] Renamed private class to avoid confusion 9 years ago
Shapes Adding Drawing classes & render test 9 years ago
Templates Refactored InstancedBinding creation. 9 years ago
Utils Switched to .NETStandard (mostly 1.1) 10 years ago
AppBuilderBase.cs Fixed invalid doc references. 9 years ago
Application.cs Merge branch 'master' into control-resources 9 years ago
Avalonia.Controls.csproj Fixed merge issues and made new previewer to work with desktop .net 9 years ago
Border.cs Renamed Perspex -> Avalonia 10 years ago
Button.cs Merge branch 'master' into feature/button-ispressed 9 years ago
Canvas.cs Set canvas property default values to NaN. 10 years ago
Carousel.cs Renamed Perspex -> Avalonia 10 years ago
CheckBox.cs Renamed Perspex -> Avalonia 10 years ago
Classes.cs Don't remove pseudoclasses when clearing Classes. 9 years ago
ColumnDefinition.cs Renamed Perspex -> Avalonia 10 years ago
ColumnDefinitions.cs Renamed Perspex -> Avalonia 10 years ago
ContentControl.cs Added ContentControl.ContentTemplate. 10 years ago
ContextMenu.cs fix context menu not closing when an item is clicked. 9 years ago
Control.cs Notify DataContextChanged down tree. 9 years ago
ControlExtensions.cs Make dynamic resources work in more situations. 9 years ago
Controls.cs Renamed Perspex -> Avalonia 10 years ago
Decorator.cs Renamed Perspex -> Avalonia 10 years ago
DefinitionBase.cs Renamed Perspex -> Avalonia 10 years ago
Design.cs Initial remote XAML previewer implementation 9 years ago
DockPanel.cs Renamed Perspex -> Avalonia 10 years ago
DrawingPresenter.cs Clipping 9 years ago
DropDown.cs Fix DropDown popup opening. 9 years ago
DropDownItem.cs Renamed Perspex -> Avalonia 10 years ago
Expander.cs TwoWay binding by default for IsExpanded property in Expander control. fixes #865. 10 years ago
Grid.cs Renamed Perspex -> Avalonia 10 years ago
GridLength.cs Renamed Perspex -> Avalonia 10 years ago
GridSplitter.cs Not throw exception in last or first position. 10 years ago
HotkeyManager.cs Fixed unused member warnings. 10 years ago
IApplicationLifecycle.cs Renamed Perspex -> Avalonia 10 years ago
IContentControl.cs Added ContentControl.ContentTemplate. 10 years ago
IControl.cs Merge branch 'master' into control-resources 9 years ago
IGlobalDataTemplates.cs Lazily initialize DataTemplates. 9 years ago
IHeadered.cs Renamed Perspex -> Avalonia 10 years ago
IPanel.cs Renamed Perspex -> Avalonia 10 years ago
IPseudoClasses.cs Renamed Perspex -> Avalonia 10 years ago
IScrollable.cs Added IScrollable interface. 10 years ago
ISelectable.cs Renamed Perspex -> Avalonia 10 years ago
ISetInheritanceParent.cs Recycle DataTemplates. 10 years ago
ISetLogicalParent.cs Renamed Perspex -> Avalonia 10 years ago
IVirtualizingController.cs Fix virtualized list to taking up available space. 10 years ago
IVirtualizingPanel.cs Fix horizontal scroll with virtualized items. 10 years ago
Image.cs Renamed Rect.CenterIn -> CenterRect. 10 years ago
ItemVirtualizationMode.cs WIP: Adding virtualization to ItemsPresenter. 10 years ago
ItemsControl.cs More null checks 9 years ago
LayoutTransformControl.cs renamed Visual.TransformOrigin -> RenderTransformOrigin 10 years ago
ListBox.cs Deafult ItemsPresenter virtualization to None 10 years ago
ListBoxItem.cs Renamed Perspex -> Avalonia 10 years ago
Menu.cs Ensure menu gets closed. 9 years ago
MenuItem.cs Fixed: MenuItem with sub-items is not closed when other menu item without sub-items is selected #226 9 years ago
MenuItemAccessKeyHandler.cs Renamed Perspex -> Avalonia 10 years ago
Orientation.cs Added Orientation and IsIndeterminate properties to ProgressBar. 9 years ago
Panel.cs fixed bug in panel controls when they are set with the same collection instance 10 years ago
PlacementMode.cs Renamed Perspex -> Avalonia 10 years ago
PointEventArgs.cs Changed point name once again 10 years ago
ProgressBar.cs Requested change. 9 years ago
RadioButton.cs Renamed Perspex -> Avalonia 10 years ago
RepeatButton.cs Add RepeatButton 9 years ago
RequestBringIntoViewEventArgs.cs Renamed Perspex -> Avalonia 10 years ago
RowDefinition.cs Renamed Perspex -> Avalonia 10 years ago
RowDefinitions.cs Renamed Perspex -> Avalonia 10 years ago
Screens.cs Screen information API implementation 9 years ago
ScrollViewer.cs Add scroll bar & slider buttons 9 years ago
SelectionChangedEventArgs.cs Renamed Perspex -> Avalonia 10 years ago
SelectionMode.cs Renamed Perspex -> Avalonia 10 years ago
Separator.cs Renamed Perspex -> Avalonia 10 years ago
Slider.cs Fix slider 9 years ago
StackPanel.cs [StackPanel] Gap value is not added to the measured width or height after the last child. 9 years ago
SystemDialog.cs [MONOMAC] Implemented system dialogs 9 years ago
TabControl.cs Renamed Perspex -> Avalonia 10 years ago
TabItem.cs Renamed Perspex -> Avalonia 10 years ago
TextBlock.cs Ported immutable media impls from scenegraph. 10 years ago
TextBox.cs null check on hide caret. 9 years ago
ToolTip.cs ToolTip: IsOpen, Placement, Offset 9 years ago
ToolTipService.cs ToolTip: IsOpen, Placement, Offset 9 years ago
TopLevel.cs React to application resources changing. 9 years ago
TreeView.cs Fix using dispatcher timer with 0 time interval causing exception. 9 years ago
TreeViewItem.cs Make ItemTemplate work for TreeView. 10 years ago
UserControl.cs Renamed Perspex -> Avalonia 10 years ago
VirtualizingStackPanel.cs Fix horizontal scroll with virtualized items. 10 years ago
Window.cs Screen information API implementation 9 years ago
WindowBase.cs Merge remote-tracking branch 'origin/master' into scenegraph 9 years ago
WindowEdge.cs Renamed Perspex -> Avalonia 10 years ago
WindowIcon.cs Update implementation and added test case to control catalog. Fixes #807. 10 years ago
WindowState.cs Renamed Perspex -> Avalonia 10 years ago
WrapPanel.cs Added a render test sample. 10 years ago