gimp/devel-docs
Sven Neumann d60faca9a1 libgimpwidgets/gimppropwidgets.[ch] added gimp_prop_hscale_new().
2005-08-06  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimppropwidgets.[ch]
	* libgimpwidgets/gimpwidgets.def: added gimp_prop_hscale_new().

	* app/tools/gimpforegroundselectoptions.c: added a control for the
	stroke width.

	* app/tools/gimpforegroundselecttool.c: cancel the tool if the
	active drawable or the image size changes.

	* app/widgets/gimpcontrollerlist.c: fixed signedness warning.
2005-08-06 13:03:59 +00:00
..
app removed obsolete AUTOMAKE_OPTIONS. 2005-06-14 12:48:54 +00:00
libgimp added the proc browser and view stuff. 2005-08-03 12:24:05 +00:00
libgimpbase added GimpForegroundSelectMode stuff and gimp_canonicalize_identifier(). 2005-08-03 10:08:28 +00:00
libgimpcolor deprecated RGB intensity functions and definitions. These coefficients do 2005-08-03 00:36:41 +00:00
libgimpconfig gtk-doc 1.4 added the Stability_Level section all over the place. 2005-07-07 16:33:31 +00:00
libgimpmath gtk-doc 1.4 added the Stability_Level section all over the place. 2005-07-07 16:33:31 +00:00
libgimpmodule gtk-doc 1.4 added the Stability_Level section all over the place. 2005-07-07 16:33:31 +00:00
libgimpthumb gtk-doc 1.4 added the Stability_Level section all over the place. 2005-07-07 16:33:31 +00:00
libgimpwidgets libgimpwidgets/gimppropwidgets.[ch] added gimp_prop_hscale_new(). 2005-08-06 13:03:59 +00:00
tools fixed signedness of argument in call to XQueryTree(). 2005-07-17 21:06:29 +00:00
.cvsignore
ChangeLog added the proc browser and view stuff. 2005-08-03 12:24:05 +00:00
debug-plug-ins.txt
exif-handling.txt Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-01-04 17:48:13 +00:00
gbr.txt
ggr.txt Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-08-25 18:26:06 +00:00
gih.txt
gpb.txt
includes.txt
Makefile.am new tools to generate screenshots for the widget gallery. added the tools 2005-04-20 00:41:15 +00:00
parasites.txt Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-12-28 21:36:07 +00:00
pat.txt
README
README.gtkdoc
structure.xml
undo.txt
xcf.txt

Developers documentation 
------------------------

This directory holds information that you will find useful if you
develop a GIMP plug-in or want to work on the GIMP core.

   app             - setup for documentation of the GIMP core;
                     not build by default since it is huge and
                     only relevant for core developers
   includes.txt    - the policy for inclusion of header files

   libgimp
   libgimpbase
   libgimpcolor
   libgimpmath
   libgimpmodule
   libgimpwidgets  - complete libgimp documentation generated from
                     the source; see README.gtkdoc

   structure.xml   - a DocBook article that gives an overview on
                     the directory structure of the GIMP source tree

   gih.txt         - description of the GIH format used to store a
                     series of pixmap brushes
   gpb.txt         - description of the GPB format for pixmap brushes
   pat.txt         - description of the PAT format for patterns
   parasites.txt   - descriptions of known parasites
   undo.txt        - description of the undo system
   xcf.txt         - description of Gimp's XCF format