1497 Commits (bf1be0cd2f2c1336b0400890e3ab8c9fcaf3277a)

Author SHA1 Message Date
Steven Kirk bf1be0cd2f
Fix initial logical scrollable state (#13066) 3 years ago
Steven Kirk f845c685fa Added failing test for ItemsControl logical children. 3 years ago
Tom Edwards 745b579e8f
Fix default values of window properties not being sent to `IWindowImpl` (#12656) 3 years ago
Julien Lebosquain ac00fe2bf4
Key handling improvements (#12549) 3 years ago
Vladimir Drobyshev 206b5fd1de
Fix - TextPresenter ignores FontStretch property (#12947) 3 years ago
Julien Lebosquain 3515b99a92
Fix VirtualizingStackPanel and nth-child for the currently realizing item container (#12957) 3 years ago
Benedikt Stebner 21cc95a014 Fix failing test 3 years ago
Steven Kirk 03ff228a6d Preserve container themes set locally. 3 years ago
Steven Kirk f347eaf711 Accept base TargetType in ItemContainerTheme 3 years ago
Steven Kirk b024bb463b Add tests for #12620. 3 years ago
Bill Henning 16ab9c595c Fix for TextBlock.TextDecorations not inheriting down to inlines. 3 years ago
Boyd Patterson 932b40b19b Added unit tests for TextBox to verify MaxLines property assigns the ScrollViewer.MaxHeight based on line height. 3 years ago
flexxxxer 9ba9414c22 unit test for issue added 3 years ago
daniel 953ec9b3ef Remove BypassLogicalChildrenManagement and use OnPropertyChanged 3 years ago
Julien Lebosquain 515e0843de
Handle ScrollContentPresenter extent rounding errors 3 years ago
Steven Kirk f89a0b2ac9 Added failing test for #11220. 3 years ago
daniel abc7eea336 simplifies the first test 3 years ago
daniel add676efab Add failing tests 3 years ago
Daniil Pavliuchyk 0e038492f7 Do not set Window Startup Location multiple times 3 years ago
AtomCrafty 42ad2fd46e add regression test for AutoCompleteBox with MinimumPrefixLegth=0 3 years ago
Julien Lebosquain 862c175725
Fix ScrollContentPresenter's child margin with layout rounding 3 years ago
Giuseppe Lippolis c368048aef test(LIstBox): Space handling 3 years ago
Julien Lebosquain 7c2062c102
Reset LayoutTransformControl matrix when transform is removed 3 years ago
Tim ebb9bf5052 fix unit tests 3 years ago
Steven Kirk 41dd04e177 Add failing test for #11641. 3 years ago
Steven Kirk 18e0512d81 Added failing test for #11679. 3 years ago
Steven Kirk 5fb0cf7dda Added failing test for #11617. 3 years ago
Benedikt Stebner 475f22f6f6 Fix visual tree handling when Inlines is reset 3 years ago
daniel cae4b1633b Fix tests 3 years ago
daniel 5157ebccae Added failing test for #11668 3 years ago
Emmanuel Hansen 42fccd1af6 track currently active gesture in the pointer 3 years ago
Max Katz eb05dac696 Remove IKeyboardDevice/IPointerDevice/IDragDropDevice from public API, as they are not really used anywhere 3 years ago
Max Katz d267d06a08 Move PlatformHotkeyConfiguration to IPlatformSettings 3 years ago
Max Katz 0d6306725a Fix ButtonTests 3 years ago
Max Katz 596f876868 Use PlatformHotkeyConfiguration.Instance instead of locator 3 years ago
Nikita Tsukanov f300a24402 Media system refactoring 3 years ago
robloo 04c88b09fb Rename ContextMenu Opening/Closing events removing type prefix 3 years ago
robloo 9eeebbc99d Rename MenuBase Opened/Closed events removing type prefix 3 years ago
Steven Kirk 40515fc798 Clarify/fix unit test. 3 years ago
Dan Walmsley a78c41dd41 add a unit test. 3 years ago
Benedikt Stebner e69661b353 Rework MaxLines to limit how many lines are visible at once and don't prevent additional input if MaxLines is reached 3 years ago
Steven Kirk 0cb590e03b Remove now-unnecessary casts. 3 years ago
Steven Kirk e4634a917e Make TopLevel.CreateLayoutManager internal. 3 years ago
Steven Kirk 8f94a6505b Make IMenu, IMenuElement, IMenuItem internal. 3 years ago
Steven Kirk 8e68fe910c Fix error introduced in merge. 3 years ago
Steven Kirk c4fe776b96 Allow selection of elements outside viewport. 3 years ago
Steven Kirk 06bfa29b12 Properly implement keyboard selection. 3 years ago
Steven Kirk 9d16e33843 Started refactoring ListBox selection. 3 years ago
Steven Kirk e7b61ef002 Added BringIntoViewOnFocusChange. 3 years ago
Steven Kirk ca02947c3e Added failing test for VirtualizingStackPanel. 3 years ago