summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* * 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
* merge stable branch onto HEADdgp2007-12-1329-30/+30
* We must specify the lowest Windows version wepatthoyts2007-12-102-16/+40
* Only tkWin.h should include windows.h unless we have an explicit override ofpatthoyts2007-12-103-8/+4
* Handle MSVC 9 (aka: Visual Studio 2008)patthoyts2007-12-101-4/+10
* regendkf2007-12-091-1/+1
* Fix suite of small problems that prevented a build from working for me.dkf2007-12-092-3/+27
* * win/tkWinButton.c, win/tkWinDialog.c: use SetWindowLongPtr andhobbs2007-12-055-77/+5
* * win/tkWinInt.h: remove CS_CLASSDC (not recommended for any apps now)hobbs2007-12-053-84/+30
* * win/configure, win/tcl.m4 (LIBS_GUI): mingw needs -lole32hobbs2007-12-052-2/+4
* * win/configure, win/tcl.m4 (LIBS_GUI): remove ole32.lib oleaut32.libhobbs2007-12-032-14/+12
* Improved macrology for statically-initialized layout template tables.jenglish2007-12-022-51/+43
* (bug 1835052) Fix tidy target to remove tktest rather than tcltestpatthoyts2007-11-281-3/+3
* * README: Bump version number to 8.5b3.dgp2007-11-192-3/+3
* * win/ttkWinXPTheme.c: Add support for size information flags forpatthoyts2007-11-181-13/+56
* Minor reshuffle for claritypatthoyts2007-11-171-5/+5
* Fix the environment to run only our built versionpatthoyts2007-11-171-21/+42
* Ttk_ElementSize: Fixed longstanding, subtle bug that caused element paddingjenglish2007-11-082-7/+10
* Use -fp:strict with msvc8 as -fp:precise fails on amd64 builds. Fixpatthoyts2007-10-311-11/+1
* * generic/tk.h: Bump version number to 8.5b2.1 to distinguishdgp2007-10-302-3/+3
* Made maintenance easier by adding extra dependency information so that dkf2007-10-301-1/+6
* * tests/listbox.test, tests/panedwindow.test, tests/scrollbar.test:hobbs2007-10-302-31/+31
* * README: Bump version number to 8.5b2.dgp2007-10-262-3/+3
* * doc/getOpenFile.n: TIP#242 implementation of -typevariable tohobbs2007-10-251-29/+89
* Move widget layout registration from TtkElements_Init()jenglish2007-10-253-522/+360
* Applied patch from #1723362 for transparent bitmapspatthoyts2007-10-241-1/+3