Gimp/app/core
Michael Natterer a2ae989ff3 removed the "Layer" typedef.
2001-01-29  Michael Natterer  <mitch@gimp.org>

	* app/apptypes.h: removed the "Layer" typedef.

	* app/layer.[ch]: removed the defines of the old function names.

	Don't implement methods of the parent class (get_name, get_tattoo, ...)
	but define them as macros. They will go to a separate "pdb_glue.h"
	header because they are used only by the PDB to simplify code
	generation (no application file should say gimp_layer_get_tattoo()
	but always gimp_drawable_get_tatoo()).

	* app/channel.h
	* app/channel_ops.c
	* app/channels_dialog.c
	* app/commands.c
	* app/convert.c
	* app/disp_callbacks.c
	* app/floating_sel.[ch]
	* app/gdisplay.c
	* app/gimage.c
	* app/gimage_mask.c
	* app/gimage_mask.h
	* app/gimpdnd.c
	* app/gimpdrawable.h
	* app/gimpimage.[ch]
	* app/gimplayermask.h
	* app/global_edit.c
	* app/image_new.c
	* app/layer_select.c
	* app/layers_dialog.c
	* app/resize.c
	* app/undo.c
	* app/xcf.[ch]
	* app/pdb/drawable_cmds.c
	* app/pdb/floating_sel_cmds.c
	* app/pdb/image_cmds.c
	* app/pdb/layer_cmds.c
	* app/tools/bucket_fill.c
	* app/tools/by_color_select.c
	* app/tools/clone.c
	* app/tools/crop.c
	* app/tools/edit_selection.c
	* app/tools/ink.c
	* app/tools/move.c
	* app/tools/paint_core.c
	* app/tools/rect_select.c
	* app/tools/text_tool.c
	* app/tools/transform_core.c
	* tools/pdbgen/pdb/drawable.pdb
	* tools/pdbgen/pdb/floating_sel.pdb
	* tools/pdbgen/pdb/image.pdb
	* tools/pdbgen/pdb/layer.pdb: changed accordingly, cleanup.
2001-01-28 23:25:25 +00:00
..
gimp-edit.c removed the "Layer" typedef. 2001-01-28 23:25:25 +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 app/Makefile.am new files cut out of layer.[ch]. Renamed all functions to 2001-01-28 16:44:22 +00:00
gimpchannel-combine.h removed the "Layer" typedef. 2001-01-28 23:25:25 +00:00
gimpchannel.c app/Makefile.am new files cut out of layer.[ch]. Renamed all functions to 2001-01-28 16:44:22 +00:00
gimpchannel.h removed the "Layer" typedef. 2001-01-28 23:25:25 +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 removed the "Layer" typedef. 2001-01-28 23:25:25 +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 removed the "Layer" typedef. 2001-01-28 23:25:25 +00:00
gimpedit.c removed the "Layer" typedef. 2001-01-28 23:25:25 +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 removed the "Layer" typedef. 2001-01-28 23:25:25 +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 removed the "Layer" typedef. 2001-01-28 23:25:25 +00:00
gimpimage-duplicate.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpimage-guides.c removed the "Layer" typedef. 2001-01-28 23:25:25 +00:00
gimpimage-guides.h removed the "Layer" typedef. 2001-01-28 23:25:25 +00:00
gimpimage-mask.c removed the "Layer" typedef. 2001-01-28 23:25:25 +00:00
gimpimage-mask.h removed the "Layer" typedef. 2001-01-28 23:25:25 +00:00
gimpimage-merge.c removed the "Layer" typedef. 2001-01-28 23:25:25 +00:00
gimpimage-merge.h removed the "Layer" typedef. 2001-01-28 23:25:25 +00:00
gimpimage-projection.c removed the "Layer" typedef. 2001-01-28 23:25:25 +00:00
gimpimage-projection.h removed the "Layer" typedef. 2001-01-28 23:25:25 +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 removed the "Layer" typedef. 2001-01-28 23:25:25 +00:00
gimpimage-resize.h removed the "Layer" typedef. 2001-01-28 23:25:25 +00:00
gimpimage-scale.c removed the "Layer" typedef. 2001-01-28 23:25:25 +00:00
gimpimage-scale.h removed the "Layer" typedef. 2001-01-28 23:25:25 +00:00
gimpimage-undo-push.c removed the "Layer" typedef. 2001-01-28 23:25:25 +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 removed the "Layer" typedef. 2001-01-28 23:25:25 +00:00
gimpimage.h removed the "Layer" typedef. 2001-01-28 23:25:25 +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 removed the "Layer" typedef. 2001-01-28 23:25:25 +00:00
gimplayer-floating-sel.h removed the "Layer" typedef. 2001-01-28 23:25:25 +00:00
gimplayer.c removed the "Layer" typedef. 2001-01-28 23:25:25 +00:00
gimplayer.h removed the "Layer" typedef. 2001-01-28 23:25:25 +00:00
gimplayermask.c app/Makefile.am new files cut out of layer.[ch]. Renamed all functions to 2001-01-28 16:44:22 +00:00
gimplayermask.h removed the "Layer" typedef. 2001-01-28 23:25:25 +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 removed the "Layer" typedef. 2001-01-28 23:25:25 +00:00
gimpprojection-construct.h removed the "Layer" typedef. 2001-01-28 23:25:25 +00:00
gimpprojection.c removed the "Layer" typedef. 2001-01-28 23:25:25 +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