93 Commits (080fdee57dcaec1860fa9384079d4514e9680205)

Author SHA1 Message Date
Luis von der Eltz 080fdee57d Fix UTS 4 years ago
Luis von der Eltz 0973e66d04 Remove wrong fix 4 years ago
Luis von der Eltz 16d75632fe Properly terminate when reaching "from" element again 4 years ago
Luis von der Eltz 107fc7162e Fix infinite loop when all items are disabled 4 years ago
Luis von der Eltz d9ce64e1b0 Skip disabled controls when moving to first/last item 4 years ago
Tako 7c63e1a60b Fix ContextMenu freeze. 4 years ago
Tako fd5e2169c1 reimplementation and some tests 4 years ago
Max Katz d083acc20d Implement support of NthChild in DataGrid 4 years ago
Steven Kirk f8706278a8 Make OnPropertyChanged non-generic. 4 years ago
Dominik Matijaca b040ac5414
ItemsControl: WrapSelection (#6286) 4 years ago
Dariusz Komosinski 9dca8b8321 Update comment as well. 4 years ago
Dariusz Komosinski 5e5389d74c ItemContainerGenerator cannot be null 4 years ago
Steven Kirk 77d059be22 Add nullable annotations to Avalonia.Controls. 4 years ago
Max Katz f276c4ed8b Changes after review 4 years ago
Max Katz e5ca5c38e8 Update IChildIndexProvider interface with ChildIndexChanged and implement in on items controls 5 years ago
Max Katz 69fb1c056f FIrst version of nth-child 5 years ago
Steven Kirk 11c60b4294 Decouple automation peers from platform nodes. 5 years ago
Royce551 975e48d3a2 Move to SelectingItemsControl 5 years ago
Royce551 4653c8ff60 Readd xmldocs 5 years ago
Royce551 f2907c4f49 Implement ItemsControl.IsTextSearchEnabled 5 years ago
Murdo R Ergeaux b1db4ce6d2 Update ItemsControl PseudoClasses on ItemCount property changed 5 years ago
Murdo R Ergeaux dbab1666a2 Use ItemCount to determine PseudoClass in ItemsControl 5 years ago
Steven Kirk 2a44d8b564 Initial implementation of UI automation. 5 years ago
Steven Kirk 3518f19b2a
Revert "ItemsControl+ItemVirtualizerSimple don not recreate containers when Items or ItemTemplate are replaced" 5 years ago
adospace 13cd835bc0 ItemsControl+ItemVirtualizerSimple did not recreated item containers when Items or ItemTemplate were replaced 5 years ago
mj 77cd515332 Fixed returns value; Issue 4883 6 years ago
Steven Kirk 58c333b6f1 Added PseudoClassesAttribute. 6 years ago
Steven Kirk b4d615b955 Use CollectionChangedEventManager in ItemsControl. 6 years ago
Andrey Kunchev c08d88afcf pass key modifiers to focus 6 years ago
Steven Kirk 41831066c2
Revert "Fix selection after deleting an item." 6 years ago
Steven Kirk 6555a51f5a Fix selection after deleting an item. 6 years ago
Steven Kirk 4d01dacd77 Remove copyright headers. 6 years ago
Steven Kirk e994b855d5 Don't consider disabled controls when moving focus. 6 years ago
Steven Kirk 56825d252e Expose ContentPresenter from ItemsControl.LogicalChildren. 6 years ago
Dariusz Komosinski 7a13d819fd Optimize and add new efficient visual tree extensions. 6 years ago
Steven Kirk 68b655b517 Add to logical children before notifying presenter. 6 years ago
Steven Kirk 496fae20e5 Ensure Items are synchronised with Presenter. 6 years ago
Steven Kirk 4f41a70455 Make sure ItemsPresenter is updated before selection change. 6 years ago
Steven Kirk adb65f14b1 Don't use C#8 features yet. 7 years ago
Steven Kirk 60c9015a7f Prevent hang in ItemsControl with no focusable controls. 7 years ago
Dariusz Komosinski a2c6bc1b7c Remove usage of AddClassHandler that returns new lambda per invocation. 7 years ago
Steven Kirk cce605af49 Remove unused/bad code. 7 years ago
Steven Kirk 2fa8247f01 Removed MemberSelector. 7 years ago
Steven Kirk 336086a588 Make ItemCount a direct property. 7 years ago
Dariusz Komosinski 71cee6ae5b Fix ItemTemplateProperty being subscribed to on every ItemsControl or derived class construction. 7 years ago
Steven Kirk e5cac827b1 Make TemplatedParent a direct property. 8 years ago
Miha Markič 1524cb1aba Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
Steven Kirk 1293e9af8d Implemented Menu interactions. 8 years ago
Steven Kirk 1e12b2c37b Don't focus non-focusable controls. 8 years ago
Steven Kirk 9e2e266d3c Handle navigation in TreeView. 8 years ago