1. 24 Oct, 2022 1 commit
  2. 21 Oct, 2022 1 commit
  3. 20 Oct, 2022 1 commit
  4. 19 Oct, 2022 2 commits
  5. 18 Oct, 2022 1 commit
  6. 17 Oct, 2022 1 commit
  7. 11 Oct, 2022 1 commit
  8. 10 Oct, 2022 1 commit
  9. 07 Oct, 2022 2 commits
  10. 06 Oct, 2022 1 commit
  11. 04 Oct, 2022 1 commit
  12. 03 Oct, 2022 1 commit
  13. 29 Sep, 2022 3 commits
  14. 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
  15. 27 Sep, 2022 1 commit
  16. 26 Sep, 2022 2 commits
  17. 23 Sep, 2022 2 commits
  18. 22 Sep, 2022 2 commits
  19. 21 Sep, 2022 1 commit
  20. 20 Sep, 2022 2 commits
  21. 19 Sep, 2022 1 commit
  22. 16 Sep, 2022 1 commit
  23. 15 Sep, 2022 4 commits
  24. 14 Sep, 2022 1 commit
  25. 12 Sep, 2022 2 commits
  26. 09 Sep, 2022 3 commits