| Commit message (Expand) | Author | Age | Files | Lines |
* | improve handling of various versions for patchlevel to winversion conversion | hobbs | 2008-06-13 | 2 | -13/+13 |
|
|
* | * win/configure, win/configure.in (TK_WIN_VERSION): fix handling | hobbs | 2008-06-13 | 2 | -9/+9 |
|
|
* | backported tk_chooseColor -title fix from HEAD | patthoyts | 2008-04-14 | 2 | -3/+8 |
|
|
* | * generic/tk.h: Bump version number to 8.5.3b1 to distinguish | dgp | 2008-04-11 | 2 | -3/+3 |
|
|
* | autoconf-2.59core_8_5_2 | dgp | 2008-03-28 | 1 | -1/+1 |
|
|
* | * README: Bump to 8.5.2 for release. | dgp | 2008-03-28 | 1 | -2/+2 |
|
|
* | Put ttkStubLib.o in libtkstub instead of libtk. [Bug 1863007]. | jenglish | 2008-03-18 | 2 | -8/+6 |
|
|
* | *** 8.5.1 TAGGED FOR RELEASE *** | dgp | 2008-02-04 | 2 | -3/+3 |
|
|
* | * win/tkWinDialog.c (Tk_MessageBoxObjCmd): pass "" instead of NULL | hobbs | 2008-01-31 | 1 | -2/+2 |
|
|
* | Add tristate support to checkbuttons and radiobuttons [Bug 1865898]. | jenglish | 2008-01-08 | 1 | -54/+53 |
|
|
* | * generic/tk.h: Bump version number to 8.5.1b1 to distinguish | dgp | 2008-01-02 | 2 | -3/+3 |
|
|
* | Add in missing function definitions to support plain MSVC6 and use | patthoyts | 2007-12-14 | 4 | -35/+58 |
|
|
* | Support compilation with MSVC9 on AMD64 | patthoyts | 2007-12-14 | 2 | -2/+10 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 29 | -30/+30 |
|
|
* | We must specify the lowest Windows version we | patthoyts | 2007-12-10 | 2 | -16/+40 |
|
|
* | Only tkWin.h should include windows.h unless we have an explicit override of | patthoyts | 2007-12-10 | 3 | -8/+4 |
|
|
* | Handle MSVC 9 (aka: Visual Studio 2008) | patthoyts | 2007-12-10 | 1 | -4/+10 |
|
|
* | regen | dkf | 2007-12-09 | 1 | -1/+1 |
|
|
* | Fix suite of small problems that prevented a build from working for me. | dkf | 2007-12-09 | 2 | -3/+27 |
|
|
* | * win/tkWinButton.c, win/tkWinDialog.c: use SetWindowLongPtr and | hobbs | 2007-12-05 | 5 | -77/+5 |
|
|
* | * win/tkWinInt.h: remove CS_CLASSDC (not recommended for any apps now) | hobbs | 2007-12-05 | 3 | -84/+30 |
|
|
* | * win/configure, win/tcl.m4 (LIBS_GUI): mingw needs -lole32 | hobbs | 2007-12-05 | 2 | -2/+4 |
|
|
* | * win/configure, win/tcl.m4 (LIBS_GUI): remove ole32.lib oleaut32.lib | hobbs | 2007-12-03 | 2 | -14/+12 |
|
|
* | Improved macrology for statically-initialized layout template tables. | jenglish | 2007-12-02 | 2 | -51/+43 |
|
|
* | (bug 1835052) Fix tidy target to remove tktest rather than tcltest | patthoyts | 2007-11-28 | 1 | -3/+3 |
|
|
* | * README: Bump version number to 8.5b3. | dgp | 2007-11-19 | 2 | -3/+3 |
|
|
* | * win/ttkWinXPTheme.c: Add support for size information flags for | patthoyts | 2007-11-18 | 1 | -13/+56 |
|
|
* | Minor reshuffle for clarity | patthoyts | 2007-11-17 | 1 | -5/+5 |
|
|
* | Fix the environment to run only our built version | patthoyts | 2007-11-17 | 1 | -21/+42 |
|
|
* | Ttk_ElementSize: Fixed longstanding, subtle bug that caused element padding | jenglish | 2007-11-08 | 2 | -7/+10 |
|
|
* | Use -fp:strict with msvc8 as -fp:precise fails on amd64 builds. Fix | patthoyts | 2007-10-31 | 1 | -11/+1 |
|
|
* | * generic/tk.h: Bump version number to 8.5b2.1 to distinguish | dgp | 2007-10-30 | 2 | -3/+3 |
|
|
* | Made maintenance easier by adding extra dependency information so that
| dkf | 2007-10-30 | 1 | -1/+6 |
|
|
* | * tests/listbox.test, tests/panedwindow.test, tests/scrollbar.test: | hobbs | 2007-10-30 | 2 | -31/+31 |
|
|
* | * README: Bump version number to 8.5b2. | dgp | 2007-10-26 | 2 | -3/+3 |
|
|
* | * doc/getOpenFile.n: TIP#242 implementation of -typevariable to | hobbs | 2007-10-25 | 1 | -29/+89 |
|
|
* | Move widget layout registration from TtkElements_Init() | jenglish | 2007-10-25 | 3 | -522/+360 |
|
|
* | Applied patch from #1723362 for transparent bitmaps | patthoyts | 2007-10-24 | 1 | -1/+3 |
|
|
* | Fixed leak in CreateNamedFont spotted by das. | patthoyts | 2007-10-23 | 1 | -12/+6 |
|
|
* | * bitmaps/*.xbm: Changed CVS storage mode from -kb to -kkv as these | davygrvy | 2007-10-17 | 1 | -2/+3 |
|
|
* | * win/makefile.vc: depend target now works and builds a generated | davygrvy | 2007-10-16 | 1 | -86/+23 |
|
|
* | * generic/tkFocus.c, generic/tkFrame.c, generic/tkInt.h: | hobbs | 2007-10-15 | 1 | -7/+152 |
|
|
* | * win/configure, win/configure.in (TK_WIN_VERSION): Make sure the | hobbs | 2007-10-15 | 2 | -5/+9 |
|
|
* | Hush. | patthoyts | 2007-10-12 | 1 | -3/+3 |
|
|
* | Fixed install of tk broken with last commit | patthoyts | 2007-10-12 | 2 | -9/+5 |
|
|
* | Mine all version information from headers. Sync tcl and tk and bring | patthoyts | 2007-10-12 | 3 | -125/+372 |
|
|
* | * win/winMain.c: Replaced incorrect comments in main() to descibe | davygrvy | 2007-10-12 | 1 | -4/+3 |
|
|
* | * generic/tk.h: Bump version number to 8.5b1.1 to distinguish | dgp | 2007-10-02 | 2 | -3/+3 |
|
|
* | * README: Bump version number to 8.5b1. | dgp | 2007-09-19 | 2 | -3/+3 |
|
|
* | * generic/tkStubLib.c: Remove C library calls from Tk_InitStubs() | dgp | 2007-09-18 | 1 | -2/+2 |
|
|