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.
 
 
 
Dan Walmsley 5c2c595f65 Merge remote-tracking branch 'origin/master' into dbus-tray-icon-fix 5 years ago
..
ApplicationLifetimes Rename eventargs class. 5 years ago
Calendar Add HorizontalContentAlignment/VerticalContentAlignment props to CalendarDatePicker 5 years ago
Chrome Fix access modifer. 5 years ago
Converters Applies spell checking on mostly comments, but also non public members and arguments 5 years ago
DateTimePickers Applies spell checking on mostly comments, but also non public members and arguments 5 years ago
Diagnostics Update comment 5 years ago
Embedding Fix auto-scaling on win32. 5 years ago
Flyouts Move CancelOpening check 5 years ago
Generators Fix TabItems leaking. 5 years ago
Mixins Close popup if combobox is not visible (#6404) 5 years ago
Notifications Attach CloseOnClickChanged event handler for NotificationCard. 5 years ago
NumericUpDown fixes: Suppress CS0618 Warnings 5 years ago
Platform nit 5 years ago
Presenters Changes after review 5 years ago
Primitives Make sure underline is drawn within bounds. 5 years ago
Properties Disable strong name signing until SharpGen issue is resolved 6 years ago
Remote fixes: Suppress CS0618 Warnings 5 years ago
Repeater Changes after review 5 years ago
Selection Applies spell checking on mostly comments, but also non public members and arguments 5 years ago
Shapes Update Arc.cs 5 years ago
Templates Added support for non-control templates in XAML 5 years ago
Utils FIrst version of nth-child 5 years ago
AcrylicPlatformCompensationLevels.cs add platform specific compensation levels. 6 years ago
ApiCompatBaseline.txt acceptable interface change. 5 years ago
AppBuilderBase.cs Applies spell checking on mostly comments, but also non public members and arguments 5 years ago
Application.cs fixes(Application): some nullable warnings 5 years ago
AutoCompleteBox.cs Update src/Avalonia.Controls/AutoCompleteBox.cs 5 years ago
Avalonia.Controls.csproj Reimplemented SelectionModel. 6 years ago
Border.cs fixes: Suppress CS0618 Warnings 5 years ago
Button.cs Make button respond to access key. 5 years ago
ButtonSpinner.cs Added PseudoClassesAttribute. 6 years ago
Canvas.cs Remove copyright headers. 6 years ago
Carousel.cs Remove copyright headers. 6 years ago
CheckBox.cs Remove copyright headers. 6 years ago
ColumnDefinition.cs Remove copyright headers. 6 years ago
ColumnDefinitions.cs Preferring user-provided string conversion over TypeDescriptor 6 years ago
ComboBox.cs Close popup if combobox is not visible (#6404) 5 years ago
ComboBoxItem.cs Remove copyright headers. 6 years ago
ContentControl.cs Remove copyright headers. 6 years ago
ContextMenu.cs Update context menu popup parameters on each show. 5 years ago
ContextRequestedEventArgs.cs Implement ContextRequested event 5 years ago
Control.cs Use ContextRequested event to show ContextMenu 5 years ago
ControlExtensions.cs Remove copyright headers. 6 years ago
Controls.cs Remove copyright headers. 6 years ago
DataValidationErrors.cs Added PseudoClassesAttribute. 6 years ago
Decorator.cs Remove copyright headers. 6 years ago
DefinitionBase.cs Applies spell checking on mostly comments, but also non public members and arguments 5 years ago
DefinitionList.cs Optimize DefinitionList collection changed handler. 6 years ago
Design.cs Changed to use IStyle instead of style. 5 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 Parameterize logger on area as well as level. 6 years ago
Expander.cs Provide cancellation to animations where neccessary 5 years ago
ExperimentalAcrylicBorder.cs Use immutable data to limit allocations. 5 years ago
Grid.cs Applies spell checking on mostly comments, but also non public members and arguments 5 years ago
GridLength.cs Add "Star" static to GridLength 5 years ago
GridSplitter.cs Make GritSplitter calculations match the ones in WPF. 5 years ago
HotkeyManager.cs Update warning message 6 years ago
IContentControl.cs Remove copyright headers. 6 years ago
IControl.cs Enable nullability for InputElement, Interactive, Visual 5 years ago
IGlobalDataTemplates.cs Remove copyright headers. 6 years ago
IHeadered.cs Remove copyright headers. 6 years ago
IMenu.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
IMenuElement.cs Nullable enable menu-related classes. 6 years ago
IMenuItem.cs Implement MenuItem.StaysOpenOnClick. 5 years ago
INativeMenuExporterEventsImplBridge.cs Added Opening/Closed for NativeMenu on OSX. 5 years ago
INativeMenuItemExporterEventsImplBridge.cs missing file. 6 years ago
IPanel.cs Remove copyright headers. 6 years ago
IScrollAnchorProvider.cs Added nullable annotations. 6 years ago
IScrollable.cs Remove copyright headers. 6 years ago
ISelectable.cs Remove copyright headers. 6 years ago
IVirtualizingController.cs Remove copyright headers. 6 years ago
IVirtualizingPanel.cs Remove copyright headers. 6 years ago
IconElement.cs add IconElement class. 6 years ago
Image.cs Implement StretchDirection for Viewbox. Cleanup Viewbox. 5 years ago
ItemVirtualizationMode.cs Remove copyright headers. 6 years ago
ItemsControl.cs Changes after review 5 years ago
ItemsSourceView.cs Simplify code a bit. 5 years ago
Label.cs add resolvebyname attribute to labels target property. 6 years ago
LayoutTransformControl.cs Initial CSS like transform support. 6 years ago
ListBox.cs Applies spell checking on mostly comments, but also non public members and arguments 5 years ago
ListBoxItem.cs Added PseudoClassesAttribute. 6 years ago
LoggingExtensions.cs Replaced LogToDebug with LogToTrace. 6 years ago
MaskedTextBox.cs Implement MaskedTextBox (#6453) 5 years ago
Menu.cs fixes: Warnings CS0169 5 years ago
MenuBase.cs Nullable enable menu-related classes. 6 years ago
MenuItem.cs fixes(MenuItem): nullable warnings 5 years ago
MenuItemAccessKeyHandler.cs Remove copyright headers. 6 years ago
NativeControlHost.cs NativeControlHost: fixed absolute bounds calculation 5 years ago
NativeMenu.Export.cs add a managed native menu exporter for win32 tray icon menus. 5 years ago
NativeMenu.cs Added Opening/Closed for NativeMenu on OSX. 5 years ago
NativeMenuBar.cs Fix BindingValue comparison. 6 years ago
NativeMenuItem.cs add command to trayicon. 5 years ago
NativeMenuItemBase.cs dont implement datacontext on menuitems 7 years ago
NativeMenuItemSeparator.cs Applies spell checking on mostly comments, but also non public members and arguments 5 years ago
Panel.cs Changes after review 5 years ago
PathIcon.cs add IconElement class. 6 years ago
PixelPointEventArgs.cs Remove copyright headers. 6 years ago
PlacementMode.cs Remove copyright headers. 6 years ago
ProgressBar.cs fixes: Suppress CS0618 Warnings 5 years ago
RadioButton.cs Add at least basic class level docs for several controls. 5 years ago
RelativePanel.AttachedProperties.cs add resolvebyname attribute to attached property setter methods for compatibility with resharper. 6 years ago
RelativePanel.cs Add at least basic class level docs for several controls. 5 years ago
RepeatButton.cs fix 5 years ago
RequestBringIntoViewEventArgs.cs Remove copyright headers. 6 years ago
ResolveByNameAttribute.cs update comment for ResolveByName attribute. 6 years ago
RowDefinition.cs Remove copyright headers. 6 years ago
RowDefinitions.cs Adding more ToString() overloads to support DevTools 5 years ago
Screens.cs Move Screens property to WindowBase since they are in IWindowBaseImpl anyway 7 years ago
ScrollChangedEventArgs.cs Added ScrollViewer.ScrollChanged event. 6 years ago
ScrollViewer.cs Applies spell checking on mostly comments, but also non public members and arguments 5 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
Slider.cs Fix pointer interaction with reversed direction slider. 5 years ago
Spinner.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
SplitView.cs fixes: code documentation 5 years ago
SplitViewPaneClosingEventArgs.cs Add SplitView 6 years ago
StackPanel.cs stackpanel copes with non-visible controls when arranging. 7 years ago
SystemDialog.cs Add #nullable and XML doc comments to system dialogs. 5 years ago
TabControl.cs Update selected content when containers recycled. 6 years ago
TabItem.cs Added PseudoClassesAttribute. 6 years ago
TextBlock.cs Increase TextFormatter compatibility with WPF's version 5 years ago
TextBox.cs fixes: Suppress CS0618 Warnings 5 years ago
TextBoxTextInputMethodClient.cs Implemented basic IME support for Linux 5 years ago
TickBar.cs Applies spell checking on mostly comments, but also non public members and arguments 5 years ago
ToggleSwitch.cs Added PseudoClassesAttribute. 6 years ago
ToolTip.cs Add support for Flyouts, ToolTips & ContextMenus 5 years ago
ToolTipService.cs Close tooltip on null Tip value 5 years ago
TopLevel.cs Merge branch 'master' into feature/tabindex 5 years ago
TrayIcon.cs add command to trayicon. 5 years ago
TreeView.cs fix: Refactor 5 years ago
TreeViewItem.cs Added PseudoClassesAttribute. 6 years ago
UrlOpenedEventArgs.cs add implementation of url event for application class. 5 years ago
UserControl.cs Remove copyright headers. 6 years ago
Viewbox.cs Change Viewbox.Stretch to a styled property 5 years ago
VirtualizingStackPanel.cs Remove copyright headers. 6 years ago
Window.cs Add obsolete HandleResized to TopLevel/WindowBase too. 5 years ago
WindowBase.cs Merge branch 'master' into comments_syntax 5 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 Add Fullscreen to WindowState enum. 6 years ago
WindowTransparencyLevel.cs Added Mica enum value to WindowTransparencyLevel.cs 5 years ago
WrapPanel.cs fix WrapPanel issue #3165 item width/height should trigger new measure 7 years ago