summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/helpers
AgeCommit message (Expand)Author
2023-07-20Fix crash on empty menuJesse Duffield
2023-07-13Allow checking for merge conflicts after running a custom commandJesse Duffield
2023-07-10Replace uses of "git stash save" with "git stash push"Stefan Haller
2023-07-10Use an interface for tasks instead of a concrete structJesse Duffield
2023-07-09Use first class task objects instead of global counterJesse Duffield
2023-07-09Add mutex for refreshing branchesJesse Duffield
2023-07-08Remove redundant waitgroupJesse Duffield
2023-07-08Handle pending actions properly in git commands that require credentialsJesse Duffield
2023-07-08Add busy count for integration testsJesse Duffield
2023-07-03Add integration tests for searching/filteringJesse Duffield
2023-07-03Color view frame differently when searching/filteringJesse Duffield
2023-07-03Show filter status similar to what we show with searchJesse Duffield
2023-07-03Only cancel search if main or temporary context loses focusJesse Duffield
2023-07-03Scroll to top when filtering and retain selection when cancelling filterJesse Duffield
2023-07-03Move more logic into search helperJesse Duffield
2023-07-03Support filtering filesJesse Duffield
2023-07-03Cancel filter/search when hitting escapeJesse Duffield
2023-07-03Introduce filtered list view modelJesse Duffield
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