summaryrefslogtreecommitdiffstats
path: root/pkg/gui/tasks_adapter.go
AgeCommit message (Expand)Author
2023-07-10Use an interface for tasks instead of a concrete structJesse Duffield
2023-07-09Use first class task objects instead of global counterJesse Duffield
2023-07-08Add busy count for integration testsJesse Duffield
2023-04-30Begin refactoring guiJesse Duffield
2023-03-21Make sure scrollbars have the right size initiallyStefan Haller
2022-08-07move merge conflicts code into controllerJesse Duffield
2022-08-06refactor to only have one context per viewJesse Duffield
2022-04-16add scrollbarsJesse Duffield
2022-03-17start moving commit panel handlers into controllerJesse Duffield
2022-01-15stop refreshing the screen so muchJesse Duffield
2021-11-05render commit graphJesse Duffield
2021-11-01some refactoring in anticipation of the graph featureJesse Duffield
2021-10-22fix merge conflict scrollingJesse Duffield
2021-10-17stop resetting scroll all the timeJesse Duffield
2021-04-09reduce flicker without worrying about carriage returnsJesse Duffield
2021-04-08revert no-flicker due to carriage return weirdnessJesse Duffield
2021-04-06fix flicker issue in main viewJesse Duffield
2021-04-06more refactoringJesse Duffield
2020-10-02allow submodule init and show submodule diff with a prefixJesse Duffield
2020-09-26more loggingJesse Duffield
2020-08-15clean up interface for popup panelsJesse Duffield
2020-05-19fix race condition when scrolling to merge conflictJesse Duffield
2020-03-25use reflog undo history pointerJesse Duffield
2020-03-09big golangci-lint cleanupJesse Duffield
2020-03-04refactorJesse Duffield
2020-03-04more generic way of supporting custom pagersJesse Duffield
2020-03-04supporing custom pagers step 1Jesse Duffield
2020-01-12allow fast flicking through any list panelJesse Duffield