summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context
AgeCommit message (Expand)Author
2024-01-28Reduce the chance of race condition with list cursorJesse Duffield
2024-01-26Keep same selection range when quick-starting an interactive rebaseStefan Haller
2024-01-26Rename MinMax to SortRangeStefan Haller
2024-01-26Use inline status for fetching remotesStefan Haller
2024-01-23Set groundwork for better disabled reasons with range selectJesse Duffield
2024-01-22Add config setting to suppress showing file iconsStefan Haller
2024-01-22Show file names in default colour (#3081)Jesse Duffield
2024-01-22Show unstaged file names in default colourJesse 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-19Standardise display of range selection across viewsJesse Duffield
2024-01-19Support non-sticky range selection in patch explorer viewsJesse Duffield
2024-01-19Add range selection ability on list contextsJesse Duffield
2024-01-14Allow showing Disabled errors as error panel instead of toastStefan Haller
2024-01-14Make DisabledReason a structStefan Haller
2024-01-14Use ErrorToast instead of error panel when invoking a disabled commandStefan Haller
2023-12-10Fall back to WithWaitingStatus if item is scrolled out of viewStefan Haller
2023-12-09Layout the bottom line view using spacer viewsJesse Duffield
2023-10-16Truncate long branch names to make branch status visibleStefan 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-10-10Fix crash when trying to filter the list of remotesStefan Haller
2023-10-08Add inline status for pushing tags and deleting remote tagsStefan Haller
2023-10-08Add inline status for pushing/pulling/fast-forwarding branchesStefan 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-09-18Add DisabledReason field to MenuItemStefan 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-29Add option to add sections to menusStefan Haller
2023-08-29Add a mechanism to insert non-model items into list contextsStefan Haller
2023-08-28Make RenderDisplayStrings return the column positionsStefan Haller
2023-08-28Change RenderDisplayStrings to return a slice of stringsStefan Haller
2023-08-28Add tests for renderLinesStefan 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-21Mention ctrl+o binding in commit message sub titleStefan Haller
2023-08-21Add key binding for switching from the commit message panel to an editorStefan Haller
2023-08-20Fix the commit graph display after selection jumps in commits viewStefan Haller
2023-08-15If selected line is outside, move it to the middle of the viewStefan 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-30Standardise on using lo for slice functionsJesse Duffield
2023-07-30Fix bug where worktree view would take over window upon switching branchesJesse Duffield