| Commit message (Expand) | Author | Age | Files | Lines |
* | Use Tcl_FindCommand in stead of Tcl_GetCommandInfo where this suffices. | jan.nijtmans | 2014-06-03 | 1 | -3/+1 |
|
|
* | more places converted | jan.nijtmans | 2013-01-24 | 1 | -1/+1 |
|
|
* | Merge core-8-5-branch | jan.nijtmans | 2013-01-24 | 1 | -2/+2 |
|\ |
|
* | | more auditing of error codes | dkf | 2012-07-30 | 1 | -3/+3 |
|
|
* | | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -13/+21 |
|
|
* | | Working towards adding all the Tcl_SetErrorCode calls that should be there. | dkf | 2012-07-16 | 1 | -0/+4 |
|
|
* | | 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 |
|
|
| | * | * generic/tkImage.c: Stopped [image create] from generating an | dgp | 2003-09-17 | 1 | -4/+7 |
|
|
| | * | Backported fix for [Bug 749353] | dkf | 2003-07-07 | 1 | -7/+20 |
|
|
| * | | Relax the constraint that every Tk_ImageType | nijtmans | 2008-11-19 | 1 | -13/+64 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -12/+12 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -2/+2 |
|
|
* | | | Small syntactic improvements | dkf | 2008-11-12 | 1 | -18/+23 |
|
|
* | | | modify Tk_Create(Old)ImageType signature, relaxing | nijtmans | 2008-11-12 | 1 | -16/+67 |
|
|
* | | | Lots of small changes to make code more pretty and C89-like. | dkf | 2008-11-08 | 1 | -20/+19 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-17 | 1 | -2/+2 |
|
|
* | | | Greatly clean up Tk's handling of the writability of the Tcl result object. | dkf | 2008-10-05 | 1 | -6/+7 |
|
|
* | | | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 1 | -2/+2 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -24/+23 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | Make Ttk_GetImage safe if called with NULL interp. Added some tests | patthoyts | 2007-10-09 | 1 | -2/+4 |
|
|
* | | header cleanup | dgp | 2007-09-07 | 1 | -2/+1 |
|
|
* | | [Tk Bug 1712081] | dgp | 2007-05-14 | 1 | -5/+1 |
|
|
* | | Fix minor K&R-ism | dkf | 2007-02-12 | 1 | -66/+67 |
|
|
* | | whitespace | das | 2007-01-19 | 1 | -3/+3 |
|
|
* | | missing MODULE_SCOPE declarations and obsolete exports discovered by 'make ch... | das | 2006-03-16 | 1 | -2/+1 |
|
|
* | | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -1/+6 |
|
|
* | | ANSIfy and reduce casting of NULL to promote readability | dkf | 2005-11-17 | 1 | -7/+6 |
|
|
* | | Lots of ANSIfying of function decls. | dkf | 2005-11-17 | 1 | -4/+4 |
|
|
* | | oops | dgp | 2005-08-11 | 1 | -2/+2 |
|
|
* | | assorted typos and errors caught by compiler | dgp | 2005-08-11 | 1 | -3/+5 |
|
|
* | | Getting more systematic about style | dkf | 2005-08-10 | 1 | -412/+363 |
|
|
* | | * generic/tkImage.c: Stopped [image create] from generating an | dgp | 2003-09-17 | 1 | -4/+7 |
|
|
* | | Fixed [Bug 749353] by making the removal of masters from the global image table | dkf | 2003-07-07 | 1 | -7/+21 |
|
|
* | | Stop deleted images from showing up in the various [image *] operations. | dkf | 2003-05-08 | 1 | -2/+37 |
|/ |
|
* | * generic/tkImage.c (Tk_ImageObjCmd): Added check to make sure | dkf | 2003-01-22 | 1 | -1/+16 |
|
|
* | * generic/tkImage.c (DeleteImage): delete the image's entry in the | hobbs | 2003-01-19 | 1 | -4/+2 |
|
|
* | Applied companion patch for Tcl Patch 585105, | dgp | 2002-08-05 | 1 | -5/+5 |
|
|
* | * generic/tkImage.c (Tk_ImageObjCmd, DeleteImage): Call | mdejong | 2002-06-18 | 1 | -1/+3 |
|
|
* | TIP #47 "Modifying Tk to Allow Writing X Window managers" | jenglish | 2002-06-14 | 1 | -2/+2 |
|
|
* | Clean-up bogus for loop in [image inuse] subcommand. [Bug #485803] | ericm | 2002-02-03 | 1 | -7/+3 |
|
|
* | * Updates to handle change in type of tablePtr | dgp | 2002-01-17 | 1 | -2/+2 |
|
|
* | Better handling of when image creation nukes the main window so now | dkf | 2001-04-12 | 1 | -3/+8 |
|
|
* | * generic/tkImage.c (Tk_ImageObjCmd, EventuallyDeleteImage): | hobbs | 2001-03-30 | 1 | -5/+6 |
|
|
* | A better fix for #120819 (all it needed was some Tcl_Preserve()s) | dkf | 2000-11-29 | 1 | -9/+40 |
|
|
* | Backed out previous change (except for test for bug.) | dkf | 2000-11-28 | 1 | -13/+1 |
|
|
* | Fixed bug #120819 by prohibiting images from starting with a period; | dkf | 2000-11-23 | 1 | -1/+13 |
|
|
* | * doc/image.n: Added documentation for [image inuse] command. | ericm | 2000-05-15 | 1 | -6/+34 |
|
|