..
pixops
_-prefix the nonstatic pixops_... functions. ( #142233 , Morten Welinder)
2004-05-10 19:42:59 +00:00
.cvsignore
make it legal C
2002-10-04 05:46:51 +00:00
ChangeLog
New functions to rotate pixbufs by multiples of 90 degrees and to flip
2004-06-21 04:52:24 +00:00
gdk_pixbuf.def
Add missing entries. Thanks to J. Ali Harlow.
2004-03-05 23:15:22 +00:00
gdk_pixbuf.rc.in
gdk-pixbuf/gdk_pixbuf.rc.in gdk/win32/rc/gdk.rc.in Use GTK_API_VERSION.
2002-03-06 01:50:43 +00:00
gdk-pixbuf-animation.c
Convert filenames to UTF-8 when embedding them in error messages.
2004-06-05 05:16:18 +00:00
gdk-pixbuf-animation.h
Header file reorganization. ( #51999 )
2004-06-20 05:11:57 +00:00
gdk-pixbuf-core.h
Header file reorganization. ( #51999 )
2004-06-20 05:11:57 +00:00
gdk-pixbuf-csource.1
Documentation. Spelling fixes.
2001-10-16 21:18:10 +00:00
gdk-pixbuf-csource.c
Fixes #136082 and #135265 , patch by Morten Welinder.
2004-03-06 03:38:59 +00:00
gdk-pixbuf-data.c
Turn the pixbuf attributes into (construct-only, but always readable)
2004-01-03 23:45:06 +00:00
gdk-pixbuf-features.h.in
No more libart/gdk-pixbuf as part of gnome-libs
2000-01-10 19:17:42 +00:00
gdk-pixbuf-i18n.h
splitting the gtk20 translation domain.
2004-01-17 22:19:37 +00:00
gdk-pixbuf-io.c
Convert filenames to UTF-8 when embedding them in error messages.
2004-06-05 05:16:18 +00:00
gdk-pixbuf-io.h
Header file reorganization. ( #51999 )
2004-06-20 05:11:57 +00:00
gdk-pixbuf-loader.c
Fixes #136082 and #135265 , patch by Morten Welinder.
2004-03-06 03:38:59 +00:00
gdk-pixbuf-loader.h
Header file reorganization. ( #51999 )
2004-06-20 05:11:57 +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
Support for separately installed loaders. ( #77486 )
2002-10-03 22:39:51 +00:00
gdk-pixbuf-scale.c
New functions to rotate pixbufs by multiples of 90 degrees and to flip
2004-06-21 04:52:24 +00:00
gdk-pixbuf-transform.h
New functions to rotate pixbufs by multiples of 90 degrees and to flip
2004-06-21 04:52:24 +00:00
gdk-pixbuf-util.c
- Massive cleanup, make actually legible. - Fix some clamp-to-range bugs
2002-01-08 16:12:49 +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
The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and
2004-01-16 23:10:05 +00:00
gdk-pixbuf.h
Header file reorganization. ( #51999 )
2004-06-20 05:11:57 +00:00
gdk-pixdata.c
Fixes #136082 and #135265 , patch by Morten Welinder.
2004-03-06 03:38:59 +00:00
gdk-pixdata.h
Fix misleading documentation of rowstride. ( #113924 , Noah Levitt)
2003-05-31 23:52:49 +00:00
io-ani-animation.c
New loader, for .ANI animations.
2002-09-06 21:14:15 +00:00
io-ani-animation.h
Support for separately installed loaders. ( #77486 )
2002-10-03 22:39:51 +00:00
io-ani.c
When calling fread() in a loop, check for ferror() as well as for feof()
2004-04-13 14:57:03 +00:00
io-bmp.c
Don't try to load an alpha channel from the BMP, since there is no
2004-03-05 21:20:28 +00:00
io-gif-animation.c
Make it compile with C89 compilers.
2003-06-27 02:38:44 +00:00
io-gif-animation.h
Improve progressive loading from slow sources: ( #107368 )
2003-05-19 21:44:03 +00:00
io-gif.c
Don't use contractions like "don't" or "isn't" in error messages. It isn't
2004-06-12 02:08:45 +00:00
io-ico.c
Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) by
2004-01-07 00:26:58 +00:00
io-jpeg.c
removed unnecessary G_OBJECT() cast checks.
2004-02-08 09:13:18 +00:00
io-pcx.c
Fixes #136082 and #135265 , patch by Morten Welinder.
2004-03-06 03:38:59 +00:00
io-png.c
New public API to save pixbufs to non-file locations. ( #82203 , Tim Evans)
2004-01-07 01:57:42 +00:00
io-pnm.c
Don't use contractions like "don't" or "isn't" in error messages. It isn't
2004-06-12 02:08:45 +00:00
io-ras.c
Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) by
2004-01-07 00:26:58 +00:00
io-tga.c
Don't use contractions like "don't" or "isn't" in error messages. It isn't
2004-06-12 02:08:45 +00:00
io-tiff.c
Make the tiff loader work with both libtiff 3.5.7 and libtiff 3.6.1.
2004-06-16 17:52:49 +00:00
io-wbmp.c
Remove dubious bitfields of unspecified signedness. ( #112919 , Morten
2003-05-27 21:21:00 +00:00
io-xbm.c
include <io.h> for lseek() use HAVE_UNISTD_H
2004-02-28 13:17:53 +00:00
io-xpm.c
Don't use contractions like "don't" or "isn't" in error messages. It isn't
2004-06-12 02:08:45 +00:00
make-inline-pixbuf.c
Use g_printf instead of system printf. ( #99327 )
2002-12-15 01:49:01 +00:00
Makefile.am
Header file reorganization. ( #51999 )
2004-06-20 05:11:57 +00:00
makefile.msc
updated
2003-07-20 15:43:41 +00:00
pixbufloader_ani.def
Support for separately installed loaders. ( #77486 )
2002-10-03 22:39:51 +00:00
pixbufloader_bmp.def
Support for separately installed loaders. ( #77486 )
2002-10-03 22:39:51 +00:00
pixbufloader_gif.def
Support for separately installed loaders. ( #77486 )
2002-10-03 22:39:51 +00:00
pixbufloader_ico.def
Support for separately installed loaders. ( #77486 )
2002-10-03 22:39:51 +00:00
pixbufloader_jpeg.def
Support for separately installed loaders. ( #77486 )
2002-10-03 22:39:51 +00:00
pixbufloader_pcx.def
A loader for PCX files. ( #113035 , Josh Beam)
2003-05-21 20:20:07 +00:00
pixbufloader_png.def
Support for separately installed loaders. ( #77486 )
2002-10-03 22:39:51 +00:00
pixbufloader_pnm.def
Support for separately installed loaders. ( #77486 )
2002-10-03 22:39:51 +00:00
pixbufloader_ras.def
Support for separately installed loaders. ( #77486 )
2002-10-03 22:39:51 +00:00
pixbufloader_tga.def
Support for separately installed loaders. ( #77486 )
2002-10-03 22:39:51 +00:00
pixbufloader_tiff.def
Support for separately installed loaders. ( #77486 )
2002-10-03 22:39:51 +00:00
pixbufloader_wbmp.def
Support for separately installed loaders. ( #77486 )
2002-10-03 22:39:51 +00:00
pixbufloader_xbm.def
Support for separately installed loaders. ( #77486 )
2002-10-03 22:39:51 +00:00
pixbufloader_xpm.def
Support for separately installed loaders. ( #77486 )
2002-10-03 22:39:51 +00:00
queryloaders.c
[Win32] Look up installation prefix at run-time, replace prefix in
2004-03-15 14:10:08 +00:00
test-gdk-pixbuf.c
Remove assorted G_OBJECT casts where unnecessary.
2001-12-13 21:22:12 +00:00