summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* git-gui: Label the uncommitted blame history entryShawn O. Pearce2007-06-061-0/+2
* git-gui: Switch internal blame structure to Tcl listsShawn O. Pearce2007-06-061-30/+39
* git-gui: Cleanup redundant column management in blame viewerShawn O. Pearce2007-06-061-75/+46
* git-gui: Better document our blame variablesShawn O. Pearce2007-06-061-32/+34
* git-gui: Remove unused commit_list from blame viewerShawn O. Pearce2007-06-061-4/+1
* git-gui: Automatically expand the line number column as neededShawn O. Pearce2007-06-061-0/+7
* git-gui: Make the line number column slightly wider in blameShawn O. Pearce2007-06-061-1/+1
* git-gui: Use lighter colors in blame viewShawn O. Pearce2007-06-061-2/+3
* git-gui: Remove unnecessary space between columns in blame viewerShawn O. Pearce2007-06-061-1/+10
* git-gui: Remove the loaded column from the blame viewerShawn O. Pearce2007-06-061-27/+3
* git-gui: Clip the commit summaries in the blame history menuShawn O. Pearce2007-06-061-0/+3
* git-gui: Use a label instead of a button for the back buttonShawn O. Pearce2007-06-061-2/+6
* git-gui: Show original filename in blame tooltipShawn O. Pearce2007-06-061-0/+7
* git-gui: Combine blame groups only if commit and filename matchShawn O. Pearce2007-06-061-3/+9
* git-gui: Allow digging through history in blame viewerShawn O. Pearce2007-06-061-30/+188
* git-gui: Display a progress bar during blame annotation gatheringShawn O. Pearce2007-06-061-8/+20
* git-gui: Allow the user to control the blame/commit split pointShawn O. Pearce2007-06-061-25/+79
* git-gui: Show author initials in blame groupsShawn O. Pearce2007-06-061-11/+47
* git-gui: Space the commit group continuation out in blame viewShawn O. Pearce2007-06-061-3/+3
* git-gui: Cleanup minor style nitShawn O. Pearce2007-06-061-1/+1
* git-gui: Remove unnecessary reshow of blamed commitShawn O. Pearce2007-06-061-6/+0
* git-gui: Highlight the blame commit header from everything elseShawn O. Pearce2007-06-061-5/+23
* git-gui: Display tooltips in blame viewerShawn O. Pearce2007-06-061-1/+125
* git-gui: Use arror cursor in blame viewer file dataShawn O. Pearce2007-06-061-0/+3
* git-gui: Simplify consecutive lines that come from the same commitShawn O. Pearce2007-06-061-3/+22
* git-gui: Improve the coloring in blame viewerShawn O. Pearce2007-06-061-46/+30
* git-gui: Remove empty blank line at end of blameShawn O. Pearce2007-06-061-4/+9
* git-gui: Cleanup blame::new widget initializationShawn O. Pearce2007-06-061-39/+38
* git-gui: Add a 4 digit commit abbreviation to the blame viewerShawn O. Pearce2007-06-061-2/+40
* git-gui: Allow as few as 0 lines of diff contextShawn O. Pearce2007-05-312-2/+2
* git-gui: Allow creating a branch when none existsShawn O. Pearce2007-05-301-6/+8
* git-gui: Format author/committer times in ISO formatShawn O. Pearce2007-05-091-4/+10
* git-gui: Cleanup minor nits in blame codeShawn O. Pearce2007-05-091-17/+18
* git-gui: Generate blame on uncommitted working tree fileShawn O. Pearce2007-05-081-3/+13
* git-gui: Convert blame to the "class" way of doing thingsShawn O. Pearce2007-05-082-132/+122
* git-gui: Don't attempt to inline array reads in methodsShawn O. Pearce2007-05-081-1/+2
* git-gui: Convert browser, console to "class" formatShawn O. Pearce2007-05-085-183/+137
* git-gui: Define a simple class/method systemShawn O. Pearce2007-05-081-0/+153
* git-gui: Allow shift-{k,j} to select a range of branches to mergeShawn O. Pearce2007-05-081-0/+2
* git-gui: Use vi-like keys in merge dialoggitgui-0.7.0-rc1Shawn O. Pearce2007-05-071-6/+14
* git-gui: Include commit id/subject in merge choicesShawn O. Pearce2007-05-071-45/+54
* git-gui: Show all possible branches for mergeShawn O. Pearce2007-05-071-7/+13
* git-gui: Move merge support into a namespaceShawn O. Pearce2007-05-071-13/+18
* git-gui: Allow vi keys to scroll the diff/blame regionsShawn O. Pearce2007-05-071-0/+17
* git-gui: Move console procs into their own namespaceShawn O. Pearce2007-05-074-39/+57
* git-gui: Refactor into multiple files to save my sanityShawn O. Pearce2007-05-0714-0/+3788