summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* WIP: Add Meson build systemwip/ebassi/mesonEmmanuele Bassi2017-05-252-0/+184
* Include the generated marshallers headerEmmanuele Bassi2017-05-251-1/+1
* Add IANA registered image/wmfIngo Brückl2017-05-251-0/+1
* Add IANA registered image/emfIngo Brückl2017-05-251-0/+1
* Avoid a compiler warningMatthias Clasen2017-03-261-0/+2
* jpeg: Add support for JPEG_COM EXIF tagPawel Piatek2017-03-152-0/+33
* Builds: Add a fallback-c89.c for pre-C99 compilersChun-wei Fan2017-03-026-3/+55
* io-ico: Fix option parsing to be locale-independentPhilip Withnall2017-02-171-4/+54
* gdk-pixbuf-loader: Fix up previous commit 2634506cPhilip Withnall2017-02-071-1/+1
* gdk-pixbuf-loader: Add a missing NULL checkPhilip Withnall2017-02-071-1/+4
* io-xpm: Handle fseek() failurePhilip Withnall2017-02-071-1/+2
* io-ico: Add an assertion to clarify potential NULL pointer dereferencePhilip Withnall2017-02-071-2/+7
* gdk-pixbuf-io: Add precondition checks for image dimensionsPhilip Withnall2017-02-074-1/+30
* io-xbm: Fix potential overflows in read_bitmap_file_data()Philip Withnall2017-02-071-6/+22
* io-bmp: Add overflow checks to BMP image saverPhilip Withnall2017-02-071-3/+23
* gdk-pixbuf: Fix overflow check in gdk_pixbuf_new()Philip Withnall2017-02-071-5/+6
* pixops: Add two-step scaler optimizationMartin Guy2017-02-031-0/+156
* Visual Studio builds: Move projects to win32/Chun-wei Fan2017-01-201-8/+8
* gdk-pixbuf-scale: Add a fast path for a no-op scalePhilip Withnall2017-01-101-0/+7
* docs: Document existing scaling and transformation fast pathsPhilip Withnall2017-01-101-0/+5
* docs: Document the alpha blending function usedPhilip Withnall2017-01-101-0/+6
* docs: Use ‘alpha blending’ rather than ‘compositing’Philip Withnall2017-01-101-10/+12
* docs: Fix reference to a non-existent functionPhilip Withnall2017-01-101-1/+1
* gif: Fix area-updated heightBastien Nocera2016-12-291-2/+2
* ico: Small coding style cleanupBastien Nocera2016-12-291-3/+1
* ico: Fix area-updated coordinatesBastien Nocera2016-12-291-1/+7
* ico: Fix uninitialised alpha valuesBastien Nocera2016-12-291-1/+6
* jasper: Add debug output for unhandled imagesBastien Nocera2016-12-281-1/+24
* 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