Gimp/devel-docs
Sven Neumann 20014cb752 Made 2.3.9 development release.
2006-06-05  Sven Neumann  <sven@gimp.org>

        * Made 2.3.9 development release.
2006-06-05 21:58:22 +00:00
..
app app/app-docs.sgml app/app-sections.txt lots of updates. 2006-04-15 16:52:00 +00:00
libgimp libgimp/gimp.[ch] removed gimp_use_cpu_accel() again. libgimp handles this 2006-06-02 11:49:51 +00:00
libgimpbase Made 2.3.9 development release. 2006-06-05 21:58:22 +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 libgimpbase/libgimpbase-docs.sgml libgimpbase/libgimpbase-sections.txt 2006-06-02 12:43:40 +00:00
tools converted tabs to spaces. 2006-04-12 12:51:42 +00:00
.cvsignore
ChangeLog libgimpbase/libgimpbase-docs.sgml libgimpbase/libgimpbase-sections.txt 2006-06-02 12:43:40 +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 added some information on how to write proper gtk-doc comments. 2003-11-09 14:11:28 +00:00
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