| Commit message (Expand) | Author | Age | Files | Lines |
* | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -2/+5 |
|
|
| | * | * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code into | das | 2005-08-09 | 1 | -2/+2 |
|
|
| | * | * generic/tkFrame.c (DisplayFrame): | hobbs | 2005-07-28 | 1 | -1/+17 |
|
|
| | * | * generic/tkInt.decls: Signature for tkWinXCleanup needed to be | davygrvy | 2004-10-27 | 1 | -2/+2 |
|
|
| | * | * generic/tkInt.decls: Add decl for TkWinGetPlatformTheme. | mdejong | 2004-09-23 | 1 | -1/+5 |
|
|
| | * | * generic/tkInt.h: move TkGetOptionSpec to stubs intDecls | hobbs | 2003-10-13 | 1 | -1/+6 |
|
|
| * | | Backport various formatting (spacing) | nijtmans | 2010-02-07 | 1 | -7/+8 |
|
|
| * | | [Bugs 220600, 220690]: Comment that TkWinChildProc is exported | nijtmans | 2009-12-12 | 1 | -2/+2 |
|
|
| * | | doc/GetHINSTANCE.3 correct mentioned header file | nijtmans | 2009-12-02 | 1 | -2/+15 |
|
|
| * | | Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the ... | nijtmans | 2009-06-27 | 1 | -1/+17 |
|
|
| * | | Private-export functions that were being used in extensions. [Bug 2768945] | dkf | 2009-04-27 | 1 | -1/+36 |
|
|
* | | | fix/regen | dkf | 2010-12-02 | 1 | -5/+5 |
|
|
* | | | * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...): | dkf | 2010-12-02 | 1 | -2/+23 |
|
|
* | | | Add explicit scspec "EXTERN", as in Tcl | nijtmans | 2010-09-28 | 1 | -1/+2 |
|
|
* | | | clean-up, port all genStubs.tcl changes | nijtmans | 2010-09-20 | 1 | -154/+154 |
|
|
* | | | [Patch #2999889] TkCopyAndGlobalEval obsolete | nijtmans | 2010-06-21 | 1 | -4/+2 |
|
|
* | | | [Patch 3009998]: Replace binding procedures with ordinary event handlers | jenglish | 2010-06-19 | 1 | -10/+7 |
|
|
* | | | CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar, | nijtmans | 2010-05-10 | 1 | -5/+5 |
|
|
* | | | CONSTify return values of TkKeysymToString, | nijtmans | 2009-12-16 | 1 | -4/+4 |
|
|
* | | | [Bugs 220600, 220690]: Comment that TkWinChildProc is exported | nijtmans | 2009-12-12 | 1 | -2/+2 |
|
|
* | | | win/Makefile.in Use tktest86.dll for all tests. | nijtmans | 2009-12-02 | 1 | -1/+8 |
|
|
* | | | Merge of TkAqua Cocoa portmacosx_cocoa_merge | das | 2009-06-29 | 1 | -16/+16 |
|
|
* | | | Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the ...macosx_cocoa_premerge | nijtmans | 2009-06-27 | 1 | -6/+14 |
|
|
* | | | Move another two entries to the internal stub table from MODULE_SCOPE. | dkf | 2009-06-12 | 1 | -1/+9 |
|
|
* | | | Private-export functions that were being used in extensions. [Bug 2768945] | dkf | 2009-04-27 | 1 | -2/+41 |
|
|
* | | | [Feature Request 2636558] Tk_DefineBitmap | nijtmans | 2009-02-27 | 1 | -3/+3 |
|
|
* | | | CONSTify TkDebugBorder, TkStringToKeysym, TkDebugBitmap | nijtmans | 2009-01-09 | 1 | -7/+7 |
|
|
* | | | undid previous 'fix': 'const' is only useful for pointers, not for | nijtmans | 2008-12-05 | 1 | -2/+2 |
|
|
* | | | Move 10 functions from tkText.h to | nijtmans | 2008-12-04 | 1 | -2/+48 |
|
|
* | | | no need to use CONST in internal header files | nijtmans | 2008-11-05 | 1 | -3/+3 |
|
|
* | | | CONSTify string and fileName parameters of TkGetBitmapData | nijtmans | 2008-11-05 | 1 | -3/+4 |
|
|
* | | | CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindow | nijtmans | 2008-10-28 | 1 | -3/+8 |
|
|
* | | | Letting CONST die a slow and graceful death, since NO_CONST was | nijtmans | 2008-10-22 | 1 | -27/+27 |
|
|
* | | | After some discussion with Joe English and subsequently the | georgeps | 2008-08-19 | 1 | -13/+1 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tk.decls: use new genstubs 'export' command to | das | 2007-12-10 | 1 | -105/+105 |
|
|
* | | * generic/tkInt.decls: move all platform test sources from tk lib into | das | 2005-12-09 | 1 | -9/+1 |
|
|
* | | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -2/+28 |
|
|
* | | Tk-internal exit handler improvements. [Bug 749908] | dkf | 2005-09-21 | 1 | -943/+517 |
|
|
* | | * macosx/tkMacOSXCarbonEvents.c (AppEventHandlerProc): handle carbon | das | 2005-08-09 | 1 | -2/+7 |
|
|
* | | * win/tkWinX.c: Signature for tkWinXCleanup needed to be | davygrvy | 2004-10-27 | 1 | -2/+2 |
|
|
* | | * generic/tkInt.decls: Add decl for TkWinGetPlatformTheme. | mdejong | 2004-09-21 | 1 | -1/+5 |
|
|
* | | TIP#168 implementation. Based on [Patch 886240] | dkf | 2004-08-19 | 1 | -2/+13 |
|
|
* | | Removed support for Mac OS Classic platform [Patch 918139] | das | 2004-03-17 | 1 | -390/+104 |
|
|
* | | * generic/tkInt.h: move TkGetOptionSpec to stubs intDecls | hobbs | 2003-10-13 | 1 | -1/+6 |
|/ |
|
* | * generic/tkImage.c (Tk_ImageObjCmd): Added check to make sure | dkf | 2003-01-22 | 1 | -1/+6 |
|
|
* | * generic/tkInt.decls: add TkWinSetHINSTANCE decl | hobbs | 2002-12-08 | 1 | -1/+7 |
|
|