summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers.go
AgeCommit message (Expand)Author
2024-01-28Improve keybinding descriptionsJesse Duffield
2024-01-24Move file discard action into files controllerJesse Duffield
2024-01-10Add command to find base commit for creating a fixupStefan Haller
2023-12-10Fall back to WithWaitingStatus if view showing the item is not visibleStefan Haller
2023-12-09Add WithWaitingStatusSyncStefan Haller
2023-10-10When refreshing models, re-apply active filter for the corresponding viewStefan Haller
2023-10-08Add WithInlineStatus helper functionStefan Haller
2023-08-29Extract a SubCommitsHelper from SwitchToSubCommitsControllerStefan Haller
2023-08-10Allow deleting remote tags/branches from local tag/branch views (#2738)Federico
2023-08-02Remove file watcher codeJesse Duffield
2023-07-30Remove worktree version guardsJesse Duffield
2023-07-30Hide worktree functionality on old git versionsJesse Duffield
2023-07-30Show base ref suggestions when creating worktreeJesse Duffield
2023-07-30Checkout worktree when creating from worktree viewJesse Duffield
2023-07-30Support creating worktrees from refsJesse Duffield
2023-07-30Prompt to switch to worktree when branch is checked out by other worktreeJesse Duffield
2023-07-30Update status to differentiate the main vs linked worktreesJoel Baranick
2023-07-30Initial addition of support for worktreesJoel Baranick
2023-07-22Better tag creation UXJesse Duffield
2023-07-03Introduce filtered list view modelJesse Duffield
2023-04-30Split commit message panel into commit summary and commit description panelSean
2023-04-30ensure initial context is set when entering submoduleJesse Duffield
2023-04-30move side window actions to controllers packageJesse Duffield
2023-04-30move more actions into controllerJesse Duffield
2023-04-30move window arrangement helperJesse Duffield
2023-04-30lots of changesJesse Duffield
2023-04-30standardise controller helper methodsJesse Duffield
2023-04-30standardise helper argsJesse Duffield
2023-04-30split context common from helper commonJesse Duffield
2023-04-30refactor cherry pick code to move state access out of helperJesse Duffield
2023-04-30lots more refactoringJesse Duffield
2023-04-30Begin refactoring guiJesse Duffield
2023-04-01Extract amendHead function into new AmendHelperStefan Haller
2023-03-24Merge pull request #2377 from shinhs0506/clear-staging-after-commitJesse Duffield
2023-03-20refresh the staging panel on successful commitJohn Shin
2023-02-27feat(subcommits): load unlimited sub-commitsRyooooooga
2022-12-30integrate snake game into lazygitJesse Duffield
2022-12-20fix(#2309): fix diff scrollRyooooooga
2022-12-01workingtree controller fixed with new references for commit in staged menuArnaud PERALTA
2022-08-07move merge conflicts code into controllerJesse Duffield
2022-08-06rename merging context to mergeConflictsJesse Duffield
2022-08-06refactor to only have one context per viewJesse Duffield
2022-07-31add optimistic rendering for staging and unstaging filesJesse Duffield
2022-04-11Add option to (un)set upstream for a local branchLuka Markušić
2022-03-27remove controllers structJesse Duffield
2022-03-26support viewing commits of reflog entry and show better view titleJesse Duffield
2022-03-26better wording againJesse Duffield
2022-03-26refactor to make code clearerJesse Duffield
2022-03-26add basic commits controller for handling actions that apply to all commit co...Jesse Duffield
2022-03-17add host helperJesse Duffield