summaryrefslogtreecommitdiff
path: root/ext/gd/libgd/gd.h
Commit message (Expand)AuthorAgeFilesLines
* Support TGA readingChristoph M. Becker2019-06-201-0/+4
* Implemented the gdScatter filter I wrote almost 10 years agoKalle Sommer Nielsen2019-05-101-0/+12
* Remove HAVE_SYS_VARARGS_HPeter Kokot2018-09-161-11/+1
* Remove unused functionChristoph M. Becker2018-02-091-2/+0
* Fix #74744: gd.h: stdarg.h include missing for va_list use in gdErrorMethodChristoph M. Becker2017-06-111-0/+12
* Merge branch 'PHP-7.1'Christoph M. Becker2017-01-101-2/+0
|\
| * Fix #73893: A hidden danger of death cycle in a function of gdChristoph M. Becker2017-01-101-2/+0
* | Implement #69606: Support BMPs (added in GD 2.1.0)Christoph M. Becker2017-01-041-0/+9
* | Merge branch 'pull-request/2151'Christoph M. Becker2016-10-171-0/+1
|\ \
| * | Implement request #33066: Add GD Image Function gdImageOpenPolygon()Christoph M. Becker2016-10-021-0/+1
* | | Unify error handling of bundled and external libgdChristoph M. Becker2016-10-071-4/+4
* | | Change gdImageTrueColorToPalette() to return success/failureChristoph M. Becker2016-10-031-1/+1
|/ /
* | Add support for gdEffectMultiplyChristoph M. Becker2016-10-021-0/+3
* | Switch to libgd anti-aliased drawing APIChristoph M. Becker2016-10-021-2/+0
* | Remove further remains of the old antialiasing supportChristoph M. Becker2016-09-301-15/+2
* | Port variable image resolution support from libgd 2.1.0Christoph M. Becker2016-09-191-0/+5
|/
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* imagettftext() uses the last charactermap it found and not the one you wantScott MacVicar2014-02-161-1/+2
* Merge branch 'PHP-5.5'Remi Collet2013-04-251-0/+2
|\
| * Fixed bug #64707 missing declaration after dd0399fRemi Collet2013-04-251-0/+2
* | Merge branch 'PHP-5.5'Remi Collet2013-04-241-2/+4
|\ \ | |/
| * We need both gdImageCreateFromJpeg* and gdImageCreateFromJpeg*ExRemi Collet2013-04-241-2/+4
* | conflictPierre Joye2013-03-261-0/+1
|\ \ | |/
| * fix regression, take #2 (merge issue due to git 1.8 default setting changes)Pierre Joye2013-03-261-0/+1
* | - fix regression bug24155.phpt and bug39366.phptPierre Joye2013-03-221-2/+1
|/
* - add affine matrix helper for translate, scale, rotate and shearPierre Joye2013-03-201-0/+10
* - add new interpolation methodPierre Joye2013-03-201-1/+129
* - clean and enable thresholdPierre Joye2013-02-281-1/+2
* - add image crop supportPierre Joye2013-02-281-0/+50
* - add image flip API supportPierre Joye2013-02-271-0/+8
* - initial webp support, rely on libpx, final version will be either w/o dep o...Pierre Joye2010-10-041-0/+5
* - expose gdImageGetTrueColorPixel in bundled libPierre Joye2009-05-261-0/+1
* - silent warning or possible linker error on winPierre Joye2009-04-071-0/+4
* MFH: added pixelate filter.Takeshi Abe2009-01-141-0/+7
* - fix build on linux (static)Pierre Joye2008-11-061-0/+2
* MFH: Fixed function definitionIlia Alshanetsky2007-09-111-1/+1
* - MFH: @DOC add constants GD_MAJOR_VERSION, GD_MINOR_VERSION, GD_RELEASE_VERSIONPierre Joye2007-06-031-0/+6
* MFH: Fixed bug #40130 (TTF usage doesn't work properly under Netware).Scott MacVicar2007-04-231-5/+9
* - MFH:Pierre Joye2007-04-041-0/+8
* fix compiler warnings introduced in my previous commitNuno Lopes2006-09-161-1/+1
* mark some huge arrays as read-onlyNuno Lopes2006-09-151-1/+1
* - MFH: add a weak/tolerant mode to the jpeg loaderPierre Joye2006-02-051-2/+2
* - MFH: add filter option to imagepngPierre Joye2006-01-271-3/+3
* -fix build as shared or separate from main build (bfrance)Pierre Joye2005-10-091-0/+4
* - allow to keep or ignore the transparent color in imagerotate (thxPierre Joye2005-03-271-5/+5
* Move global symbols defined by bundled copy of libgd into privateJoe Orton2004-08-311-0/+2
* Merge changes from GD 2.0.28Stefan Esser2004-07-221-0/+5
* Missing part of the upgrade patch.Ilia Alshanetsky2004-05-101-0/+3
* - Add fontpath for win98/XP (Patch by Friedhelm Betz)Derick Rethans2004-04-121-1/+1