1. 03 Apr, 2021 1 commit
  2. 31 Mar, 2021 1 commit
  3. 25 Mar, 2021 1 commit
  4. 23 Mar, 2021 1 commit
  5. 18 Mar, 2021 1 commit
  6. 13 Mar, 2021 1 commit
  7. 05 Mar, 2021 1 commit
  8. 04 Mar, 2021 1 commit
  9. 03 Mar, 2021 3 commits
  10. 02 Mar, 2021 1 commit
  11. 24 Feb, 2021 1 commit
  12. 22 Feb, 2021 1 commit
  13. 20 Feb, 2021 1 commit
  14. 18 Feb, 2021 1 commit
  15. 16 Feb, 2021 1 commit
  16. 13 Feb, 2021 1 commit
    • Todd Volkert's avatar
      Fix FocusManager constructor (#75894) · 835c7fab
      Todd Volkert authored
      The FocusManager constructor was registering global event handlers
      on the shared RawKeyboard instance and the global pointer router.
      This posed a few problems: (1) there was no way to unregister these
      handlers, and (2) instantiating a second FocusManager would overwrite
      the existing focus manager's RawKeyboard handler. This was manifesting
      in unexpected ways, such as the fact that constructing a second
      BuildOwner (for a parallel tree, for instance) was obliterating the
      event handler for the main BuildOwner's focus manager, thus messing
      with focus.
      
      This change separates those global event registrations into a
      dedicated method, registerGlobalHandlers(), and overrides dispose()
      to properly unregister those handlers.
      Unverified
      835c7fab
  17. 04 Feb, 2021 2 commits
  18. 01 Feb, 2021 4 commits
  19. 29 Jan, 2021 1 commit
  20. 28 Jan, 2021 2 commits
  21. 27 Jan, 2021 2 commits
  22. 26 Jan, 2021 1 commit
  23. 23 Jan, 2021 1 commit
  24. 12 Jan, 2021 1 commit
  25. 07 Jan, 2021 2 commits
  26. 06 Jan, 2021 2 commits
  27. 16 Dec, 2020 1 commit
  28. 09 Dec, 2020 1 commit
  29. 05 Dec, 2020 1 commit
  30. 02 Dec, 2020 1 commit