summaryrefslogtreecommitdiff
path: root/source/fitz/test-device.c
AgeCommit message (Expand)Author
2016-02-22Drop const from fz_image.Tor Andersson
2016-02-22Drop const from fz_shade.Tor Andersson
2016-01-21Drop const from fz_colorspace.Tor Andersson
2016-01-13Add lots of consts.Robin Watts
2015-12-28Rename fz_image_get_pixmap to fz_get_pixmap_from_image.Tor Andersson
2015-06-29Rejig the internals of fz_image slightly.Robin Watts
2015-02-17Use embedded superclass struct instead of user pointer in devices.Tor Andersson
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2014-09-09test-device: Abort interpretation when color found.Robin Watts
2014-09-08Update test-device to check images piecemeal.Robin Watts
2014-09-02Fix memory leaks in test_device.Robin Watts
2014-09-01Performance improvement for test-device.Robin Watts
2014-08-27Revise test-device; thresholding and exhaustive checking.Tor Andersson
2014-08-11Fix commit: Minor optimization in test_device.Tor Andersson
2014-07-17Minor optimization in test_device.Ray Johnston
2014-07-17Add feature testing device, and call it from mudraw with -T flag.Tor Andersson