summaryrefslogtreecommitdiffstats
path: root/pkg/gui/global_handlers.go
AgeCommit message (Collapse)Author
2021-04-11add spans to i18nJesse Duffield
2021-04-11ask question buttonJesse Duffield
2021-04-11fix testJesse Duffield
2021-04-11allow focusing on command log viewJesse Duffield
2021-04-11allow showing, hiding, and scrolling the extras panelJesse Duffield
2021-04-11support scrolling extras viewJesse Duffield
2021-04-11full coverage for logging commandsJesse Duffield
2021-04-06more refactoringJesse Duffield
2021-04-06small refactorJesse Duffield
2021-04-06testJesse Duffield
type safe view access
2021-04-06fix panicJesse Duffield
2021-04-06get rid of these positively ghastly method signaturesJesse Duffield
2021-04-06better scroll supportJesse Duffield
2021-04-06allow scrolling when staging lines or building patchJesse Duffield
2021-04-02big refactor to give our enums actual typesJesse Duffield
2020-12-24gui: ReplaceAll -> ReplaceDawid Dziurla
2020-11-21notify user upon copying something to clipboardJesse Duffield
2020-11-18fix lint errorsJesse Duffield
2020-10-10do not put mutexes on state else we might unlock an unlocked mutexJesse 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-10-10remove viperJesse Duffield
WIP
2020-08-28restore donate linkv0.22.4Jesse Duffield
2020-08-23allow spamming the p keyJesse Duffield
2020-08-23check for missing view when scrollingJesse Duffield
2020-08-23more standardising modesJesse Duffield
2020-08-23deal with the fact that a nil wrapped in an interface is not equal to nilJesse Duffield
2020-08-23centralise code for copying to clipboardJesse Duffield
2020-08-23better handling of our different modes and also cherry pickingJesse Duffield
2020-08-23show when building patchJesse Duffield
2020-08-23more stuffJesse Duffield
2020-08-23more standardisation of renderingJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-15clean up interface for popup panelsJesse Duffield
2020-08-13centralise logic for information sectionJesse Duffield
WIP
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
WIP
2020-05-19allow user to scroll themselves inside merge panelv0.20.4Jesse Duffield
2020-03-29add new diff modeJesse Duffield
WIP WIP WIP WIP WIP WIP WIP
2020-03-29refactor gui.goJesse Duffield