summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Allow cross-compilation by default.nijtmans2010-11-183-59/+149
|
* [FRQ 491789]: "setargv() doesn't support a unicode cmdline"nijtmans2010-11-182-60/+93
| | | | now implemented for cygwin and mingw32 too.
* [FRQ 491789]: "setargv() doesn't support a unicode cmdline" now implemented ↵nijtmans2010-11-173-2/+89
| | | | for mingw-w64
* Workaround for bug in some versions of mingw-w64nijtmans2010-11-172-2/+12
|
* Bring compilation under mingw-w64 a bit closer to reality (but don't break ↵nijtmans2010-11-171-3/+3
| | | | mingw32 build!)
* [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1nijtmans2010-11-162-1/+7
|
* Bring compilation under mingw-w64 a bit closer to realitynijtmans2010-11-164-29/+36
|
* reverted previous commit: it has effect on the Windows consolenijtmans2010-11-152-34/+38
|
* Eliminate use of the function Tcl_WinTCharToUtf in generic codenijtmans2010-11-152-38/+34
|
* * changes: Updates for 8.6b2 release.andreas_kupries2010-11-102-1/+9
|
* Update NL catalog.nijtmans2010-11-0615-205/+204
| | | | For other languages, sorting and fix some locations of "&"
* Sync TK_ASCII_MAIN usage with tclMain.cnijtmans2010-11-052-4/+10
|
* Use unicode copyright sign, in stead of depending on translation.nijtmans2010-11-054-7/+13
|
* * changes: Updates for 8.6b2 release.dgp2010-11-042-3/+33
|
* [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-11-034-662/+94
|
* [FRQ 491789]: "setargv() doesn't support a unicodenijtmans2010-10-117-17/+41
| | | | cmdline" implemented for Tk on MSVC++
* Fix crash in 'tag add' / 'tag remove' when no -tags specified [SF#3085489].jenglish2010-10-113-6/+31
|
* [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-10-113-108/+37
|
* Add netapi32 to the windows link linenijtmans2010-10-114-6/+12
|
* win/Makefile.in (genstubs): Generate ttk files as wellnijtmans2010-10-062-2/+6
|
* [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-10-069-243/+130
|
* * win/Makefile.in (genstubs): [Tcl Bug 3082049]: Typo.dkf2010-10-062-7/+12
|
* [Bug 3080953] Malformed Unicode characters in %A substitutionnijtmans2010-10-052-7/+4
| | | | Problem was in the static function GetTranslatedKey().
* [Bug 3080953] Malformed Unicode characters in %A substitutionnijtmans2010-10-052-10/+18
| | | | 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-012-8/+30
| | | | | [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-292-40/+87
|
* re-generate configure with autoconf-2.59nijtmans2010-09-293-32/+26
|
* Add explicit scspec "EXTERN", as in Tclnijtmans2010-09-284-3/+14
| | | | Don't let Tk_MainEx macro disturb compilation
* [Bug 3076671] CVS HEAD Tk build fails on win32 with msys/mingw.nijtmans2010-09-282-2/+7
| | | | Make it compile on older mingw as well.
* Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just ↵nijtmans2010-09-232-10/+7
| | | | as Tcl_SetVar.
* winMain should never be called with stubsnijtmans2010-09-231-1/+4
|
* Dummy genstubs::export (from genStubs.tcl)nijtmans2010-09-232-1/+20
|
* Add -Wdeclaration-after-statementnijtmans2010-09-236-122/+144
| | | | | 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-205-549/+597
| | | | | 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-162-4/+8
|
* [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-09-143-4/+9
|
* Move definitions of WINVER/_WIN32_WINNT to one place, now that we only ↵nijtmans2010-09-131-2/+2
| | | | support Win2000+
* Move definitions of WINVER/_WIN32_WINNT to one place, now that we only ↵nijtmans2010-09-135-19/+14
| | | | support Win2000+
* Make compilable with -DUNICODE, or mark files with a TODO which are not done ↵nijtmans2010-09-1014-27/+106
| | | | | | yet. tkWinPort.h: mingw/cygwin fixes: <tchar.h> should always be included here.
* win/rules.vc: (sync with tcl version)nijtmans2010-09-098-76/+72
| | | | | | mingw should always link with -ladvapi32 Remove ascii variant of tkWinPocs table, it is no longer necessary.
* TreeviewSeeCommand: Schedule redisplay if [$tv see] opens any items [#2829363]jenglish2010-09-082-1/+7
|
* * library/bgerror.tcl: [Bugs 3046742,3046750]: Improve keybindings fordkf2010-09-052-30/+49
| | | | | | the background error dialog, and allow the use of the window manager controls for closing it (where supported). The Escape key now causes all remaining background error messages in the queue to be dropped.
* library/ttk/winTheme.tcl, library/ttk/xpTheme.tcl, library/ttk/vistaTheme.tcl:jenglish2010-09-024-5/+23
| | | | Specify disabled combobox text foreground color [#3057573].
* * win/tcl.m4: Applied patch by Jeff fixing issues with theandreas_kupries2010-08-313-4/+14
| | | | | manifest handling on Win64. * win/configure: Regenerated.
* * unix/Makefile.in: add valgrind targethobbs2010-08-274-5/+21
| | | | | | * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] (SC_PATH_X): Correct syntax error when xincludes not found.
* * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE):hobbs2010-08-275-3/+129
| | | | | | | * win/configure, win/configure.in, win/tcl.m4: SC_EMBED_MANIFEST macro and --enable-embedded-manifest configure arg added to support manifest embedding where we know the magic. Help prevents DLL hell with MSVC8+.
* * generic/tkText.c (DumpLine): s/segPtr->size/currentSize/hobbs2010-08-272-6/+12
| | | | | throughout, but particularly in if lineChanged block where segPtr may no longer be valid. [Bug 3053347]
* [Patch 3034251]: Backport ttkGenStubs.tcl features to genStubs.tcl, partly:nijtmans2010-08-216-125/+130
| | | | Use void (*reserved$i)(void) = 0 instead of void *reserved$i = NULL for unused stub entries, in case pointer-to-function and pointer-to-object are different sizes.
* Move USE_OLD_IMAGE support after tkDecls.hnijtmans2010-08-192-7/+10
|