summaryrefslogtreecommitdiffstats
path: root/pkg/gui/files_panel.go
AgeCommit message (Expand)Author
2021-04-09potentially fix credentials issuev0.27.2Jesse Duffield
2021-04-06show error when user attempts to commit when no files are presentJesse Duffield
2021-04-06more refactoringJesse Duffield
2021-04-06more refactoringJesse Duffield
2021-04-06testJesse Duffield
2021-04-06WIPJesse Duffield
2021-04-06refactorJesse Duffield
2021-04-06refresh main panel when switching between tree and flat modeJesse Duffield
2021-04-06refactor of contexts and filteringJesse Duffield
2021-04-06use suspense rather than close the gui when switching to a subprocessJesse Duffield
2021-04-06get rid of these positively ghastly method signaturesJesse Duffield
2021-04-02do not jump cursor around when fixing merge conflictsJesse Duffield
2021-04-02better handling of scrolling for conflicted filesJesse Duffield
2021-04-02add mutex to prevent crashes with merge conflictsJesse Duffield
2021-04-02big refactor to give our enums actual typesJesse Duffield
2021-04-02refactor to no longer call these things file changesJesse Duffield
2021-04-02allow toggling tree view for commit files panelJesse Duffield
2021-04-02file tree for commit filesJesse Duffield
2021-04-01shell out custom commandsJesse Duffield
2021-03-30same for renamesJesse Duffield
2021-03-30expand to path when switching to tree modeJesse Duffield
2021-03-30refactorJesse Duffield
2021-03-30prevent staging directory containing files with inline merge conflictsJesse Duffield
2021-03-30rename functionJesse Duffield
2021-03-30make fields privateJesse Duffield
2021-03-30rename some thingsJesse Duffield
2021-03-30allow configuring to show file tree on startupJesse Duffield
2021-03-30more functional approachJesse Duffield
2021-03-30better handling of cursor relocationJesse Duffield
2021-03-30handle nothing selectedJesse Duffield
2021-03-30better handling of refreshed filesJesse Duffield
2021-03-30allow toggling on/off file tree modeJesse Duffield
2021-03-30allow ignoring directoriesJesse Duffield
2021-03-30support some more thingsJesse Duffield
2021-03-30support toggling collapsedJesse Duffield
2021-03-30showing changes for directoriesJesse Duffield
2021-03-30more improvementsJesse Duffield
2021-03-30WIPJesse Duffield
2020-11-28refactor prompt optsJesse Duffield
2020-11-28Start on supporting auto-suggestions when checking out a branchJesse Duffield
2020-11-28standardise how we read from the configJesse Duffield
2020-11-28:ok_hand: update as per PR commentaryDavyd McColl
2020-11-28:bug: should only stage all if configured to do so _and_ there are no items s...Davyd McColl
2020-11-28:sparkles: implement quick commit when no files staged, if configured to do soDavyd McColl
2020-11-18fix lint errorsJesse Duffield
2020-10-10fix mutex deadlockJesse Duffield
2020-10-10do not put mutexes on state else we might unlock an unlocked mutexJesse Duffield
2020-10-10add some safe goroutinesJesse Duffield
2020-10-10paging keybindings for line by line panelJesse Duffield
2020-10-10type i18nJesse Duffield