mirror of https://github.com/GNOME/gimp.git
11c2f6caee
2001-05-30 Michael Natterer <mitch@gimp.org> * app/base/Makefile.am * app/core/Makefile.am * app/gui/Makefile.am * app/paint-funcs/Makefile.am: added makefile.msc to EXTRA_DIST. * app/core/gimpimage.c: don't try to create previews with width or height < 1. * app/gui/color-notebook.c: Major (??) dialog repacking. Don't show an action_area for the main color selection (it's now about half the size of the 1.2 one). * libgimp/gimpcolorselector.h: define some gui size constants here. * app/gui/color-select.c * modules/colorsel_triangle.c * modules/colorsel_water.c: use the constants and removed the spacing around the main container. * libgimpwidgets/gimpcolorarea.[ch]: rendering in the idle loop fixes a race condition when accessing widget->window during widget resizing. * modules/Makefile.am: disabled the "GTK" color notebook page (we will put the GtkHSV widget of gtk+ 2.0 here). 2001-05-30 Michael Natterer <mitch@gimp.org> * libgimpmath/libgimpmath-docs.sgml: s/libgimpcolor/libgimpmath/. |
||
---|---|---|
.. | ||
libgimp | ||
libgimpbase | ||
libgimpcolor | ||
libgimpmath | ||
libgimpwidgets | ||
pdb | ||
.cvsignore | ||
ChangeLog | ||
Makefile.am | ||
README | ||
README.gtkdoc | ||
gih.txt | ||
gpb.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 - complete libgimp documentation generated from the source; see README.gtkdoc pdb - some lisp magic that allows to generate complete PDB information in texinfo format 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