summaryrefslogtreecommitdiff
path: root/gitk
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] gitk: learn --show-all outputLinus Torvalds2008-02-131-7/+8
* [PATCH] gitk: properly deal with tag names containing / (slash)Gerrit Pape2008-02-121-5/+1
* [PATCH] gitk: Add checkbutton to ignore space changesSteffen Prohaska2008-02-121-0/+13
* [PATCH] gitk: Fix "Key bindings" messageMichele Ballabio2008-02-121-39/+39
* [PATCH] gitk: make Ctrl "+" really increase the font sizeJohannes Schindelin2008-01-141-0/+1
* gitk: Fix typo in user message.Christian Stimming2008-01-111-3/+3
* [PATCH] gitk: use user-configured background in view definition dialogGerrit Pape2008-01-091-3/+3
* gitk: Restore some widget options whose defaults changed in Tk 8.5Paul Mackerras2008-01-061-60/+45
* [PATCH] gitk i18n: Recode gitk from latin1 to utf8 so that the (c) copyright ...Christian Stimming2007-12-201-1/+1
* [PATCH] gitk i18n: More markup -- various options menusChristian Stimming2007-12-201-46/+46
* [PATCH] gitk i18n: Markup several strings for translationChristian Stimming2007-12-201-200/+201
* [PATCH] gitk i18n: Import msgcat for message string translation; load transla...Christian Stimming2007-12-201-0/+19
* gitk: Use the UI font for the diff/old version/new version radio buttonsPaul Mackerras2007-10-271-3/+3
* Merge branch 'dev'Paul Mackerras2007-10-271-1076/+1638
|\
| * gitk: Simplify the code for finding commitsPaul Mackerras2007-10-271-152/+54
| * Merge branch 'master' into devPaul Mackerras2007-10-231-33/+115
| |\
| * | gitk: Use the status window for other functionsPaul Mackerras2007-10-231-6/+6
| * | gitk: Integrate the reset progress bar in the main framePaul Mackerras2007-10-231-21/+27
| * | gitk: Fix Tcl error: can't unset findcurlinePaul Mackerras2007-10-191-2/+2
| * | gitk: Get rid of the diffopts variablePaul Mackerras2007-10-061-13/+6
| * | gitk: Fix bug where the last few commits would sometimes not be visiblePaul Mackerras2007-10-061-1/+1
| * | gitk: Add a font chooserPaul Mackerras2007-10-061-1/+155
| * | gitk: Keep track of font attributes ourselves instead of using font actualPaul Mackerras2007-10-061-25/+57
| * | gitk: Use named fonts instead of the font specificationPaul Mackerras2007-10-041-115/+142
| * | gitk: Fix bug causing Tcl error when changing find match typePaul Mackerras2007-10-041-3/+3
| * | gitk: Fix the tab setting in the diff display windowPaul Mackerras2007-09-281-6/+31
| * | gitk: Add progress bars for reading in stuff and for findingPaul Mackerras2007-09-271-33/+153
| * | gitk: Fix a couple of bugsPaul Mackerras2007-09-271-13/+20
| * | gitk: Simplify highlighting interface and combine with Find functionPaul Mackerras2007-09-221-200/+220
| * | gitk: Fix bug in generating patchesPaul Mackerras2007-09-151-0/+2
| * | gitk: Get rid of lookingforhead, use commitinterest insteadPaul Mackerras2007-09-151-25/+17
| * | gitk: Fix bugs in setting rowfinalPaul Mackerras2007-09-151-6/+9
| * | gitk: Make it possible to lay out all the rows we have received so farPaul Mackerras2007-09-051-36/+91
| * | gitk: Add a cache for the topology infoPaul Mackerras2007-08-301-22/+237
| * | gitk: Fix bug causing undefined variable error when cherry-pickingPaul Mackerras2007-08-291-1/+2
| * | gitk: Fix bug causing incorrect ref list contents when switching viewPaul Mackerras2007-08-291-1/+1
| * | gitk: Do only the parts of the layout that are neededPaul Mackerras2007-08-291-225/+263
| * | gitk: Get rid of the rowchk arrayPaul Mackerras2007-08-241-24/+31
| * | gitk: Fix some problems with the display of ids as linksPaul Mackerras2007-08-231-32/+55
| * | gitk: Get rid of idinlist arrayPaul Mackerras2007-08-231-38/+46
| * | gitk: Get rid of idrowranges and rowrangelistPaul Mackerras2007-08-221-76/+66
| * | Merge branch 'master' into devPaul Mackerras2007-08-201-14/+257
| |\ \
| * \ \ Merge branch 'master' into devPaul Mackerras2007-08-131-29/+23
| |\ \ \
| * \ \ \ Merge branch 'master' into devPaul Mackerras2007-08-131-9/+37
| |\ \ \ \
| * | | | | gitk: Eliminate diagonal arrowsPaul Mackerras2007-08-121-51/+36
| * | | | | gitk: Improve the drawing of links to parent linesPaul Mackerras2007-08-011-7/+27
| * | | | | gitk: Establish and use global left-to-right ordering for commitsPaul Mackerras2007-07-311-204/+149
* | | | | | gitk: Fix a couple more bugs in the path limitingPaul Mackerras2007-10-241-18/+29
| |_|_|_|/ |/| | | |
* | | | | gitk: Fix some bugs with path limiting in the diff displayPaul Mackerras2007-10-231-1/+5
* | | | | gitk: Ensure tabstop setting gets restored by Cancel buttonPaul Mackerras2007-10-231-7/+7