summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers
AgeCommit message (Expand)Author
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-03Differentiate between different filter modesJesse Duffield
2023-07-03Use searching, not filtering, in file tree viewsJesse Duffield
2023-07-03Fix escape logic for remote branchesJesse 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-28fix: typo EnteRefNameAmirzhan Aliyev
2023-06-26Rename "Delete change" menu entry to "Discard change" in staging panelStefan Haller
2023-06-26Fix the title and text (and variable names) of the Discard Changes promptStefan Haller
2023-06-22Insert fake todo entry for a conflicting commit that is being appliedStefan Haller
2023-06-07Allow discarding changes only from local commitsStefan Haller
2023-06-07Better prompt for discarding old file changesStefan Haller
2023-06-07Disallow discarding file changes while a directory is selectedStefan Haller
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-21Apply strikethrough style to reserved keybindings in menusJesse Duffield
2023-05-20Refactor interface for ApplyPatchJesse Duffield
2023-05-20Remove the toast when toggling "ignore whitespace"Stefan Haller
2023-05-20Visualize the "ignore whitespace" state in the subtitle of the diff viewStefan Haller
2023-05-20Don't toggle "ignore whitespace" in the staging and patch building panelsStefan Haller
2023-05-19Disregard the "ignore whitespace" option in the patch building panelStefan Haller
2023-05-19Support ignoring whitespace on stashJesse Duffield
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-05-11Allow the selected line of a list view to be outside the visible areaStefan Haller
2023-05-02merge master into refactor-better-encapsulationJesse Duffield
2023-05-01Merge pull request #2552 from stefanhaller/support-stacked-branchesJesse 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-30fix rendering of commit files viewJesse Duffield
2023-04-30appease linterJesse Duffield
2023-04-30move side window actions to controllers packageJesse Duffield
2023-04-30move toggle whitespace action to controllers packageJesse Duffield
2023-04-30move quit actions to controllerJesse Duffield
2023-04-30move diffing menu action to controllerJesse Duffield
2023-04-30move filtering menu action to controllerJesse Duffield