summaryrefslogtreecommitdiffstats
path: root/pkg/gui/commit_files_panel.go
AgeCommit message (Collapse)Author
2021-04-11add spans to i18nJesse Duffield
2021-04-11full coverage for logging commandsJesse Duffield
2021-04-06hide patch panel if we're in the commits panel and we refresh and it's now ↵Jesse Duffield
exited
2021-04-06do not refresh patch panel unless commit files panel is the current side panelJesse Duffield
2021-04-06more refactoringJesse Duffield
2021-04-06testJesse Duffield
type safe view access
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-06get rid of these positively ghastly method signaturesJesse Duffield
2021-04-02remove dead codeJesse 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-02disallow editing commit file directoryJesse Duffield
2021-04-02do not show commit files of another parent as added to the patchJesse Duffield
2021-04-02refactorJesse Duffield
2021-04-02file tree for commit filesJesse Duffield
2020-11-28Start on supporting auto-suggestions when checking out a branchJesse Duffield
switch to other fuzzy package with no dependencies
2020-10-10fix mutex deadlockJesse Duffield
2020-10-10paging keybindings for line by line panelJesse Duffield
support searching in line by line panel move mutexes into their own struct add line by line panel mutex apply LBL panel mutex bump gocui to prevent crashing when search item count decreases
2020-10-10type i18nJesse Duffield
2020-09-29move models folder into commands folderJesse Duffield
2020-09-29move commit filesJesse Duffield
2020-08-23better handling of there being no commit filesJesse Duffield
2020-08-23allow explicitly managing focusJesse Duffield
2020-08-23use context to return to the correct viewJesse Duffield
2020-08-23fix up patch managerJesse Duffield
2020-08-23minor refactorJesse Duffield
2020-08-23cleanup now that we're always using the same diff commandJesse Duffield
2020-08-23support creating patches from files in diff modeJesse Duffield
2020-08-23stop loading all the diffs at once now that we load them as we goJesse Duffield
2020-08-23faster patch managerJesse Duffield
2020-08-23support drilling down into the files of a diffJesse Duffield
2020-08-23when toggling files reset patch manager if patch ends up emptyJesse Duffield
2020-08-23remove sdumpJesse Duffield
2020-08-23refactorJesse Duffield
2020-08-23generalise patch building stuffJesse Duffield
2020-08-23rename Sha to parent now that we're also considering stash entriesJesse Duffield
2020-08-23slightly betterJesse Duffield
2020-08-23commit files kind of generalisedJesse Duffield
2020-08-23allowing commit files to be viewed in reflog as wellJesse Duffield
2020-08-23rename to SelectedLineIdxJesse Duffield
2020-08-23standardise diffmodeJesse Duffield
2020-08-23more standardisationJesse Duffield
2020-08-23some more thingsJesse Duffield
2020-08-23good progressJesse Duffield
2020-08-23centralise setting of main views contextJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-23lots more stuffJesse Duffield