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