summaryrefslogtreecommitdiffstats
path: root/pkg/gui/list_context.go
AgeCommit message (Collapse)Author
2020-11-18fix lint errorsJesse Duffield
2020-10-10paging keybindings for line by line panelJesse Duffield
support searching in line by line panel move mutexes into their own struct add line by line panel mutex apply LBL panel mutex bump gocui to prevent crashing when search item count decreases
2020-10-10type i18nJesse Duffield
2020-10-10remove viperJesse Duffield
WIP
2020-10-02update keybindingsJesse Duffield
2020-10-02stop refreshing item when at end of listJesse Duffield
2020-10-02add submodules contextJesse Duffield
2020-09-29support discarding submodule changesJesse Duffield
2020-09-26add in-built logging support for a better dev experienceJesse Duffield
2020-08-23Return whether the context has a parent or not along with that parentJesse Duffield
There has got to be a better way around this but if we're returning a Context from a function (Context is an interface, not a concrete type), even if we return nil, on the calling end it won't be equal to nil because an interface value is a tuple of the type and the value meaning it's never itself nil, unless both values in the tuple are nil. So we're explicitly returning whether or not the underlying concrete type is nil.
2020-08-23centralise logic for rendering options mapJesse Duffield
2020-08-23cleanupJesse Duffield
2020-08-23cleanup of list context fileJesse Duffield
2020-08-23remove dead codeJesse Duffield
2020-08-23deal with the fact that a nil wrapped in an interface is not equal to nilJesse Duffield
2020-08-23more cherry picking stuff, mostly around the reflogJesse 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-23add description field to ListItem interfaceJesse Duffield
2020-08-23genericise creating new branches off thingsJesse Duffield
2020-08-23rename to make way for a generic function nameJesse Duffield
2020-08-23allow getting the current item genericallyJesse Duffield
2020-08-23add sub commit contextJesse Duffield
2020-08-23commit files kind of generalisedJesse Duffield
2020-08-23allowing commit files to be viewed in reflog as wellJesse Duffield
2020-08-23statically define context keysJesse Duffield
2020-08-23WIP constants for context keysJesse Duffield
2020-08-23use interface for panel state rather than pointerJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-23remove commentJesse Duffield
2020-08-23use camelCaseJesse Duffield
2020-08-23some more standardisation for diffingJesse Duffield
2020-08-23standardise diffmodeJesse Duffield
2020-08-23more standardisationJesse Duffield
2020-08-23update naming to refer to contextJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-23good progressJesse Duffield
2020-08-23prepare for OnRender propJesse Duffield
2020-08-23move into list context fileJesse Duffield
2020-08-23rename context fileJesse Duffield