Commit History

Author SHA1 Message Date
  Steven Kirk e994b855d5 Don't consider disabled controls when moving focus. 5 years ago
  Steven Kirk 56825d252e Expose ContentPresenter from ItemsControl.LogicalChildren. 5 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
  danwalmsley 15ea7ed1d2 Merge branch 'master' into fixes/3094-focusable-hang 6 years ago
  Steven Kirk adb65f14b1 Don't use C#8 features yet. 6 years ago
  Steven Kirk 60c9015a7f Prevent hang in ItemsControl with no focusable controls. 6 years ago
  Dariusz Komosinski a2c6bc1b7c Remove usage of AddClassHandler that returns new lambda per invocation. 6 years ago
  Steven Kirk cce605af49 Remove unused/bad code. 6 years ago
  Steven Kirk 2fa8247f01 Removed MemberSelector. 6 years ago
  Steven Kirk 336086a588 Make ItemCount a direct property. 6 years ago
  Dariusz Komosinski 71cee6ae5b Fix ItemTemplateProperty being subscribed to on every ItemsControl or derived class construction. 6 years ago
  Steven Kirk e5cac827b1 Make TemplatedParent a direct property. 7 years ago
  Miha Markič 1524cb1aba Spellchecks comments and members, removes unused using statements and sorts them 7 years ago
  Steven Kirk 1293e9af8d Implemented Menu interactions. 7 years ago
  Steven Kirk 1e12b2c37b Don't focus non-focusable controls. 7 years ago
  Steven Kirk 9e2e266d3c Handle navigation in TreeView. 7 years ago
  Steven Kirk 10c2ec64ad Implement directional navigation in ItemsControl. 7 years ago
  Steven Kirk cf14976dcc Fix #1709. 7 years ago
  Unknown 4479734961 remove added whitespace. 7 years ago
  Unknown 0f7ab7e61f add singleitem psuedo class on items control. 7 years ago
  sdoroff 6103bab860 Altered ItemsControl to use Weak CollectionChange Subscription 7 years ago
  Jurjen Biewenga 4f13d50496 Added initial changes to allow the user to change the selected item while the dropdown is closed but selected and allows the user to open the dropdown by pressing down 8 years ago
  Nikita Tsukanov 0b756d0b8a More null checks 8 years ago
  Dan Walmsley d3e66eac58 Fix null check around adding Container.Child to logical children. 9 years ago
  Dan Walmsley 0b3db9af23 Remove allocation of list that is not neccesary 9 years ago
  Dan Walmsley 67a99dc09a No longer type checking as not necessary. 9 years ago
  Dan Walmsley 225148fd04 Removed unused using. 9 years ago