284 Commits (80f0eecc4fa62aa8a1f5ecc644b6f0664ba6c3bf)

Author SHA1 Message Date
Nikita Tsukanov c456998ce8 Make sure that TopLevel is no longer the actual root of the visual tree. This is needed for our future changes. 1 month ago
Nikita Tsukanov fa17c22131
Introduce PresentationSource, move some responsibilities from TopLevel (#20624) 1 month ago
Julien Lebosquain 02c5ff41ff
Remove obsolete members from Avalonia.Controls (#20617) 2 months ago
Benedikt Stebner e8424283fe
Universal GlyphTypeface implementation (#19852) 3 months ago
Youssef Victor c9e210eb70
Update to xunit.v3 (#20331) 3 months ago
Julien Lebosquain 960cb39414
Enable nullability in Controls.UnitTests (#20373) 3 months ago
Soar360 d39cb62a5d
UniformGrid: Round measured cell sizes when UseLayoutRounding is enabled (#19959) 4 months ago
Javier Suárez 7efc6d9bb0
[Feature] Move LetterSpacing to TextElement as inherited attached property (#20141) 4 months ago
Benedikt Stebner 3e62621aaf
Improve FontCollection customization (#19756) 4 months ago
Emmanuel Hansen 22eb8e6ec3
Focus Traversal Api (#18647) 7 months ago
Emmanuel Hansen 0f233c24de
Set IsKeyboardFocusWithin to false when control is detached from visual tree (#19369) 8 months ago
H0tCh0colat3 d8f590d42e
[Issue 18806] Prevent children of UniformGrid from having negative dimensions when row/col spacing exceeds available space (#18832) 11 months ago
Nikita Tsukanov fedbb270c0
Make sure that tests inherit from ScropedTestBase (#18690) 11 months ago
Julien Lebosquain 2d0b49a258
Keep SelectingItemsControl selection values until ItemsSource is set (#18634) 11 months ago
Maxwell Katz 98a388d3a3
Add Popup.ShouldUseOverlayLayer property (#5629) 1 year ago
Mohamad Iraji fdadfb862f
add spacing to uniform grid - issue 8406 (#17993) 1 year ago
Julien Lebosquain b5fd40e504
Fix overlay popup focus issues (#17326) 1 year ago
Julien Lebosquain fe0b91d541
Fix PopupRoot.ConfigurePosition being called unnecessary (#17322) 1 year ago
Max Katz 1cfa82ca57
Custom popup placement callback (#15667) 2 years ago
shangchenglumetro 3deddbe305
chore: fix some comments (#16461) 2 years ago
Max Katz 296b366e78
ToolTip should use Popup internally + fix Popups not closing when placement target is closed (#15358) 2 years ago
Bartosz Korczyński 4a1e2411cd
Fixed positioning of popups attached to adorners (#14439) 2 years ago
Steven Kirk 3692960ce5
Fix AlwaysSelected in conjuction with SelectedItem/SelectedIndex binding (#14107) 2 years ago
Max Katz a4086c17a6
XY focus (#13947) 2 years ago
Tom Edwards 7520e2dcb1
Fix exception when `SelectedValueBinding` evaluates to null (#14171) 2 years ago
Julien Lebosquain 7e81b5d8c2
Fix SelectedItemsControl initialization property order (#13800) 2 years ago
Tim d7c82a1a6f
Fix: RangeBase should not write coerced values back when DataContext is changing (#11918) 2 years ago
Steven Kirk 62314a010e
Fix some issues with tabbing into virtualized list (#13826) 2 years ago
Julien Lebosquain 3fa13d3b64
Warning cleanup 2 (#13696) 2 years ago
lnxon 40b73a661f
Fix issue #11006 by correcting SelectionChanged event to be fired AFTER (not before) raising Prop… (#13503) 2 years ago
Steven Kirk 79acab1080
Fix some issues with focus scopes (#13409) 2 years ago
Max Katz 60c11167f8
Add default template to the ContentControl, remove theme specific templates (#11365) 2 years ago
Steven Kirk bf1be0cd2f
Fix initial logical scrollable state (#13066) 3 years ago
Steven Kirk f89a0b2ac9 Added failing test for #11220. 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 596f876868 Use PlatformHotkeyConfiguration.Instance instead of locator 3 years ago
Nikita Tsukanov f300a24402 Media system refactoring 3 years ago
Steven Kirk 40515fc798 Clarify/fix unit test. 3 years ago
Dan Walmsley a78c41dd41 add a unit test. 3 years ago
Giuseppe Lippolis 176a6a83c5 fix(test): call Threading.Dispatcher.UIThread.RunJobs(); 3 years ago
Max Katz 20064647dd Limit IFocusManager API, extend IInputElement API, remove visible static properties 3 years ago
Steven Kirk 5878814bed Added test for #9438. 3 years ago
Steven Kirk 474d78b335 Deprecate IStyleable . 3 years ago
Steven Kirk 31ece204fc Fix tab navigation in ItemsControl & ListBox 3 years ago
Steven Kirk 8bfe6b9645 Support heterogeneous item containers. 3 years ago
Max Katz 4aa6035ec3 Reuse text and geometry related headless mocks in Avalonia unit tests and benchmarks 3 years ago
Steven Kirk 5391361d45 Failing test for selection w/ virtualization. 3 years ago
Steven Kirk 2c9f286db0 Added failing tests for #11119. 3 years ago
Steven Kirk c77276d00a Don't clear ItemIsOwnContainer in PanelContainerGenerator. 3 years ago
Steven Kirk 981dfd29d7 Added WindowBase.Resized event. 3 years ago