summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
AgeCommit message (Expand)Author
2021-04-07fix crash on first openJesse Duffield
2021-04-06reduce chance of deadlock by using a RW mutex on the context stackJesse Duffield
2021-04-06remove time limitJesse Duffield
2021-04-06only re-use repo state when jumping in and out of submodulesJesse Duffield
2021-04-06show branches context when starting in filtering modeJesse Duffield
2021-04-06make it more likely for CI to workJesse Duffield
2021-04-06support tcell simulation screenJesse Duffield
2021-04-06move recording code into gocuiJesse Duffield
2021-04-06testJesse Duffield
2021-04-06WIPJesse Duffield
2021-04-06WIPJesse Duffield
2021-04-06remove sentinel errorsJesse Duffield
2021-04-06refactorJesse Duffield
2021-04-06refactor to get view tab context map into gui stateJesse Duffield
2021-04-06switching repos without restarting the guiJesse Duffield
2021-04-06refactor of contexts and filteringJesse Duffield
2021-04-06use suspense rather than close the gui when switching to a subprocessJesse Duffield
2021-04-06use true output modeJesse Duffield
2021-04-06use tcell via porting over code from awesome-gocuiJesse Duffield
2021-04-02add mutex to prevent crashes with merge conflictsJesse Duffield
2021-04-02fix nameJesse Duffield
2021-04-02refactorJesse Duffield
2021-04-02big refactor to give our enums actual typesJesse Duffield
2021-04-02refactor to no longer call these things file changesJesse Duffield
2021-04-02file tree for commit filesJesse Duffield
2021-03-30small refactorJesse Duffield
2021-03-30rename some thingsJesse Duffield
2021-03-30allow configuring to show file tree on startupJesse Duffield
2021-03-30support toggling collapsedJesse Duffield
2021-03-30WIPJesse Duffield
2021-03-20better handling of discarding filesJesse Duffield
2021-02-24reload config whenever returning to guiJesse Duffield
2021-02-08Adding setup and configNick Flueckiger
2020-11-28soft code finding of suggestionsJesse Duffield
2020-11-28support labels for suggestions which are distinct from valuesJesse Duffield
2020-11-28Start on supporting auto-suggestions when checking out a branchJesse Duffield
2020-11-18fix lint errorsJesse Duffield
2020-10-10release notes in status panelJesse Duffield
2020-10-10fix mutex deadlockJesse Duffield
2020-10-10fix another panic errorJesse Duffield
2020-10-10do not put mutexes on state else we might unlock an unlocked mutexJesse Duffield
2020-10-10add some safe goroutinesJesse Duffield
2020-10-10paging keybindings for line by line panelJesse Duffield
2020-10-10support recording sessions for testing purposesJesse Duffield
2020-10-10type i18nJesse Duffield
2020-10-10store popup version in state not config so that we never need to write to the...Jesse Duffield
2020-10-10remove viperJesse Duffield
2020-10-02add submodules contextJesse Duffield
2020-09-29move models folder into commands folderJesse Duffield
2020-09-29move OS commands into their own packageJesse Duffield