
2003-03-06 Sven Neumann <sven@gimp.org> * app/core/gimpparasitelist.c: fixed parasite serialization that I broke yesterday. * app/widgets/gimpenummenu.c: added support for mnemonics. * app/core/core-enums.h: removed the inverted variants from the GimpAddMaskType enum. Registered the enum with the type system. * app/core/gimplayer.c: changed accordingly. * app/gui/layers-commands.c (layers_add_mask_query): use an enum frame and added a check button that allows to invert the inital layer mask. * tools/pdbgen/pdb/layer.pdb: updated documentation for the gimp-layer-create-mask PDB function. * plug-ins/script-fu/siod-wrapper.c: removed new enum values from the compatibility defines. * app/core/core-enums.c * app/pdb/layer_cmds.c * libgimp/gimpenums.h * libgimp/gimplayer_pdb.c * plug-ins/pygimp/gimpenums.py * plug-ins/script-fu/script-fu-constants.c * tools/pdbgen/enums.pl: regenerated.
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. libgimp libgimpbase libgimpcolor libgimpmath libgimpmodule libgimpwidgets - complete libgimp documentation generated from the source; see README.gtkdoc 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 parasites.txt - descriptions of known parasites undo.txt - description of the undo system xcf.txt - description of Gimp's XCF format