70 Commits (08ee359e2c959e8564bc6c783ea11e3e4bb3fe7f)

Author SHA1 Message Date
Nikita Tsukanov d8ee7531ab Properly raise PointerCaptureLost on capture transfer 7 years ago
Steven Kirk 85ec916af3 Add some tests for KeyboardDevice. 7 years ago
Dariusz Komosiński 2362b5a847 Cleanup KeyGesture code. Add constructor taking non-deprecated arguments. 7 years ago
Nikita Tsukanov 0bad390dac Added PointerUpdateKind and replaced InputModifiers with KeyModifiers 7 years ago
Steven Kirk d0a6f48015 Added `Gestures.RightTapped`. 7 years ago
Steven Kirk 5e2b3c56e6 Update tests for #2730. 7 years ago
Steven Kirk 2c9114d2a2 Moved gesture tests to Avalonia.Input. 7 years ago
Nikita Tsukanov 551ce9b058 Fixed capture transfer for removed controls 7 years ago
Nikita Tsukanov 4c1f42b48a PR comments 7 years ago
Steven Kirk 38d68865fd Correctly handle command.CanExecute state. 7 years ago
Steven Kirk 82b3bbcc6b Added failing test for #1558. 7 years ago
Nikita Tsukanov feadefc1a1 Run Mono/FullNET tests for all "core" libs except Avalonia.Controls 7 years ago
Steven Kirk 2584f4bb18 Removed directional navigation code. 8 years ago
Steven Kirk 895a24fb9e Raise pointer enter/leave events in correct order. 8 years ago
Steven Kirk 3f0c7650e5 Make sure IsPointerOver is correctly set. 8 years ago
Steven Kirk 3891cbf06d Fixed spelling. 8 years ago
sdoroff 7969749cd1 Added a unit test 8 years ago
Steven Kirk 30e78dc5b6 Only run unit tests on .net core. 8 years ago
Jeremy Koritzinsky eb7c010462 Retarget .Net Framework projects to 4.7 8 years ago
Jeremy Koritzinsky b463d04e9f Make KeyGestures with +,-,. in them match with both the non-numpad keys and the matching numpad keys. 8 years ago
Steven Kirk 04c489daa5 Make Collection Properties get-only 8 years ago
Steven Kirk 880cf657ec Accept root in IRenderer.HitTest. 9 years ago
Steven Kirk 763775fa82 Clear mouse capture when control removed. 9 years ago
Nikita Tsukanov 913149d093 Switched to .NET Standard 2.0 9 years ago
Steven Kirk 5827f3c284 Missed file from merge 9 years ago
Steven Kirk 3b030f19d1 Fix Avalonia.Input.UnitTests.csproj 9 years ago
Jeremy Koritzinsky 58b3ff90ab Reduce build warnings by setting a few flags and not using deprecated overloads. 9 years ago
Steven Kirk d2eca3968b Removed IRendererFactory. 9 years ago
Steven Kirk 2edcdb8656 MouseDevice now exposed on TopLevel. 9 years ago
Steven Kirk c4aa2197b2 Fixed TreeView navigation. 9 years ago
Wiesław Šoltés 872575b9b7 Set project OutputType 9 years ago
Steven Kirk 1b9d61416f Ported ImmediateRenderer from scenegraph branch. 9 years ago
Steven Kirk e6cb529878 Ported immutable media impls from scenegraph. 9 years ago
Wiesław Šoltés 19f0f1d407 Removed unused files 9 years ago
Wiesław Šoltés 8601a3e71e Converted Avalonia.Input.UnitTests to a new project system 9 years ago
Wiesław Šoltés f8097cc27d Added msbuild props for package references 9 years ago
Nikita Tsukanov 25c7be5b7a Removed packages.config from csproj.files 9 years ago
Nikita Tsukanov dc8a32d1b1 Run Avalonia.Base.UnitTests using `dotnet test` 9 years ago
Nikita Tsukanov 485fe1364e Everything is buildable via MSBuild 9 years ago
Nikita Tsukanov b6b5b9de88 Test now compile and can be run from visual studio 9 years ago
Nikita Tsukanov b0a063838f Migrated to PackageReference 9 years ago
Steven Kirk 71c6c572ac Moved ncrunch files to their own dir. 9 years ago
Steven Kirk 6036bd5998 Moved ncrunch files to their own dir. 9 years ago
Nikita Tsukanov 90a4915549 Implemented WritableBitmap 9 years ago
Nikita Tsukanov 7013033a1b Added `Bitmap(PixelFormat format, IntPtr data, int width, int height, int stride)` constructor 9 years ago
Nikita Tsukanov 374d600275 Added support for multiple drawing methods for window implementations. Added framebuffer support 9 years ago
Steven Kirk 349ba78931 Fixed pointerover state. 10 years ago
Steven Kirk d91d1829ac Initial implementation of scenegraph hit testing. 10 years ago
Steven Kirk 59c49d259d Renamed assembly SceneGraph -> Visuals. 10 years ago
Steven Kirk e54ac6b5bf Fixed name of method. 10 years ago