| .. |
|
Calendar
|
Added a DatePicker control ported from Silverlight
|
8 years ago |
|
Embedding
|
Initial working version of remoting
|
9 years ago |
|
Generators
|
Add missing inheritdoc comment.
|
9 years ago |
|
Mixins
|
Implement AutoScrollToSelectedItem
|
10 years ago |
|
NumericUpDown
|
Cleanup remaining "double?" entries
|
8 years ago |
|
Platform
|
Implement Closing event
|
8 years ago |
|
Presenters
|
Merge branch 'master' into fixes/1436-border-layout-issues
|
8 years ago |
|
Primitives
|
Initial
|
8 years ago |
|
Properties
|
Code cleanup
|
10 years ago |
|
Remote
|
rename WritableBitmap
|
8 years ago |
|
Shapes
|
Preserve defining geometry transform.
|
8 years ago |
|
Templates
|
Refactored InstancedBinding creation.
|
8 years ago |
|
Utils
|
Merge branch 'master' into feature/BorderThicknessCornerRadius
|
8 years ago |
|
AppBuilderBase.cs
|
Enable turning off the setup check for appbuilder tests.
|
8 years ago |
|
Application.cs
|
Allow to pass CancellationToken to Application.Run
|
8 years ago |
|
AutoCompleteBox.cs
|
Merge branch 'auto-complete-box-control' of https://github.com/sdoroff/Avalonia into auto-complete-box-control
|
8 years ago |
|
Avalonia.Controls.csproj
|
use lower case extensions for avalonia documentation files.
|
8 years ago |
|
Border.cs
|
Merge branch 'master' into fixes/1436-border-layout-issues
|
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
|
Use nameof where possible.
|
8 years ago |
|
CheckBox.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
Classes.cs
|
Fixed #1255.
|
8 years ago |
|
ColumnDefinition.cs
|
Use nameof where possible.
|
8 years ago |
|
ColumnDefinitions.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
ContentControl.cs
|
Make Content depend on ContentTemplate.
|
8 years ago |
|
ContextMenu.cs
|
fix context menu not closing when an item is clicked.
|
9 years ago |
|
Control.cs
|
Fix #1182.
|
8 years ago |
|
ControlExtensions.cs
|
Make dynamic resources work in more situations.
|
9 years ago |
|
Controls.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
DataValidationErrors.cs
|
Created a shared DataValidationErrors framework
|
8 years ago |
|
Decorator.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
DefinitionBase.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
Design.cs
|
Initial remote XAML previewer implementation
|
8 years ago |
|
DockPanel.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
DrawingPresenter.cs
|
Clipping
|
9 years ago |
|
DropDown.cs
|
Handle the click that opens a DropDown.
|
8 years ago |
|
DropDownItem.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
Expander.cs
|
TwoWay binding by default for IsExpanded property in Expander control. fixes #865.
|
9 years ago |
|
Grid.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
GridLength.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
GridSplitter.cs
|
Not throw exception in last or first position.
|
9 years ago |
|
HotkeyManager.cs
|
Fixed unused member warnings.
|
10 years ago |
|
IApplicationLifecycle.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
IContentControl.cs
|
Added ContentControl.ContentTemplate.
|
10 years ago |
|
IControl.cs
|
Merge branch 'master' into control-resources
|
9 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 |
|
IPseudoClasses.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
IScrollable.cs
|
Added IScrollable interface.
|
10 years ago |
|
ISelectable.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
ISetInheritanceParent.cs
|
Recycle DataTemplates.
|
10 years ago |
|
ISetLogicalParent.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
|
Altered ItemsControl to use Weak CollectionChange Subscription
|
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.
|
8 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
|
ProgressBar MinWidth & MinHeight set in template
|
8 years ago |
|
RadioButton.cs
|
Implemented three states on ToggleButton, CheckBox and RadioButton.
|
8 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
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
Screens.cs
|
Use Screen API.
|
8 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.
|
8 years ago |
|
SystemDialog.cs
|
[MONOMAC] Implemented system dialogs
|
9 years ago |
|
TabControl.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
TabItem.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
TextBlock.cs
|
Ported immutable media impls from scenegraph.
|
9 years ago |
|
TextBox.cs
|
Merge branch 'master' into fixes/336-undo-redo-bindings
|
8 years ago |
|
ToolTip.cs
|
ToolTip: IsOpen, Placement, Offset
|
9 years ago |
|
ToolTipService.cs
|
ToolTip: IsOpen, Placement, Offset
|
9 years ago |
|
TopLevel.cs
|
React to application resources changing.
|
9 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
|
Implement Closing event
|
8 years ago |
|
WindowBase.cs
|
Merge latest from master.
|
9 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 |