summaryrefslogtreecommitdiffstats
path: root/pkg/gui/types/context.go
AgeCommit message (Expand)Author
2024-06-23Rerender fewer views when their width changesStefan Haller
2024-06-23Clear keybinding functions in resetHelpersAndControllersStefan Haller
2024-06-23Render the view when scrolling with the wheelStefan Haller
2024-06-23Only render visible portion of the screen for commits viewStefan Haller
2024-06-23Use model searching in commits (and sub-commits) viewStefan Haller
2024-04-12rename sha to hash 8, update some log and commentpikomonde
2024-03-17Default to substring filtering, add option to go back to fuzzy filteringStefan 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-19Enforce single-item selection in various actionsJesse 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-12-10Fall back to WithWaitingStatus if item is scrolled out of viewStefan Haller
2023-10-16Rerender certain views when their width changesStefan Haller
2023-10-10When refreshing models, re-apply active filter for the corresponding viewStefan Haller
2023-09-25Don't select current search result when showing search statusJesse Duffield
2023-09-20Add history for search view (#2877)Jesse Duffield
2023-09-20Add search historyKarim Khaleel
2023-08-29Add a mechanism to insert non-model items into list contextsStefan Haller
2023-07-03Scroll to top when filtering and retain selection when cancelling filterJesse Duffield
2023-07-03Cancel filter/search when hitting escapeJesse Duffield
2023-07-03Introduce filtered list view modelJesse Duffield
2023-04-30move more actions into controllerJesse Duffield
2023-04-30lots of changesJesse Duffield
2023-04-30Begin refactoring guiJesse Duffield
2022-08-07add deadlock mutex packageJesse Duffield
2022-08-06refactor to only have one context per viewJesse Duffield
2022-08-01fix issue caused by opening a menu over a promptJesse Duffield
2022-04-16add scrollbarsJesse Duffield
2022-03-27add type alias for KeyJesse Duffield
2022-03-26don't hide transient views upon losing focusJesse Duffield
2022-03-26support viewing commits of reflog entry and show better view titleJesse Duffield
2022-03-19update lintersJesse Duffield
2022-03-19use generics to DRY up context codeJesse Duffield
2022-03-17fix click handlingJesse Duffield
2022-03-17controller for viewing sub commitsJesse Duffield
2022-03-17refactor contextsJesse Duffield
2022-03-17working againJesse Duffield
2022-03-17more refactoringJesse Duffield
2022-03-17refactor keybindingsJesse Duffield
2022-03-17some more refactoringJesse Duffield
2022-03-17move more view model logic into the files view modelJesse Duffield
2022-03-17cleaning upJesse Duffield
2022-03-17refactor contexts codeJesse Duffield
2022-03-17start moving commit panel handlers into controllerJesse Duffield