summaryrefslogtreecommitdiff
path: root/gitk
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-06Add forward and back buttons and make SHA1 IDs clickable links.Libravatar Paul Mackerras1-10/+99
2005-08-05Compress the graph horizontally if it gets too wide.Libravatar Paul Mackerras1-28/+81
2005-07-31Fix some bugs causing application error popups.Libravatar Paul Mackerras1-5/+9
2005-07-29Improve the merge display when the result differs from all parents.Libravatar Paul Mackerras1-7/+84
2005-07-28[PATCH] gitk: Use GIT_DIR where appropriate.Libravatar Junio C Hamano1-11/+13
2005-07-27Import the --topo-order change and fix the writing of ~/.gitk.Libravatar Paul Mackerras1-2/+3
2005-07-27Display the diffs for a merge in a unified fashion.Libravatar Paul Mackerras1-4/+363
2005-07-20Handle the rename cases reported by git-diff-tree -C correctly.Libravatar Paul Mackerras1-14/+29
2005-07-20Calculate the list of interesting files for a merge.Libravatar Paul Mackerras1-47/+133
2005-07-18Make the diff display less gaudy.Libravatar Paul Mackerras1-14/+32
2005-07-18Allow short SHA1 IDs in the SHA1 entry field.Libravatar Paul Mackerras1-1/+18
2005-07-17Fix display of mode changes in details pane.Libravatar Paul Mackerras1-33/+13
2005-07-17First cut at displaying the diffs for a merge.Libravatar Paul Mackerras1-19/+34
2005-07-16Make searching in files changed faster, and fix some bugs.Libravatar Paul Mackerras1-43/+137
2005-07-16Add "Files" and "Pickaxe" to the find menu.Libravatar Paul Mackerras1-18/+247
2005-06-29Add a menu item for writing out a commit to a file.Libravatar Paul Mackerras1-9/+66
2005-06-27Add a menu item for creating tags.Libravatar Paul Mackerras1-43/+140
2005-06-27Fix a bug where we would corrupt the stuff read from git-rev-list.Libravatar Paul Mackerras1-2/+7
2005-06-27Add a menu entry for generating a patch between any two commits.Libravatar Paul Mackerras1-0/+87
2005-06-27Fix behaviour in the case where we have no commits to display.Libravatar Paul Mackerras1-10/+17
2005-06-27Check for the existence of the git directory on startup.Libravatar Paul Mackerras1-1/+11
2005-06-25Clear the SHA1 entry field when we go to paste something into itLibravatar Paul Mackerras1-0/+8
2005-06-25Add commit row context menu and handle left-click on graph linesLibravatar Paul Mackerras1-86/+180
2005-06-22Try to assign colors so crossing lines have different colorsLibravatar Paul Mackerras1-11/+71