Gimp/app/gui
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
..
about-dialog.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
about-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
brush-editor.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
brush-editor.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
brush-select.c configure.in app/Makefile.am moved all tool sources to app/tools 2001-01-22 01:46:28 +00:00
brush-select.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
channels-dialog.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
channels-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
color-area.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
color-area.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
color-notebook.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
color-notebook.h added a "title" parameter to the constructor. Pass a pointer to the 2001-01-21 13:41:07 +00:00
color-select.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
color-select.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
colormap-dialog.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
colormap-dialog.h Removed GCG: 2001-01-07 23:59:46 +00:00
commands.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
commands.h app/commands.[ch] app/fileops.[ch] app/gdisplay.c Implemented "Save a Copy 2001-01-01 23:55:45 +00:00
device-status-dialog.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
file-new-dialog.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
file-new-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gradient-editor.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
gradient-editor.h made gradient_get_color_at() use GimpRGB. 2001-01-20 16:28:05 +00:00
gradient-select.c changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
gradient-select.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
help-commands.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
help-commands.h app/commands.[ch] app/fileops.[ch] app/gdisplay.c Implemented "Save a Copy 2001-01-01 23:55:45 +00:00
indicator-area.c app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
indicator-area.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
info-dialog.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
info-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
info-window.c app/gdisplay.c app/gdisplay_ops.c app/info_window.c app/layer.c 2001-01-22 20:46:50 +00:00
info-window.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
input-dialog.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
layer-select.c app/channel.[ch] app/drawable.[ch] app/gdisplay.[ch] app/gimpdrawable.[ch] 2001-01-14 21:11:52 +00:00
layer-select.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
layers-dialog.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
layers-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
menus.c app/gdisplay.c app/gdisplay_ops.c app/info_window.c app/layer.c 2001-01-22 20:46:50 +00:00
menus.h app/gimprc.[ch] app/menus.[ch] added a preferences option to disable 2001-01-02 02:33:43 +00:00
module-browser.c app/apptypes.h app/brush_edit.c app/brush_select.c app/brushes_cmds.c 2001-01-14 03:55:56 +00:00
module-browser.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
palette-editor.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
palette-editor.h app/Makefile.am moved the palette_import dialog to it's own file. 2001-01-21 21:29:31 +00:00
palette-import-dialog.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
palette-import-dialog.h app/Makefile.am moved the palette_import dialog to it's own file. 2001-01-21 21:29:31 +00:00
palette-select.c removed. new object derived from GimpObject. Just used as a container at 2001-01-21 19:53:56 +00:00
palette-select.h removed. new object derived from GimpObject. Just used as a container at 2001-01-21 19:53:56 +00:00
paths-dialog.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
paths-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
pattern-select.c changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
pattern-select.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
plug-in-commands.c app/channel.[ch] app/drawable.[ch] app/gdisplay.[ch] app/gimpdrawable.[ch] 2001-01-14 21:11:52 +00:00
plug-in-menus.c app/channel.[ch] app/drawable.[ch] app/gdisplay.[ch] app/gimpdrawable.[ch] 2001-01-14 21:11:52 +00:00
preferences-dialog.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
preferences-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
qmask-commands.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
resize-dialog.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
resize-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
resolution-calibrate-dialog.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
resolution-calibrate-dialog.h really add the new files 2000-09-25 01:31:48 +00:00
session.c factored the color parsing code out to the new function parse_color() and 2001-01-17 00:00:15 +00:00
session.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
tips-dialog.c app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
tips-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
tool-options-dialog.c app/tools/Makefile.am new files for the tool options dialog. 2001-01-22 05:08:44 +00:00
tool-options-dialog.h app/tools/Makefile.am new files for the tool options dialog. 2001-01-22 05:08:44 +00:00
toolbox.c app/tools/Makefile.am new files for the tool options dialog. 2001-01-22 05:08:44 +00:00
toolbox.h app/Makefile.am new files containing most of the code from 2001-01-22 03:30:42 +00:00
user-install-dialog.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
user-install-dialog.h new files. Code for the resolution calibration dialog that used to live in 2000-09-25 01:27:47 +00:00