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
/
queryloaders.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
queryloaders: add missing include for OSX when using relocations
Ignacio Casal Quinteiro
2018-10-04
1
-1
/
+5
*
gdk-pixbuf/queryloaders.c: Avoid C99ism
Chun-wei Fan
2018-05-25
1
-4
/
+6
*
windows: rework loaders cache relocation support
Christoph Reiter
2018-04-24
1
-12
/
+67
*
queryloaders: standardize the dir paths before checking them
Ignacio Casal Quinteiro
2018-01-12
1
-5
/
+19
*
queryloaders: use an intermediate pixbuf_libdir variable
Ignacio Casal Quinteiro
2018-01-12
1
-13
/
+20
*
queryloaders: do not leak moduledir on windows
Ignacio Casal Quinteiro
2018-01-12
1
-2
/
+7
*
queryloaders: strdup moduledir
Ignacio Casal Quinteiro
2018-01-12
1
-4
/
+7
*
queryloaders: rename path to moduledir
Ignacio Casal Quinteiro
2018-01-12
1
-9
/
+9
*
queryloaders: use g_build_filename instead of concat
Ignacio Casal Quinteiro
2018-01-12
1
-4
/
+3
*
queryloaders: Make output more reproducible
Jussi Kukkonen
2017-08-15
1
-1
/
+8
*
Updated FSF's address
Daniel Mustieles
2014-01-31
1
-3
/
+1
*
Make --update-cache work better
Matthias Clasen
2013-11-13
1
-1
/
+1
*
queryloaders: g_get_prgname() now returns const gchar *
Colin Walters
2013-01-13
1
-1
/
+1
*
queryloaders: Ensure we link to libgobject
Colin Walters
2012-10-24
1
-0
/
+11
*
Use dynamically constructed replacement for GDK_PIXBUF_LIBDIR on Windows
Tor Lillqvist
2010-12-27
1
-0
/
+29
*
Don't add a -2.0 suffix to binaries any longer
Matthias Clasen
2010-06-26
1
-1
/
+1
*
Another s/gtk+/gdk-pixbuf/
Christian Persch
2010-06-26
1
-1
/
+1
*
Fix up help message
Matthias Clasen
2010-06-25
1
-1
/
+1
*
Make it compile
Matthias Clasen
2010-06-25
1
-6
/
+5
*
Let query utilities update the cache file directly
Matthias Clasen
2010-05-17
1
-34
/
+68
*
Move the module cache files below libdir
Matthias Clasen
2010-05-17
1
-232
/
+232
*
Make 3.0 parallel-installable to 2.x
Matthias Clasen
2010-05-08
1
-1
/
+1
*
Avoid a segfault if license is NULL
Matthias Clasen
2009-09-04
1
-6
/
+9
*
Bug 164002 - query scripts don't work uninstalled on windows
Tor Lillqvist
2009-01-13
1
-16
/
+22
*
Don't do funny casts to avoid compiler warnings
Federico Mena Quintero
2008-07-18
1
-2
/
+7
*
Include "config.h" instead of <config.h> Command used: find -name
Johan Dahlin
2008-06-22
1
-1
/
+1
*
Bug 535453 - gdk_pixbuf_format_get_license returns NULL for
Matthias Clasen
2008-05-29
1
-2
/
+2
*
It's perfectly acceptable for a module to only support the
Dominic Lachowicz
2008-02-22
1
-1
/
+1
*
Cleanups
Matthias Clasen
2006-10-08
1
-1
/
+1
*
Apply a cleanup patch by Kjartan Maraas (#341812)
Matthias Clasen
2006-10-08
1
-1
/
+1
*
2.7.4
Matthias Clasen
2005-07-22
1
-1
/
+1
*
print out the version and binary name in the header comment. Problem
Jonathan Blandford
2004-12-22
1
-3
/
+7
*
gdk-pixbuf-animation.c gdk-pixbuf-io.c io-xbm.c io-xpm.c
Tor Lillqvist
2004-12-05
1
-17
/
+33
*
*** empty log message ***
Matthias Clasen
2004-11-15
1
-1
/
+3
*
[Win32] Look up installation prefix at run-time, replace prefix in
Tor Lillqvist
2004-03-15
1
-0
/
+43
*
Merges from stable branch that had been left out. (#136282, J. Ali Harlow)
Tor Lillqvist
2004-03-15
1
-0
/
+13
*
Don't use bitwise operators on booleans. (#130923, reported by Telsa
Matthias Clasen
2004-01-08
1
-1
/
+1
*
Check that the mask is NULL or a string of the same length consisting
Matthias Clasen
2003-11-14
1
-2
/
+21
*
New function to write out the information for a single loader, factored
Matthias Clasen
2003-11-09
1
-21
/
+80
*
Use g_strfreev() to free mime_types. (#117219, Steve Chaplin)
Matthias Clasen
2003-07-11
1
-7
/
+3
*
Better error message if module_open() fails. (#105349, Tim Mooney)
Matthias Clasen
2003-02-06
1
-1
/
+5
*
Use g_printf instead of system printf. (#99327)
Matthias Clasen
2002-12-15
1
-14
/
+14
*
make it legal C
Manish Singh
2002-10-04
1
-1
/
+2
*
make legal C
jacob berkman
2002-10-04
1
-1
/
+2
*
Support for separately installed loaders. (#77486)
Matthias Clasen
2002-10-03
1
-0
/
+155