summaryrefslogtreecommitdiffstats
path: root/generic/tkImage.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * generic/tkImage.c (Tk_PostscriptImage): added check to createhobbs2000-04-251-1/+21
* * generic/tkStubInit.c:hobbs1999-12-141-190/+301
* * generic/tk.h:hobbs1999-10-291-68/+133
* * Merged 8.1 branch into the main trunkstanton1999-04-161-21/+33
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+789