summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/files_controller.go
AgeCommit message (Expand)Author
2023-05-25Use sentence case everywhereJesse Duffield
2023-05-20Visualize the "ignore whitespace" state in the subtitle of the diff viewStefan Haller
2023-04-30Split commit message panel into commit summary and commit description panelSean
2023-04-30lots of changesJesse Duffield
2023-04-30standardise controller helper methodsJesse Duffield
2023-04-30Begin refactoring guiJesse Duffield
2023-04-01Extract amendHead function into new AmendHelperStefan Haller
2023-02-09fix linting issueJesse Duffield
2022-12-01wip: commit logic in helper and reported in files/staging controllersArnaud PERALTA
2022-11-30fix ignore file keybindingJesse Duffield
2022-11-13lint: try deleting blank lineAndrew Hynes
2022-11-13lint: delete unused argument from `handleStashSave`Andrew Hynes
2022-09-15refactor: move checks for clean working treeAndrew Hynes
2022-09-15refactor: rename method to `StashIncludeUntrackedChanges`Andrew Hynes
2022-09-15refactor: change command orderAndrew Hynes
2022-09-15fix: add condition to if statementAndrew Hynes
2022-09-15feat: add stash option to include untracked changesAndrew Hynes
2022-08-11IgnoreOrExclude should be a menuLuka Markušić
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-07-31refactor to use generics for file nodesJesse Duffield
2022-07-31add optimistic rendering for staging and unstaging filesJesse Duffield
2022-07-05Allow adding a file to the .git/info/exclude fileJuan Sanchez Montalvo
2022-05-18fix: fix lint errorRyooooooga
2022-05-08rename displayString to label for menu itemsJesse Duffield
2022-04-14The four horsemen of stashingLuka Markušić
2022-04-10Add option to stash only unstaged filesLuka Markušić
2022-03-30pkg/gui: Rename IPopupHandler::Ask() to Confirm()Moritz Haase
2022-03-27better logging for stash flowJesse Duffield
2022-03-27add menu keybindings for various thingsJesse Duffield
2022-03-27remove controllers structJesse Duffield
2022-03-19use generics to DRY up context codeJesse Duffield
2022-03-17softcode keybindingJesse Duffield
2022-03-17fix click handlingJesse Duffield
2022-03-17move workspace reset menu into controllerJesse Duffield
2022-03-17add commit message controllerJesse Duffield
2022-03-17refactorJesse Duffield
2022-03-17refactor controllersJesse Duffield
2022-03-17refactor contextsJesse Duffield
2022-03-17more refactoringJesse Duffield
2022-03-17add global controllerJesse Duffield
2022-03-17refactor keybindingsJesse Duffield
2022-03-17no more indirectionJesse Duffield
2022-03-17resetting controllers on new repoJesse Duffield
2022-03-17move more view model logic into the files view modelJesse Duffield
2022-03-17migrate files context to new structureJesse Duffield
2022-03-17moving more into controllers packageJesse Duffield
2022-03-17standardise namingJesse Duffield
2022-03-17refactor contexts codeJesse Duffield