summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 2.33.12.33.1Matthias Clasen2015-10-262-2/+11
* Fix the reftest binaryMatthias Clasen2015-10-261-2/+0
* Updated Czech translationMarek Černocký2015-10-251-160/+56
* MSVC release builds: Ensure that /LTCG is usedChun-wei Fan2015-10-234-48/+58
* TGA: Always build gdk-pixbuf-buffer-queue.cChun-wei Fan2015-10-231-1/+1
* Updated Basque languageInaki Larranaga Murgoitio2015-10-141-207/+188
* tests: Only install files, not directoriesBenjamin Otte2015-10-131-1/+1
* tests: Limit the number of bytes we modify per test to 100Benjamin Otte2015-10-131-2/+4
* tests: Add a bunch of TGA imagesBenjamin Otte2015-10-137-1/+2
* tests: Add a bunch of failing TGA imagesBenjamin Otte2015-10-134-0/+0
* tga: Error on incomplete imageBenjamin Otte2015-10-131-10/+12
* tests: Add pixbuf-fail testBenjamin Otte2015-10-132-0/+126
* tests: Move back invalid images that successfully loadBenjamin Otte2015-10-133-0/+0
* tests: Move actually valid image out of fail/ folderBenjamin Otte2015-10-131-0/+0
* ico: Add all mime types from shared-mime-infoBenjamin Otte2015-10-131-0/+5
* ico: Protect against overflowBenjamin Otte2015-10-131-15/+17
* tests: use g_test_rand_int_range()Benjamin Otte2015-10-131-2/+2
* tests: Move failing images into seperate directoryBenjamin Otte2015-10-1324-6/+15
* tests: Skip reftests for unsupported formatsBenjamin Otte2015-10-133-0/+22
* tests: Don't set RLIMIT_ASBenjamin Otte2015-10-131-3/+0
* tests: Make add_test_for_all_images() GFile basedBenjamin Otte2015-10-134-39/+141
* tests: Rename pixbuf-slow-load to pixbuf-reftestBenjamin Otte2015-10-132-7/+7
* tests: Fix typo in MakefileBenjamin Otte2015-10-1395-1/+1
* tests: Implement format_supported() differentlyBenjamin Otte2015-10-131-18/+12
* tests: Name test images properlyBenjamin Otte2015-10-1337-15/+15
* tests: Remove unsupported imagesBenjamin Otte2015-10-135-3/+0
* tests: Allow passing a filter function when adding all filesBenjamin Otte2015-10-134-13/+17
* tests: Make pixbuf-slow-load test compare imagesBenjamin Otte2015-10-1351-5/+57
* test-common: Improve error mesages in pixdata_equal()Benjamin Otte2015-10-131-13/+35
* test-common: Rename function argumentsBenjamin Otte2015-10-133-39/+52
* test-common: If image data differs, output first coords that failBenjamin Otte2015-10-1326-23/+80
* tests: Move test imagesBenjamin Otte2015-10-1342-12/+13
* pixbuf-slow-load: Use the new helperMatthias Clasen2015-10-131-59/+6
* pixbuf-randomly-modified: Use the new helperMatthias Clasen2015-10-132-15/+11
* Add a helper to run tests over directoriesMatthias Clasen2015-10-132-0/+30
* tga: Only check for as many pixels as are actually neededBenjamin Otte2015-10-131-2/+2
* tga: Fill remaining pixels when closing incompletely loaded imageBenjamin Otte2015-10-131-0/+11
* tga: Error out if a pseudocolor image comes without colormapBenjamin Otte2015-10-131-0/+11
* tga: Use new tga_pixels_remaining() in rle loaderBenjamin Otte2015-10-131-4/+2
* tests: Add TGA testBenjamin Otte2015-10-1346-1/+181
* tga: Redo colormap handlingBenjamin Otte2015-10-131-50/+58
* tga: Support 16bpp imagesBenjamin Otte2015-10-131-7/+22
* tga: Set different process funcs for rle dataBenjamin Otte2015-10-131-32/+19
* tga: Don't read data row-by-rowBenjamin Otte2015-10-131-28/+17
* tga: Unify data reading functionsBenjamin Otte2015-10-131-210/+25
* tga: Add tga_read_pixel() function and use it.Benjamin Otte2015-10-131-27/+57
* tga: Use gdk_pixbuf_new ()Benjamin Otte2015-10-131-32/+1
* tga: Split out a functionBenjamin Otte2015-10-131-36/+33
* tga: Add tga_write_pixel() functionBenjamin Otte2015-10-131-150/+91
* tga: Get rid of done variableBenjamin Otte2015-10-131-37/+16