summaryrefslogtreecommitdiffstats
path: root/gitk
AgeCommit message (Expand)AuthorLines
2007-11-18Move gitk to its own subdirectoryJunio C Hamano-8661/+0
2007-10-27gitk: Use the UI font for the diff/old version/new version radio buttonsPaul Mackerras-3/+3
2007-10-27Merge branch 'dev'Paul Mackerras-1076/+1638
2007-10-27gitk: Simplify the code for finding commitsPaul Mackerras-152/+54
2007-10-24gitk: Fix a couple more bugs in the path limitingPaul Mackerras-18/+29
2007-10-23Merge branch 'master' into devPaul Mackerras-33/+115
2007-10-23gitk: Fix some bugs with path limiting in the diff displayPaul Mackerras-1/+5
2007-10-23gitk: Use the status window for other functionsPaul Mackerras-6/+6
2007-10-23gitk: Integrate the reset progress bar in the main framePaul Mackerras-21/+27
2007-10-23gitk: Ensure tabstop setting gets restored by Cancel buttonPaul Mackerras-7/+7
2007-10-23gitk: Limit diff display to listed paths by defaultPaul Mackerras-10/+86
2007-10-21gitk: Fix "can't unset prevlines(...)" Tcl errorPaul Mackerras-16/+5
2007-10-20gitk: Avoid an error when cherry-picking if HEAD has moved onPaul Mackerras-1/+1
2007-10-20gitk: Check that we are running on at least Tcl/Tk 8.4Paul Mackerras-0/+7
2007-10-19gitk: Do not pick up file names of "copy from" linesJohannes Sixt-2/+1
2007-10-19gitk: Add support for OS X mouse wheelJonathan del Strother-0/+6
2007-10-19gitk: Fix Tcl error: can't unset findcurlinePaul Mackerras-2/+2
2007-10-17gitk: disable colours when calling git logSam Vilain-1/+1
2007-10-06gitk: Get rid of the diffopts variablePaul Mackerras-13/+6
2007-10-06gitk: Fix bug where the last few commits would sometimes not be visiblePaul Mackerras-1/+1
2007-10-06gitk: Add a font chooserPaul Mackerras-1/+155
2007-10-06gitk: Keep track of font attributes ourselves instead of using font actualPaul Mackerras-25/+57
2007-10-04gitk: Use named fonts instead of the font specificationPaul Mackerras-115/+142
2007-10-04gitk: Fix bug causing Tcl error when changing find match typePaul Mackerras-3/+3
2007-09-28gitk: Fix the tab setting in the diff display windowPaul Mackerras-6/+31
2007-09-27gitk: Add progress bars for reading in stuff and for findingPaul Mackerras-33/+153
2007-09-27gitk: Fix a couple of bugsPaul Mackerras-13/+20
2007-09-22gitk: Simplify highlighting interface and combine with Find functionPaul Mackerras-200/+220
2007-09-15gitk: Fix bug in generating patchesPaul Mackerras-0/+2
2007-09-15gitk: Get rid of lookingforhead, use commitinterest insteadPaul Mackerras-25/+17
2007-09-15gitk: Fix bugs in setting rowfinalPaul Mackerras-6/+9
2007-09-05gitk: Make it possible to lay out all the rows we have received so farPaul Mackerras-36/+91
2007-08-30gitk: Add a cache for the topology infoPaul Mackerras-22/+237
2007-08-29gitk: Fix bug causing undefined variable error when cherry-pickingPaul Mackerras-1/+2
2007-08-29gitk: Fix bug causing undefined variable error when cherry-pickingPaul Mackerras-1/+2
2007-08-29gitk: Fix bug causing incorrect ref list contents when switching viewPaul Mackerras-1/+1
2007-08-29gitk: Do only the parts of the layout that are neededPaul Mackerras-225/+263
2007-08-24gitk: Get rid of the rowchk arrayPaul Mackerras-24/+31
2007-08-23gitk: Fix some problems with the display of ids as linksPaul Mackerras-32/+55
2007-08-23gitk: Get rid of idinlist arrayPaul Mackerras-38/+46
2007-08-22gitk: Get rid of idrowranges and rowrangelistPaul Mackerras-76/+66
2007-08-20Merge branch 'master' into devPaul Mackerras-14/+257
2007-08-20gitk: Add a window to list branches, tags and other referencesPaul Mackerras-2/+210
2007-08-17[PATCH] gitk: Handle 'copy from' and 'copy to' in diff headers.Johannes Sixt-6/+8
2007-08-17gitk: Fix bug in fix for warning when removing a branchPaul Mackerras-1/+1
2007-08-15[PATCH] gitk: Make the date/time display configurableArjen Laarhoven-2/+5
2007-08-15[PATCH] gitk: Let user easily specify lines of context in diff viewSteffen Prohaska-2/+32
2007-08-15gitk: Fix warning when removing a branchPaul Mackerras-2/+2
2007-08-13Merge branch 'master' into devPaul Mackerras-29/+23
2007-08-13gitk: Fix bug causing Tcl error when updating graphPaul Mackerras-13/+11