| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Display the contents of a tag when the user clicks on it. | Paul Mackerras | 2005-08-19 | 1 | -29/+64 |
* | Added re-read refs command, and display all refs. | Paul Mackerras | 2005-08-19 | 1 | -6/+93 |
* | Save the maxwidth setting in the ~/.gitk file. | Paul Mackerras | 2005-08-19 | 1 | -0/+2 |
* | Fix a bug where commits with no children weren't marked as on-screen. | Paul Mackerras | 2005-08-19 | 1 | -8/+4 |
* | Use the --parents flag to git-rev-list. | Paul Mackerras | 2005-08-18 | 1 | -69/+32 |
* | Allow graph lines to jump through hyperspace. | Paul Mackerras | 2005-08-18 | 1 | -166/+413 |
* | Add graft support. | Paul Mackerras | 2005-08-17 | 1 | -1/+48 |
* | Refine the update heuristic to improve responsiveness a bit. | Paul Mackerras | 2005-08-11 | 1 | -22/+25 |
* | Only do an update every 100 commits when drawing the graph. | Paul Mackerras | 2005-08-10 | 1 | -10/+21 |
* | [PATCH] "Child" information in commit window - and cleanups | Linus Torvalds | 2005-08-09 | 1 | -10/+19 |
* | Better graph line details display and expand history coverage. | Paul Mackerras | 2005-08-08 | 1 | -39/+78 |
* | [PATCH] gitk "parent information" in commit window | Linus Torvalds | 2005-08-08 | 1 | -2/+14 |
* | Use lf translation rather than binary when reading commit data. | Paul Mackerras | 2005-08-07 | 1 | -1/+1 |
* | Change cursor to a hand cursor when over a SHA1 ID link. | Paul Mackerras | 2005-08-07 | 1 | -7/+23 |
* | Add forward and back buttons and make SHA1 IDs clickable links. | Paul Mackerras | 2005-08-06 | 1 | -10/+99 |
* | Compress the graph horizontally if it gets too wide. | Paul Mackerras | 2005-08-05 | 1 | -28/+81 |
* | Fix some bugs causing application error popups. | Paul Mackerras | 2005-07-31 | 1 | -5/+9 |
* | Improve the merge display when the result differs from all parents. | Paul Mackerras | 2005-07-29 | 1 | -7/+84 |
* | [PATCH] gitk: Use GIT_DIR where appropriate. | Junio C Hamano | 2005-07-28 | 1 | -11/+13 |
* | Import the --topo-order change and fix the writing of ~/.gitk. | Paul Mackerras | 2005-07-27 | 1 | -2/+3 |
* | Display the diffs for a merge in a unified fashion. | Paul Mackerras | 2005-07-27 | 1 | -4/+363 |
* | Handle the rename cases reported by git-diff-tree -C correctly. | Paul Mackerras | 2005-07-20 | 1 | -14/+29 |
* | Calculate the list of interesting files for a merge. | Paul Mackerras | 2005-07-20 | 1 | -47/+133 |
* | Make the diff display less gaudy. | Paul Mackerras | 2005-07-18 | 1 | -14/+32 |
* | Allow short SHA1 IDs in the SHA1 entry field. | Paul Mackerras | 2005-07-18 | 1 | -1/+18 |
* | Fix display of mode changes in details pane. | Paul Mackerras | 2005-07-17 | 1 | -33/+13 |