| .. |
|
ApplicationLifetimes
|
Removed `Application` parameter from ClassicDesktopStyleApplicationLifetime since it wasn't used anyway
|
7 years ago |
|
Calendar
|
Merge branch 'master' into fixes/3737-event-arg-ordering
|
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/remove-property-initialized
|
6 years ago |
|
NumericUpDown
|
Reintroduce coercion to NumericUpDown.
|
7 years ago |
|
Platform
|
Enable null checking in DefaultMenuInteractionHandler.
|
6 years ago |
|
Presenters
|
Don't declare property fields AvaloniaProperty<>.
|
6 years ago |
|
Primitives
|
Merge branch 'master' into refactor/remove-property-initialized
|
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.
|
7 years ago |
|
Templates
|
Remove TypeInfo usage in Avalonia.Controls.
|
6 years ago |
|
Utils
|
Updated obsolete API usages.
|
6 years ago |
|
AppBuilderBase.cs
|
Removed `Application` parameter from ClassicDesktopStyleApplicationLifetime since it wasn't used anyway
|
7 years ago |
|
Application.cs
|
Rename IStyleRoot -> ILogicalRoot.
|
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
|
Merge branch 'master' into refactor/remove-property-initialized
|
6 years ago |
|
ButtonSpinner.cs
|
Merge branch 'master' into refactor/remove-property-initialized
|
6 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
|
Updated obsolete API usages.
|
6 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
|
Set pseudoclasses manually.
|
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
|
Merge branch 'master' into refactor/remove-property-initialized
|
6 years ago |
|
Grid.cs
|
Added WPF-style validation for AvaloniaProperty.
|
7 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
|
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
|
Sanitize image drawing API.
|
6 years ago |
|
ItemVirtualizationMode.cs
|
WIP: Adding virtualization to ItemsPresenter.
|
10 years ago |
|
ItemsControl.cs
|
Don't consider disabled controls when moving focus.
|
6 years ago |
|
LayoutTransformControl.cs
|
Don't declare property fields AvaloniaProperty<>.
|
6 years ago |
|
ListBox.cs
|
Updated GotFocusEventArgs obsolete API usages.
|
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.
|
7 years ago |
|
MenuItemAccessKeyHandler.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
NativeMenu.Export.cs
|
Remove ignored validate parameter.
|
7 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
|
7 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
|
Add Progressbar ShowProgressText property (#3531)
|
6 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
|
Added the ScrollToHome() and ScrollToEnd() methods to ScrollViewer.
|
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
|
Merge branch 'master' into refactor/remove-property-initialized
|
6 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>
|
7 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
|
7 years ago |
|
TextBox.cs
|
Merge branch 'master' into textBoxNull
|
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
|
Rename IStyleRoot -> ILogicalRoot.
|
6 years ago |
|
TreeView.cs
|
Swap order of parameters to event args.
|
6 years ago |
|
TreeViewItem.cs
|
Update tree item container index dynamically.
|
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
|
Don't ignore available size in window measure.
|
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
|
7 years ago |