summaryrefslogtreecommitdiffstats
path: root/pkg/gui/diffing.go
AgeCommit message (Expand)Author
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