gimp/app/core
Michael Natterer 7a4260da70 Makefile.am configure.in added the new library below.
2001-01-24  Michael Natterer  <mitch@gimp.org>

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

	* libgimpwidgets/Makefile.am
	* libgimpwidgets/gimpchainbutton.[ch]
	* libgimpwidgets/gimpcolorarea.[ch]
	* libgimpwidgets/gimpcolorbutton.[ch]
	* libgimpwidgets/gimpdialog.[ch]
	* libgimpwidgets/gimpfileselection.[ch]
	* libgimpwidgets/gimphelpui.[ch]
	* libgimpwidgets/gimppatheditor.[ch]
	* libgimpwidgets/gimppixmap.[ch]
	* libgimpwidgets/gimpquerybox.[ch]
	* libgimpwidgets/gimpsizeentry.[ch]
	* libgimpwidgets/gimpunitmenu.[ch]
	* libgimpwidgets/gimpwidgets.[ch]
	* libgimpwidgets/gimpwidgets.def
	* libgimpwidgets/gimpwidgetstypes.h: new shared library.

	Currently there are some ugly dependencies into libgimp. These
	will be removed and go to a "libgimpglue" library which will be
	a library for functions which share a common interface between
	plug-ins and the app but have different implementations.

	Include "libgimp/gimpunit.h" from "libgimpwidgets/gimpwidgetstypes.h"
	to simulate this upcoming separation.

	* libgimp/Makefile.am
	* libgimp/gimpchainbutton.[ch]
	* libgimp/gimpcolorarea.[ch]
	* libgimp/gimpcolorbutton.[ch]
	* libgimp/gimpdialog.[ch]
	* libgimp/gimpfileselection.[ch]
	* libgimp/gimphelpui.[ch]
	* libgimp/gimppatheditor.[ch]
	* libgimp/gimppixmap.[ch]
	* libgimp/gimpquerybox.[ch]
	* libgimp/gimpsizeentry.[ch]
	* libgimp/gimpunitmenu.[ch]
	* libgimp/gimpwidgets.[ch]: removed from here.

	* libgimp/gimpui.h
	* libgimp/gimpuitypes.h
	* libgimp/makefile.mingw.in
	* libgimp/makefile.msc: changed accordingly.

	* app/[all ui files]
	* app/pdb/palette_cmds.c
	* app/pdb/tools_cmds.c
	* tools/pdbgen/pdb/palette.pdb
	* tools/pdbgen/pdb/tools.pdb: #include "libgimpwidgets/gimpwidgets.h"
	and removed useless includes.

	* app/apptypes.h: #include "libgimpwidgets/gimpwidgetstypes.h"

	* app/Makefile.am
	* plug-ins/[all makefiles which link against libgimpui]:
	link against libgimpwidgets.la

	* po-libgimp/POTFILES.in: changed file locations.
2001-01-24 22:36:18 +00:00
..
gimp-edit.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimp-edit.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimp-parasites.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimp-parasites.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpbrush-header.h app/brush_edit.[ch] app/brush_header.h app/gimpbrush.[ch] 2000-09-29 12:00:00 +00:00
gimpbrush-load.c configure.in app/Makefile.am moved all tool sources to app/tools 2001-01-22 01:46:28 +00:00
gimpbrush.c configure.in app/Makefile.am moved all tool sources to app/tools 2001-01-22 01:46:28 +00:00
gimpbrush.h app/apptypes.h app/brush_edit.c app/brush_select.c app/brushes_cmds.c 2001-01-14 03:55:56 +00:00
gimpbrushgenerated-load.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
gimpbrushgenerated-save.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
gimpbrushgenerated.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
gimpbrushgenerated.h app/apptypes.h app/brush_edit.c app/brush_select.c app/brushes_cmds.c 2001-01-14 03:55:56 +00:00
gimpbrushpipe-load.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
gimpbrushpipe.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
gimpbrushpipe.h app/apptypes.h app/brush_edit.c app/brush_select.c app/brushes_cmds.c 2001-01-14 03:55:56 +00:00
gimpchannel-combine.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
gimpchannel-combine.h app/channel.[ch] app/gimpimage.[ch] use GimpRGB for the Channel's, the 2001-01-15 04:37:01 +00:00
gimpchannel.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
gimpchannel.h app/channel.[ch] app/gimpimage.[ch] use GimpRGB for the Channel's, the 2001-01-15 04:37:01 +00:00
gimpcontext.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
gimpcontext.h app/Makefile.am new files containing stuff needed for linking libgimp 2001-01-23 16:05:10 +00:00
gimpdatafiles.c app/apptypes.h app/brush_edit.c app/brush_select.c app/brushes_cmds.c 2001-01-14 03:55:56 +00:00
gimpdatafiles.h app/apptypes.h app/brush_edit.c app/brush_select.c app/brushes_cmds.c 2001-01-14 03:55:56 +00:00
gimpdrawable-blend.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimpdrawable-desaturate.c app/channel.[ch] app/drawable.[ch] app/gdisplay.[ch] app/gimpdrawable.[ch] 2001-01-14 21:11:52 +00:00
gimpdrawable-desaturate.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpdrawable-equalize.c removed all the "typedef gimage_function gimp_image_function" stuff so we 2000-12-30 00:16:50 +00:00
gimpdrawable-equalize.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpdrawable-invert.c changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
gimpdrawable-invert.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpdrawable-offset.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimpdrawable-offset.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpdrawable.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
gimpdrawable.h made gimp_drawable_fill() use GimpRGB, added some "const", delete unused 2001-01-20 13:21:49 +00:00
gimpedit.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimpedit.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpimage-convert-fsdither.h ed Sep 1 21:27:27 BST 1999 Adam D. Moss <adam@gimp.org> 1999-09-01 20:41:10 +00:00
gimpimage-convert.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimpimage-convert.h removed. new object derived from GimpObject. Just used as a container at 2001-01-21 19:53:56 +00:00
gimpimage-duplicate.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimpimage-duplicate.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpimage-guides.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
gimpimage-guides.h app/color_notebook.[ch] app/gimpcontext.[ch] made the _set_color() and 2001-01-20 15:37:26 +00:00
gimpimage-mask.c app/convert.c app/floating_sel.c app/gimage_mask.c app/gimpimage.c 2001-01-23 13:01:48 +00:00
gimpimage-mask.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpimage-merge.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
gimpimage-merge.h app/color_notebook.[ch] app/gimpcontext.[ch] made the _set_color() and 2001-01-20 15:37:26 +00:00
gimpimage-projection.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
gimpimage-projection.h app/color_notebook.[ch] app/gimpcontext.[ch] made the _set_color() and 2001-01-20 15:37:26 +00:00
gimpimage-qmask.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimpimage-quick-mask.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimpimage-resize.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
gimpimage-resize.h app/color_notebook.[ch] app/gimpcontext.[ch] made the _set_color() and 2001-01-20 15:37:26 +00:00
gimpimage-scale.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
gimpimage-scale.h app/color_notebook.[ch] app/gimpcontext.[ch] made the _set_color() and 2001-01-20 15:37:26 +00:00
gimpimage-undo-push.c app/convert.c app/floating_sel.c app/gimage_mask.c app/gimpimage.c 2001-01-23 13:01:48 +00:00
gimpimage-undo-push.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpimage.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
gimpimage.h app/color_notebook.[ch] app/gimpcontext.[ch] made the _set_color() and 2001-01-20 15:37:26 +00:00
gimpimagemap.c app/convert.c app/floating_sel.c app/gimage_mask.c app/gimpimage.c 2001-01-23 13:01:48 +00:00
gimpimagemap.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
gimplayer-floating-sel.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
gimplayer-floating-sel.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimplayer.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
gimplayer.h app/channel.[ch] app/gimpimage.[ch] use GimpRGB for the Channel's, the 2001-01-15 04:37:01 +00:00
gimplist.c app/Makefile.am removed. added. 2001-01-10 00:36:54 +00:00
gimplist.h app/apptypes.h app/brush_edit.c app/brush_select.c app/brushes_cmds.c 2001-01-14 03:55:56 +00:00
gimpmarshal.c app/Makefile.am removed. added. 2001-01-10 00:36:54 +00:00
gimpmarshal.h app/Makefile.am removed. added. 2001-01-10 00:36:54 +00:00
gimpobject.c app/gimpbrushlist.c forgot to remove #include "gimpsignal.h" 2001-01-10 01:49:29 +00:00
gimpobject.h app/apptypes.h app/brush_edit.c app/brush_select.c app/brushes_cmds.c 2001-01-14 03:55:56 +00:00
gimppalette-load.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
gimppalette-save.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
gimppalette.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
gimppalette.h removed. new object derived from GimpObject. Just used as a container at 2001-01-21 19:53:56 +00:00
gimpparasite.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpparasite.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpparasitelist.c app/Makefile.am removed. added. 2001-01-10 00:36:54 +00:00
gimpparasitelist.h app/Makefile.am removed. added. 2001-01-10 00:36:54 +00:00
gimppattern-header.h app/gimpbrush.c app/gimpbrushpipe.c app/pattern_header.h fixed #8150. 2000-10-01 18:53:39 +00:00
gimppreviewcache.c app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimppreviewcache.h app/gimppreviewcache.h app/channel.c put the preview cache priming code 2000-12-16 22:02:10 +00:00
gimpprojection-construct.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
gimpprojection-construct.h app/color_notebook.[ch] app/gimpcontext.[ch] made the _set_color() and 2001-01-20 15:37:26 +00:00
gimpprojection.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
gimpprojection.h app/channel.[ch] app/drawable.[ch] app/gdisplay.[ch] app/gimpdrawable.[ch] 2001-01-14 21:11:52 +00:00
gimpscanconvert.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
gimpscanconvert.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimptooloptions.c app/Makefile.am removed. 2001-01-22 04:17:17 +00:00
gimptooloptions.h app/Makefile.am removed. 2001-01-22 04:17:17 +00:00
gimpunit.c app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpunit.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00