summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-10-15WIP Make it searchablefocus-main-viewStefan Haller
2024-10-15Select line that is in the middle of the screenStefan Haller
2024-10-15Add navigation keybindingsStefan Haller
2024-10-15DROPME: change window title for testingStefan Haller
2024-10-15Make Files diff focusableStefan Haller
2024-10-15Extract code to DiffHelperStefan Haller
2024-10-15Extract helper method mainViewsStefan Haller
2024-10-15Remove utils.Clamp, use lo.Clamp insteadStefan Haller
2024-10-15[gocui] Make highlight overwrite the background colorStefan Haller
2024-10-13Allow pasting commits multiple times (#3983)Stefan Haller
2024-10-13Allow pasting commits more than onceStefan Haller
2024-10-13Wrap an overly long lineStefan Haller
2024-10-13Get rid of error return value of PostRefreshUpdate and a few related onesStefan Haller
2024-10-13Fix file icons (#3975)Stefan Haller
2024-10-13Add test to ensure that file icons are one runeStefan Haller
2024-10-13Fix many file iconsStefan Haller
2024-10-13Fix merge conflict resolution when file doesn't end with a LF (#3976)Stefan Haller
2024-10-09Fix ForEachLineInFile to not lose the last line if it doesn't end with a LFStefan Haller
2024-10-09Add regression test for resolving conflicts in a file without a trailing LFStefan Haller
2024-10-09Add test demonstrating problem with ForEachLineInFileStefan Haller
2024-10-09Extract helper function for easier testingStefan Haller
2024-09-28Auto-render hyperlinks (#3914)Stefan Haller
2024-09-28Use AutoRenderHyperLinks in confirmation viewStefan Haller
2024-09-28Use AutoRenderHyperLinks in main viewsStefan Haller
2024-09-28Turn on AutoRenderHyperLinks in the Command Log panelStefan Haller
2024-09-28Bump gocuiStefan Haller
2024-09-28Add a menu item to delete both local and remote branch at once (#3916)Stefan Haller
2024-09-28Add a menu item to delete both local and remote branch at onceStefan Haller
2024-09-28Better branch delete confirmation (#3915)Stefan Haller
2024-09-28Better local branch delete confirmationStefan Haller
2024-09-28Fix bug with deleting remote branch whose name doesn't match local branchStefan Haller
2024-09-28Add test that demonstrates bug with deleting remote branch with different nameStefan Haller
2024-09-28Add question marks to questionsStefan Haller
2024-09-28Remove unused textsStefan Haller
2024-09-28Remove obsolete TODO commentStefan Haller
2024-09-28Fix copying commit author to clipboard (#3936)Stefan Haller
2024-09-23Fix copying commit author to clipboardStefan Haller
2024-09-23Add test for copying a commit author to the clipboardStefan Haller
2024-09-18Add performance improvements section to release notes (#3922)Jesse Duffield
2024-09-18Add performance improvements section to release notesJesse Duffield
2024-09-18Fix crash when viewing the divergence of a branch which is up to date with it...v0.44.1Stefan Haller
2024-09-18Fix crash when viewing the divergence of a branch which is up to date with it...Stefan Haller
2024-09-18Improve performance with large numbers of untracked or modified files (#3919)Stefan Haller
2024-09-18Use map to quickly find children in BuildTreeFromFilespartho.kunda
2024-09-15Add options for disabling switching to the Files panel after popping or apply...Stefan Haller
2024-09-15Add options for disabling switching to the Files panel after popping or apply...Stefan Haller
2024-09-15With stacked branches, create fixup commit at the end of the branch it belong...Stefan Haller
2024-09-15Create fixup commit at end of its branch when there's a stack of branchesStefan Haller
2024-09-15Extract helper function for getting the hash of the last commit madeStefan Haller
2024-09-15Add changeToFixup field to MoveFixupCommitDownStefan Haller