summaryrefslogtreecommitdiffstats
path: root/pkg/gui/files_panel.go
AgeCommit message (Expand)Author
2020-08-23rename to SelectedLineIdxJesse Duffield
2020-08-23use interface for panel state rather than pointerJesse Duffield
2020-08-23standardise diffmodeJesse Duffield
2020-08-23more standardisationJesse Duffield
2020-08-23good progressJesse Duffield
2020-08-23centralise setting of main views contextJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-23centralise split main panel codeJesse Duffield
2020-08-23lots more stuffJesse Duffield
2020-08-23return nil when no file selectedJesse Duffield
2020-08-23standardise getting selected itemJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-23centralise some list view codeJesse Duffield
2020-08-16move cursor to right when using auto prefixJesse Duffield
2020-08-15more removing of gJesse Duffield
2020-08-15files viewJesse Duffield
2020-08-15renameJesse Duffield
2020-08-15clean up interface for popup panelsJesse Duffield
2020-08-12support force push after failureJesse Duffield
2020-08-12lowercase function nameJesse Duffield
2020-08-12stop pulling in generalJesse Duffield
2020-08-12minor refactorJesse Duffield
2020-08-12support multiple modes of git pullJesse Duffield
2020-08-12update namingJesse Duffield
2020-08-12pass callback directlyJesse Duffield
2020-08-12minor cleanupJesse Duffield
2020-08-07follow cursor when staging and unstaging a file renameJesse Duffield
2020-08-07allow renames to be discardedJesse Duffield
2020-07-17prompt to commit all files if committing with no staged filesJesse Duffield
2020-05-19fix race condition when scrolling to merge conflictJesse Duffield
2020-05-15check if user has configured to push to current by defaultJesse Duffield
2020-04-20Handle regex compilation errors and show them to the user.Kristijan Husak
2020-04-20Add option to set predefined commit message prefix. Fixes #760.Kristijan Husak
2020-03-29some more UI logicJesse Duffield
2020-03-29add new diff modeJesse Duffield
2020-03-28autostash changes when pulling file into indexJesse Duffield
2020-03-28move working tree state function into git.goJesse Duffield
2020-03-28better error handlingJesse Duffield
2020-03-28smart refreshing filesJesse Duffield
2020-03-28more centralised handling of refreshingJesse Duffield
2020-03-18better upstream tracking and allow renaming a branchJesse Duffield
2020-03-09big golangci-lint cleanupJesse Duffield
2020-03-04supporing custom pagers step 1Jesse Duffield
2020-02-25refactor the way we render listsJesse Duffield
2020-02-24support searching in side panelsJesse Duffield
2020-02-16add reset to upstream option on files panelJesse Duffield
2020-02-15remove old createMenu functionJesse Duffield
2020-02-15refactor stash options menuJesse Duffield
2020-02-15begin refactor of menu panelJesse Duffield
2020-02-06Moved function to git.goGlenn Vriesman