summaryrefslogtreecommitdiffstats
path: root/tests/libdimension/png.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some -W{strict,missing}-prototypes warnings.Tavian Barnes2010-07-311-1/+1
|
* Code formatting fixes.Tavian Barnes2010-07-011-1/+2
|
* Fix some copyright dates.Tavian Barnes2010-05-101-1/+1
|
* Only render in one combined `render' test.Tavian Barnes2010-05-061-22/+12
| | | | GL and PNG tests now only test import/export.
* New dmnsn_malloc() function, and friends.Tavian Barnes2010-04-071-9/+1
| | | | | | I'm tired of checking for malloc failures everywhere, considering it never happens. So just bail out whenever it does. A lot of stuff is guaranteed to succeed if it returns now.
* Fix up license blurbs and copyright year.Tavian Barnes2010-01-271-1/+1
|
* Make dmnsn_delete_scene() delete the scene's elements too.Tavian Barnes2009-11-091-5/+5
|
* Remove progress bars from tests, as parallel-tests hides output anyway.Tavian Barnes2009-10-301-102/+70
|
* Re-add PNG test.Tavian Barnes2009-10-061-0/+155