gimp/devel-docs/tools
Félix Piédallu 65eff6f150 Meson port. 2019-09-11 16:42:04 +02:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am devel-docs: undeprecate doc-shooter and add a few more widgets 2019-07-24 19:17:14 +02:00
README.shooter configure.in build the doc-shooter utility conditionally and explicitely 2005-07-04 08:18:22 +00:00
meson.build Meson port. 2019-09-11 16:42:04 +02:00
shadow.c devel-docs: undeprecate doc-shooter and add a few more widgets 2019-07-24 19:17:14 +02: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 devel-docs: undeprecate doc-shooter and add a few more widgets 2019-07-24 19:17:14 +02: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: add screenshots of more widgets 2019-07-25 15:24:59 +02:00
widgets.h devel-docs: undeprecate doc-shooter and add a few more widgets 2019-07-24 19:17:14 +02:00

README.shooter

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.