| Commit message (Expand) | Author | Age | Files | Lines |
* | Move gitk to its own subdirectory | Junio C Hamano | 2007-11-18 | 1 | -8661/+0 |
* | gitk: Use the UI font for the diff/old version/new version radio buttons | Paul Mackerras | 2007-10-27 | 1 | -3/+3 |
* | Merge branch 'dev' | Paul Mackerras | 2007-10-27 | 1 | -1076/+1638 |
|\ |
|
| * | gitk: Simplify the code for finding commits | Paul Mackerras | 2007-10-27 | 1 | -152/+54 |
| * | Merge branch 'master' into dev | Paul Mackerras | 2007-10-23 | 1 | -33/+115 |
| |\ |
|
| * | | gitk: Use the status window for other functions | Paul Mackerras | 2007-10-23 | 1 | -6/+6 |
| * | | gitk: Integrate the reset progress bar in the main frame | Paul Mackerras | 2007-10-23 | 1 | -21/+27 |
| * | | gitk: Fix Tcl error: can't unset findcurline | Paul Mackerras | 2007-10-19 | 1 | -2/+2 |
| * | | gitk: Get rid of the diffopts variable | Paul Mackerras | 2007-10-06 | 1 | -13/+6 |
| * | | gitk: Fix bug where the last few commits would sometimes not be visible | Paul Mackerras | 2007-10-06 | 1 | -1/+1 |
| * | | gitk: Add a font chooser | Paul Mackerras | 2007-10-06 | 1 | -1/+155 |
| * | | gitk: Keep track of font attributes ourselves instead of using font actual | Paul Mackerras | 2007-10-06 | 1 | -25/+57 |
| * | | gitk: Use named fonts instead of the font specification | Paul Mackerras | 2007-10-04 | 1 | -115/+142 |
| * | | gitk: Fix bug causing Tcl error when changing find match type | Paul Mackerras | 2007-10-04 | 1 | -3/+3 |
| * | | gitk: Fix the tab setting in the diff display window | Paul Mackerras | 2007-09-28 | 1 | -6/+31 |
| * | | gitk: Add progress bars for reading in stuff and for finding | Paul Mackerras | 2007-09-27 | 1 | -33/+153 |
| * | | gitk: Fix a couple of bugs | Paul Mackerras | 2007-09-27 | 1 | -13/+20 |
| * | | gitk: Simplify highlighting interface and combine with Find function | Paul Mackerras | 2007-09-22 | 1 | -200/+220 |
| * | | gitk: Fix bug in generating patches | Paul Mackerras | 2007-09-15 | 1 | -0/+2 |
| * | | gitk: Get rid of lookingforhead, use commitinterest instead | Paul Mackerras | 2007-09-15 | 1 | -25/+17 |
| * | | gitk: Fix bugs in setting rowfinal | Paul Mackerras | 2007-09-15 | 1 | -6/+9 |
| * | | gitk: Make it possible to lay out all the rows we have received so far | Paul Mackerras | 2007-09-05 | 1 | -36/+91 |
| * | | gitk: Add a cache for the topology info | Paul Mackerras | 2007-08-30 | 1 | -22/+237 |
| * | | gitk: Fix bug causing undefined variable error when cherry-picking | Paul Mackerras | 2007-08-29 | 1 | -1/+2 |
| * | | gitk: Fix bug causing incorrect ref list contents when switching view | Paul Mackerras | 2007-08-29 | 1 | -1/+1 |
| * | | gitk: Do only the parts of the layout that are needed | Paul Mackerras | 2007-08-29 | 1 | -225/+263 |
| * | | gitk: Get rid of the rowchk array | Paul Mackerras | 2007-08-24 | 1 | -24/+31 |
| * | | gitk: Fix some problems with the display of ids as links | Paul Mackerras | 2007-08-23 | 1 | -32/+55 |
| * | | gitk: Get rid of idinlist array | Paul Mackerras | 2007-08-23 | 1 | -38/+46 |
| * | | gitk: Get rid of idrowranges and rowrangelist | Paul Mackerras | 2007-08-22 | 1 | -76/+66 |
| * | | Merge branch 'master' into dev | Paul Mackerras | 2007-08-20 | 1 | -14/+257 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into dev | Paul Mackerras | 2007-08-13 | 1 | -29/+23 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' into dev | Paul Mackerras | 2007-08-13 | 1 | -9/+37 |
| |\ \ \ \ |
|
| * | | | | | gitk: Eliminate diagonal arrows | Paul Mackerras | 2007-08-12 | 1 | -51/+36 |
| * | | | | | gitk: Improve the drawing of links to parent lines | Paul Mackerras | 2007-08-01 | 1 | -7/+27 |
| * | | | | | gitk: Establish and use global left-to-right ordering for commits | Paul Mackerras | 2007-07-31 | 1 | -204/+149 |
* | | | | | | gitk: Fix a couple more bugs in the path limiting | Paul Mackerras | 2007-10-24 | 1 | -18/+29 |
| |_|_|_|/
|/| | | | |
|
* | | | | | gitk: Fix some bugs with path limiting in the diff display | Paul Mackerras | 2007-10-23 | 1 | -1/+5 |
* | | | | | gitk: Ensure tabstop setting gets restored by Cancel button | Paul Mackerras | 2007-10-23 | 1 | -7/+7 |
* | | | | | gitk: Limit diff display to listed paths by default | Paul Mackerras | 2007-10-23 | 1 | -10/+86 |
* | | | | | gitk: Fix "can't unset prevlines(...)" Tcl error | Paul Mackerras | 2007-10-21 | 1 | -16/+5 |
* | | | | | gitk: Avoid an error when cherry-picking if HEAD has moved on | Paul Mackerras | 2007-10-20 | 1 | -1/+1 |
* | | | | | gitk: Check that we are running on at least Tcl/Tk 8.4 | Paul Mackerras | 2007-10-20 | 1 | -0/+7 |
* | | | | | gitk: Do not pick up file names of "copy from" lines | Johannes Sixt | 2007-10-19 | 1 | -2/+1 |
* | | | | | gitk: Add support for OS X mouse wheel | Jonathan del Strother | 2007-10-19 | 1 | -0/+6 |
* | | | | | gitk: disable colours when calling git log | Sam Vilain | 2007-10-17 | 1 | -1/+1 |
* | | | | | gitk: Fix bug causing undefined variable error when cherry-picking | Paul Mackerras | 2007-08-29 | 1 | -1/+2 |
| |_|_|/
|/| | | |
|
* | | | | gitk: Add a window to list branches, tags and other references | Paul Mackerras | 2007-08-20 | 1 | -2/+210 |
* | | | | [PATCH] gitk: Handle 'copy from' and 'copy to' in diff headers. | Johannes Sixt | 2007-08-17 | 1 | -6/+8 |
* | | | | gitk: Fix bug in fix for warning when removing a branch | Paul Mackerras | 2007-08-17 | 1 | -1/+1 |