summaryrefslogtreecommitdiffstats
path: root/generic/tkImgGIF.c
Commit message (Expand)AuthorAgeFilesLines
* fix warningsdas2007-09-181-3/+3
* Yet another step in the tidying up of the GIF code.dkf2007-09-181-138/+169
* * generic/tkImgGIF.c: Fixed a buffer overrun that got triggered byrmax2007-09-111-2/+2
* header cleanupdgp2007-09-071-2/+1
* Quell type-punning warnings from gcc/unix builddkf2007-01-121-5/+5
* Many minute fixes to reduce number of minor warnings from GCC.dkf2007-01-111-10/+12
* * generic/tkImgGIF.c (ReadImage):das2006-07-201-3/+3
* Fix (and add test for) [Bug 1458234]dkf2006-03-271-13/+13
* * generic/tkImgGIF.c: cast calls to blockOuthobbs2005-12-011-3/+3
* ANSIfy and reduce casting of NULL to promote readabilitydkf2005-11-171-201/+190
* Getting more systematic about styledkf2005-08-101-131/+162
* Typosdkf2005-06-191-5/+5
* Get rid of statics; replaced with stack-allocated structures which are automa...dkf2005-06-191-657/+723
* * generic/tkImgGIF.c (FileReadGIF): fix crash reported by Reinhard Max:das2004-07-271-4/+5
* TIP#116 implementation. Docs still to come, tests will never be done becausedkf2003-03-061-4/+9
* Removed pointless static variable ZeroDataBlock from tkImgGIF.c [Bug #664788]dkf2003-02-201-5/+1
* * generic/tkImgGIF.c (FileReadGIF): Ensure that the trashBuffer isdkf2003-02-181-9/+13
* * generic/tkImgGIF.c (FileReadGIF): fixed -from handling for gifshobbs2002-08-081-5/+5
* TIP#98 implementation; improved photo image copy and GIF frame accessdkf2002-06-141-2/+3
* tkImgGIF.c was not following the Tcl C style; fixed...dkf2002-02-191-571/+676
* * Updates to handle change in type of tablePtrdgp2002-01-171-2/+2
* * generic/tkImgGIF.c:andreas_kupries2001-09-141-1/+2
* * generic/tkImgGIF.c (Mgetc): corrected screwy use of ternaryhobbs2001-07-031-2/+3
* * tests/imgPhoto.test: Added test for GIF writing code [Bug: 5823].ericm2000-07-051-47/+28
* * generic/tkImgGIF.c: Changed defines for GIF87a/GIF89a to beericm2000-05-301-6/+8
* * generic/tkImgGIF.c: Fixed some ANSI specific bits to avoidericm2000-03-301-5/+5
* * generic/tkImgGIF.c: Applied "spirit of" the patch in 1605 (theericm2000-02-261-16/+34
* * generic/tkImgGIF.c (FileReadGIF): added cast for trashBufferhobbs2000-02-101-2/+2
* * generic/tkDecls.h:hobbs2000-02-081-9/+9
* * generic/tkImgGIF.c: Additional code cleanup (now we only haveericm2000-01-271-163/+44
* * generic/tkImgPhoto.c: Added some comments regarding slowericm2000-01-261-94/+270
* * generic/tkImgGIF.c: updated castinghobbs1999-12-091-10/+12
* added (int) casthobbs1999-11-301-2/+2
* * generic/tkImgGIF.c: added GIF writing that uses miGIF RLEhobbs1999-11-301-3/+767
* * generic/tk.h:hobbs1999-10-291-85/+201
* Patches from Bug: 2068 2080 2269redman1999-07-011-1/+2
* * Merged 8.1 branch into the main trunkstanton1999-04-161-26/+39
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+1059