gimp/plug-ins
Michael Natterer cb16697229 Makefile.am configure.in added stuff for the new library below.
2001-01-24  Michael Natterer  <mitch@gimp.org>

	* Makefile.am
	* configure.in
	* gimptool.in: added stuff for the new library below.

	* libgimpmath/.cvsignore
	* libgimpmath/Makefile.am
	* libgimpmath/gimpmath.def
	* libgimpmath/gimpmath.h
	* libgimpmath/gimpmathtypes.h
	* libgimpmath/gimpmatrix.c
	* libgimpmath/gimpmatrix.h
	* libgimpmath/gimpvector.c
	* libgimpmath/gimpvector.h
	* libgimpmath/makefile.mingw.in
	* libgimpmath/makefile.msc: new shared library. Depends on glib only.

	* libgimp/Makefile.am
	* libgimp/gimp.def
	* libgimp/gimp.h: removed the math stuff.

	* libgimp/gimpmath.h
	* libgimp/gimpmatrix.[ch]
	* libgimp/gimpvector.[ch]: removed.

	* app/Makefile.am
	* plug-ins/Lighting/Makefile.am
	* plug-ins/MapObject/Makefile.am
	* plug-ins/pagecurl/Makefile.am: link against libgimpmath.la

	* app/[many files]
	* libgimpcolor/gimpcolorspace.c
	* libgimpcolor/gimprgb.c
	* libgimp/gimpadaptivesupersample.c
	* libgimp/gimpbilinear.c
	* libgimp/gimpwidgets.c
	* modules/colorsel_gtk.c
	* modules/colorsel_triangle.c
	* modules/colorsel_water.c
	* plug-ins/libgck/gck/gckcolor.c
	* tools/pdbgen/pdb/channel.pdb
	* tools/pdbgen/pdb/image.pdb: include "libgimpmath/gimpmath.h",
	removed the remaining includes of the old color stuff.
2001-01-23 23:56:18 +00:00
..
FractalExplorer Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
Lighting Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
MapObject Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
bmp Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
common Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
dbbrowser Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
faxg3 Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
fits Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
flame Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
fp Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
gap Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
gdyntext Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
gfig Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
gflare Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
gfli Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
gimp_ace pulled new sources from gle (containing a fix for kelly's justify==FILL 2000-02-07 04:10:09 +00:00
gimpressionist Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
helpbrowser Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
ifscompose Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
imagemap Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
jpeg app/layer.c app/layers_dialog.c reviewed code in an attempt to fix the 2000-12-03 18:15:08 +00:00
libgck Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
maze Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
mosaic Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
pagecurl Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
perl Updating some pt_BR translations 2001-01-04 17:01:03 +00:00
print Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
pygimp use correct type for enums. 2000-09-24 00:52:29 +00:00
rcm Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
script-fu Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
sel2path Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
sgi Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
twain Turned C++ style comments into C style ones. 2000-09-26 22:54:33 +00:00
uri set all the locale variables we can, to make sure we get predictable 2000-11-13 09:30:09 +00:00
webbrowser Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
winsnap plug-ins/gdyntext/font_selection.c use new GTK+ API 2000-12-11 18:46:32 +00:00
xjt Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
.cvsignore shut up CVS 2000-08-26 12:52:38 +00:00
Makefile.am Update, tell people the MSVC makefiles are not up-to-date. 2000-08-24 17:53:43 +00:00
makefile.cygwin 1.2.0 stuff 2000-12-25 08:08:08 +00:00
makefile.mingw.in Remove gpb and spheredesigner. Add gih. (Thanks Sven and Jens for cleaning 2000-12-20 22:35:57 +00:00
makefile.msc 1.2.0 stuff 2000-12-25 08:08:08 +00:00