| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
|
|
* | Add crt flags for tkStubLib now it makes use of C-library functions | patthoyts | 2007-09-17 | 1 | -2/+2 |
|
|
* | * win/Makefile.in (install-binaries): Fixed missing brace in the | andreas_kupries | 2007-09-12 | 2 | -4/+4 |
|
|
* | * generic/tkConsole.c: Revised calls to Tcl_InitStubs() and | dgp | 2007-09-11 | 2 | -8/+7 |
|
|
* | Assorted minor cleanups. | dkf | 2007-09-08 | 10 | -203/+225 |
|
|
* | header cleanup | dgp | 2007-09-07 | 6 | -13/+9 |
|
|
* | * generic/tkWindow.c (Initialize): Moved common Tk initialization | dgp | 2007-09-06 | 1 | -8/+2 |
|
|
* | Synchronize with tcl rules.vc | patthoyts | 2007-08-21 | 1 | -9/+14 |
|
|
* | Fix bug #1692927 (buffer length problems). Added 'testfindwindow' and 'testge... | patthoyts | 2007-08-01 | 2 | -34/+152 |
|
|
* | * win/tkWinWm.c (WmIconphotoCmd): fix wm iconphoto RGBA issues. | hobbs | 2007-06-10 | 1 | -5/+15 |
|
|
* | * win/tkWinMenu.c (TkWinHandleMenuEvent): improve handling to | hobbs | 2007-06-09 | 1 | -16/+15 |
|
|
* | * unix/configure: autoconf-2.59 (FC6 fork) | dgp | 2007-05-18 | 2 | -21/+31 |
|
|
* | Test ttk widgets | patthoyts | 2007-05-15 | 1 | -2/+18 |
|
|
* | [Tk Bug 1712081] | dgp | 2007-05-14 | 3 | -11/+18 |
|
|
* | Make the tktest build work when Tcl is located in a path with a space in | dkf | 2007-05-05 | 1 | -2/+2 |
|
|
* | Slight simplification | dkf | 2007-05-05 | 1 | -3/+4 |
|
|
* | TIP #145 implementation | patthoyts | 2007-05-04 | 4 | -6/+157 |
|
|
* | Sync with tcl version | patthoyts | 2007-05-04 | 1 | -13/+93 |
|
|
* | Standardize function definition format. | dkf | 2007-04-17 | 3 | -337/+474 |
|
|
* | Skip OS version test, should work on Vista/Aero now as well as XP | jenglish | 2007-04-10 | 1 | -37/+24 |
|
|