summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
AgeCommit message (Expand)Author
2020-02-25refactor the way we render listsJesse Duffield
2020-02-25better commit lines in fullscreen modeJesse Duffield
2020-02-25add half and fullscreen modesv0.15.1Jesse Duffield
2020-02-25show item counts in framesJesse Duffield
2020-02-24better handling of clearing the searchJesse Duffield
2020-02-24support searching in side panelsJesse Duffield
2020-02-23allow customizing background color in staging modeJesse Duffield
2020-02-09ignore carriage returnsJesse Duffield
2020-02-03correctly compare new main height to previousJesse Duffield
2020-02-02more ticker improvementsJesse Duffield
2020-02-01only rerender app status when we need toJesse Duffield
2020-01-31close more things when switching repos or to a subprocessJesse Duffield
2020-01-31fix segfault on line by line panelJesse Duffield
2020-01-29split main view verticallyJesse Duffield
2020-01-16handle case where file watcher is disabledJamie Brynes
2020-01-12use view line height to see if you should stop scrollingJesse Duffield
2020-01-12allow fast flicking through any list panelJesse Duffield
2020-01-12lazyload commitsJesse Duffield
2020-01-09add reflog tab in commits panelJesse Duffield
2020-01-08improve file watchingJesse Duffield
2020-01-07fix display of menu option keybindingsDavid Chen
2020-01-07Use ASCII on Windows with east asian localeYasuhiro Matsumoto
2019-12-07fix commit message char countJesse Duffield
2019-11-21add tags panelJesse 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-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-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