1. 23 Feb, 2021 1 commit
  2. 22 Feb, 2021 1 commit
  3. 19 Feb, 2021 2 commits
  4. 18 Feb, 2021 5 commits
  5. 17 Feb, 2021 10 commits
  6. 16 Feb, 2021 6 commits
  7. 13 Feb, 2021 2 commits
    • Yash Johri's avatar
      [Checkbox] Adds shape property (#70171) · 21b27088
      Yash Johri authored
      21b27088
    • 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.
      835c7fab
  8. 12 Feb, 2021 3 commits
  9. 11 Feb, 2021 10 commits