summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Bug 2926819]: Factor out the pointer warping code a bit better and extend itdkf2010-01-061-1/+15
* Patch 289825: Enable unlimited multiple file selection from the open files di...patthoyts2010-01-051-112/+304
* Corrected rounding of coordinates when working with fonts. [Bug 2824916]dkf2010-01-051-3/+3
* Patch 2848897: Support the system keyboard cues setting on Windowspatthoyts2010-01-031-20/+77
* cast away const needed for msvc6 when calling Tcl_SetResultpatthoyts2010-01-031-2/+3
* Fix [Bug 1373712] and [Bug 1924761].dkf2010-01-021-1/+2
* Highlight for cascade items in torn-off menus is incorrect on Windows.patthoyts2009-12-271-3/+5
* CONSTify return values of TkKeysymToString,nijtmans2009-12-161-2/+2
* Fix dependancies on ${TKSTUBLIB} whennijtmans2009-12-121-5/+5
* win/Makefile.in Use tktest86.dll for all tests.nijtmans2009-12-022-32/+27
* win/configure (regenerated, previous version didn't match tcl.m4)nijtmans2009-12-021-9/+7
* Better dependancies in case of static build.nijtmans2009-11-301-10/+24
* Make all internal initializationnijtmans2009-11-293-25/+17
* Make sure the window is still present when handling delayed activation [Bug 2...patthoyts2009-11-221-4/+15
* Include tk stubs in the tktest link line due to nijtmans recent changespatthoyts2009-11-221-2/+2
* Compile tkTest.c and friends with Stubsnijtmans2009-11-201-3/+3
* Compile tkTest.c and friends with Stubsnijtmans2009-11-191-6/+62
* doc/GetHINSTANCE.3 Fix mentioned header filenijtmans2009-11-191-12/+8
* Undo the reversal of the win/Makefile.in changes, that part was ok.andreas_kupries2009-11-101-8/+3
* * unix/Makefile.in: Partially reverted Don Porter's 2009-10-20andreas_kupries2009-11-101-3/+8
* Fix for [Bug 1739613]Joe Mistachkin2009-11-021-2/+40
* [Bug 1825353] Fix tiny fixed font on Russian Windows.patthoyts2009-10-291-17/+20
* Make the handling of the filter index the same as in GetFileNameW!dkf2009-10-221-33/+20
* Deal with [Patch 2168768], so making the -typevariable option work consistentlydkf2009-10-221-232/+239
* Bug fix for #2875562nijtmans2009-10-212-10/+11
* * unix/Makefile.in: Compiling Tk no longer requires header filesdgp2009-10-201-8/+3
* Fix the icon to have 48x48 size (mistakenly made a 46px icon)patthoyts2009-10-151-0/+0
* [Bug #2860827] avoid 3D effects with user-specified backgroundspatthoyts2009-10-051-9/+13