gtk2/gdk-pixbuf
Owen Taylor a2d60d44b1 [ Patch from Sebastian Wilhelmi, 52790 ]
Wed Aug 22 19:15:39 2001  Owen Taylor  <otaylor@redhat.com>

	[ Patch from Sebastian Wilhelmi, 52790 ]

	* gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h

	* gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h:
	Move compatibility macros from g[dt]kcompat.h to within
	#ifndef G[DT]K_DISABLE_DEPRECATED in each file.

	* gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h.

	* demos/Makefile.am demos/gtk-demo/Makefile.am
          docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am
          tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED.

	* demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c,
                 testpixbuf.c}: Fix usages of deprecated functions.
2001-08-23 15:26:49 +00:00
..
pixops applied some simple but effective optimizations to 2001-08-19 10:48:24 +00:00
.cvsignore shut up CVS 2001-07-11 11:36:16 +00:00
ChangeLog Add tga loader, patch by Nicola Girardi. (#56067) 2001-08-21 08:51:06 +00:00
gdk_pixbuf.def don't 'g_tohl (*istream++)', but move pointer increment out of the macro, 2001-07-20 17:34:08 +00:00
gdk-pixbuf-animation.c fix some shell typos 2001-05-07 15:58:47 +00:00
gdk-pixbuf-csource.c [ Patch from Sebastian Wilhelmi, 52790 ] 2001-08-23 15:26:49 +00:00
gdk-pixbuf-data.c use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs 2001-06-26 20:56:32 +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 Pixbuf saving, patch from David Welton. 2000-10-06 18:19:18 +00:00
gdk-pixbuf-io.c Add tga loader, patch by Nicola Girardi. (#56067) 2001-08-21 08:51:06 +00:00
gdk-pixbuf-io.h fix some shell typos 2001-05-07 15:58:47 +00:00
gdk-pixbuf-loader.c fixes to compile with G_DISABLE_COMPAT 2001-06-29 16:30:25 +00:00
gdk-pixbuf-loader.h fix some shell typos 2001-05-07 15:58:47 +00:00
gdk-pixbuf-marshal.list Released Gtk+-1.3.3. 2001-04-04 07:20:41 +00:00
gdk-pixbuf-private.h use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs 2001-06-26 20:56:32 +00:00
gdk-pixbuf-scale.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gdk-pixbuf-util.c Handle case where we need to parse the xsetting as if it were an RC file 2001-06-04 23:15:51 +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 a comment asked to optimize this function, so that's what I did. 2001-08-07 17:49:09 +00:00
gdk-pixbuf.h use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs 2001-06-26 20:56:32 +00:00
gdk-pixdata.c Fix a typo. 2001-08-06 19:15:25 +00:00
gdk-pixdata.h use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs 2001-06-26 20:56:32 +00:00
io-bmp.c Patch from Helmethead <hoshem@mel.comcen.com.au> to fix up bmp decoder to: 2001-05-28 18:28:16 +00:00
io-gif-animation.c remove bogus g_return_if_fail 2001-06-08 20:15:49 +00:00
io-gif-animation.h fix some shell typos 2001-05-07 15:58:47 +00:00
io-gif.c remove bogus g_return_if_fail 2001-06-08 20:15:49 +00:00
io-ico.c Add ico and wbmp tests. Fail with a suitable error if buffer allocation 2001-08-20 06:47:28 +00:00
io-jpeg.c Add ico and wbmp tests. Fail with a suitable error if buffer allocation 2001-08-20 06:47:28 +00:00
io-png.c Add missing <stdlib.h> include. Add ifdef so we compile without warnings 2001-07-18 04:25:04 +00:00
io-pnm.c Add missing <stdlib.h> include. Add ifdef so we compile without warnings 2001-07-18 04:25:04 +00:00
io-ras.c fix some shell typos 2001-05-07 15:58:47 +00:00
io-tga.c Add tga loader, patch by Nicola Girardi. (#56067) 2001-08-21 08:51:06 +00:00
io-tiff.c Initial stab at getting the focus code to work. 2001-06-01 23:05:46 +00:00
io-wbmp.c Add missing <stdlib.h> include. Add ifdef so we compile without warnings 2001-07-18 04:25:04 +00:00
io-xbm.c Add missing <stdlib.h> include. Add ifdef so we compile without warnings 2001-07-18 04:25:04 +00:00
io-xpm.c fix some shell typos 2001-05-07 15:58:47 +00:00
make-inline-pixbuf.c Fix args to g_type_init (). 2001-06-29 02:53:01 +00:00
Makefile.am Add tga loader, patch by Nicola Girardi. (#56067) 2001-08-21 08:51:06 +00:00
makefile.mingw.in gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
makefile.msc oops, missed it. 2001-07-30 21:10:33 +00:00
pixbufloader_bmp.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_gif.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_ico.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_jpeg.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_png.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_pnm.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_ras.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_tga.def Add tga loader, patch by Nicola Girardi. (#56067) 2001-08-21 08:51:06 +00:00
pixbufloader_tiff.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_wbmp.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_xbm.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_xpm.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
test-gdk-pixbuf.c Fix args to g_type_init (). 2001-06-29 02:53:01 +00:00
test-images.h Add ico and wbmp tests. Fail with a suitable error if buffer allocation 2001-08-20 06:47:28 +00:00
test-loaders.c Add ico and wbmp tests. Fail with a suitable error if buffer allocation 2001-08-20 06:47:28 +00:00