summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: Add a bunch of TGA imageswip/otte/tgaBenjamin Otte2015-10-127-1/+2
* tests: Add a bunch of failing TGA imagesBenjamin Otte2015-10-124-0/+0
* tga: Error on incomplete imageBenjamin Otte2015-10-121-9/+10
* tests: Add pixbuf-fail testBenjamin Otte2015-10-122-0/+126
* tests: Move back invalid images that successfully loadBenjamin Otte2015-10-123-0/+0
* tests: Move actually valid image out of fail/ folderBenjamin Otte2015-10-121-0/+0
* ico: Add all mime types from shared-mime-infoBenjamin Otte2015-10-121-0/+5
* ico: Protect against overflowBenjamin Otte2015-10-121-15/+17
* tests: use g_test_rand_int_range()Benjamin Otte2015-10-121-2/+2
* tests: Move failing images into seperate directoryBenjamin Otte2015-10-1224-6/+15
* tests: Skip reftests for unsupported formatsBenjamin Otte2015-10-123-0/+22
* tests: Don't set RLIMIT_ASBenjamin Otte2015-10-121-3/+0
* tests: Make add_test_for_all_images() GFile basedBenjamin Otte2015-10-124-39/+141
* tests: Rename pixbuf-slow-load to pixbuf-reftestBenjamin Otte2015-10-122-7/+7
* tests: Fix typo in MakefileBenjamin Otte2015-10-1295-1/+1
* tests: Implement format_supported() differentlyBenjamin Otte2015-10-061-18/+12
* tests: Name test images properlyBenjamin Otte2015-10-0637-15/+15
* tests: Remove unsupported imagesBenjamin Otte2015-10-065-3/+0
* tests: Allow passing a filter function when adding all filesBenjamin Otte2015-10-064-13/+17
* tests: Make pixbuf-slow-load test compare imagesBenjamin Otte2015-10-0651-5/+57
* test-common: Improve error mesages in pixdata_equal()Benjamin Otte2015-10-061-13/+35
* test-common: Rename function argumentsBenjamin Otte2015-10-063-39/+52
* test-common: If image data differs, output first coords that failBenjamin Otte2015-10-0426-23/+80
* tests: Move test imagesBenjamin Otte2015-09-2442-12/+13
* pixbuf-slow-load: Use the new helperMatthias Clasen2015-09-241-59/+6
* pixbuf-randomly-modified: Use the new helperMatthias Clasen2015-09-242-15/+11
* Add a helper to run tests over directoriesMatthias Clasen2015-09-242-0/+30
* tga: Only check for as many pixels as are actually neededBenjamin Otte2015-09-241-2/+2
* tga: Fill remaining pixels when closing incompletely loaded imageBenjamin Otte2015-09-241-0/+11
* tga: Error out if a pseudocolor image comes without colormapBenjamin Otte2015-09-241-0/+11
* tga: Use new tga_pixels_remaining() in rle loaderBenjamin Otte2015-09-241-4/+2
* tests: Add TGA testBenjamin Otte2015-09-2446-1/+181
* tga: Redo colormap handlingBenjamin Otte2015-09-241-50/+58
* tga: Support 16bpp imagesBenjamin Otte2015-09-241-7/+22
* tga: Set different process funcs for rle dataBenjamin Otte2015-09-241-32/+19
* tga: Don't read data row-by-rowBenjamin Otte2015-09-241-28/+17
* tga: Unify data reading functionsBenjamin Otte2015-09-241-210/+25
* tga: Add tga_read_pixel() function and use it.Benjamin Otte2015-09-241-27/+57
* tga: Use gdk_pixbuf_new ()Benjamin Otte2015-09-241-32/+1
* tga: Split out a functionBenjamin Otte2015-09-241-36/+33
* tga: Add tga_write_pixel() functionBenjamin Otte2015-09-241-150/+91
* tga: Get rid of done variableBenjamin Otte2015-09-241-37/+16
* tga: Refactor row parsingBenjamin Otte2015-09-241-62/+75
* tga: Refactor state machineBenjamin Otte2015-09-241-132/+163
* tga: Don't care about extra data at end of fileBenjamin Otte2015-09-241-9/+1
* tga: Port to GdkPixbufBufferQueueBenjamin Otte2015-09-241-312/+239
* Add GdkPixbufBufferQueueBenjamin Otte2015-09-243-1/+420
* po: Remove files from POTFILESEmmanuele Bassi2015-09-241-3/+0
* Drop the pcx loaderMatthias Clasen2015-09-233-778/+2
* Drop the ras loaderMatthias Clasen2015-09-233-567/+1