summaryrefslogtreecommitdiffstats
path: root/pkg/gui/staging_panel.go
AgeCommit message (Expand)Author
2022-08-06refactor to only have one context per viewJesse Duffield
2022-05-06feat: add ability to edit hunkRyooooooga
2022-03-30pkg/gui: Rename IPopupHandler::Ask() to Confirm()Moritz Haase
2022-03-27remove controllers structJesse 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-18fix integration testJesse Duffield
2022-01-15stop refreshing the screen so muchJesse 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-04align Gui struct with GitCommandJesse Duffield
2021-07-01:recycle: temporarily bypass ignore whitespace for diff view instead of turni...Davyd McColl
2021-07-01:art: properly ignore the resultDavyd McColl
2021-07-01:sparkles: always show whitespace in diffs when entering line-by-line stagingDavyd McColl
2021-07-01:sparkles: facilitate toggling whitespace in the diff view with a hotkey (c-w...Davyd McColl
2021-04-18refactor line by line panelJesse Duffield
2021-04-11add spans to i18nJesse Duffield
2021-04-11start adding support for logging of commandsJesse Duffield
2021-04-06testJesse Duffield
2021-04-06refactorJesse Duffield
2021-04-06refactor of contexts and filteringJesse Duffield
2021-04-06get rid of these positively ghastly method signaturesJesse Duffield
2021-04-02big refactor to give our enums actual typesJesse Duffield
2020-11-28Start on supporting auto-suggestions when checking out a branchJesse Duffield
2020-11-18fix lint errorsJesse Duffield
2020-10-10fix mutex deadlockJesse Duffield
2020-10-10more mutex safety with staging panelJesse Duffield
2020-10-10paging keybindings for line by line panelJesse Duffield
2020-10-10type i18nJesse Duffield
2020-10-10remove viperJesse Duffield
2020-08-23allow explicitly managing focusJesse Duffield
2020-08-23use context to return to the correct viewJesse Duffield
2020-08-23minor renameJesse Duffield
2020-08-23centralise split main panel codeJesse Duffield
2020-08-23standardise getting selected itemJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-15more removing of gJesse Duffield
2020-08-15renameJesse Duffield
2020-08-15clean up interface for popup panelsJesse Duffield
2020-08-15move patch stuff into its own packageJesse Duffield
2020-04-17whoopsJesse Duffield
2020-03-29add new diff modeJesse Duffield
2020-03-28better error handlingJesse Duffield
2020-03-28smart refreshing filesJesse Duffield
2020-03-09big golangci-lint cleanupJesse Duffield
2020-02-29better keybindings for staging by lineJesse Duffield
2020-01-31fix segfault on line by line panelJesse Duffield