summaryrefslogtreecommitdiffstats
path: root/pkg/tasks/tasks.go
AgeCommit message (Expand)Author
9 daysUse ScanLinesAndTruncateWhenLongerThanBuffer instead of bufio.ScanLinesStefan Haller
2024-01-24Refactor repo_paths.go to use git rev-parseJohn Whitley
2023-07-23Fix crash caused by simultaneous read/write of scanner bufferJesse Duffield
2023-07-22Fix rendering to main view on windowsv0.39.2Andrew Savinykh
2023-07-10RefactorJesse Duffield
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-09Fix race conditionJesse Duffield
2023-07-08Add busy count for integration testsJesse Duffield
2023-04-02prevent unnecessary re-renders of viewJesse Duffield
2023-03-21Make sure scrollbars have the right size initiallyStefan Haller
2022-08-07add deadlock mutex packageJesse Duffield
2022-08-06refactor to only have one context per viewJesse Duffield
2022-05-07more documentationJesse Duffield
2022-03-19update lintersJesse Duffield
2021-11-07add testsv0.31.2Jesse Duffield
2021-11-07restore some code that was erroneously removedJesse Duffield
2021-11-05some more throttling stuffJesse Duffield
2021-11-05render commit graphJesse Duffield
2021-11-01some refactoring in anticipation of the graph featureJesse 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
2020-10-10add some safe goroutinesJesse Duffield
2020-10-02allow submodule init and show submodule diff with a prefixJesse Duffield
2020-09-29move OS commands into their own packageJesse Duffield
2020-09-26add in-built logging support for a better dev experienceJesse Duffield
2020-03-09big golangci-lint cleanupJesse Duffield
2020-03-04refactorJesse Duffield
2020-03-04supporing custom pagers step 1Jesse Duffield
2020-02-24tasks: don't use a function that requires Go 1.12Dawid Dziurla
2020-02-02more ticker improvementsJesse Duffield
2020-01-12allow fast flicking through any list panelJesse Duffield