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