| Commit message (Expand) | Author | Age | Files | Lines |
* | gitk: Fix incorrect invocation of getmergediffline | Paul Mackerras | 2006-04-06 | 1 | -1/+1 |
* | [PATCH] gitk: Fix searching for filenames in gitk | Pavel Roskin | 2006-04-06 | 1 | -1/+1 |
* | [PATCH] Provide configurable UI font for gitk | Keith Packard | 2006-04-05 | 1 | -6/+17 |
* | [PATCH] gitk: Use git wrapper to run git-ls-remote. | Mark Wooding | 2006-04-05 | 1 | -1/+1 |
* | [PATCH] gitk: add key bindings for selecting first and last commit | Rutger Nijlunsing | 2006-04-05 | 1 | -6/+69 |
* | gitk: Add a help menu item to display key bindings | Paul Mackerras | 2006-04-05 | 1 | -1/+43 |
* | [PATCH] gitk: allow goto heads | Stephen Rothwell | 2006-04-05 | 1 | -3/+4 |
* | gitk: replace parent and children arrays with lists | Paul Mackerras | 2006-04-02 | 1 | -93/+95 |
* | gitk: Better workaround for arrows on diagonal line segments | Paul Mackerras | 2006-03-31 | 1 | -16/+21 |
* | gitk: Allow top panes to scroll horizontally with mouse button 2 | Paul Mackerras | 2006-03-31 | 1 | -10/+35 |
* | gitk: Prevent parent link from overwriting commit headline | Paul Mackerras | 2006-03-31 | 1 | -9/+9 |
* | gitk: Show diffs for boundary commits | Paul Mackerras | 2006-03-30 | 1 | -2/+2 |
* | gitk: Use the new --boundary flag to git-rev-list | Paul Mackerras | 2006-03-30 | 1 | -3/+12 |
* | gitk: Fix two bugs reported by users | Paul Mackerras | 2006-03-22 | 1 | -11/+11 |
* | gitk: Improve appearance of first child links | Paul Mackerras | 2006-03-18 | 1 | -6/+53 |
* | gitk: Make downward-pointing arrows end in vertical line segment | Paul Mackerras | 2006-03-18 | 1 | -8/+21 |
* | gitk: Don't change cursor at end of layout if find in progress | Paul Mackerras | 2006-03-18 | 1 | -3/+6 |
* | gitk: Make commitdata an array rather than a list | Paul Mackerras | 2006-03-18 | 1 | -17/+10 |
* | gitk: Fix display of diff lines beginning with --- or +++ | Paul Mackerras | 2006-03-08 | 1 | -1/+3 |
* | [PATCH] gitk: Make error_popup react to Return | Martin Mares | 2006-03-03 | 1 | -0/+1 |
* | gitk: Fix a bug in drawing the selected line as a thick line | Paul Mackerras | 2006-03-02 | 1 | -19/+25 |
* | gitk: Further speedups | Paul Mackerras | 2006-03-02 | 1 | -24/+55 |
* | gitk: Various speed improvements | Paul Mackerras | 2006-02-28 | 1 | -116/+112 |
* | gitk: Fix Update menu item | Paul Mackerras | 2006-02-28 | 1 | -115/+23 |
* | gitk: Fix clicks on arrows on line ends | Paul Mackerras | 2006-02-28 | 1 | -54/+13 |
* | gitk: New improved gitk | Paul Mackerras | 2006-02-19 | 1 | -727/+824 |
* | gitk: Make "find" on "Files" work again. | Paul Mackerras | 2006-02-10 | 1 | -48/+34 |
* | gitk: Use git-diff-tree --cc for showing the diffs for merges | Paul Mackerras | 2006-02-07 | 1 | -501/+99 |
* | gitk: Add braces around if expressions | Paul Mackerras | 2006-02-07 | 1 | -9/+11 |
* | gitk: Work around Tcl's non-standard names for encodings | Paul Mackerras | 2005-12-07 | 1 | -94/+374 |
* | gitk: Some improvements for the code for updating the display | Paul Mackerras | 2005-12-06 | 1 | -44/+66 |
* | gitk: Factored out some common code into a new start_rev_list procedure | Paul Mackerras | 2005-12-01 | 1 | -30/+22 |
* | [PATCH] gitk: add Update menu item. | Sven Verdoolaege | 2005-12-01 | 1 | -34/+142 |
* | gitk: Add a preferences dialog with some basic stuff | Paul Mackerras | 2005-11-30 | 1 | -54/+88 |
* | [PATCH] gitk: Use i18n.commitencoding configuration item. | Junio C Hamano | 2005-11-28 | 1 | -1/+8 |
* | gitk: Fix diff this->selected and selected->this functions | Paul Mackerras | 2005-11-28 | 1 | -12/+10 |
* | [PATCH] gitk: UTF-8 support | Pavel Roskin | 2005-11-23 | 1 | -2/+3 |
* | [PATCH] gitk: put braces around exprs | Jeff Hobbs | 2005-11-23 | 1 | -41/+42 |
* | gitk: Disable fastdate stuff for now | Paul Mackerras | 2005-11-21 | 1 | -1/+5 |
* | gitk: Fix some bugs introduced by speedup changes | Paul Mackerras | 2005-11-20 | 1 | -11/+12 |
* | gitk: moving all three panes if clicking on an arrow. | Stefan-W. Hahn | 2005-11-19 | 1 | -1/+3 |
* | gitk: use git-diff-tree --no-commit-id | Pavel Roskin | 2005-11-19 | 1 | -4/+2 |
* | gitk: Specify line hover font | Frank Sorenson | 2005-11-18 | 1 | -1/+1 |
* | readrefs: grab all refs with one call to ls-remote. | Junio C Hamano | 2005-11-18 | 1 | -66/+32 |
* | Add -r flag and some speedups | Paul Mackerras | 2005-11-15 | 1 | -68/+102 |
* | [PATCH] Make "gitk" work better with dense revlists | Linus Torvalds | 2005-10-27 | 1 | -2/+2 |
* | Use "$@" rather than "${1+$@}" when invoking wish. | Paul Mackerras | 2005-09-27 | 1 | -1/+1 |
* | Change wish8.4 back to wish | Paul Mackerras | 2005-09-26 | 1 | -1/+1 |
* | [PATCH] Add new keybindings | Robert Suetterlin | 2005-09-22 | 1 | -1/+9 |
* | Draw selected graph line thicker and make arrowheads active. | Paul Mackerras | 2005-08-30 | 1 | -19/+126 |