gimp/devel-docs
Sven Neumann 02e8f588ff load and save embedded ICC profiles, based on a patch from Ture Pålsson
2005-10-24  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/png.c: load and save embedded ICC profiles, based
	on a patch from Ture Pålsson (bug #319580).

	* devel-docs/parasites.txt: document the "icc-profile-name" parasite.
2005-10-24 15:09:49 +00:00
..
app Moved the GimpZoomType enum from here... 2005-09-24 17:25:36 +00:00
libgimp added run-mode parameter to file_open_layer(). 2005-10-17 15:15:20 +00:00
libgimpbase updated. 2005-09-10 00:32:18 +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 added VOID__DOUBLE_DOUBLE marshaller. 2005-10-01 15:12:59 +00:00
tools GimpUnitVTable -> GimpUnitVtable. 2005-09-10 12:31:50 +00:00
.cvsignore
ChangeLog added run-mode parameter to file_open_layer(). 2005-10-17 15:15:20 +00:00
debug-plug-ins.txt
exif-handling.txt
gbr.txt
ggr.txt
gih.txt
gpb.txt
includes.txt
Makefile.am
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