summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
AgeCommit message (Expand)Author
2019-11-11allow for changing the current directory on exitJesse Duffield
2019-11-10add some shameless self promotionJesse 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-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-05support line by line additions in staging and patch building contextsJesse Duffield
2019-11-05move PatchManager to GitCommandJesse Duffield
2019-11-05Support building and moving patchesJesse Duffield
2019-11-05don't unsplit main panel unconditionally on focus lostJesse Duffield
2019-11-05support split view in staging panel and staging rangesJesse Duffield
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-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-18simplify code for logging output of subprocessJesse Duffield
2019-05-07Made not enough space pannel looks better on 1 heightmjarkk
2019-05-06Fixed some sugestions from jesseduffieldmjarkk
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-07remove subprocess channel stuffJesse Duffield
2019-04-07support custom commandsJesse Duffield
2019-04-06fixed some #397skanehira
2019-04-06add feature of display diff between specific commits #397skanehira
2019-03-23Rely on model rather than view to focus a pointJesse Duffield
2019-03-16appease golangciJesse Duffield
2019-03-16allow user to discard old file changes for a given commitJesse Duffield
2019-03-16minor cleanupJesse Duffield
2019-03-16Add feature of display committed file list #383skanehira
2019-03-03prevent crashes when scrolling upJesse Duffield
2019-03-03support user configuring mouse events to be enabledJesse Duffield
2019-03-03fixup layout issue that was causing crashes when the window was too smallJesse Duffield
2019-03-03hide donate button if mouse events are disabledJesse Duffield
2019-03-02disable mouse feature until its readyJesse Duffield
2019-03-02mouse supportJesse Duffield Duffield
2019-03-02appease golangciJesse Duffield
2019-02-24change type of cherryPickedCommits from []string to []*CommitJesse Duffield Duffield
2019-02-24support cherry picking commitsJesse Duffield Duffield
2019-02-18dealing better with errors at the top levelJesse Duffield