Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change XChangeWindowAttributes signature and many others to match Xorg, ↵ | jan.nijtmans | 2012-06-08 | 1 | -9/+10 |
|\ | | | | | | | needed for Cygwin | ||||
| * | Change XChangeWindowAttributes signature and many others to match Xorg, ↵ | jan.nijtmans | 2012-06-07 | 1 | -1/+1 |
| |\ | | | | | | | | | | needed for Cygwin | ||||
| * | | [Bug 3532186] pkgIndex.tcl file complexity | jan.nijtmans | 2012-06-06 | 1 | -7/+8 |
| | | | |||||
| * | | Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally ↵ | jan.nijtmans | 2012-06-05 | 1 | -38/+40 |
| | | | | | | | | | | | | useable for both | ||||
| * | | Change XSetDashes signature and many others to match Xorg, needed for Cygwin | jan.nijtmans | 2012-06-05 | 1 | -1/+3 |
| |\ \ | | |/ | |||||
| | * | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. | jan.nijtmans | 2012-06-01 | 2 | -121/+127 |
| | | | | | | | | | Add .PHONY targets, and various quoting issues (Makefile.in) | ||||
| | * | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for ↵ | jan.nijtmans | 2012-05-29 | 1 | -7/+8 |
| | | | | | | | | | | | | | | | Cygwin. Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally useable for both. | ||||
* | | | [Bug 3532186] pkgIndex.tcl file complexity | jan.nijtmans | 2012-06-06 | 1 | -33/+35 |
| | | | |||||
* | | | unbreak Linux build | jan.nijtmans | 2012-06-01 | 1 | -0/+9 |
| | | | |||||
* | | | Implement XFlush and various others for win32 as stubs, so win32 extensions ↵ | jan.nijtmans | 2012-05-31 | 1 | -18/+0 |
| | | | | | | | | | | | | | | | using those can run under CYGWIN as well. Allow tk86.dll to cooperate with the cygwin console. | ||||
* | | | Simpify determination whether we are running on cygwin. | jan.nijtmans | 2012-05-31 | 1 | -0/+9 |
|\ \ \ | |/ / | | | | Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll | ||||
| * | | merge core-8-4-branch, still to be tested on Unixtobetested | jan.nijtmans | 2012-05-29 | 1 | -9/+9 |
| |\ \ | | |/ | |||||
| | * | Simpify determination whether we are running on cygwin. | jan.nijtmans | 2012-05-25 | 1 | -23/+30 |
| | | | | | | | | | | | | Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll. Fix "make genstubs" when cross-compiling on UNIX | ||||
* | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-16 | 2 | -12/+17 |
|\ \ \ | |/ / | | | | cleanup some more unused CYGWIN stuff | ||||
| * | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-16 | 2 | -3/+7 |
| |\ \ | | |/ | |||||
* | | | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 1 | -0/+15 |
|\ \ \ | |/ / | | | | | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin | ||||
| * | | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 1 | -0/+15 |
| |\ \ | | |/ | | | | | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin | ||||
| | * | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 1 | -0/+15 |
| | | | | | | | | | | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin | ||||
* | | | [Bug 2768586]: Menu posting problem on dual monitors | jan.nijtmans | 2012-05-04 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
* | | | sync tcl.m4 with Tcl version | jan.nijtmans | 2012-05-02 | 2 | -10/+2 |
|\ \ \ | |/ / | |||||
| * | | sync tcl.m4 with Tcl version | jan.nijtmans | 2012-05-02 | 2 | -11/+23 |
| | | | |||||
* | | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwin | jan.nijtmans | 2012-04-26 | 1 | -16/+0 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwin | jan.nijtmans | 2012-04-26 | 2 | -16/+13 |
| |\ \ | | |/ | | | | [Bug 3519917]: Snow Leopard unix/Makefile `make test` fail | ||||
| | * | implement various internal win32 stub functions for cygwin | jan.nijtmans | 2012-04-25 | 3 | -171/+188 |
| | | | |||||
* | | | make loading of tk.dll in cygwin possible | jan.nijtmans | 2012-04-18 | 1 | -2/+9 |
|\ \ \ | |/ / | | | | reduce command table size | ||||
| * | | make loading of tk.dll in cygwin possible | jan.nijtmans | 2012-04-18 | 1 | -2/+9 |
| |\ \ | | |/ | | | | reduce command table size | ||||
| | * | make loading of tk.dll in cygwin possible | jan.nijtmans | 2012-04-17 | 1 | -2/+9 |
| | | | | | | | | | reduce command table size | ||||
* | | | minor clean-up of tkInt.decls | jan.nijtmans | 2012-04-12 | 2 | -0/+6 |
|\ \ \ | |/ / | | | | | | | disallow colors like xellow configure changes for cygwin | ||||
| * | | disallow colors like xellow | jan.nijtmans | 2012-04-12 | 2 | -0/+6 |
| |\ \ | | |/ | | | | | | | cleanup tkInt.decls configure changes for cygwin | ||||
| | * | sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6 | jan.nijtmans | 2012-04-11 | 2 | -116/+121 |
| | | | |||||
| | * | some more cygwin compatibility improvements | jan.nijtmans | 2012-04-06 | 2 | -0/+0 |
| | | | |||||
* | | | gcc warning: signed-unsigned compare | jan.nijtmans | 2012-04-02 | 1 | -3/+135 |
|\ \ \ | |/ / | |||||
* | | | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-04-02 | 1 | -4/+37 |
|\ \ \ | |/ / | | | | (autoconf still to be run!) | ||||
| * | | re-generate configure | jan.nijtmans | 2012-04-01 | 1 | -3/+135 |
| | | | |||||
| * | | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-03-30 | 1 | -3/+35 |
| |\ \ | | |/ | | | | (autoconf still to be run!) | ||||
| | * | implementation ready for further field-testsbug_3511806 | jan.nijtmans | 2012-03-29 | 2 | -183/+284 |
| | | | |||||
* | | | [Bug 2809525] Abort on overlong color name | jan.nijtmans | 2012-03-21 | 1 | -17/+6 |
|\ \ \ | |/ / | |||||
| * | | [Bug 2809525] Abort on overlong color name | jan.nijtmans | 2012-03-21 | 1 | -17/+6 |
| |\ \ | | |/ | |||||
| | * | [Bug 2809525] Abort on overlong color name | jan.nijtmans | 2012-03-21 | 1 | -17/+6 |
| | | | |||||
* | | | Patch from the cygwin folks | jan.nijtmans | 2012-03-04 | 2 | -6/+12 |
|\ \ \ | |/ / | |||||
| * | | Patch from the cygwin folks | jan.nijtmans | 2012-03-04 | 2 | -6/+12 |
| |\ \ | | |/ | |||||
| | * | Patch from the cygwin folks | jan.nijtmans | 2012-03-04 | 2 | -173/+179 |
| | | | |||||
* | | | [Bug 3486474]: Inconsistent color scaling | jan.nijtmans | 2012-02-15 | 2 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3486474]: Inconsistent color scaling | jan.nijtmans | 2012-02-15 | 2 | -6/+6 |
| |\ \ | | |/ | |||||
| | * | proposed fix for bug-3486474 | jan.nijtmans | 2012-02-10 | 2 | -6/+6 |
| | | | |||||
* | | | [Bug 1945073]: Demo square.tcl cannot run; need package tktest | jan.nijtmans | 2011-11-22 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | [Bug 1945073]: Demo square.tcl cannot run; need package tktest | jan.nijtmans | 2011-11-22 | 1 | -0/+4 |
| |\ \ | | |/ | |||||
| | * | [Bug 1945073]: Demo square.tcl cannot run; need package tktest | jan.nijtmans | 2011-11-22 | 1 | -0/+4 |
| | | | |||||
| | * | Add --disable-rpath option to configure script | jan.nijtmans | 2011-09-06 | 2 | -299/+351 |
| | | | |||||
| | * | Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform ↵ | jan.nijtmans | 2011-08-30 | 2 | -342/+358 |
| | | | | | | | | | | | | necessary basis. Add Haiku support and better NetBSD/FreeBSD support. |