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.
 
 
 
Max Katz 8e63c12fee
Merge pull request #11637 from AvaloniaUI/feature/request-animation-frame
3 years ago
..
ApplicationLifetimes Fix window duplicates on macos 3 years ago
AutoCompleteBox Limit IFocusManager API, extend IInputElement API, remove visible static properties 3 years ago
Automation Added ControlAutomationPeer.FromElement. 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 4 years ago
DateTimePickers Changing the order during initialization the _daySelector 3 years ago
Diagnostics fix: Address Review 4 years ago
Documents Configure AVP1012 as a warning 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 4 years ago
Notifications Converted a variety of writeable DirectProperty definitions to StyledProperty 4 years ago
NumericUpDown Use `IsSet` instead of hardcoded values 3 years ago
Platform Fixed ManagedDispatcherImpl wait 3 years ago
Presenters Media system refactoring 3 years ago
Primitives Merge pull request #11518 from AvaloniaUI/emmauss/capture_gesture 3 years ago
Properties feat: move InternalsVisibleTo in csproj 4 years ago
PullToRefresh track currently active gesture in the pointer 3 years ago
Remote Fixed previewer render scaling 3 years ago
Selection InternalSelectionModel: Prevent unwanted source collection changes 3 years ago
Shapes Update property get/set syntax in Shape 3 years ago
SplitButton Don't expose pseudoclass constants. 3 years ago
SplitView Remove IPresenter and IContentPresenter. 3 years ago
Templates Remove ControlTemplateResult. 3 years ago
Utils fix: fix double click selection issue. 3 years ago
AcrylicPlatformCompensationLevels.cs feat: Address Rule CA1815 4 years ago
ApiCompatBaseline.txt Update api compat baselines. 4 years ago
AppBuilder.cs Reset application after each test 3 years ago
Application.cs Update documentation a bit 3 years ago
Avalonia.Controls.csproj Media system refactoring 3 years ago
Border.cs Completely remove Border line dash properties 3 years ago
BorderVisual.cs Remove the IsDefault property 4 years ago
Button.cs Don't expose pseudoclass constants. 3 years ago
ButtonSpinner.cs Replace System.Reactive with internal extensions 4 years ago
Canvas.cs Replace System.Reactive with internal extensions 4 years ago
Carousel.cs Addressed feedback on PR #10608 4 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 Merge branch 'master' into combobox-scroll-browser 3 years ago
ComboBoxItem.cs Replace System.Reactive with internal extensions 4 years ago
ContainerClearingEventArgs.cs Added container lifecycle events. 4 years ago
ContainerIndexChangedEventArgs.cs Added container lifecycle events. 4 years ago
ContainerPreparedEventArgs.cs Added container lifecycle events. 4 years ago
ContentControl.cs Remove IPresenter and IContentPresenter. 3 years ago
ContextMenu.cs Move PlatformHotkeyConfiguration to IPlatformSettings 3 years ago
ContextRequestedEventArgs.cs Remove #nullable directives. 5 years ago
Control.cs Move PlatformHotkeyConfiguration to IPlatformSettings 3 years ago
ControlExtensions.cs Replace System.Reactive with internal extensions 4 years ago
Controls.cs Prevent null Panel children 4 years ago
DataValidationErrors.cs Replace System.Reactive with internal extensions 4 years ago
Decorator.cs Removed a number of interfaces. 4 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 4 years ago
DockPanel.cs Nullability fixes for Avalonia.Controls 4 years ago
DropDownButton.cs Add new DropDownButton control 5 years ago
Expander.cs Fix eventArgs type in Expander 4 years ago
ExperimentalAcrylicBorder.cs Replace WindowTransparencyLevel enum with list of structs 3 years ago
Grid.cs Make all Render overrides sealed (#10299) 4 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 Replace System.Reactive with internal extensions 4 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. 4 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. 4 years ago
ItemsControl.cs Merge remote-tracking branch 'origin/master' into fixes/list-selection-interactions 3 years ago
ItemsSourceView.cs MenuFlyout.Items -> ItemsSource. 4 years ago
Label.cs Remove unneccessary using directives. 4 years ago
LayoutTransformControl.cs Revert some of SetCurrentValue 3 years ago
ListBox.cs Move PlatformHotkeyConfiguration to IPlatformSettings 3 years ago
ListBoxItem.cs Use PlatformSettings from the top level internally 3 years ago
LoggingExtensions.cs Remove AppBuilderBase and generics 4 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 Support heterogeneous item containers. 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 4 years ago
NativeMenu.cs Converted a variety of writeable DirectProperty definitions to StyledProperty 4 years ago
NativeMenuBar.cs Replace System.Reactive with internal extensions 4 years ago
NativeMenuItem.cs Composition aware resources 3 years ago
NativeMenuItemBase.cs Converted a variety of writeable DirectProperty definitions to StyledProperty 4 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. 7 years ago
PlacementMode.cs Implement PlacementMode.Center 4 years ago
PlatformInhibitionType.cs Add API to prevent App Nap. 4 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 4 years ago
RelativePanel.cs Nullability fixes for Avalonia.Controls 4 years ago
RepeatButton.cs Fix DelayProperty owner 4 years ago
RequestBringIntoViewEventArgs.cs Removed a number of interfaces. 4 years ago
ResolveByNameAttribute.cs Cleanup attributes 4 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. 7 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. 7 years ago
SelectionMode.cs Remove copyright headers. 7 years ago
Separator.cs Remove copyright headers. 7 years ago
ShutdownMode.cs Remove copyright headers. 7 years ago
SizeChangedEventArgs.cs Removed IInteractive. 4 years ago
Slider.cs Remove unneeded protected properties. 3 years ago
Spinner.cs Replace System.Reactive with internal extensions 4 years ago
StackPanel.cs Nullability fixes for Avalonia.Controls 4 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 Rework MaxLines to limit how many lines are visible at once and don't prevent additional input if MaxLines is reached 3 years ago
TextBox.cs Remove redundant using 3 years ago
TextBoxTextInputMethodClient.cs Use SetCurrentValue and StringBuilder in TextBoxTextInputMethodClient 4 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 4 years ago
TickBar.cs Make all Render overrides sealed (#10299) 4 years ago
ToggleSwitch.cs feat: resolve dragging position flickering issue. 3 years ago
ToolTip.cs Replace System.Reactive with internal extensions 4 years ago
ToolTipService.cs Add additional null check as Tip may be null in some situations 4 years ago
TopLevel.cs Added TopLevel.RequestAnimationFrame 3 years ago
TransitioningContentControl.cs Remove IPresenter and IContentPresenter. 3 years ago
TrayIcon.cs Converted several "dataValidation" properties to StyledProperty 4 years ago
TreeView.cs Move PlatformHotkeyConfiguration to IPlatformSettings 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. 6 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 Merge remote-tracking branch 'origin/master' into fixes/list-selection-interactions 3 years ago
Window.cs Media system refactoring 3 years ago
WindowBase.cs Media system refactoring 3 years ago
WindowClosingEventArgs.cs Added WindowClosingEventArgs. 4 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 4 years ago