summaryrefslogtreecommitdiffstats
path: root/gitk
AgeCommit message (Expand)AuthorLines
2007-04-01[PATCH] Teach gitk to use the user-defined UI font everywhere.Eygene Ryabinkin-6/+23
2007-03-21[PATCH] prefer "git COMMAND" over "git-COMMAND" in gitkBrandon Casey-2/+2
2007-03-12[PATCH] gitk: bind <F5> key to Update (reread commits)Eric Wong-0/+2
2007-02-15Make gitk save and restore window pane position on Linux and Cygwin.Mark Levedahl-10/+13
2007-02-15Make gitk save and restore the user set window position.Mark Levedahl-5/+6
2007-02-15[PATCH] gitk: Use show-ref instead of ls-remoteJunio C Hamano-2/+2
2007-02-15[PATCH] Make gitk work reasonably well on Cygwin.Junio C Hamano-126/+150
2007-02-15[PATCH] gitk - remove trailing whitespace from a few lines.Mark Levedahl-4/+4
2007-02-15Change git repo-config to git configPaul Mackerras-1/+1
2007-01-13[PATCH] Make gitk work when launched in a subdirectoryPeter Baumann-1/+1
2007-01-13[PATCH] gitk: add current directory to main window titleDoug Maxey-0/+1
2006-11-23gitk: Fix enabling/disabling of menu items on Mac OS XPaul Mackerras-10/+10
2006-10-19[PATCH] gitk: Fix nextfile() and add prevfile()OGAWA Hirofumi-0/+15
2006-08-28gitk: Fix some bugs in the new cherry-picking codePaul Mackerras-2/+6
2006-08-16gitk: Improve responsiveness while reading and layout out the graphPaul Mackerras-24/+34
2006-08-08gitk: Update preceding/following tag info when creating a tagPaul Mackerras-0/+77
2006-08-06gitk: Add a menu item for cherry-picking commitsPaul Mackerras-43/+210
2006-08-02gitk: Fix a couple of buglets in the branch head menu itemsPaul Mackerras-2/+2
2006-08-02gitk: Add a context menu for headsPaul Mackerras-0/+118
2006-08-02gitk: Add a row context-menu item for creating a new branchPaul Mackerras-0/+80
2006-08-02gitk: Recompute ancestor/descendent heads/tags when rereading refsPaul Mackerras-47/+85
2006-07-18gitk: Minor cleanupsPaul Mackerras-7/+5
2006-07-06gitk: Show the currently checked-out head in bold fontPaul Mackerras-5/+22
2006-07-05gitk: Allow the user to set some colorsPaul Mackerras-23/+101
2006-06-12[PATCH] gitk: rereadrefs needs listrefsJunio C Hamano-0/+18
2006-06-07gitk: Re-read the descendent/ancestor tag & head info on updatePaul Mackerras-1/+17
2006-06-04gitk: Show branch name(s) as well, if "show nearby tags" is enabledPaul Mackerras-11/+43
2006-06-03gitk: Show nearby tagsPaul Mackerras-23/+247
2006-05-30Merge branch 'master' into newPaul Mackerras-41/+43
2006-05-30gitk: Add a goto next/previous highlighted commit functionPaul Mackerras-52/+144
2006-05-29gitk: Provide ability to highlight based on relationship to selected commitPaul Mackerras-2/+150
2006-05-26gitk: show_error fixPaul Mackerras-8/+8
2006-05-26[PATCH] gitk: start-up bugfixJunio C Hamano-1/+1
2006-05-26[PATCH] gitk: Replace "git-" commands with "git "Timo Hirvonen-26/+26
2006-05-26gitk: Fix bug in highlight stuff when no line is selectedPaul Mackerras-3/+2
2006-05-26gitk: Move "pickaxe" find function to highlight facilityPaul Mackerras-309/+59
2006-05-25gitk: Improve the text window search functionPaul Mackerras-19/+69
2006-05-24gitk: First cut at a search function in the patch/file display windowPaul Mackerras-6/+101
2006-05-20gitk: Highlight paths of interest in tree view as wellPaul Mackerras-26/+38
2006-05-20gitk: Highlight entries in the file list as wellPaul Mackerras-5/+66
2006-05-20[PATCH] gitk: Display commit messages with word wrapSergey Vlasov-12/+14
2006-05-20Merge branch 'master' into newPaul Mackerras-0/+1
2006-05-20gitk: Fix bug where page-up/down wouldn't always work properlyPaul Mackerras-0/+1
2006-05-20gitk: Make a row of controls for controlling highlightingPaul Mackerras-67/+298
2006-05-15gitk: Fix display of "(...)" for parents/children we haven't drawnPaul Mackerras-1/+4
2006-05-03gitk: Allow view to specify arbitrary arguments to git-rev-listPaul Mackerras-51/+196
2006-05-02gitk: Fix file list display when files are renamedPaul Mackerras-62/+29
2006-05-02gitk: Basic support for highlighting one view within anotherPaul Mackerras-221/+343
2006-05-01gitk: Add a tree-browsing modePaul Mackerras-20/+358
2006-04-27gitk: Use a text widget for the file listPaul Mackerras-59/+131