]> Pileus Git - ~andy/gtk/commit
Added scaling functions into gtk-doc framework.
authorOwen Taylor <otaylor@redhat.com>
Thu, 6 Jan 2000 01:08:10 +0000 (01:08 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 6 Jan 2000 01:08:10 +0000 (01:08 +0000)
commit65de04cdb8c1fcaffc956a776ac38bc7d9d15c1e
tree268ca1b63217ee99c5a5d8cca3bbfeca2f51e638
parentbba95de158351a798c3890af3e8807f868dc5083
Added scaling functions into gtk-doc framework.

2000-01-05  Owen Taylor  <otaylor@redhat.com>

* doc/Makefile.am doc/gdk-pixbuf-sections.txt
  doc/gdk-pixbuf.sgml doc/tmpl/scaling.sgml:
Added scaling functions into gtk-doc framework.

* gdk-pixbuf/gdk-pixbuf-scale.c: Documentation fixes.

* gdk-pixbuf/testpixbuf-scale.c (expose_cb): Simplify a bit.

* gdk-pixbuf/pixops/pixops.c (pixops_composite_color): Return
immediately if scale_x or scale_y is 0.
15 files changed:
demos/testpixbuf-scale.c
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.sgml
docs/reference/gdk-pixbuf/tmpl/animation.sgml
docs/reference/gdk-pixbuf/tmpl/from-drawables.sgml
docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-unused.sgml
docs/reference/gdk-pixbuf/tmpl/gnome-canvas-pixbuf.sgml
docs/reference/gdk-pixbuf/tmpl/scaling.sgml [new file with mode: 0644]
docs/reference/gdk-pixbuf/tmpl/util.sgml
gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-scale.c
gdk-pixbuf/pixops/pixops.c