gtk/gdk-pixbuf
Havoc Pennington e0fee22e78 Add built marshaller files to support GdkPixbufLoader signals
2001-01-22  Havoc Pennington  <hp@redhat.com>

	* Makefile.am: Add built marshaller files to support
	GdkPixbufLoader signals

	* gdk-pixbuf-io.c (gdk_pixbuf_load_module): have
	GDK_PIXBUF_MODULEDIR unconditionally replace the compiled-in
	module location, rather than acting as a fallback, because we are
	using GDK_PIXBUF_MODULEDIR to use gdk-pixbuf before installing it.

	* gdk-pixbuf.h: include gdk-pixbuf-loader.h

        * gdk-pixbuf-loader.h, gdk-pixbuf-loader.c: Move back over here
	from gtk, and add error to close(), because stop_load may do
	parsing of the image.

	* pixops/have_mmx.S (_pixops_have_mmx): add newline at end of file

        * io-*.c: make individual operations static, and add fill_vtable
	functions which are exported. Fix the collection of type warnings
	that surfaced, including a number of functions that didn't
	properly take a GError and some that weren't
	const-correct. Involved adding error handling for a few loaders.

	* gdk-pixbuf-io.h: Add error reporting to stop_load function

	* gdk-pixbuf-io.c (gdk_pixbuf_load_module): change to just look up
	a function that fills in the GdkPixbufModule vtable, instead of
	looking up all the image functions individually; this means we
	can get type safety within modules for the loader functions.
	Also it means you don't have to keep the statically compiled and
	GModule versions in sync.

	* test-gdk-pixbuf.c (main): remove gdk_pixbuf_init()

	* make-inline-pixbuf.c (main): remove call to gdk_pixbuf_init()

	* gdk-pixbuf.h: nuke gdk_pixbuf_init()

	* gdk-pixbuf-animation.c (gdk_pixbuf_frame_get_type): g_type_init
	() here

	* gdk-pixbuf.c (gdk_pixbuf_get_type): g_type_init () here

	* gdk-pixbuf-animation.c (gdk_pixbuf_animation_get_type):
	g_type_init() here


2001-01-22  Havoc Pennington  <hp@redhat.com>

	* demos/testanimation.c: fix to reflect gdk-pixbuf changes

	* demos/testpixbuf.c: fix to reflect gdk-pixbuf changes

	* gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h:
	Remove, move back to gdk-pixbuf

	* gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
	to all the word functions

	* gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
	before doing anything on NULL layout or if we don't have the focus

	* gtk/testtext.c (fill_example_buffer): "justification"

	* gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
	to be called "justification" not "justify"

	* demos/gtk-demo/textview.c (create_tags): "justification"

	* gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
2001-01-22 23:09:48 +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 Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +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 Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +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 Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +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 Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
gdk-pixbuf-loader.h Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +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 Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
gdk-pixbuf.h Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +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