app/base/Makefile.am app/core/Makefile.am app/gui/Makefile.am added
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/.
This commit is contained in:

committed by
Michael Natterer

parent
80a22ec5fd
commit
11c2f6caee
@ -1,3 +1,7 @@
|
||||
2001-05-30 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimpmath/libgimpmath-docs.sgml: s/libgimpcolor/libgimpmath/.
|
||||
|
||||
2001-05-25 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* Makefile.am
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
|
||||
<!entity libgimpmath-gimpmatht SYSTEM "sgml/gimpmatht.sgml">
|
||||
<!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">
|
||||
@ -9,9 +9,9 @@
|
||||
<title>GIMP Math Library Reference Manual</title>
|
||||
</bookinfo>
|
||||
|
||||
<chapter id="libgimpcolor">
|
||||
<chapter id="libgimpmath">
|
||||
<title>GIMP Math Library</title>
|
||||
&libgimpmath-gimpmatht;
|
||||
&libgimpmath-gimpmath;
|
||||
&libgimpmath-gimpmathtypes;
|
||||
&libgimpmath-gimpmatrix;
|
||||
&libgimpmath-gimpvector;
|
||||
|
Reference in New Issue
Block a user