summaryrefslogtreecommitdiffstats
path: root/pkg/gui/files_panel.go
AgeCommit message (Expand)Author
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
2020-10-10remove viperJesse Duffield
2020-10-06Add error panel.kobutomo
2020-10-06Ignore "i" command if the filename is .gitignorekobutomo
2020-10-02allow submodule init and show submodule diff with a prefixJesse Duffield
2020-10-02add submodules contextJesse Duffield
2020-09-29move models folder into commands folderJesse Duffield
2020-09-29move file and submoduleJesse Duffield
2020-09-29allow entering and returning from submoduleJesse Duffield
2020-09-29support discarding submodule changesJesse Duffield
2020-09-27better interfaceJesse Duffield