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.
 
 
 
Nikita Tsukanov 66963a28b7 DnD fix 7 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 DnD fix 7 years ago
AccessKeyHandler.cs Fix brace style 8 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 Fix TranslatePoint. 7 years ago
DragDropEffects.cs Move DnD classes to Avalonia.Input. 8 years ago
DragEventArgs.cs Fix TranslatePoint. 7 years ago
FocusManager.cs Merge branch 'master' into fixes/2315-addclasshandler-static 7 years ago
Gestures.cs Added `Gestures.RightTapped`. 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 PR comments 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 Merge branch 'master' into fixes/2501-command-isenabled 7 years ago
InputExtensions.cs Renamed IsEnabledCore -> IsEffectivelyEnabled. 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 Switched key events to use KeyModifiers 7 years ago
KeyboardDevice.cs Switched key events to use KeyModifiers 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 Added PointerUpdateKind and replaced InputModifiers with KeyModifiers 7 years ago
NavigationDirection.cs Handle navigation in TreeView. 8 years ago
NavigationMethod.cs Renamed Perspex -> Avalonia 10 years ago
Pointer.cs Propagate mouse pointer capture to Win32 API 7 years ago
PointerEventArgs.cs Cleanup 7 years ago
PointerPoint.cs Added PointerUpdateKind and replaced InputModifiers with KeyModifiers 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 Added PointerUpdateKind and replaced InputModifiers with KeyModifiers 7 years ago
VectorEventArgs.cs Renamed Perspex -> Avalonia 10 years ago