83 Commits (api-diff-demo)

Author SHA1 Message Date
Maksym Katsydan 6f7dac83d1 Add focus-visible support with tests 6 years ago
Luis von der Eltz c4ef08206e Implementing support for IsTabStop attached property 6 years ago
Steven Kirk 7c3fcd3241 Disable warnings for tests of deprecated APIs. 6 years ago
Steven Kirk 4d01dacd77 Remove copyright headers. 6 years ago
Steven Kirk 022294ec7a MenuItem.InputGestureText -> InputGesture 6 years ago
Steven Kirk 30e8cac05d Update to .NET core 3.1. 6 years ago
José Pedro 2cb3b5f916
Updated obsolete API usages in interfaces. 6 years ago
Steven Kirk 2944099428 Display gestures in NativeMenuBar. 6 years ago
Steven Kirk c8c96f57a3 Make test fail for #3325 6 years ago
Dariusz Komosinski 9e812f24b9 Add HitTestFirst that allows for hit testing first matching visual. Implement better enumerator that can be used for both first and multiple hits. 6 years ago
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