summaryrefslogtreecommitdiffstats
path: root/pkg/gui/line_by_line_panel.go
AgeCommit message (Expand)Author
2021-04-06more lint fixesJesse Duffield
2021-04-06fix some things upJesse Duffield
2021-04-06testJesse Duffield
2021-04-06refactorJesse Duffield
2021-04-06refactor of contexts and filteringJesse Duffield
2021-04-06get rid of these positively ghastly method signaturesJesse Duffield
2021-04-06allow scrolling when staging lines or building patchJesse 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-02file tree for commit filesJesse 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-10more mutex safety with staging panelJesse Duffield
2020-10-10paging keybindings for line by line panelJesse Duffield
2020-08-23ensure there is always a current contextJesse Duffield
2020-08-23minor refactorJesse Duffield
2020-08-23use actual keysJesse Duffield
2020-08-23faster patch managerJesse Duffield
2020-08-23rename to SelectedLineIdxJesse Duffield
2020-08-23use camelCaseJesse Duffield
2020-08-23stop crash due to context stack not being initializedJesse Duffield
2020-08-23centralise setting of main views contextJesse Duffield
2020-08-23small thingsJesse Duffield
2020-08-23standardise getting selected itemJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-15move patch stuff into its own packageJesse Duffield
2020-08-15allow opening files on the selected line in the staging panelJesse Duffield
2020-05-19fix race condition when scrolling to merge conflictJesse Duffield
2020-03-09big golangci-lint cleanupJesse Duffield
2020-02-29better keybindings for patch building modeJesse Duffield
2020-01-31fix segfault on line by line panelJesse Duffield
2019-11-21add contexts to viewsJesse Duffield
2019-11-10simplify how the context system worksJesse Duffield
2019-11-10add mouse supportJesse Duffield
2019-11-05support line by line additions in staging and patch building contextsJesse Duffield