summaryrefslogtreecommitdiffstats
path: root/pkg/gui
AgeCommit message (Expand)Author
2019-11-05checks for if we're in a normal working tree stateJesse Duffield
2019-11-05Support building and moving patchesJesse Duffield
2019-11-05don't unsplit main panel unconditionally on focus lostJesse Duffield
2019-11-05use v keybindings instead of cJesse Duffield
2019-11-05support split view in staging panel and staging rangesJesse Duffield
2019-10-27\#480 Close popup panels before switching to a side view0.8.3Giorgio Previtera
2019-10-27480 - remove duplication by using a decoratorGiorgio Previtera
2019-10-27#480 Allow cycling side panels with number keysGiorgio Previtera
2019-10-20Removed the pkg/gui/theme.go filemjarkk
2019-10-20Added light theme option to the settingsmjarkk
2019-09-08use git.autoFetch config optionmatejcik
2019-09-08use gui.g directlymatejcik
2019-09-08startBackgroundFetch does not return errorsmatejcik
2019-09-08configurable auto-fetchmatejcik
2019-07-27Simplified code a bitChristian Muehlhaeuser
2019-07-14show actual error when trying to check out a branch that doesn't existJesse Duffield
2019-06-08revert menu panel error panel usageJesse Duffield
2019-06-06allow stashing staged changesJesse Duffield
2019-05-26request explicit return from subprocessJesse Duffield
2019-05-26support going to start/end of line and deleting lines in simple editorJesse Duffield
2019-05-25use shift+j/k to scroll main, ctrl+j/k to move commitsJesse Duffield
2019-05-18simplify code for logging output of subprocessJesse Duffield
2019-05-12Add alternatives for scroll actions to context mapSuhas Karanth
2019-05-12Add field Alternative to gui.BindingSuhas Karanth
2019-05-07Made not enough space pannel looks better on 1 heightmjarkk
2019-05-06Fixed some sugestions from jesseduffieldmjarkk
2019-05-06Merge branch 'master' into smaller-uiMark Kopenga
2019-05-06support resetting to a commit in either soft, hard, or mixed modeJesse Duffield
2019-05-06Prevent crash when opening in small windowJesse Duffield
2019-05-05Changed the way how the view height are setmjarkk
2019-04-26Made the ui even smallermjarkk
2019-04-25Added another resizing stepmjarkk
2019-04-20Made the go bot happymjarkk
2019-04-20Better UI on small screensmjarkk
2019-04-13Add 'w' keybinding in files panel to commit as a WIPJesse Duffield
2019-04-13Add skipHookPrefix to configJesse Duffield
2019-04-07remove subprocess channel stuffJesse Duffield
2019-04-07support custom commandsJesse Duffield
2019-04-07Allow for creating fixup! commitsJesse Duffield
2019-04-06fixed some #397skanehira
2019-04-06add feature of display diff between specific commits #397skanehira
2019-03-23pass length of options to createMenuJesse Duffield
2019-03-23delete menu keybinding before setting new oneJesse Duffield
2019-03-23always attempt to discard changes from current fileJesse Duffield
2019-03-23move soft reset keybinding into reset optionsJesse Duffield
2019-03-23add more options for resetting files in the working treeJesse Duffield
2019-03-23support discarding unstaged changesJesse Duffield
2019-03-23retain commit message if precommit hook failsJesse Duffield
2019-03-23Rely on model rather than view to focus a pointJesse Duffield
2019-03-22organise keybindings betterJesse Duffield