]> Pileus Git - ~andy/gtk/commit
Removed the broken --enable-canvas-pixbuf option. Added the stuff
authorFederico Mena Quintero <federico@helixcode.com>
Mon, 17 Jan 2000 01:48:21 +0000 (01:48 +0000)
committerArturo Espinosa <unammx@src.gnome.org>
Mon, 17 Jan 2000 01:48:21 +0000 (01:48 +0000)
commit4f0f733060a0644a7d10b646b6b0868ee2d13ba8
treef394ab7079c39415000cf096462f2f0b43b8f064
parentef80871e0aecfdc81495eb45589f28864bee4494
Removed the broken --enable-canvas-pixbuf option. Added the stuff

2000-01-16  Federico Mena Quintero  <federico@helixcode.com>

* configure.in: Removed the broken --enable-canvas-pixbuf option.
Added the stuff necessary to substitute the variables in
gnomecanvaspixbufConf.sh.in.

* gnomecanvaspixbufConf.sh.in: New gnome-config handler for the
tiny gnomecanvaspixbuf library.

* Makefile.am: Build gnomecanvaspixbufConf.sh.

* gdk-pixbuf/Makefile.am: Create a libgnomecanvaspixbuf and only
build it if gdk-pixbuf is being built outside of gnome-libs.

* doc/gdk-pixbuf-sections.txt: Added gdk_pixbuf_render_pixmap_and_mask().

* gdk-pixbuf/gdk-pixbuf-render.c
(gdk_pixbuf_render_pixmap_and_mask): Renamed from
gdk_pixbuf_render_pixmap().  Do not create the mask if it is not
needed, and do not use a clipping mask when rendering the pixmap.
Tweaked documentation a little.

* HACKING: New file with hacking policies for the gdk-pixbuf
module.

* doc/Makefile.am (tmpl_sources): Added missing backslash.

* doc/Makefile.am: Use gnomecanvaspixbuf in gnome-config when
scanning for docstrings.

* gdk-pixbuf/gdk-pixbuf-util.c (gdk_pixbuf_copy_area): Made sanity
checks more stringent.  Removed "gint" abominations.  Made
documentation consistent with the rest of the functions.

* doc/gdk-pixbuf-sections.txt: Added gdk_pixbuf_copy_area() to the
utilities section.
16 files changed:
docs/reference/gdk-pixbuf/Makefile.am
docs/reference/gdk-pixbuf/gdk-pixbuf-decl.txt
docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt
docs/reference/gdk-pixbuf/gdk-pixbuf.args
docs/reference/gdk-pixbuf/gdk-pixbuf.signals
docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml
docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-unused.sgml
docs/reference/gdk-pixbuf/tmpl/gnome-canvas-pixbuf.sgml
docs/reference/gdk-pixbuf/tmpl/rendering.sgml
docs/reference/gdk-pixbuf/tmpl/scaling.sgml
docs/reference/gdk-pixbuf/tmpl/util.sgml
gdk-pixbuf/ChangeLog
gdk-pixbuf/Makefile.am
gdk-pixbuf/gdk-pixbuf-util.c
gdk-pixbuf/gdk-pixbuf.h
gdk/gdkpixbuf-render.c