| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate unneeded _TkFinalize wrapper. | jan.nijtmans | 2011-03-12 | 1 | -1/+1 |
|
|
* | merge-mark | jan.nijtmans | 2011-03-11 | 1 | -9/+0 |
|\ |
|
| * | SEH-emulation for AMD64 | jan.nijtmans | 2011-03-11 | 3 | -42/+112 |
|
|
| * | SC_EMBED_MANIFEST macro | jan.nijtmans | 2011-03-11 | 4 | -129/+475 |
|
|
* | | [Bug 3205260] avoid crash in wm manage of children with null class
| patthoyts | 2011-03-10 | 1 | -1/+2 |
|
|
* | | We are no longer on CVS, so don't need the .cvsignore files any more | jan.nijtmans | 2011-03-08 | 1 | -21/+0 |
|\ \
| |/ |
|
| * | We are no longer on CVS, so don't need the .cvsignore files any more | jan.nijtmans | 2011-03-05 | 1 | -24/+0 |
|
|
| * | [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. | nijtmans | 2011-01-25 | 1 | -2/+2 |
|
|
| * | Add -D_CRT_SECURE_NO_DEPRECATE and -D_CRT_NONSTDC_NO_DEPRECATE, reducing the ... | nijtmans | 2010-10-31 | 4 | -49/+61 |
|
|
| * | Update for VS10 | nijtmans | 2010-10-23 | 1 | -6/+13 |
|
|
| * | [Bug 2956548] TkpButtonSetDefaults only initializes one button type | nijtmans | 2010-03-12 | 3 | -70/+24 |
|
|
| * | Fix for [Bug 1739613] | Joe Mistachkin | 2009-11-02 | 1 | -2/+40 |
|
|
| * | * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu in | hobbs | 2009-09-14 | 1 | -4/+21 |
|
|
| * | Backport 2080533 fix. | dgp | 2009-04-30 | 1 | -2/+51 |
|
|
| * | True commit. | andreas_kupries | 2009-01-16 | 1 | -2/+2 |
|
|
| * | * win/tkWinWm.c (WmAttributesCmd): Fix a single use of | andreas_kupries | 2009-01-16 | 1 | -1/+6 |
|
|
| * | * README: Bump version number to 8.4.19 | dgp | 2008-04-07 | 2 | -3/+3 |
|
|
| * | *** 8.4.18 TAGGED FOR RELEASE *** | dgp | 2008-02-06 | 2 | -3/+3 |
|
|
| * | * win/tkWinInt.h: remove CS_CLASSDC (not recommended for any apps now) | hobbs | 2007-12-05 | 3 | -76/+33 |
|
|
| * | * win/tkWinDraw.c: Applied [Patch 1723362] for transparent bitmaps. | hobbs | 2007-12-05 | 1 | -3/+6 |
|
|
| * | * README: Bump version number to 8.4.17 | dgp | 2007-10-02 | 2 | -3/+3 |
|
|
| * | Fix for AMD64 symbols builds | patthoyts | 2007-09-11 | 2 | -15/+20 |
|
|
| * | Backported the BASE_NO_TK_ICON patch to assist in creating tclkits | patthoyts | 2007-09-04 | 1 | -1/+10 |
|
|
| * | * win/tkWinWm.c (WmIconphotoCmd): fix wm iconphoto RGBA issues. | hobbs | 2007-06-10 | 1 | -4/+15 |
|
|
| * | * win/tkWinMenu.c (TkWinHandleMenuEvent): improve handling to | hobbs | 2007-06-09 | 1 | -16/+19 |
|
|
| * | * README: Bump version number to 8.4.16 | dgp | 2007-05-30 | 2 | -12/+31 |
|
|
| * | * win/Makefile.in (install-private-headers): added target | hobbs | 2007-01-30 | 1 | -1/+23 |
|
|
| * | (TkpDisplayButton): lint init. [Bug 1618604] | hobbs | 2006-12-19 | 1 | -2/+2 |
|
|
| * | * doc/wm.n, tests/winWm.test: | hobbs | 2006-12-01 | 1 | -25/+81 |
|
|
| * | * unix/tkUnixMenu.c (DrawMenuUnderline): bound Tcl_UtfAtIndex usage | hobbs | 2006-11-24 | 1 | -3/+3 |
|
|
| * | * win/tkWinMenu.c (TkWinHandleMenuEvent, DrawMenuUnderline): | hobbs | 2006-11-24 | 1 | -41/+48 |
|
|
| * | Fix bug #1582769 build with VC2003 and correct i386 arch. | patthoyts | 2006-10-31 | 1 | -3/+6 |
|
|
| * | * README: Bump version number to 8.4.15 | dgp | 2006-10-23 | 2 | -3/+3 |
|
|
| * | Ensure builds with VC6 without Platform SDK and pickup MACHINE from environment | patthoyts | 2006-10-18 | 2 | -13/+20 |
|
|
| * | Remove the /RTCc flag | patthoyts | 2006-10-06 | 2 | -7/+3 |
|
|
| * | * win/makefile.vc: Support MSVC8 and AMD64 target. Also try using | patthoyts | 2006-09-26 | 3 | -115/+338 |
|
|
| * | * generic/tkConsole.c: Complete reversal of the changes of Sep 22. | andreas_kupries | 2006-09-25 | 2 | -6/+6 |
|
|
| * | * generic/tkConsole.c: TIP #268 update regarding registered package | andreas_kupries | 2006-09-22 | 5 | -10/+14 |
|
|
| * | * win/tkWinMenu.c (TkpPostMenu): disable menu animation in menus | hobbs | 2006-09-21 | 1 | -4/+21 |
|
|
| * | * win/tkWinKey.c: Add WM_UNICHAR window message support (used by | hobbs | 2006-08-30 | 2 | -2/+51 |
|
|
| * | Sync with tcl to enable building with VC8 (VS2005 C compiler) | patthoyts | 2006-06-14 | 3 | -208/+179 |
|
|
| * | * README: Bump version number to 8.4.14 | dgp | 2006-05-04 | 2 | -3/+3 |
|
|
| * | * win/tkWinEmbed.c (TkpGetOtherWindow): do not panic if no window | hobbs | 2006-04-11 | 2 | -5/+7 |
|
|
| * | * win/tkWinX.c (TkWinXInit): init default keyboard charset | hobbs | 2006-04-05 | 1 | -8/+21 |
|
|
| * | * win/tkWinWm.c (WmProc): pass WM_QUERYENDSESSION message to Tk as | hobbs | 2006-04-05 | 1 | -1/+13 |
|
|
| * | * win/tkWinMenu.c (FreeID, TkpNewMenu, MenuExitHandler) | hobbs | 2006-04-05 | 1 | -29/+59 |
|
|
| * | Avoid pipe problems on Win98 | patthoyts | 2006-03-28 | 1 | -2/+3 |
|
|
| * | * win/configure, win/tcl.m4: define MACHINE for gcc builds as well. | hobbs | 2006-03-28 | 2 | -24/+26 |
|
|
| * | * READNE: Bump version number to 8.4.13 and update | dgp | 2006-03-07 | 2 | -3/+3 |
|
|
| * | * win/Makefile.in: convert _NATIVE paths to use / to avoid ".\" | hobbs | 2006-03-02 | 1 | -11/+11 |
|
|