1. 30 Mar, 2023 1 commit
  2. 29 Mar, 2023 1 commit
  3. 28 Mar, 2023 1 commit
  4. 25 Mar, 2023 1 commit
  5. 22 Mar, 2023 2 commits
  6. 23 Feb, 2023 1 commit
  7. 02 Feb, 2023 1 commit
  8. 01 Feb, 2023 1 commit
  9. 31 Jan, 2023 1 commit
  10. 24 Jan, 2023 1 commit
  11. 21 Jan, 2023 1 commit
  12. 20 Dec, 2022 1 commit
  13. 11 Dec, 2022 1 commit
  14. 05 Dec, 2022 1 commit
  15. 03 Dec, 2022 1 commit
  16. 26 Oct, 2022 1 commit
  17. 20 Oct, 2022 1 commit
  18. 17 Oct, 2022 1 commit
  19. 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
  20. 27 Sep, 2022 2 commits
  21. 12 Sep, 2022 1 commit
  22. 08 Sep, 2022 1 commit
  23. 02 Sep, 2022 1 commit
  24. 29 Aug, 2022 1 commit
  25. 17 Aug, 2022 1 commit
  26. 16 Aug, 2022 1 commit
  27. 11 Aug, 2022 2 commits
  28. 10 Aug, 2022 1 commit
  29. 18 Jul, 2022 1 commit
  30. 07 Jul, 2022 1 commit
  31. 01 Jul, 2022 1 commit
  32. 13 Jun, 2022 1 commit
  33. 26 May, 2022 1 commit
  34. 24 May, 2022 1 commit
  35. 23 May, 2022 1 commit
  36. 20 May, 2022 1 commit
  37. 19 May, 2022 1 commit