| Commit message (Expand) | Author | Age | Files | Lines |
* | gitk: Fix bug causing Tcl error when updating graph | Paul Mackerras | 2007-08-13 | 1 | -13/+11 |
* | gitk: Fix bug introduced in commit 67a4f1a7 | Paul Mackerras | 2007-08-13 | 1 | -10/+14 |
* | [PATCH] gitk: Show an error and exit if no .git could be found | Alex Riesen | 2007-08-12 | 1 | -1/+4 |
* | [PATCH] gitk: Continue and show error message in new repos | Alex Riesen | 2007-08-12 | 1 | -1/+1 |
* | [PATCH] gitk: Handle MouseWheel events on Windows | Mark Levedahl | 2007-08-12 | 1 | -2/+25 |
* | [PATCH] gitk: Enable selected patch text on Windows | Mark Levedahl | 2007-08-12 | 1 | -2/+5 |
* | gitk: Fix bug causing the "can't unset idinlist(...)" error | Paul Mackerras | 2007-08-12 | 1 | -3/+2 |
* | gitk: Add a context menu for file list entries | Paul Mackerras | 2007-07-27 | 1 | -0/+36 |
* | gitk: Fix bugs in the Find function | Paul Mackerras | 2007-07-26 | 1 | -35/+53 |
* | gitk: Wait for the window to become visible after creating it | Paul Mackerras | 2007-07-23 | 1 | -0/+2 |
* | [PATCH] gitk: Bind keyboard actions to the command key on Mac OS | Shawn O. Pearce | 2007-07-22 | 1 | -32/+43 |
* | [PATCH] gitk: Ignore ctrl-z as EOF on windows | Mark Levedahl | 2007-07-22 | 1 | -1/+1 |
* | gitk: Make the fake commit for the index changes green rather than magenta | Paul Mackerras | 2007-07-22 | 1 | -1/+1 |
* | gitk: Show changes in index and changes in working directory separately | Paul Mackerras | 2007-07-13 | 1 | -57/+138 |
* | gitk: Fix bug introduced by previous commit | Paul Mackerras | 2007-07-13 | 1 | -3/+3 |
* | gitk: Improve handling of -- and ambiguous arguments | Paul Mackerras | 2007-07-12 | 1 | -20/+29 |
* | gitk: Use git log and add support for --left-right | Paul Mackerras | 2007-07-09 | 1 | -12/+34 |
* | gitk: Fix bug causing "can't read commitrow(0,n)" error | Paul Mackerras | 2007-07-09 | 1 | -2/+2 |
* | [PATCH] gitk: Fix for tree view ending in nested directories | Brian Downing | 2007-07-09 | 1 | -0/+3 |
* | gitk: Remove the unused stopfindproc function | Paul Mackerras | 2007-07-04 | 1 | -19/+0 |
* | gitk: Fix bug in the anc_or_desc routine | Paul Mackerras | 2007-07-04 | 1 | -1/+2 |
* | gitk: Fix the find and highlight functions | Paul Mackerras | 2007-07-04 | 1 | -138/+185 |
* | gitk: Update selection background colorbar in prefs dialog | Mark Levedahl | 2007-06-28 | 1 | -1/+1 |
* | gitk: Use a spinbox for setting tabstop settings | Mark Levedahl | 2007-06-28 | 1 | -1/+1 |
* | gitk: Add a progress bar to show progress while resetting | Paul Mackerras | 2007-06-26 | 1 | -7/+45 |
* | gitk: Improve handling of whitespace and special chars in filenames | Paul Mackerras | 2007-06-23 | 1 | -51/+84 |
* | gitk: Fix bug causing nearby tags/heads to sometimes not be displayed | Paul Mackerras | 2007-06-23 | 1 | -3/+11 |
* | gitk: Limit how often we change the canvas scrolling region | Paul Mackerras | 2007-06-23 | 1 | -1/+7 |
* | gitk: Add a "reset branch to here" row context-menu operation | Paul Mackerras | 2007-06-23 | 1 | -5/+57 |
* | gitk: Get rid of the childlist variable | Paul Mackerras | 2007-06-23 | 1 | -29/+17 |
* | gitk: Speed up the reading of references | Paul Mackerras | 2007-06-23 | 1 | -34/+31 |
* | gitk: Show local uncommitted changes as a fake commit | Paul Mackerras | 2007-06-23 | 1 | -53/+284 |
* | gitk: New algorithm for drawing the graph lines | Paul Mackerras | 2007-06-23 | 1 | -185/+297 |
* | gitk: Store ids in rowrangelist and idrowranges rather than row numbers | Paul Mackerras | 2007-06-23 | 1 | -48/+28 |
* | gitk: Disable the head context menu entries for the checked-out branch | Paul Mackerras | 2007-06-23 | 1 | -1/+8 |
* | gitk: Cope with commit messages with carriage-returns and initial blank lines | Paul Mackerras | 2007-06-23 | 1 | -6/+14 |
* | gitk: Implement a simple scheduler for the compute-intensive stuff | Paul Mackerras | 2007-06-23 | 1 | -253/+310 |
* | gitk: Improve the behaviour of the initial selection | Paul Mackerras | 2007-06-23 | 1 | -8/+30 |
* | gitk: Add some more comments to the optimize_rows procedure | Paul Mackerras | 2007-06-23 | 1 | -0/+12 |
* | gitk: Don't try to list large numbers of tags or heads in the details pane | Paul Mackerras | 2007-06-23 | 1 | -18/+24 |
* | gitk: New infrastructure for working out branches & previous/next tags | Paul Mackerras | 2007-06-23 | 1 | -350/+890 |
* | [PATCH] gitk: Allow specifying tabstop as other than default 8 characters. | Mark Levedahl | 2007-05-22 | 1 | -4/+13 |
* | [PATCH] gitk: Update fontsize in patch / tree list | Mark Levedahl | 2007-05-22 | 1 | -1/+2 |
* | [PATCH] gitk: Make selection highlight color configurable | Mark Levedahl | 2007-05-22 | 1 | -3/+23 |
* | gitk: Use the -q flag to git checkout | Paul Mackerras | 2007-05-22 | 1 | -1/+1 |
* | gitk: Allow user to choose whether to see the diff, old file, or new file | Paul Mackerras | 2007-04-19 | 1 | -0/+17 |
* | [PATCH] Improve look-and-feel of the gitk tool. | Eygene Ryabinkin | 2007-04-01 | 1 | -8/+15 |
* | [PATCH] Teach gitk to use the user-defined UI font everywhere. | Eygene Ryabinkin | 2007-04-01 | 1 | -6/+23 |
* | [PATCH] prefer "git COMMAND" over "git-COMMAND" in gitk | Brandon Casey | 2007-03-21 | 1 | -2/+2 |
* | [PATCH] gitk: bind <F5> key to Update (reread commits) | Eric Wong | 2007-03-12 | 1 | -0/+2 |