summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/commits_files_controller.go
AgeCommit message (Expand)Author
2024-01-09Add command to open git difftoolStefan Haller
2023-09-04Don't pass ignoreWhitespace to git commandsStefan Haller
2023-07-31Move IgnoreWhitespaceInDiffView to AppState, and persist it when it changesStefan 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-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-05-25Use sentence case everywhereJesse Duffield
2023-05-20Visualize the "ignore whitespace" state in the subtitle of the diff viewStefan Haller
2023-04-30fix rendering of commit files viewJesse Duffield
2023-04-30lots of changesJesse Duffield
2023-04-30standardise controller helper methodsJesse Duffield
2023-03-19rename patch manager to patch builderJesse Duffield
2022-08-06refactor to only have one context per viewJesse Duffield
2022-07-31refactor to use generics for file nodesJesse Duffield
2022-04-02introduce Ref interfaceRyooooooga
2022-03-30pkg/gui: Rename IPopupHandler::Ask() to Confirm()Moritz Haase
2022-03-23allow adding whole diff to patchJesse Duffield
2022-03-19update lintersJesse Duffield
2022-03-19use generics to DRY up context codeJesse Duffield
2022-03-17fix click handlingJesse Duffield
2022-03-17better namingJesse Duffield
2022-03-17add commit files controllerJesse Duffield