summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context.go
AgeCommit message (Expand)Author
2022-03-17move context keys into context packageJesse Duffield
2022-03-17start moving commit panel handlers into controllerJesse Duffield
2022-01-15stop refreshing the screen so muchJesse Duffield
2021-12-06more efficient context diff size changingJesse Duffield
2021-12-06Fix: Don't access a view if it's `nil`DerTeta
2021-11-05support scrolling left and rightJesse Duffield
2021-11-01some refactoring in anticipation of the graph featureJesse Duffield
2021-09-27honour options menu pressJesse Duffield
2021-04-11allow focusing on command log viewJesse Duffield
2021-04-11more support for command log and more code reuse for contextsJesse Duffield
2021-04-06reduce chance of deadlock by using a RW mutex on the context stackJesse Duffield
2021-04-06do not refresh patch panel unless commit files panel is the current side panelJesse Duffield
2021-04-06prevent deadlocks.Jesse Duffield
2021-04-06marginally better logic for searchingJesse Duffield
2021-04-06do not double-append contexts to the stackJesse Duffield
2021-04-06add commentJesse Duffield
2021-04-06more lint fixesJesse Duffield
2021-04-06more refactoringJesse Duffield
2021-04-06fix bug where searching through view got stuck if you went over the upper boundJesse Duffield
2021-04-06small refactorJesse Duffield
2021-04-06testJesse Duffield
2021-04-06refactorJesse Duffield
2021-04-06refactor to get view tab context map into gui stateJesse Duffield
2021-04-06switching repos without restarting the guiJesse Duffield
2021-04-06refactor of contexts and filteringJesse Duffield
2021-04-02add mutex to prevent crashes with merge conflictsJesse Duffield
2021-04-02hide commit files view upon losing focus because you probably don't want it l...Jesse Duffield
2021-04-02big refactor to give our enums actual typesJesse Duffield
2020-11-28Start on supporting auto-suggestions when checking out a branchJesse Duffield
2020-11-18fix lint errorsJesse Duffield
2020-10-10add some safe goroutinesJesse Duffield
2020-10-02add submodules contextJesse Duffield
2020-10-02make it easier to add a tab to a viewJesse Duffield
2020-10-01add mutex to views arrayJesse Duffield
2020-09-27better validation messagesJesse Duffield
2020-09-27minor fixupJesse Duffield
2020-09-26more lenient handling of views not existingJesse Duffield
2020-09-26add in-built logging support for a better dev experienceJesse Duffield
2020-08-23Return whether the context has a parent or not along with that parentJesse Duffield
2020-08-23fix up patch managerJesse Duffield
2020-08-23fix logic for entering merging panelJesse Duffield
2020-08-23centralise logic for rendering options mapJesse Duffield
2020-08-23use constantsJesse Duffield
2020-08-23ensure there is always a current contextJesse Duffield
2020-08-23cleanupJesse Duffield
2020-08-23comment these things out because we're not using them yetJesse 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-23genericise creating new branches off thingsJesse Duffield
2020-08-23allow getting the current item genericallyJesse Duffield