summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/helpers
AgeCommit message (Expand)Author
2024-01-28Fix main view refresh after adding the first file to a custom patchStefan Haller
2024-01-25Pass absolute file paths to all editor commandsStefan Haller
2024-01-23Support range select in rebase actionsJesse Duffield
2024-01-19Keep same branch selected when refreshing branchesStefan Haller
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-19Standardise display of range selection across viewsJesse Duffield
2024-01-14Make DisabledReason a structStefan Haller
2024-01-14Add ErrorToast functionStefan Haller
2024-01-10Obtain remote URL by calling "ls-remote --get-url" instead of using git configStefan Haller
2024-01-10Warn when there are hunks with only added linesStefan Haller
2024-01-10Add command to find base commit for creating a fixupStefan Haller
2024-01-09Add config setting for side panel location (left or top) in half screen modeStefan Haller
2024-01-09Preserve the commit message correctly even if the description has blank linesStefan Haller
2023-12-27Add a sort order menu for local branchesAlex March
2023-12-22Implement a sort order menu for remote branchesAlex March
2023-12-10Fall back to WithWaitingStatus if item is scrolled out of viewStefan Haller
2023-12-10Fall back to WithWaitingStatus if view showing the item is not visibleStefan Haller
2023-12-10Return only visible views from TopViewInWindowStefan Haller
2023-12-09Add WithWaitingStatusSyncStefan Haller
2023-12-09Add tests for window arrangement codeJesse Duffield
2023-12-09Refactor window arrangement helper to use pure functionJesse Duffield
2023-12-09Layout the bottom line view using spacer viewsJesse Duffield
2023-10-10When refreshing models, re-apply active filter for the corresponding viewStefan Haller
2023-10-08Avoid rendering branches view twice when refreshingStefan Haller
2023-10-08Remove sync mutexStefan Haller
2023-10-08Add inline status for pushing/pulling/fast-forwarding branchesStefan Haller
2023-10-08Add WithInlineStatus helper functionStefan Haller
2023-10-03Band-aid fix for submodule/reset.go test failureStefan Haller
2023-09-30Add ability to force portrait modeLouis DeLosSantos
2023-09-25Don't select current search result when showing search statusJesse Duffield
2023-09-20Remove unused WithLoaderPanel codeStefan Haller
2023-09-20Add constant for LoaderAnimationIntervalStefan Haller
2023-09-20When pausing a task during a waiting status, hide the status while pausedStefan Haller
2023-09-20Extract WaitingStatusHandleStefan Haller
2023-09-20Add history for search view (#2877)Jesse Duffield
2023-09-20Add search historyKarim Khaleel
2023-09-18Allow cherry-picking commits during a rebaseStefan Haller
2023-09-18Disabled paste when there are no copied commitsStefan Haller
2023-09-18Use DisabledReason for rebasing a branch onto itselfStefan Haller
2023-09-18Add DisabledReason field to MenuItemStefan Haller
2023-09-09feat: add jump-to-panel label settingMaria José Solano
2023-09-05Replace whitespace with '-' when renaming a branchCal Courtney
2023-09-04Don't pass ignoreWhitespace to git commandsStefan Haller
2023-09-01Improve prompts when amending commitsStefan Haller
2023-08-30Don't show toasts when running integration testsStefan Haller
2023-08-29Extract a WithEnsureCommitableFiles functionStefan Haller
2023-08-29Add "Show divergence from upstream" entry to Upstream menu in branches panelStefan Haller
2023-08-29Extract a SubCommitsHelper from SwitchToSubCommitsControllerStefan Haller