summaryrefslogtreecommitdiffstats
path: root/pkg/gui/types
AgeCommit message (Expand)Author
2023-08-02Remove file watcher codeJesse Duffield
2023-07-31Add automated demo recordings (#2853)Jesse Duffield
2023-07-31Add demo test variantJesse Duffield
2023-07-31Move IgnoreWhitespaceInDiffView to AppState, and persist it when it changesStefan Haller
2023-07-31Add a "Mark commit as base commit for rebase" commandStefan Haller
2023-07-31Add CheckedOutBranch to Model structStefan Haller
2023-07-30Land in the same panel when switching to a worktreeJesse Duffield
2023-07-30Initial addition of support for worktreesJoel Baranick
2023-07-22Keep track of authors across local commits and branch commits for suggestionsJesse Duffield
2023-07-20Only apply right-alignment on first column of keybindings menuJesse Duffield
2023-07-19Properly fix accordion issueJesse 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-09Add dev doc for busy/idle trackingJesse Duffield
2023-07-09Add mutex for refreshing branchesJesse Duffield
2023-07-08Add busy count for integration testsJesse Duffield
2023-07-03Scroll to top when filtering and retain selection when cancelling filterJesse Duffield
2023-07-03Cancel filter/search when hitting escapeJesse Duffield
2023-07-03Introduce filtered list view modelJesse Duffield
2023-05-20Visualize the "ignore whitespace" state in the subtitle of the diff viewStefan Haller
2023-05-02merge master into refactor-better-encapsulationJesse Duffield
2023-04-30Split commit message panel into commit summary and commit description panelSean
2023-04-30move quit actions to controllerJesse Duffield
2023-04-30move another action into controllerJesse Duffield
2023-04-30move more actions into controllerJesse Duffield
2023-04-30lots of changesJesse Duffield
2023-04-30split context common from helper commonJesse Duffield
2023-04-30start moving getDisplayStrings funcs into contextsJesse Duffield
2023-04-30lots more refactoringJesse Duffield
2023-04-30Begin refactoring guiJesse Duffield
2023-03-06Merge pull request #2433 from Ryooooooga/subcommits-limitJesse Duffield
2023-03-01Store WorkingTreeState in modelStefan Haller
2023-02-27feat(subcommits): load unlimited sub-commitsRyooooooga
2022-08-13move code from main into app package to allow test to be injectedJesse Duffield
2022-08-13move input and assert into integration tests packageJesse Duffield
2022-08-07allow rendering to main panels from anywhereJesse Duffield
2022-08-07add deadlock mutex packageJesse Duffield
2022-08-07move merge conflicts code into controllerJesse Duffield
2022-08-06refactor to only have one context per viewJesse Duffield
2022-08-01fix popup focus issueJesse Duffield
2022-08-01fix issue caused by opening a menu over a promptJesse Duffield
2022-07-31add optimistic rendering for staging and unstaging filesJesse Duffield
2022-07-30Fix github linter errorsLuka Markušić
2022-06-11allow opening lazygit to a specific panelJesse Duffield
2022-05-13fix: fix ambiguous refnameRyooooooga
2022-05-08rename displayString to label for menu itemsJesse Duffield
2022-05-08add tooltip view for showing menu item descriptionsJesse Duffield
2022-04-16add scrollbarsJesse Duffield
2022-04-02introduce Ref interfaceRyooooooga
2022-03-30pkg/gui: Rename IPopupHandler::Ask() to Confirm()Moritz Haase