| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | [Bug 3532186] pkgIndex.tcl file complexity | jan.nijtmans | 2012-06-06 | 1 | -1/+1 |
|
|
* | | | | | Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally use... | jan.nijtmans | 2012-06-05 | 1 | -3/+7 |
|
|
* | | | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwin | jan.nijtmans | 2012-06-05 | 8 | -23/+39 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. | jan.nijtmans | 2012-06-01 | 8 | -133/+151 |
| | |_|/
| |/| | |
|
| * | | | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for Cy... | jan.nijtmans | 2012-05-29 | 2 | -11/+11 |
|
|
* | | | | merge core-8-4-branch, still to be tested on Unixtobetested | jan.nijtmans | 2012-05-29 | 2 | -1/+15 |
|\ \ \ \
| |/ / / |
|
| * | | | Simpify determination whether we are running on cygwin. | jan.nijtmans | 2012-05-25 | 1 | -4/+21 |
|
|
* | | | | Change XSetCommand signature to match Xorg, needed for Cygwin | jan.nijtmans | 2012-05-24 | 3 | -5/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | Change XSetCommand signature to match Xorg, needed for Cygwin | jan.nijtmans | 2012-05-24 | 2 | -2/+2 |
|
|
* | | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-16 | 1 | -4/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-14 | 3 | -10/+19 |
|
|
* | | | | give tkWinWm.c access to SM_XVIRTUALSCREEN and friends | jan.nijtmans | 2012-05-14 | 1 | -3/+3 |
|
|
* | | | | remove some unused CYGWIN stuff | jan.nijtmans | 2012-05-14 | 1 | -132/+2 |
|
|
* | | | | backport TCHAR determination from tkWinPort.h | jan.nijtmans | 2012-05-14 | 1 | -25/+13 |
|
|
* | | | | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 1 | -89/+91 |
|\ \ \ \
| |/ / / |
|
| * | | | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 1 | -131/+158 |
| | |/
| |/| |
|
* | | | sync tcl.m4 with Tcl version | jan.nijtmans | 2012-05-02 | 2 | -11/+0 |
|
|
* | | | [Bug 533519]: Window placement with multiple screens | jan.nijtmans | 2012-05-02 | 1 | -14/+4 |
|\ \ \
| |/ / |
|
| * | | Fix bug 533519 | jan.nijtmans | 2012-04-16 | 1 | -13/+4 |
| |/ |
|
* | | [Bug 3517448] TclKit build fails (unresolved __strtoi64) | jan.nijtmans | 2012-04-13 | 1 | -4/+7 |
|\ \
| |/ |
|
| * | [Bug 3517448] TclKit build fails (unresolved __strtoi64) | jan.nijtmans | 2012-04-13 | 1 | -4/+7 |
|
|
* | | disallow colors like xellow | jan.nijtmans | 2012-04-12 | 3 | -122/+135 |
|\ \
| |/ |
|
| * | sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6 | jan.nijtmans | 2012-04-11 | 3 | -160/+173 |
|
|
* | | some more cygwin compatibility improvements | jan.nijtmans | 2012-04-06 | 4 | -23/+32 |
|\ \
| |/ |
|
| * | some more cygwin compatibility improvements | jan.nijtmans | 2012-04-06 | 3 | -15/+20 |
|
|
* | | re-generate configure | jan.nijtmans | 2012-04-01 | 1 | -97/+441 |
|
|
* | | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-03-30 | 3 | -48/+151 |
|\ \
| |/ |
|
| * | 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 | 3 | -119/+486 |
| |\ |
|
| | * | implementation ready for further field-testsbug_3511806 | jan.nijtmans | 2012-03-29 | 3 | -115/+490 |
|
|
| * | | enable cygwin build in /win directory (using mingw-w64 compiler) | jan.nijtmans | 2012-03-26 | 2 | -48/+56 |
| |/ |
|
| * | workaround for _strtoi64 determination on win64 (autoconf-2.13 issue) | jan.nijtmans | 2012-03-15 | 2 | -10/+14 |
|
|
* | | Provide fallback for _strtoi64 | jan.nijtmans | 2012-02-26 | 2 | -0/+79 |
|\ \
| |/ |
|
| * | Provide fallback for _strtoi64 | jan.nijtmans | 2012-02-26 | 2 | -9/+59 |
|
|
* | | [Bug 3486474]: Inconsistent color scaling | jan.nijtmans | 2012-02-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | proposed fix for bug-3486474 | jan.nijtmans | 2012-02-10 | 1 | -1/+1 |
|
|
* | | * win/tkWinDialog.c (GetFileNameW): Ensure that we do not convert a | dkf | 2012-02-10 | 1 | -3/+10 |
|
|
* | | [Bug 3480471]: tk_getOpenFile crashes on Win64 | jan.nijtmans | 2012-01-27 | 1 | -4/+4 |
|
|
* | | 3235256 - Keep menu entry IDs out of system values. Thanks Colin McDonald. | dgp | 2011-12-22 | 1 | -15/+21 |
|\ \
| |/ |
|
| * | 3235256 - Keep menu entry IDs out of system values. Thanks Colin McDonald. | dgp | 2011-12-22 | 1 | -28/+25 |
|
|
* | | [Bug 1945073]: Demo square.tcl cannot run; need package tktest | jan.nijtmans | 2011-11-22 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | [Bug 1945073]: Demo square.tcl cannot run; need package tktest | jan.nijtmans | 2011-11-22 | 1 | -1/+5 |
|
|
| * | Support Visual Studio 11 | jan.nijtmans | 2011-09-26 | 1 | -51/+55 |
|
|
* | | Release candidate branch for Tk 8.5.11 | dgp | 2011-10-26 | 2 | -2/+2 |
|
|
* | | Fix up the implementation to account for shared options enumeration. | dgp | 2011-10-17 | 1 | -43/+20 |
|
|
* | | Revise the proposed "-nocomplain" option to "-confirmoverwrite" | dgp | 2011-10-05 | 1 | -9/+11 |
|
|
* | | Contributed implementation patch for TIP 382. | dgp | 2011-10-04 | 1 | -4/+10 |
|
|
* | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 2 | -5/+5 |
|
|
* | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 11 | -48/+48 |
|\ \
| |/ |
|
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+1 |
|
|