summaryrefslogtreecommitdiff
path: root/src/gd_matrix.c
Commit message (Expand)AuthorAgeFilesLines
* Fix #402, negative determinant fails, only 0 or not finite should failPierre Joye2021-08-261-1/+4
* document gd MatrixPierre Joye2021-08-261-1/+22
* Fixed #596: gdTransformAffineCopy run errorwilson chen2020-03-211-1/+1
* Fix #583: gdTransformAffineCopy() may use unitialized valuesChristoph M. Becker2020-01-041-1/+1
* clean up trailing whitespace/newlinesMike Frysinger2018-06-211-1/+0
* Fix #138, VS 2010 build error due to double semi columnPierre Joye2015-01-151-1/+1
* Started importing the old manual into Naturaldocs comments.Chris Reuter2014-01-071-10/+10
* Remove duplicate assignment in gdAffineApplyToPointFOndřej Surý2013-05-221-2/+0
* Fix config.h include before gd.h to get the HAVE_VISILIBITY symbol availableOndřej Surý2013-04-121-0/+4
* remove deprecated cl.exe flagPierre Joye2013-04-041-13/+13
* add new interpolation method, affine methods, scale and rotationPierre Joye2013-04-041-0/+334