summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context/sub_commits_context.go
AgeCommit message (Expand)Author
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-06-23Add type assertions for all searchable contextsStefan Haller
2024-06-23Cleanup: remove outdated commentStefan Haller
2024-06-23Cleanup: reduce some code duplicationStefan Haller
2024-04-30Enable the commit graph in the divergence viewStefan Haller
2024-04-12rename sha to hash 3pikomonde
2024-04-12rename sha to hashpikomonde
2024-04-12renaming variable to CommitHashpikomonde
2024-03-02Rename showBranchMarkerForHeadCommit parameter to hasRebaseUpdateRefsConfigStefan Haller
2024-01-23Set groundwork for better disabled reasons with range selectJesse Duffield
2024-01-19Add SetSelection function for list contexts and use it in most placesJesse Duffield
2023-10-16Rerender certain views when their width changesStefan Haller
2023-08-29Add "Show divergence from upstream" entry to Upstream menu in branches panelStefan Haller
2023-08-29Remove sub_commits_context's Title methodStefan Haller
2023-08-28Extract a ListRenderer structStefan Haller
2023-08-28Change length parameter of getDisplayStrings to endIdxStefan Haller
2023-07-31Add a "Mark commit as base commit for rebase" commandStefan Haller
2023-07-31Don't show branch marker for head commit unless updateRefs config is onStefan Haller
2023-07-31Don't show branch heads in reflog subcommitsStefan Haller
2023-07-31Visualize local branch heads in commits panelStefan Haller
2023-07-03Introduce filtered list view modelJesse Duffield
2023-06-01Refresh commits viewport on focus lostJesse Duffield
2023-05-26More compact and flexible date formatJesse Duffield
2023-05-25Use boolean field to control whether viewport is refreshed on line focusJesse Duffield
2023-04-30split context common from helper commonJesse Duffield
2023-04-30move getDisplayStrings funcs into contextsJesse Duffield
2023-04-30move getModel functions into contextsJesse Duffield
2023-04-30move views into contextsJesse Duffield
2023-04-30remove context callback optsJesse Duffield
2023-04-30Begin refactoring guiJesse Duffield
2023-02-27feat(subcommits): load unlimited sub-commitsRyooooooga
2022-08-06refactor to only have one context per viewJesse Duffield
2022-05-05fix: fix a crash when pressing enter in empty commits, reflog, or stash panelRyooooooga
2022-04-02introduce Ref interfaceRyooooooga
2022-03-26show namesake for child viewsJesse Duffield
2022-03-26support viewing commits of reflog entry and show better view titleJesse Duffield
2022-03-26add basic commits controller for handling actions that apply to all commit co...Jesse Duffield
2022-03-19update lintersJesse Duffield
2022-03-19use generics to DRY up context codeJesse Duffield
2022-03-17include stash in commitish controllerJesse Duffield
2022-03-17add common commit controllerJesse Duffield
2022-03-17refactor controllersJesse Duffield
2022-03-17refactor contextsJesse Duffield