summaryrefslogtreecommitdiff
path: root/src/gd_rotate.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused functionsChristoph M. Becker2017-01-101-179/+0
* No, we don't HAVE_BUNDLED_GDChristoph M. Becker2016-09-141-12/+0
* 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 d...Ondřej Surý2013-04-231-5/+1
* 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, re...Ondřej Surý2013-04-081-4/+6
* -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