1. 20 Dec, 2022 1 commit
    • Camille Simon's avatar
      [Android] Add spell check suggestions toolbar (#114460) · e0742ebb
      Camille Simon authored
      * Add spell check suggestions toolbar
      
      * Fix test and move menu
      
      * Cleanup
      
      * Cleanup and fix bug
      
      * More cleanup
      
      * Make height dynamic and use localized delete
      
      * Begin adding tests
      
      * Create var checking for results
      
      * Add tests
      
      * Fix analyze (sorta)
      
      * Add back hideToolbar call for testing
      
      * Add back hidetoolbar in ts and delete one in et
      
      * Remove unecessary calls to hidToolbar
      
      * Fix analyze and docs
      
      * Test fix
      
      * Fix container issue
      
      * Clean up
      
      * Fix analyze
      
      * Move delegate
      
      * Fix typos
      
      * Start addressing review
      
      * Continue addressing review
      
      * Add assert
      
      * Some refactoring
      
      * Add test for button behavior
      
      * Undo test change
      
      * Make spell check results public
      
      * Rearrange test
      
      * Add comment
      
      * Address review
      
      * Finish addressing review
      
      * remove unused imports
      
      * Address nits
      
      * Address review
      
      * Fix formatting
      
      * Refactor findsuggestionspanatcursorindex and textselectiontoolbar constraints
      
      * Fix analyze:
      e0742ebb
  2. 29 Nov, 2022 1 commit
  3. 18 Nov, 2022 1 commit
  4. 12 Nov, 2022 1 commit
  5. 10 Nov, 2022 1 commit
  6. 07 Nov, 2022 2 commits
  7. 28 Oct, 2022 1 commit
    • Justin McCandless's avatar
      Context Menus (#107193) · 0b451b6d
      Justin McCandless authored
      * Can show context menus anywhere in the app, not just on text.
      * Unifies all desktop/mobile context menus to go through one class (ContextMenuController).
      * All context menus are now just plain widgets that can be fully customized.
      * Existing default context menus can be customized and reused.
      0b451b6d
  8. 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
  9. 25 Aug, 2022 1 commit
  10. 03 Aug, 2022 1 commit
  11. 02 Aug, 2022 1 commit
  12. 29 Jul, 2022 1 commit
  13. 26 May, 2022 1 commit
  14. 24 May, 2022 1 commit
  15. 12 Apr, 2022 1 commit
  16. 11 Apr, 2022 1 commit
  17. 06 Apr, 2022 1 commit
  18. 23 Mar, 2022 1 commit
  19. 09 Mar, 2022 1 commit
  20. 08 Mar, 2022 1 commit
  21. 23 Feb, 2022 1 commit
  22. 15 Feb, 2022 1 commit
  23. 19 Oct, 2021 3 commits
  24. 26 Sep, 2021 1 commit
  25. 01 Sep, 2021 1 commit
  26. 10 Jun, 2021 1 commit
  27. 26 Apr, 2021 1 commit
  28. 02 Feb, 2021 1 commit
  29. 23 Jan, 2021 1 commit
  30. 21 Jan, 2021 1 commit
  31. 13 Jan, 2021 1 commit
  32. 15 Dec, 2020 1 commit
  33. 21 Nov, 2020 1 commit
  34. 20 Nov, 2020 1 commit
  35. 06 Oct, 2020 1 commit
  36. 10 Sep, 2020 1 commit
  37. 08 Sep, 2020 1 commit