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.
 
 
 
Steven Kirk 6698f74c70
Merge branch 'master' into replace-obsolete-api-usages
6 years ago
..
GestureRecognizers Implemented simple inertial scroll 7 years ago
Navigation Renamed IsEnabledCore -> IsEffectivelyEnabled. 7 years ago
Platform Explicitly drop pointer capture for DnD (not actually a fix for the underlying issue) 7 years ago
Properties Initial scroll gesture implementation 7 years ago
Raw Send keypresses to toplevel if no focused control. 7 years ago
AccessKeyHandler.cs Replaced obsolete API usages. 7 years ago
Avalonia.Input.csproj Switched to post-processing nuget packages from AggregatePackage SDK 7 years ago
Cursors.cs Added obsolete alias for old typo'd value. 7 years ago
DataFormats.cs Fixed field declarations which should be readonly. 7 years ago
DataObject.cs Spellchecks all projects except for Base, Controls, Samples and Testing 8 years ago
DragDrop.cs Explicitly drop pointer capture for DnD (not actually a fix for the underlying issue) 7 years ago
DragDropDevice.cs Send keypresses to toplevel if no focused control. 7 years ago
DragDropEffects.cs Move DnD classes to Avalonia.Input. 8 years ago
DragEventArgs.cs Fix TranslatePoint. 7 years ago
FocusManager.cs Replaced obsolete API usages. 7 years ago
Gestures.cs Added InitialPressMouseButton to PointerReleasedEventArgs that returns the button that caused the PointerPressed event 7 years ago
GotFocusEventArgs.cs Renamed Perspex -> Avalonia 10 years ago
IAccessKeyHandler.cs Renamed Perspex -> Avalonia 10 years ago
ICloseable.cs Renamed Perspex -> Avalonia 10 years ago
ICustomKeyboardNavigation.cs Spellchecks all projects except for Base, Controls, Samples and Testing 8 years ago
IDataObject.cs Spellchecks all projects except for Base, Controls, Samples and Testing 8 years ago
IFocusManager.cs Renamed Perspex -> Avalonia 10 years ago
IFocusScope.cs Renamed Perspex -> Avalonia 10 years ago
IInputDevice.cs PR notes 9 years ago
IInputElement.cs Renamed IsEnabledCore -> IsEffectivelyEnabled. 7 years ago
IInputManager.cs Spellchecks all projects except for Base, Controls, Samples and Testing 8 years ago
IInputRoot.cs Removed IMouseDevice from service locator 9 years ago
IKeyboardDevice.cs Added PointerUpdateKind and replaced InputModifiers with KeyModifiers 7 years ago
IKeyboardNavigationHandler.cs FocusNavigationDirection => NavigationDirection 10 years ago
IMainMenu.cs Implemented Menu interactions. 8 years ago
IMouseDevice.cs Notify MouseDevice when TopLevel closed. 7 years ago
INavigableContainer.cs Implemented Menu interactions. 8 years ago
IPointer.cs PR comments 7 years ago
IPointerDevice.cs PR comments 7 years ago
InputElement.cs Remove usage of AddClassHandler that returns new lambda per invocation. 7 years ago
InputExtensions.cs Cache delegate used for hit testing. 7 years ago
InputManager.cs Spellchecks all projects except for Base, Controls, Samples and Testing 8 years ago
Key.cs Platform-specific key gestures 8 years ago
KeyBinding.cs Spellchecks all projects except for Base, Controls, Samples and Testing 8 years ago
KeyEventArgs.cs Switched key events to use KeyModifiers 7 years ago
KeyGesture.cs add support for , in key gesture. 7 years ago
KeyboardDevice.cs Send keypresses to toplevel if no focused control. 7 years ago
KeyboardNavigation.cs Removed directional navigation code. 8 years ago
KeyboardNavigationHandler.cs Spellchecks all projects except for Base, Controls, Samples and Testing 8 years ago
KeyboardNavigationMode.cs Renamed Perspex -> Avalonia 10 years ago
MouseDevice.cs Removed pointer global state that caused trouble 7 years ago
NavigationDirection.cs Handle navigation in TreeView. 8 years ago
NavigationMethod.cs Renamed Perspex -> Avalonia 10 years ago
Pointer.cs Properly raise PointerCaptureLost on capture transfer 7 years ago
PointerEventArgs.cs Fixed obsolete comment 7 years ago
PointerPoint.cs Merge branch 'master' into alloc-boxing 7 years ago
PointerWheelEventArgs.cs Added PointerUpdateKind and replaced InputModifiers with KeyModifiers 7 years ago
ScrollGestureEventArgs.cs Initial scroll gesture implementation 7 years ago
TextInputEventArgs.cs Spellchecks all projects except for Base, Controls, Samples and Testing 8 years ago
TouchDevice.cs Removed pointer global state that caused trouble 7 years ago
VectorEventArgs.cs Renamed Perspex -> Avalonia 10 years ago