summaryrefslogtreecommitdiffstats
path: root/pkg/gui/recent_repos_panel.go
AgeCommit message (Expand)Author
2022-05-08rename displayString to label for menu itemsJesse Duffield
2022-03-24many more genericsJesse Duffield
2022-03-17rename OSCommand field to osJesse Duffield
2022-03-17resetting controllers on new repoJesse Duffield
2022-03-17refactor contexts codeJesse Duffield
2022-03-17avoid deadlockJesse Duffield
2022-03-17start moving commit panel handlers into controllerJesse Duffield
2022-03-17start refactoring guiJesse Duffield
2022-03-17Record current directory on switchDavid Roman
2022-01-15stop refreshing the screen so muchJesse Duffield
2022-01-09shorten nameJesse Duffield
2022-01-09fix testsJesse Duffield
2022-01-09start breaking up git structJesse Duffield
2022-01-04WIPJesse 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-10-23use cached git configJesse Duffield
2021-10-16small changesJesse Duffield
2021-10-16Allow having multiple config filesmjarkk
2021-07-30Switch to github.com/gookit/color for terminal colorsmjarkk
2021-04-06only re-use repo state when jumping in and out of submodulesJesse Duffield
2021-04-06testJesse Duffield
2021-04-06WIPJesse Duffield
2021-04-06switching repos without restarting the guiJesse Duffield
2021-04-06refactor of contexts and filteringJesse Duffield
2021-04-01faster startupJesse Duffield
2020-11-28Visualize the commits for all branchesYuki Osaki
2020-10-10type i18nJesse Duffield
2020-09-29allow entering and returning from submoduleJesse Duffield
2020-09-29move git dir env stuff into a centralised packageJesse Duffield
2020-09-29do not include bare repos in recent repos listJesse Duffield
2020-09-29unset GIT_WORK_TREE and GIT_DIR when switching reposJesse Duffield
2020-08-23refactor how we handle different modesJesse Duffield
2020-08-15more removing of gJesse Duffield
2020-03-29reset state on each Run() callJesse Duffield
2020-02-15remove old createMenu functionJesse Duffield
2020-02-15refactor recent repos menu panelJesse Duffield
2019-03-23Rely on model rather than view to focus a pointJesse Duffield
2019-02-18rename any commitJesse Duffield
2019-02-16consider whether the view has focus when rendering the contents of a viewJesse Duffield
2019-02-11Merge branch 'master' into feature/rebasingJesse Duffield
2018-12-11Make merge panel its own panelJesse Duffield
2018-12-10Made gobot happymjarkk
2018-12-10Not always git fetchmjarkk
2018-12-10Better name for this functionmjarkk
2018-12-10Fixed loop before error checkmjarkk
2018-12-06Only show private repo popup when opening repo for first timemjarkk
2018-11-30Add full stops to new comments.BlakeMScurr