summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2007-06-08git-gui: Changed blame header bar background to match main windowgitgui-0.7.3Shawn O. Pearce-7/+7
2007-06-06git-gui: Favor the original annotations over the recent onesShawn O. Pearce-9/+13
2007-06-06git-gui: Improve our labeling of blame annotation typesShawn O. Pearce-4/+6
2007-06-06git-gui: Use three colors for the blame viewer backgroundShawn O. Pearce-19/+61
2007-06-06git-gui: Jump to original line in blame viewerShawn O. Pearce-13/+42
2007-06-06git-gui: Display both commits in our tooltipsShawn O. Pearce-58/+72
2007-06-06git-gui: Run blame twice on the same file and display both outputsShawn O. Pearce-63/+113
2007-06-06git-gui: Display the "Loading annotation..." message in italicShawn O. Pearce-1/+12
2007-06-06git-gui: Rename fields in blame viewer to better descriptionsShawn O. Pearce-58/+58
2007-06-06git-gui: Label the uncommitted blame history entryShawn O. Pearce-0/+2
2007-06-06git-gui: Switch internal blame structure to Tcl listsShawn O. Pearce-30/+39
2007-06-06git-gui: Cleanup redundant column management in blame viewerShawn O. Pearce-75/+46
2007-06-06git-gui: Better document our blame variablesShawn O. Pearce-32/+34
2007-06-06git-gui: Remove unused commit_list from blame viewerShawn O. Pearce-4/+1
2007-06-06git-gui: Automatically expand the line number column as neededShawn O. Pearce-0/+7
2007-06-06git-gui: Make the line number column slightly wider in blameShawn O. Pearce-1/+1
2007-06-06git-gui: Use lighter colors in blame viewShawn O. Pearce-2/+3
2007-06-06git-gui: Remove unnecessary space between columns in blame viewerShawn O. Pearce-1/+10
2007-06-06git-gui: Remove the loaded column from the blame viewerShawn O. Pearce-27/+3
2007-06-06git-gui: Clip the commit summaries in the blame history menuShawn O. Pearce-0/+3
2007-06-06git-gui: Use a label instead of a button for the back buttonShawn O. Pearce-2/+6
2007-06-06git-gui: Show original filename in blame tooltipShawn O. Pearce-0/+7
2007-06-06git-gui: Combine blame groups only if commit and filename matchShawn O. Pearce-3/+9
2007-06-06git-gui: Allow digging through history in blame viewerShawn O. Pearce-30/+188
2007-06-06git-gui: Display a progress bar during blame annotation gatheringShawn O. Pearce-8/+20
2007-06-06git-gui: Allow the user to control the blame/commit split pointShawn O. Pearce-25/+79
2007-06-06git-gui: Show author initials in blame groupsShawn O. Pearce-11/+47
2007-06-06git-gui: Space the commit group continuation out in blame viewShawn O. Pearce-3/+3
2007-06-06git-gui: Cleanup minor style nitShawn O. Pearce-1/+1
2007-06-06git-gui: Remove unnecessary reshow of blamed commitShawn O. Pearce-6/+0
2007-06-06git-gui: Highlight the blame commit header from everything elseShawn O. Pearce-5/+23
2007-06-06git-gui: Display tooltips in blame viewerShawn O. Pearce-1/+125
2007-06-06git-gui: Use arror cursor in blame viewer file dataShawn O. Pearce-0/+3
2007-06-06git-gui: Simplify consecutive lines that come from the same commitShawn O. Pearce-3/+22
2007-06-06git-gui: Improve the coloring in blame viewerShawn O. Pearce-46/+30
2007-06-06git-gui: Remove empty blank line at end of blameShawn O. Pearce-4/+9
2007-06-06git-gui: Cleanup blame::new widget initializationShawn O. Pearce-39/+38
2007-06-06git-gui: Add a 4 digit commit abbreviation to the blame viewerShawn O. Pearce-2/+40
2007-06-06New selection indication and softer colorsMatthijs Melchior-10/+8
2007-06-02Revert "Make the installation target of git-gui a little less chatty"Shawn O. Pearce-14/+6
2007-06-02git-gui: Verify Tcl/Tk is new enough for our needsShawn O. Pearce-0/+16
2007-06-02git-gui: Attach font_ui to all spinbox widgetsShawn O. Pearce-1/+1
2007-06-01git-gui: Don't quit when we destroy a child widgetShawn O. Pearce-1/+1
2007-06-01Make the installation target of git-gui a little less chattyAlex Riesen-6/+14
2007-05-31git-gui: Allow as few as 0 lines of diff contextShawn O. Pearce-5/+5
2007-05-30git-gui: Allow creating a branch when none existsShawn O. Pearce-6/+8
2007-05-27git-gui: Guess our share/git-gui/lib path at runtime if possiblegitgui-0.7.2Shawn O. Pearce-4/+16
2007-05-24Correct key bindings to Control-<foo>Shawn O. Pearce-6/+3
2007-05-22git-gui: Tighten internal pattern match for lib/ directoryShawn O. Pearce-1/+1
2007-05-17git-gui: Gracefully handle bad TCL_PATH at compile timegitgui-0.7.1Shawn O. Pearce-4/+44