Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add some extra paths on Windows for finding tclConfig.sh, for mSys and ↵ | jan.nijtmans | 2013-02-14 | 2 | -46/+58 |
| | | | | Cygwin shell. | ||||
* | 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 |
| | | | | | | any more, it might hurt when we compile Tk 8.x against Tcl 8.y with y > x, because new deprecated constructs might be added in higher Tcl versions (except for Tk 8.6, for now, because there is no higher 8.x yet) | ||||
* | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 3 | -9/+8 |
| | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. Remove unused TCLPATCHL, it should be ".0" for all final releases. | ||||
* | [Bug 3585396]: winDialog.test requires user interaction. | jan.nijtmans | 2012-11-13 | 1 | -59/+80 |
| | | | <p>Renumber test-cases as in Tk 8.6, and convert various to tcltest-2 style. | ||||
* | 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 ↵ | jan.nijtmans | 2012-08-17 | 1 | -4/+6 |
| | | | | version numbers. | ||||
* | 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 ↵ | jan.nijtmans | 2012-07-08 | 1 | -2/+2 |
| | | | | ::argv variable before trying to use it | ||||
* | 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 |
| | | | there's no longer any need to have mysterious increments. | ||||
* | Add various X11 stub functions, Cygwin only | jan.nijtmans | 2012-07-04 | 2 | -15/+0 |
| | | | remove TkBindDeadWindow from Cygwin stub table | ||||
* | sync tcl.m4 with Tcl version | jan.nijtmans | 2012-06-23 | 2 | -47/+41 |
| | | | autoconf-2.13 | ||||
* | [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 |
| | | | | | | Add .PHONY targets, and various quoting issues (Makefile.in) | ||||
* | | merge core-8-4-branch | jan.nijtmans | 2012-05-29 | 6 | -150/+200 |
|\ \ | |/ | |||||
| * | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for ↵ | jan.nijtmans | 2012-05-29 | 2 | -11/+11 |
| | | | | | | | | | | Cygwin. Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally useable for both. | ||||
| * | Simpify determination whether we are running on cygwin. | jan.nijtmans | 2012-05-25 | 1 | -4/+21 |
| | | | | | | | | Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll. Fix "make genstubs" when cross-compiling on UNIX | ||||
| * | 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 |
| | | | | | | | | export TkWinChildProc for win32 backport TCHAR determination from tkWinPort.h | ||||
| * | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 1 | -131/+158 |
| | | | | | | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin | ||||
* | | 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 |
| | | | some more tkInt.decls formatting | ||||
* | 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 |
|\ | | | | | | | | | | | 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 | 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 ↵ | jan | 2011-03-26 | 3 | -3/+3 |
| | | | | link.exe included with MSVC, use -debug instead | ||||
* | [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 |
| | | | | | mingw-w64 does not accept _WIN32_IE < 0x0501 Merged --cherrypick from core-8-5-branch (2010-12-13, f4ecadb40d) remove conflicting definition of timezone struct | ||||
* | SC_EMBED_MANIFEST macro | jan.nijtmans | 2011-03-11 | 4 | -129/+475 |
| | | | Merged --cherrypick from core-8-5-branch (2010-08-26, 3416226333358009f) |