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.
 
 
 
Jeremy Koritzinsky 25f44687c0
Merge branch 'master' into extract-layout-manager
8 years ago
..
Calendar Fix the inspection errors. Also clean up some Calendar code in the meantime since most of the warnings were there. 8 years ago
Embedding Use local LayoutManager instance for OffscreenTopLevel. 8 years ago
Generators Add missing inheritdoc comment. 9 years ago
Mixins Added GetPropertyChangedObservable. 8 years ago
NumericUpDown Cleanup remaining "double?" entries 8 years ago
Platform Merge branch 'master' into DragDropModifierState 8 years ago
Presenters Merge branch 'master' into extract-layout-manager 8 years ago
Primitives Make AdornerLayer hit-test visible 8 years ago
Properties Moved AssemblyInfo back into Properties. 8 years ago
Remote rename WritableBitmap 8 years ago
Shapes Preserve defining geometry transform. 8 years ago
Templates Refactored InstancedBinding creation. 9 years ago
Utils Move the styling system up the stack to live right below Avalonia.Animation since it has no dependencies on anything further down the dependency chain 8 years ago
AppBuilderBase.cs Merge fix 8 years ago
Application.cs Merge branch 'master' into extract-layout-manager 8 years ago
AutoCompleteBox.cs Fix the inspection errors. Also clean up some Calendar code in the meantime since most of the warnings were there. 8 years ago
Avalonia.Controls.csproj Generate version numbers for assemblies. 8 years ago
Border.cs LayoutHelper for controls with single content 8 years ago
Button.cs Need to press a button to click it! 8 years ago
ButtonSpinner.cs Update buttons of ButtonSpinner on ValidSpinDirections changes 8 years ago
Canvas.cs Set canvas property default values to NaN. 10 years ago
Carousel.cs Rename Carousel & TabControls Transition property to PageTransitions to avoid confusion to the upcoming Transitions from Avalonia.Animations. 8 years ago
CheckBox.cs Renamed Perspex -> Avalonia 10 years ago
ColumnDefinition.cs Use nameof where possible. 8 years ago
ColumnDefinitions.cs Reworked TypeConverters. 8 years ago
ContentControl.cs Make Content depend on ContentTemplate. 8 years ago
ContextMenu.cs implement menus and submenus obey screen extremities. 8 years ago
Control.cs Implement animation setters using the Avalonia.Styling.Setter class. Enable custom animators through a static method on Animation that can be called from the a static constructor (example in Transform.cs). 8 years ago
ControlExtensions.cs Refactor away dependencies between Avalonia.Markup and Avalonia.Controls. Now Avalonia.Markup only depends on Avalonia.Base. 8 years ago
Controls.cs Renamed Perspex -> Avalonia 10 years ago
DataValidationErrors.cs Created a shared DataValidationErrors framework 8 years ago
Decorator.cs LayoutHelper for controls with single content 8 years ago
DefinitionBase.cs Renamed Perspex -> Avalonia 10 years ago
Design.cs Use a concrete type for the host type to avoid #959. 8 years ago
DockPanel.cs Renamed Perspex -> Avalonia 10 years ago
DrawingPresenter.cs Clipping 9 years ago
DropDown.cs Improve KeyDown behavior in DropDown 8 years ago
DropDownItem.cs fix bug introduced in dropdownitem the clears :selected psuedo class 8 years ago
ExitMode.cs Add ExitMode comments 8 years ago
Expander.cs TwoWay binding by default for IsExpanded property in Expander control. fixes #865. 9 years ago
Grid.cs Fix some spelling and grammar issues. 8 years ago
GridLength.cs comment removed 8 years ago
GridSplitter.cs Not throw exception in last or first position. 9 years ago
HotkeyManager.cs Move the styling system up the stack to live right below Avalonia.Animation since it has no dependencies on anything further down the dependency chain 8 years ago
IApplicationLifecycle.cs Renamed Perspex -> Avalonia 10 years ago
IContentControl.cs Added ContentControl.ContentTemplate. 10 years ago
IControl.cs Move the styling system up the stack to live right below Avalonia.Animation since it has no dependencies on anything further down the dependency chain 8 years ago
IGlobalDataTemplates.cs Lazily initialize DataTemplates. 9 years ago
IHeadered.cs Renamed Perspex -> Avalonia 10 years ago
IPanel.cs Make Collection Properties get-only 8 years ago
IScrollable.cs Added IScrollable interface. 10 years ago
ISelectable.cs Renamed Perspex -> Avalonia 10 years ago
IVirtualizingController.cs Fix virtualized list to taking up available space. 10 years ago
IVirtualizingPanel.cs Fix horizontal scroll with virtualized items. 9 years ago
Image.cs Renamed Rect.CenterIn -> CenterRect. 9 years ago
ItemVirtualizationMode.cs WIP: Adding virtualization to ItemsPresenter. 10 years ago
ItemsControl.cs Fix #1709. 8 years ago
LayoutTransformControl.cs add LayoutTransformControl comment 8 years ago
ListBox.cs Deafult ItemsPresenter virtualization to None 10 years ago
ListBoxItem.cs Renamed Perspex -> Avalonia 10 years ago
Menu.cs Ensure menu gets closed. 9 years ago
MenuItem.cs Implemented correct behavior for Command.CanExecute on MenuItem. 8 years ago
MenuItemAccessKeyHandler.cs Renamed Perspex -> Avalonia 10 years ago
Orientation.cs Added Orientation and IsIndeterminate properties to ProgressBar. 9 years ago
Panel.cs Make Collection Properties get-only 8 years ago
PlacementMode.cs Renamed Perspex -> Avalonia 10 years ago
PointEventArgs.cs Changed point name once again 10 years ago
ProgressBar.cs Fix all remaining nits - this commit will be used as a breakpoint for the upcoming syntax reimplementation. 8 years ago
RadioButton.cs Implemented three states on ToggleButton, CheckBox and RadioButton. 9 years ago
RepeatButton.cs Delay renamed to Interval. InitialDelay renamed to Delay. 8 years ago
RequestBringIntoViewEventArgs.cs Renamed Perspex -> Avalonia 10 years ago
RowDefinition.cs Use nameof where possible. 8 years ago
RowDefinitions.cs Reworked TypeConverters. 8 years ago
Screens.cs Use Screen API. 9 years ago
ScrollViewer.cs Implement disabling of ListBox scrollbars. 8 years ago
SelectionChangedEventArgs.cs Renamed Perspex -> Avalonia 10 years ago
SelectionMode.cs Renamed Perspex -> Avalonia 10 years ago
Separator.cs Renamed Perspex -> Avalonia 10 years ago
Slider.cs Fix slider 9 years ago
Spinner.cs ButtonSpinner control is ported from ExtendedWFPToolkit 8 years ago
StackPanel.cs [StackPanel] Gap value is not added to the measured width or height after the last child. 9 years ago
SystemDialog.cs [MONOMAC] Implemented system dialogs 9 years ago
TabControl.cs Rename Carousel & TabControls Transition property to PageTransitions to avoid confusion to the upcoming Transitions from Avalonia.Animations. 8 years ago
TabItem.cs Renamed Perspex -> Avalonia 10 years ago
TextBlock.cs Merge branch 'master' into feature/customFonts 8 years ago
TextBox.cs Add the NewLine property to TextBox 8 years ago
ToolTip.cs ensure tooltips fit inside screen edges. 8 years ago
ToolTipService.cs ToolTip: IsOpen, Placement, Offset 9 years ago
TopLevel.cs Move CreateLayoutManager to be next to other methods. 8 years ago
TreeView.cs Rename Dispatcher invoke methods. 8 years ago
TreeViewItem.cs Make ItemTemplate work for TreeView. 10 years ago
UserControl.cs add UserControl comment 8 years ago
VirtualizingStackPanel.cs Implement disabling of ListBox scrollbars. 8 years ago
Window.cs Merge branch 'master' into extract-layout-manager 8 years ago
WindowBase.cs Merge branch 'master' into extract-layout-manager 8 years ago
WindowCollection.cs Initial 8 years ago
WindowEdge.cs Renamed Perspex -> Avalonia 10 years ago
WindowIcon.cs Ref-counting infrastructure for bitmaps 8 years ago
WindowStartupLocation.cs Implemented Window.WindowStartupLocation and WindowBase.Owner. 9 years ago
WindowState.cs Renamed Perspex -> Avalonia 10 years ago
WrapPanel.cs Added a render test sample. 10 years ago