summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-11-033-662/+88
* [FRQ 491789]: "setargv() doesn't support a unicodenijtmans2010-10-114-10/+20
* [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-10-112-108/+35
* Add netapi32 to the windows link linenijtmans2010-10-113-6/+6
* win/Makefile.in (genstubs): Generate ttk files as wellnijtmans2010-10-061-2/+5
* [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-10-068-243/+119
* * win/Makefile.in (genstubs): [Tcl Bug 3082049]: Typo.dkf2010-10-061-2/+2
* [Bug 3080953] Malformed Unicode characters in %A substitutionnijtmans2010-10-051-5/+3
* [Bug 3080953] Malformed Unicode characters in %A substitutionnijtmans2010-10-051-10/+12
* re-generate configure with autoconf-2.59nijtmans2010-09-291-1/+1
* [Bug 3076671] CVS HEAD Tk build fails on win32 with msys/mingw.nijtmans2010-09-281-2/+2
* Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just a...nijtmans2010-09-231-8/+5
* winMain should never be called with stubsnijtmans2010-09-231-1/+4
* Add -Wdeclaration-after-statementnijtmans2010-09-234-89/+101
* win/tkWinX.c (_WIN32_IE): update to IE5.5 base expectationhobbs2010-09-161-2/+2
* [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-09-142-4/+4
* Move definitions of WINVER/_WIN32_WINNT to one place, now that we only suppor...nijtmans2010-09-131-2/+2
* Move definitions of WINVER/_WIN32_WINNT to one place, now that we only suppor...nijtmans2010-09-134-19/+7
* Make compilable with -DUNICODE, or mark files with a TODO which are not done ...nijtmans2010-09-1013-27/+89
* win/rules.vc: (sync with tcl version)nijtmans2010-09-097-76/+62
* * win/tcl.m4: Applied patch by Jeff fixing issues with theandreas_kupries2010-08-312-4/+8
* * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE):hobbs2010-08-274-3/+123
* * win/Makefile.in (%.${OBJEXT}): better implicit rules supporthobbs2010-08-121-2/+2
* [Bug #3020677] wish can't link reg1.2nijtmans2010-07-011-4/+4
* [Patch 3009998]: Replace binding procedures with ordinary event handlersjenglish2010-06-191-64/+23
* * win/tkWinX.c (HandleIMEComposition): [Bug 2992129]: Ensure that alldkf2010-05-201-1/+5
* Fix [Bug #3002230]: tk_chooseDirectory returns garbage on cancelnijtmans2010-05-171-1/+8
* [Patch #2999920]: Optimize Internal Virtual event string operationsnijtmans2010-05-171-3/+23
* CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar,nijtmans2010-05-101-3/+3
* * generic/tk.h: Bump patchlevel to 8.6b1.2 to distinguishdgp2010-05-032-3/+3
* Unnessarary TCL_STORAGE_CLASS re-definitionsnijtmans2010-04-2910-58/+37
* Define OPENFILENAME_SIZE_VERSION_400 if needednijtmans2010-04-201-1/+5
* Make sure that tkWinPort.h is always includednijtmans2010-04-201-7/+7
* [Patch 2898255]: Filenames limit with Tk_GetFileName()nijtmans2010-04-191-3/+13
* Fix [Bug 2987995]: Tk_GetOpenFile returns garbage under described circumstancesnijtmans2010-04-191-5/+5
* Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmpnijtmans2010-04-131-7/+24
* Add <wchar.h> to tkWinPort.h, andnijtmans2010-04-083-39/+33
* regenerated with autoconf-2.59nijtmans2010-04-062-5/+5
* Fix [Tcl Bug 2967340]: Static build failurenijtmans2010-03-123-6/+10
* Don't use -fvisibility=hidden for cygwin.nijtmans2010-03-041-36/+24
* remove unused "dataKey" variablenijtmans2010-02-191-7/+2
* Put all Tk_OptionSpec for buttons and labelsnijtmans2010-02-181-59/+5
* CONSTify everything related to Tk_ConfigSpecnijtmans2010-02-171-12/+2
* tkWindow.c/tkStubInit.c adapted from stub changes in Tclnijtmans2010-02-165-104/+68
* use -pipe for gcc on win32 (mingw/cygwin)nijtmans2010-02-132-20/+4
* Make more internal tables "const"nijtmans2010-02-052-2/+3
* When a function has had a leading underscore for a number of years youpatthoyts2010-02-031-1/+5
* fix more gcc warnings: missing initializernijtmans2010-01-2210-159/+308
* Add SPI_SETKEYBOARDCUES definition,nijtmans2010-01-141-1/+4
* Eliminate tkpMenubuttonClassnijtmans2010-01-1310-41/+39