summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* implementation ready for further field-testsbug_3511806jan.nijtmans2012-03-295-298/+774
|
* 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-213-60/+62
|
* rfe-3503317: XParseColor speedupjan.nijtmans2012-03-184-815/+1004
|\
| * test output in Xorg rgb.txt formatrfe_3503317jan.nijtmans2012-03-181-2/+2
| |
| * elimination of gray table by using calculations in steadjan.nijtmans2012-03-171-26/+10
| |
| * implementation complete, todo: more testingjan.nijtmans2012-03-171-14/+44
| |
| * further reduction of color table to 147 entries!jan.nijtmans2012-03-164-682/+282
| |\ | |/ |/|
* | workaround for _strtoi64 determination on win64 (autoconf-2.13 issue)jan.nijtmans2012-03-153-12/+14
| |
* | [bug 3505358 ] invalid color name "#f75df642f527"jan.nijtmans2012-03-151-0/+2
| |
* | workaround attempt for win64 problem?????jan.nijtmans2012-03-141-0/+1
| |
| * make sure that "burly wood" is not a valid colorjan.nijtmans2012-03-131-3/+15
| |
| * rfe-3503317: XParseColor speedupjan.nijtmans2012-03-131-417/+308
|/
* missing include <stdlib.h>jan.nijtmans2012-03-131-0/+1
|
* Patch from the cygwin folksjan.nijtmans2012-03-043-173/+184
|
* [Bug 3495198]: Corrected types of canvas bitmap options.dkf2012-02-282-4/+8
|
* Provide fallback for _strtoi64jan.nijtmans2012-02-264-62/+132
|
* _Xconst -> CONSTjan.nijtmans2012-02-212-2/+2
|
* [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-1514-31/+116
|\
| * improved, faster implementations of XParseColor and TkParseColorbug_3486474jan.nijtmans2012-02-124-92/+68
| |
| * let Tk_NameOfColor output a shorter color-name, when possiblejan.nijtmans2012-02-111-0/+15
| |
| * proposed fix for bug-3486474jan.nijtmans2012-02-1012-33/+143
|/
* Bug-2433260: non-critical error in Tk_PhotoPutBlockjan.nijtmans2012-01-252-3/+8
|
* 3235256 - Keep menu entry IDs out of system values. Thanks Colin McDonald.dgp2011-12-221-28/+25
|
* [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-2210-9/+29
|
* Fix the escaping of leading dots in lines that start withjan.nijtmans2011-11-172-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.nijtmans2011-11-172-0/+6
|
* Add dummy user_data field to XVirtualEvent, for improved upwards ↵jan.nijtmans2011-10-112-0/+11
| | | | compatibility with Tk 8.5
* Support Visual Studio 11jan.nijtmans2011-09-262-51/+59
|
* Add --disable-rpath option to configure scriptjan.nijtmans2011-09-063-299/+356
|
* Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform ↵jan.nijtmans2011-08-303-342/+366
| | | | necessary basis. Add Haiku support and better NetBSD/FreeBSD support.
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-162-1/+2
|
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-1617-497/+555
|
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-135-33/+40
|
* [Bug 3380684] XEmptyRegion prototype doesn't match usagejan.nijtmans2011-07-282-2/+7
|
* Sync with win/tcl.m4 from Tcljan.nijtmans2011-06-163-17/+67
|
* [Bug 3175610]: Incomplete refresh of line items.dgp2011-06-102-2/+10
|
* Purge RCS Keywords.dgp2011-06-08616-1245/+0
|
* Restore proper NUL output to the [console]. [Bug 2546087]dgp2011-06-062-1/+24
|
* [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon.pspjuth2011-04-223-0/+14
|
* Document all variable options as global.pspjuth2011-04-216-5/+13
|
* [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One ↵jan.nijtmans2011-03-282-5/+12
| | | | more place where this problem could appear.
* The -debug:full option is not supported when using the modern versions of ↵jan2011-03-263-3/+3
| | | | link.exe included with MSVC, use -debug instead
* [Bug #3239768] tk8.4.19 (and later) WIN32 menu font supportjan.nijtmans2011-03-242-461/+480
|
* SEH-emulation for AMD64jan.nijtmans2011-03-114-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
* SC_EMBED_MANIFEST macrojan.nijtmans2011-03-115-129/+481
| | | Merged --cherrypick from core-8-5-branch (2010-08-26, 3416226333358009f)
* We are no longer on CVS, so don't need the .cvsignore files any morejan.nijtmans2011-03-053-33/+0
|
* [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2.nijtmans2011-01-256-9/+24
| | | | Just the strcpy->memcpy part, to prevent anything like [Bug #3164879]
* [Patch #3154705] Close button has no effect.nijtmans2011-01-132-7/+19
| | | | Add <Escape> binding as well (backported from Tcl 8.5)
* Add -D_CRT_SECURE_NO_DEPRECATE and -D_CRT_NONSTDC_NO_DEPRECATE, reducing the ↵nijtmans2010-10-315-49/+70
| | | | | | | | number of deprecation warnings on later VC++ versions. Better VCVERSION determination. All changes backported from Tcl8.5/8.6