mirror of https://github.com/GNOME/gimp.git
![]() 2001-12-01 Michael Natterer <mitch@gimp.org> * app/main.c * app/appenv.h: moved "message_handler" from here... * app/core/gimp.[ch]: ...to here. Added gimp_message() and a "gui_message_func" pointer... * app/gui/gui.c: ...which gets set here to gui_message(). * app/errors.c: don't include any gui stuff but simply call gimp_message(). * app/app_procs.c: don't set "message_handler" here, it's done in gui.c now. * app/gui/error-console-dialog.[ch]: use gimp->message_handler. * app/gui/dialogs-constructors.c: pass a Gimp pointer to error_console_create(). * app/widgets/gimpwidgets-utils.[ch]: made the "message" parameter of gimp_message_box() a const gchar*, not just gchar*. * tools/pdbgen/pdb/message.pdb: use gimp->message_handler, don't include "appenv.h". * app/pdb/message_cmds.c: regenerated. * app/devices.[ch]: cleanup before chopping: removed global variable "current_device", added devices_get_current(), pass lots of Gimp pointers around. * app/gimprc.c: pass a Gimp pointer to devices_rc_update(). * app/display/gimpdisplayshell-callbacks.c * app/gui/toolbox.c * app/tools/gimppainttool.c: use devices_get_current(), pass Gimp pointers to all devices_foo() functions. * app/core/gimpimage-mask.c: no need to include "pdb/pdb-types.h". |
||
---|---|---|
.. | ||
.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 | ||
makefile.msc | ||
message_cmds.c | ||
misc_cmds.c | ||
palette_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 | ||
tools_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.