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 77c4c71932
Dont flag the Row/ColDefinition list dirty when the child Row/ColDefinition's child property is changed.
7 years ago
..
Calendar Refactor pointer events to support touch events 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
Notifications remove unecesary event 7 years ago
NumericUpDown Fixed argument exception constructor calls. 7 years ago
Platform PR comments 7 years ago
Presenters Initial scroll gesture implementation 7 years ago
Primitives set defaultBindingMode as TwoWay for SelectedIndex 7 years ago
Properties further progress on notifications ui 7 years ago
Remote PR comments 7 years ago
Shapes Remove unsupported line caps 7 years ago
Templates Make TemplatedParent a direct property. 7 years ago
Utils Remove old Grid classes. 7 years ago
AppBuilderBase.cs Revert removal of Application.Initialize 7 years ago
Application.cs [OSX] HotFix prevent crashing on app launch. 7 years ago
AutoCompleteBox.cs Remove worthless QualityBand xml comment parameters. 7 years ago
Avalonia.Controls.csproj Remove old Grid classes. 7 years ago
Border.cs Added IAffectsRender interface... 8 years ago
Button.cs Initial scroll gesture implementation 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 when property changes on DefBase. 7 years ago
ColumnDefinitions.cs Dont flag the Row/ColDefinition list dirty when the child Row/ColDefinition's child property is changed. 7 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 Make a new base class for both Row/ColumnDefinitions. 7 years ago
DefinitionList.cs Fix unit tests and transfer back to GridTests.cs 7 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
ExitEventArgs.cs Add xml comments 7 years ago
Expander.cs Use styled properties in Expander. 7 years ago
Grid.cs Make a new base class for both Row/ColumnDefinitions. 7 years ago
GridLength.cs Restore deleted GridLength.cs 7 years ago
GridSplitter.cs Restore removed GridSplitter code. 7 years ago
HotkeyManager.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
IApplicationLifecycle.cs Add xml comments 7 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 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 Add "UseRenderTransform" property for LayoutTransformControl. Wire up the style animation to use that property. 7 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 Implemented simple inertial scroll 7 years ago
MenuItemAccessKeyHandler.cs Renamed Perspex -> Avalonia 10 years ago
Orientation.cs Added Orientation and IsIndeterminate properties to ProgressBar. 8 years ago
Panel.cs Panel no longer overrides the default value of the ClipToBounds property. 7 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 Invalidate parent grid when property changes on DefBase. 7 years ago
RowDefinitions.cs Dont flag the Row/ColDefinition list dirty when the child Row/ColDefinition's child property is changed. 7 years ago
Screens.cs Changed IScreenImpl.AllScreens return type so that it's not array. 7 years ago
ScrollViewer.cs scrollbar PageUp/PageDown handling 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 Fix comments 7 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 revert stackpanel changes 7 years ago
StartupEventArgs.cs Fix comments 7 years ago
SystemDialog.cs Use Array.Empty instead of allocating empty arrays. 7 years ago
TabControl.cs Do not crash 7 years ago
TabItem.cs Improved default control template for TabControl 7 years ago
TextBlock.cs FormattedText.Measure() -> FormattedText.Bounds. 7 years ago
TextBox.cs Fix use of CoerceCaretIndex on Text change 7 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 Merge branch 'master' into feature/ApplicationOnStartup 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 Window.OnClosing. 7 years ago
WindowBase.cs Remove Avalonia.ISupportInitialize. 7 years ago
WindowCollection.cs Initial 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 Fix copy and paste error 7 years ago