summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
AgeCommit message (Expand)Author
2022-01-15stop refreshing the screen so muchJesse Duffield
2022-01-09add newline after message because it looks like the message doesn't appear ot...Jesse Duffield
2022-01-09add some more lintersJesse Duffield
2022-01-09shorten nameJesse Duffield
2022-01-09start breaking up git structJesse Duffield
2022-01-07remove log of error now that we're returning it normallyJesse Duffield
2022-01-07remove redundant commitJakob Kogler
2022-01-07rename variable to failedCommitMessageJakob Kogler
2022-01-07don't ignore error when commit with subprocess failsJakob Kogler
2022-01-07remember the message if commit failsJakob Kogler
2022-01-07simplify fetchJesse Duffield
2022-01-07refactorJesse Duffield
2022-01-04refactoring the config structJesse Duffield
2022-01-04align Gui struct with GitCommandJesse Duffield
2022-01-04introduce Common struct for passing around common stuffJesse Duffield
2022-01-04WIPJesse Duffield
2021-12-06add popup handler for easier testingJesse Duffield
2021-11-05more consistent renderingJesse Duffield
2021-11-05add menu options for log stuffJesse Duffield
2021-11-05support scrolling left and rightJesse Duffield
2021-11-05render commit graphJesse Duffield
2021-11-01some refactoring in anticipation of the graph featureJesse Duffield
2021-10-30support user-configurable author coloursJesse Duffield
2021-10-23easier hiding of command logv0.30Jesse Duffield
2021-10-19suggest files when picking a path to filter onJesse Duffield
2021-10-16small changesJesse Duffield
2021-10-16Allow having multiple config filesmjarkk
2021-09-27fix some encodingsJesse Duffield
2021-07-30Switch to github.com/gookit/color for terminal colorsmjarkk
2021-07-01:sparkles: facilitate toggling whitespace in the diff view with a hotkey (c-w...Davyd McColl
2021-06-14naming changeJesse Duffield
2021-06-10ShowTotal flagAndrei Yangabishev
2021-06-06refactoringJesse Duffield
2021-04-20update release notesv0.28Jesse Duffield
2021-04-19ignore east asian width setting to avoid broken frame renderingJesse Duffield
2021-04-18refactor merge panelJesse Duffield
2021-04-18refactor line by line panelJesse Duffield
2021-04-11make command log size configurableJesse Duffield
2021-04-11pull out functionJesse Duffield
2021-04-11allow focusing on command log viewJesse Duffield
2021-04-11allow showing, hiding, and scrolling the extras panelJesse Duffield
2021-04-11support scrolling extras viewJesse Duffield
2021-04-11full coverage for logging commandsJesse Duffield
2021-04-11start adding support for logging of commandsJesse Duffield
2021-04-11add cmdLog panelJesse Duffield
2021-04-11update release notesJesse Duffield
2021-04-10pause background threads when running subprocessv0.27.3Jesse Duffield
2021-04-10fix commit amendJesse Duffield
2021-04-07fix crash on first openJesse Duffield
2021-04-06reduce chance of deadlock by using a RW mutex on the context stackJesse Duffield