gtk2/gdk-pixbuf
Tim Janik 89a0a894bc removed gtk_signal_init() compat define.
Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>

        * gtk/gtksignal.h: removed gtk_signal_init() compat define.

        * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
        GTypeDebugFlags debug_flags and pass it on to g_type_init ();
        deprecated this function.

        * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
        argument.

Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>

        * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.

Sun Feb  4 07:59:57 2001  Tim Janik  <timj@gtk.org>

        * gdk-pixbuf.h: DOH! don't include glib/gobject.h but glib-object.h,
        we finally need the gobject->gruntime rename.

        * *.c: scratched calls to g_type_init(), there's simply no point in
        doing that, use gtk_init().
2001-02-04 07:05:29 +00:00
..
pixops Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
.cvsignore Massive .cvsignore updates 2000-10-23 14:43:16 +00:00
ChangeLog removed gtk_signal_init() compat define. 2001-02-04 07:05:29 +00:00
gdk_pixbuf.def New function, as in the X11 backend. (gdk_window_new, 2000-12-30 20:06:14 +00:00
gdk-pixbuf-animation.c removed gtk_signal_init() compat define. 2001-02-04 07:05:29 +00:00
gdk-pixbuf-data.c Some updates 2000-10-18 18:42:54 +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 fix included modules case. 2001-01-26 18:50:58 +00:00
gdk-pixbuf-io.h Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
gdk-pixbuf-loader.c removed gtk_signal_init() compat define. 2001-02-04 07:05:29 +00:00
gdk-pixbuf-loader.h rename "private" field in struct to "priv" for C++ 2001-02-02 05:31:27 +00:00
gdk-pixbuf-marshal.list Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
gdk-pixbuf-private.h Move more text widget headers into the private header list 2000-09-26 20:22:17 +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 Some updates 2000-10-18 18:42:54 +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 removed gtk_signal_init() compat define. 2001-02-04 07:05:29 +00:00
gdk-pixbuf.h removed gtk_signal_init() compat define. 2001-02-04 07:05:29 +00:00
io-bmp.c Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
io-gif.c Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
io-ico.c Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
io-jpeg.c Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
io-png.c Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
io-pnm.c Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
io-ras.c Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
io-tiff.c Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
io-wbmp.c Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
io-xbm.c Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
io-xpm.c Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
make-inline-pixbuf.c Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
Makefile.am Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
makefile.mingw.in gdk_pixbuf.def pixbufloader_jpeg.def Add new entry points. 2000-10-06 22:01:45 +00:00
pixbufloader_bmp.def Win32 build setup: 2000-07-22 23:50:19 +00:00
pixbufloader_gif.def Win32 build setup: 2000-07-22 23:50:19 +00:00
pixbufloader_ico.def Win32 build setup: 2000-07-22 23:50:19 +00:00
pixbufloader_jpeg.def gdk_pixbuf.def pixbufloader_jpeg.def Add new entry points. 2000-10-06 22:01:45 +00:00
pixbufloader_png.def gdk_pixbuf.def pixbufloader_jpeg.def Add new entry points. 2000-10-06 22:01:45 +00:00
pixbufloader_pnm.def Win32 build setup: 2000-07-22 23:50:19 +00:00
pixbufloader_ras.def Win32 build setup: 2000-07-22 23:50:19 +00:00
pixbufloader_tiff.def Win32 build setup: 2000-07-22 23:50:19 +00:00
pixbufloader_wbmp.def Add gdk_pixbuf_loader_new_with_type function, to allow handling image 2000-07-28 00:09:36 +00:00
pixbufloader_xbm.def new pixbuf loader, for X bitmap files. Basically a collision between 2001-01-22 02:08:53 +00:00
pixbufloader_xpm.def Win32 build setup: 2000-07-22 23:50:19 +00:00
test-gdk-pixbuf.c Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00