2007-02-15 Sven Neumann <sven@gimp.org>
* tools/Makefile.am
* tools/widgets.c: added GimpStringComboBox; improved image loading;
set some window manager hints to make the doc-shooter less intrusive.
svn path=/trunk/; revision=21919
2005-07-04 Sven Neumann <sven@gimp.org>
* configure.in
* devel-docs/tools/Makefile.am: build the doc-shooter utility
conditionally and explicitely link it with -lX11.
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-04-28 Sven Neumann <sven@gimp.org>
* tools/Makefile.am
* tools/units.[ch]: added a very basic GimpUnit implementation.
* tools/shooter.c
* tools/widgets.c: initialize the units and enable GimpUnitMenu.
2005-04-20 Sven Neumann <sven@gimp.org>
* tools/Makefile.am
* tools/shooter.c
* tools/widgets.c: fixed includes and dependencies, expand the path
returned from gimp_config_build_data_path(), use common color code.
2005-04-20 Sven Neumann <sven@gimp.org>
* tools/Makefile.am
* tools/shooter.c
* tools/widgets.[ch]: some minor cleanups, removed unused includes,
made code multihead-safe.
* devel-docs/tools/*: new tools to generate screenshots for the widget gallery.
* devel-docs/Makefile.am: added the tools subdir.
* configure.in: modified accordingly.