summaryrefslogtreecommitdiff
path: root/ui/commandpalette.h
AgeCommit message (Collapse)Author
2026-03-11Command Palette: Fix remember last item for filter typesGlenn Smith
2026-01-21Command Palette: Score fast items on main threadGlenn Smith
2026-01-13Command Palette enhancementsGlenn Smith
2025-07-09Fix command palette focus stealing when clicking elsewhere.Brian Potchik
When clicking outside the command palette, focus is now properly transferred to the clicked widget instead of being restored to the previously focused widget. Escape key still restores focus as expected.
2022-11-10Several documentation improvements and fixeskat
- Reduce file count, add minifier script - Group UI and group Core C - Add more items to groups - Add Tranform docs
2022-01-28Format All FilesKyleMiles
2021-06-10CommandPalette: Enable navigation of results with `(SHIFT+)TAB`Jon Palmisciano
2020-08-13Prioritize recent commands in command palettePeter LaFosse
2019-07-02Fix header filePeter LaFosse
2019-07-02Add shortcut keys to command palettePeter LaFosse
2019-03-20Add in progress UI API headersRusty Wagner