| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor isatty() function for Windows | nijtmans | 2010-12-17 | 2 | -13/+23 |
|
|
* | [Patch 3124554]: Move WishPanic from Tk to Tcl | nijtmans | 2010-12-16 | 1 | -69/+8 |
|
|
* | See also: [Patch 1910041] and [Patch 3059922]. SEH emulation on Win64 was not... | nijtmans | 2010-12-13 | 1 | -2/+74 |
|
|
* | Fix manifest-generation for 64-bit gcc (mingw-w64) | nijtmans | 2010-12-10 | 2 | -4/+10 |
|
|
* | [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2 | nijtmans | 2010-12-06 | 1 | -4/+4 |
|
|
* | [Patch #3116490] cross-compile Tk mingw32 on unix. | nijtmans | 2010-12-03 | 2 | -7/+0 |
|
|
* | * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...): | dkf | 2010-12-02 | 1 | -2/+2 |
|
|
* | Fix various 64-bit gcc(-4.5.2) warnings: cast from pointer to integer of diff... | nijtmans | 2010-11-29 | 2 | -10/+13 |
|
|
* | Make assembler code compile in Win64 with gcc. | nijtmans | 2010-11-29 | 1 | -2/+11 |
|
|
* | Fix various 64-bit gcc(-4.5.2) warnings: cast from pointer to integer of diff... | nijtmans | 2010-11-29 | 6 | -19/+19 |
|
|
* | use TkpDisplayWarning as panic proc on Windows, but restore panic | nijtmans | 2010-11-24 | 1 | -9/+10 |
|
|
* | re-write TkpDisplayWarning not to use any Tcl functions any more. This allows... | nijtmans | 2010-11-24 | 2 | -22/+12 |
|
|
* | [Bug #3071836]: Crash/Tcl_Panic on WinXP saving file to C:\ | nijtmans | 2010-11-24 | 1 | -2/+5 |
|
|
* | Revise Tcl_Panic() calls ending with a newline removing the newline, because ... | nijtmans | 2010-11-19 | 3 | -12/+12 |
|
|
* | Allow cross-compilation by default. | nijtmans | 2010-11-18 | 2 | -59/+147 |
|
|
* | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" | nijtmans | 2010-11-18 | 1 | -60/+88 |
|
|
* | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" now implemented f... | nijtmans | 2010-11-17 | 2 | -2/+86 |
|
|
* | Workaround for bug in some versions of mingw-w64 | nijtmans | 2010-11-17 | 1 | -2/+8 |
|
|
* | Bring compilation under mingw-w64 a bit closer to reality (but don't break mi... | nijtmans | 2010-11-17 | 1 | -3/+3 |
|
|
* | [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1 | nijtmans | 2010-11-16 | 1 | -1/+5 |
|
|
* | Bring compilation under mingw-w64 a bit closer to reality | nijtmans | 2010-11-16 | 3 | -29/+29 |
|
|
* | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-11-03 | 3 | -662/+88 |
|
|
* | [FRQ 491789]: "setargv() doesn't support a unicode | nijtmans | 2010-10-11 | 4 | -10/+20 |
|
|
* | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-10-11 | 2 | -108/+35 |
|
|
* | Add netapi32 to the windows link line | nijtmans | 2010-10-11 | 3 | -6/+6 |
|
|
* | win/Makefile.in (genstubs): Generate ttk files as well | nijtmans | 2010-10-06 | 1 | -2/+5 |
|
|
* | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-10-06 | 8 | -243/+119 |
|
|
* | * win/Makefile.in (genstubs): [Tcl Bug 3082049]: Typo. | dkf | 2010-10-06 | 1 | -2/+2 |
|
|
* | [Bug 3080953] Malformed Unicode characters in %A substitution | nijtmans | 2010-10-05 | 1 | -5/+3 |
|
|
* | [Bug 3080953] Malformed Unicode characters in %A substitution | nijtmans | 2010-10-05 | 1 | -10/+12 |
|
|
* | re-generate configure with autoconf-2.59 | nijtmans | 2010-09-29 | 1 | -1/+1 |
|
|
* | [Bug 3076671] CVS HEAD Tk build fails on win32 with msys/mingw. | nijtmans | 2010-09-28 | 1 | -2/+2 |
|
|
* | Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just a... | nijtmans | 2010-09-23 | 1 | -8/+5 |
|
|
* | winMain should never be called with stubs | nijtmans | 2010-09-23 | 1 | -1/+4 |
|
|
* | Add -Wdeclaration-after-statement | nijtmans | 2010-09-23 | 4 | -89/+101 |
|
|
* | win/tkWinX.c (_WIN32_IE): update to IE5.5 base expectation | hobbs | 2010-09-16 | 1 | -2/+2 |
|
|
* | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-09-14 | 2 | -4/+4 |
|
|
* | Move definitions of WINVER/_WIN32_WINNT to one place, now that we only suppor... | nijtmans | 2010-09-13 | 1 | -2/+2 |
|
|
* | Move definitions of WINVER/_WIN32_WINNT to one place, now that we only suppor... | nijtmans | 2010-09-13 | 4 | -19/+7 |
|
|
* | Make compilable with -DUNICODE, or mark files with a TODO which are not done ... | nijtmans | 2010-09-10 | 13 | -27/+89 |
|
|
* | win/rules.vc: (sync with tcl version) | nijtmans | 2010-09-09 | 7 | -76/+62 |
|
|
* | * win/tcl.m4: Applied patch by Jeff fixing issues with the | andreas_kupries | 2010-08-31 | 2 | -4/+8 |
|
|
* | * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE): | hobbs | 2010-08-27 | 4 | -3/+123 |
|
|
* | * win/Makefile.in (%.${OBJEXT}): better implicit rules support | hobbs | 2010-08-12 | 1 | -2/+2 |
|
|
* | [Bug #3020677] wish can't link reg1.2 | nijtmans | 2010-07-01 | 1 | -4/+4 |
|
|
* | [Patch 3009998]: Replace binding procedures with ordinary event handlers | jenglish | 2010-06-19 | 1 | -64/+23 |
|
|
* | * win/tkWinX.c (HandleIMEComposition): [Bug 2992129]: Ensure that all | dkf | 2010-05-20 | 1 | -1/+5 |
|
|
* | Fix [Bug #3002230]: tk_chooseDirectory returns garbage on cancel | nijtmans | 2010-05-17 | 1 | -1/+8 |
|
|
* | [Patch #2999920]: Optimize Internal Virtual event string operations | nijtmans | 2010-05-17 | 1 | -3/+23 |
|
|
* | CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar, | nijtmans | 2010-05-10 | 1 | -3/+3 |
|
|