gtk2/gdk-pixbuf
Havoc Pennington 54f017171f Check properly whether the XPM module has already been loaded
1999-10-27  Havoc Pennington  <hp@pobox.com>

* src/gdk-pixbuf-io.c (gdk_pixbuf_new_from_xpm_data): Check
properly whether the XPM module has already been loaded
(gdk_pixbuf_new_from_file): Check properly if loader module
was already loaded (was checking if load symbol was present
in order to decide whether to re-load; should check module !=
NULL, then load != NULL)
(image_handler_load): Check in present working directory,
makes it easier to debug for now
(file_formats): This array initializer was seriously on crack,
was assigning a function pointer to a GModule*

* src/testpixbuf.c (main): Change type of pixbuf_loader to GdkPixbufLoader*

* src/io-png.c: Progressive loading stuff compiles, untested.
1999-10-27 18:55:00 +00:00
..
.cvsignore shut up cvs 1999-07-12 20:53:40 +00:00
ChangeLog oops 1999-10-27 18:24:20 +00:00
gdk-pixbuf-cache.h Reindented to use the GNOME Indentation. 1999-10-18 19:29:45 +00:00
gdk-pixbuf-data.c Removed the unref_fn field. Now all memory management of the buffer is 1999-10-20 21:20:49 +00:00
gdk-pixbuf-drawable.h Reindented to use the GNOME Indentation. 1999-10-18 19:29:45 +00:00
gdk-pixbuf-io.c Check properly whether the XPM module has already been loaded 1999-10-27 18:55:00 +00:00
gdk-pixbuf-io.h Return a GdkPixbufLoader, not a GtkObject. 1999-10-27 17:31:07 +00:00
gdk-pixbuf-loader.c Fix typo that prevented compilation (gdk_pixbuf_loader_destroy): ditto 1999-10-27 18:24:05 +00:00
gdk-pixbuf-loader.h Return a GdkPixbufLoader, not a GtkObject. 1999-10-27 17:31:07 +00:00
gdk-pixbuf-xform.c Removed the unref_fn field. Now all memory management of the buffer is 1999-10-20 21:20:49 +00:00
gdk-pixbuf.c New function to create a blank pixbuf. 1999-10-27 17:28:44 +00:00
gdk-pixbuf.h New function to create a blank pixbuf. 1999-10-27 17:28:44 +00:00
gnome-canvas-pixbuf.c Return a GdkPixbufLoader, not a GtkObject. 1999-10-27 17:31:07 +00:00
gnome-canvas-pixbuf.h Comment fixes - Federico 1999-10-22 16:19:59 +00:00
io-bmp.c Reindented to use the GNOME Indentation. 1999-10-18 19:29:45 +00:00
io-gif.c Removed the unref_fn field. Now all memory management of the buffer is 1999-10-20 21:20:49 +00:00
io-jpeg.c more work on the incremental loading 1999-10-26 20:43:39 +00:00
io-png.c Check properly whether the XPM module has already been loaded 1999-10-27 18:55:00 +00:00
io-tiff.c more work on the incremental loading 1999-10-26 20:43:39 +00:00
io-xpm.c Clean up stupid increment-inside-array-dereference thing 1999-10-22 23:26:22 +00:00
Makefile.am more work on the incremental loading 1999-10-26 20:43:39 +00:00