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 42c081f6bf
Merge branch 'master' into fixes/HotKey_Command_Issues
6 years ago
..
ApplicationLifetimes Store args in ClassicDesktopStyleApplicationLifetime. 6 years ago
Calendar Removed mouse capture shenanigans from the calendar 6 years ago
Chrome Added PseudoClassesAttribute. 6 years ago
Converters Merge branch 'master' into feature/menu-scroller 6 years ago
DateTimePickers Hardcode DatePicker month/day to prevent unrepresentable dates 6 years ago
Embedding Seperate RenderScaling from DesktopScaling. 6 years ago
Generators Make ItemContainerInfo.Index setter public. 6 years ago
Mixins Use typed property changed args instead of changing handler args type. 6 years ago
Notifications Added PseudoClassesAttribute. 6 years ago
NumericUpDown Use OnApplyTemplate instead of OnTemplateApplied. 6 years ago
Platform Merge branch 'master' into feature/window-showactive 6 years ago
Presenters Revert "ItemsControl+ItemVirtualizerSimple don not recreate containers when Items or ItemTemplate are replaced" 6 years ago
Primitives Set default visibility of scrollbar to "Visible" 6 years ago
Properties Disable strong name signing until SharpGen issue is resolved 6 years ago
Remote Fix typo in PointerReleasedEventMessage 6 years ago
Repeater Don't register anchor candidates until they're laid out. 6 years ago
Selection fix notification for selected item in listbox issue #4945 6 years ago
Shapes Discard unused value. 6 years ago
Templates Remove not needed using. 6 years ago
Utils Reafactor SelectingItemsControl selection. 6 years ago
AcrylicPlatformCompensationLevels.cs add platform specific compensation levels. 6 years ago
ApiCompatBaseline.txt fix apicompat baselines. 6 years ago
AppBuilderBase.cs AppBuilderBase: Allow to specify app factory. 6 years ago
Application.cs Added ResourcesChangedEventArgs.Empty. 6 years ago
AutoCompleteBox.cs Only handle the Enter key when the DropDown is open 6 years ago
Avalonia.Controls.csproj Reimplemented SelectionModel. 6 years ago
Border.cs Internal API for rounded border clip for usage with Border. 6 years ago
Button.cs Implemented ICommandSource 6 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 Update SelectionBoxItem on visual tree attach. 6 years ago
ComboBoxItem.cs Remove copyright headers. 6 years ago
ContentControl.cs Remove copyright headers. 6 years ago
ContextMenu.cs fix win32 square shadow border appearing on fluent menus. 6 years ago
Control.cs Remove copyright headers. 6 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 Wire up validation/coercion for attached properties. 6 years ago
DefinitionList.cs Optimize DefinitionList collection changed handler. 6 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. 7 years ago
DropDown.cs Parameterize logger on area as well as level. 6 years ago
Expander.cs Added PseudoClassesAttribute. 6 years ago
ExperimentalAcrylicBorder.cs fix unsubscribe handler. 6 years ago
Grid.cs Remove duplicate code for RoundLayoutValue 6 years ago
GridLength.cs Parse Color and GridLength during compilation. Improve error handling for failed parsing. 6 years ago
GridSplitter.cs Don't declare property fields AvaloniaProperty<>. 7 years ago
HotkeyManager.cs Update warning message 6 years ago
IContentControl.cs Remove copyright headers. 6 years ago
IControl.cs Remove copyright headers. 6 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 Nullable enable menu-related classes. 6 years ago
INativeMenuExporterEventsImplBridge.cs Hide RaiseNeedsUpdate method. 6 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 check either bound of the image. 6 years ago
ItemVirtualizationMode.cs Remove copyright headers. 6 years ago
ItemsControl.cs Revert "ItemsControl+ItemVirtualizerSimple don not recreate containers when Items or ItemTemplate are replaced" 6 years ago
ItemsSourceView.cs Fix working with collections of value types. 6 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 Fix scrolling to selection. 6 years ago
ListBoxItem.cs Added PseudoClassesAttribute. 6 years ago
LoggingExtensions.cs Replaced LogToDebug with LogToTrace. 6 years ago
Menu.cs Set OverlayInputPassThroughElement in MenuItem template. 6 years ago
MenuBase.cs Nullable enable menu-related classes. 6 years ago
MenuItem.cs Implemented ICommandSource 6 years ago
MenuItemAccessKeyHandler.cs Remove copyright headers. 6 years ago
NativeControlHost.cs Synchronize native control size even if its not visible (X11/Win32) 6 years ago
NativeMenu.Export.cs Use typed property changed args instead of changing handler args type. 6 years ago
NativeMenu.cs whitespace 6 years ago
NativeMenuBar.cs Fix BindingValue comparison. 6 years ago
NativeMenuItem.cs Merge branch 'master' into fixes/HotKey_Command_Issues 6 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 Don't invalidate ItemsRepeater measure on children change. 6 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 Added PseudoClassesAttribute. 6 years ago
RadioButton.cs Remove copyright headers. 6 years ago
RelativePanel.AttachedProperties.cs add resolvebyname attribute to attached property setter methods for compatibility with resharper. 6 years ago
RelativePanel.cs remove chinese comments. 6 years ago
RepeatButton.cs Remove usage of deprecated input APIs. 6 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 Remove copyright headers. 6 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 Allow ScrollViewer to scroll the content up, down, left and right by one page. 6 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 enable datavalidation on slider value property. 6 years ago
Spinner.cs Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
SplitView.cs fix splitview by making it use contentpresenter, templates and hve its children be logical children. 6 years ago
SplitViewPaneClosingEventArgs.cs Add SplitView 6 years ago
StackPanel.cs stackpanel copes with non-visible controls when arranging. 7 years ago
SystemDialog.cs Remove Window.ShowDialog variant that takes IWindowImpl. 6 years ago
TabControl.cs Update selected content when containers recycled. 6 years ago
TabItem.cs Added PseudoClassesAttribute. 6 years ago
TextBlock.cs fix Textblock text alignment with restricted height #4866 6 years ago
TextBox.cs Fix TextBox crashing when PointerMoved gets called and text presenter has 0 size. 6 years ago
TickBar.cs add some properties to `AffectsRender` list 6 years ago
ToggleSwitch.cs Added PseudoClassesAttribute. 6 years ago
ToolTip.cs Added PseudoClassesAttribute. 6 years ago
ToolTipService.cs just check newvalue isnt tooltip. 6 years ago
TopLevel.cs Seperate RenderScaling from DesktopScaling. 6 years ago
TreeView.cs change syntax. 6 years ago
TreeViewItem.cs Added PseudoClassesAttribute. 6 years ago
UserControl.cs Remove copyright headers. 6 years ago
Viewbox.cs Fixed StackPanel arrange pass. 7 years ago
VirtualizingStackPanel.cs Remove copyright headers. 6 years ago
Window.cs Added Window.ShowActive for win32. 6 years ago
WindowBase.cs Added Window.ShowActive for win32. 6 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 Add acrylic blur level with fallbacks to blur reported. 6 years ago
WrapPanel.cs fix WrapPanel issue #3165 item width/height should trigger new measure 7 years ago