1106 Commits (feature/microcom-get-managed-reference)

Author SHA1 Message Date
Benedikt Stebner 617ca9492f Fix MaskedTextBoxTests 4 years ago
Benedikt Stebner c640bc21c6 Fix failing tests 4 years ago
Benedikt Stebner 27c7a5c724 Fix issues mentioned during review 4 years ago
Steven Kirk 888cc33170 Fix failing unit tests in debug mode. 4 years ago
Benedikt Stebner b815a22d5a Port WPF's FormattedText to Avalonia and rework TextPresenter 4 years ago
Dan Walmsley 245d23e741 use discards where possible. 4 years ago
Dan Walmsley 262f520335 Add more unit tests. 4 years ago
Dan Walmsley 79fdf5ee5f Add another unit test to show that windows can cancel the shutdown. 4 years ago
Dan Walmsley 00c633ab3d Add a unit test to show we can now cancel window closing shutdown modes. 4 years ago
Max Katz 50a97dc22f Add more popup tests 4 years ago
Tim U f69e3e642e Fix: BlackoutDates test was failing 4 years ago
abdesol b2ae473f2a changed assert value of Button_Invokes_Doesnt_Execute_When_Button_Disabled from 1 to 0 4 years ago
abdesol 845ff07f1f Button_Invokes_Doesnt_Execute_When_Button_Disabled test added 4 years ago
Sergey Mikolaytis dd61cb9b32
[Menu] [Performance] Improve Menu item can execute logic. Make it work like in WPF (#6438) 4 years ago
Steven Kirk 931a79dfb7
Send a single Text change nofication when TextBlock.SelectedText is changed. (#5508) 4 years ago
Simon Haines 54f82b26a5 Fix positioning of non-overlay popups 4 years ago
Steven Kirk 721547fcb2 Update samples/tests to net6.0. 4 years ago
gabornemeth d0a74bdf42 type of the TreeView's items can be customized 4 years ago
Simon Haines fcbe456cb9 Filter pointer pressed events from disabled sub-menu items 4 years ago
Giuseppe Lippolis 59f4adcdd3 fix: Warning CS0067 The event is never used 4 years ago
Max Katz 0709bbfe0f Fix tests 4 years ago
Steven Kirk 10d1b6cd34 Added test. 4 years ago
Steven Kirk 4e65b0296b Added failing tests for #6729. 5 years ago
Dan Walmsley 786375aff9 handle platforms that return null for the trayiconimpl. 5 years ago
Dan Walmsley 00b82a215d fix unit tests. 5 years ago
Tako c6f9c6a820
Implement MaskedTextBox (#6453) 5 years ago
Takoooooo 60b3e028b5 fix 5 years ago
Giuseppe Lippolis 8b6f264379 ref(test): removed warning CS0105 The using directive for 'System' appeared previously in this namespace 5 years ago
Steven Kirk 5ae9a2d60c Validate source collection, and add tests. 5 years ago
Max Katz 0f83ccb4b0
ContentPresenter should create child without content, if template was set (#6226) 5 years ago
Dan Walmsley 0ddc444d2c Rename eventargs class. 5 years ago
Dan Walmsley 2a4830bf5b fix tests. 5 years ago
Dan Walmsley c9458e5be8 use a ShutdownRequestedEventArgs class to future proof the event args. 5 years ago
Steven Kirk ba369a9059 Fix auto-scaling on win32. 5 years ago
Steven Kirk 298dd4e299 Added ShutdownRequested to IClassicDesktopStyleApplicationLifetime. 5 years ago
Dan Walmsley b250fce59c rename test to describe the actual issue. 5 years ago
Dan Walmsley a295cac930 test more keys. 5 years ago
Dan Walmsley 73aaefcc32 add a failing unit test to demonstrate the issue. 5 years ago
Dan Walmsley ac45578575 initial attempt at unit test 5 years ago
Steven Kirk a42334d128 Hide child windows when hiding parent/owner. 5 years ago
Steven Kirk 15cdee1bee Ensure parent/owner windows are visible when showing child. 5 years ago
Steven Kirk 69852a56f5 Don't allow self as parent/owner window. 5 years ago
Steven Kirk ea3f85e126 Don't allow using a closed window as a parent/owner. 5 years ago
Steven Kirk cd51d638e9 Pass dialog flag to window impl Show. 5 years ago
Giuseppe Lippolis 83c141172f feat(tests): Add test to check closing window on Alt+F4 KeyDown when ComboBox is focused 5 years ago
Giuseppe Lippolis b4e11b227d fixes: code documentation 5 years ago
Max Katz 9e2d104739 Add more tests 5 years ago
Max Katz 18812a217f Fix ContextMenu tests 5 years ago
Max Katz 800788be20 Use ContextRequested event to show ContextFlyout + some refactoring of FlyoutBase 5 years ago
Max Katz 72c975ac0b Use ContextRequested event to show ContextMenu 5 years ago