gimp/app/pdb
Michael Natterer 2e464cf5e6 app/gimpcontainer.[ch] made the "get_by_name" and the "by_index" access
2001-02-05  Michael Natterer  <mitch@gimp.org>

	* app/gimpcontainer.[ch]
	* app/gimplist.[ch]: made the "get_by_name" and the "by_index"
	access functions methods of the GimpContainerClass. The semantic
	of this index is somewhat unclear if we have e.g. a hash table
	implementation but the container needs to have an order for the
	ContainerView. Finally, the ordering will be a feature of the
	ContainerView.

	* app/gimpmarshal.[ch]: marshallers needed for the new methods.

	* app/brushes.[ch]
	* app/patterns.[ch]: the public global brush and pattern lists
	are GimpContainers now (they are really GimpLists of course).

	* app/brush_select.c
	* app/devices.c
	* app/gimpcontainerlistview.c
	* app/gimpcontext.c
	* app/gimpdnd.c
	* app/pattern_select.c
	* app/pdb/brush_select_cmds.c
	* app/pdb/brushes_cmds.c
	* app/pdb/pattern_select_cmds.c
	* app/pdb/patterns_cmds.c
	* tools/pdbgen/pdb/brush_select.pdb
	* tools/pdbgen/pdb/brushes.pdb
	* tools/pdbgen/pdb/pattern_select.pdb
	* tools/pdbgen/pdb/patterns.pdb: changed accordingly.
2001-02-05 17:48:50 +00:00
..
.cvsignore changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
Makefile.am app/pdb/Makefile.am new file which contains the stuff that makes PDB code 2001-01-29 00:46:04 +00:00
README Added another warning about autogenerated files 2001-01-21 22:28:16 +00:00
brush_select_cmds.c app/gimpcontainer.[ch] made the "get_by_name" and the "by_index" access 2001-02-05 17:48:50 +00:00
brushes_cmds.c app/gimpcontainer.[ch] made the "get_by_name" and the "by_index" access 2001-02-05 17:48:50 +00:00
channel_cmds.c app/Makefile.am app/gimpchannel.[ch] new files moved here by Yosh. 2001-02-01 18:44:22 +00:00
channel_ops_cmds.c changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
color_cmds.c app/Makefile.am new file. 2001-01-29 02:45:02 +00:00
convert_cmds.c changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
display_cmds.c changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
drawable_cmds.c app/Makefile.am app/apptypes.h new object. Everything that can have a 2001-02-04 22:10:54 +00:00
edit_cmds.c app/Makefile.am app/gimpchannel.[ch] new files moved here by Yosh. 2001-02-01 18:44:22 +00:00
fileops_cmds.c changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
floating_sel_cmds.c app/Makefile.am app/gimpchannel.[ch] new files moved here by Yosh. 2001-02-01 18:44:22 +00:00
gimp-pdb.c app/Makefile.am removed. 2001-02-03 22:05:41 +00:00
gimp-pdb.h tools/pdbgen/lib.pl tools/pdbgen/pdb.pl tools/pdbgen/pdb/channel.pdb 2001-01-25 01:20:05 +00:00
gimppdb.c app/Makefile.am removed. 2001-02-03 22:05:41 +00:00
gimppdb.h tools/pdbgen/lib.pl tools/pdbgen/pdb.pl tools/pdbgen/pdb/channel.pdb 2001-01-25 01:20:05 +00:00
gimpprocedure.c app/Makefile.am removed. 2001-02-03 22:05:41 +00:00
gimpprocedure.h tools/pdbgen/lib.pl tools/pdbgen/pdb.pl tools/pdbgen/pdb/channel.pdb 2001-01-25 01:20:05 +00:00
gimprc_cmds.c changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
gradient_select_cmds.c changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
gradients_cmds.c changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
guides_cmds.c changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
help_cmds.c changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
image_cmds.c app/Makefile.am some new files and data types: 2001-02-05 15:22:20 +00:00
internal_procs.c AUTHORS app/authors.h app/pdb/channel_cmds.c app/pdb/internal_procs.c 2001-01-29 00:02:33 +00:00
internal_procs.h changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
layer_cmds.c app/Makefile.am app/gimpchannel.[ch] new files moved here by Yosh. 2001-02-01 18:44:22 +00:00
message_cmds.c changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
misc_cmds.c changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
palette_cmds.c cleanup 2001-01-25 14:38:10 +00:00
parasite_cmds.c changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
paths_cmds.c changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
pattern_select_cmds.c app/gimpcontainer.[ch] made the "get_by_name" and the "by_index" access 2001-02-05 17:48:50 +00:00
patterns_cmds.c app/gimpcontainer.[ch] made the "get_by_name" and the "by_index" access 2001-02-05 17:48:50 +00:00
pdb_glue.h app/Makefile.am new file. 2001-01-29 02:45:02 +00:00
plug_in_cmds.c changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
procedural_db.c app/Makefile.am removed. 2001-02-03 22:05:41 +00:00
procedural_db.h tools/pdbgen/lib.pl tools/pdbgen/pdb.pl tools/pdbgen/pdb/channel.pdb 2001-01-25 01:20:05 +00:00
procedural_db_cmds.c changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
selection_cmds.c app/Makefile.am app/gimpchannel.[ch] new files moved here by Yosh. 2001-02-01 18:44:22 +00:00
text_tool_cmds.c app/Makefile.am app/gimpchannel.[ch] new files moved here by Yosh. 2001-02-01 18:44:22 +00:00
tools_cmds.c app/Makefile.am new file. 2001-01-29 02:45:02 +00:00
undo_cmds.c changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
unit_cmds.c changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00

README

This directory contains the PDB-wrappers for various internal
Gimp functions.

THESE FILES ARE AUTOGENERATED AND CHANGES HERE ARE USELESS!

If you need to change the code please have a look in ../../tools/pdbgen/pdb.