Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix some visual studio warnings, eliminate some ANSI_ARGS | jan.nijtmans | 2012-05-14 | 2 | -9/+9 |
| | |||||
* | typo | jan.nijtmans | 2012-05-14 | 1 | -1/+1 |
| | |||||
* | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-14 | 8 | -127/+274 |
| | | | | export TkWinChildProc for win32 backport TCHAR determination from tkWinPort.h | ||||
* | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 6 | -137/+187 |
| | | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin | ||||
* | [Bug 2768586]: Only do menu correction on Windows < Win7 | jan.nijtmans | 2012-05-05 | 4 | -192/+227 |
|\ | | | | | If tk.dll loaded in cygwin, don't use the win32 file dialogs | ||||
| * | merge trunk | jan.nijtmans | 2012-04-26 | 3 | -73/+99 |
| |\ | | | | | | | | | | shorten command table, and make sure that tk.dll, when loaded in cygwin, doesn't use the win32 file dialogs | ||||
* | | | [Bug 2768586]: Menu posting problem on dual monitors | jan.nijtmans | 2012-05-04 | 2 | -9/+12 |
| | | | |||||
* | | | unneccessary variable | jan.nijtmans | 2012-05-02 | 1 | -8/+0 |
| | | | |||||
* | | | [Bug 533519]: Window placement with multiple screens | jan.nijtmans | 2012-05-02 | 7 | -54/+30 |
|\ \ \ | |_|/ |/| | | |||||
| * | | unused variable | jan.nijtmans | 2012-04-20 | 1 | -1/+1 |
| | | | |||||
| * | | fix (hopefully) menu posting in the same way as window placement | jan.nijtmans | 2012-04-20 | 18 | -127/+114 |
| |\ \ | |||||
* | | | | Ensure that Tk_GetHINSTANCE is defined on OSX. | dkf | 2012-04-26 | 2 | -20/+30 |
| | | | | |||||
* | | | | provide dummy Tk_AttachHWND and friends for OSX as well | jan.nijtmans | 2012-04-26 | 1 | -1/+3 |
| | | | | |||||
* | | | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwin | jan.nijtmans | 2012-04-26 | 10 | -572/+343 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | implement various internal win32 stub functions for cygwin | jan.nijtmans | 2012-04-25 | 10 | -574/+348 |
|/ / / | |||||
* | | | [Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined! | dkf | 2012-04-22 | 2 | -4/+13 |
| |/ |/| | |||||
* | | Use vroot size in stead of screen size for clipping window coordinates in ↵ | jan.nijtmans | 2012-04-20 | 8 | -34/+26 |
|\ \ | |/ | | | | | | | ::tk::PlaceWindow. Use ::tk::PlaceWindow in dialog.tcl, in stead of dumplicating the code there. | ||||
| * | set [wm maxsize] as well | jan.nijtmans | 2012-04-16 | 1 | -0/+1 |
| | | |||||
| * | Fix bug 533519 | jan.nijtmans | 2012-04-16 | 8 | -51/+21 |
| | | |||||
* | | make some more internal tables CONST | jan.nijtmans | 2012-04-18 | 12 | -24/+24 |
| | | |||||
* | | make loading of tk.dll in cygwin possible | jan.nijtmans | 2012-04-17 | 2 | -67/+71 |
|/ | | | reduce command table size | ||||
* | [Bug 3517448] TclKit build fails (unresolved __strtoi64) | jan.nijtmans | 2012-04-13 | 4 | -10/+18 |
| | | | some more tkInt.decls formatting | ||||
* | disallow colors like "xellow" | jan.nijtmans | 2012-04-12 | 1 | -2/+7 |
| | |||||
* | sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6 | jan.nijtmans | 2012-04-11 | 10 | -2160/+1638 |
| | |||||
* | make genstubs | dgp | 2012-04-09 | 3 | -980/+971 |
| | |||||
* | [Bug 3176239] control-MouseWheel causes segv | jan.nijtmans | 2012-04-06 | 2 | -1/+5 |
| | |||||
* | some more cygwin compatibility improvements | jan.nijtmans | 2012-04-06 | 14 | -19/+24 |
| | |||||
* | 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 |
| |