Code

git-gui: Changed blame header bar background to match main window
[git.git] / lib / blame.tcl
2007-06-08 Shawn O. Pearcegit-gui: Changed blame header bar background to match... gitgui-0.7.3
2007-06-06 Shawn O. Pearcegit-gui: Favor the original annotations over the recent...
2007-06-06 Shawn O. Pearcegit-gui: Improve our labeling of blame annotation types
2007-06-06 Shawn O. Pearcegit-gui: Use three colors for the blame viewer background
2007-06-06 Shawn O. Pearcegit-gui: Jump to original line in blame viewer
2007-06-06 Shawn O. Pearcegit-gui: Display both commits in our tooltips
2007-06-06 Shawn O. Pearcegit-gui: Run blame twice on the same file and display...
2007-06-06 Shawn O. Pearcegit-gui: Display the "Loading annotation..." message...
2007-06-06 Shawn O. Pearcegit-gui: Rename fields in blame viewer to better descri...
2007-06-06 Shawn O. Pearcegit-gui: Label the uncommitted blame history entry
2007-06-06 Shawn O. Pearcegit-gui: Switch internal blame structure to Tcl lists
2007-06-06 Shawn O. Pearcegit-gui: Cleanup redundant column management in blame...
2007-06-06 Shawn O. Pearcegit-gui: Better document our blame variables
2007-06-06 Shawn O. Pearcegit-gui: Remove unused commit_list from blame viewer
2007-06-06 Shawn O. Pearcegit-gui: Automatically expand the line number column...
2007-06-06 Shawn O. Pearcegit-gui: Make the line number column slightly wider...
2007-06-06 Shawn O. Pearcegit-gui: Use lighter colors in blame view
2007-06-06 Shawn O. Pearcegit-gui: Remove unnecessary space between columns in...
2007-06-06 Shawn O. Pearcegit-gui: Remove the loaded column from the blame viewer
2007-06-06 Shawn O. Pearcegit-gui: Clip the commit summaries in the blame history...
2007-06-06 Shawn O. Pearcegit-gui: Use a label instead of a button for the back...
2007-06-06 Shawn O. Pearcegit-gui: Show original filename in blame tooltip
2007-06-06 Shawn O. Pearcegit-gui: Combine blame groups only if commit and filena...
2007-06-06 Shawn O. Pearcegit-gui: Allow digging through history in blame viewer
2007-06-06 Shawn O. Pearcegit-gui: Display a progress bar during blame annotation...
2007-06-06 Shawn O. Pearcegit-gui: Allow the user to control the blame/commit...
2007-06-06 Shawn O. Pearcegit-gui: Show author initials in blame groups
2007-06-06 Shawn O. Pearcegit-gui: Space the commit group continuation out in...
2007-06-06 Shawn O. Pearcegit-gui: Cleanup minor style nit
2007-06-06 Shawn O. Pearcegit-gui: Remove unnecessary reshow of blamed commit
2007-06-06 Shawn O. Pearcegit-gui: Highlight the blame commit header from everyth...
2007-06-06 Shawn O. Pearcegit-gui: Display tooltips in blame viewer
2007-06-06 Shawn O. Pearcegit-gui: Use arror cursor in blame viewer file data
2007-06-06 Shawn O. Pearcegit-gui: Simplify consecutive lines that come from...
2007-06-06 Shawn O. Pearcegit-gui: Improve the coloring in blame viewer
2007-06-06 Shawn O. Pearcegit-gui: Remove empty blank line at end of blame
2007-06-06 Shawn O. Pearcegit-gui: Cleanup blame::new widget initialization
2007-06-06 Shawn O. Pearcegit-gui: Add a 4 digit commit abbreviation to the blame...
2007-05-09 Shawn O. Pearcegit-gui: Format author/committer times in ISO format
2007-05-09 Shawn O. Pearcegit-gui: Cleanup minor nits in blame code
2007-05-09 Shawn O. Pearcegit-gui: Generate blame on uncommitted working tree...
2007-05-09 Shawn O. Pearcegit-gui: Convert blame to the "class" way of doing...
2007-05-09 Shawn O. Pearcegit-gui: Convert browser, console to "class" format
2007-05-08 Shawn O. PearceMerge branch 'maint'
2007-05-08 Shawn O. Pearcegit-gui: Allow vi keys to scroll the diff/blame regions
2007-05-08 Shawn O. Pearcegit-gui: Refactor into multiple files to save my sanity