mirror of https://github.com/GNOME/gimp.git
637c714ab9
2001-05-13 Michael Natterer <mitch@gimp.org> * app/apptypes.h: removed some forgotten tools types. * app/tools/tools-types.h: and added them here. * app/interface.c * app/disp_callbacks.[ch]: ported dropping of drawables to the new DND system. * app/app_procs.c * app/core/gimpdatafactory.c * app/core/gimpimage-duplicate.c * app/core/gimptoolinfo.h * app/gui/gui.c * app/tools/tool_options.c * app/widgets/gimpchannellistview.c * app/widgets/gimplayerlistview.c: removed/fixed includes. * app/gui/brush-select.[ch] * app/gui/pattern-select.[ch]: removed the display of the current name (done by the grid view now). * app/gui/palette-select.c: fixed palette preview size. * app/gui/dialogs-constructors.c: added get_name() functions for brushes, patterns, images and palettes. * app/widgets/gimpcontainergridview.[ch]: added a label for the name of the active item. * app/widgets/gimpdnd.[ch]: removed the old drawable DND preview icon code. * tools/pdbgen/app.pl: braino: the $tool_eek hack has to be initialized to 0 at the beginning of each file, otherwise we end up including "tools/tools-types.h" everywhere. * tools/pdbgen/pdb/color.pdb * tools/pdbgen/pdb/text_tool.pdb * tools/pdbgen/pdb/tools.pdb: add "tools/tools-types.h" where needed. * app/pdb/color_cmds.c * app/pdb/pattern_select_cmds.c * app/pdb/patterns_cmds.c * app/pdb/plug_in_cmds.c * app/pdb/procedural_db_cmds.c * app/pdb/selection_cmds.c * app/pdb/undo_cmds.c * app/pdb/unit_cmds.c: regenerated. |
||
---|---|---|
.. | ||
.cvsignore | ||
Makefile.am | ||
README | ||
brush_select_cmds.c | ||
brushes_cmds.c | ||
channel_cmds.c | ||
color_cmds.c | ||
convert_cmds.c | ||
display_cmds.c | ||
drawable_cmds.c | ||
edit_cmds.c | ||
fileops_cmds.c | ||
floating_sel_cmds.c | ||
gimp-pdb.c | ||
gimp-pdb.h | ||
gimppdb.c | ||
gimppdb.h | ||
gimpprocedure.c | ||
gimpprocedure.h | ||
gimprc_cmds.c | ||
gradient_select_cmds.c | ||
gradients_cmds.c | ||
guides_cmds.c | ||
help_cmds.c | ||
image_cmds.c | ||
internal_procs.c | ||
internal_procs.h | ||
layer_cmds.c | ||
message_cmds.c | ||
misc_cmds.c | ||
palette_cmds.c | ||
parasite_cmds.c | ||
paths_cmds.c | ||
pattern_select_cmds.c | ||
patterns_cmds.c | ||
pdb_glue.h | ||
plug_in_cmds.c | ||
procedural_db.c | ||
procedural_db.h | ||
procedural_db_cmds.c | ||
selection_cmds.c | ||
text_tool_cmds.c | ||
tools_cmds.c | ||
undo_cmds.c | ||
unit_cmds.c |
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.