summaryrefslogtreecommitdiff
path: root/gitk
Commit message (Expand)AuthorAgeFilesLines
* gitk: Fix bug caused by missing commitlisted elementsPaul Mackerras2006-04-171-2/+3
* gitk: Fix incorrect invocation of getmergedifflinePaul Mackerras2006-04-061-1/+1
* [PATCH] gitk: Fix searching for filenames in gitkPavel Roskin2006-04-061-1/+1
* [PATCH] Provide configurable UI font for gitkKeith Packard2006-04-051-6/+17
* [PATCH] gitk: Use git wrapper to run git-ls-remote.Mark Wooding2006-04-051-1/+1
* [PATCH] gitk: add key bindings for selecting first and last commitRutger Nijlunsing2006-04-051-6/+69
* gitk: Add a help menu item to display key bindingsPaul Mackerras2006-04-051-1/+43
* [PATCH] gitk: allow goto headsStephen Rothwell2006-04-051-3/+4
* gitk: replace parent and children arrays with listsPaul Mackerras2006-04-021-93/+95
* gitk: Better workaround for arrows on diagonal line segmentsPaul Mackerras2006-03-311-16/+21
* gitk: Allow top panes to scroll horizontally with mouse button 2Paul Mackerras2006-03-311-10/+35
* gitk: Prevent parent link from overwriting commit headlinePaul Mackerras2006-03-311-9/+9
* gitk: Show diffs for boundary commitsPaul Mackerras2006-03-301-2/+2
* gitk: Use the new --boundary flag to git-rev-listPaul Mackerras2006-03-301-3/+12
* gitk: Fix two bugs reported by usersPaul Mackerras2006-03-221-11/+11
* gitk: Improve appearance of first child linksPaul Mackerras2006-03-181-6/+53
* gitk: Make downward-pointing arrows end in vertical line segmentPaul Mackerras2006-03-181-8/+21
* gitk: Don't change cursor at end of layout if find in progressPaul Mackerras2006-03-181-3/+6
* gitk: Make commitdata an array rather than a listPaul Mackerras2006-03-181-17/+10
* gitk: Fix display of diff lines beginning with --- or +++Paul Mackerras2006-03-081-1/+3
* [PATCH] gitk: Make error_popup react to ReturnMartin Mares2006-03-031-0/+1
* gitk: Fix a bug in drawing the selected line as a thick linePaul Mackerras2006-03-021-19/+25
* gitk: Further speedupsPaul Mackerras2006-03-021-24/+55
* gitk: Various speed improvementsPaul Mackerras2006-02-281-116/+112
* gitk: Fix Update menu itemPaul Mackerras2006-02-281-115/+23
* gitk: Fix clicks on arrows on line endsPaul Mackerras2006-02-281-54/+13
* gitk: New improved gitkPaul Mackerras2006-02-191-727/+824
* gitk: Make "find" on "Files" work again.Paul Mackerras2006-02-101-48/+34
* gitk: Use git-diff-tree --cc for showing the diffs for mergesPaul Mackerras2006-02-071-501/+99
* gitk: Add braces around if expressionsPaul Mackerras2006-02-071-9/+11
* gitk: Work around Tcl's non-standard names for encodingsPaul Mackerras2005-12-071-94/+374
* gitk: Some improvements for the code for updating the displayPaul Mackerras2005-12-061-44/+66
* gitk: Factored out some common code into a new start_rev_list procedurePaul Mackerras2005-12-011-30/+22
* [PATCH] gitk: add Update menu item.Sven Verdoolaege2005-12-011-34/+142
* gitk: Add a preferences dialog with some basic stuffPaul Mackerras2005-11-301-54/+88
* [PATCH] gitk: Use i18n.commitencoding configuration item.Junio C Hamano2005-11-281-1/+8
* gitk: Fix diff this->selected and selected->this functionsPaul Mackerras2005-11-281-12/+10
* [PATCH] gitk: UTF-8 supportPavel Roskin2005-11-231-2/+3
* [PATCH] gitk: put braces around exprsJeff Hobbs2005-11-231-41/+42
* gitk: Disable fastdate stuff for nowPaul Mackerras2005-11-211-1/+5
* gitk: Fix some bugs introduced by speedup changesPaul Mackerras2005-11-201-11/+12
* gitk: moving all three panes if clicking on an arrow.Stefan-W. Hahn2005-11-191-1/+3
* gitk: use git-diff-tree --no-commit-idPavel Roskin2005-11-191-4/+2
* gitk: Specify line hover fontFrank Sorenson2005-11-181-1/+1
* readrefs: grab all refs with one call to ls-remote.Junio C Hamano2005-11-181-66/+32
* Add -r flag and some speedupsPaul Mackerras2005-11-151-68/+102
* [PATCH] Make "gitk" work better with dense revlistsLinus Torvalds2005-10-271-2/+2
* Use "$@" rather than "${1+$@}" when invoking wish.Paul Mackerras2005-09-271-1/+1
* Change wish8.4 back to wishPaul Mackerras2005-09-261-1/+1
* [PATCH] Add new keybindingsRobert Suetterlin2005-09-221-1/+9