summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/helpers
AgeCommit message (Expand)Author
2023-06-07Support authors and tags in custom command suggestions presetJesse Duffield
2023-06-01Show menu instead of prompt when there are conflicts in a rebase or mergeStefan Haller
2023-05-25Use sentence case everywhereJesse Duffield
2023-05-23Construct arg vector manually rather than parse stringJesse Duffield
2023-05-20Visualize the "ignore whitespace" state in the subtitle of the diff viewStefan Haller
2023-05-19Disregard the "ignore whitespace" option in the patch building panelStefan Haller
2023-05-17Merge pull request #2612 from longlhh90/fix-commit-prefixes-with-empty-commit...Jesse Duffield
2023-05-17remove empty message check as message of commit can be emptyLukas
2023-05-16Fix race conditionJesse Duffield
2023-04-30Refresh staging panel when committingJesse Duffield
2023-04-30Retain commit message when cycling historyJesse Duffield
2023-04-30Split commit message panel into commit summary and commit description panelSean
2023-04-30appease linterJesse Duffield
2023-04-30move side window actions to controllers packageJesse Duffield
2023-04-30move window arrangement helperJesse Duffield
2023-04-30lots of changesJesse Duffield
2023-04-30standardise helper argsJesse Duffield
2023-04-30split context common from helper commonJesse Duffield
2023-04-30refactor cherry pick code to move state access out of helperJesse Duffield
2023-04-30lots more refactoringJesse Duffield
2023-04-30Begin refactoring guiJesse Duffield
2023-04-30Retain commit message when cycling historyJesse Duffield
2023-04-30Split commit message panel into commit summary and commit description panelSean
2023-04-15chore: add focus on local commits after interactively rebaseAzraelSec
2023-04-15feat: allow to perform a rebase with breaking before the first commitAzraelSec
2023-04-13Remove line number support for "open" commandStefan Haller
2023-04-13Implement edit presetsStefan Haller
2023-04-01Extract amendHead function into new AmendHelperStefan Haller
2023-03-19rename patch manager to patch builderJesse Duffield
2023-03-04Keep side context in context stack when pushing a main contextStefan Haller
2023-02-25fix PullMergeConflict integration testJesse Duffield
2023-02-19feat: support to create tag on branchRyooooooga
2022-12-20Merge pull request #2239 from bdach/u2f-key-promptsJesse Duffield
2022-12-01workingtree controller fixed with new references for commit in staged menuArnaud PERALTA
2022-12-01wip: commit logic in helper and reported in files/staging controllersArnaud PERALTA
2022-11-30Add credential prompts for U2F-backed SSH keysBartłomiej Dach
2022-11-13stop switching focus to commits view when resettingJesse Duffield
2022-08-07move merge conflicts code into controllerJesse Duffield
2022-08-06rename merging context to mergeConflictsJesse Duffield
2022-08-06refactor to only have one context per viewJesse Duffield
2022-08-01fix popup focus issueJesse Duffield
2022-07-30Fix github linter errorsLuka Markušić
2022-06-09support setting the author of a commitJesse Duffield
2022-05-08rename displayString to label for menu itemsJesse Duffield
2022-04-13There's gotta be a better way for initial contentLuka Markušić
2022-04-11Add option to (un)set upstream for a local branchLuka Markušić
2022-03-30pkg/gui: Rename IPopupHandler::Ask() to Confirm()Moritz Haase
2022-03-27fix copy for merge confirmationJesse Duffield
2022-03-27add menu keybindings for various thingsJesse Duffield
2022-03-27remove controllers structJesse Duffield