summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/list_controller.go
AgeCommit message (Expand)Author
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
2024-01-19Add range selection ability on list contextsJesse Duffield
2023-08-29Add a mechanism to insert non-model items into list contextsStefan Haller
2023-08-21Pass UserConfig to checkScrollUp/Down instead of just the scrollOffMarginStefan Haller
2023-08-15Add ScrollOffMargin user configStefan Haller
2023-07-03Introduce filtered list view modelJesse Duffield
2023-05-25Use sentence case everywhereJesse Duffield
2023-05-11Allow the selected line of a list view to be outside the visible areaStefan Haller
2023-04-30lots of changesJesse Duffield
2023-04-30split context common from helper commonJesse Duffield
2022-08-06refactor to only have one context per viewJesse Duffield
2022-04-16add scrollbarsJesse Duffield
2022-03-19use generics to DRY up context codeJesse Duffield
2022-03-17fix click handlingJesse Duffield
2022-03-17refactor controllersJesse Duffield
2022-03-17refactor contextsJesse Duffield