1. 22 Mar, 2023 1 commit
  2. 02 Feb, 2023 1 commit
  3. 21 Jan, 2023 1 commit
  4. 20 Dec, 2022 2 commits
  5. 29 Nov, 2022 1 commit
    • Greg Spencer's avatar
      Menu bar accelerators (#114852) · 0cb9f704
      Greg Spencer authored
      * Add MenuMenuAcceleratorLabel to support accelerators.
      
      * Review Changes
      
      * Review Changed
      
      * Fix default label builder to use characters
      
      * Remove golden test that shouldn't have been there.
      0cb9f704
  6. 31 Oct, 2022 1 commit
  7. 18 Oct, 2022 1 commit
  8. 07 Oct, 2022 1 commit
  9. 28 Sep, 2022 1 commit
    • Greg Spencer's avatar
      Implement Material MenuBar and MenuAnchor (#112239) · 8c271e5c
      Greg Spencer authored
      This implements a MenuBar widget that can render a Material menu bar, and a MenuAnchor widget used to create a cascading menu in a region. The menus are drawn in the overlay, while the menu bar itself is in the regular widget tree. Keyboard traversal works between the two.
      
      This implementation of the MenuBar uses MenuAnchor to create a cascading menu that contains widgets representing the menu items. These menu items can be any kind of widget, but are typically SubmenuButtons that host submenus, or MenuItemButtons that have shortcut hints (but don't actually activate the shortcuts) and don't host submenus.
      
      Cascading menus can be created outside of a MenuBar by using a MenuAnchor. They can be either given a specific location to appear (a coordinate), or they can be located by the MenuAnchor region that wraps the control that opens them.
      
      The developer may also create a MenuController to pass to the various menu primitives (MenuBar or MenuAnchor) to associate menus so that they can be traversed together and closed together. Creating a controller is not required.
      8c271e5c
  10. 20 Sep, 2022 1 commit
  11. 25 Aug, 2022 1 commit
  12. 22 Aug, 2022 1 commit
  13. 21 Aug, 2022 1 commit
  14. 19 Aug, 2022 1 commit
  15. 16 Aug, 2022 1 commit
  16. 15 Aug, 2022 1 commit
  17. 01 Aug, 2022 1 commit
  18. 29 Jul, 2022 1 commit
  19. 28 Jul, 2022 2 commits
  20. 12 Jul, 2022 1 commit
  21. 22 Jun, 2022 1 commit
  22. 30 Mar, 2022 1 commit
  23. 02 Mar, 2022 1 commit
  24. 23 Feb, 2022 1 commit
  25. 22 Feb, 2022 1 commit
  26. 03 Feb, 2022 1 commit
  27. 12 Oct, 2021 1 commit
  28. 11 Oct, 2021 1 commit
  29. 08 Oct, 2021 3 commits
  30. 15 Jul, 2021 1 commit
  31. 14 Jul, 2021 3 commits
  32. 13 Jul, 2021 2 commits
  33. 01 Jun, 2021 1 commit