summaryrefslogtreecommitdiffstats
path: root/pkg/gui/quitting.go
AgeCommit message (Expand)Author
2023-04-30move quit actions to controllerJesse Duffield
2023-04-30lots of changesJesse Duffield
2023-04-30Begin refactoring guiJesse Duffield
2022-03-30pkg/gui: Rename IPopupHandler::Ask() to Confirm()Moritz Haase
2022-03-17rename OSCommand field to osJesse Duffield
2022-03-17refactor contexts codeJesse Duffield
2022-03-17start moving commit panel handlers into controllerJesse Duffield
2022-03-17start refactoring guiJesse Duffield
2022-03-17Only read env once when recording dirsDavid Roman
2022-03-17Record current directory on switchDavid Roman
2022-01-04align Gui struct with GitCommandJesse Duffield
2021-07-01:truck: move whitespace toggle out of quitting.goDavyd McColl
2021-07-01:art: alternative syntaxDavyd McColl
2021-07-01:sparkles: implement feedback when toggling whitespaceDavyd McColl
2021-07-01:sparkles: facilitate toggling whitespace in the diff view with a hotkey (c-w...Davyd McColl
2021-04-06only re-use repo state when jumping in and out of submodulesJesse Duffield
2021-04-06switching repos without restarting the guiJesse Duffield
2021-04-06get rid of these positively ghastly method signaturesJesse Duffield
2020-11-28Start on supporting auto-suggestions when checking out a branchJesse Duffield
2020-10-10type i18nJesse Duffield
2020-10-10remove viperJesse Duffield
2020-09-29format codeJesse Duffield
2020-09-29allow entering and returning from submoduleJesse Duffield
2020-08-23Return whether the context has a parent or not along with that parentJesse Duffield
2020-08-23use context to return to the correct viewJesse Duffield
2020-08-23more standardising modesJesse Duffield
2020-08-23better handling of our different modes and also cherry pickingJesse Duffield
2020-08-23escape patch building mode on hitting escape at the top levelJesse Duffield
2020-08-23allowing commit files to be viewed in reflog as wellJesse Duffield
2020-08-15more removing of gJesse Duffield
2020-08-15renameJesse Duffield
2020-08-15clean up interface for popup panelsJesse Duffield
2020-08-12immediately quit when pressing q in diff or filter modeJesse Duffield
2020-07-18Decouple escaping from quittingv0.20.10Jesse Duffield
2020-03-29add new diff modeJesse Duffield
2019-11-11allow for changing the current directory on exitJesse Duffield