summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* windows: Remove old codepage ABI compat codeChristoph Reiter2016-11-074-155/+132
* Avoid undefined behaviorDhiru Kholia2016-09-121-3/+3
* Fix a typoMatthias Clasen2016-09-121-1/+1
* ico: Be more careful when parsing headersMatthias Clasen2016-08-031-58/+78
* modules: implement is_option_supported() for builtin modulesMatthias Clasen2016-08-026-0/+72
* gdk-pixbuf: add gdk_pixbuf_format_is_save_option_supported() APICosimo Cecchi2016-08-022-3/+42
* Fix gettext useStanislav Brabec2016-08-021-1/+1
* bmp: Detect integer overflow of the line widthTobias Mueller2016-08-021-9/+12
* gdk-pixbuf: Make set_option() usable in client codeBastien Nocera2016-08-022-7/+5
* gdk-pixbuf: Mention copy_options() in copy()Bastien Nocera2016-08-021-1/+2
* gdk-pixbuf: Add gdk_pixbuf_remove_option() helperBastien Nocera2016-08-022-0/+69
* gdk-pixbuf: Add gdk_pixbuf_copy_options() helperBastien Nocera2016-08-022-0/+43
* Drop unneeded use of deprecated GLib thread APIMatthias Clasen2016-08-021-10/+2
* io-xpm: Fix "format not a string literal" errorsBastien Nocera2016-08-021-8/+9
* ico: Always set errorsHanno Boeck2016-08-021-2/+12
* bmp: Fix an integer overflow in DecodeColormapTobias Mueller2016-08-021-3/+12
* Fix version number variable linkageChun-wei Fan2016-06-142-6/+6
* gdk-pixbuf: Use compiler directives to export symbolsChun-wei Fan2016-06-074-285/+8
* Add version macro headerChun-wei Fan2016-06-0711-16/+797
* Fix bug 766842Daniel Trebbien2016-05-311-13/+42
* Avoid redundant property notificationMatthias Clasen2016-05-041-0/+18
* MSVC Builds: Generate the Introspection CommandsChun-wei Fan2016-04-141-2/+29
* Add non-varargs versions of methods to save to streamCosimo Cecchi2016-04-063-34/+134
* 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