summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Change "Application initialization failed" to "application-specific ↵nijtmans2010-12-131-0/+3
| | | | initialization failed", for consistency with Tcl.
* See also: [Patch 1910041] and [Patch 3059922]. SEH emulation on Win64 was ↵nijtmans2010-12-131-0/+7
| | | | not correct here: it sometimes results in a crash. Contrary to the other places, the code here is not meant to protect from OS bugs, but to protect Finalizing Tk when the application went in an invalid state.
* Better building on OpenBSD.stwo2010-12-121-0/+5
|
* Fix manifest-generation for 64-bit gcc (mingw-w64)nijtmans2010-12-101-0/+5
|
* [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2nijtmans2010-12-061-0/+7
|
* [Patch #3116490] cross-compile support for unixnijtmans2010-12-051-0/+5
|
* [Patch #3116490] cross-compile Tk mingw32 on unix.nijtmans2010-12-031-0/+7
| | | | This makes it possible to cross-compile Tcl/Tk for Windows (either 32-bit or 64-bit) out-of-the-box on UNIX, using mingw-w64 build tools.
* * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...):dkf2010-12-021-46/+53
| | | | | Expose angled text API for Emiliano Gavilan. Still only in internal stub table.
* Fix various 64-bit gcc(-4.5.2) warnings: cast from pointer to integer of ↵nijtmans2010-11-291-0/+2
| | | | different size
* Make assembler code compile in Win64 with gcc.nijtmans2010-11-291-0/+1
|
* Fix various 64-bit gcc(-4.5.2) warnings: cast from pointer to integer of ↵nijtmans2010-11-291-0/+11
| | | | different size
* Remove unused strrchr, combine outChannel/errChannel variables to a single ↵nijtmans2010-11-241-0/+2
| | | | variable
* re-write TkpDisplayWarning not to use any Tcl functions any more. This ↵nijtmans2010-11-241-1/+4
| | | | allows TkpDisplayWarning to be used as panic proc on Windows
* [Bug #3071836]: Crash/Tcl_Panic on WinXP saving file to C:\nijtmans2010-11-241-0/+4
|
* Revise Tcl_Panic() calls ending with a newline removing the newline, because ↵nijtmans2010-11-191-0/+14
| | | | Tcl_Panic() outputs a final newline already
* Allow cross-compilation by default.nijtmans2010-11-181-0/+2
|
* [FRQ 491789]: "setargv() doesn't support a unicode cmdline"nijtmans2010-11-181-0/+5
| | | | now implemented for cygwin and mingw32 too.
* [FRQ 491789]: "setargv() doesn't support a unicode cmdline" now implemented ↵nijtmans2010-11-171-0/+3
| | | | for mingw-w64
* Workaround for bug in some versions of mingw-w64nijtmans2010-11-171-0/+4
|
* [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1nijtmans2010-11-161-0/+2
|
* Bring compilation under mingw-w64 a bit closer to realitynijtmans2010-11-161-0/+7
|
* reverted previous commit: it has effect on the Windows consolenijtmans2010-11-151-6/+0
|
* Eliminate use of the function Tcl_WinTCharToUtf in generic codenijtmans2010-11-151-0/+6
|
* * changes: Updates for 8.6b2 release.andreas_kupries2010-11-101-0/+4
|
* Update NL catalog.nijtmans2010-11-061-0/+5
| | | | For other languages, sorting and fix some locations of "&"
* Sync TK_ASCII_MAIN usage with tclMain.cnijtmans2010-11-051-0/+1
|
* Use unicode copyright sign, in stead of depending on translation.nijtmans2010-11-051-0/+6
|
* * changes: Updates for 8.6b2 release.dgp2010-11-041-1/+5
|
* [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-11-031-0/+6
|
* [FRQ 491789]: "setargv() doesn't support a unicodenijtmans2010-10-111-0/+9
| | | | cmdline" implemented for Tk on MSVC++
* Fix crash in 'tag add' / 'tag remove' when no -tags specified [SF#3085489].jenglish2010-10-111-0/+5
|
* [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-10-111-0/+2
|
* Add netapi32 to the windows link linenijtmans2010-10-111-0/+6
|
* win/Makefile.in (genstubs): Generate ttk files as wellnijtmans2010-10-061-0/+1
|
* [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-10-061-0/+11
|
* * win/Makefile.in (genstubs): [Tcl Bug 3082049]: Typo.dkf2010-10-061-5/+10
|
* [Bug 3080953] Malformed Unicode characters in %A substitutionnijtmans2010-10-051-2/+1
| | | | Problem was in the static function GetTranslatedKey().
* [Bug 3080953] Malformed Unicode characters in %A substitutionnijtmans2010-10-051-0/+6
| | | | The problem is somewhere in tkWinX.c, so temporary don't compile it with -DUNICODE, until the real problem is found.
* * generic/tkImgPhoto.c (Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock):dkf2010-10-011-5/+11
| | | | | [Bug 3078902]: Ensure that zero-dimensioned data blocks cause no changes at all instead of causing a hang.
* tkMain.c: make compilable with -DUNICODE as wellnijtmans2010-09-291-0/+1
|
* re-generate configure with autoconf-2.59nijtmans2010-09-291-0/+6
|
* Add explicit scspec "EXTERN", as in Tclnijtmans2010-09-281-0/+3
| | | | Don't let Tk_MainEx macro disturb compilation
* [Bug 3076671] CVS HEAD Tk build fails on win32 with msys/mingw.nijtmans2010-09-281-0/+5
| | | | Make it compile on older mingw as well.
* Dummy genstubs::export (from genStubs.tcl)nijtmans2010-09-231-0/+1
|
* Add -Wdeclaration-after-statementnijtmans2010-09-231-0/+9
| | | | | tkWinX.c,winMain.c: Make compilable with -DUNICODE tkAppInit.c,winMain.c: Many clean-ups in comments, so all (tcl|tk)AppInit.c variants use the same style.
* clean-up, port all genStubs.tcl changesnijtmans2010-09-201-4/+4
| | | | | from Tcl to ttkGenStubs.tcl as well (no change in any output files)
* clean-up, port all genStubs.tcl changesnijtmans2010-09-201-0/+7
| | | | | from Tcl to ttkGenStubs.tcl as well (no change in any output files)
* win/tkWinX.c (_WIN32_IE): update to IE5.5 base expectationhobbs2010-09-161-2/+6
|
* [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-09-141-0/+5
|
* Move definitions of WINVER/_WIN32_WINNT to one place, now that we only ↵nijtmans2010-09-131-0/+7
| | | | support Win2000+