summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* png: Initialise the created pixbufsBastien Nocera2016-12-281-0/+4
* gdk-pixbuf: Add constant for "default fill"Bastien Nocera2016-12-281-0/+3
* io: Fix typo in documentation ( "the the" -> "the" )vrishab2016-12-282-6/+6
* io: Fix incorrect documentationvrishab2016-12-281-3/+3
* gdk-pixbuf: Add NULL guards to some utility functionsSarita Rawat2016-12-192-1/+4
* io-jpeg: Fix a potential infinite loop when failing to write outPhilip Withnall2016-12-191-1/+6
* io-gif: Clarify buffer length managementPhilip Withnall2016-12-191-0/+2
* bmp: Add support for BMP headers with bitmaskGokul Krishnan2016-12-191-4/+17
* io: Fix build after pixdata IO changesBastien Nocera2016-12-192-2/+2
* io: Also handle compressed GdkPixdata when loading from GResourcesBastien Nocera2016-12-191-6/+5
* pixdata: Check for RLE pixdata lengthBastien Nocera2016-12-161-2/+32
* pixdata: Add "--rle" to the --help outputBastien Nocera2016-12-161-0/+1
* pixdata: Add "-r" as an alias for "--rle"Bastien Nocera2016-12-161-1/+2
* pixdata: Avoid copying more data than availableBastien Nocera2016-12-161-0/+23
* Revert "pixdata: Prevent buffer overflow by checking for bounds before memcpy"Bastien Nocera2016-12-161-18/+1
* pixdata: Add debug when decoding pixdataBastien Nocera2016-12-161-0/+7
* ico: Remove "40" magic numbers everywhereBastien Nocera2016-12-141-14/+16
* ico: Prefer entries with the largest dimensionsBastien Nocera2016-12-141-7/+17
* ico: Add comment for 32-bit linesBastien Nocera2016-12-141-0/+1
* ico: Add debug for which ico entry is selectedBastien Nocera2016-12-141-1/+5
* qtif: Avoid buffer overrun on short readsBastien Nocera2016-12-131-1/+1
* qtif: Fix typo in commentsBastien Nocera2016-12-131-1/+1
* bmp: Error out when bottom-to-top BMP is too highTobias Mueller2016-12-131-0/+8
* pnm: Fix crash opening images with overly large dimensionsBastien Nocera2016-12-131-2/+18
* pixdata: Prevent buffer overflow by checking for bounds before memcpyTobias Mueller2016-12-131-1/+18
* pixdata: Remove pixdata loaderBastien Nocera2016-12-133-210/+0
* jpeg: Check for integer overflows in app1 EXIF tagsTobias Mueller2016-12-121-11/+26
* 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