summaryrefslogtreecommitdiff
path: root/ext/gd/php_gd.h
Commit message (Expand)AuthorAgeFilesLines
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* Add ImageXBMMarcus Boerger2003-06-151-0/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* cleanupfoobar2003-03-311-0/+2
* * email address changeStig Bakken2003-03-181-1/+1
* add imagesavealpha wrapper (Jukka Holappa <jukkaho@mail.student.oulu.fi>,Pierre Joye2003-02-261-1/+2
* Feature Request #21784 Added: imagecolorallocatealpha (pollita@php.net,jaspe...Sara Golemon2003-01-261-1/+4
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Fixed build with non-bundled GD. Hidden the anti-alias functions whenIlia Alshanetsky2002-12-111-1/+3
* Remove double definition of imagesettilePierre Joye2002-12-111-1/+1
* Add imageistruecolorPierre Joye2002-12-061-0/+1
* Fixed leaks. Other leaks are originated in libgd.Moriyoshi Koizumi2002-11-231-0/+1
* Added imagefilter() function by Pierre-Alain Joye (paj@pearfr.org). ThisIlia Alshanetsky2002-11-131-0/+1
* new function gd_info() returns an associative array of gd support options. # ...Marcus Boerger2002-11-121-0/+1
* Added a patch by Pierre-Alain Joye <paj@pearfr.org>, which implements theIlia Alshanetsky2002-10-291-0/+5
* (PHP imagecolormatch) makes a palette image match the colours in theTim Toohey2002-08-221-0/+5
* Moved all gd.h related stuff to gd.cfoobar2002-06-281-8/+0
* Remove unnecessary #include'sfoobar2002-06-281-6/+0
* Fixed compile error about gdImageColorResolve (#14426, #15000).Sander Roobol2002-03-171-1/+1
* Maintain headers.Sebastian Bergmann2002-02-281-2/+2
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Killed a compile warning.foobar2001-08-221-1/+0
* php_sig_gd2 is only needed for GD extension.foobar2001-08-071-1/+0
* oops. Copy-paste-magic. :)foobar2001-08-071-1/+1
* @- Added support for GD2 image type for ImageCreateFromString() (Jani)foobar2001-08-071-0/+1
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-2/+2
* Made imagegammacorrect() work on true-color images.Wez Furlong2001-07-051-0/+2
* Added missing GD/GD2 image handling functions.foobar2001-05-291-14/+24
* Remove the remnants of old global macro'sSterling Hughes2001-05-181-19/+0
* - Sync prototype and definition of phpi_get_le_gdJames Moore2001-05-161-1/+1
* Added GD 2.0.1 support.Wez Furlong2001-04-131-0/+19
* Killed some compile warnings.foobar2001-04-061-7/+0
* Fixed bug #8137 and killed some compile warnings.foobar2001-04-011-2/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* make gd work again under win32Daniel Beulshausen2001-02-201-3/+10
* Allow usage of GD contexts and not tempfiles in output functionsStanislav Malyshev2001-02-011-1/+1
* - Commited a patch that adds support for converting Images to WBMP format.Derick Rethans2001-01-241-0/+7
* Kills one compile warning.foobar2000-12-101-0/+5
* AC_CHECK_LIB prints out yes/no itself.foobar2000-11-281-1/+2
* - Introduced ImageCreateFromString() function,Mathieu Kooiman2000-11-031-0/+6
* Add URL support for GDStanislav Malyshev2000-09-261-1/+1
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-22/+10
* Add ImageTypes() function which returns a bitfield with the supportedRasmus Lerdorf2000-07-141-0/+1
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
* @- Added the ImageCopyMerge, ImagePaletteCopy and ImageColorClosestHWB functi...Sterling Hughes2000-06-251-0/+3
* - Added imagecreatefromwbmp().Jouni Ahto2000-06-251-0/+1
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-5/+0
* - Fixed typo in _php_image_output (s/fp/tmp/) causing segfault.Jouni Ahto2000-06-071-6/+6
* - Added functions imagewbmp(), imagecreatefromxbm().Jouni Ahto2000-06-071-0/+14
* @-Port imagegammacorrect from PHP3 to PHP4. (Sterling)Sterling Hughes2000-05-141-2/+3