summaryrefslogtreecommitdiffstats
path: root/pkg
AgeCommit message (Expand)Author
6 daysRemove non-English translation sets, read them from JSON insteadStefan Haller
6 daysRemove all empty stringsStefan Haller
6 daysConvert the non-English translation sets to JSON filesStefan Haller
6 daysRemove unused structStefan Haller
6 daysHighlight inactive selection in boldStefan Haller
6 daysClear highlight in HandleFocusLostStefan Haller
6 daysUse utils.StringWidth to optimize rendering performanceStefan Haller
6 daysRerender fewer views when their width changesStefan Haller
6 daysDon't redraw remote branches view when its width changesStefan Haller
6 daysShow radio buttons in the show log graph and commit sort order menusStefan Haller
6 daysShow radio buttons in the sort order menu for branchesStefan Haller
6 daysSupport showing checkboxes or radio buttons in menusStefan Haller
6 daysAlways show the "Discard unchanged changes" menu itemStefan Haller
6 daysFix custom patch operations on added filesStefan Haller
6 daysIntroduce options struct for RenderPatchForFileStefan Haller
6 daysAdd test for moving a patch from an added file to an earlier commitStefan Haller
6 daysAdd test for moving a patch from a deleted file to a new commitStefan Haller
6 daysRemove unneccesary test actionsStefan Haller
6 daysRun PTY tasks after layout so that they get the correct view sizeStefan Haller
6 daysFix possible off-by-one error wrt PTY sizeStefan Haller
6 daysAdd prompt to the remote branch checkout menuStefan Haller
6 daysAdd menu promptStefan Haller
6 daysExtract function wrapMessageToWidthStefan Haller
6 daysClear keybinding functions in resetHelpersAndControllersStefan Haller
6 daysAdd a test demonstrating the bugStefan Haller
6 daysFix truncation of long branch names containing non-ASCII charactersStefan Haller
6 daysAdd test demonstrating wrong truncation of branch names containing non-ASCII ...Stefan Haller
6 daysUse actual ellipsis character instead of ... to truncate stringsStefan Haller
6 daysRender the view when scrolling with the wheelStefan Haller
6 daysOnly render visible portion of the screen for commits viewStefan Haller
6 daysSimplify ListContextTrait.FocusLineStefan Haller
6 daysLog memory usage every 10sStefan Haller
6 daysUse model searching in commits (and sub-commits) viewStefan Haller
6 daysAssert that the search status view is visibleStefan Haller
6 daysAdd type assertions for all searchable contextsStefan Haller
6 daysCleanup: remove outdated commentStefan Haller
6 daysFix searching in the divergence (left/right) viewStefan Haller
6 daysCleanup: reduce some code duplicationStefan Haller
14 daysAdd user config gui.commitAuthorFormatanikiforov
2024-06-14Fix reporting of unexpected selections in integration testsStefan Haller
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-10Add test demonstrating the desired behaviorStefan Haller
2024-06-07feat: support range selection for commit attributes amendAzraelSec
2024-06-07feat: let the staging secondary panel change view modeAzraelSec
2024-06-07fix: typo in `IsVisible` assertion stringAzraelSec
2024-06-05Include demos when running integration tests with go testStefan Haller
2024-06-05Don't wait in integration tests when running in headless modeStefan Haller