summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* same bugfix, but now applied to trunkjan.nijtmans2012-04-213-40/+14
|\
| * unused variablejan.nijtmans2012-04-201-1/+1
| * fix (hopefully) menu posting in the same way as window placementjan.nijtmans2012-04-2016-125/+97
| |\
| | * make some more internal tables CONSTjan.nijtmans2012-04-1812-24/+24
* | | * generic/tkWindow.c (commands): Ensure that all descriptions ofdkf2012-04-201-1/+1
* | | make loading of tk.dll in cygwin possiblejan.nijtmans2012-04-181-73/+72
|\ \ \
| * \ \ make loading of tk.dll in cygwin possiblejan.nijtmans2012-04-181-74/+72
| |\ \ \ | | | |/ | | |/|
| | * | make loading of tk.dll in cygwin possiblejan.nijtmans2012-04-171-65/+62
| | |/
| | * [Bug 3517448] TclKit build fails (unresolved __strtoi64)jan.nijtmans2012-04-132-6/+6
* | | minor clean-up of tkInt.declsjan.nijtmans2012-04-122-3/+1
|\ \ \ | |/ /
| * | disallow colors like xellowjan.nijtmans2012-04-123-185/+183
| |\ \ | | |/
| | * sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6jan.nijtmans2012-04-115-1884/+1344
| | * make genstubsdgp2012-04-093-980/+971
* | | [Bug 3176239] control-MouseWheel causes segvjan.nijtmans2012-04-061-1/+1
|\ \ \ | |/ /
| * | [Bug 3176239] control-MouseWheel causes segvjan.nijtmans2012-04-061-1/+1
| |\ \ | | |/
| | * [Bug 3176239] control-MouseWheel causes segvjan.nijtmans2012-04-061-1/+1
* | | some more cygwin compatibility improvementsjan.nijtmans2012-04-061-4/+4
|\ \ \ | |/ /
| * | some more cygwin compatibility improvementsjan.nijtmans2012-04-063-340/+340
| |\ \ | | |/
| | * some more cygwin compatibility improvementsjan.nijtmans2012-04-064-3/+3
| | * format tk.decls like tcl8.5/8.6, re-generiate tk(Int)Decls.hjan.nijtmans2012-04-063-1835/+1590
| | * enable cygwin build in /win directory (using mingw-w64 compiler)jan.nijtmans2012-03-261-1/+1
* | | fix for scoping of buf (introduced with fix for [Bug 2809525])jan.nijtmans2012-03-261-1/+1
|\ \ \ | |/ /
| * | fix scoping of buf (introduced with fix for [Bug 2809525])jan.nijtmans2012-03-261-1/+1
| |\ \ | | |/
| | * fix scoping of buf (introduced with fix for [Bug 2809525]jan.nijtmans2012-03-261-1/+1
* | | [Bug 2809525] Abort on overlong color namejan.nijtmans2012-03-211-43/+51
|\ \ \ | |/ /
| * | [Bug 2809525] Abort on overlong color namejan.nijtmans2012-03-211-43/+51
| |\ \ | | |/
| | * [Bug 2809525] Abort on overlong color namejan.nijtmans2012-03-211-43/+51
* | | [bug 3505358 ] invalid color name "#f75df642f527"jan.nijtmans2012-03-151-0/+2
|\ \ \ | |/ /
| * | [bug 3505358 ] invalid color name "#f75df642f527"jan.nijtmans2012-03-151-0/+2
| |\ \ | | |/
| | * [bug 3505358 ] invalid color name "#f75df642f527"jan.nijtmans2012-03-151-0/+2
* | | Minor: code style improvements.dkf2012-03-071-5/+4
|\ \ \ | |/ /
| * | Minor: code style improvements.dkf2012-03-071-27/+31
* | | * generic/tkObj.c (GetPixelsFromObjEx): [Bug 3497848]: Better roundingdkf2012-03-071-6/+2
|\ \ \ | |/ /
| * | * generic/tkObj.c (GetPixelsFromObjEx): [Bug 3497848]: Better roundingdkf2012-03-071-6/+2
* | | [Bug-1630262], [Bug-1615425]: segfault when deleting lines or tagging outside...fvogel2012-02-284-17/+101
|\ \ \ | |/ /
| * | [Bug-1630262], [Bug-1615425]: segfault when deleting lines or tagging outside...fvogel2012-02-284-16/+100
| |\ \
| | * | Bug-3487407: Weird text indicesbug_1630262fvogel2012-02-183-6/+26
| | * | Better fix for bug-1630262, also fixing bug-1615425fvogel2012-02-022-35/+27
| | * | [Bug-1630262]: segfault when deleting lines with peer text widgetsfvogel2012-01-313-7/+79
* | | | _Xconst -> constjan.nijtmans2012-02-213-3/+3
|\ \ \ \ | |/ / /
| * | | _Xconst -> CONSTjan.nijtmans2012-02-212-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | _Xconst -> CONSTjan.nijtmans2012-02-212-2/+2
* | | | [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-156-6/+91
|\ \ \ \ | |/ / /
| * | | [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-156-6/+73
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-156-5/+73
| | |\
| | | * improved, faster implementations of XParseColor and TkParseColorbug_3486474jan.nijtmans2012-02-122-28/+35
| | | * let Tk_NameOfColor output a shorter color-name, when possiblejan.nijtmans2012-02-111-0/+15
| | | * proposed fix for bug-3486474jan.nijtmans2012-02-105-5/+67
| | |/
* | | Bug-3480634: PNG Images missing in menus on Macjan.nijtmans2012-01-291-1/+3
|\ \ \ | |/ /
| * | Bug 3480634: PNG Images missing in menus on Macjan.nijtmans2012-01-291-1/+3