5002 Commits (2adf3d5626d4150587d6d260a6742df21cc563e2)

Author SHA1 Message Date
Nikita Tsukanov 2adf3d5626 X11 IME preedit, preedit cursor, input context improvements 2 years ago
Boyd Patterson 98acdd7c08
Do not match access keys on input elements that are not effectively enabled. (#13185) 2 years ago
Benedikt Stebner bbe4ad8755
Fix TextWrapping for all modes when nothing fits into a line (#13241) 2 years ago
Benedikt Stebner ba3773714b
Fix text wrapping for languages like chinese that can break at all characters and not just at spaces (#13193) 2 years ago
Benedikt Stebner 1d3feffed6 Fix unit test 2 years ago
Benedikt Stebner 36ec244b2c Introduce AppBuilder extension to customize system fonts 3 years ago
Benedikt Stebner b83a5eb8b7
[Text] Fix hit testing issues (#13155) 3 years ago
Lehonti Ramos d1444b4f7c
Modernized accessor syntax in several places (#13044) 3 years ago
Benedikt Stebner f8ec196e2f
Fix text hit testing for invisible runs (#13135) 3 years ago
Julien Lebosquain 059c775bba
Fix popup tests randomly failing after logical scrollable tests (#13098) 3 years ago
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
Julien Lebosquain e6c1670421
Fix unit tests culture (#13016) 3 years ago
Simon Cropp eb7611488e
csproj cleanup (#12657) 3 years ago
Steven Kirk 8948aa7e52
Added ConverterCulture to bindings. (#12876) 3 years ago
Tom Edwards 745b579e8f
Fix default values of window properties not being sent to `IWindowImpl` (#12656) 3 years ago
Julien Lebosquain 9548bf7337
Fix HeadlessUnitTestSession creation race condition (#12979) 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
workgroupengineering 1cb271fb37
fix: Xaml Compiler error when code-behind class contains a `DllImport` method (#12882) 3 years ago
Mihnea Rădulescu 7b67fda0eb
Fix issue 4427 - System.InvalidOperationException: Default font family name can't be null or empty (#12817) 3 years ago
Benedikt Stebner cb461ab043
Allow multiple font sources per FontFamily and make sure combinations of system and embedded fonts can be used (#12871) 3 years ago
Benedikt Stebner fac9e55f69
Introduce PixelFormatWriter (#12807) 3 years ago
Julien Lebosquain a2b7ca47e5
Fix interpolator being called after last animation iteration (#12781) 3 years ago
Julien Lebosquain b9c8e71981
Ensure GlyphRunImpl has consistent bounds (#12765) 3 years ago
Steven Kirk 45e5d25ccf Implemented Geometry.GetWidenedGeometry. 3 years ago
Benedikt Stebner 21cc95a014 Fix failing test 3 years ago
Emmanuel Hansen a030d29d15 add 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
Nikita Tsukanov 96da4f0699 When calculating geometry bounds take into account parameters that affect geometry bounds 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
stepan_govorko f5c93a50ab added more comments 3 years ago
stepan_govorko 77dc35bf46 Introduced counting of rendered visuals in ServerCompositionVisual and added relevant unit tests in CompositorInvalidationClippingTests. The new tests ensure that visuals that are not in dirty rect are rendered correctly with different ClipToBounds and Clip geometry parameters. 3 years ago
adirh 038c963750 Fixed unit test 3 years ago
adirh 5f7d823b59 Added unit test 3 years ago
flexxxxer 5b182890f3 Added unit tests for non-disposable DataContext issue (#12123) 3 years ago
flexxxxer c418442d13 Revert "unit tests added" 3 years ago
flexxxxer b0f6d17c55 unit tests added 3 years ago
flexxxxer 9ba9414c22 unit test for issue added 3 years ago
daniel 953ec9b3ef Remove BypassLogicalChildrenManagement and use OnPropertyChanged 3 years ago
Benedikt Stebner bd3f097895 Adjust behavior to match what WPF expects 3 years ago
Benedikt Stebner 1e64c51879 Adjust test 3 years ago
Benedikt Stebner 9c94158ae7 Make sure TextLine.GetCharacterHitFromDistance for mixed buffers 3 years ago
mrxx99 0ce9a6ed87 Fix creating fields for attached properties called name. closes #12283 3 years ago
Julien Lebosquain 515e0843de
Handle ScrollContentPresenter extent rounding errors 3 years ago
Benedikt Stebner 250743d786 Rework GetNext/PreviousCharacterHit 3 years ago