summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* [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
* * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu inhobbs2009-09-141-4/+21
* Eliminate more gcc warningsnijtmans2009-08-103-30/+39
* Eliminate various gcc warningsnijtmans2009-08-093-3/+63
* eliminate various gcc and msvc compiler warningsnijtmans2009-08-0211-52/+70
* [Bug 2799589] Avoid setting the focus on a deleted window during delayed acti...patthoyts2009-06-021-3/+13
* [Bug 2794778]: Calls to CallWindowProc can lead to other functionspatthoyts2009-05-211-4/+5
* FormatMessage should always use the ignore-inserts flag when processing syste...patthoyts2009-05-132-6/+8
* Updated the Wish and Tk icons for Windows 7 support.patthoyts2009-05-062-0/+0
* Fix [Bug 2785744].dkf2009-05-031-27/+30
* [Patch 2504402] Create icon bitmaps as device independent bitmaps.patthoyts2009-04-301-11/+66
* Fix [Bug 2080533] by falling back to creating a DIB.dkf2009-04-301-5/+53
* * win/tkWinDialog.c (ChooseDirectoryValidateProc): no need to sethobbs2009-04-241-3/+2
* * win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd): enable the newhobbs2009-04-231-6/+16
* Eliminate a few compiler warnings on mingwnijtmans2009-03-252-42/+42
* Fix [Bug 1871101].dkf2009-03-251-20/+27
* update comment to reflect realitypatthoyts2009-03-011-2/+3
* [Patch 2513104] fix cursor hotspots (cjmcdonald)patthoyts2009-02-2328-0/+0
* [Patch 2507419] fixes the image drawing bug on windows menus.patthoyts2009-02-231-29/+56
* [Patch 2542828] use stock Win32 help arrow cursor for question_arrowpatthoyts2009-02-221-1/+5
* Correct the ttk::treeview border on XP and Vista.patthoyts2009-02-211-1/+11
* * win/tcl.m4, win/configure: Check if cl groks _WIN64 already tohobbs2009-02-172-76/+144
* * win/configure.in, win/configure: align better with tclhobbs2009-02-162-428/+498