| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some extra paths on Windows for finding tclConfig.sh, for mSys and Cygwin... | jan.nijtmans | 2013-02-14 | 2 | -46/+58 |
|
|
* | Backport various improvements from Tcl 8.5 | jan.nijtmans | 2013-02-12 | 2 | -136/+351 |
|
|
* | Don't compile Tk with -DTCL_NO_DEPRECATED by default | jan.nijtmans | 2013-01-16 | 1 | -1/+1 |
|
|
* | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 3 | -9/+8 |
|
|
* | [Bug 3585396]: winDialog.test requires user interaction. | jan.nijtmans | 2012-11-13 | 1 | -59/+80 |
|
|
* | sync nmakehlp.c with Tcl version | jan.nijtmans | 2012-10-23 | 1 | -4/+5 |
|
|
* | Compile win32 binaries with -DTCL_NO_DEPRECATED | jan.nijtmans | 2012-09-26 | 1 | -9/+15 |
|
|
* | nmakehlp: Add "-V<num>" option, in order to be able to detect partial version... | jan.nijtmans | 2012-08-17 | 1 | -4/+6 |
|
|
* | Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextension | jan.nijtmans | 2012-07-31 | 1 | -60/+267 |
|
|
* | [Bug 3544932]: Visual studio compiler check fails | jan.nijtmans | 2012-07-17 | 1 | -4/+3 |
|
|
* | [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ::ar... | jan.nijtmans | 2012-07-08 | 1 | -2/+2 |
|
|
* | typo | jan.nijtmans | 2012-07-04 | 1 | -1/+1 |
|
|
* | [Bug 3540127]: Clean up the tables of options for the file dialogs so that | dkf | 2012-07-04 | 1 | -32/+31 |
|
|
* | Add various X11 stub functions, Cygwin only | jan.nijtmans | 2012-07-04 | 2 | -15/+0 |
|
|
* | sync tcl.m4 with Tcl version | jan.nijtmans | 2012-06-23 | 2 | -47/+41 |
|
|
* | [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3 | jan.nijtmans | 2012-06-22 | 1 | -2/+2 |
|
|
* | some more quoting issues | jan.nijtmans | 2012-06-07 | 1 | -5/+5 |
|
|
* | merge core-8-4-branchbug_3508771 | jan.nijtmans | 2012-06-05 | 9 | -171/+182 |
|\ |
|
| * | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. | jan.nijtmans | 2012-06-01 | 8 | -133/+151 |
|
|
* | | merge core-8-4-branch | jan.nijtmans | 2012-05-29 | 6 | -150/+200 |
|\ \
| |/ |
|
| * | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for Cy... | jan.nijtmans | 2012-05-29 | 2 | -11/+11 |
|
|
| * | 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 | 2 | -2/+2 |
|
|
| * | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-14 | 3 | -10/+19 |
|
|
| * | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 1 | -131/+158 |
|
|
* | | merge core-8-4-branch | jan.nijtmans | 2012-05-02 | 1 | -13/+4 |
|\ \
| |/ |
|
| * | Fix bug 533519 | jan.nijtmans | 2012-04-16 | 1 | -13/+4 |
|
|
* | | change signature of all X11 functions to match those of CYGWIN | jan.nijtmans | 2012-05-02 | 9 | -63/+108 |
|/ |
|
* | [Bug 3517448] TclKit build fails (unresolved __strtoi64) | jan.nijtmans | 2012-04-13 | 1 | -4/+7 |
|
|
* | 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 | 3 | -15/+20 |
|
|
* | 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 | -9/+59 |
|
|
* | proposed fix for bug-3486474 | jan.nijtmans | 2012-02-10 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Support Visual Studio 11 | jan.nijtmans | 2011-09-26 | 1 | -51/+55 |
|
|
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+1 |
|
|
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 11 | -47/+30 |
|
|
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-13 | 2 | -29/+29 |
|
|
* | Sync with win/tcl.m4 from Tcl | jan.nijtmans | 2011-06-16 | 2 | -17/+62 |
|
|
* | Purge RCS Keywords. | dgp | 2011-06-08 | 43 | -85/+0 |
|
|
* | The -debug:full option is not supported when using the modern versions of lin... | jan | 2011-03-26 | 3 | -3/+3 |
|
|
* | [Bug #3239768] tk8.4.19 (and later) WIN32 menu font support | jan.nijtmans | 2011-03-24 | 1 | -6/+20 |
|
|
* | SEH-emulation for AMD64 | jan.nijtmans | 2011-03-11 | 3 | -42/+112 |
|
|
* | SC_EMBED_MANIFEST macro | jan.nijtmans | 2011-03-11 | 4 | -129/+475 |
|
|