gimp/devel-docs/tools
Sven Neumann 9c5166ef9c libgimpwidgets/libgimpwidgets-docs.sgml
2005-05-21  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/tmpl/gimpcolorarea.sgml
	* libgimpwidgets/tmpl/gimpcolorbutton.sgml: updated.

	* libgimpwidgets/tmpl/gimpbrowser.sgml: new file.

	* tools/widgets.c: added GimpBrowser, changed widget packing.
2005-05-20 22:05:01 +00:00
..
.cvsignore tools/Makefile.am tools/shooter.c some minor cleanups, removed unused 2005-04-20 09:08:53 +00:00
Makefile.am tools/Makefile.am added a very basic GimpUnit implementation. 2005-04-28 14:22:25 +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 libgimpwidgets/libgimpwidgets-docs.sgml 2005-05-20 22:05:01 +00:00
widgets.h tools/Makefile.am tools/shooter.c some minor cleanups, removed unused 2005-04-20 09:08:53 +00:00

README.shooter

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.