summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
AgeCommit message (Expand)Author
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
2020-09-29move commit filesJesse Duffield
2020-09-29move stash panelJesse Duffield
2020-09-29move file and submoduleJesse Duffield
2020-09-29move remotes and remote branchesJesse Duffield
2020-09-29move tagsJesse Duffield
2020-09-29move commits model into models packageJesse Duffield
2020-09-29pull branch model out into models packageJesse Duffield
2020-09-29allow entering and returning from submoduleJesse Duffield
2020-09-29support discarding submodule changesJesse Duffield
2020-09-26add in-built logging support for a better dev experienceJesse Duffield
2020-08-27more efficient refreshing of rebase commitsJesse Duffield
2020-08-25do not create error panel for sentinel errorsv0.22.1Jesse Duffield
2020-08-24support alacrittyJesse Duffield
2020-08-23allow spamming the p keyJesse Duffield
2020-08-23set keybindings after initialising viewsJesse Duffield
2020-08-23use context to return to the correct viewJesse Duffield
2020-08-23cleanup of list context fileJesse Duffield