- 24 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
-
- 22 Dec, 2022 1 commit
-
-
Justin McCandless authored
Updates the iOS text selection toolbar to look like iOS 16 (reland)
-
- 20 Dec, 2022 1 commit
-
-
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:
-
- 01 Dec, 2022 1 commit
-
-
Justin McCandless authored
This reverts commit 1cb16a1e.
-
- 29 Nov, 2022 1 commit
-
-
Justin McCandless authored
Updates the text selection toolbar on iOS light mode to match changes in native iOS 16.
-
- 28 Oct, 2022 1 commit
-
-
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.
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 20 Jan, 2021 1 commit
-
-
Justin McCandless authored
A very minimal right-click menu for Mac desktop.
-
- 13 Jan, 2021 1 commit
-
-
Justin McCandless authored
* Making a custom iOS-style text selection menu is now much easier. * Exposes a new widget for the toolbar, a new widget for the buttons, and a new widget for the layout.
-