summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2007-06-06git-gui: Use arror cursor in blame viewer file dataLibravatar Shawn O. Pearce1-0/+3
2007-06-06git-gui: Simplify consecutive lines that come from the same commitLibravatar Shawn O. Pearce1-3/+22
2007-06-06git-gui: Improve the coloring in blame viewerLibravatar Shawn O. Pearce1-46/+30
2007-06-06git-gui: Remove empty blank line at end of blameLibravatar Shawn O. Pearce1-4/+9
2007-06-06git-gui: Cleanup blame::new widget initializationLibravatar Shawn O. Pearce1-39/+38
2007-06-06git-gui: Add a 4 digit commit abbreviation to the blame viewerLibravatar Shawn O. Pearce1-2/+40
2007-05-31git-gui: Allow as few as 0 lines of diff contextLibravatar Shawn O. Pearce2-2/+2
2007-05-30git-gui: Allow creating a branch when none existsLibravatar Shawn O. Pearce1-6/+8
2007-05-09git-gui: Format author/committer times in ISO formatLibravatar Shawn O. Pearce1-4/+10
2007-05-09git-gui: Cleanup minor nits in blame codeLibravatar Shawn O. Pearce1-17/+18
2007-05-08git-gui: Generate blame on uncommitted working tree fileLibravatar Shawn O. Pearce1-3/+13
2007-05-08git-gui: Convert blame to the "class" way of doing thingsLibravatar Shawn O. Pearce2-132/+122
2007-05-08git-gui: Don't attempt to inline array reads in methodsLibravatar Shawn O. Pearce1-1/+2
2007-05-08git-gui: Convert browser, console to "class" formatLibravatar Shawn O. Pearce5-183/+137
2007-05-08git-gui: Define a simple class/method systemLibravatar Shawn O. Pearce1-0/+153
2007-05-08git-gui: Allow shift-{k,j} to select a range of branches to mergeLibravatar Shawn O. Pearce1-0/+2
2007-05-07git-gui: Use vi-like keys in merge dialogLibravatar Shawn O. Pearce1-6/+14
2007-05-07git-gui: Include commit id/subject in merge choicesLibravatar Shawn O. Pearce1-45/+54
2007-05-07git-gui: Show all possible branches for mergeLibravatar Shawn O. Pearce1-7/+13
2007-05-07git-gui: Move merge support into a namespaceLibravatar Shawn O. Pearce1-13/+18
2007-05-07git-gui: Allow vi keys to scroll the diff/blame regionsLibravatar Shawn O. Pearce1-0/+17
2007-05-07git-gui: Move console procs into their own namespaceLibravatar Shawn O. Pearce4-39/+57
2007-05-07git-gui: Refactor into multiple files to save my sanityLibravatar Shawn O. Pearce14-0/+3788