Gimp/devel-docs
2011-12-03 23:38:29 +01:00
..
app app/text: nuke gimpfont-utils.[ch] 2011-09-19 15:44:26 +02:00
libgimp devel-docs: update .gitignore 2011-12-03 23:36:24 +01:00
libgimpbase devel-docs: add lots of missing functions to foo-sections.txt 2011-04-14 22:01:33 +02:00
libgimpcolor libgimpwidgets/color: move the cairo color utility functions to libgimpcolor 2011-04-28 15:50:39 +02:00
libgimpconfig Doc fixes in both source comments and gtk-doc files 2011-11-25 21:39:55 +01:00
libgimpmath devel-docs: add lots of missing functions to foo-sections.txt 2011-04-14 22:01:33 +02:00
libgimpmodule devel-docs: add --name-space=gimp to MKDB_OPTIONS 2011-04-14 21:27:29 +02:00
libgimpthumb devel-docs: add --name-space=gimp to MKDB_OPTIONS 2011-04-14 21:27:29 +02:00
libgimpwidgets devel-docs: update .gitignore 2011-12-03 23:38:29 +01:00
tools libgimpwidgets: add gtk_separator_new() to gimp3migration.[ch] 2011-10-02 14:36:42 +02:00
.gitignore
bugzilla-milestones.txt
commit-rules.txt devel-docs: Add commit-rules.txt 2011-04-17 09:44:02 +02:00
contexts.txt
debug-plug-ins.txt
exif-handling.txt
gbr.txt
gegl-porting-plan.txt devel-docs: Add gegl-porting-plan.txt 2011-08-29 03:19:15 +02:00
ggr.txt
gih.txt
gimp-module-dependencies.svg
gpb.txt
gtkbuilder-porting-guide.txt
includes.txt
Makefile.am devel-docs: Add gegl-porting-plan.txt 2011-08-29 03:19:15 +02:00
parasites.txt Bug 144454 - Loading and storing DICOM again looses important information 2010-05-12 22:40:43 +02:00
pat.txt
README
README.gtkdoc
release-howto.txt devel-docs: minor update to release-howto.txt 2011-04-14 23:04:02 +02:00
structure.xml
submitting-patches.txt
tagging.txt
ui-framework.txt
undo.txt
vbr.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