summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Lots of small changes to make code more pretty and C89-like.dkf2008-11-086-20/+24
* add "-Wno-implicit-int" flag for gcc, as on UNIXnijtmans2008-11-062-2/+2
* tkWinTest.c: fix warning: assignment discards qualifiers from pointer target ...nijtmans2008-11-031-2/+2
* const fixes for windows codepatthoyts2008-11-031-13/+15
* Implemented the themed spinbox widget ttk::spinbox.patthoyts2008-11-012-6/+64
* CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindownijtmans2008-10-281-12/+9
* * win/tkWinTest.c: Revise [testclipboard] to form thatdgp2008-10-281-25/+15
* * README: Bump version number to 8.6a4dgp2008-10-232-3/+3
* Factor out the platform-specific bits of [tk busy]. [Bug 2180919]dkf2008-10-202-33/+215
* msvc uses __inline, so added the necessary macro now that we are using thispatthoyts2008-10-191-3/+4
* Implementation of the [tk busy] command on non-OSX.dkf2008-10-183-3/+6
* [Bug 1825353] To fix a problem with tiny fonts on Russian versions ofpatthoyts2008-10-181-3/+16
* Add "const" to many internalnijtmans2008-10-178-55/+57
* Corrected some errors from the previous commitpatthoyts2008-10-061-4/+2
* Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-055-97/+75
* Convert %g to Tcl_PrintDouble to avoid locale trouble. [Bug 2112563]dkf2008-10-031-2/+2
* doc fixesJoe Mistachkin2008-10-021-2/+2
* * generic/tkImgPhoto.c: Changed TclStack* calls to ck* calls so thatdgp2008-08-281-10/+1
* * README: Bump version number to 8.6a3dgp2008-08-282-3/+3
* Split the photo image core into two pieces to make it easier to maintain.dkf2008-08-253-3/+6
* After some discussion with Joe English and subsequently thegeorgeps2008-08-192-30/+2
* * README: Bump version number to 8.6a2dgp2008-08-122-3/+3
* Check wmPtr is valid in TopLevelReqProc to fix [Bug 2028703]patthoyts2008-08-011-7/+9
* Check that the parent has been mapped before calling RemapWindows. [Bug 2009788]patthoyts2008-07-261-2/+4
* bug #2026405: Check for 0x prefix in sprintf %p and redo if necessary. Works ...patthoyts2008-07-261-1/+4
* * README: Bump version number to 8.6a1dgp2008-06-192-3/+3
* * win/configure, win/configure.in (TK_WIN_VERSION): fix handlinghobbs2008-06-132-13/+13
* TIP 285 ImplementationJoe Mistachkin2008-06-132-2/+14
* We should use the thread allocator for threaded builds. Added 'tclalloc' opti...patthoyts2008-05-152-5/+11
* More elimination of pre-C89-isms.dkf2008-05-021-196/+201
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-2714-221/+226
* Include ws2_32 in the link list [Bug 19200872]patthoyts2008-04-201-2/+2
* Fixed bug #1941740: tk_chooseColor -title was broken in revision 1.40 after s...patthoyts2008-04-142-3/+8
* eliminate a few gcc 4.3 warningsnijtmans2008-04-091-5/+3
* Provide a visual-styles API element engine to permit scripts to createpatthoyts2008-04-081-3/+158
* * tkDecls.h: Reverted das's change of Tk's stubs pointersKevin B Kenny2008-04-082-37/+12
* autoconf-2.59dgp2008-04-071-5/+5
* Fixed stubs usagepatthoyts2008-04-031-5/+13
* Tweak the debug targetspatthoyts2008-04-021-18/+7
* * generic/tkWindow.c: Revised package initialization so thatdgp2008-04-023-6/+3
* * README: Bump version number to 8.6a0dgp2008-04-014-23/+23
* autoconf-2.59core_8_5_2dgp2008-03-281-1/+1
* * README: Bump to 8.5.2 for release.dgp2008-03-281-2/+2
* Put ttkStubLib.o in libtkstub instead of libtk. [Bug 1863007].jenglish2008-03-182-8/+6
* *** 8.5.1 TAGGED FOR RELEASE ***dgp2008-02-042-3/+3
* * win/tkWinDialog.c (Tk_MessageBoxObjCmd): pass "" instead of NULLhobbs2008-01-311-2/+2
* Add tristate support to checkbuttons and radiobuttons [Bug 1865898].jenglish2008-01-081-54/+53
* * generic/tk.h: Bump version number to 8.5.1b1 to distinguishdgp2008-01-022-3/+3
* Add in missing function definitions to support plain MSVC6 and usepatthoyts2007-12-144-35/+58
* Support compilation with MSVC9 on AMD64patthoyts2007-12-142-2/+10