summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
...
* TGA: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-9/+9
* TGA: don't use single-letter field names for the module callbacksFederico Mena Quintero2020-01-071-21/+22
* Never pass NULL for the size_func and updated_func of module->begin_load()Federico Mena Quintero2020-01-072-2/+36
* pixops: Fix memory leaks in error pathsAlex Henrie2020-01-071-8/+9
* gdk-pixbuf/meson.build: use darwin_versions in libraryTom Schoonjans2019-11-271-0/+1
* gdk-pixbuf: Deprecate GdkPixbufAlphaModeBastien Nocera2019-11-261-0/+2
* Fix cppcheck 'shifting signed 32-bit value warning'Emmanuel Fleury2019-11-251-4/+3
* gif: Fix build on Solaris by including <string.h>Alan Coopersmith2019-11-251-0/+1
* (#91): Have a STORAGE_UNINITIALIZED for construction with all-default propertiesFederico Mena Quintero2019-09-112-97/+183
* docs: Add missing argumentEmmanuele Bassi2019-08-141-0/+1
* gif: Suppress last deprecation warningEmmanuele Bassi2019-07-291-0/+2
* gif: Render GIF frames on demandRobert Ancell2019-07-293-716/+239
* gif: Replace old LZW decoder with a stand-alone decoderRobert Ancell2019-07-294-281/+299
* gif: Remove unused variableRobert Ancell2019-07-292-5/+0
* gif: Remove unused variableRobert Ancell2019-07-292-15/+10
* gif: Escape GIF version in error messageRobert Ancell2019-07-291-1/+5
* gif: Disable deprecation warnings for GTimeValEmmanuele Bassi2019-07-292-1/+10
* gdip: Disable deprecation warnings for GTimeValEmmanuele Bassi2019-07-291-0/+9
* ani: Disable deprecation warnings for GTimeValEmmanuele Bassi2019-07-292-1/+10
* Disable deprecation warnings for GTimeValEmmanuele Bassi2019-07-292-0/+5
* Use the monotonic clock instead of wall oneEmmanuele Bassi2019-07-291-12/+6
* Disable deprecation warnings for GTimeValEmmanuele Bassi2019-07-292-0/+10
* Remove uses of g_memmove()Emmanuele Bassi2019-06-291-1/+1
* build: Do not use `install` arg with configure_file()Emmanuele Bassi2019-06-291-1/+0
* core: Always initialise default pixbuf loadersBastien Nocera2019-03-051-7/+21
* xpm: Fail when XPM file doesn't contain enough dataBastien Nocera2019-03-011-2/+8
* xpm: Simplify error pathBastien Nocera2019-03-011-9/+11
* xpm: Sanity check XPM file dimensionsBastien Nocera2019-03-011-0/+9
* core: Fix split docs line in features.h fileBastien Nocera2019-02-281-2/+1
* core: Add gdk_pixbuf_init_modules() for applicationsBastien Nocera2019-02-282-0/+38
* core: Pass module_file path as an argumentBastien Nocera2019-02-281-17/+22
* core: Split off the initialisation sectionsBastien Nocera2019-02-281-71/+81
* Add missing 2.40 versioning macrosBastien Nocera2019-02-281-0/+28
* build: Use idiomatic pkg-config generationEmmanuele Bassi2019-02-281-3/+1
* io-jasper.c: Validate jas_matrix_create resultIvan A. Melnikov2019-02-271-0/+8
* gif: Simplify LZW clear code handlingRobert Ancell2019-01-161-18/+3
* gif: Fix clear code handling when at end of a blockRobert Ancell2019-01-161-1/+1
* gif: Fix multiple LZW clear codes breaking decodingRobert Ancell2019-01-161-39/+1
* gif: Fix off by one error in LZW decoderRobert Ancell2019-01-161-1/+1
* gif: Remove unused variableRobert Ancell2018-12-071-2/+0
* Merge branch 'issue-89' into 'master'Emmanuele Bassi2018-12-041-0/+4
|\
| * Add variables for binary utilitiesEmmanuele Bassi2018-09-051-0/+4
* | Merge branch 'cross-compile' into 'master'Emmanuele Bassi2018-12-041-12/+22
|\ \
| * | build: add enum generation header to sources of built librariesMatthew Waters2018-10-171-0/+5
| * | meson: Don't generate the loader cache when cross-compilingMatthew Waters2018-10-081-12/+17
* | | gif: Fix debug printf format warningsRobert Ancell2018-11-221-2/+2
|/ /
* | Merge branch 'workaround-modules-osx' into 'master'Emmanuele Bassi2018-10-051-0/+7
|\ \
| * | Workaround to install modules with .so suffix on osxIgnacio Casal Quinteiro2018-10-041-0/+7
* | | queryloaders: add missing include for OSX when using relocationsIgnacio Casal Quinteiro2018-10-041-1/+5
|/ /
* | Merge branch 'wip/rishi/png' into 'master'Emmanuele Bassi2018-09-131-9/+28
|\ \