summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | use https://libgd.orgMike Frysinger2021-07-051-1/+1
* | | use gdIOCtxPtr more consistentlyMike Frysinger2021-05-288-155/+151
* | | use malloc compiler attribute if availableMike Frysinger2021-05-282-2/+4
* | | gd_strtok: constify delimiterMike Frysinger2021-05-282-3/+3
* | | avifMalloc => avifAllocBen Morss2021-05-261-1/+1
* | | gdft: fix image pointer typesMike Frysinger2021-05-262-9/+9
* | | Downgrade WARNING error to NOTICEBen Morss2021-05-261-1/+1
* | | Fix memory leakBen Morss2021-05-261-2/+2
| |/ |/|
* | merge duplicate COPYING filesMike Frysinger2021-04-241-51/+0
* | drop support for VMS #453willson-chen2021-04-241-16/+0
* | drop support for freetype <2.1.3Mike Frysinger2021-04-241-28/+1
* | stop installing entities.hMike Frysinger2021-04-242-2/+2
* | open up 2.4.0 development for major(ish) changesMike Frysinger2021-04-241-3/+3
* | replace uint32 with uint32_t and uint16 with uint16_6Khem Raj2021-04-231-26/+26
* | Fix for libavif v0.8.2 (#680)Ben Morss2021-03-161-7/+12
* | Set default AVIF encoding speed to 6 (#683)Ben Morss2021-03-161-7/+11
* | Permit compilation with libheif version 1.7.0 (#686)Martin Reboredo2021-03-161-6/+8
* | release 2.3.2gd-2.3.2Mike Frysinger2021-03-061-1/+1
* | avif: fix build warnings in new codeMike Frysinger2021-03-041-1/+0
* | AVIF support (#671)Ben Morss2021-03-037-5/+704
* | Allow GIFs missing both Global and Local Colormaps to still decode (#494)az66672021-03-031-2/+4
* | drop redundant strcasecmp defineMike Frysinger2021-03-031-4/+0
* | 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