mirror of https://github.com/GNOME/gimp.git
![]() 2002-05-29 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpwidgets.[ch]: renamed gimp_mem_size_entry_new() to gimp_memsize_entry_new() for consistency. Rewrote using bitshifts. Should work correctly for sizeof (gulong) > 32 now. Added new unit GigaBytes. * app/gui/preferences-dialog.c * app/gui/user-install-dialog.c: changed accordingly. * app/config/gimpconfig-types.[ch]: added new function gimp_memsize_set_from_string() that allows to check if the conversion succeeded. * app/config/gimpconfig-deserialize.c (gimp_config_deserialize_memsize): use gimp_memsize_set_from_string(). |
||
---|---|---|
.. | ||
libgimp | ||
libgimpbase | ||
libgimpcolor | ||
libgimpmath | ||
libgimpwidgets | ||
.cvsignore | ||
ChangeLog | ||
Makefile.am | ||
README | ||
README.gtkdoc | ||
gih.txt | ||
gpb.txt | ||
includes.txt | ||
parasites.txt | ||
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. libgimp libgimpbase libgimpcolor libgimpmath 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 used to store pixmap brushes parasites.txt - descriptions of known parasites undo.txt - description of the undo system xcf.txt - description of Gimp's XCF format