summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context/list_context_trait.go
AgeCommit message (Expand)Author
2024-06-23Only render visible portion of the screen for commits viewStefan Haller
2024-06-23Simplify ListContextTrait.FocusLineStefan Haller
2024-06-23Fix searching in the divergence (left/right) viewStefan Haller
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-12-10Fall back to WithWaitingStatus if item is scrolled out of viewStefan Haller
2023-08-29Add a mechanism to insert non-model items into list contextsStefan Haller
2023-08-28Extract a ListRenderer structStefan Haller
2023-08-28Call getDisplayStrings with a valid range of model indicesStefan Haller
2023-08-28Extract a renderLines functionStefan Haller
2023-08-28Change length parameter of getDisplayStrings to endIdxStefan Haller
2023-08-20Fix the commit graph display after selection jumps in commits viewStefan Haller
2023-07-20Only apply right-alignment on first column of keybindings menuJesse Duffield
2023-07-19Properly fix accordion issueJesse Duffield
2023-06-01Refresh commits viewport on focus lostJesse Duffield
2023-05-25Use boolean field to control whether viewport is refreshed on line focusJesse Duffield
2023-05-21Right-align key labels in menuJesse Duffield
2023-04-30move more actions into controllerJesse Duffield
2023-04-30split context common from helper commonJesse Duffield
2022-08-06refactor to only have one context per viewJesse Duffield
2022-04-16always show list countsJesse Duffield
2022-04-16do not highlight line if there are no items to displayJesse Duffield
2022-03-19use generics to DRY up context codeJesse Duffield
2022-03-17fix CIJesse Duffield
2022-03-17refactor controllersJesse Duffield
2022-03-17controller for viewing sub commitsJesse Duffield
2022-03-17refactor contextsJesse Duffield
2022-03-17refactor keybindingsJesse 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