summaryrefslogtreecommitdiffstats
path: root/pkg/gui
AgeCommit message (Expand)Author
2022-03-17controller for viewing sub commitsJesse Duffield
2022-03-17rename OSCommand field to osJesse Duffield
2022-03-17refactor contextsJesse Duffield
2022-03-17working againJesse Duffield
2022-03-17more refactoringJesse Duffield
2022-03-17add global controllerJesse Duffield
2022-03-17refactor keybindingsJesse Duffield
2022-03-17no more indirectionJesse Duffield
2022-03-17resetting controllers on new repoJesse Duffield
2022-03-17fix suggestions panelJesse Duffield
2022-03-17some more refactoringJesse Duffield
2022-03-17pretty sure we can rely on our views existing before our contexts doJesse Duffield
2022-03-17fix lintingJesse Duffield
2022-03-17move commit files context into new structureJesse Duffield
2022-03-17move more view model logic into the files view modelJesse Duffield
2022-03-17migrate files context to new structureJesse Duffield
2022-03-17cleaning upJesse Duffield
2022-03-17moving more into controllers packageJesse Duffield
2022-03-17no need to invoke sync controller hereJesse Duffield
2022-03-17always fast forwardJesse Duffield
2022-03-17remove redundant popup checksJesse Duffield
2022-03-17move helpers into their own structJesse Duffield
2022-03-17standardise namingJesse Duffield
2022-03-17add actions abstractionJesse Duffield
2022-03-17move all refresh code into the one fileJesse Duffield
2022-03-17move context keys into context packageJesse Duffield
2022-03-17refactor contexts codeJesse Duffield
2022-03-17avoid deadlockJesse Duffield
2022-03-17use type switch instead of type keyJesse Duffield
2022-03-17fix some thingsJesse Duffield
2022-03-17start moving commit panel handlers into controllerJesse Duffield
2022-03-17start refactoring guiJesse Duffield
2022-03-17rename fieldJesse Duffield
2022-03-17Only read env once when recording dirsDavid Roman
2022-03-17Record current directory on switchDavid Roman
2022-03-17allow skipping confirmation prompt after opening subprocessv0.34Ram Bhosale
2022-03-16Use editFileAtLine method for line by line panelFrancisco Miamoto
2022-03-16Add unstagedChangesColor config optionDaniel Kiss
2022-02-01Add shared function for loading map of custom colorsMatt Cles
2022-02-01Add configurable colors for branch prefixesMatt Cles
2022-01-29simplify submodule removeJesse Duffield
2022-01-28ensure stash panel refreshesJesse Duffield
2022-01-27better locking of merge panel stateJesse Duffield
2022-01-26show only merge conflict files when there are merge conflictsJesse Duffield
2022-01-26select current bisect commit even if bisect was started on another branchJesse Duffield
2022-01-26fix panic on rebaseJesse Duffield
2022-01-26better rendering of bisect markets in commits panelJesse Duffield
2022-01-26only show commits from start ref if bad commit is reachable from thereJesse Duffield
2022-01-26improve merge conflict flowJesse Duffield
2022-01-26Fixed the issue with lintingglendsoza