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 dc3415c090
Nullable annotations for AvaloniaObject/AvaloniaProperty etc. (#7078)
5 years ago
..
GestureRecognizers Applies spell checking on mostly comments, but also non public members and arguments 5 years ago
Navigation Check enabled state as well as visibility. 5 years ago
Platform Shift+F10 is windows specific gesture 5 years ago
Properties Remove copyright headers. 7 years ago
Raw Nullable enable Avalonia.Input. 6 years ago
TextInput Applies spell checking on mostly comments, but also non public members and arguments 5 years ago
AccessKeyHandler.cs Fix alt down shortcuts and allow alt down handling for end users (#6491) 5 years ago
ApiCompatBaseline.txt rename method in apicompat 5 years ago
Avalonia.Input.csproj Nullable annotations for AvaloniaObject/AvaloniaProperty etc. (#7078) 5 years ago
Cursor.cs Applies spell checking on mostly comments, but also non public members and arguments 5 years ago
DataFormats.cs Fixed field declarations which should be readonly. 8 years ago
DataObject.cs Nullable enable Avalonia.Input. 6 years ago
DragDrop.cs Don't declare property fields AvaloniaProperty<>. 7 years ago
DragDropDevice.cs Nullable enable Avalonia.Input. 6 years ago
DragDropEffects.cs Move DnD classes to Avalonia.Input. 9 years ago
DragEventArgs.cs Disable warnings when implementing deprecated API members. 6 years ago
FocusManager.cs fix review issues. 5 years ago
Gestures.cs Setting weak reference target instead of field 5 years ago
GotFocusEventArgs.cs Remove copyright headers. 7 years ago
IAccessKeyHandler.cs Nullable enable Avalonia.Input. 6 years ago
ICloseable.cs Remove copyright headers. 7 years ago
ICommandSource.cs fixes: some null annotation 5 years ago
ICustomKeyboardNavigation.cs Make custom keyboard navigation work again. 5 years ago
IDataObject.cs Nullable enable Avalonia.Input. 6 years ago
IFocusManager.cs allow window to clear focus manager when it closes, preventing memory leak. 5 years ago
IFocusScope.cs Remove copyright headers. 7 years ago
IInputDevice.cs Remove copyright headers. 7 years ago
IInputElement.cs Enable nullability for InputElement, Interactive, Visual 5 years ago
IInputManager.cs Remove copyright headers. 7 years ago
IInputRoot.cs Nullable enable Avalonia.Input. 6 years ago
IKeyboardDevice.cs Nullable enable Avalonia.Input. 6 years ago
IKeyboardNavigationHandler.cs Merge branch 'master' into update-obsolete-api-usages 7 years ago
IMainMenu.cs Remove copyright headers. 7 years ago
IMouseDevice.cs Remove copyright headers. 7 years ago
INavigableContainer.cs Remove copyright headers. 7 years ago
IPointer.cs Nullable enable Avalonia.Input. 6 years ago
IPointerDevice.cs Nullable enable Avalonia.Input. 6 years ago
InputElement.cs Use event args to get value instead of feild 5 years ago
InputExtensions.cs Nullable enable Avalonia.Input. 6 years ago
InputManager.cs Remove copyright headers. 7 years ago
Key.cs Remove some left-over copyright headers. 7 years ago
KeyBinding.cs Spellchecks all projects except for Base, Controls, Samples and Testing 8 years ago
KeyEventArgs.cs Nullable enable Avalonia.Input. 6 years ago
KeyGesture.cs Fixed popup positioning issue 5 years ago
KeyboardDevice.cs Don't create a copy of the array unless necessary. 5 years ago
KeyboardNavigation.cs Ported tab navigation code from WPF. 5 years ago
KeyboardNavigationHandler.cs Make custom keyboard navigation work again. 5 years ago
KeyboardNavigationMode.cs Added KeyboardNavigationMode.Local. 5 years ago
MouseDevice.cs fixes(Input): Suppress warning CS0618 'MouseDevice.Position' is obsolete 5 years ago
NavigationDirection.cs Don't handle tab navigation in DefaultMenuInteractionHandler. 6 years ago
NavigationMethod.cs Remove copyright headers. 7 years ago
Pointer.cs Nullable enable Avalonia.Input. 6 years ago
PointerEventArgs.cs Add missing XButtons 1 and 2 to MouseButton 5 years ago
PointerPoint.cs Merge branch 'master' into has-flag-fixes 5 years ago
PointerWheelEventArgs.cs Remove copyright headers. 7 years ago
ScrollGestureEventArgs.cs Initial scroll gesture implementation 7 years ago
TappedEventArgs.cs Properties of PointerEventArgs in TappedEventArgs (#6322) 5 years ago
TextInputEventArgs.cs Nullable enable Avalonia.Input. 6 years ago
TouchDevice.cs Removed pointer global state that caused trouble 7 years ago
VectorEventArgs.cs Remove copyright headers. 7 years ago