summaryrefslogtreecommitdiff
path: root/lib/blame.tcl
AgeCommit message (Expand)AuthorFilesLines
2007-07-19git-gui: Don't show blame tooltips that we have no data forLibravatar Shawn O. Pearce1-0/+5
2007-07-19git-gui: Translate standard encoding names to Tcl onesLibravatar Shawn O. Pearce1-7/+12
2007-07-17git-gui: Always disable the Tcl EOF character when readingLibravatar Shawn O. Pearce1-0/+1
2007-07-09git-gui: Always use absolute path to all git executablesLibravatar Shawn O. Pearce1-14/+7
2007-07-08git-gui: Extract blame viewer status bar into mega-widgetLibravatar Shawn O. Pearce1-41/+11
2007-07-08Merge branch 'maint'Libravatar Shawn O. Pearce1-0/+4
2007-07-08git-gui: Skip nicknames when selecting author initialsLibravatar Shawn O. Pearce1-0/+4
2007-07-08git-gui: use "blame -w -C -C" for "where did it come from, originally?"Libravatar Junio C Hamano1-1/+9
2007-07-04git-gui: Start blame windows as tall as possibleLibravatar Shawn O. Pearce1-1/+2
2007-06-27git-gui: Don't nice git blame on MSYS as nice is not supportedLibravatar Shawn O. Pearce1-1/+5
2007-06-20git-gui: Bind Tab/Shift-Tab to cycle between panes in blameLibravatar Shawn O. Pearce1-1/+5
2007-06-11git-gui: Save geometry before the window layout is damagedLibravatar Shawn O. Pearce1-1/+0
2007-06-08git-gui: Changed blame header bar background to match main windowLibravatar Shawn O. Pearce1-7/+7
2007-06-06git-gui: Favor the original annotations over the recent onesLibravatar Shawn O. Pearce1-9/+13
2007-06-06git-gui: Improve our labeling of blame annotation typesLibravatar Shawn O. Pearce1-4/+6
2007-06-06git-gui: Use three colors for the blame viewer backgroundLibravatar Shawn O. Pearce1-19/+61
2007-06-06git-gui: Jump to original line in blame viewerLibravatar Shawn O. Pearce1-13/+42
2007-06-06git-gui: Display both commits in our tooltipsLibravatar Shawn O. Pearce1-58/+72
2007-06-06git-gui: Run blame twice on the same file and display both outputsLibravatar Shawn O. Pearce1-63/+113
2007-06-06git-gui: Display the "Loading annotation..." message in italicLibravatar Shawn O. Pearce1-1/+4
2007-06-06git-gui: Rename fields in blame viewer to better descriptionsLibravatar Shawn O. Pearce1-58/+58
2007-06-06git-gui: Label the uncommitted blame history entryLibravatar Shawn O. Pearce1-0/+2
2007-06-06git-gui: Switch internal blame structure to Tcl listsLibravatar Shawn O. Pearce1-30/+39
2007-06-06git-gui: Cleanup redundant column management in blame viewerLibravatar Shawn O. Pearce1-75/+46
2007-06-06git-gui: Better document our blame variablesLibravatar Shawn O. Pearce1-32/+34
2007-06-06git-gui: Remove unused commit_list from blame viewerLibravatar Shawn O. Pearce1-4/+1
2007-06-06git-gui: Automatically expand the line number column as neededLibravatar Shawn O. Pearce1-0/+7
2007-06-06git-gui: Make the line number column slightly wider in blameLibravatar Shawn O. Pearce1-1/+1
2007-06-06git-gui: Use lighter colors in blame viewLibravatar Shawn O. Pearce1-2/+3
2007-06-06git-gui: Remove unnecessary space between columns in blame viewerLibravatar Shawn O. Pearce1-1/+10
2007-06-06git-gui: Remove the loaded column from the blame viewerLibravatar Shawn O. Pearce1-27/+3
2007-06-06git-gui: Clip the commit summaries in the blame history menuLibravatar Shawn O. Pearce1-0/+3
2007-06-06git-gui: Use a label instead of a button for the back buttonLibravatar Shawn O. Pearce1-2/+6
2007-06-06git-gui: Show original filename in blame tooltipLibravatar Shawn O. Pearce1-0/+7
2007-06-06git-gui: Combine blame groups only if commit and filename matchLibravatar Shawn O. Pearce1-3/+9
2007-06-06git-gui: Allow digging through history in blame viewerLibravatar Shawn O. Pearce1-30/+188
2007-06-06git-gui: Display a progress bar during blame annotation gatheringLibravatar Shawn O. Pearce1-8/+20
2007-06-06git-gui: Allow the user to control the blame/commit split pointLibravatar Shawn O. Pearce1-25/+79
2007-06-06git-gui: Show author initials in blame groupsLibravatar Shawn O. Pearce1-11/+47
2007-06-06git-gui: Space the commit group continuation out in blame viewLibravatar Shawn O. Pearce1-3/+3
2007-06-06git-gui: Cleanup minor style nitLibravatar Shawn O. Pearce1-1/+1
2007-06-06git-gui: Remove unnecessary reshow of blamed commitLibravatar Shawn O. Pearce1-6/+0
2007-06-06git-gui: Highlight the blame commit header from everything elseLibravatar Shawn O. Pearce1-5/+23
2007-06-06git-gui: Display tooltips in blame viewerLibravatar Shawn O. Pearce1-1/+125
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