summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge core-8-4-branchjan.nijtmans2012-05-056-158/+177
|\
| * [Bug 2768586]: Only do menu correction on Windows < Win7jan.nijtmans2012-05-054-192/+227
| |\
| * | [Bug 2768586]: Menu posting problem on dual monitorsjan.nijtmans2012-05-042-9/+12
| * | unneccessary variablejan.nijtmans2012-05-021-8/+0
* | | merge core-8-4-branchjan.nijtmans2012-05-027-54/+30
|\ \ \ | |/ /
| * | [Bug 533519]: Window placement with multiple screensjan.nijtmans2012-05-027-54/+30
| |\ \
| | * | unused variablejan.nijtmans2012-04-201-1/+1
| | * | fix (hopefully) menu posting in the same way as window placementjan.nijtmans2012-04-2018-127/+114
| | |\ \
* | | | | change signature of all X11 functions to match those of CYGWINjan.nijtmans2012-05-0215-388/+452
| |_|_|/ |/| | |
* | | | merge trunkjan.nijtmans2012-04-263-73/+99
|\ \ \ \ | |/ / /
| * | | Ensure that Tk_GetHINSTANCE is defined on OSX.dkf2012-04-262-20/+30
| * | | provide dummy Tk_AttachHWND and friends for OSX as welljan.nijtmans2012-04-261-1/+3
| * | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwinjan.nijtmans2012-04-2610-572/+343
| |\ \ \ | |/ / / |/| | |
* | | | implement various internal win32 stub functions for cygwinjan.nijtmans2012-04-2510-574/+348
|/ / /
* | | [Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined!dkf2012-04-222-4/+13
| |/ |/|
* | Use vroot size in stead of screen size for clipping window coordinates in ::t...jan.nijtmans2012-04-208-34/+26
|\ \ | |/
| * set [wm maxsize] as welljan.nijtmans2012-04-161-0/+1
| * Fix bug 533519jan.nijtmans2012-04-168-51/+21
* | make some more internal tables CONSTjan.nijtmans2012-04-1812-24/+24
* | make loading of tk.dll in cygwin possiblejan.nijtmans2012-04-172-67/+71
|/
* [Bug 3517448] TclKit build fails (unresolved __strtoi64)jan.nijtmans2012-04-134-10/+18
* disallow colors like "xellow"jan.nijtmans2012-04-121-2/+7
* sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6jan.nijtmans2012-04-1110-2160/+1638
* make genstubsdgp2012-04-093-980/+971
* [Bug 3176239] control-MouseWheel causes segvjan.nijtmans2012-04-062-1/+5
* 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-021-2/+2
* Only check for cygwin with $GCCjan.nijtmans2012-03-292-49/+55
* [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-296-302/+779
|\
| * 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 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
|\