summaryrefslogtreecommitdiff
path: root/gitk
Commit message (Expand)AuthorAgeFilesLines
* Make gitk save and restore window pane position on Linux and Cygwin.Mark Levedahl2007-02-121-10/+13
* Make gitk save and restore the user set window position.Mark Levedahl2007-02-111-5/+6
* gitk: Use show-ref instead of ls-remoteJunio C Hamano2007-02-051-2/+2
* Make gitk work reasonably well on Cygwin.Mark Levedahl2007-02-051-126/+150
* gitk - remove trailing whitespace from a few lines.Mark Levedahl2007-02-051-4/+4
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-281-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
* gitk: Re-read the descendent/ancestor tag & head info on updatePaul Mackerras2006-06-071-1/+17
* gitk: Show branch name(s) as well, if "show nearby tags" is enabledPaul Mackerras2006-06-041-11/+43
* gitk: Show nearby tagsPaul Mackerras2006-06-031-23/+247
* Merge branch 'master' into newPaul Mackerras2006-05-301-41/+43
|\
| * gitk: show_error fixPaul Mackerras2006-05-261-8/+8
| * [PATCH] gitk: start-up bugfixJunio C Hamano2006-05-261-1/+1
| * [PATCH] gitk: Replace "git-" commands with "git "Timo Hirvonen2006-05-261-26/+26
| * [PATCH] gitk: Display commit messages with word wrapSergey Vlasov2006-05-201-12/+14
* | gitk: Add a goto next/previous highlighted commit functionPaul Mackerras2006-05-301-52/+144
* | gitk: Provide ability to highlight based on relationship to selected commitPaul Mackerras2006-05-291-2/+150
* | gitk: Fix bug in highlight stuff when no line is selectedPaul Mackerras2006-05-261-3/+2
* | gitk: Move "pickaxe" find function to highlight facilityPaul Mackerras2006-05-261-309/+59
* | gitk: Improve the text window search functionPaul Mackerras2006-05-251-19/+69
* | gitk: First cut at a search function in the patch/file display windowPaul Mackerras2006-05-241-6/+101
* | gitk: Highlight paths of interest in tree view as wellPaul Mackerras2006-05-201-26/+38
* | gitk: Highlight entries in the file list as wellPaul Mackerras2006-05-201-5/+66
* | Merge branch 'master' into newPaul Mackerras2006-05-201-0/+1
|\ \ | |/
| * gitk: Fix bug where page-up/down wouldn't always work properlyPaul Mackerras2006-05-201-0/+1
* | gitk: Make a row of controls for controlling highlightingPaul Mackerras2006-05-201-67/+298
|/
* gitk: Fix display of "(...)" for parents/children we haven't drawnPaul Mackerras2006-05-151-1/+4
* gitk: Allow view to specify arbitrary arguments to git-rev-listPaul Mackerras2006-05-031-51/+196
* gitk: Fix file list display when files are renamedPaul Mackerras2006-05-021-62/+29
* gitk: Basic support for highlighting one view within anotherPaul Mackerras2006-05-021-221/+343
* gitk: Add a tree-browsing modePaul Mackerras2006-05-011-20/+358
* gitk: Use a text widget for the file listPaul Mackerras2006-04-271-59/+131
* Merge branch 'new'Paul Mackerras2006-04-261-156/+555
|\
| * gitk: add menu item for editing the current viewPaul Mackerras2006-04-251-37/+90
| * gitk: Implement "permanent" views (stored in ~/.gitk)Paul Mackerras2006-04-251-13/+48