summaryrefslogtreecommitdiffstats
path: root/pkg/gui
AgeCommit message (Expand)Author
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-28Reduce the chance of race condition with list cursorJesse Duffield
2024-01-28Display more keybindings on-screenJesse Duffield
2024-01-28Show mode-specific keybinding suggestionsJesse Duffield
2024-01-28Ensure file view length is never returned as -1Jesse Duffield
2024-01-28Improve keybinding descriptionsJesse Duffield
2024-01-26Keep same selection range when quick-starting an interactive rebaseStefan Haller
2024-01-26Rename MinMax to SortRangeStefan 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-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-19Keep same branch selected when refreshing branchesStefan Haller
2024-01-19Show unacknowledged toast message upon integration test failureJesse Duffield
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
2024-01-19Support non-sticky range selection in patch explorer viewsJesse Duffield
2024-01-19Add range selection ability on list contextsJesse Duffield
2024-01-15Don't try to shorten branch names that are already 3 characters or lessStefan Haller
2024-01-15Do not include keybindings from another view in keybindings menuJesse Duffield
2024-01-14Double the duration of error toastsStefan Haller
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
2024-01-14Add ErrorToast functionStefan Haller
2024-01-14Make it mandatory to acknowledge toasts in testsStefan Haller
2024-01-14Make it possible to handle toasts in integration testsStefan Haller
2024-01-13Do not perform IO work when getting disabled reason with local commitsJesse Duffield
2024-01-13Add ability to start an interactive rebase onto an appropriate baseJesse Duffield
2024-01-10Bump gocuiStefan 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