summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ignore deprecations in gdk-pixdata.cMatthias Clasen2015-08-231-1/+4
* Build gdk_pixbuf_get_toplevel() even if !USE_GMODULEBenjamin Gilbert2015-08-231-32/+37
* pixops: Be smarter than gcc's optimizerBenjamin Otte2015-08-221-8/+7
* pixops: Chane variable typeBenjamin Otte2015-08-221-1/+1
* pixops: Fix oversight for CVE-2015-4491Benjamin Otte2015-08-171-1/+5
* pixops: Be more careful about integer overflowMatthias Clasen2015-07-131-5/+17
* Avoid a possible divide-by-zeroSarita Rawat2015-06-061-1/+1
* Support g_autoptr() for all gdk-pixbuf object typesKalev Lember2015-06-063-0/+40
* gdk-pixbuf-io: treat application/gzip like text/plainAlberts Muktupāvels2015-04-301-1/+1
* jpeg: Fix reading orientation EXIF tag for some photosBastien Nocera2015-04-211-7/+12
* Revert "lib: Annotate var-arg gdk_pixbuf_save*()"Bastien Nocera2015-03-051-3/+3
* win32: #include gi18n-lib.h appropriatelyRyan Lortie2015-03-028-0/+24
* build: Do not include removed file gdk-pixbuf-i18n.hMarcus Karlsson2014-11-211-1/+0
* io: Fix check if library is running inside build treeRobert Ancell2014-11-211-1/+1
* jpeg: Assume that CMYK JPEGs are inverted CMYKMatthieu Gautier2014-11-181-10/+7
* io-tiff.c: Declare Variables at the Top of BlockChun-wei Fan2014-11-111-1/+2
* Add TIFF image density metadata supportRobert Ancell2014-10-302-0/+71
* bmp: Fix reading of MS AMCap2 generated filesBastien Nocera2014-10-261-9/+0
* ico: Fix support for 256x256 iconsBastien Nocera2014-10-241-17/+16
* icns: Add progressive loading supportDamjan Jovanovic2014-10-241-0/+114
* gif: Fix loading GIF if first write is smaller than 13 bytesBastien Nocera2014-10-241-1/+2
* lib: Make gdk_pixbuf_fill() fail if pixbuf doesn't have storageBastien Nocera2014-10-241-0/+1
* lib: Don't export gettext init functionBastien Nocera2014-10-243-3/+3
* loaders: Simplify and shorten the loader namesBastien Nocera2014-10-2426-26/+26
* lib: Clean up gettext handlingBastien Nocera2014-10-245-41/+12
* lib: Replace P_() by _()Bastien Nocera2014-10-242-20/+20
* lib: Prefer our own loaders to the GDI+ oneIgnacio Casal Quinteiro2014-10-231-12/+12
* Allow saving 1-bit mono TIFFs used in faxesMukund Sivaraman2014-10-232-43/+203
* io: extend support for relotations to OS X and LinuxAndoni Morales Alastruey2014-10-223-29/+59
* lib: add gdk_pixbuf_win32_get_toplevel to the private APIAndoni Morales Alastruey2014-10-223-7/+8
* lib: Add note about min timeout in GIF being 20 msecsBastien Nocera2014-10-221-0/+4
* Fix denisty unit reading during incremental loading. Add tests for reading de...Robert Ancell2014-10-222-0/+38