Gimp/devel-docs/tools
Michael Natterer 04688e9c93 devel-docs: fix icons and widget screenshots in the libgimpwidgets docs
use the largest available named icon as image for the stock item, and
rename widget screenshots in order to avoid name clashes with named
icons.
2015-05-30 22:01:03 +02:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
README.shooter configure.in build the doc-shooter utility conditionally and explicitely 2005-07-04 08:18:22 +00:00
shadow.c removed trailing whitespace 2008-09-04 08:37:32 +00:00
shadow.h
shooter.c devel-docs: change the libgimpwidgets doc stuff so it handles GEGL types 2013-11-01 22:14:57 +01:00
units.c devel-docs: #include <gio/gio.h> in devel-docs/tools/units.c 2013-10-27 01:33:02 +02:00
units.h tools/Makefile.am added a very basic GimpUnit implementation. 2005-04-28 14:22:25 +00:00
widgets.c devel-docs: fix icons and widget screenshots in the libgimpwidgets docs 2015-05-30 22:01:03 +02:00
widgets.h

The doc-shooter is a small utility used to create screenshots of
widgets for the GIMP API reference manuals.  This utility is X11
specific, so it should only be built when GIMP is being compiled
for the X11 GDK backend.

Taking the screenshots is 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.