summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* meson: Generate introspection dataEmmanuele Bassi2017-08-021-6/+30
* meson: Use the appropriate name for the shared libraryEmmanuele Bassi2017-08-021-1/+1
* meson: Add gdk-pixbuf-macros.h to the installed headersEmmanuele Bassi2017-08-021-3/+4
* Build gdk-pixbuf-marshal.cEmmanuele Bassi2017-08-011-1/+2
* Initial implementation of a Meson buildEmmanuele Bassi2017-08-012-0/+187
* Include the generated marshallers headerEmmanuele Bassi2017-08-011-1/+1
* bmp: Avoid allocating large buffers when not neededBastien Nocera2017-07-281-13/+15
* gdk-pixbuf: Add gdk_pixbuf_calculate_rowstride()Bastien Nocera2017-07-282-13/+53
* ico: Return an error when the ICO didn't loadBastien Nocera2017-07-271-1/+10
* io: Fix GError leak in gdk_pixbuf_new_from_stream()Robert Ancell2017-07-271-19/+10
* gdk-pixbuf: Tighten rowstride overflow checkBastien Nocera2017-07-271-2/+2
* jpeg: Restore grayscale image supportA. Bosch2017-07-271-0/+3
* bmp: Tighten image dimension checksBastien Nocera2017-07-261-1/+4
* ico: Fix icon quality sortingBastien Nocera2017-07-261-2/+2
* ico: Try to skip over broken icon entriesBastien Nocera2017-07-131-13/+12
* ico: Fix possible offset overflowBastien Nocera2017-07-131-1/+3
* ico: Don't use signed ints to do uints offset arithmeticsBastien Nocera2017-07-131-6/+6
* ico: Avoid possible ImageScore overflowBastien Nocera2017-07-131-1/+5
* bmp: Prevent multiplication overflow in DecodeHeaderBastien Nocera2017-07-131-1/+26
* tiff: Check for integer overflows in multiplicationLudovico de Nittis2017-07-131-6/+8
* jpeg: Use g_clear_object() when possibleBastien Nocera2017-07-131-2/+1
* loaders: Remove "error && *error == NULL" checksBastien Nocera2017-07-133-52/+35
* tiff: Simplify gdk_pixbuf__tiff_image_stop_load() functionBastien Nocera2017-07-131-6/+4
* jpeg: Throw error when number of color components is unsupportedTobias Mueller2017-07-131-4/+19
* gdk-pixbuf-io: Check length before checking for pixdata magicBastien Nocera2017-07-121-0/+1
* gdk-pixbuf-io: Remove unused flags variableBastien Nocera2017-07-121-2/+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