summaryrefslogtreecommitdiffstats
path: root/pkg/gui
AgeCommit message (Expand)Author
2019-12-07fix commit message char countJesse Duffield
2019-11-27keybindings: alias V -> vDawid Dziurla
2019-11-21fix typov0.11.1Jesse Duffield
2019-11-21couple of things to clean up after rebasing onto masterJesse Duffield
2019-11-21add tags panelJesse Duffield
2019-11-21allow editing remotesJesse Duffield
2019-11-21require double clicking menu items so you know what you're clickingJesse Duffield
2019-11-21refactor confirmation prompt codeJesse Duffield
2019-11-21better handling of click events in list viewsJesse Duffield
2019-11-21support setting upstreamJesse Duffield
2019-11-21better fast forwardJesse Duffield
2019-11-21make upstream branch display more lenient on git errorsJesse Duffield
2019-11-21support rebasing onto remote branchJesse Duffield
2019-11-21support deleting remote branchesJesse Duffield
2019-11-21ensure we switch tabs when switching contextJesse Duffield
2019-11-21support merging remote branches into checked out branchJesse Duffield
2019-11-21support detached heads when showing the selected branchJesse Duffield
2019-11-21support adding/removing remotesJesse Duffield
2019-11-21split RemoteBranch out from BranchJesse Duffield
2019-11-21only refresh branches panel on focus lost when in the local-branches contextJesse Duffield
2019-11-21support viewing a remote branchJesse Duffield
2019-11-21support navigating remotes viewJesse Duffield
2019-11-21allow changing tabs with [ and ]Jesse Duffield
2019-11-21extract out some logic for list viewsJesse Duffield
2019-11-21add contexts to viewsJesse Duffield
2019-11-21add remotes context to branches viewJesse Duffield
2019-11-14add file watching for modified filesJesse Duffield
2019-11-14allow editing or opening a file while resolving merge conflictsJesse Duffield
2019-11-13show upstream branch for branchJesse Duffield
2019-11-13prompt to set upstream when pulling on untracked branchJesse Duffield
2019-11-11specify upstream when pushing a branch for the first timev0.10.4Jesse Duffield
2019-11-11allow for changing the current directory on exitJesse Duffield
2019-11-10support clicking through to commit files panelJesse Duffield
2019-11-10add some shameless self promotionJesse Duffield
2019-11-10add '?' keybinding for opening options menuJesse Duffield
2019-11-10allow secondary view to be scrolledJesse Duffield
2019-11-10don't try to give a logrus entry object to gocuiJesse Duffield
2019-11-10simplify how the context system worksJesse Duffield
2019-11-10add mouse supportJesse Duffield
2019-11-10reset patch builder when we've escaped from the building phase and nothing ha...Jesse Duffield
2019-11-10remove old add patch keybindingJesse Duffield
2019-11-08support ours/theirs merge conflict headersJesse Duffield
2019-11-05better titlesJesse Duffield
2019-11-05better interface for ApplyPatch functionJesse Duffield
2019-11-05don't let patch manager ever be nilJesse Duffield
2019-11-05more work on managing focus when applying patch commandJesse Duffield
2019-11-05do not return focus to commitsFiles view after selecting to start a new patchJesse Duffield
2019-11-05handling when to show the split panelJesse Duffield
2019-11-05support line by line additions in staging and patch building contextsJesse Duffield
2019-11-05handle empty commit in rebaseJesse Duffield