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