summaryrefslogtreecommitdiffstats
path: root/generic/tkImage.c
Commit message (Expand)AuthorAgeFilesLines
* Use Tcl_FindCommand in stead of Tcl_GetCommandInfo where this suffices.jan.nijtmans2014-06-031-3/+1
* more places convertedjan.nijtmans2013-01-241-1/+1
* Merge core-8-5-branchjan.nijtmans2013-01-241-2/+2
|\
* | more auditing of error codesdkf2012-07-301-3/+3
* | Much more cleaning up of result handling.dkf2012-07-231-13/+21
* | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-0/+4
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkImage.c: Stopped [image create] from generating andgp2003-09-171-4/+7
| | * Backported fix for [Bug 749353]dkf2003-07-071-7/+20
| * | Relax the constraint that every Tk_ImageTypenijtmans2008-11-191-13/+64
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-12/+12
* | | - eliminate some unnessary type castsnijtmans2009-02-031-2/+2
* | | Small syntactic improvementsdkf2008-11-121-18/+23
* | | modify Tk_Create(Old)ImageType signature, relaxingnijtmans2008-11-121-16/+67
* | | Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-20/+19
* | | Add "const" to many internalnijtmans2008-10-171-2/+2
* | | Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-051-6/+7
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-2/+2
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-24/+23
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Make Ttk_GetImage safe if called with NULL interp. Added some testspatthoyts2007-10-091-2/+4
* | header cleanupdgp2007-09-071-2/+1
* | [Tk Bug 1712081]dgp2007-05-141-5/+1
* | Fix minor K&R-ismdkf2007-02-121-66/+67
* | whitespacedas2007-01-191-3/+3
* | missing MODULE_SCOPE declarations and obsolete exports discovered by 'make ch...das2006-03-161-2/+1
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-1/+6
* | ANSIfy and reduce casting of NULL to promote readabilitydkf2005-11-171-7/+6
* | Lots of ANSIfying of function decls.dkf2005-11-171-4/+4
* | oopsdgp2005-08-111-2/+2
* | assorted typos and errors caught by compilerdgp2005-08-111-3/+5
* | Getting more systematic about styledkf2005-08-101-412/+363
* | * generic/tkImage.c: Stopped [image create] from generating andgp2003-09-171-4/+7
* | Fixed [Bug 749353] by making the removal of masters from the global image tabledkf2003-07-071-7/+21
* | Stop deleted images from showing up in the various [image *] operations.dkf2003-05-081-2/+37
|/
* * generic/tkImage.c (Tk_ImageObjCmd): Added check to make suredkf2003-01-221-1/+16
* * generic/tkImage.c (DeleteImage): delete the image's entry in thehobbs2003-01-191-4/+2
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-5/+5
* * generic/tkImage.c (Tk_ImageObjCmd, DeleteImage): Callmdejong2002-06-181-1/+3
* TIP #47 "Modifying Tk to Allow Writing X Window managers"jenglish2002-06-141-2/+2
* Clean-up bogus for loop in [image inuse] subcommand. [Bug #485803]ericm2002-02-031-7/+3
* * Updates to handle change in type of tablePtrdgp2002-01-171-2/+2
* Better handling of when image creation nukes the main window so nowdkf2001-04-121-3/+8
* * generic/tkImage.c (Tk_ImageObjCmd, EventuallyDeleteImage):hobbs2001-03-301-5/+6
* A better fix for #120819 (all it needed was some Tcl_Preserve()s)dkf2000-11-291-9/+40
* Backed out previous change (except for test for bug.)dkf2000-11-281-13/+1
* Fixed bug #120819 by prohibiting images from starting with a period;dkf2000-11-231-1/+13
* * doc/image.n: Added documentation for [image inuse] command.ericm2000-05-151-6/+34