| .. |
|
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.
|
10 years ago |
|
Mixins
|
Added GetPropertyChangedObservable.
|
8 years ago |
|
NumericUpDown
|
Cleanup remaining "double?" entries
|
9 years ago |
|
Platform
|
Fix null checking.
|
8 years ago |
|
Presenters
|
Removed directional navigation code.
|
8 years ago |
|
Primitives
|
Merge branch 'master' into fixes/directional-navigation
|
8 years ago |
|
Properties
|
Moved AssemblyInfo back into Properties.
|
8 years ago |
|
Remote
|
Namespace fixes
|
8 years ago |
|
Shapes
|
Preserve defining geometry transform.
|
9 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
|
9 years ago |
|
Canvas.cs
|
Implemented Menu interactions.
|
8 years ago |
|
Carousel.cs
|
Rename Carousel & TabControls Transition property to PageTransitions to avoid confusion to the upcoming Transitions from Avalonia.Animations.
|
9 years ago |
|
CheckBox.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
ColumnDefinition.cs
|
Use nameof where possible.
|
9 years ago |
|
ColumnDefinitions.cs
|
Reworked TypeConverters.
|
8 years ago |
|
ContentControl.cs
|
Make Content depend on ContentTemplate.
|
9 years ago |
|
ContextMenu.cs
|
Implement ContextMenu interactions.
|
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
|
9 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
|
Re-implement PageSlide.
|
8 years ago |
|
Grid.cs
|
Cache GridLayouts from the last Measure
|
8 years ago |
|
GridLength.cs
|
comment removed
|
8 years ago |
|
GridSplitter.cs
|
Not throw exception in last or first position.
|
10 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 |
|
IMenu.cs
|
Implemented Menu interactions.
|
8 years ago |
|
IMenuElement.cs
|
Implemented Menu interactions.
|
8 years ago |
|
IMenuItem.cs
|
Implemented Menu interactions.
|
8 years ago |
|
IPanel.cs
|
Make Collection Properties get-only
|
9 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.
|
10 years ago |
|
Image.cs
|
Some minor issues fixed
|
8 years ago |
|
ItemVirtualizationMode.cs
|
WIP: Adding virtualization to ItemsPresenter.
|
10 years ago |
|
ItemsControl.cs
|
Implemented Menu interactions.
|
8 years ago |
|
LayoutTransformControl.cs
|
add LayoutTransformControl comment
|
9 years ago |
|
ListBox.cs
|
Deafult ItemsPresenter virtualization to None
|
10 years ago |
|
ListBoxItem.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
Menu.cs
|
Implemented Menu interactions.
|
8 years ago |
|
MenuItem.cs
|
Don't assume Items are MenuItems.
|
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
|
9 years ago |
|
PlacementMode.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
PointEventArgs.cs
|
Changed point name once again
|
10 years ago |
|
ProgressBar.cs
|
Use direct properties instead of styled properties for the private properties on ProgressBar that support the indeterminate animation.
|
8 years ago |
|
RadioButton.cs
|
Use ConditionalWeakTable instead of a custom list of (IRenderRoot, RadioButtonGroupManager).
|
8 years ago |
|
RepeatButton.cs
|
Delay renamed to Interval. InitialDelay renamed to Delay.
|
9 years ago |
|
RequestBringIntoViewEventArgs.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
RowDefinition.cs
|
Use nameof where possible.
|
9 years ago |
|
RowDefinitions.cs
|
Reworked TypeConverters.
|
8 years ago |
|
Screens.cs
|
Use Screen API.
|
9 years ago |
|
ScrollViewer.cs
|
Implement disabling of ListBox scrollbars.
|
9 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
|
Call AddOwner on Slider.Orientation instead of declaring a new property
|
8 years ago |
|
Spinner.cs
|
ButtonSpinner control is ported from ExtendedWFPToolkit
|
9 years ago |
|
StackPanel.cs
|
Implemented Menu interactions.
|
8 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.
|
9 years ago |
|
TabItem.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
TextBlock.cs
|
Merge branch 'master' into feature/customFonts
|
8 years ago |
|
TextBox.cs
|
Merge branch 'master' into FixReadOnlyCaretVisibility
|
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
|
Handle navigation in TreeView.
|
8 years ago |
|
TreeViewItem.cs
|
Handle navigation in TreeView.
|
8 years ago |
|
UserControl.cs
|
add UserControl comment
|
9 years ago |
|
VirtualizingStackPanel.cs
|
rename stackpanel Gap property to Spacing property.
|
8 years ago |
|
Window.cs
|
Fix build warning.
|
8 years ago |
|
WindowBase.cs
|
Merge branch 'master' into extract-layout-manager
|
8 years ago |
|
WindowCollection.cs
|
Dont freeze if someone implements window close cancellation.
|
8 years ago |
|
WindowEdge.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
WindowIcon.cs
|
Ref-counting infrastructure for bitmaps
|
9 years ago |
|
WindowStartupLocation.cs
|
Implemented Window.WindowStartupLocation and WindowBase.Owner.
|
9 years ago |
|
WindowState.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
WrapPanel.cs
|
Implemented Menu interactions.
|
8 years ago |