summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-06-23Improve render performance (#3686)Stefan Haller
2024-06-23Use utils.StringWidth to optimize rendering performanceStefan Haller
2024-06-23Rerender fewer views when their width changesStefan Haller
2024-06-23Don't redraw remote branches view when its width changesStefan Haller
2024-06-23Show current value in menus (#3628)Stefan Haller
2024-06-23Show radio buttons in the show log graph and commit sort order menusStefan Haller
2024-06-23Show radio buttons in the sort order menu for branchesStefan Haller
2024-06-23Support showing checkboxes or radio buttons in menusStefan Haller
2024-06-23Always show the "Discard unchanged changes" menu item (#3683)Stefan Haller
2024-06-23Always show the "Discard unchanged changes" menu itemStefan Haller
2024-06-23Fix custom patch operations for added files (#3684)Stefan Haller
2024-06-23Fix custom patch operations on added filesStefan Haller
2024-06-23Introduce options struct for RenderPatchForFileStefan Haller
2024-06-23Add test for moving a patch from an added file to an earlier commitStefan Haller
2024-06-23Add test for moving a patch from a deleted file to a new commitStefan Haller
2024-06-23Remove unneccesary test actionsStefan Haller
2024-06-23Fix PTY layout problems (#3658)Stefan Haller
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 menu (#3652)Stefan 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-23Fix duplicate keybinding suggestions in status bar after switching repos (#3660)Stefan Haller
2024-06-23Clear keybinding functions in resetHelpersAndControllersStefan Haller
2024-06-23Add a test demonstrating the bugStefan Haller
2024-06-23Fix truncation of branch names containing non-ASCII characters (#3685)Stefan 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-23Use actual ellipsis character instead of ... to truncate stringsStefan Haller
2024-06-23Reduce memory consumption when loading large number of commits (#3687)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-23Bump gocuiStefan Haller
2024-06-23Log memory usage every 10sStefan Haller
2024-06-23Search the model instead of the view in the commits panel (#3642)Stefan Haller
2024-06-23Use model searching in commits (and sub-commits) viewStefan Haller
2024-06-23Assert that the search status view is visibleStefan 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.commitAuthorFormat (#3625)Stefan Haller
2024-06-15Add user config gui.commitAuthorFormatanikiforov
2024-06-14Fix reporting of unexpected selections in integration tests (#3662)Stefan Haller
2024-06-14Fix reporting of unexpected selections in integration testsStefan Haller
2024-06-12Show "exec" todos in the list of rebase todos (#3654)Stefan 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