| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
|
|
* | * generic/tk.h: Bump patchlevel to 8.6b1.2 to distinguish | dgp | 2010-05-03 | 2 | -3/+3 |
|
|
* | Unnessarary TCL_STORAGE_CLASS re-definitions | nijtmans | 2010-04-29 | 10 | -58/+37 |
|
|
* | Define OPENFILENAME_SIZE_VERSION_400 if needed | nijtmans | 2010-04-20 | 1 | -1/+5 |
|
|
* | Make sure that tkWinPort.h is always included | nijtmans | 2010-04-20 | 1 | -7/+7 |
|
|
* | [Patch 2898255]: Filenames limit with Tk_GetFileName() | nijtmans | 2010-04-19 | 1 | -3/+13 |
|
|
* | Fix [Bug 2987995]: Tk_GetOpenFile returns garbage under described circumstances | nijtmans | 2010-04-19 | 1 | -5/+5 |
|
|
* | Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmp | nijtmans | 2010-04-13 | 1 | -7/+24 |
|
|
* | Add <wchar.h> to tkWinPort.h, and | nijtmans | 2010-04-08 | 3 | -39/+33 |
|
|
* | regenerated with autoconf-2.59 | nijtmans | 2010-04-06 | 2 | -5/+5 |
|
|
* | Fix [Tcl Bug 2967340]: Static build failure | nijtmans | 2010-03-12 | 3 | -6/+10 |
|
|
* | Don't use -fvisibility=hidden for cygwin. | nijtmans | 2010-03-04 | 1 | -36/+24 |
|
|
* | remove unused "dataKey" variable | nijtmans | 2010-02-19 | 1 | -7/+2 |
|
|
* | Put all Tk_OptionSpec for buttons and labels | nijtmans | 2010-02-18 | 1 | -59/+5 |
|
|
* | CONSTify everything related to Tk_ConfigSpec | nijtmans | 2010-02-17 | 1 | -12/+2 |
|
|
* | tkWindow.c/tkStubInit.c adapted from stub changes in Tcl | nijtmans | 2010-02-16 | 5 | -104/+68 |
|
|
* | use -pipe for gcc on win32 (mingw/cygwin) | nijtmans | 2010-02-13 | 2 | -20/+4 |
|
|
* | Make more internal tables "const" | nijtmans | 2010-02-05 | 2 | -2/+3 |
|
|
* | When a function has had a leading underscore for a number of years you | patthoyts | 2010-02-03 | 1 | -1/+5 |
|
|
* | fix more gcc warnings: missing initializer | nijtmans | 2010-01-22 | 10 | -159/+308 |
|
|
* | Add SPI_SETKEYBOARDCUES definition, | nijtmans | 2010-01-14 | 1 | -1/+4 |
|
|
* | Eliminate tkpMenubuttonClass | nijtmans | 2010-01-13 | 10 | -41/+39 |
|
|
* | [Bug 2926819]: Factor out the pointer warping code a bit better and extend it | dkf | 2010-01-06 | 1 | -1/+15 |
|
|
* | Patch 289825: Enable unlimited multiple file selection from the open files di... | patthoyts | 2010-01-05 | 1 | -112/+304 |
|
|
* | Corrected rounding of coordinates when working with fonts. [Bug 2824916] | dkf | 2010-01-05 | 1 | -3/+3 |
|
|
* | Patch 2848897: Support the system keyboard cues setting on Windows | patthoyts | 2010-01-03 | 1 | -20/+77 |
|
|
* | cast away const needed for msvc6 when calling Tcl_SetResult | patthoyts | 2010-01-03 | 1 | -2/+3 |
|
|
* | Fix [Bug 1373712] and [Bug 1924761]. | dkf | 2010-01-02 | 1 | -1/+2 |
|
|
* | Highlight for cascade items in torn-off menus is incorrect on Windows. | patthoyts | 2009-12-27 | 1 | -3/+5 |
|
|
* | CONSTify return values of TkKeysymToString, | nijtmans | 2009-12-16 | 1 | -2/+2 |
|
|