summaryrefslogtreecommitdiff
path: root/ext/gd/php_gd.h
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Implement #69606: Support BMPs (added in GD 2.1.0)Christoph M. Becker2017-01-041-0/+8
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Merge branch 'pull-request/2135'Joe Watkins2016-10-201-0/+2
|\
| * Add PHP bindings for setting and getting the image resolutionChristoph M. Becker2016-10-181-0/+2
* | Implement request #33066: Add GD Image Function gdImageOpenPolygon()Christoph M. Becker2016-10-021-0/+1
* | Switch to libgd anti-aliased drawing APIChristoph M. Becker2016-10-021-2/+0
* | Implement #52857: Access to gdImageSetClip() and gdImageGetClip()Christoph M. Becker2016-07-231-0/+2
|/
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Remove the references to imageps*() after the T1Lib removal (Noticed by Ferenc)Kalle Sommer Nielsen2015-06-191-10/+0
* | Remove T1Lib support (see #69698)Kalle Sommer Nielsen2015-05-291-3/+0
* | cleanup the mod version macros, round 2Anatol Belski2015-03-231-0/+3
* | bump yearXinchen Hui2015-01-151-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-2/+2
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2013-10-201-1/+1
|\
| * - Fix extern declaration according to definitionFelipe Pena2013-10-201-1/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
* | fix build with bundled libgdRemi Collet2013-05-041-1/+1
* | Required GD >= 2.1.0 or GD bundled, this allows us to remove most of the #ifdefOndřej Surý2013-05-041-11/+3
* | Allow to use new GD-2.1.0 function from system libraryOndřej Surý2013-05-041-2/+5
* | gd: missing headers in previousRemi Collet2013-04-241-1/+4
* | - add imageaffinematrixget and imagematrixconcatPierre Joye2013-03-201-1/+2
* | - add affine matrix helper for translate, scale, rotate and shearPierre Joye2013-03-201-0/+1
* | - add new interpolation methodPierre Joye2013-03-201-0/+4
* | - disable threshold for now, will enable it again using CIEDE2000Pierre Joye2013-03-011-0/+1
* | - add image crop supportPierre Joye2013-02-281-0/+1
* | - add image flip API supportPierre Joye2013-02-271-0/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
|/
* - Year++Felipe Pena2011-01-011-1/+1
* - initial webp support, rely on libpx, final version will be either w/o dep o...Pierre Joye2010-10-041-1/+4
* Removed safe_modeKalle Sommer Nielsen2010-04-261-6/+4
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - [DOC] always enable imagecolormatchPierre Joye2009-05-271-1/+2
* - MFH: [DOC] always enable imagerotate (bundled or system gd)Pierre Joye2009-05-271-1/+2
* - [DOC] always enable imagefilter and imageconvolution, even when built again...Pierre Joye2009-05-261-2/+3
* - silent warningPierre Joye2009-03-311-1/+3
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Remove GD 1.0 support, still need to adjust the configure scripts to correctl...Scott MacVicar2008-07-181-3/+1
* Remove freetype1 supportScott MacVicar2008-07-181-1/+1
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-2/+4
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* - MFH: add imagegrabwindow and imagegrabscreen (win32 only) [DOC]Pierre Joye2007-04-171-0/+5
* - MFH: don't declare MSHUTDOWN if both cachesetup and t1lib are not usedPierre Joye2007-04-041-0/+2
* - MFH:Pierre Joye2007-04-041-2/+0