summaryrefslogtreecommitdiff
path: root/src/svgtiny_gradient.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix to use list_size accessor.Michael Drake2013-08-231-1/+1
|
* Minor tidyup.Michael Drake2013-08-231-10/+7
|
* Move gradient logging to svgtiny_gradient.c, and suppress when not debugging ↵Michael Drake2013-08-231-0/+5
| | | | gradients.
* Suppress most gradient debug.Michael Drake2013-08-221-0/+18
|
* Explicitly check if r0 or r1 are NaN, as if they are, on x86 the function ↵Chris Young2013-01-051-1/+7
| | | | evaluates as 0 (which is already handled), but on PPC the function evaluates to a negative value, causing the following for loop to become infinite.
* Replace dom_string_length with dom_string_byte_length -- faster and more correctDaniel Silverstone2012-11-031-15/+4
|
* Void myself unpleasantly in order to satisfy RISC OS toolchainDaniel Silverstone2012-11-031-1/+2
|
* The library now buildsDaniel Silverstone2012-11-031-74/+151
|
* More work towards libdom conversionDaniel Silverstone2012-11-031-44/+45
|
* Use built-in strndup if the platform we're targetting doesn't have oneJohn Mark Bell2010-12-291-1/+0
| | | | svn path=/trunk/libsvgtiny/; revision=11140
* More of the C89... really do test it please!François Revel2010-01-021-37/+59
| | | | svn path=/trunk/libsvgtiny/; revision=9772
* Squash warningsJohn Mark Bell2009-08-241-3/+4
| | | | svn path=/trunk/libsvgtiny/; revision=9423
* Beginnings of port to core buildsystemJohn Mark Bell2009-08-241-0/+648
svn path=/trunk/libsvgtiny/; revision=9419