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.
 
 
 
Tim bfeeb10adf improved help text 3 years ago
..
ApplicationLifetimes Fix window duplicates on macos 3 years ago
AutoCompleteBox revert async 3 years ago
Automation Shortcut finding the visual root for controls. 3 years ago
Calendar Merge pull request #11366 from Enscape/fixes/tabitem-contenttemplate-analyzer-warnings 3 years ago
CalendarDatePicker Don't expose pseudoclass constants. 3 years ago
Chrome Use template part name constants in CaptionButtons 3 years ago
Converters Nullability fixes for Avalonia.Controls 3 years ago
DateTimePickers Modernized argument check syntax 3 years ago
Diagnostics fix: Address Review 3 years ago
Documents Revert Inline breaking change 3 years ago
Embedding Implemented a proper framebuffer for RemoteServerTopLevelImpl 3 years ago
Flyouts Move PlatformHotkeyConfiguration to IPlatformSettings 3 years ago
Generators Merge branch 'master' into feature/heterogeneous-item-containers-2 3 years ago
Mixins Replace System.Reactive with internal extensions 3 years ago
Notifications improved help text 3 years ago
NumericUpDown feat(NumericUpDown): TextAlignment 3 years ago
Platform OSX rendering refactoring 3 years ago
Presenters Handle ScrollContentPresenter extent rounding errors 3 years ago
Primitives remove hardcoded popup constraint adjustment 3 years ago
Properties feat: move InternalsVisibleTo in csproj 4 years ago
PullToRefresh Modernized argument check syntax 3 years ago
Remote OSX rendering refactoring 3 years ago
Selection Checking _operation for null isn't enough. 3 years ago
Shapes Polyline points remove defalut value 3 years ago
SplitButton Updated ToggleSplitButton.IsCheckedProperty definition to be on a single line. 3 years ago
SplitView Remove IPresenter and IContentPresenter. 3 years ago
Templates Remove ControlTemplateResult. 3 years ago
Utils Modernized argument check syntax 3 years ago
AcrylicPlatformCompensationLevels.cs feat: Address Rule CA1815 3 years ago
ApiCompatBaseline.txt Update api compat baselines. 4 years ago
AppBuilder.cs Merge remote-tracking branch 'origin/master' into cleanup-runtime-platform-interface 3 years ago
Application.cs Update documentation a bit 3 years ago
Avalonia.Controls.csproj remove all traces of old api diff. 3 years ago
Border.cs Completely remove Border line dash properties 3 years ago
BorderVisual.cs Remove the IsDefault property 3 years ago
Button.cs Don't expose pseudoclass constants. 3 years ago
ButtonSpinner.cs Replace System.Reactive with internal extensions 3 years ago
Canvas.cs Replace System.Reactive with internal extensions 3 years ago
Carousel.cs Addressed feedback on PR #10608 3 years ago
CheckBox.cs Use new properties to remove some peers. 5 years ago
ColumnDefinition.cs Fix SetCurrentValue warnings 3 years ago
ColumnDefinitions.cs Preferring user-provided string conversion over TypeDescriptor 6 years ago
ComboBox.cs added clear function to combobox 3 years ago
ComboBoxItem.cs Replace System.Reactive with internal extensions 3 years ago
ContainerClearingEventArgs.cs Added container lifecycle events. 3 years ago
ContainerIndexChangedEventArgs.cs Added container lifecycle events. 3 years ago
ContainerPreparedEventArgs.cs Added container lifecycle events. 3 years ago
ContentControl.cs typo 3 years ago
ContextMenu.cs Trigger devops build again 3 years ago
ContextRequestedEventArgs.cs Remove #nullable directives. 4 years ago
Control.cs Merge pull request #11828 from robloo/on-loaded-unloaded 3 years ago
ControlExtensions.cs Replace System.Reactive with internal extensions 3 years ago
Controls.cs Prevent null Panel children 3 years ago
DataValidationErrors.cs Replace System.Reactive with internal extensions 3 years ago
Decorator.cs Removed a number of interfaces. 3 years ago
DefinitionBase.cs Fix some other AVP warnings 3 years ago
DefinitionList.cs Fix DefinitionList parsing 3 years ago
Design.cs Added support for Design.PreviewWith in resource dictionaries. 4 years ago
DesktopApplicationExtensions.cs fix(DevTools): Debug Application without ApplicationLifetime 3 years ago
DockPanel.cs Nullability fixes for Avalonia.Controls 3 years ago
DropDownButton.cs Add new DropDownButton control 4 years ago
Expander.cs Fix eventArgs type in Expander 3 years ago
ExperimentalAcrylicBorder.cs Replace WindowTransparencyLevel enum with list of structs 3 years ago
Grid.cs Make all Render overrides sealed (#10299) 3 years ago
GridLength.cs fix to remove GridLength.ToString() culture dependency. 4 years ago
GridSplitter.cs Fixed or suppressed various analyzer warnings 3 years ago
HotkeyManager.cs issue fix 3 years ago
IContentControl.cs Make IContentControl internal. 3 years ago
IGlobalDataTemplates.cs Added attributes describing API stability. 4 years ago
IHeadered.cs Make IHeadered internal. 3 years ago
IMenu.cs Make IMenu, IMenuElement, IMenuItem internal. 3 years ago
IMenuElement.cs Make IMenu, IMenuElement, IMenuItem internal. 3 years ago
IMenuItem.cs Make IMenu, IMenuElement, IMenuItem internal. 3 years ago
INativeMenuExporterEventsImplBridge.cs Make INativeMenuExporterEventsImplBridge a private API. 3 years ago
INativeMenuItemExporterEventsImplBridge.cs Added attributes describing API stability. 4 years ago
IScrollAnchorProvider.cs Removed a number of interfaces. 3 years ago
IScrollable.cs Added attributes describing API stability. 4 years ago
ISelectable.cs Make container IsSelected bindings work again. 3 years ago
IconElement.cs add IconElement class. 6 years ago
Image.cs Introduce advanced render options 3 years ago
ItemCollection.cs Make ItemsControl.Items read-only. 3 years ago
ItemsControl.cs Fix property name. 3 years ago
ItemsSourceView.cs MenuFlyout.Items -> ItemsSource. 3 years ago
Label.cs Remove unneccessary using directives. 3 years ago
LayoutTransformControl.cs Reset LayoutTransformControl matrix when transform is removed 3 years ago
ListBox.cs fix(ListBox): Regression space handling 3 years ago
ListBoxItem.cs Use PlatformSettings from the top level internally 3 years ago
LoggingExtensions.cs Remove AppBuilderBase and generics 3 years ago
MaskedTextBox.cs Move PlatformHotkeyConfiguration to IPlatformSettings 3 years ago
Menu.cs Rename MenuBase Opened/Closed events removing type prefix 3 years ago
MenuBase.cs Rename MenuBase Opened/Closed events removing type prefix 3 years ago
MenuItem.cs Add missing <inheritdoc /> 3 years ago
MenuItemAccessKeyHandler.cs Make IMainMenu and IAccessKeyHandler internal. 3 years ago
NativeControlHost.cs Media system refactoring 3 years ago
NativeMenu.Export.cs Nullability fixes for Avalonia.Controls 3 years ago
NativeMenu.cs Converted a variety of writeable DirectProperty definitions to StyledProperty 3 years ago
NativeMenuBar.cs Replace System.Reactive with internal extensions 3 years ago
NativeMenuItem.cs Composition aware resources 3 years ago
NativeMenuItemBase.cs Converted a variety of writeable DirectProperty definitions to StyledProperty 3 years ago
NativeMenuItemSeparator.cs Fixed or suppressed various analyzer warnings 3 years ago
Panel.cs Hide IChildIndexProvider interface method. 3 years ago
PathIcon.cs add IconElement class. 6 years ago
PixelPointEventArgs.cs Remove copyright headers. 6 years ago
PlacementMode.cs Implement PlacementMode.Center 3 years ago
PlatformInhibitionType.cs Add API to prevent App Nap. 3 years ago
ProgressBar.cs make props to direct ones 3 years ago
RadioButton.cs Use SetCurrentValue to manipulate sibling RadioButtons 3 years ago
RelativePanel.AttachedProperties.cs Update Measure and Layout if a child of RelativePanel updates it's 3 years ago
RelativePanel.cs Nullability fixes for Avalonia.Controls 3 years ago
RepeatButton.cs Fix DelayProperty owner 4 years ago
RequestBringIntoViewEventArgs.cs Removed a number of interfaces. 3 years ago
ResolveByNameAttribute.cs Cleanup attributes 3 years ago
RowDefinition.cs Fix SetCurrentValue warnings 3 years ago
RowDefinitions.cs Adding more ToString() overloads to support DevTools 5 years ago
Screens.cs Prevent all obsolete members from listing in auto-completions 3 years ago
ScrollChangedEventArgs.cs Added ScrollViewer.ScrollChanged event. 6 years ago
ScrollViewer.cs Remove IPresenter and IContentPresenter. 3 years ago
SelectableTextBlock.cs Move PlatformHotkeyConfiguration to IPlatformSettings 3 years ago
SelectionChangedEventArgs.cs Remove copyright headers. 6 years ago
SelectionMode.cs Remove copyright headers. 6 years ago
Separator.cs Remove copyright headers. 6 years ago
ShutdownMode.cs Remove copyright headers. 6 years ago
SizeChangedEventArgs.cs Removed IInteractive. 3 years ago
Slider.cs Remove unneeded protected properties. 3 years ago
Spinner.cs Replace System.Reactive with internal extensions 3 years ago
StackPanel.cs Nullability fixes for Avalonia.Controls 3 years ago
SystemDialog.cs Prevent all obsolete members from listing in auto-completions 3 years ago
TabControl.cs Remove IPresenter and IContentPresenter. 3 years ago
TabItem.cs Fixed SelectedContent and SelectedContentTemplate only updating when the selected tab changes 3 years ago
TextBlock.cs Fix for TextBlock.TextDecorations not inheriting down to inlines. 3 years ago
TextBox.cs Fix for TextBox not accounting for space between ScrollViewer and TextPresenter when calculating MaxLines-based height 3 years ago
TextBoxTextInputMethodClient.cs Remove compiler conditionals 3 years ago
TextChangedEventArgs.cs Add comments to TextChangedEventArgs and TextChangingEventArgs 3 years ago
TextChangingEventArgs.cs Add comments to TextChangedEventArgs and TextChangingEventArgs 3 years ago
ThemeVariantScope.cs Make StyledElement use theme variants again 3 years ago
TickBar.cs Make all Render overrides sealed (#10299) 3 years ago
ToggleSwitch.cs ToggleSwitch: fix toggle on single touch tap on the knob part 3 years ago
ToolTip.cs Replace System.Reactive with internal extensions 3 years ago
ToolTipService.cs Add additional null check as Tip may be null in some situations 3 years ago
TopLevel.cs To Avalonia.Controls.TopLevel.HandleClosed method body was added Avalonia.Controls.TopLevel.StopRendering method call 3 years ago
TransitioningContentControl.cs Remove BypassLogicalChildrenManagement and use OnPropertyChanged 3 years ago
TrayIcon.cs Converted several "dataValidation" properties to StyledProperty 3 years ago
TreeView.cs Fix scroll to selected item logic. 3 years ago
TreeViewItem.cs Limit IFocusManager API, extend IInputElement API, remove visible static properties 3 years ago
UrlOpenedEventArgs.cs add implementation of url event for application class. 5 years ago
UserControl.cs Deprecate IStyleable . 3 years ago
Viewbox.cs Make some protected internal members internal. 3 years ago
VirtualizingCarouselPanel.cs Support heterogeneous item containers. 3 years ago
VirtualizingPanel.cs Only prepare items that are containers once. 3 years ago
VirtualizingStackPanel.cs lazy get snapppoints using realized elements in VirtualizingStackPanel 3 years ago
Window.cs Do not set Window Startup Location multiple times 3 years ago
WindowBase.cs Media system refactoring 3 years ago
WindowClosingEventArgs.cs Added WindowClosingEventArgs. 3 years ago
WindowEdge.cs Renamed Perspex -> Avalonia 10 years ago
WindowIcon.cs Composition aware resources 3 years ago
WindowResizedEventArgs.cs Added WindowBase.Resized event. 3 years ago
WindowStartupLocation.cs Implemented Window.WindowStartupLocation and WindowBase.Owner. 9 years ago
WindowState.cs Add Fullscreen to WindowState enum. 6 years ago
WindowTransparencyLevel.cs Replace WindowTransparencyLevel enum with list of structs 3 years ago
WrapPanel.cs Nullability fixes for Avalonia.Controls 3 years ago