
2003-07-04 Henrik Brix Andersen <brix@gimp.org> Added persistent storage of image grid in XCF files. * app/core/gimpimage.[ch]: removed gimp_image_get_grid() and gimp_image_set_grid() ... * app/core/Makefile.am * app/core/gimpimage-grid.[ch]: ... and added them to these new files. Added gimp_grid_parasite_name(), gimp_grid_to_parasite() and gimp_grid_from_parasite() functions. * app/core/gimpimage-snap.c * app/gui/grid-dialog.c: #include "gimpimage-grid.h" * app/core/gimpimage-undo-push.c: #include "gimpimage-grid.h". (gimp_image_undo_push_image_grid) mark image as dirty. * app/xcf/xcf-save.c (xcf_save_image_props): save GimpGrid object as a parasite. * app/xcf/xcf-load.c (xcf_load_image): load GimpGrid from parasite. * devel-docs/parasites.txt: documented the new "gimp-image-grid" parasite.
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