mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 17:59:37 +00:00

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/.
19 lines
622 B
Text
19 lines
622 B
Text
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
|
|
<!entity libgimpmath-gimpmath SYSTEM "sgml/gimpmath.sgml">
|
|
<!entity libgimpmath-gimpmathtypes SYSTEM "sgml/gimpmathtypes.sgml">
|
|
<!entity libgimpmath-gimpmatrix SYSTEM "sgml/gimpmatrix.sgml">
|
|
<!entity libgimpmath-gimpvector SYSTEM "sgml/gimpvector.sgml">
|
|
]>
|
|
<book id="index">
|
|
<bookinfo>
|
|
<title>GIMP Math Library Reference Manual</title>
|
|
</bookinfo>
|
|
|
|
<chapter id="libgimpmath">
|
|
<title>GIMP Math Library</title>
|
|
&libgimpmath-gimpmath;
|
|
&libgimpmath-gimpmathtypes;
|
|
&libgimpmath-gimpmatrix;
|
|
&libgimpmath-gimpvector;
|
|
</chapter>
|
|
</book>
|