..
ApplicationLifetimes
Nullability fixes for Avalonia.Controls
4 years ago
AutoCompleteBox
Nullability fixes for Avalonia.Controls
4 years ago
Automation
Merge branch 'master' into add-imageAutomationPeer
4 years ago
Calendar
Nullability fixes for Avalonia.Controls
4 years ago
CalendarDatePicker
Nullability fixes for Avalonia.Controls
4 years ago
Chrome
Nullability fixes for Avalonia.Controls
4 years ago
Converters
Nullability fixes for Avalonia.Controls
4 years ago
DateTimePickers
Ensure invariant culture in relevant string interpolation
4 years ago
Diagnostics
fix: Address Review
4 years ago
Documents
Nullability fixes for Avalonia.Controls
4 years ago
Embedding
Introduce TopLevelImpl.TryGetFeature instead of having multiple interfaces per feature
4 years ago
Flyouts
fix: Address review
4 years ago
Generators
Fix nits.
4 years ago
Mixins
Replace System.Reactive with internal extensions
4 years ago
Notifications
Removed legacy renderers
4 years ago
NumericUpDown
Replace System.Reactive with internal extensions
4 years ago
Platform
Use simpler event args type.
4 years ago
Presenters
Merge branch 'master' into fixes/virtualization-fixes
4 years ago
Primitives
Search for data template on tree attachment.
4 years ago
Properties
feat: move InternalsVisibleTo in csproj
4 years ago
PullToRefresh
fix(Controls): Address Rule AVP1000 Incorrect AvaloniaProperty storage
4 years ago
Remote
Make all Render overrides sealed (#10299)
4 years ago
Selection
Merge branch 'master' into refactor/itemcontainergenerator
4 years ago
Shapes
Make all Render overrides sealed (#10299)
4 years ago
SplitButton
Merge branch 'master' into ischeckedchanged-event
4 years ago
SplitView
Remove SplitViewPaneClosingEventArgs
4 years ago
Templates
Merge remote-tracking branch 'origin/master' into remove-reactive-package
4 years ago
Utils
Bump collection change event priority.
4 years ago
AcrylicPlatformCompensationLevels.cs
feat: Address Rule CA1815
4 years ago
ApiCompatBaseline.txt
Update api compat baselines.
4 years ago
AppBuilder.cs
Remove AppBuilderBase and generics
4 years ago
Application.cs
Fix wrong property names and documentation
4 years ago
Avalonia.Controls.csproj
Move ItemsRepeater to separate assembly.
4 years ago
Border.cs
Make all Render overrides sealed (#10299)
4 years ago
BorderVisual.cs
fix Committed typo
4 years ago
Button.cs
Revert "Only set pointer events to handled in button if click is triggered"
4 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
Use ItemsSourceView in ItemsControl.
4 years ago
CheckBox.cs
Use new properties to remove some peers.
5 years ago
ColumnDefinition.cs
Remove copyright headers.
7 years ago
ColumnDefinitions.cs
Preferring user-provided string conversion over TypeDescriptor
6 years ago
ComboBox.cs
Account for enabled state of combo box items.
4 years ago
ComboBoxItem.cs
Replace System.Reactive with internal extensions
4 years ago
ContentControl.cs
Don't reomve old content from logicaltree
4 years ago
ContextMenu.cs
Merge branch 'master' into refactor/itemcontainergenerator
4 years ago
ContextRequestedEventArgs.cs
Remove #nullable directives.
5 years ago
Control.cs
Merge branch 'master' into DefaultFocusAdornerProperty
4 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
Nullability fixes for Avalonia.Controls
4 years ago
DefinitionList.cs
Remove #nullable directives.
5 years ago
Design.cs
Added support for Design.PreviewWith in resource dictionaries.
4 years ago
DesktopApplicationExtensions.cs
Remove obsolete members from Avalonia.Controls assembly.
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
Refactored DrawingContext and VisualBrush, added DrawingBrush (#10419)
4 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
Merge branch 'master' into features/NetAnalyzers/CA1822
4 years ago
HotkeyManager.cs
Replace System.Reactive with internal extensions
4 years ago
IContentControl.cs
Removed a number of interfaces.
4 years ago
IGlobalDataTemplates.cs
Added attributes describing API stability.
4 years ago
IHeadered.cs
Add nullable annotations to Avalonia.Controls.
5 years ago
IMenu.cs
Removed a number of interfaces.
4 years ago
IMenuElement.cs
Removed a number of interfaces.
4 years ago
IMenuItem.cs
Removed a number of interfaces.
4 years ago
INativeMenuExporterEventsImplBridge.cs
Added attributes describing API stability.
4 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
Remove copyright headers.
7 years ago
IconElement.cs
add IconElement class.
6 years ago
Image.cs
Add ImageAutomationPeer
4 years ago
ItemsControl.cs
Search for data template on tree attachment.
4 years ago
ItemsSourceView.cs
Make ItemsSourceView ctors private.
4 years ago
Label.cs
Add nullable annotations to Avalonia.Controls.
5 years ago
LayoutTransformControl.cs
Nullability fixes for Avalonia.Controls
4 years ago
ListBox.cs
fix: fix ListBoxItem generation.
4 years ago
ListBoxItem.cs
Decouple automation peers from platform nodes.
5 years ago
LoggingExtensions.cs
Remove AppBuilderBase and generics
4 years ago
MaskedTextBox.cs
fix: Address review
4 years ago
Menu.cs
Fix menu theming.
4 years ago
MenuBase.cs
fix: ItemContainerGenerator obsolete member after #9677
4 years ago
MenuItem.cs
Ensure layout a little earlier.
4 years ago
MenuItemAccessKeyHandler.cs
fix: Address review
4 years ago
NativeControlHost.cs
Nullability fixes for Avalonia.Controls
4 years ago
NativeMenu.Export.cs
Nullability fixes for Avalonia.Controls
4 years ago
NativeMenu.cs
Add nullable annotations to Avalonia.Controls.
5 years ago
NativeMenuBar.cs
Replace System.Reactive with internal extensions
4 years ago
NativeMenuItem.cs
fix: Address Rule AVP1010 AvaloniaProperty owner {type} , which is not the containing type
4 years ago
NativeMenuItemBase.cs
Fix ParentProperty owner
4 years ago
NativeMenuItemSeparator.cs
fix the separator can not show
4 years ago
Panel.cs
Only subscribe to event when necessary.
4 years ago
PathIcon.cs
add IconElement class.
6 years ago
PixelPointEventArgs.cs
Remove copyright headers.
7 years ago
PlacementMode.cs
Remove copyright headers.
7 years ago
PlatformInhibitionType.cs
Add API to prevent App Nap.
4 years ago
ProgressBar.cs
Merge branch 'master' into progressBar-automationPeer
4 years ago
RadioButton.cs
RadioButtonAutomationPeer WIP
4 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
Remove copyright headers.
7 years ago
RowDefinitions.cs
Adding more ToString() overloads to support DevTools
5 years ago
Screens.cs
Removed a number of interfaces.
4 years ago
ScrollChangedEventArgs.cs
Added ScrollViewer.ScrollChanged event.
6 years ago
ScrollViewer.cs
add IsScrollInertiaEnabled setter and getter
4 years ago
SelectableTextBlock.cs
Fix a copy paste error so mouse movements are properly recognized if the width is smaller than the height.
4 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
Add SliderAutomationPeer
4 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
Remove obsolete members from Avalonia.Controls assembly.
4 years ago
TabControl.cs
fix: ItemContainerGenerator obsolete member after #9677
4 years ago
TabItem.cs
Removed a number of interfaces.
4 years ago
TextBlock.cs
Make all Render overrides sealed (#10299)
4 years ago
TextBox.cs
Perf: improved GraphemeEnumerator by avoiding double codepoint iteration
4 years ago
TextBoxTextInputMethodClient.cs
clear composition region when presenter is changed
4 years ago
TextChangedEventArgs.cs
Removed IInteractive.
4 years ago
TextChangingEventArgs.cs
Removed IInteractive.
4 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
Fix some template parts and template part names
4 years ago
ToolTip.cs
Replace System.Reactive with internal extensions
4 years ago
ToolTipService.cs
Removed a number of interfaces.
4 years ago
TopLevel.cs
Merge branch 'master' into theme-variant-changes
4 years ago
TransitioningContentControl.cs
Move UpdateLogicalTree Call to CurrentContent Change
4 years ago
TrayIcon.cs
fix: Address Rule AVP1010 AvaloniaProperty owner {type} , which is not the containing type
4 years ago
TreeView.cs
Nullability fixes for Avalonia.Controls
4 years ago
TreeViewItem.cs
Use SetCurrentValue() in TreeViewItem
4 years ago
UrlOpenedEventArgs.cs
add implementation of url event for application class.
6 years ago
UserControl.cs
feat(Controls): Address rule CA1822
4 years ago
Viewbox.cs
Nullability fixes for Avalonia.Controls
4 years ago
VirtualizingCarouselPanel.cs
Don't think exceptions in carousel panel.
4 years ago
VirtualizingPanel.cs
Correctly handle control items being removed.
4 years ago
VirtualizingStackPanel.cs
Merge branch 'master' into fixes/9997-nth-last-child-itemscontrol
4 years ago
Window.cs
Ensure IRenderRoot.Renderer is never null
4 years ago
WindowBase.cs
Nullability annotations for Avalonia.Win32
4 years ago
WindowClosingEventArgs.cs
Added WindowClosingEventArgs.
4 years ago
WindowEdge.cs
Renamed Perspex -> Avalonia
10 years ago
WindowIcon.cs
Add nullable annotations to Avalonia.Controls.
5 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
make mica fallback to acrylic on compatible windows 10
5 years ago
WrapPanel.cs
Nullability fixes for Avalonia.Controls
4 years ago