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
/
io-xbm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
io-xbm.c: Don't use gdk-pixbuf-private.h
Federico Mena Quintero
2018-06-01
1
-1
/
+3
*
io-xbm: Fix potential overflows in read_bitmap_file_data()
Philip Withnall
2017-02-07
1
-6
/
+22
*
loaders: Simplify and shorten the loader names
Bastien Nocera
2014-10-24
1
-1
/
+1
*
Updated FSF's address
Daniel Mustieles
2014-01-31
1
-3
/
+1
*
Make some string data const
Matthias Clasen
2013-12-18
1
-6
/
+6
*
Avoid an integer overflow in the xbm loader
Matthias Clasen
2012-04-14
1
-2
/
+10
*
Replace the aliasing hacks by -Bsymbolic-functions
Matthias Clasen
2010-07-09
1
-4
/
+0
*
Include alias header when using built-in loaders
Colin Walters
2010-07-06
1
-0
/
+6
*
Make it compile
Matthias Clasen
2010-06-25
1
-1
/
+0
*
Include "config.h" instead of <config.h> Command used: find -name
Johan Dahlin
2008-06-22
1
-1
/
+1
*
Use g_set_error_literal where appropriate. Bug #538640.
Christian Persch
2008-06-19
1
-12
/
+12
*
Use explicit G_MODULE_EXPORT decoration when building the loader in
Tor Lillqvist
2008-05-27
1
-6
/
+4
*
Enable having some gdk-pixbuf loaders built-in even if loading the others
Tor Lillqvist
2006-10-11
1
-0
/
+6
*
Fix incremental loading of xbms. (#346427, Ed Catmur) Also make the xbm
Matthias Clasen
2006-07-17
1
-18
/
+28
*
Always save errno to a temporary before making other calls. (#335179,
Matthias Clasen
2006-03-20
1
-1
/
+2
*
Always check for NULL when using callbacks. (#330563, Benjamin Otte)
Matthias Clasen
2006-02-10
1
-2
/
+3
*
gdk-pixbuf-animation.c gdk-pixbuf-io.c io-xbm.c io-xpm.c
Tor Lillqvist
2004-12-05
1
-2
/
+2
*
Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters):
Matthias Clasen
2004-11-12
1
-1
/
+1
*
New functions to disable/enable individual loaders and to obtain license
Matthias Clasen
2004-07-08
1
-0
/
+1
*
include <io.h> for lseek() use HAVE_UNISTD_H
Hans Breuer
2004-02-28
1
-0
/
+2
*
Support for separately installed loaders. (#77486)
Matthias Clasen
2002-10-03
1
-10
/
+36
*
Remove the _-prefix from gdk_pixbuf_set_option and
Matthias Clasen
2002-09-19
1
-2
/
+2
*
_-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_option. Adjust all
Matthias Clasen
2002-09-17
1
-2
/
+2
*
Attach hotspot coordinates to the pixbuf as options "x_hot" and "y_hot".
Matthias Clasen
2002-09-06
1
-0
/
+8
*
Load-at-size functionality for gdk-pixbuf.
Matthias Clasen
2002-07-06
1
-1
/
+2
*
Accept xbms starting with a C comment - those seem to be not uncommon,
Matthias Clasen
2002-05-31
1
-0
/
+2
*
Wean this from <ctype.h>.
Darin Adler
2002-02-08
1
-3
/
+2
*
Remove assorted G_OBJECT casts where unnecessary.
Sebastian Wilhelmi
2001-12-13
1
-1
/
+1
*
Use -no-undefined on Win32. Make libgdk_pixbuf_1_3_la_OBJECTS depend on
Tor Lillqvist
2001-10-29
1
-3
/
+3
*
Don't dereference context when it may be NULL. (#62344)
Matthias Clasen
2001-10-18
1
-2
/
+1
*
Add missing <stdlib.h> include. Add ifdef so we compile without warnings
Darin Adler
2001-07-18
1
-2
/
+2
*
fix some shell typos
Havoc Pennington
2001-05-07
1
-3
/
+1
*
Add built marshaller files to support GdkPixbufLoader signals
Havoc Pennington
2001-01-22
1
-14
/
+53
*
new pixbuf loader, for X bitmap files. Basically a collision between
John Harper
2001-01-22
1
-0
/
+406