17831 Commits (36efc98c57aa9c8d00a90f76aa10f62e2ed77706)

Author SHA1 Message Date
Benedikt Stebner 56f6296066 Calculate Bounds and InkBounds for TextLayout to be able to calculate the minmal required width. (#17721) 2 years ago
Benedikt Stebner 5f45637e8d Update cursor without checking for IsPointerOver because that flags gets written after the SetCursor is called (#17726) 2 years ago
Max Katz 476ee2be62 Make MarkupExtension.ProvideValue method inlinable for StaticResourceExtension and ResolveByNameExtension (#17659) 2 years ago
MizuKuma 714a7f1b1c Fix broken pre-edit markedText on iOS and solve #17523 (#17618) 2 years ago
Alexander Marek c813db3c99 #17675 - AfterPlatformServicesSetup callbacks are not called by the AfterApplicationSetup callbacks anymore (#17676) 2 years ago
Julien Lebosquain cc4dbdaeb4 Fix TextBlock re-measure in infinite container (#17638) 2 years ago
Julien Lebosquain 05e22ec8ab Fix random test failures and add empty dispatcher verification to tests (#17628) 2 years ago
Dan Walmsley 35f6d73e0d Raise the `EffectiveViewPortChanged` when a control is added to the tree that has already has a valid layout (#17570) 2 years ago
JamesSmith85 0fc17cacca call proper method on hide (#17573) 2 years ago
Emmanuel Hansen a37079596f don't check if intent is declared by app before launch (#17571) 2 years ago
Julien Lebosquain 8f5d5061da Win32: fix position being changed on Resize while minimized (#17559) 2 years ago
Max Katz fe28a3f60f Fix visual snapshot on headless (#17565) 2 years ago
Benedikt Stebner f63b60cbc7 Fix FontCollection glyph typeface caching (#17519) 2 years ago
Steve ecd3a59b8e Fix crashing after opening a uri on browser (#17524) 2 years ago
Dong Bin 630d2dc511 Fix TreeViewItem Expand/Collapse event source (#17558) 2 years ago
Julien Lebosquain f1c5ac7864 Fix npm install for parallel builds (#17532) 2 years ago
Max Katz 331d73efa3 Fix TimePicker breaking change, when using pre-11.2 styles 2 years ago
Julien Lebosquain 5c1492d9e9 Add ControlTemplateScope and enable it on ItemsPanelTemplate (#17483) 2 years ago
Jan Karger ツ ☀ 3aba971ba0 CalendarDatePicker - use CustomDateFormatString for parsing the text input (#17465) 2 years ago
Max Katz 42e396e0de [Browser] Add dotnet/runtime#109289 workaround (#17507) 2 years ago
zii-dmg 9c5e63992d Check if path is file (#17500) 2 years ago
Benedikt Stebner 5c83e054d1 Fix TextBlock TextAlignment issues when a HorizontalAlignment is defined (#17402) 2 years ago
Steven Kirk 5e4a3f95f3 Added basic date/time picker automation peers. (#17426) 2 years ago
Max Katz 1c1d1f3d37 Add .net 8 multitarget (#17452) 2 years ago
Max Katz 01b3a582f3 Handle previously missed event types in PenDevice (#17454) 2 years ago
Julien Lebosquain e6fda91d96 Fix TemplateBinding in custom IControlTemplate implementations (#17427) 2 years ago
Benedikt Stebner 612bafb7a8 Make sure font simulations are applied for all collection types (#17399) 2 years ago
Max Katz e5cdf3c4b4 Implement TryGetFeature on secondary previewer windows (#17409) 2 years ago
Color_yr 6d5d2979ce fix Expander.cs (#17411) 2 years ago
Dong Bin ef63c8c7d4 feat: revert enum order. (#17398) 2 years ago
Nikita Tsukanov fb5e7f7f2b Don't use GLib helper functions introduced in 2.74 (#17392) 2 years ago
lindexi 1b33329384 Fix InlineDictionary Behavior for Single Item Reassignment (#17370) 2 years ago
Danich54rus 1d757a65a4 Fix InlineUIContainer clipping in text when ArrangeOverride called. (#17183) (#17194) 2 years ago
Dameng 64989cf9fd Fix DataGrid native aot crash when sorting. (#17248) 2 years ago
Max Katz 6a9cf807c1
Disable Metal as a default rendering mode for 11.2 (#17508) 2 years ago
Benedikt Stebner 0b2d7e760a Do not reset text selection when the TextBox loses focus (#17195) 2 years ago
Julien Lebosquain 3ebd77495d Fix overlay popup focus issues (#17326) 2 years ago
Benedikt Stebner f70cf39634 Make the name table optional (#17306) 2 years ago
Benedikt Stebner 4f79c1b939 Rework how TextBlock skips redundant measure and arrange calls (#17271) 2 years ago
Nikita Tsukanov 0dbf5c22ee Implemented GLib-based dispatcher (#17281) 2 years ago
VisualMelon 7da26e2562 Set TimePicker.Time seconds to zero when UseSeconds is False (#17251) 2 years ago
Julien Lebosquain f965634568 Fix ThemeVariant equality (#17257) 2 years ago
Max Katz d41d5bbc62 Fix desktop lifetime non-mainwindow cancellation (#17059) 2 years ago
Compunet c6914e22a7 Fixed an issue RTL wrapped text calculates an extra line for the control desired size (#17209) 2 years ago
Julien Lebosquain ff1148c843 Fix LayoutUpdated and EffectiveViewportChanged double registration (#17196) 2 years ago
dbriard 6a3b922bf4 Fix missing Orientation check in VirtualizingStackPanel (#17135) 2 years ago
Ge dc7ddf183b ComboBox Empty Selection should not Generate a TextBlock as SelectionBoxItem (#16748) 2 years ago
workgroupengineering aa0ea4bffd fix: `SplitButton.Click` is not fired when `SplitButton` is not in focused (#16940) 2 years ago
Ryan Newington 08aa0f56ba Fixes an issue that can cause Avalonia-based applications to crash. The GetMessage call in RunLoop() of WinUiCompositorConnection.cs has been updated to process the result of GetMessage, and terminate the message loop if a WM_QUIT message is received on the pump. (#17190) 2 years ago
Julien Lebosquain fc25c00ec4
Fix some compiler warnings (#17180) 2 years ago