summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* HEIF support through libheif (#670)Martin Reboredo2021-03-026-0/+645
* drop unused snprintf fallbackMike Frysinger2021-02-214-35/+1
* regen config.h.cmake to include new symbolsMike Frysinger2021-02-201-0/+6
* add missing gd_intern.h includeMike Frysinger2021-02-081-0/+1
* gd_intern: unify the min/max/clamp macros some moreMike Frysinger2021-02-057-26/+5
* gd_filename: constify & localize moreMike Frysinger2021-02-051-6/+5
* Fix copyright format problemWilliamHeaven2021-02-011-2/+2
* release-2.3.1 (#668)gd-2.3.1wilson chen2021-01-301-1/+1
* gd_io: replace internal Putchar with gdPutCMike Frysinger2021-01-113-28/+14
* gd_io: trim unused Putword functionMike Frysinger2021-01-112-9/+0
* Fix potential integer overflow detected by oss-fuzzChristoph M. Becker2020-08-241-4/+8
* Fix #615 using libraqmRemi Collet2020-07-151-1/+7
* fix #303: gdlib.pc: use Requires instead of Libs (#537)wilson chen2020-06-181-0/+6
* Compute average in gdGuessBackgroundColorFromCorners properly (#483)Marek Skalický2020-05-131-4/+4
* Fix #615: gdImageStringFT() fails for empty strings as of libgd 2.3.0 (#633)Christoph M. Becker2020-05-051-9/+9
* fix typo but preserve BCRemi Collet2020-04-151-1/+2
* src/config.h.cmake: replace #cmakedefine01 with #define in macro ENABLE_GD_FO...wilson chen2020-04-141-1/+1
* Move initial declaration out of `for` loopwillson-chen2020-03-251-2/+3
* Make gd_nnquant.c less likely to introduce duplicate definitions (#601)Benjamin Kramer2020-03-231-23/+9
* src/gd.h: Update versionwillson-chen2020-03-221-1/+1
* gdcache: fix main function errorKleber Tarcísio2020-03-211-1/+1
* Fixed #596: gdTransformAffineCopy run errorwilson chen2020-03-212-14/+72
* Fix #301: brect boundswilson chen2020-02-251-6/+0
* Fixed #169: update var type to hold bigger w&h for ellipse (#565)wilson chen2020-02-091-2/+2
* Revert accidential changes to config.h.cmakeChristoph M. Becker2020-01-061-6/+0
* Fix #586: gdTransformAffineCopy() segfaults on palette imagesChristoph M. Becker2020-01-051-3/+13
* Fix #585: gdTransformAffineCopy() changes interpolation methodChristoph M. Becker2020-01-042-3/+7
* Fix #584: gdImageSetInterpolationMethod(im, GD_DEFAULT) inconsistentChristoph M. Becker2020-01-041-1/+1
* Fix #583: gdTransformAffineCopy() may use unitialized valuesChristoph M. Becker2020-01-042-3/+6
* gdcache: improve gdcache test compile cmdwilson chen2019-12-222-2/+6
* Fix potential NULL pointer dereference in gdImageClone()Fábio Cabral Pacheco2019-12-201-8/+1
* Fix #497: gdImageColorMatch Out Of Bounds Write on Heap (CVE-2019-6977)wilson chen2019-12-201-3/+2
* Fixed #369: fix new_a init error in gdImageConvolution()willson-chen2019-12-131-0/+1
* Fix GD build with -D SIGNED_COMPARE_SLOWChristoph M. Becker2019-11-211-1/+1
* Remove config.h in gdppwilson chen2019-11-182-18/+0
* Fix #539: Add RAQM support for cmakewillson-chen2019-11-021-0/+1
* fixed cmake failed with MinGWwillson-chen2019-09-291-1/+3
* Fix #501: Uninitialized read in gdImageCreateFromXbm (CVE-2019-11038)Jonas Meurer2019-09-021-1/+5
* annotate: be consistent in error messagesLance Wang2019-08-031-1/+1
* Fix #499: gdImageGifAnimAddPtr: heap corruption with 2 identical imagesChristoph M. Becker2019-05-261-3/+21
* Fixed typo in the comments.Iman Hosseini2019-05-061-1/+1
* add stub ABI funcs when formats are disabled #345Mike Frysinger2019-02-097-14/+212
* Fix #492: Potential double-free in gdImage*Ptr()Christoph M. Becker2019-01-173-10/+49
* Fix #351: gdImageFilledArc() doesn't properly draw piesChristoph M. Becker2019-01-161-4/+23
* Fix misleading variable typeChristoph M. Becker2019-01-101-2/+2
* Fix #450: Failed to open 1 bit per pixel bitmapRomain DÉOUX2018-12-311-2/+2
* Merge pull request #484 from omron93/gdcacheMike Frysinger2018-11-261-2/+7
|\
| * Don't dereference a null pointer when cache size is 1Marek Skalický2018-11-241-2/+7
* | Fix #486: gdImageCropAuto(…, GD_CROP_SIDES) crops left but not rightChristoph M. Becker2018-11-251-1/+1
* | Fix #485: auto cropping has insufficient precisionChristoph M. Becker2018-11-251-27/+14