summaryrefslogtreecommitdiffstats
path: root/pkg/gui/patch_options_panel.go
AgeCommit message (Expand)Author
2022-08-06refactor to only have one context per viewJesse Duffield
2022-05-08rename displayString to label for menu itemsJesse Duffield
2022-03-30pkg/gui: Rename IPopupHandler::Ask() to Confirm()Moritz Haase
2022-03-27reduce glitchiness of patch building modeJesse Duffield
2022-03-27add menu keybindings for various thingsJesse Duffield
2022-03-26support viewing commits of reflog entry and show better view titleJesse Duffield
2022-03-17more consistent namingJesse Duffield
2022-03-17refactor controllersJesse Duffield
2022-03-17refactor contextsJesse Duffield
2022-03-17resetting controllers on new repoJesse Duffield
2022-03-17some more refactoringJesse Duffield
2022-03-17move helpers into their own structJesse Duffield
2022-03-17move context keys into context packageJesse Duffield
2022-03-17refactor contexts codeJesse Duffield
2022-03-17start moving commit panel handlers into controllerJesse Duffield
2022-03-17start refactoring guiJesse Duffield
2022-01-09shorten nameJesse Duffield
2022-01-09start breaking up git structJesse Duffield
2022-01-07refactorJesse Duffield
2022-01-07simplify how we log commandsJesse Duffield
2022-01-04more refactoringJesse Duffield
2022-01-04updating specsJesse Duffield
2021-04-11add spans to i18nJesse Duffield
2021-04-11start adding support for logging of commandsJesse Duffield
2021-04-06refactorJesse Duffield
2021-04-06refactor of contexts and filteringJesse 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-11-18fix lint errorsJesse Duffield
2020-10-10type i18nJesse Duffield
2020-08-23use context to return to the correct viewJesse Duffield
2020-08-23fix up patch managerJesse Duffield
2020-08-23cleanupJesse Duffield
2020-08-23support creating patches from files in diff modeJesse Duffield
2020-08-23rename to make way for a generic function nameJesse Duffield
2020-08-23remove clipboard option for now because we need a better way of doing itJesse Duffield
2020-08-23moreJesse Duffield
2020-08-23missed a spotJesse Duffield
2020-08-23better menu item nameJesse Duffield
2020-08-23only show rebasey commands on a local commit when patch buildingJesse Duffield
2020-08-23generalise patch building stuffJesse Duffield
2020-08-23rename to SelectedLineIdxJesse Duffield
2020-08-23use camelCaseJesse Duffield
2020-08-15more removing of gJesse Duffield
2020-08-15renameJesse Duffield
2020-08-15clean up interface for popup panelsJesse Duffield
2020-05-09Add option to split patch into a new commitGary Yendell
2020-03-29add reverse patch optionJesse Duffield
2020-03-29add new diff modeJesse Duffield
2020-03-29allow scoped mode where the commits/reflog/stash panels are scoped to a fileJesse Duffield