summaryrefslogtreecommitdiff
path: root/src/gd_gif_out.c
Commit message (Expand)AuthorAgeFilesLines
* fix #415, the same is needed in the other section, add testbug/415Pierre Joye2021-08-251-0/+4
* Fix #415, Assuming TopOfs and LeftOfs zero, we can safely skip any (x,y) out ...Pierre Joye2021-08-251-0/+2
* Fix #725, Gif Anim API, adding frame leak from tmp image, test already in pla...Pierre Joye2021-08-131-0/+4
* Fix GD build with -D SIGNED_COMPARE_SLOWChristoph M. Becker2019-11-211-1/+1
* Fix #499: gdImageGifAnimAddPtr: heap corruption with 2 identical imagesChristoph M. Becker2019-05-261-3/+21
* Fix #492: Potential double-free in gdImage*Ptr()Christoph M. Becker2019-01-171-3/+15
* clean up trailing whitespace/newlinesMike Frysinger2018-06-211-5/+5
* Mark up code examples with (start|end code)Christoph M. Becker2016-08-231-44/+46
* Group the supported image formats in the menu of the docsChristoph M. Becker2016-08-141-0/+6
* gif: avoid out-of-bound reads of masks array #209Mike Frysinger2016-05-141-1/+11
* Started importing the old manual into Naturaldocs comments.Chris Reuter2014-01-071-3/+445
* Fix config.h include before gd.h to get the HAVE_VISILIBITY symbol availableOndřej Surý2013-04-121-0/+4
* Fix several uninitialized variable reads, dereferences before NULL checks, re...Ondřej Surý2013-04-081-2/+2
* - apply same CS everywherepierrejoye2013-04-031-73/+73
* fixed FS#227tabe2010-08-241-2/+2
* removed an unused variabletabe2010-01-131-2/+1
* fixed possible segfaults when gdNewDynamicCtx() returns nulltabe2009-06-251-0/+3
* fix for FS#204tabe2009-06-181-0/+4
* fixed #181.tabe2008-11-031-4/+4
* - According to the standard, the '#' char must be at column 0 (Thanks Nuno)mattias2007-10-281-2/+2
* - ws + csmattias2007-10-241-732/+672
* - #14, sanity check in gd_gif_outpajoye2007-01-041-0/+3
* - #4, TrueColor transparency with GIF palette outputpajoye2006-10-081-1/+1
* - sync to 2.0.33pierre2006-04-051-3/+3
* - sync to 2.0.29pierre2006-04-051-0/+434
* - sync to 2.0.28pierre2006-04-051-813/+759
* - sync to 1.5.0GD_1_5_0pierre2006-04-051-0/+813