summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
AgeCommit message (Expand)Author
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
2022-03-27remove controllers structJesse Duffield
2022-03-27pkg/gui: Fix crash if auto-fetch interval is non-positiveMoritz Haase
2022-03-27config: Add option 'git.autoRefresh' to en-/disable auto-refreshMoritz Haase
2022-03-26show namesake for child viewsJesse Duffield
2022-03-26support viewing commits of reflog entry and show better view titleJesse Duffield
2022-03-19update lintersJesse Duffield
2022-03-17move workspace reset menu into controllerJesse Duffield
2022-03-17add remote branches controllerJesse Duffield
2022-03-17fix integration testJesse Duffield
2022-03-17refactor custom commandsJesse Duffield
2022-03-17prevent interrupting confirmation panelJesse Duffield
2022-03-17refactor credential handlingJesse Duffield
2022-03-17add commit message controllerJesse Duffield
2022-03-17add commit files controllerJesse Duffield
2022-03-17stash controllerJesse Duffield
2022-03-17include stash in commitish controllerJesse Duffield
2022-03-17move git flowJesse Duffield
2022-03-17refactorJesse Duffield
2022-03-17add common commit controllerJesse Duffield
2022-03-17add subcommits controllerJesse Duffield
2022-03-17reflog controllerJesse Duffield
2022-03-17more consistent namingJesse Duffield
2022-03-17ensure we retain state when returning to submodule parentJesse Duffield
2022-03-17appease linterJesse Duffield
2022-03-17refactor controllersJesse Duffield
2022-03-17controller for viewing sub commitsJesse Duffield
2022-03-17rename OSCommand field to osJesse Duffield