summaryrefslogtreecommitdiffstats
path: root/pkg/gui/diffing.go
AgeCommit message (Expand)Author
2022-05-08rename displayString to label for menu itemsJesse Duffield
2022-04-02introduce Ref interfaceRyooooooga
2022-03-17fix CIJesse Duffield
2022-03-17rename OSCommand field to osJesse Duffield
2022-03-17refactor contextsJesse Duffield
2022-03-17resetting controllers on new repoJesse Duffield
2022-03-17some more refactoringJesse Duffield
2022-03-17move commit files context into new structureJesse 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-15always specify upstream when pushing/pullingJesse Duffield
2022-01-04WIPJesse Duffield
2022-01-04WIPJesse Duffield
2021-10-23add more suggestionsJesse Duffield
2021-06-06refactoringJesse Duffield
2021-04-06allow opening diff menu panel when other popup is openJesse Duffield
2021-04-06testJesse Duffield
2021-04-06refactor of contexts and filteringJesse Duffield
2021-04-06get rid of these positively ghastly method signaturesJesse Duffield
2020-11-28refactor prompt optsJesse Duffield
2020-10-10type i18nJesse Duffield
2020-10-02add submodules contextJesse Duffield
2020-09-29support submodulesJesse Duffield
2020-09-26use --no-ext-diff flag for git diffJesse Duffield
2020-08-23use context to return to the correct viewJesse Duffield
2020-08-23ensure there is always a current contextJesse Duffield
2020-08-23minor refactorJesse Duffield
2020-08-23handle diffing and filtering by file in commit files viewJesse Duffield
2020-08-23deal with the fact that a nil wrapped in an interface is not equal to nilJesse Duffield
2020-08-23support drilling down into the files of a diffJesse Duffield
2020-08-23better handling of our different modes and also cherry pickingJesse Duffield
2020-08-23refactor how we handle different modesJesse Duffield
2020-08-23rename to make way for a generic function nameJesse Duffield
2020-08-23statically define context keysJesse Duffield
2020-08-23WIP constants for context keysJesse Duffield
2020-08-23use camelCaseJesse Duffield
2020-08-23some more standardisation for diffingJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-23WIP: standardising how we render to mainJesse Duffield
2020-08-23centralise split main panel codeJesse Duffield
2020-08-23standardise getting selected itemJesse Duffield
2020-08-15renameJesse Duffield
2020-08-15clean up interface for popup panelsJesse Duffield
2020-03-29some more UI logicJesse Duffield
2020-03-29simplify thingsJesse Duffield
2020-03-29don't support files until we understand the use caseJesse Duffield
2020-03-29add new diff modeJesse Duffield