gimp/devel-docs/tools
Michael Natterer 16d739b268 Bug 695416 - undefined reference when building devel-docs/tools/widgets.c
Add -lm to the linker flags for the doc-shooter binary. Actually add a
whole snippet of makefile boilerplate that also deals with -mwindows,
all other makefiles seem to have it. I have no clue what it does.
(cherry picked from commit ae5f847a11)
2013-03-08 23:46:20 +01:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am Bug 695416 - undefined reference when building devel-docs/tools/widgets.c 2013-03-08 23:46:20 +01: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 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 tools/shooter.c 2011-07-05 22:13:18 +02:00
units.c GimpUnitVTable -> GimpUnitVtable. 2005-09-10 12:31:50 +00: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 compilation, include gegl.h 2012-05-02 21:03:03 +02: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 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.