summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context.go
AgeCommit message (Expand)Author
2022-05-07more documentationJesse Duffield
2022-04-16do not highlight line if there are no items to displayJesse Duffield
2022-03-26remove dead codeJesse Duffield
2022-03-26don't hide transient views upon losing focusJesse Duffield
2022-03-26show namesake for child viewsJesse Duffield
2022-03-26support viewing commits of reflog entry and show better view titleJesse Duffield
2022-03-24no more filterThenMapJesse Duffield
2022-03-24renameJesse Duffield
2022-03-24would you believe that I'm adding even more genericsJesse Duffield
2022-03-24many more genericsJesse Duffield
2022-03-24more genericsJesse Duffield
2022-03-17remove dead codeJesse Duffield
2022-03-17more consistent namingJesse Duffield
2022-03-17fix CIJesse Duffield
2022-03-17defend against view not yet having a context defined against itJesse Duffield
2022-03-17appease linterJesse Duffield
2022-03-17refactor contextsJesse Duffield
2022-03-17working againJesse Duffield
2022-03-17more refactoringJesse Duffield
2022-03-17some more refactoringJesse Duffield
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