Gimp/app/core
Michael Natterer d240f623f1 new directory app/base/
2001-05-15  Michael Natterer  <mitch@gimp.org>

	* configure.in: new directory app/base/

	* app/Makefile.am
	* app/boundary.[ch]
	* app/brush_scale.[ch]
	* app/gimpchecks.h
	* app/gimplut.[ch]
	* app/pixel_processor.[ch]
	* app/pixel_region.[ch]
	* app/pixel_surround.[ch]
	* app/temp_buf.[ch]
	* app/tile.[ch]
	* app/tile_cache.[ch]
	* app/tile_manager.[ch]
	* app/tile_manager_pvt.h
	* app/tile_pvt.h
	* app/tile_swap.[ch]: moved to base/

	* app/base/Makefile.am
	* app/base/base-types.h
	* app/base/*: new directory for the sub-object pixel maniplation
	and storage stuff. Does not include Gtk+ or anything outside
	base/. Did some cleanup in all files.

	* app/appenums.h
	* app/apptypes.h
	* app/core/gimpimage.h: removed types which are now in
	base/base-types.h.

	* app/base/base-config.[ch]
	* app/gimprc.[ch]: put the config variables for base/ to their own
	file so base/ doesn not have to include gimprc.h (does not yet
	work, i.e. the variables are un-configurable right now)

	* app/main.c: set a log handler for "Gimp-Base".

	* app/paint-funcs/Makefile.am
	* app/paint-funcs/paint-funcs.[ch]: removed the color hash which
	maps RGB to color indices because it's a totally standalone system
	which has nothing to do with the paint-funcs and introduced a
	GimpImage dependency.

	paint-funcs/ should be considered on the same sub-object
	(glib-only) level as base/, only in a different directory.

	* app/core/Makefile.am
	* app/core/gimpimage-colorhash.[ch]: put the color hash here.

	* app/gimage.c: don't invalidate the color hash here...

	* app/core/gimpimage.c: ... but in the colormap_changed() default
	inplementation. Initialize the hash in class_init().

	* tools/pdbgen/Makefile.am: scan app/base/base-types.h for enums.

	* tools/pdbgen/enums.pl: regenerated.

	* app/[lots]
	* app/core/[of]
	* app/gui/[files]
	* app/pdb/[all]
	* app/tools/[over]
	* app/widgets/[the]
	* tools/pdbgen/pdb/[place]: changed #includes accordingly. And use
	base_config->value instead of the stuff from gimprc.h.
2001-05-15 11:25:25 +00:00
..
.cvsignore configure.in added new directory app/core/ for the core object system. 2001-05-09 02:32:03 +00:00
core-types.h app/appenums.h app/core/core-types.h moved some more types to core-types.h 2001-05-13 17:25:12 +00:00
gimp-edit.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimp-edit.h app/apptypes.h app/channel_ops.c app/commands.c app/convert.[ch] 2001-03-08 02:01:52 +00:00
gimp-parasites.c app/Makefile.am removed. 2001-05-09 22:34:59 +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
gimp-transform-region.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpbrush-header.h app/Makefile.am app/brush_header.h app/pattern_header.h 2001-04-19 00:23:43 +00:00
gimpbrush-load.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpbrush.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpbrush.h app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
gimpbrushgenerated-load.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpbrushgenerated-save.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpbrushgenerated.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpbrushgenerated.h added a note about apptype.h and about not including headers in headers. 2001-02-14 14:57:14 +00:00
gimpbrushpipe-load.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
gimpbrushpipe.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
gimpbrushpipe.h added a note about apptype.h and about not including headers in headers. 2001-02-14 14:57:14 +00:00
gimpchannel-combine.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpchannel-combine.h removed the layer mask functions. 2001-03-06 13:28:39 +00:00
gimpchannel.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpchannel.h removed the layer mask functions. 2001-03-06 13:28:39 +00:00
gimpcontainer.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
gimpcontainer.h cleanup. 2001-04-22 00:38:56 +00:00
gimpcontext.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpcontext.h some minor fixes / cleanup. 2001-04-23 16:58:18 +00:00
gimpdata.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
gimpdata.h cleanup. 2001-04-22 00:38:56 +00:00
gimpdatafactory.c removed some forgotten tools types. 2001-05-13 11:35:20 +00:00
gimpdatafactory.h cleanup. 2001-04-22 00:38:56 +00:00
gimpdatafiles.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
gimpdatafiles.h app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
gimpdatalist.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
gimpdatalist.h cleanup. 2001-04-22 00:38:56 +00:00
gimpdrawable-blend.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpdrawable-desaturate.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpdrawable-desaturate.h app/Makefile.am app/brush_header.h app/pattern_header.h 2001-04-19 00:23:43 +00:00
gimpdrawable-equalize.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpdrawable-equalize.h app/Makefile.am app/brush_header.h app/pattern_header.h 2001-04-19 00:23:43 +00:00
gimpdrawable-invert.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpdrawable-invert.h app/Makefile.am app/brush_header.h app/pattern_header.h 2001-04-19 00:23:43 +00:00
gimpdrawable-offset.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpdrawable-offset.h renamed ChannelOffsetType to GimpOffsetType. 2001-04-18 20:41:15 +00:00
gimpdrawable-preview.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpdrawable-preview.h V2001-02-07 Michael Natterer <mitch@gimp.org> 2001-02-07 00:06:58 +00:00
gimpdrawable-transform.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpdrawable.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpdrawable.h new function gimp_drawable_set_visible(). Renamed gimp_drawable_visible() 2001-03-04 16:52:37 +00:00
gimpedit.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpedit.h app/apptypes.h app/channel_ops.c app/commands.c app/convert.[ch] 2001-03-08 02:01:52 +00:00
gimpgradient.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpgradient.h added a note about apptype.h and about not including headers in headers. 2001-02-14 14:57:14 +00:00
gimpimage-colorhash.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpimage-colorhash.h new directory app/base/ 2001-05-15 11:25:25 +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 new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpimage-convert.h app/Makefile.am removed. new files: the convert functionality without GUI 2001-04-18 17:57:10 +00:00
gimpimage-duplicate.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpimage-duplicate.h app/Makefile.am removed 2001-04-18 19:14:20 +00:00
gimpimage-guides.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpimage-guides.h new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpimage-mask.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpimage-mask.h app/apptypes.h app/channel_ops.c app/commands.c app/convert.[ch] 2001-03-08 02:01:52 +00:00
gimpimage-merge.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpimage-merge.h new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpimage-pick-color.c app/Makefile.am removed this file ... 2001-05-14 00:04:29 +00:00
gimpimage-projection.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpimage-projection.h new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpimage-qmask.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
gimpimage-quick-mask.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
gimpimage-resize.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpimage-resize.h new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpimage-scale.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpimage-scale.h new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpimage-undo-push.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpimage-undo-push.h app/apptypes.h app/channel_ops.c app/commands.c app/convert.[ch] 2001-03-08 02:01:52 +00:00
gimpimage-undo.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
gimpimage-undo.h app/Makefile.am app/apptypes.h app/gimpimage-undo.[ch] app/gimpundo.[ch] 2001-03-05 01:01:16 +00:00
gimpimage.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpimage.h new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpimagemap.c new directory app/base/ 2001-05-15 11:25:25 +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 new directory app/base/ 2001-05-15 11:25:25 +00:00
gimplayer-floating-sel.h app/Makefile.am new file with one set of functions... 2001-01-29 13:51:23 +00:00
gimplayer.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimplayer.h added a "linked_changed" signal and emit it in gimp_layer_set_linked(). 2001-04-29 16:26:44 +00:00
gimplayermask.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimplayermask.h removed the layer mask functions. 2001-03-06 13:28:39 +00:00
gimplist.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
gimplist.h cleanup. 2001-04-22 00:38:56 +00:00
gimpmarshal.c app/gimpcontainer.[ch] app/gimpcontainergridview.c 2001-02-17 21:20:10 +00:00
gimpmarshal.h app/gimpcontainer.[ch] app/gimpcontainergridview.c 2001-02-17 21:20:10 +00:00
gimpobject.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
gimpobject.h app/Makefile.am new object with own implementations of "create_preview" 2001-02-07 02:37:49 +00:00
gimppalette-import.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimppalette-import.h app/Makefile.am new files. The import functions stripped from all UI crap. 2001-02-19 18:07:08 +00:00
gimppalette-load.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimppalette-save.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimppalette.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimppalette.h added DND source functions which work by GtkType. 2001-02-18 19:44:28 +00:00
gimpparasite.c app/Makefile.am removed. 2001-05-09 22:34:59 +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. 2001-05-09 22:34:59 +00:00
gimpparasitelist.h configure.in added new directory app/core/ for the core object system. 2001-05-09 02:32:03 +00:00
gimppattern-header.h app/Makefile.am app/brush_header.h app/pattern_header.h 2001-04-19 00:23:43 +00:00
gimppattern-load.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimppattern.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimppattern.h added a note about apptype.h and about not including headers in headers. 2001-02-14 14:57:14 +00:00
gimppreviewcache.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimppreviewcache.h new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpprojection-construct.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpprojection-construct.h new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpprojection.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpprojection.h app/Makefile.am removed. Stuff now lives in app_procs.[ch] and in 2001-05-13 21:51:20 +00:00
gimpscanconvert.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpscanconvert.h app/Makefile.am new file. 2001-01-29 02:45:02 +00:00
gimptoolinfo.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimptoolinfo.h removed some forgotten tools types. 2001-05-13 11:35:20 +00:00
gimptooloptions.c removed some forgotten tools types. 2001-05-13 11:35:20 +00:00
gimptooloptions.h configure.in added new directory app/core/ for the core object system. 2001-05-09 02:32:03 +00:00
gimpundo.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpundo.h app/Makefile.am app/apptypes.h app/gimpimage-undo.[ch] app/gimpundo.[ch] 2001-03-05 01:01:16 +00:00
gimpundostack.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
gimpundostack.h app/Makefile.am app/apptypes.h app/gimpimage-undo.[ch] app/gimpundo.[ch] 2001-03-05 01:01:16 +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
gimpviewable.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpviewable.h cleanup. 2001-04-22 00:38:56 +00:00
Makefile.am new directory app/base/ 2001-05-15 11:25:25 +00:00