summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers
AgeCommit message (Expand)Author
2024-03-09Save and restore the unwrapped descriptionStefan Haller
2024-03-09Keep the same line selected after squashing fixup commitsStefan Haller
2024-03-09Extract common code to a helper methodStefan Haller
2024-03-09Move selection down by one after creating a fixup commitStefan Haller
2024-03-09Support setting a range of commits to "edit" outside of a rebaseStefan Haller
2024-03-07Show all submodules recursivelyStefan Haller
2024-03-07Pass entire submodule to UpdateUrl instead of name and path separatelyStefan Haller
2024-03-02Make ctrl-f available in staging viewStefan Haller
2024-03-02Fix linter warningsStefan Haller
2024-02-21Add author filtering to commit viewTristan Déplantes
2024-02-21Add tooltips for reset menu itemsStefan Haller
2024-02-21Change "git reset" default to --mixedStefan Haller
2024-02-16Fix order problems when saving custom commands historyStefan Haller
2024-02-16Simplify saving app stateStefan Haller
2024-02-16Redraw commits view when showGraph setting changesStefan Haller
2024-02-16Deprecate git.log.showGraph and git.log.order configAlex March
2024-02-16Avoid crash when hitting enter on an update-ref todoStefan Haller
2024-02-16Fix a problem with refreshing while an update-ref todo is selectedStefan Haller
2024-02-13Fix range select bugAaron Hoffman
2024-02-13CleanupAaron Hoffman
2024-02-13Support range select removing files from a commitAaron Hoffman
2024-02-10Disallow cherry-picking merge commitsStefan Haller
2024-02-10Disallow cherry-picking update-ref todosStefan Haller
2024-02-10Cleanup: remove unused methodStefan Haller
2024-01-30Clear cherry-picked commits after pastingmolejnik88
2024-01-29Add command to squash all fixups in the current branchStefan Haller
2024-01-28Fix main view refresh after adding the first file to a custom patchStefan Haller
2024-01-28Support selecting file range in patch builderAaron Hoffman
2024-01-28Warn users when attempting to cherry pick with old keyJesse Duffield
2024-01-28Display more keybindings on-screenJesse Duffield
2024-01-28Show mode-specific keybinding suggestionsJesse Duffield
2024-01-28Improve keybinding descriptionsJesse Duffield
2024-01-26Keep same selection range when quick-starting an interactive rebaseStefan Haller
2024-01-26Add shortcuts for filtering files by statusLuka Markušić
2024-01-26Use inline status for fetching remotesStefan Haller
2024-01-25Pass absolute file paths to all editor commandsStefan Haller
2024-01-25Support range select for staging/discarding filesJesse Duffield
2024-01-24Move file discard action into files controllerJesse Duffield
2024-01-24Make range selections created with the mouse non-stickyStefan Haller
2024-01-23Disallow updating non-standard TODO lines when rebasingJesse Duffield
2024-01-23Support range select in rebase actionsJesse Duffield
2024-01-23Set groundwork for better disabled reasons with range selectJesse Duffield
2024-01-19Keep same branch selected when refreshing branchesStefan Haller
2024-01-19Disable range-select in menu and suggestions viewJesse Duffield
2024-01-19Enforce single-item selection in various actionsJesse Duffield
2024-01-19Support select range for cherry pickJesse Duffield
2024-01-19Add SetSelection function for list contexts and use it in most placesJesse Duffield
2024-01-19Remove 'v' menu keysJesse Duffield
2024-01-19Clear range select upon pressing 'escape'Jesse Duffield
2024-01-19Standardise display of range selection across viewsJesse Duffield