summaryrefslogtreecommitdiff
path: root/gitk
AgeCommit message (Expand)AuthorFilesLines
2006-03-18gitk: Improve appearance of first child linksLibravatar Paul Mackerras1-6/+53
2006-03-18gitk: Make downward-pointing arrows end in vertical line segmentLibravatar Paul Mackerras1-8/+21
2006-03-18gitk: Don't change cursor at end of layout if find in progressLibravatar Paul Mackerras1-3/+6
2006-03-18gitk: Make commitdata an array rather than a listLibravatar Paul Mackerras1-17/+10
2006-03-08gitk: Fix display of diff lines beginning with --- or +++Libravatar Paul Mackerras1-1/+3
2006-03-03[PATCH] gitk: Make error_popup react to ReturnLibravatar Martin Mares1-0/+1
2006-03-02gitk: Fix a bug in drawing the selected line as a thick lineLibravatar Paul Mackerras1-19/+25
2006-03-02gitk: Further speedupsLibravatar Paul Mackerras1-24/+55
2006-02-28gitk: Various speed improvementsLibravatar Paul Mackerras1-116/+112
2006-02-28gitk: Fix Update menu itemLibravatar Paul Mackerras1-115/+23
2006-02-28gitk: Fix clicks on arrows on line endsLibravatar Paul Mackerras1-54/+13
2006-02-19gitk: New improved gitkLibravatar Paul Mackerras1-727/+824
2006-02-10gitk: Make "find" on "Files" work again.Libravatar Paul Mackerras1-48/+34
2006-02-07gitk: Use git-diff-tree --cc for showing the diffs for mergesLibravatar Paul Mackerras1-501/+99
2006-02-07gitk: Add braces around if expressionsLibravatar Paul Mackerras1-9/+11
2005-12-07gitk: Work around Tcl's non-standard names for encodingsLibravatar Paul Mackerras1-94/+374
2005-12-06gitk: Some improvements for the code for updating the displayLibravatar Paul Mackerras1-44/+66
2005-12-01gitk: Factored out some common code into a new start_rev_list procedureLibravatar Paul Mackerras1-30/+22
2005-12-01[PATCH] gitk: add Update menu item.Libravatar Sven Verdoolaege1-34/+142
2005-11-30gitk: Add a preferences dialog with some basic stuffLibravatar Paul Mackerras1-54/+88
2005-11-28[PATCH] gitk: Use i18n.commitencoding configuration item.Libravatar Junio C Hamano1-1/+8
2005-11-28gitk: Fix diff this->selected and selected->this functionsLibravatar Paul Mackerras1-12/+10
2005-11-23[PATCH] gitk: UTF-8 supportLibravatar Pavel Roskin1-2/+3
2005-11-23[PATCH] gitk: put braces around exprsLibravatar Jeff Hobbs1-41/+42
2005-11-21gitk: Disable fastdate stuff for nowLibravatar Paul Mackerras1-1/+5
2005-11-20gitk: Fix some bugs introduced by speedup changesLibravatar Paul Mackerras1-11/+12
2005-11-19gitk: moving all three panes if clicking on an arrow.Libravatar Stefan-W. Hahn1-1/+3
2005-11-19gitk: use git-diff-tree --no-commit-idLibravatar Pavel Roskin1-4/+2
2005-11-18gitk: Specify line hover fontLibravatar Frank Sorenson1-1/+1
2005-11-18readrefs: grab all refs with one call to ls-remote.Libravatar Junio C Hamano1-66/+32
2005-11-15Add -r flag and some speedupsLibravatar Paul Mackerras1-68/+102
2005-10-27[PATCH] Make "gitk" work better with dense revlistsLibravatar Linus Torvalds1-2/+2
2005-09-27Use "$@" rather than "${1+$@}" when invoking wish.Libravatar Paul Mackerras1-1/+1
2005-09-26Change wish8.4 back to wishLibravatar Paul Mackerras1-1/+1
2005-09-22[PATCH] Add new keybindingsLibravatar Robert Suetterlin1-1/+9
2005-08-30Draw selected graph line thicker and make arrowheads active.Libravatar Paul Mackerras1-19/+126
2005-08-19Display the contents of a tag when the user clicks on it.Libravatar Paul Mackerras1-29/+64
2005-08-19Added re-read refs command, and display all refs.Libravatar Paul Mackerras1-6/+93
2005-08-19Save the maxwidth setting in the ~/.gitk file.Libravatar Paul Mackerras1-0/+2
2005-08-19Fix a bug where commits with no children weren't marked as on-screen.Libravatar Paul Mackerras1-8/+4
2005-08-18Use the --parents flag to git-rev-list.Libravatar Paul Mackerras1-69/+32
2005-08-18Allow graph lines to jump through hyperspace.Libravatar Paul Mackerras1-166/+413
2005-08-17Add graft support.Libravatar Paul Mackerras1-1/+48
2005-08-11Refine the update heuristic to improve responsiveness a bit.Libravatar Paul Mackerras1-22/+25
2005-08-10Only do an update every 100 commits when drawing the graph.Libravatar Paul Mackerras1-10/+21
2005-08-09[PATCH] "Child" information in commit window - and cleanupsLibravatar Linus Torvalds1-10/+19
2005-08-08Better graph line details display and expand history coverage.Libravatar Paul Mackerras1-39/+78
2005-08-08[PATCH] gitk "parent information" in commit windowLibravatar Linus Torvalds1-2/+14
2005-08-07Use lf translation rather than binary when reading commit data.Libravatar Paul Mackerras1-1/+1
2005-08-07Change cursor to a hand cursor when over a SHA1 ID link.Libravatar Paul Mackerras1-7/+23