summaryrefslogtreecommitdiffstats
path: root/pkg/gui
AgeCommit message (Expand)Author
2024-06-23Run PTY tasks after layout so that they get the correct view sizeStefan Haller
2024-06-23Fix possible off-by-one error wrt PTY sizeStefan Haller
2024-06-23Add prompt to the remote branch checkout menuStefan Haller
2024-06-23Add menu promptStefan Haller
2024-06-23Extract function wrapMessageToWidthStefan Haller
2024-06-23Clear keybinding functions in resetHelpersAndControllersStefan Haller
2024-06-23Fix truncation of long branch names containing non-ASCII charactersStefan Haller
2024-06-23Add test demonstrating wrong truncation of branch names containing non-ASCII ...Stefan Haller
2024-06-23Render the view when scrolling with the wheelStefan Haller
2024-06-23Only render visible portion of the screen for commits viewStefan Haller
2024-06-23Simplify ListContextTrait.FocusLineStefan Haller
2024-06-23Log memory usage every 10sStefan Haller
2024-06-23Use model searching in commits (and sub-commits) viewStefan Haller
2024-06-23Add type assertions for all searchable contextsStefan Haller
2024-06-23Cleanup: remove outdated commentStefan Haller
2024-06-23Fix searching in the divergence (left/right) viewStefan Haller
2024-06-23Cleanup: reduce some code duplicationStefan Haller
2024-06-15Add user config gui.commitAuthorFormatanikiforov
2024-06-12Suspend lazygit when continuing a rebase with exec todosStefan Haller
2024-06-12Show "exec" todos in the list of rebase todosStefan Haller
2024-06-10Disregard master commits when finding base commit for fixupStefan Haller
2024-06-10Don't reference Model().Commits multiple timesStefan Haller
2024-06-07feat: support range selection for commit attributes amendAzraelSec
2024-06-07feat: let the staging secondary panel change view modeAzraelSec
2024-06-05Don't wait in integration tests when running in headless modeStefan Haller
2024-06-03Add command "Rebase onto base branch" to rebase menuStefan Haller
2024-06-03Remove target branch from title of rebase menuStefan Haller
2024-06-03Always show rebase menu, even when rebasing is not possibleStefan Haller
2024-06-03Make "Rebase" show up with "..." in the keybindings menuStefan Haller
2024-06-03Add command "View divergence from base branch"Stefan Haller
2024-06-03Show divergence from base branch in branches listStefan Haller
2024-06-03Remove ColoredBranchStatus and branchStatusColorStefan Haller
2024-06-03Factor out CommitLoader.mainBranches into its own class, and store it in ModelStefan Haller
2024-06-03More explicit test of status panel contentStefan Haller
2024-06-01Make "Find base commit for fixup" work with hunks with only added linesStefan Haller
2024-06-01Extract a function findCommitStefan Haller
2024-06-01Return errors from blameDeletedLines instead of just logging themStefan Haller
2024-06-01Also return hunks with only added lines from parseDiffStefan Haller
2024-06-01Make parseDiff a non-member function so that we can test it more easilyStefan Haller
2024-06-01Rename deletedLineInfo to hunkStefan Haller
2024-06-01Add user config `expandedSidePanelWeight`Stefan Haller
2024-06-01Add test for ExpandFocusedSidePanel configStefan Haller
2024-06-01Use --force instead of --force-with-lease when remote is not stored locallyStefan Haller
2024-06-01Rename Force to ForceWithLeaseStefan Haller
2024-06-01Ask to force push if server rejected the update, if remote not stored locallyStefan Haller
2024-05-29Refresh branches and reflog independently when sorting branches by dateStefan Haller
2024-05-29Fix out-of-date commentStefan Haller
2024-05-26Fix calculation of tooltip heightStefan Haller
2024-05-20Add property outputTitle to CustomCommandStefan Haller
2024-05-20feat: focus on local commits view after moving code into new commitAzraelSec