summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* bmp: Reject impossible palette sizeMatthias Clasen2015-12-051-0/+11
* bmp: Reject bogus depthMatthias Clasen2015-12-051-0/+9
* TGA: Always build gdk-pixbuf-buffer-queue.cChun-wei Fan2015-10-231-1/+1
* tga: Error on incomplete imageBenjamin Otte2015-10-131-10/+12
* ico: Add all mime types from shared-mime-infoBenjamin Otte2015-10-131-0/+5
* ico: Protect against overflowBenjamin Otte2015-10-131-15/+17
* 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
* 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
* tga: Refactor row parsingBenjamin Otte2015-10-131-62/+75
* tga: Refactor state machineBenjamin Otte2015-10-131-132/+163
* tga: Don't care about extra data at end of fileBenjamin Otte2015-10-131-9/+1
* tga: Port to GdkPixbufBufferQueueBenjamin Otte2015-10-131-312/+239
* Add GdkPixbufBufferQueueBenjamin Otte2015-10-133-1/+420
* pixops: use gint64 in more places to avoid overflow when shiftingMike Gorse2015-10-061-17/+17
* gif: Fix thumbnailing GIF animationsBastien Nocera2015-10-052-3/+12
* gif: Fix typo in the initial commentsBastien Nocera2015-09-261-1/+1
* docs: Fix typo in the gtk-doc commentsBastien Nocera2015-09-261-1/+1
* Remove more references to dropped loadersMatthias Clasen2015-09-251-23/+1
* pixops: Don't overflow variables when shifting themBenjamin Otte2015-09-251-5/+5
* Drop the pcx loaderMatthias Clasen2015-09-232-776/+1
* Drop the ras loaderMatthias Clasen2015-09-232-565/+0
* Drop the wbmp loaderMatthias Clasen2015-09-232-394/+0
* io-tga: Colormaps are always present, so always parse them.Benjamin Otte2015-09-201-11/+3
* tga: Wrap TGAColormap struct in its own APIBenjamin Otte2015-09-201-42/+82
* pixops: Fail make_weights functions on OOMBenjamin Otte2015-09-191-20/+55
* animation: drop an erroneous unrefMatthias Clasen2015-09-191-2/+0
* Clean Up Visual Studio Project GenerationChun-wei Fan2015-09-171-32/+29
* io-png.c: Fix GCCismChun-wei Fan2015-09-171-1/+1
* Ignore internal deprecations in more placesMatthias Clasen2015-08-253-1/+10
* Formatting fixesMatthias Clasen2015-08-251-108/+94
* Port to GTaskMatthias Clasen2015-08-251-16/+18
* Ignore our own deprecationsMatthias Clasen2015-08-251-3/+6
* Avoid integer overflow in gdk_pixbuf_rotate_simpleMatthias Clasen2015-08-241-1/+1
* Drop unused sourceMatthias Clasen2015-08-241-104/+0
* Avoid integer overflow in gdk_pixbuf_add_alphaMatthias Clasen2015-08-241-9/+9
* Fix some more integer overflowsMatthias Clasen2015-08-241-24/+24
* jpeg: Fix some integer overflowsMatthias Clasen2015-08-241-2/+2
* png: Fix some integer overflowsMatthias Clasen2015-08-241-7/+8