summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context/suggestions_context.go
AgeCommit message (Expand)Author
2024-05-19Allow editing a custom command from the suggestions list by pressing 'e'Stefan Haller
2024-05-19Support deleting items from the custom commands historyStefan Haller
2024-01-23Set groundwork for better disabled reasons with range selectJesse Duffield
2024-01-19Disable range-select in menu and suggestions viewJesse Duffield
2024-01-19Add SetSelection function for list contexts and use it in most placesJesse Duffield
2023-08-28Extract a ListRenderer structStefan Haller
2023-08-28Change length parameter of getDisplayStrings to endIdxStefan Haller
2023-07-08Add busy count for integration testsJesse Duffield
2023-07-03Introduce filtered list view modelJesse Duffield
2023-04-30split context common from helper commonJesse Duffield
2023-04-30remove context callback optsJesse Duffield
2023-04-30lots more refactoringJesse Duffield
2023-04-30Begin refactoring guiJesse Duffield
2022-08-07fix hidden suggestionsJesse Duffield
2022-08-06refactor to only have one context per viewJesse Duffield
2022-03-19use generics to DRY up context codeJesse Duffield
2022-03-17refactor controllersJesse Duffield
2022-03-17refactor contextsJesse Duffield