summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* * generic/tk.h: Bump version number to 8.5.1b1 to distinguishdgp@users.sourceforge.net2008-01-022-3/+3
* Add in missing function definitions to support plain MSVC6 and usepatthoyts@users.sourceforge.net2007-12-144-35/+58
* Support compilation with MSVC9 on AMD64patthoyts@users.sourceforge.net2007-12-142-2/+10
* merge stable branch onto HEADdgp@users.sourceforge.net2007-12-1329-30/+30
* We must specify the lowest Windows version wepatthoyts@users.sourceforge.net2007-12-102-16/+40
* Only tkWin.h should include windows.h unless we have an explicit override ofpatthoyts@users.sourceforge.net2007-12-103-8/+4
* Handle MSVC 9 (aka: Visual Studio 2008)patthoyts@users.sourceforge.net2007-12-101-4/+10
* regendonal.k.fellows@manchester.ac.uk2007-12-091-1/+1
* Fix suite of small problems that prevented a build from working for me.donal.k.fellows@manchester.ac.uk2007-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.jenglish@flightlab.com2007-12-022-51/+43
* (bug 1835052) Fix tidy target to remove tktest rather than tcltestpatthoyts@users.sourceforge.net2007-11-281-3/+3
* * README: Bump version number to 8.5b3.dgp@users.sourceforge.net2007-11-192-3/+3
* * win/ttkWinXPTheme.c: Add support for size information flags forpatthoyts@users.sourceforge.net2007-11-181-13/+56
* Minor reshuffle for claritypatthoyts@users.sourceforge.net2007-11-171-5/+5
* Fix the environment to run only our built versionpatthoyts@users.sourceforge.net2007-11-171-21/+42
* Ttk_ElementSize: Fixed longstanding, subtle bug that caused element paddingjenglish@flightlab.com2007-11-082-7/+10
* Use -fp:strict with msvc8 as -fp:precise fails on amd64 builds. Fixpatthoyts@users.sourceforge.net2007-10-311-11/+1
* * generic/tk.h: Bump version number to 8.5b2.1 to distinguishdgp@users.sourceforge.net2007-10-302-3/+3
* Made maintenance easier by adding extra dependency information so that donal.k.fellows@manchester.ac.uk2007-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.dgp@users.sourceforge.net2007-10-262-3/+3
* * doc/getOpenFile.n: TIP#242 implementation of -typevariable tohobbs2007-10-251-29/+89
* Move widget layout registration from TtkElements_Init()jenglish@flightlab.com2007-10-253-522/+360
* Applied patch from #1723362 for transparent bitmapspatthoyts@users.sourceforge.net2007-10-241-1/+3
* Fixed leak in CreateNamedFont spotted by das.patthoyts@users.sourceforge.net2007-10-231-12/+6
* * bitmaps/*.xbm: Changed CVS storage mode from -kb to -kkv as thesedavygrvy2007-10-171-2/+3
* * win/makefile.vc: depend target now works and builds a generateddavygrvy2007-10-161-86/+23
* * generic/tkFocus.c, generic/tkFrame.c, generic/tkInt.h:hobbs2007-10-151-7/+152
* * win/configure, win/configure.in (TK_WIN_VERSION): Make sure thehobbs2007-10-152-5/+9
* Hush.patthoyts@users.sourceforge.net2007-10-121-3/+3
* Fixed install of tk broken with last commitpatthoyts@users.sourceforge.net2007-10-122-9/+5
* Mine all version information from headers. Sync tcl and tk and bringpatthoyts@users.sourceforge.net2007-10-123-125/+372
* * win/winMain.c: Replaced incorrect comments in main() to descibedavygrvy2007-10-121-4/+3
* * generic/tk.h: Bump version number to 8.5b1.1 to distinguishdgp@users.sourceforge.net2007-10-022-3/+3
* * README: Bump version number to 8.5b1.dgp@users.sourceforge.net2007-09-192-3/+3
* * generic/tkStubLib.c: Remove C library calls from Tk_InitStubs()dgp@users.sourceforge.net2007-09-181-2/+2
* Add crt flags for tkStubLib now it makes use of C-library functionspatthoyts@users.sourceforge.net2007-09-171-2/+2
* * win/Makefile.in (install-binaries): Fixed missing brace in theandreask@activestate.com2007-09-122-4/+4
* * generic/tkConsole.c: Revised calls to Tcl_InitStubs() anddgp@users.sourceforge.net2007-09-112-8/+7
* Assorted minor cleanups.donal.k.fellows@manchester.ac.uk2007-09-0810-203/+225
* header cleanupdgp@users.sourceforge.net2007-09-076-13/+9
* * generic/tkWindow.c (Initialize): Moved common Tk initializationdgp@users.sourceforge.net2007-09-061-8/+2
* Synchronize with tcl rules.vcpatthoyts@users.sourceforge.net2007-08-211-9/+14
* Fix bug #1692927 (buffer length problems). Added 'testfindwindow' and 'testge...patthoyts@users.sourceforge.net2007-08-012-34/+152
* * win/tkWinWm.c (WmIconphotoCmd): fix wm iconphoto RGBA issues.hobbs2007-06-101-5/+15
* * win/tkWinMenu.c (TkWinHandleMenuEvent): improve handling tohobbs2007-06-091-16/+15