summaryrefslogtreecommitdiff
path: root/test/create-from-png.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-13Add prototype for draw in each test file and remove it from the header.Behdad Esfahbod1-0/+2
2006-07-11More test suite infrastructure improvements:Behdad Esfahbod1-2/+3
2005-07-28Fix so that one of three different error status values will be returned:Carl Worth1-2/+11
2005-07-27Fix typo that caused cairo_image_surface_create_from_png_stream to segfault. ...Carl Worth1-1/+3
2005-07-14Rename create-for-png test to create-from-png to match the naming of the cair...Carl Worth1-2/+2
2005-05-10Removing mucking around with stderr and add a cairo_test_log function instead.Carl Worth1-1/+1
2005-05-03Originally 2005-04-20 Carl Worth <cworth@cworth.org>Carl Worth1-4/+2
2005-04-26Add very simple test to generate PDF output, (no automated verification yet).Carl Worth1-2/+0
2005-04-25Factor out bulk of the code into a new callback based function, write_png(). ...Kristian Høgsberg1-10/+9
2005-04-04Change type of data parameter from char* to unsigned char*.Carl Worth1-0/+74