index
:
delta/gdk-pixbuf.git
baserock/morph
baserock/xfce-build
ci-test
drop-x11
ebassi/ci-only-default
ebassi/for-master
ebassi/gi-docgen
ebassi/issue-143
ebassi/issue-209
ebassi/issue-215
ebassi/issues-185
ebassi/msys2-update
fix-generating-pc-files
gdk-pixbuf-2-24
gdk-pixbuf-2-26
gdk-pixbuf-2-28
gdk-pixbuf-2-30
gdk-pixbuf-2-32
gdk-pixbuf-2-34
gdk-pixbuf-2-36
gdk-pixbuf-2-38
gdk-pixbuf-2-40
gnome-2-38
issue-3
issue-72
issue-73
issue-77
macos-ci
master
otte/jpeg-fallback
static-analysis
wip/csoriano/jp2-test
wip/ebassi/meson
wip/ebassi/no-autotools
wip/hadess/read-png-gamma
wip/hadess/thumbnailer-locale
wip/jbrummer/png-in-ico
wip/jtojnar/no-install-skipped-test
wip/otte/tga
wip/run-gif-tests-again
gitlab.gnome.org: GNOME/gdk-pixbuf.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdk-pixbuf
/
gdk-pixbuf-io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the libjasper-based JPEG2000 loader
Emmanuele Bassi
2020-06-26
1
-7
/
+0
*
Never pass NULL for the size_func and updated_func of module->begin_load()
Federico Mena Quintero
2020-01-07
1
-1
/
+18
*
docs: Add missing argument
Emmanuele Bassi
2019-08-14
1
-0
/
+1
*
core: Always initialise default pixbuf loaders
Bastien Nocera
2019-03-05
1
-7
/
+21
*
core: Add gdk_pixbuf_init_modules() for applications
Bastien Nocera
2019-02-28
1
-0
/
+34
*
core: Pass module_file path as an argument
Bastien Nocera
2019-02-28
1
-17
/
+22
*
core: Split off the initialisation sections
Bastien Nocera
2019-02-28
1
-71
/
+81
*
Avoid a compiler warning
Emmanuele Bassi
2018-04-29
1
-13
/
+7
*
windows: rework loaders cache relocation support
Christoph Reiter
2018-04-24
1
-28
/
+15
*
introspection: Add missing filename type annotations
Christoph Reiter
2018-01-08
1
-10
/
+13
*
gdk-pixbuf-io: Simplify code
Umang Jain
2017-12-30
1
-12
/
+9
*
Fix up gdk_pixbuf_new_from_stream_async()
Benjamin Otte
2017-12-08
1
-7
/
+5
*
Use Unicode in translatable strings
Piotr Drąg
2017-12-05
1
-12
/
+12
*
io: Only ref pixbuf if it is not NULL
Benjamin Otte
2017-11-20
1
-1
/
+5
*
gdk-pixbuf-io: Implement async loading without threads
Benjamin Otte
2017-11-20
1
-31
/
+74
*
io: Fix GError leak in gdk_pixbuf_new_from_stream()
Robert Ancell
2017-07-27
1
-19
/
+10
*
gdk-pixbuf-io: Check length before checking for pixdata magic
Bastien Nocera
2017-07-12
1
-0
/
+1
*
gdk-pixbuf-io: Remove unused flags variable
Bastien Nocera
2017-07-12
1
-2
/
+1
*
gdk-pixbuf-io: Add precondition checks for image dimensions
Philip Withnall
2017-02-07
1
-1
/
+14
*
io: Fix typo in documentation ( "the the" -> "the" )
vrishab
2016-12-28
1
-5
/
+5
*
io: Fix incorrect documentation
vrishab
2016-12-28
1
-3
/
+3
*
io: Also handle compressed GdkPixdata when loading from GResources
Bastien Nocera
2016-12-19
1
-6
/
+5
*
pixdata: Remove pixdata loader
Bastien Nocera
2016-12-13
1
-6
/
+0
*
windows: Remove old codepage ABI compat code
Christoph Reiter
2016-11-07
1
-126
/
+85
*
gdk-pixbuf: add gdk_pixbuf_format_is_save_option_supported() API
Cosimo Cecchi
2016-08-02
1
-0
/
+35
*
Drop unneeded use of deprecated GLib thread API
Matthias Clasen
2016-08-02
1
-10
/
+2
*
Add non-varargs versions of methods to save to stream
Cosimo Cecchi
2016-04-06
1
-34
/
+115
*
Remove more references to dropped loaders
Matthias Clasen
2015-09-25
1
-23
/
+1
*
Ignore our own deprecations
Matthias Clasen
2015-08-25
1
-3
/
+6
*
Build gdk_pixbuf_get_toplevel() even if !USE_GMODULE
Benjamin Gilbert
2015-08-23
1
-32
/
+37
*
gdk-pixbuf-io: treat application/gzip like text/plain
Alberts Muktupāvels
2015-04-30
1
-1
/
+1
*
Revert "lib: Annotate var-arg gdk_pixbuf_save*()"
Bastien Nocera
2015-03-05
1
-3
/
+3
*
io: Fix check if library is running inside build tree
Robert Ancell
2014-11-21
1
-1
/
+1
*
lib: Prefer our own loaders to the GDI+ one
Ignacio Casal Quinteiro
2014-10-23
1
-12
/
+12
*
Allow saving 1-bit mono TIFFs used in faxes
Mukund Sivaraman
2014-10-23
1
-3
/
+7
*
io: extend support for relotations to OS X and Linux
Andoni Morales Alastruey
2014-10-22
1
-17
/
+41
*
lib: add gdk_pixbuf_win32_get_toplevel to the private API
Andoni Morales Alastruey
2014-10-22
1
-3
/
+3
*
Add PNG image density metadata support
Robert Ancell
2014-10-22
1
-1
/
+1
*
Add JPEG image density metadata support
Robert Ancell
2014-10-22
1
-1
/
+3
*
lib: Annotate var-arg gdk_pixbuf_save*()
Torsten Schönfeld
2014-10-21
1
-3
/
+3
*
Add an asynchronous version of gdk_pixbuf_get_file_info
Debarshi Ray
2014-08-16
1
-0
/
+122
*
Add some missing nullability annotations.
Evan Nemerson
2014-05-16
1
-5
/
+7
*
Expand docs for gdk_pixbuf_new_from_stream_at_scale()
Bastien Nocera
2014-04-29
1
-5
/
+10
*
docs: Update directory and file names for module installation
Kjell Ahlstedt
2014-04-23
1
-3
/
+3
*
Add annotations to gdk_pixbuf_save_to_buffer buffer arg
William Jon McCann
2014-02-21
1
-1
/
+1
*
Drop markup from doc comments
Matthias Clasen
2014-02-15
1
-44
/
+27
*
Updated FSF's address
Daniel Mustieles
2014-01-31
1
-3
/
+1
*
Improve mime type detection
Matthias Clasen
2013-12-19
1
-1
/
+1
*
Avoid a discrepancy in file recognition
Matthias Clasen
2013-12-19
1
-2
/
+2
*
Avoid a compiler warning
Matthias Clasen
2013-12-18
1
-1
/
+1
[next]