summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-gir-annotations' into 'master'Emmanuele Bassi2023-05-022-39/+39
|\
| * Fix some GIR annotationsGuillaume Gomez2022-10-142-39/+39
* | meson: Override dependencies to improve usage as a subprojectNirbheek Chauhan2022-12-181-0/+1
* | jpeg: Bump up the memory limit to 1GBEmmanuele Bassi2022-10-231-1/+2
|/
* jpeg: Increase memory limit for loading image dataJake Dane2022-08-191-1/+1
* Merge branch 'disable_relocation_on_static' into 'master'Emmanuele Bassi2022-08-092-4/+3
|\
| * Disable relocation when built as a static libary on WindowsHesham Essam2022-06-032-4/+3
* | jpeg: Limit the memory size when loading image dataEmmanuele Bassi2022-08-091-0/+2
* | Fix the check for maximum value of LZW initial code size.Robert Ancell2022-02-021-2/+2
* | Add an assertion that checks for maximum LZW code sizeRobert Ancell2022-02-021-0/+2
|/
* gdk_pixbuf_new() - Clear the pixbuf's memory buffer to avoid returning uninit...Federico Mena Quintero2022-01-251-1/+1
* docs: Remove invalid nullable annotationEmmanuele Bassi2021-11-091-1/+1
* docs: Fix the XPM data annotationEmmanuele Bassi2021-11-091-4/+4
* Merge branch 'ebassi/loader-vfunc' into 'master'Emmanuele Bassi2021-11-091-39/+171
|\
| * Turn GdkPixbufModule functions into typed callbacksEmmanuele Bassi2021-11-091-39/+171
* | Merge branch 'ebassi/tiff-types' into 'master'Emmanuele Bassi2021-11-091-6/+7
|\ \
| * | tiff: Use non-deprecated C99 integer typesEmmanuele Bassi2021-11-091-6/+7
| |/
* | Merge branch 'ebassi/issue-143' into 'master'Emmanuele Bassi2021-11-091-34/+43
|\ \
| * | jpeg: Do not rely on UB around setjmp/longjmpebassi/issue-143Emmanuele Bassi2021-04-221-34/+43
* | | gif: Check for overflow when compositing or clearing frames.Robert Ancell2021-06-031-8/+13
| |/ |/|
* | docs: Fix the image-data linkEmmanuele Bassi2021-05-191-2/+2
* | build: Fix shared GDI+ loaders iterationebassi/issues-185Emmanuele Bassi2021-04-211-2/+2
|/
* bmp: Use g_set_error_literal()Emmanuele Bassi2021-04-161-4/+4
* Use g_filename_display_name() with files inside GError messagesEmmanuele Bassi2021-04-161-4/+12
* Revert "build: Use a dict for pkg-config file variables"Emmanuele Bassi2021-04-091-12/+10
* build: Use a dict for loader dataEmmanuele Bassi2021-04-081-34/+69
* build: Use a dict for pkg-config file variablesEmmanuele Bassi2021-04-071-10/+12
* docs: Update pixbuf-loader styleebassi/gi-docgenEmmanuele Bassi2021-03-211-79/+89
* docs: Update pixbuf-animation styleEmmanuele Bassi2021-03-211-70/+83
* docs: Update pixbuf-scale styleEmmanuele Bassi2021-03-211-28/+27
* docs: Update pixbuf-util styleEmmanuele Bassi2021-03-211-31/+45
* docs: Update pixbuf-data styleEmmanuele Bassi2021-03-211-22/+38
* docs: Update pixdata styleEmmanuele Bassi2021-03-211-54/+63
* docs: Update gdk-pixbuf-io styleEmmanuele Bassi2021-03-211-272/+313
* docs: Clean up GdkPixbuf's core APIEmmanuele Bassi2021-03-211-70/+106
* docs: Generate the GdkPixdata API referenceEmmanuele Bassi2021-03-212-29/+31
* docs: Port to the gi-docgen syntax and styleEmmanuele Bassi2021-03-2112-399/+315
* Fix inclusion guards for gdk-pixbuf-features.hEmmanuele Bassi2021-03-211-4/+4
* docs: Fix the deprecation annotation for AlphaModeEmmanuele Bassi2021-03-211-1/+1
* gdk-pixbuf/gdk-pixbuf-io.c: fix build without gmoduleFabrice Fontaine2021-02-091-0/+2
* Meson: Override programsXavier Claessens2021-01-291-0/+1
* gif: Honor "revert to previous" behaviour on the first frame.Robert Ancell2021-01-051-8/+0
* animation: silence gtk doc warningsPaolo Borelli2021-01-021-7/+6
* Include pixbuf loader API in the gir filePaolo Borelli2021-01-021-0/+1
* gif: Do all of gif_init() with a single readSimon McVittie2020-12-121-13/+14
* Make enum GType registration thread safeEmmanuele Bassi2020-12-071-4/+6
* gif: Fix LZW decoder accepting invalid LZW code.Robert Ancell2020-12-081-6/+7
* gif: Fix GIF images without a Graphic Control Extension rendering colour 0 as...Robert Ancell2020-11-231-0/+1
* io: Initialize variable before reading into itEmmanuele Bassi2020-11-101-5/+4
* xbm: Free data in error pathEmmanuele Bassi2020-11-101-4/+5