summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
AgeCommit message (Expand)Author
2023-05-16Rename CmdLog -> GuiLogJesse 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-30appease linterJesse Duffield
2023-04-30move quit actions to controllerJesse Duffield
2023-04-30move more actions into controllerJesse Duffield
2023-04-30move window arrangement helperJesse 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-04-13Show warning about deprecated edit configsStefan Haller
2023-03-24Merge pull request #2377 from shinhs0506/clear-staging-after-commitJesse Duffield
2023-03-24remove old integration test recording codeJesse Duffield
2023-03-20Push initial context instead of just putting it in the context arrayStefan Haller
2023-02-27feat(subcommits): load unlimited sub-commitsRyooooooga
2023-01-16replaced 'screenMode' to 'windowSize' in configPhanindra kumar Paladi
2023-01-11Added screenMode configuration to gui configurationPhanindra kumar Paladi
2022-12-30feat: add `GitVersion` structRyooooooga
2022-12-30chore(gui): remove unused `gitConfig`Ryooooooga
2022-12-30integrate snake game into lazygitJesse Duffield
2022-12-24move background code into its own fileJesse Duffield
2022-12-20apply user config changes in sandbox modeJesse Duffield
2022-10-02use thread safe mapJesse Duffield
2022-09-23fix: scan to buffer to empty character input in stdinkawaemon
2022-09-17remove deprecated callsjiepeng
2022-09-16various changes to improve integration testsJesse Duffield
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-11add new integration test patternJesse Duffield
2022-08-07add deadlock mutex packageJesse Duffield
2022-08-07move merge conflicts code into controllerJesse Duffield
2022-08-06rename merging context to mergeConflictsJesse Duffield
2022-08-06use ptmx map so that we can have multiple ptmx's stored for resizingJesse Duffield
2022-08-06refactor to only have one context per viewJesse Duffield
2022-08-01fix popup focus issueJesse Duffield
2022-07-31add optimistic rendering for staging and unstaging filesJesse Duffield
2022-06-11allow opening lazygit to a specific panelJesse Duffield
2022-05-18chore(i18n): move `InitialViewTabContextMap` to `gui` packageRyooooooga
2022-05-18chore(i18n): localize panel titlesRyooooooga
2022-05-08add tooltip view for showing menu item descriptionsJesse Duffield
2022-05-08refactor view definitionsJesse Duffield
2022-04-23feat(gui): show commit iconsRyooooooga
2022-04-23feat(gui): show file iconsRyooooooga
2022-04-16add scrollbarsJesse Duffield
2022-04-16do not highlight line if there are no items to displayJesse Duffield
2022-04-02feat: fix permission problem of temp dirsRyooooooga
2022-03-30pkg/gui: Use 'alert' popups instead of 'confirm' popups where appropriateMoritz Haase
2022-03-30pkg/gui: Rename IPopupHandler::Ask() to Confirm()Moritz Haase