2102 Commits (3e17bb571fb9e9c9ee2e13de95affdee464fd01a)

Author SHA1 Message Date
Steven Kirk 947598fcec More tests forContentPresenter and InheritanceParent. 7 years ago
Steven Kirk 939d80788b Added failing test for #2823. 7 years ago
Nikita Tsukanov 0bad390dac Added PointerUpdateKind and replaced InputModifiers with KeyModifiers 7 years ago
Nikita Tsukanov 3d4a2781b0 Switched key events to use KeyModifiers 7 years ago
Nikita Tsukanov 07ed194c9d Review comments 7 years ago
artyom 32aea583b1 Don't throw when in design mode 7 years ago
Steven Kirk b4d7d03afd Constrain to availableSize in MeasureCore. 7 years ago
Steven Kirk 51ec592e4a Added failing test for #2746. 7 years ago
Steven Kirk a6c9086782 Fix flaky XAML tests. 7 years ago
Steven Kirk cdb486fe23 Fix NRE in VisualNode.SortChildren. 7 years ago
Steven Kirk c65b5de959 Move setting popup TemplatedParent... 7 years ago
Steven Kirk 6caa06f52b Remove PopupContentHost. 7 years ago
Steven Kirk 669c6511d6 Reset inheritance parent in ContentPresenter. 7 years ago
Steven Kirk 142ead4d39 Make tests compile on CI. 7 years ago
Nikita Tsukanov f9561260a3 IPopupImpl is now optional advanced feature 7 years ago
Steven Kirk d0a6f48015 Added `Gestures.RightTapped`. 7 years ago
Steven Kirk 5e2b3c56e6 Update tests for #2730. 7 years ago
Nikita Tsukanov fafd27243f Fixed tests 7 years ago
Steven Kirk 2c9114d2a2 Moved gesture tests to Avalonia.Input. 7 years ago
Steven Kirk 41e9999ae7 Move MouseTestHelper to Avalonia.UnitTests. 7 years ago
Nikita Tsukanov 79cf3e5cea Completely re-create PopupRoot on reopening Popup 7 years ago
Nikita Tsukanov 8e5c8fee07 Somewhat fixed tests 7 years ago
Nikita Tsukanov 9343ba4c23 Wired up the popup positioner 7 years ago
Nikita Tsukanov 35f64af761 Make toplevels responsible of creating popups 7 years ago
Steven Kirk 0e7f4cac81 Ensure control is invalidated on ZIndex change. 7 years ago
Steven Kirk bc5a101faf Render changes to child order/zindex. 7 years ago
Steven Kirk 32d7938c7c Added failing tests for #2714. 7 years ago
Steven Kirk 835cc6e051 Added failing test for #2754. 7 years ago
Steven Kirk b8c4c0e873 Fix failing tests. 7 years ago
Dariusz Komosinski ad994a685c Fix PriorityValue usage of DeferredSetter. Implement slower path in DeferredSetter that deals with callbacks. 7 years ago
Dariusz Komosinski 48be9dc260 Remove old DeferredSetter implementation. Cleanup code, add license info. 7 years ago
Dariusz Komosinski 812c5f30c9 Remove SetAndRaise callback handling. Move event raising to setter. 7 years ago
Steven Kirk cae46af287 Fixed typos. 7 years ago
Steven Kirk 0b88151b65 Fix tests failing after merge. 7 years ago
Dariusz Komosinski 3c787b3d4d Fix events for ContextMenu and Popup. 7 years ago
Steven Kirk e235efe388 Implement DashStyle equality. 7 years ago
Steven Kirk 2af5a03c2d Make DashStyle mutable. 7 years ago
Steven Kirk 3c1dfcfcf5 Added equality test. 7 years ago
Steven Kirk cad119ebfb Invalidate Pen when properties change. 7 years ago
Steven Kirk ec45084e6a Make Pen mutable. 7 years ago
Steven Kirk eeb7271c34 Added failing test for #2584. 7 years ago
Nikita Tsukanov c61644721e Actually use parent name scope for templates 7 years ago
Nikita Tsukanov ce28364545 Added comments regarding name scope task completions 7 years ago
Nikita Tsukanov 991f767c3c Removed outdated tests 7 years ago
Nikita Tsukanov b0111a2c48 Canvas leak? 7 years ago
Nikita Tsukanov 1ab923c02e Removed WithNameScope 7 years ago
Nikita Tsukanov 3169f59da8 Introduced name scope chains 7 years ago
Nikita Tsukanov fe5c1cec76 Use INameScope from IServiceProvider 7 years ago
Nikita Tsukanov 4df55f733d Manually manage the name scope for control leak tests 7 years ago
Nikita Tsukanov 49b8d24d0b Fixed LeakTests 7 years ago