gimp/tools/pdbgen/pdb
Michael Natterer d26c26686e app/Makefile.am removed.
2001-06-26  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/color_transfer.[ch]: removed.

	* app/tools/Makefile.am
	* app/tools/gimpcolorbalancetool-transfer.[ch]: added.

	* app/tools/gimpcolorbalancetool.c: changed accordingly.

	* app/base/Makefile.am
	* app/base/tile-manager-crop.[ch]: formerly known as crop_buffer().

	* app/tools/gimptexttool.c: changed accordingly.

	* app/context_manager.[ch]: added the global clipboard and the
	named buffer list here.

	* app/app_procs.c: don't call color_transfer_init() and don't free
	the buffer stuff (done by the context manager now).

	* app/errorconsole.c: don't #include "gui/commands.h"

	* app/global_edit.[ch]: removed lots of stuff which is now done by
	gui/edit-commands.* or the new GimpBuffer object. The "paste
	named" dialog will go away and this file will be moved to core/
	soon.

	* app/image_new.c: no need to declare the global_buffer extern any
	more.

	* app/qmask.c: don't #include "global_edit.h"

	* app/core/Makefile.am
	* app/core/core-types.h
	* app/core/gimpbuffer.[ch]: new object (aka named buffer)

	* app/core/gimpcontext.[ch]: added a GimpBuffer attribute.

	* app/core/gimpimage.[ch]: one s/int/gboolean/.

	* app/core/gimppattern.c: hmm...

	* app/gui/commands.[ch]: split up in small files:

	* app/gui/Makefile.am
	* app/gui/edit-commands.[ch]
	* app/gui/file-commands.[ch]
	* app/gui/image-commands.[ch]
	* app/gui/select-commands.[ch]
	* app/gui/view-commands.[ch]: new files.

	* app/gui/dialogs-constructors.[ch]
	* app/gui/dialogs.c: added the named buffer list & grid.

	* app/gui/file-new-dialog.[ch]
	* app/gui/menus.c
	* app/gui/palette-editor.c
	* app/gui/test-commands.c: changed accordingly.

	* app/pdb/edit_cmds.c
	* tools/pdbgen/pdb/edit.pdb: changed for the global_edit stuff.

	* app/widgets/Makefile.am
	* app/widgets/gimpbufferpreview.[ch]
	* app/widgets/gimpbufferview.[ch]
	* app/widgets/gimpcontainereditor.[ch]: new widgets.

	* app/widgets/gimpcontainerview-utils.c
	* app/widgets/gimpdatafactoryview.[ch]
	* app/widgets/gimpdnd.[ch]
	* app/widgets/gimpdrawablepreview.c
	* app/widgets/gimplayerlistview.c
	* app/widgets/gimppreview.c
	* app/widgets/widgets-types.h: changed accordingly for the new
	GimpBuffer object and it's views, misc. cleanups.

	* pixmaps/Makefile.am
	* pixmaps/paste-as-new.xpm
	* pixmaps/paste-into.xpm
	* pixmaps/paste.xpm: new pixmaps (they all look the same... Tigert? ;-)

	* po/POTFILES.in: added the new files.
2001-06-26 12:09:43 +00:00
..
brush_select.pdb configure.in added new directory app/core/ for the core object system. 2001-05-09 02:32:03 +00:00
brushes.pdb new directory app/base/ 2001-05-15 11:25:25 +00:00
channel.pdb configure.in added new directory app/core/ for the core object system. 2001-05-09 02:32:03 +00:00
color.pdb All tools are back :) 2001-05-24 23:57:08 +00:00
convert.pdb configure.in added new directory app/core/ for the core object system. 2001-05-09 02:32:03 +00:00
display.pdb configure.in added new directory app/core/ for the core object system. 2001-05-09 02:32:03 +00:00
drawable.pdb new directory app/base/ 2001-05-15 11:25:25 +00:00
edit.pdb app/Makefile.am removed. 2001-06-26 12:09:43 +00:00
fileops.pdb Makefile.am configure.in added new directory libgimpbase/ 2001-05-21 13:58:46 +00:00
floating_sel.pdb app/Makefile.am app/gimpchannel.[ch] new files moved here by Yosh. 2001-02-01 18:44:22 +00:00
gimprc.pdb Made all the global options members of one struct, gimprc. 2001-06-03 20:40:50 +00:00
gradient_select.pdb configure.in added new directory app/core/ for the core object system. 2001-05-09 02:32:03 +00:00
gradients.pdb configure.in added new directory app/core/ for the core object system. 2001-05-09 02:32:03 +00:00
guides.pdb removed (was not used). 2001-05-15 19:10:57 +00:00
help.pdb app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
image.pdb gimp_image_list(), gimp_image_get_layers() and gimp_image_get_channels() 2001-06-07 00:54:37 +00:00
layer.pdb app/Makefile.am put the regex and MMX sources to EXTRA_DIST so they get 2001-05-20 14:15:09 +00:00
message.pdb Sven Neumann <sven@gimp.org> 2000-05-31 13:24:14 +00:00
misc.pdb libgimp/.cvsignore libgimp/Makefile.am libgimp/gimp.h removed 2001-05-22 00:36:38 +00:00
misc_tools.pdb app/Makefile.am removed. 2001-05-25 18:10:38 +00:00
paint_tools.pdb app/Makefile.am removed. 2001-05-25 18:10:38 +00:00
palette.pdb configure.in added new directory app/core/ for the core object system. 2001-05-09 02:32:03 +00:00
parasite.pdb configure.in added new directory app/core/ for the core object system. 2001-05-09 02:32:03 +00:00
paths.pdb removed search_in_path() and the unused xstrsep(). 2001-05-16 18:09:45 +00:00
pattern_select.pdb configure.in added new directory app/core/ for the core object system. 2001-05-09 02:32:03 +00:00
patterns.pdb new directory app/base/ 2001-05-15 11:25:25 +00:00
plug_in.pdb app/plug_in_cmds.c app/procedural_db_cmds.c tools/pdbgen/pdb/plug_in.pdb 2001-01-03 00:42:57 +00:00
procedural_db.pdb Makefile.am configure.in added new directory libgimpbase/ 2001-05-21 13:58:46 +00:00
selection.pdb configure.in added new directory app/core/ for the core object system. 2001-05-09 02:32:03 +00:00
text_tool.pdb app/app_procs.c app/datafiles.c app/devices.c app/docindex.c 2001-05-21 20:30:16 +00:00
tools.pdb app/Makefile.am removed. 2001-05-25 18:10:38 +00:00
transform_tools.pdb app/Makefile.am removed. 2001-05-25 18:10:38 +00:00
undo.pdb Sven Neumann <sven@gimp.org> 2000-06-01 12:20:13 +00:00
unit.pdb Makefile.am configure.in added new directory libgimpbase/ 2001-05-21 13:58:46 +00:00