summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
AgeCommit message (Expand)Author
2020-05-19allow user to scroll themselves inside merge panelv0.20.4Jesse Duffield
2020-03-29add new diff modeJesse Duffield
2020-03-29remove old diff mode codeJesse Duffield
2020-03-29split reflog commits into ReflogCommits and FilteredReflogCommitsJesse Duffield
2020-03-29reset state on each Run() callJesse Duffield
2020-03-29refactor gui.goJesse Duffield
2020-03-29properly reset gui state when restarting or coming back from a subprocessJesse Duffield
2020-03-29rename to filtered modeJesse Duffield
2020-03-29allow scoped mode where the commits/reflog/stash panels are scoped to a fileJesse Duffield
2020-03-29fix width of half screen modeJesse Duffield
2020-03-28better error handlingJesse Duffield
2020-03-28load reflog commits in two stages to speed up startup timeJesse Duffield
2020-03-28smarter refreshing for tags and remotesJesse Duffield
2020-03-28more smart refreshingJesse Duffield
2020-03-28clean up signatureJesse Duffield
2020-03-28more centralised handling of refreshingJesse Duffield
2020-03-28more efficient refreshingJesse Duffield
2020-03-26limit size of menu panelJesse Duffield
2020-03-25stateless undos and redosJesse Duffield
2020-03-25redoingJesse Duffield
2020-03-25use reflog undo history pointerJesse Duffield
2020-03-19show status of selected cherry picked commitsJesse Duffield
2020-03-18better upstream tracking and allow renaming a branchJesse Duffield
2020-03-09be a bit more lenientJesse Duffield
2020-03-09big golangci-lint cleanupJesse Duffield
2020-03-04allow configuring side panel widthv0.16.1v0.16Jesse Duffield
2020-03-04supporing custom pagers step 1Jesse Duffield
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