summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context
AgeCommit message (Expand)Author
2024-04-06Add `SpinnerConfig`Artem Belyakov
2024-03-28Keep the same commit selected when exiting filtering modeStefan Haller
2024-03-28Fix crash when filtering the keybindings menuStefan Haller
2024-03-18Always show the "Press <c-o> to open menu" help text in the commit panelStefan Haller
2024-03-17Get rid of the retain-sort-order-when-filtering logic againStefan Haller
2024-03-17Default to substring filtering, add option to go back to fuzzy filteringStefan Haller
2024-03-16Set mode to none when calling SetSelectionRangeAndMode with empty non-sticky ...Stefan Haller
2024-03-11Add a commit menu to the commit message panelAbhishek Keshri
2024-03-07Show all submodules recursivelyStefan Haller
2024-03-06Don't strike out reserved keys in menusStefan Haller
2024-03-02Rename showBranchMarkerForHeadCommit parameter to hasRebaseUpdateRefsConfigStefan Haller
2024-02-16Don't omit section headers when filtering the keybindings menuStefan Haller
2024-02-16Optionally keep sort order stable when filtering listsStefan Haller
2024-02-16Deprecate git.log.showGraph and git.log.order configAlex March
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