mirror of https://github.com/GNOME/gimp.git
dcb6f225d9
2003-09-01 Michael Natterer <mitch@gimp.org> * app/core/gimpitem.[ch]: added new virtual function GimpItem::stroke(). * app/core/gimpchannel.c * app/vectors/gimpvectors.c: implement GimpItem::stroke(). * app/core/gimpimage-mask.[ch] (gimp_image_mask_stroke): changed signature to match gimp_item_stroke() (the selection mask *really* should be a GimpChannel subclass). Removed global variable "gboolean gimp_image_mask_stroking"... * app/core/gimpimage.[ch]: ...and added "gboolean mask_stroking" to the GimpImage struct. * app/gui/vectors-commands.[ch]: removed vectors_stroke_vectors(). * app/widgets/widgets-types.h: removed GimpStrokeItemFunc typedef. * app/widgets/gimpvectorstreeview.[ch]: removed "stroke_item_func" member and use gimp_item_stroke() instead. * app/gui/dialogs-constructors.c (dialogs_vectors_list_view_new) * app/gui/edit-commands.c (edit_stroke_cmd_callback) * app/gui/vectors-commands. (vectors_stroke_cmd_callback) * app/widgets/gimpselectioneditor.c (gimp_selection_editor_stroke_clicked) * tools/pdbgen/pdb/edit.pdb (gimp_edit_stroke): changed accordingly. * app/pdb/edit_cmds.c: regenerated. Note that there is no GUI for "stroke channel", although it would be utterly cool to have one, since currently slelection stroking cannot be masked by a selection (because we stroke the selection). Anyway, if anyone has an idea how to trigger "stroke channel" with another drawable active (the one to stroke to), please let me know... |
||
---|---|---|
.. | ||
.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 | ||
font_select_cmds.c | ||
gimp-pdb.c | ||
gimp-pdb.h | ||
gimppdb.c | ||
gimppdb.h | ||
gimppluginprocedure.c | ||
gimppluginprocedure.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 | ||
makefile.msc | ||
message_cmds.c | ||
misc_cmds.c | ||
misc_tools_cmds.c | ||
paint_tools_cmds.c | ||
palette_cmds.c | ||
palette_select_cmds.c | ||
palettes_cmds.c | ||
parasite_cmds.c | ||
paths_cmds.c | ||
pattern_select_cmds.c | ||
patterns_cmds.c | ||
pdb-types.h | ||
pdb_glue.h | ||
plug_in_cmds.c | ||
procedural_db.c | ||
procedural_db.h | ||
procedural_db_cmds.c | ||
selection_cmds.c | ||
selection_tools_cmds.c | ||
text_tool_cmds.c | ||
transform_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.