..
ApplicationLifetimes
Removed `Application` parameter from ClassicDesktopStyleApplicationLifetime since it wasn't used anyway
7 years ago
Calendar
Swap order of parameters to event args.
6 years ago
Converters
Added missing Converter.
8 years ago
Embedding
Make toplevels responsible of creating popups
7 years ago
Generators
Fix updating index when TreeView reparented.
6 years ago
Mixins
Remove ContentControlMixin.
7 years ago
Notifications
Merge branch 'master' into refactor/value-store
6 years ago
NumericUpDown
Reintroduce coercion to NumericUpDown.
6 years ago
Platform
Don't reopen an already active submenu on hover.
7 years ago
Presenters
Don't declare property fields AvaloniaProperty<>.
6 years ago
Primitives
Swap order of parameters to event args.
6 years ago
Properties
Moved ItemsRepeater to Avalonia.Controls.
7 years ago
Remote
Sanitize image drawing API.
6 years ago
Repeater
Swap order of parameters to event args.
6 years ago
Shapes
Remove not needed type check.
6 years ago
Templates
Merge branch 'master' into refactor/2333-remove-memberselector
7 years ago
Utils
Combine draw and fill rectangle drawing operation
6 years ago
AppBuilderBase.cs
Removed `Application` parameter from ClassicDesktopStyleApplicationLifetime since it wasn't used anyway
7 years ago
Application.cs
Application class uses AddOwner instead of making its own version of datacontext property.
6 years ago
AutoCompleteBox.cs
Swap order of parameters to event args.
6 years ago
Avalonia.Controls.csproj
Remove old Grid classes.
7 years ago
Border.cs
Added IAffectsRender interface...
8 years ago
Button.cs
Move methods back to original order.
6 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
Don't override key/pointer events in Carousel.
7 years ago
CheckBox.cs
Renamed Perspex -> Avalonia
10 years ago
ColumnDefinition.cs
Fix Grid shared scope not being updated when resizing row/column definitions.
7 years ago
ColumnDefinitions.cs
Cleaning up
7 years ago
ComboBox.cs
Remove usage of AddClassHandler that returns new lambda per invocation.
7 years ago
ComboBoxItem.cs
DropDown -> ComboBox.
7 years ago
ContentControl.cs
Remove usage of AddClassHandler that returns new lambda per invocation.
7 years ago
ContextMenu.cs
Added InitialPressMouseButton to PointerReleasedEventArgs that returns the button that caused the PointerPressed event
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
Remove usage of AddClassHandler that returns new lambda per invocation.
7 years ago
Decorator.cs
Remove usage of AddClassHandler that returns new lambda per invocation.
7 years ago
DefinitionBase.cs
Wire up validation/coercion for attached properties.
6 years ago
DefinitionList.cs
Cleaning up
7 years ago
Design.cs
Make DesignWindowLoader expect PreviewWith on Styles.
7 years ago
DesktopApplicationExtensions.cs
XML comment fixes.
7 years ago
DockPanel.cs
Fix license headers
7 years ago
DrawingPresenter.cs
Make DrawingPresenter obsolete.
6 years ago
DropDown.cs
Remove direct logging functions.
7 years ago
Expander.cs
Remove usage of AddClassHandler that returns new lambda per invocation.
7 years ago
Grid.cs
Added WPF-style validation for AvaloniaProperty.
6 years ago
GridLength.cs
Restore deleted GridLength.cs
7 years ago
GridSplitter.cs
Don't declare property fields AvaloniaProperty<>.
6 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
8 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
Sanitize image drawing API.
6 years ago
ItemVirtualizationMode.cs
WIP: Adding virtualization to ItemsPresenter.
10 years ago
ItemsControl.cs
Optimize and add new efficient visual tree extensions.
6 years ago
LayoutTransformControl.cs
Don't declare property fields AvaloniaProperty<>.
6 years ago
ListBox.cs
set Scroll before calling base.OnTemplateApplied.
6 years ago
ListBoxItem.cs
Renamed Perspex -> Avalonia
10 years ago
Menu.cs
Merge branch 'master' into experimental/itemsrepeater
7 years ago
MenuBase.cs
Remove usage of AddClassHandler that returns new lambda per invocation.
7 years ago
MenuItem.cs
Make ValueStore typed.
6 years ago
MenuItemAccessKeyHandler.cs
Renamed Perspex -> Avalonia
10 years ago
NativeMenu.Export.cs
Remove ignored validate parameter.
6 years ago
NativeMenu.cs
Implemented managed menu bar presenter for native menus
7 years ago
NativeMenuBar.cs
Implemented managed menu bar presenter for native menus
7 years ago
NativeMenuItem.cs
submenu only on menuitems not seprators
7 years ago
NativeMenuItemBase.cs
dont implement datacontext on menuitems
6 years ago
NativeMenuItemSeperator.cs
Implemented managed menu bar presenter for native menus
7 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
Fix formatting.
7 years ago
RadioButton.cs
Register RadioButton for GroupName every time it is attached to the visual tree.
7 years ago
RepeatButton.cs
Added InitialPressMouseButton to PointerReleasedEventArgs that returns the button that caused the PointerPressed event
7 years ago
RequestBringIntoViewEventArgs.cs
Renamed Perspex -> Avalonia
10 years ago
RowDefinition.cs
Fix Grid shared scope not being updated when resizing row/column definitions.
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
Make ValueStore typed.
6 years ago
SelectionChangedEventArgs.cs
Swap order of parameters to event args.
6 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
Remove usage of AddClassHandler that returns new lambda per invocation.
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 special case that checks for AvaloniaList<object>
6 years ago
TabItem.cs
Remove redundant ParentTabControl property
7 years ago
TextBlock.cs
Reworked the font manager to better manage resoures and also work properly with the application lifetime
6 years ago
TextBox.cs
Merge branch 'master' into refactor/value-store
6 years ago
ToolTip.cs
Review comments
7 years ago
ToolTipService.cs
don't try open tooltip on detached control
7 years ago
TopLevel.cs
Reafactor logical tree attach/detach events.
6 years ago
TreeView.cs
Swap order of parameters to event args.
6 years ago
TreeViewItem.cs
Update tree item container index dynamically.
6 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
Window shouldnt call HandleClosed as this is called by TopLevel signaled by backed Closed event.
6 years ago
WindowBase.cs
Remove usage of AddClassHandler that returns new lambda per invocation.
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 WrapPanel issue #3165 item width/height should trigger new measure
6 years ago