Gimp/devel-docs
Michael Natterer d8685ea7e6 use GMODULE_NO_EXPORT_CFLAGS/LIBS.
2006-05-15  Michael Natterer  <mitch@gimp.org>

	* libgimpmodule/Makefile.am (GTKDOC_LIBS): use
	GMODULE_NO_EXPORT_CFLAGS/LIBS.
2006-05-15 12:01:02 +00:00
..
app app/app-docs.sgml app/app-sections.txt lots of updates. 2006-04-15 16:52:00 +00:00
libgimp libgimp/tmpl/gimpproceduraldb.sgml libgimp/tmpl/gimpprogress.sgml 2006-04-22 16:54:11 +00:00
libgimpbase libgimp/tmpl/gimpproceduraldb.sgml libgimp/tmpl/gimpprogress.sgml 2006-04-22 16:54:11 +00:00
libgimpcolor add gimp_param_spec_rgb_has_alpha(). 2006-04-27 23:10:08 +00:00
libgimpconfig add gimp_param_spec_rgb_has_alpha(). 2006-04-27 23:10:08 +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 use GMODULE_NO_EXPORT_CFLAGS/LIBS. 2006-05-15 12:01:02 +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 libgimp/tmpl/gimpproceduraldb.sgml libgimp/tmpl/gimpprogress.sgml 2006-04-22 16:54:11 +00:00
tools converted tabs to spaces. 2006-04-12 12:51:42 +00:00
.cvsignore
ChangeLog use GMODULE_NO_EXPORT_CFLAGS/LIBS. 2006-05-15 12:01:02 +00:00
debug-plug-ins.txt only access existing toggle buttons. Fixes bug #339124 2006-04-20 12:15:16 +00:00
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 load and save embedded ICC profiles, based on a patch from Ture Pålsson 2005-10-24 15:09:49 +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