summaryrefslogtreecommitdiff
path: root/gitk
Commit message (Expand)AuthorAgeFilesLines
* gitk: Update selection background colorbar in prefs dialogMark Levedahl2007-06-281-1/+1
* gitk: Use a spinbox for setting tabstop settingsMark Levedahl2007-06-281-1/+1
* gitk: Add a progress bar to show progress while resettingPaul Mackerras2007-06-261-7/+45
* gitk: Improve handling of whitespace and special chars in filenamesPaul Mackerras2007-06-231-51/+84
* gitk: Fix bug causing nearby tags/heads to sometimes not be displayedPaul Mackerras2007-06-231-3/+11
* gitk: Limit how often we change the canvas scrolling regionPaul Mackerras2007-06-231-1/+7
* gitk: Add a "reset branch to here" row context-menu operationPaul Mackerras2007-06-231-5/+57
* gitk: Get rid of the childlist variablePaul Mackerras2007-06-231-29/+17
* gitk: Speed up the reading of referencesPaul Mackerras2007-06-231-34/+31
* gitk: Show local uncommitted changes as a fake commitPaul Mackerras2007-06-231-53/+284
* gitk: New algorithm for drawing the graph linesPaul Mackerras2007-06-231-185/+297
* gitk: Store ids in rowrangelist and idrowranges rather than row numbersPaul Mackerras2007-06-231-48/+28
* gitk: Disable the head context menu entries for the checked-out branchPaul Mackerras2007-06-231-1/+8
* gitk: Cope with commit messages with carriage-returns and initial blank linesPaul Mackerras2007-06-231-6/+14
* gitk: Implement a simple scheduler for the compute-intensive stuffPaul Mackerras2007-06-231-253/+310
* gitk: Improve the behaviour of the initial selectionPaul Mackerras2007-06-231-8/+30
* gitk: Add some more comments to the optimize_rows procedurePaul Mackerras2007-06-231-0/+12
* gitk: Don't try to list large numbers of tags or heads in the details panePaul Mackerras2007-06-231-18/+24
* gitk: New infrastructure for working out branches & previous/next tagsPaul Mackerras2007-06-231-350/+890
* [PATCH] gitk: Allow specifying tabstop as other than default 8 characters.Mark Levedahl2007-05-221-4/+13
* [PATCH] gitk: Update fontsize in patch / tree listMark Levedahl2007-05-221-1/+2
* [PATCH] gitk: Make selection highlight color configurableMark Levedahl2007-05-221-3/+23
* gitk: Use the -q flag to git checkoutPaul Mackerras2007-05-221-1/+1
* gitk: Allow user to choose whether to see the diff, old file, or new filePaul Mackerras2007-04-191-0/+17
* [PATCH] Improve look-and-feel of the gitk tool.Eygene Ryabinkin2007-04-011-8/+15
* [PATCH] Teach gitk to use the user-defined UI font everywhere.Eygene Ryabinkin2007-04-011-6/+23
* [PATCH] prefer "git COMMAND" over "git-COMMAND" in gitkBrandon Casey2007-03-211-2/+2
* [PATCH] gitk: bind <F5> key to Update (reread commits)Eric Wong2007-03-121-0/+2
* Make gitk save and restore window pane position on Linux and Cygwin.Mark Levedahl2007-02-151-10/+13
* Make gitk save and restore the user set window position.Mark Levedahl2007-02-151-5/+6
* [PATCH] gitk: Use show-ref instead of ls-remoteJunio C Hamano2007-02-151-2/+2
* [PATCH] Make gitk work reasonably well on Cygwin.Junio C Hamano2007-02-151-126/+150
* [PATCH] gitk - remove trailing whitespace from a few lines.Mark Levedahl2007-02-151-4/+4
* Change git repo-config to git configPaul Mackerras2007-02-151-1/+1
* [PATCH] Make gitk work when launched in a subdirectoryPeter Baumann2007-01-131-1/+1
* [PATCH] gitk: add current directory to main window titleDoug Maxey2007-01-131-0/+1
* gitk: Fix enabling/disabling of menu items on Mac OS XPaul Mackerras2006-11-231-10/+10
* [PATCH] gitk: Fix nextfile() and add prevfile()OGAWA Hirofumi2006-10-191-0/+15
* gitk: Fix some bugs in the new cherry-picking codePaul Mackerras2006-08-281-2/+6
* gitk: Improve responsiveness while reading and layout out the graphPaul Mackerras2006-08-161-24/+34
* gitk: Update preceding/following tag info when creating a tagPaul Mackerras2006-08-081-0/+77
* gitk: Add a menu item for cherry-picking commitsPaul Mackerras2006-08-061-43/+210
* gitk: Fix a couple of buglets in the branch head menu itemsPaul Mackerras2006-08-021-2/+2
* gitk: Add a context menu for headsPaul Mackerras2006-08-021-0/+118
* gitk: Add a row context-menu item for creating a new branchPaul Mackerras2006-08-021-0/+80
* gitk: Recompute ancestor/descendent heads/tags when rereading refsPaul Mackerras2006-08-021-47/+85
* gitk: Minor cleanupsPaul Mackerras2006-07-181-7/+5
* gitk: Show the currently checked-out head in bold fontPaul Mackerras2006-07-061-5/+22
* gitk: Allow the user to set some colorsPaul Mackerras2006-07-051-23/+101
* [PATCH] gitk: rereadrefs needs listrefsJunio C Hamano2006-06-121-0/+18