summaryrefslogtreecommitdiffstats
path: root/pkg/gui/window.go
AgeCommit message (Collapse)Author
2023-04-30Begin refactoring guiJesse Duffield
This begins a big refactor of moving more code out of the Gui struct into contexts, controllers, and helpers. We also move some code into structs in the gui package purely for the sake of better encapsulation
2022-12-30appease linterJesse Duffield
2022-10-02use thread safe mapJesse Duffield
2022-10-02fix glitchy render of stale data when flicking through files and directoriesJesse Duffield
2022-08-06refactor to only have one context per viewJesse Duffield
2022-03-26don't hide transient views upon losing focusJesse Duffield
2022-03-26support viewing commits of reflog entry and show better view titleJesse Duffield
2022-03-17more refactoringJesse Duffield
2021-04-06more refactoringJesse Duffield
2021-04-06refactorJesse Duffield
2021-04-06refactor of contexts and filteringJesse Duffield
2021-04-02remove dead codeJesse Duffield
2021-04-02hide commit files view upon losing focus because you probably don't want it ↵Jesse Duffield
lingering anyway
2020-08-23cleanupJesse Duffield
2020-08-23slightly betterJesse Duffield
2020-08-23commit files kind of generalisedJesse Duffield
2020-08-23WIPJesse Duffield