summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* Avoid a compiler warningEmmanuele Bassi2018-04-291-13/+7
* Fix permissions for C89 fallbacksEmmanuele Bassi2018-04-291-0/+0
* meson: Install the marshalers headerEmmanuele Bassi2018-04-251-1/+3
* Fix introspection data for gdk_pixbuf_new, gdk_pixbuf_copy and gdk_pixbuf_com...Iñaki García Etxebarria2018-04-252-3/+3
* Plug a memory leak when using GBytesVitaly Kirsanov2018-04-251-0/+2
* windows: rework loaders cache relocation supportChristoph Reiter2018-04-242-40/+82
* build: Update the introspection rulesEmmanuele Bassi2018-02-121-15/+17
* queryloaders: standardize the dir paths before checking themIgnacio Casal Quinteiro2018-01-121-5/+19
* queryloaders: use an intermediate pixbuf_libdir variableIgnacio Casal Quinteiro2018-01-121-13/+20
* queryloaders: do not leak moduledir on windowsIgnacio Casal Quinteiro2018-01-121-2/+7
* queryloaders: strdup moduledirIgnacio Casal Quinteiro2018-01-121-4/+7
* queryloaders: rename path to moduledirIgnacio Casal Quinteiro2018-01-121-9/+9
* queryloaders: use g_build_filename instead of concatIgnacio Casal Quinteiro2018-01-121-4/+3
* introspection: Add missing filename type annotationsChristoph Reiter2018-01-082-12/+16
* gdk-pixbuf-io: Simplify codeUmang Jain2017-12-301-12/+9
* Fix up gdk_pixbuf_new_from_stream_async()Benjamin Otte2017-12-081-7/+5
* Use Unicode in translatable stringsPiotr Drąg2017-12-0511-50/+50
* icns: Protect against too short blocklen (CVE-2017-6313)Bastien Nocera2017-12-051-1/+2
* tiff: Avoid overflowing buffer size computationBastien Nocera2017-12-051-2/+9
* jpeg: Remove debug error messageBastien Nocera2017-12-051-1/+0
* jpeg: Prevent crashes when stopping loading files with errorsBastien Nocera2017-12-051-14/+17
* jpeg: Prevent crashes when stopping loading broken filesBastien Nocera2017-12-051-1/+2
* build: Remove "with" from Meson build optionsBastien Nocera2017-12-051-1/+1
* build: Remove "enable" from Meson build optionsBastien Nocera2017-12-051-6/+6
* jpeg: Fix loading truncated incremental inputsBastien Nocera2017-12-051-2/+19
* jpeg: Use a temporary variableBastien Nocera2017-12-051-4/+7
* docs: Fix link to "Image data" section in API docsBastien Nocera2017-12-041-2/+2
* gif: Initialise code_last_byte to not cause undefined behaviourTobias Mueller2017-12-041-1/+6
* gif: Preventing undefined behaviour by making left shift unsignedTobias Mueller2017-12-041-1/+1
* gif: Prevent access to negative array indexesTobias Mueller2017-12-041-0/+8
* ico: Fix potential integer overflowDhiru Kholia2017-11-301-4/+5
* io-tiff: Correctly work with WIN32-IO version of libtiffРуслан Ижбулатов2017-11-291-1/+25
* gdk-pixbuf-scale: Fix retval introspection for scale_simple()Iñaki García Etxebarria2017-11-281-1/+1
* io: Only ref pixbuf if it is not NULLBenjamin Otte2017-11-201-1/+5
* gdk-pixbuf-io: Implement async loading without threadsBenjamin Otte2017-11-201-31/+74
* io-gif: Fail quickly when image dimensions are too bigBastien Nocera2017-09-191-7/+23
* build: Fix invalid syntaxBastien Nocera2017-09-191-1/+1
* build: Fix TIFF loader compilation with autotoolsBastien Nocera2017-09-121-1/+1
* build: Support Windows components-based loaderChun-wei Fan2017-09-071-3/+48
* build: Fix libjasper detection and usage on Meson/MSVCChun-wei Fan2017-09-071-3/+5
* gif: Fix compiler warning reg. type conversionTobias Mueller2017-08-241-3/+3
* build: Allow 'all' shorthand for builtin_loaders build optionChun-wei Fan2017-08-211-2/+2
* build: Build the .rc file on WindowsChun-wei Fan2017-08-171-0/+12
* build: Fix Meson builds using builtin loadersChun-wei Fan2017-08-171-2/+3
* queryloaders: Make output more reproducibleJussi Kukkonen2017-08-151-1/+8
* io-gif: Switch arguments to fread() to fix Coverity issuePhilip Withnall2017-08-151-1/+1
* meson: Use include_directories references throughoutJan Alexander Steffens (heftig)2017-08-131-3/+5
* Move all aux scripts to their own directoryEmmanuele Bassi2017-08-032-75/+0
* io-ico: Add an assertion to clarify buffer managementPhilip Withnall2017-08-031-0/+3
* meson: Support installed testsEmmanuele Bassi2017-08-021-1/+1