gimp/devel-docs
Sven Neumann 52d6f00e56 app/core/Makefile.am new files holding gimp_drawable_convert_rgb() and
2005-02-18  Sven Neumann  <sven@gimp.org>

	* app/core/Makefile.am
	* app/core/gimpdrawable-convert.[ch]: new files holding
	gimp_drawable_convert_rgb() and gimp_drawable_convert_grayscale()
	moved out of gimpimage-convert.[ch].

	* app/core/gimpchannel.c
	* app/core/gimpimage-convert.[ch]
	* app/core/gimplayer.c: changed accordingly.
2005-02-18 16:16:24 +00:00
..
app app/core/Makefile.am new files holding gimp_drawable_convert_rgb() and 2005-02-18 16:16:24 +00:00
libgimp accept an empty string. 2005-02-13 00:11:24 +00:00
libgimpbase updated. 2005-02-12 16:40:44 +00:00
libgimpcolor set AUTOMAKE_OPTIONS to 1.7. 2005-02-09 17:13:28 +00:00
libgimpconfig set AUTOMAKE_OPTIONS to 1.7. 2005-02-09 17:13:28 +00:00
libgimpmath set AUTOMAKE_OPTIONS to 1.7. 2005-02-09 17:13:28 +00:00
libgimpmodule set AUTOMAKE_OPTIONS to 1.7. 2005-02-09 17:13:28 +00:00
libgimpthumb HACKING autogen.sh switched to using gtkdocize for the build of the API 2004-12-13 22:51:55 +00:00
libgimpwidgets set AUTOMAKE_OPTIONS to 1.7. 2005-02-09 17:13:28 +00:00
.cvsignore
ChangeLog app/Makefile.am app/app-docs.sgml some updates, there's still a lot to do 2005-02-14 13:32:26 +00:00
Makefile.am Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-01-25 23:13:11 +00:00
README
README.gtkdoc
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
parasites.txt Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-12-28 21:36:07 +00:00
pat.txt
structure.xml
undo.txt
xcf.txt

README

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