gimp/devel-docs/tools
Sven Neumann 51897fdc73 always build the doc-shooter; keeps it from bit-rotting.
2005-06-27  Sven Neumann  <sven@gimp.org>

	* tools/Makefile.am: always build the doc-shooter; keeps it from
	bit-rotting.

	* tools/widgets.c: added GimpEnumLabel.
2005-06-27 15:55:13 +00:00
..
.cvsignore tools/Makefile.am tools/shooter.c some minor cleanups, removed unused 2005-04-20 09:08:53 +00:00
Makefile.am always build the doc-shooter; keeps it from bit-rotting. 2005-06-27 15:55:13 +00:00
README.shooter adapted for GIMP. 2005-04-20 17:53:05 +00:00
shadow.c new tools to generate screenshots for the widget gallery. added the tools 2005-04-20 00:41:15 +00:00
shadow.h new tools to generate screenshots for the widget gallery. added the tools 2005-04-20 00:41:15 +00:00
shooter.c tools/Makefile.am added a very basic GimpUnit implementation. 2005-04-28 14:22:25 +00:00
units.c tools/Makefile.am added a very basic GimpUnit implementation. 2005-04-28 14:22:25 +00:00
units.h tools/Makefile.am added a very basic GimpUnit implementation. 2005-04-28 14:22:25 +00:00
widgets.c always build the doc-shooter; keeps it from bit-rotting. 2005-06-27 15:55:13 +00:00
widgets.h tools/Makefile.am tools/shooter.c some minor cleanups, removed unused 2005-04-20 09:08:53 +00:00

The doc-shooter is a small utility used to create screenshots of
widgets for the GIMP API reference manuals.  This utility isn't
built by default, you need to explicitely compile it using

 make doc-shooter

Taking the screenshots is also not part of the docs build.
Instead, the images are created, and then copied by hand into
devel-docs/libgimpwidgets/images.  Ideally, the images should be
taken once a release, and all images should be updated at the
same time. A simple theme should be used to take the screenshots.

The GTK+ docs team came up with the idea for this utility as
well as some of the code to implement it.