| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * win/tkWinEmbed.c (TkpGetOtherWindow): [Bug 1212056] do not panic | hobbs | 2006-05-29 | 1 | -2/+1 |
|
|
* | * win/tkWinMenu.c (TkWinMenuKeyObjCmd): get eventPtr after we know | hobbs | 2006-05-25 | 1 | -3/+3 |
|
|
* | * README: Bump version number to 8.5a4 | dgp | 2006-05-04 | 2 | -3/+3 |
|
|
* | * generic/tkMenu.c (TkSetWindowMenuBar): remove extra TkMenuInit | hobbs | 2006-04-05 | 1 | -70/+104 |
|
|
* | * win/tkWinX.c (TkWinXInit): init default keyboard charset | hobbs | 2006-04-05 | 1 | -2/+15 |
|
|
* | * win/tkWinWm.c (WmProc): pass WM_QUERYENDSESSION message to Tk as | hobbs | 2006-04-05 | 1 | -1/+17 |
|
|
* | * win/Makefile.in: convert _NATIVE paths to use / to avoid ".\" | hobbs | 2006-03-29 | 1 | -10/+10 |
|
|
* | * unix/tcl.m4, win/tcl.m4: []-quote AC_DEFUN functions. | hobbs | 2006-03-28 | 1 | -12/+12 |
|
|
* | * generic/tkFont.c: implementation of ATSUI text rendering | das | 2006-03-22 | 1 | -1/+103 |
|
|
* | remove unused variable to allow compilation with VC++ in debug mode | vincentdarley | 2005-12-29 | 1 | -2/+2 |
|
|
* | * win/tkWinWm.c (WinSetIcon): Don't check result | mdejong | 2005-12-10 | 1 | -33/+16 |
|
|
* | * win/configure: Regen. | mdejong | 2005-12-10 | 2 | -0/+6 |
|
|
* | * generic/tkInt.decls: move all platform test sources from tk lib into | das | 2005-12-09 | 3 | -7/+15 |
|
|
* | add tkWinTest.obj to regular Tk obj for TkplatformtestInit | hobbs | 2005-12-08 | 1 | -6/+3 |
|
|
* | * win/tcl.m4: Add build support for Windows-x64 builds. | hobbs | 2005-12-08 | 6 | -61/+393 |
|
|
* | More fixes (mostly getting rid of excess spaces) | dkf | 2005-12-02 | 15 | -949/+1009 |
|
|
* | Fix problems in last commit | dkf | 2005-12-02 | 3 | -186/+188 |
|
|
* | ANSIfication | dkf | 2005-12-02 | 25 | -5659/+6165 |
|
|
* | * win/tkWinWm.c (WmAttributesCmd): set (no)topmost window aspect | hobbs | 2005-12-01 | 1 | -2/+14 |
|
|
* | * win/Makefile.in: place TCL_BIN_DIR first in PATH for targets to | hobbs | 2005-12-01 | 1 | -10/+7 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -2/+1 |
|
|
* | Error fixes in GetFileNameW and GetFileNameA | chengyemao | 2005-11-11 | 1 | -3/+3 |
|
|
* | Fixes of other issues raised in [Bug 1353022] | dkf | 2005-11-10 | 1 | -5/+7 |
|
|
* | Fix [Bug 1353022] | dkf | 2005-11-10 | 1 | -4/+13 |
|
|
* | Factor out external-filename-to-internal code; the same pattern occurred a lot! | dkf | 2005-11-10 | 1 | -199/+145 |
|
|
* | Permit building al debug builds as well as release builds | patthoyts | 2005-10-14 | 1 | -14/+79 |
|
|
* | * win/tkWinSend.c: Avoid using tcl internal headers and fix to | patthoyts | 2005-10-14 | 3 | -17/+14 |
|
|
* | tip256 implementation | vincentdarley | 2005-10-10 | 1 | -1/+2 |
|
|
* | * win/tkWinDialog.c (ChooseDirectoryValidateProc): reset stored | hobbs | 2005-10-05 | 1 | -449/+2 |
|
|
* | Fixed bug #1311734 | chengyemao | 2005-10-05 | 1 | -4/+4 |
|
|
* | temp patch to restore HEAD build | dgp | 2005-09-30 | 1 | -1/+2 |
|
|
* | * unix/tkUnixPort.h: Disabled inclusion of the private Tcl header | dgp | 2005-09-28 | 1 | -1/+6 |
|
|
* | * win/winMain.c (WishPanic): Replaced TCL_VARARGS* macros with | dgp | 2005-09-13 | 1 | -5/+4 |
|
|
* | Fixed bug# 1283635 | chengyemao | 2005-09-11 | 1 | -5/+5 |
|
|
* | Fixed bug# 1283635 | chengyemao | 2005-09-11 | 1 | -3/+4 |
|
|
* | * win/tkWin32Dll.c (DllMain): Replace old asm SEH | mdejong | 2005-08-23 | 1 | -104/+92 |
|
|
* | * unix/Makefile.in: Subst BUILD_TCLSH and TCL_EXE. | mdejong | 2005-08-23 | 4 | -46/+59 |
|
|
* | Fix for [Bug 1216006] | Joe Mistachkin | 2005-08-21 | 1 | -2/+2 |
|
|
* | Getting more systematic about style | dkf | 2005-08-10 | 2 | -1762/+1760 |
|
|
* | * macosx/tkMacOSXCarbonEvents.c (AppEventHandlerProc): handle carbon | das | 2005-08-09 | 1 | -1/+28 |
|
|
* | * win/tkWinX.c: Define _WIN32_WINNT with NT SP 3 data | mdejong | 2005-07-23 | 1 | -3/+3 |
|
|
* | autoconf | dgp | 2005-06-07 | 1 | -1/+1 |
|
|
* | Bumped patchlevel | dkf | 2005-06-07 | 1 | -2/+2 |
|
|
* | * win/tkWinInt.h: added private decls of Tk_GetEmbeddedMenuHWND, | hobbs | 2005-06-01 | 1 | -2/+10 |
|
|
* | * win/tkWinX.c (Tk_ResetUserInactiveTime): cast to squelch | hobbs | 2005-06-01 | 1 | -8/+8 |
|
|
* | Partial implementation of TIP#245; thanks Reinhard! | dkf | 2005-05-27 | 1 | -1/+95 |
|
|
* | Fixed bug # 1189939 | chengyemao | 2005-04-28 | 1 | -3/+3 |
|
|
* | * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderTople... | mdejong | 2005-04-07 | 1 | -5/+7 |
|
|
* | * win/tcl.m4, win/configure: do not require cygpath in macros to | hobbs | 2005-03-30 | 2 | -229/+396 |
|
|
* | * win/makefile.vc: clarify necessary defined vars that can come | hobbs | 2005-03-08 | 1 | -14/+18 |
|
|