summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* some more cygwin compatibility improvementsjan.nijtmans2012-04-066-28/+37
|\ | | | | format tk.decls
| * some more cygwin compatibility improvementsjan.nijtmans2012-04-068-364/+373
| |\ | | | | | | format tk.decls like tcl8.5/8.6
| | * some more cygwin compatibility improvementsjan.nijtmans2012-04-0614-19/+24
| | |
| | * format tk.decls like tcl8.5/8.6, re-generiate tk(Int)Decls.hjan.nijtmans2012-04-063-1835/+1590
| | |
* | | gcc warning: signed-unsigned comparejan.nijtmans2012-04-023-87/+565
|\ \ \ | |/ /
| * | gcc warning: signed-unsigned comparejan.nijtmans2012-04-021-2/+2
| |\ \ | | |/
| | * gcc warning: signed-unsigned comparejan.nijtmans2012-04-021-2/+2
| | |
* | | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-04-025-72/+218
|\ \ \ | |/ / | | | (autoconf still to be run!)
| * | re-generate configurejan.nijtmans2012-04-013-102/+578
| | |
| * | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-305-51/+195
| |\ \ | | |/ | | | (autoconf still to be run!)
| | * Only check for cygwin with $GCCjan.nijtmans2012-03-292-49/+55
| | |
| | * [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-296-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_3511806jan.nijtmans2012-03-295-298/+774
| | | |
| | * | enable cygwin build in /win directory (using mingw-w64 compiler)jan.nijtmans2012-03-263-49/+57
| | |/
* | | 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-213-60/+62
|\ \ \ | |/ /
| * | [Bug 2809525] Abort on overlong color namejan.nijtmans2012-03-213-60/+62
| |\ \ | | |/
| | * [Bug 2809525] Abort on overlong color namejan.nijtmans2012-03-213-60/+62
| | |
* | | rfe-3503317: XParseColor speedupjan.nijtmans2012-03-184-815/+1004
|\ \ \ | |/ /
| * | rfe-3503317: XParseColor speedupjan.nijtmans2012-03-184-815/+1004
| |\ \ | | |/
| | * 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
| | | |\ | | | |/ | | |/|
| | | * make sure that "burly wood" is not a valid colorjan.nijtmans2012-03-131-3/+15
| | | |
| | | * rfe-3503317: XParseColor speedupjan.nijtmans2012-03-131-417/+308
| | | |
| * | | merge-markjan.nijtmans2012-03-150-0/+0
| |\ \ \ | | |/ /
| | * | 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
|\ \ \ \ | |/ / /
| * | | [bug 3505358 ] invalid color name "#f75df642f527"jan.nijtmans2012-03-151-0/+2
| |\ \ \ | | |/ /
| | * | [bug 3505358 ] invalid color name "#f75df642f527"jan.nijtmans2012-03-151-0/+2
| | | |
| | * | workaround attempt for win64 problem?????jan.nijtmans2012-03-141-0/+1
| | |/
| | * missing include <stdlib.h>jan.nijtmans2012-03-131-0/+1
| | |
* | | Minor spelling fixes.dkf2012-03-1315-24/+28
| | |
* | | 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-072-8/+9
|\ \ \ | |/ / | | | of pixel values to integers.
| * | * generic/tkObj.c (GetPixelsFromObjEx): [Bug 3497848]: Better roundingdkf2012-03-072-8/+9
| | | | | | | | | of pixel values to integers.
* | | Patch from the cygwin folksjan.nijtmans2012-03-043-6/+17
|\ \ \ | |/ /
| * | Patch from the cygwin folksjan.nijtmans2012-03-043-6/+17
| |\ \ | | |/
| | * Patch from the cygwin folksjan.nijtmans2012-03-043-173/+184
| | |
* | | [Bug-1630262], [Bug-1615425]: segfault when deleting lines or tagging ↵fvogel2012-02-288-17/+224
|\ \ \ | |/ / | | | | | | outside of the -startline/-endline range with peer text widgets. [Bug-3487407]: Weird text indices.
| * | [Bug-1630262], [Bug-1615425]: segfault when deleting lines or tagging ↵fvogel2012-02-288-17/+224
| |\ \ | | | | | | | | | | | | outside of the -startline/-endline range with peer text widgets. [Bug-3487407]: Weird text indices.
| | * | Bug-3487407: Weird text indicesbug_1630262fvogel2012-02-185-7/+41
| | | |
| | * | Updated changelog to take bug-1615425 into accountfvogel2012-02-031-4/+4
| | | |
| | * | Added test for bug 1615425fvogel2012-02-031-0/+13
| | | |
| | * | Better fix for bug-1630262, also fixing bug-1615425fvogel2012-02-022-35/+27
| | | |