Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | format tk.decls like tcl8.5/8.6, re-generiate tk(Int)Decls.h | jan.nijtmans | 2012-04-06 | 3 | -1835/+1590 |
| | |||||
* | gcc warning: signed-unsigned compare | jan.nijtmans | 2012-04-02 | 1 | -2/+2 |
| | |||||
* | Only check for cygwin with $GCC | jan.nijtmans | 2012-03-29 | 2 | -49/+55 |
| | |||||
* | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-03-29 | 6 | -302/+779 |
|\ | | | | | | | | | | | This change allows to build the cygwin and mingw32 ports of Tcl/Tk to build out-of-the-box using a native or cross- compiler. | ||||
| * | implementation ready for further field-testsbug_3511806 | jan.nijtmans | 2012-03-29 | 5 | -298/+774 |
| | | |||||
* | | enable cygwin build in /win directory (using mingw-w64 compiler) | jan.nijtmans | 2012-03-26 | 3 | -49/+57 |
|/ | |||||
* | fix scoping of buf (introduced with fix for [Bug 2809525] | jan.nijtmans | 2012-03-26 | 1 | -1/+1 |
| | |||||
* | [Bug 2809525] Abort on overlong color name | jan.nijtmans | 2012-03-21 | 3 | -60/+62 |
| | |||||
* | rfe-3503317: XParseColor speedup | jan.nijtmans | 2012-03-18 | 4 | -815/+1004 |
|\ | |||||
| * | test output in Xorg rgb.txt formatrfe_3503317 | jan.nijtmans | 2012-03-18 | 1 | -2/+2 |
| | | |||||
| * | elimination of gray table by using calculations in stead | jan.nijtmans | 2012-03-17 | 1 | -26/+10 |
| | | |||||
| * | implementation complete, todo: more testing | jan.nijtmans | 2012-03-17 | 1 | -14/+44 |
| | | |||||
| * | further reduction of color table to 147 entries! | jan.nijtmans | 2012-03-16 | 4 | -682/+282 |
| |\ | |/ |/| | |||||
* | | workaround for _strtoi64 determination on win64 (autoconf-2.13 issue) | jan.nijtmans | 2012-03-15 | 3 | -12/+14 |
| | | |||||
* | | [bug 3505358 ] invalid color name "#f75df642f527" | jan.nijtmans | 2012-03-15 | 1 | -0/+2 |
| | | |||||
* | | workaround attempt for win64 problem????? | jan.nijtmans | 2012-03-14 | 1 | -0/+1 |
| | | |||||
| * | make sure that "burly wood" is not a valid color | jan.nijtmans | 2012-03-13 | 1 | -3/+15 |
| | | |||||
| * | rfe-3503317: XParseColor speedup | jan.nijtmans | 2012-03-13 | 1 | -417/+308 |
|/ | |||||
* | missing include <stdlib.h> | jan.nijtmans | 2012-03-13 | 1 | -0/+1 |
| | |||||
* | Patch from the cygwin folks | jan.nijtmans | 2012-03-04 | 3 | -173/+184 |
| | |||||
* | [Bug 3495198]: Corrected types of canvas bitmap options. | dkf | 2012-02-28 | 2 | -4/+8 |
| | |||||
* | Provide fallback for _strtoi64 | jan.nijtmans | 2012-02-26 | 4 | -62/+132 |
| | |||||
* | _Xconst -> CONST | jan.nijtmans | 2012-02-21 | 2 | -2/+2 |
| | |||||
* | [Bug 3486474]: Inconsistent color scaling | jan.nijtmans | 2012-02-15 | 14 | -31/+116 |
|\ | |||||
| * | improved, faster implementations of XParseColor and TkParseColorbug_3486474 | jan.nijtmans | 2012-02-12 | 4 | -92/+68 |
| | | |||||
| * | let Tk_NameOfColor output a shorter color-name, when possible | jan.nijtmans | 2012-02-11 | 1 | -0/+15 |
| | | |||||
| * | proposed fix for bug-3486474 | jan.nijtmans | 2012-02-10 | 12 | -33/+143 |
|/ | |||||
* | Bug-2433260: non-critical error in Tk_PhotoPutBlock | jan.nijtmans | 2012-01-25 | 2 | -3/+8 |
| | |||||
* | 3235256 - Keep menu entry IDs out of system values. Thanks Colin McDonald. | dgp | 2011-12-22 | 1 | -28/+25 |
| | |||||
* | [Bug 1945073]: Demo square.tcl cannot run; need package tktest | jan.nijtmans | 2011-11-22 | 10 | -9/+29 |
| | |||||
* | Fix the escaping of leading dots in lines that start with | jan.nijtmans | 2011-11-17 | 2 | -1/+7 |
| | | | | a widget name, so that nroff doesn't mistake it as a non-existing macro and skips the entire line | ||||
* | [Bug 3437816]: Missing TCL_ERROR return in [canvas lower] | jan.nijtmans | 2011-11-17 | 2 | -0/+6 |
| | |||||
* | Add dummy user_data field to XVirtualEvent, for improved upwards ↵ | jan.nijtmans | 2011-10-11 | 2 | -0/+11 |
| | | | | compatibility with Tk 8.5 | ||||
* | Support Visual Studio 11 | jan.nijtmans | 2011-09-26 | 2 | -51/+59 |
| | |||||
* | Add --disable-rpath option to configure script | jan.nijtmans | 2011-09-06 | 3 | -299/+356 |
| | |||||
* | Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform ↵ | jan.nijtmans | 2011-08-30 | 3 | -342/+366 |
| | | | | necessary basis. Add Haiku support and better NetBSD/FreeBSD support. | ||||
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 2 | -1/+2 |
| | |||||
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 17 | -497/+555 |
| | |||||
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-13 | 5 | -33/+40 |
| | |||||
* | [Bug 3380684] XEmptyRegion prototype doesn't match usage | jan.nijtmans | 2011-07-28 | 2 | -2/+7 |
| | |||||
* | Sync with win/tcl.m4 from Tcl | jan.nijtmans | 2011-06-16 | 3 | -17/+67 |
| | |||||
* | [Bug 3175610]: Incomplete refresh of line items. | dgp | 2011-06-10 | 2 | -2/+10 |
| | |||||
* | Purge RCS Keywords. | dgp | 2011-06-08 | 616 | -1245/+0 |
| | |||||
* | Restore proper NUL output to the [console]. [Bug 2546087] | dgp | 2011-06-06 | 2 | -1/+24 |
| | |||||
* | [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon. | pspjuth | 2011-04-22 | 3 | -0/+14 |
| | |||||
* | Document all variable options as global. | pspjuth | 2011-04-21 | 6 | -5/+13 |
| | |||||
* | [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One ↵ | jan.nijtmans | 2011-03-28 | 2 | -5/+12 |
| | | | | more place where this problem could appear. | ||||
* | The -debug:full option is not supported when using the modern versions of ↵ | jan | 2011-03-26 | 3 | -3/+3 |
| | | | | link.exe included with MSVC, use -debug instead | ||||
* | [Bug #3239768] tk8.4.19 (and later) WIN32 menu font support | jan.nijtmans | 2011-03-24 | 2 | -461/+480 |
| | |||||
* | SEH-emulation for AMD64 | jan.nijtmans | 2011-03-11 | 4 | -42/+119 |
| | | | | | mingw-w64 does not accept _WIN32_IE < 0x0501 Merged --cherrypick from core-8-5-branch (2010-12-13, f4ecadb40d) remove conflicting definition of timezone struct |