summaryrefslogtreecommitdiff
path: root/src/gd_rotate.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused functionsChristoph M. Becker2017-01-101-179/+0
| | | | | gdImageRotate() and gdImageRotate45() are neither used by GD nor exported, so we remove them.
* No, we don't HAVE_BUNDLED_GDChristoph M. Becker2016-09-141-12/+0
| | | | | | This is obviously a relict of PHP's bundled libgd, which we should remove. And actually, the #ifdef isn't necessary anymore for PHP's bundled libgd either, because it supports gdImageAlphaBlending().
* simplify, no need to allocate color here as it always true colorPierre Joye2016-06-191-17/+39
|
* move variable init (reg from a1f36bc, fixed issue #63)Remi Collet2013-05-271-4/+3
|
* Remove duplicate assignment in gdImageRotate45Ondřej Surý2013-05-221-3/+0
|
* Fix Win32 build regression and also fix Win32 static build in one go. Also ↵Ondřej Surý2013-04-231-5/+1
| | | | define new BGD_STDCALL __stdcall on Win32 and use it in other source files.
* clean previousRemi Collet2013-04-211-22/+0
|
* warning: variable 'f' set but not used : PLEASE CHECKRemi Collet2013-04-211-2/+7
|
* Remove extra # define BGD_DECLARE and simplify __stdcall non-usage on LinuxOndřej Surý2013-04-141-8/+3
|
* Fix config.h include before gd.h to get the HAVE_VISILIBITY symbol availableOndřej Surý2013-04-121-5/+4
|
* WSPierre Joye2013-04-091-3/+3
|
* Fix several uninitialized variable reads, dereferences before NULL checks, ↵Ondřej Surý2013-04-081-4/+6
| | | | resource leaks and some other minor errors
* -fix FuncPtr declaration on unixPierre Joye2013-04-071-1/+2
|
* backport php's gd filterPierre Joye2013-04-051-8/+4
|
* add new interpolation method, affine methods, scale and rotationPierre Joye2013-04-041-0/+565