.. |
pixops
|
Remove all .cvsignore files.
|
2007-12-13 11:18:45 +00:00 |
abicheck.sh
|
Commit a patch by Behdad to fix typos, omissions and other errors in the
|
2006-09-10 06:39:16 +00:00 |
ChangeLog
|
2.13.3
|
2008-06-14 01:21:31 +00:00 |
gdk_pixbuf.rc.in
|
Look for windres on Win32.
|
2005-07-09 00:10:12 +00:00 |
gdk-pixbuf-animation.c
|
Use G_DEFINE_TYPE (#469341, Björn Lindqvist)
|
2007-11-21 04:12:13 +00:00 |
gdk-pixbuf-animation.h
|
define GDK_PIXBUF_H_INSIDE around including all other headers.
|
2008-05-28 13:39:52 +00:00 |
gdk-pixbuf-core.h
|
define GDK_PIXBUF_H_INSIDE around including all other headers.
|
2008-05-28 13:39:52 +00:00 |
gdk-pixbuf-csource.1
|
Documentation. Spelling fixes.
|
2001-10-16 21:18:10 +00:00 |
gdk-pixbuf-csource.c
|
define GDK_PIXBUF_H_INSIDE around including all other headers.
|
2008-05-28 13:39:52 +00:00 |
gdk-pixbuf-data.c
|
Remove redundant size checks, and document that width, height must be > 0.
|
2006-12-21 20:40:24 +00:00 |
gdk-pixbuf-enum-types.c.template
|
Use templates for glib-mkenums calls instead of complicated commandlines
|
2007-11-26 17:32:19 +00:00 |
gdk-pixbuf-enum-types.h.template
|
define GDK_PIXBUF_H_INSIDE around including all other headers.
|
2008-05-28 13:39:52 +00:00 |
gdk-pixbuf-features.h.in
|
define GDK_PIXBUF_H_INSIDE around including all other headers.
|
2008-05-28 13:39:52 +00:00 |
gdk-pixbuf-i18n.h
|
Add copyright and license information
|
2005-07-12 04:05:26 +00:00 |
gdk-pixbuf-io.c
|
Bug 535453 - gdk_pixbuf_format_get_license returns NULL for
|
2008-05-29 21:04:52 +00:00 |
gdk-pixbuf-io.h
|
define GDK_PIXBUF_H_INSIDE around including all other headers.
|
2008-05-28 13:39:52 +00:00 |
gdk-pixbuf-loader.c
|
cast the return value of _gdk_pixbuf_scaled_anim_new() to fix incompatible
|
2008-01-14 11:30:34 +00:00 |
gdk-pixbuf-loader.h
|
define GDK_PIXBUF_H_INSIDE around including all other headers.
|
2008-05-28 13:39:52 +00:00 |
gdk-pixbuf-marshal.list
|
Load-at-size functionality for gdk-pixbuf.
|
2002-07-06 23:10:46 +00:00 |
gdk-pixbuf-private.h
|
define GDK_PIXBUF_H_INSIDE around including all other headers.
|
2008-05-28 13:39:52 +00:00 |
gdk-pixbuf-scale.c
|
Note in docstrings that these two functions does not preserve the source
|
2007-08-16 22:24:59 +00:00 |
gdk-pixbuf-scaled-anim.c
|
Try harder to return pixbufs of the requested size. (#494515, Mike
|
2008-02-10 06:27:46 +00:00 |
gdk-pixbuf-scaled-anim.h
|
Implement scaling for animations
|
2007-03-08 16:21:09 +00:00 |
gdk-pixbuf-simple-anim.c
|
Don't double the delay time of the first frame. (#431997, Björn
|
2007-04-25 14:38:47 +00:00 |
gdk-pixbuf-simple-anim.h
|
define GDK_PIXBUF_H_INSIDE around including all other headers.
|
2008-05-28 13:39:52 +00:00 |
gdk-pixbuf-transform.h
|
define GDK_PIXBUF_H_INSIDE around including all other headers.
|
2008-05-28 13:39:52 +00:00 |
gdk-pixbuf-util.c
|
Note in docstrings that these two functions does not preserve the source
|
2007-08-16 22:24:59 +00:00 |
gdk-pixbuf-xform.c
|
Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)
|
2000-04-11 07:03:25 +00:00 |
gdk-pixbuf.c
|
put back the #define, but call it GDK_PIXBUF_C_COMPILATION.
|
2008-05-27 12:50:45 +00:00 |
gdk-pixbuf.h
|
define GDK_PIXBUF_H_INSIDE around including all other headers.
|
2008-05-28 13:39:52 +00:00 |
gdk-pixbuf.symbols
|
Fix up export of gdk_pixbuf_non_anim_get_type.
|
2008-02-15 22:50:46 +00:00 |
gdk-pixdata.c
|
Cleanups
|
2006-10-08 05:32:07 +00:00 |
gdk-pixdata.h
|
Fix misleading documentation of rowstride. (#113924, Noah Levitt)
|
2003-05-31 23:52:49 +00:00 |
gen-color-table.pl
|
Use a generated table of offsets into a big const string to avoid
|
2005-03-08 03:59:45 +00:00 |
io-ani-animation.c
|
Intern type names before registering the type to avoid unnecessary copies.
|
2005-08-31 15:18:41 +00:00 |
io-ani-animation.h
|
Support for separately installed loaders. (#77486)
|
2002-10-03 22:39:51 +00:00 |
io-ani.c
|
Use explicit G_MODULE_EXPORT decoration when building the loader in
|
2008-05-27 16:51:33 +00:00 |
io-bmp.c
|
Use explicit G_MODULE_EXPORT decoration when building the loader in
|
2008-05-27 16:51:33 +00:00 |
io-gdip-animation.c
|
Import the GDI+ gdk-pixbuf loaders for Windows by Dominic Lachowicz and
|
2008-03-20 23:24:45 +00:00 |
io-gdip-animation.h
|
Import the GDI+ gdk-pixbuf loaders for Windows by Dominic Lachowicz and
|
2008-03-20 23:24:45 +00:00 |
io-gdip-bmp.c
|
Import the GDI+ gdk-pixbuf loaders for Windows by Dominic Lachowicz and
|
2008-03-20 23:24:45 +00:00 |
io-gdip-emf.c
|
Import the GDI+ gdk-pixbuf loaders for Windows by Dominic Lachowicz and
|
2008-03-20 23:24:45 +00:00 |
io-gdip-gif.c
|
Import the GDI+ gdk-pixbuf loaders for Windows by Dominic Lachowicz and
|
2008-03-20 23:24:45 +00:00 |
io-gdip-ico.c
|
Import the GDI+ gdk-pixbuf loaders for Windows by Dominic Lachowicz and
|
2008-03-20 23:24:45 +00:00 |
io-gdip-jpeg.c
|
Import the GDI+ gdk-pixbuf loaders for Windows by Dominic Lachowicz and
|
2008-03-20 23:24:45 +00:00 |
io-gdip-native.h
|
Import the GDI+ gdk-pixbuf loaders for Windows by Dominic Lachowicz and
|
2008-03-20 23:24:45 +00:00 |
io-gdip-png.c
|
Import the GDI+ gdk-pixbuf loaders for Windows by Dominic Lachowicz and
|
2008-03-20 23:24:45 +00:00 |
io-gdip-propertytags.h
|
Import the GDI+ gdk-pixbuf loaders for Windows by Dominic Lachowicz and
|
2008-03-20 23:24:45 +00:00 |
io-gdip-tiff.c
|
Import the GDI+ gdk-pixbuf loaders for Windows by Dominic Lachowicz and
|
2008-03-20 23:24:45 +00:00 |
io-gdip-utils.c
|
Import the GDI+ gdk-pixbuf loaders for Windows by Dominic Lachowicz and
|
2008-03-20 23:24:45 +00:00 |
io-gdip-utils.h
|
Import the GDI+ gdk-pixbuf loaders for Windows by Dominic Lachowicz and
|
2008-03-20 23:24:45 +00:00 |
io-gdip-wmf.c
|
Import the GDI+ gdk-pixbuf loaders for Windows by Dominic Lachowicz and
|
2008-03-20 23:24:45 +00:00 |
io-gif-animation.c
|
Intern type names before registering the type to avoid unnecessary copies.
|
2005-08-31 15:18:41 +00:00 |
io-gif-animation.h
|
Improve progressive loading from slow sources: (#107368)
|
2003-05-19 21:44:03 +00:00 |
io-gif.c
|
Use explicit G_MODULE_EXPORT decoration when building the loader in
|
2008-05-27 16:51:33 +00:00 |
io-icns.c
|
Fix INCLUDE_ macros
|
2008-05-30 13:34:52 +00:00 |
io-ico.c
|
Fix a crash
|
2008-06-13 04:23:54 +00:00 |
io-jasper.c
|
Fix INCLUDE_ macros
|
2008-05-30 13:34:52 +00:00 |
io-jpeg.c
|
Use explicit G_MODULE_EXPORT decoration when building the loader in
|
2008-05-27 16:51:33 +00:00 |
io-pcx.c
|
Use explicit G_MODULE_EXPORT decoration when building the loader in
|
2008-05-27 16:51:33 +00:00 |
io-png.c
|
Use explicit G_MODULE_EXPORT decoration when building the loader in
|
2008-05-27 16:51:33 +00:00 |
io-pnm.c
|
Use explicit G_MODULE_EXPORT decoration when building the loader in
|
2008-05-27 16:51:33 +00:00 |
io-ras.c
|
Use explicit G_MODULE_EXPORT decoration when building the loader in
|
2008-05-27 16:51:33 +00:00 |
io-tga.c
|
Use explicit G_MODULE_EXPORT decoration when building the loader in
|
2008-05-27 16:51:33 +00:00 |
io-tiff.c
|
updated to allow simple switch between gdiplus- and former fileformat
|
2008-06-13 08:27:02 +00:00 |
io-wbmp.c
|
Use explicit G_MODULE_EXPORT decoration when building the loader in
|
2008-05-27 16:51:33 +00:00 |
io-xbm.c
|
Use explicit G_MODULE_EXPORT decoration when building the loader in
|
2008-05-27 16:51:33 +00:00 |
io-xpm.c
|
Use explicit G_MODULE_EXPORT decoration when building the loader in
|
2008-05-27 16:51:33 +00:00 |
make-inline-pixbuf.c
|
gdk-pixbuf-animation.c gdk-pixbuf-io.c io-xbm.c io-xpm.c
|
2004-12-05 12:43:47 +00:00 |
Makefile.am
|
Add gdk-pixbuf-features.h to BUILT_SOURCES.
|
2008-06-02 04:58:36 +00:00 |
makefile.msc
|
updated to allow simple switch between gdiplus- and former fileformat
|
2008-06-13 08:27:02 +00:00 |
makegdkpixbufalias.pl
|
Make PLT-reduction work with gcc4, and don't include everything in
|
2005-03-14 19:37:00 +00:00 |
pltcheck.sh
|
Commit a patch by Behdad to fix typos, omissions and other errors in the
|
2006-09-10 06:39:16 +00:00 |
queryloaders.c
|
Bug 535453 - gdk_pixbuf_format_get_license returns NULL for
|
2008-05-29 21:04:52 +00:00 |
test-gdk-pixbuf.c
|
Remove assorted G_OBJECT casts where unnecessary.
|
2001-12-13 21:22:12 +00:00 |
xpm-color-table.h
|
Use a generated table of offsets into a big const string to avoid
|
2005-03-08 03:59:45 +00:00 |