1997-11-25 06:05:25 +08:00
|
|
|
/* The GIMP -- an image manipulation program
|
2000-02-17 19:44:27 +08:00
|
|
|
* Copyright (C) 1995-2000 Spencer Kimball and Peter Mattis
|
1997-11-25 06:05:25 +08:00
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program; if not, write to the Free Software
|
1998-04-13 13:44:11 +08:00
|
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
1997-11-25 06:05:25 +08:00
|
|
|
*/
|
1999-04-27 12:57:59 +08:00
|
|
|
|
|
|
|
/* NOTE: This file is autogenerated by pdbgen.pl. */
|
|
|
|
|
|
|
|
#include "config.h"
|
|
|
|
|
1999-04-28 15:03:35 +08:00
|
|
|
#include <glib.h>
|
1998-01-20 08:12:21 +08:00
|
|
|
#include "app_procs.h"
|
1997-11-25 06:05:25 +08:00
|
|
|
|
1998-11-23 22:47:09 +08:00
|
|
|
#include "libgimp/gimpintl.h"
|
1997-11-25 06:05:25 +08:00
|
|
|
|
1999-04-27 12:57:59 +08:00
|
|
|
/* Forward declarations for registering PDB procs */
|
|
|
|
|
1999-04-28 15:03:35 +08:00
|
|
|
void register_brush_select_procs (void);
|
|
|
|
void register_brushes_procs (void);
|
|
|
|
void register_channel_procs (void);
|
|
|
|
void register_channel_ops_procs (void);
|
|
|
|
void register_color_procs (void);
|
|
|
|
void register_convert_procs (void);
|
2000-06-01 20:20:13 +08:00
|
|
|
void register_display_procs (void);
|
1999-04-28 15:03:35 +08:00
|
|
|
void register_drawable_procs (void);
|
gave parasite undo a MISC_UNDO class for now so it compiles
* app/gimpdrawable.c: gave parasite undo a MISC_UNDO class for now
so it compiles
* app/tools_cmds.c: fix crop invoker to give correct args to
crop_image
* app/color_cmds.c: s/GRAY/GRAY_LUT/g;
* app/brush_select.[ch]: removed PDB procs, export brush_active_dialogs,
brush_select_dialog, s/active_dialogs/brush_active_dialogs/
* app/gimage_cmds.[ch]
* app/channel_ops.[ch]: removed channel ops PDB procs, moved duplicate
function from gimage_cmds to channel_ops, export offset and duplicate
* app/gimpbrushlist.[ch]: removed PDB procs
* app/gradient.[ch]: removed PDB procs,
* app/gradient_header.h: exported G_SAMPLE, GradSelect, num_gradients,
grad_active_dialogs, gradient_select_dialog
* app/gradient_select.c: removed PDB procs,
s/active_dialogs/grad_active_dialogs/
* app/patterns.[ch]: removed PDB procs
* app/pattern_select.[ch]: removed PDB procs,
s/active_dialogs/pattern_active_dialogs/
* app/procedural_db.c: removed PDB procs and supporting functions
* app/procedrual_db.h: fiddled with enums
* app/channel_cmds.[ch]
* app/drawable_cmds.[ch]
* app/parasite_cmds.[ch]: pdbgenned now, removed header files
* app/gimpparasite.c: minor cleanup
* app/internal_procs.c: use pdbgen stuff
* app/tools_cmds.c
* app/text_tool_cmds.c: updated from pdbgen
* app/brushes_cmds.c
* app/brush_select_cmds.c
* app/gradient_cmds.c
* app/gradient_select_cmds.c
* app/patterns_cmds.c
* app/pattern_select_cmds.c
* app/procedural_db_cmds.c: new pdbgen files
* app/Makefile.am: file shuffle (see above)
-Yosh
1999-04-24 04:54:02 +08:00
|
|
|
void register_edit_procs (void);
|
1999-05-01 05:11:27 +08:00
|
|
|
void register_fileops_procs (void);
|
gave parasite undo a MISC_UNDO class for now so it compiles
* app/gimpdrawable.c: gave parasite undo a MISC_UNDO class for now
so it compiles
* app/tools_cmds.c: fix crop invoker to give correct args to
crop_image
* app/color_cmds.c: s/GRAY/GRAY_LUT/g;
* app/brush_select.[ch]: removed PDB procs, export brush_active_dialogs,
brush_select_dialog, s/active_dialogs/brush_active_dialogs/
* app/gimage_cmds.[ch]
* app/channel_ops.[ch]: removed channel ops PDB procs, moved duplicate
function from gimage_cmds to channel_ops, export offset and duplicate
* app/gimpbrushlist.[ch]: removed PDB procs
* app/gradient.[ch]: removed PDB procs,
* app/gradient_header.h: exported G_SAMPLE, GradSelect, num_gradients,
grad_active_dialogs, gradient_select_dialog
* app/gradient_select.c: removed PDB procs,
s/active_dialogs/grad_active_dialogs/
* app/patterns.[ch]: removed PDB procs
* app/pattern_select.[ch]: removed PDB procs,
s/active_dialogs/pattern_active_dialogs/
* app/procedural_db.c: removed PDB procs and supporting functions
* app/procedrual_db.h: fiddled with enums
* app/channel_cmds.[ch]
* app/drawable_cmds.[ch]
* app/parasite_cmds.[ch]: pdbgenned now, removed header files
* app/gimpparasite.c: minor cleanup
* app/internal_procs.c: use pdbgen stuff
* app/tools_cmds.c
* app/text_tool_cmds.c: updated from pdbgen
* app/brushes_cmds.c
* app/brush_select_cmds.c
* app/gradient_cmds.c
* app/gradient_select_cmds.c
* app/patterns_cmds.c
* app/pattern_select_cmds.c
* app/procedural_db_cmds.c: new pdbgen files
* app/Makefile.am: file shuffle (see above)
-Yosh
1999-04-24 04:54:02 +08:00
|
|
|
void register_floating_sel_procs (void);
|
1999-04-27 12:57:59 +08:00
|
|
|
void register_gimprc_procs (void);
|
2000-06-02 05:18:04 +08:00
|
|
|
void register_gradients_procs (void);
|
1999-04-28 15:03:35 +08:00
|
|
|
void register_gradient_select_procs (void);
|
|
|
|
void register_guides_procs (void);
|
2000-05-31 21:24:14 +08:00
|
|
|
void register_help_procs (void);
|
2000-06-01 20:20:13 +08:00
|
|
|
void register_image_procs (void);
|
1999-04-28 15:03:35 +08:00
|
|
|
void register_layer_procs (void);
|
2000-05-31 21:24:14 +08:00
|
|
|
void register_message_procs (void);
|
1999-04-28 15:03:35 +08:00
|
|
|
void register_misc_procs (void);
|
|
|
|
void register_palette_procs (void);
|
1999-04-27 12:57:59 +08:00
|
|
|
void register_parasite_procs (void);
|
gave parasite undo a MISC_UNDO class for now so it compiles
* app/gimpdrawable.c: gave parasite undo a MISC_UNDO class for now
so it compiles
* app/tools_cmds.c: fix crop invoker to give correct args to
crop_image
* app/color_cmds.c: s/GRAY/GRAY_LUT/g;
* app/brush_select.[ch]: removed PDB procs, export brush_active_dialogs,
brush_select_dialog, s/active_dialogs/brush_active_dialogs/
* app/gimage_cmds.[ch]
* app/channel_ops.[ch]: removed channel ops PDB procs, moved duplicate
function from gimage_cmds to channel_ops, export offset and duplicate
* app/gimpbrushlist.[ch]: removed PDB procs
* app/gradient.[ch]: removed PDB procs,
* app/gradient_header.h: exported G_SAMPLE, GradSelect, num_gradients,
grad_active_dialogs, gradient_select_dialog
* app/gradient_select.c: removed PDB procs,
s/active_dialogs/grad_active_dialogs/
* app/patterns.[ch]: removed PDB procs
* app/pattern_select.[ch]: removed PDB procs,
s/active_dialogs/pattern_active_dialogs/
* app/procedural_db.c: removed PDB procs and supporting functions
* app/procedrual_db.h: fiddled with enums
* app/channel_cmds.[ch]
* app/drawable_cmds.[ch]
* app/parasite_cmds.[ch]: pdbgenned now, removed header files
* app/gimpparasite.c: minor cleanup
* app/internal_procs.c: use pdbgen stuff
* app/tools_cmds.c
* app/text_tool_cmds.c: updated from pdbgen
* app/brushes_cmds.c
* app/brush_select_cmds.c
* app/gradient_cmds.c
* app/gradient_select_cmds.c
* app/patterns_cmds.c
* app/pattern_select_cmds.c
* app/procedural_db_cmds.c: new pdbgen files
* app/Makefile.am: file shuffle (see above)
-Yosh
1999-04-24 04:54:02 +08:00
|
|
|
void register_paths_procs (void);
|
1999-04-28 15:03:35 +08:00
|
|
|
void register_pattern_select_procs (void);
|
|
|
|
void register_patterns_procs (void);
|
1999-05-04 03:22:58 +08:00
|
|
|
void register_plug_in_procs (void);
|
1999-04-27 12:57:59 +08:00
|
|
|
void register_procedural_db_procs (void);
|
2000-06-01 20:20:13 +08:00
|
|
|
void register_selection_procs (void);
|
gave parasite undo a MISC_UNDO class for now so it compiles
* app/gimpdrawable.c: gave parasite undo a MISC_UNDO class for now
so it compiles
* app/tools_cmds.c: fix crop invoker to give correct args to
crop_image
* app/color_cmds.c: s/GRAY/GRAY_LUT/g;
* app/brush_select.[ch]: removed PDB procs, export brush_active_dialogs,
brush_select_dialog, s/active_dialogs/brush_active_dialogs/
* app/gimage_cmds.[ch]
* app/channel_ops.[ch]: removed channel ops PDB procs, moved duplicate
function from gimage_cmds to channel_ops, export offset and duplicate
* app/gimpbrushlist.[ch]: removed PDB procs
* app/gradient.[ch]: removed PDB procs,
* app/gradient_header.h: exported G_SAMPLE, GradSelect, num_gradients,
grad_active_dialogs, gradient_select_dialog
* app/gradient_select.c: removed PDB procs,
s/active_dialogs/grad_active_dialogs/
* app/patterns.[ch]: removed PDB procs
* app/pattern_select.[ch]: removed PDB procs,
s/active_dialogs/pattern_active_dialogs/
* app/procedural_db.c: removed PDB procs and supporting functions
* app/procedrual_db.h: fiddled with enums
* app/channel_cmds.[ch]
* app/drawable_cmds.[ch]
* app/parasite_cmds.[ch]: pdbgenned now, removed header files
* app/gimpparasite.c: minor cleanup
* app/internal_procs.c: use pdbgen stuff
* app/tools_cmds.c
* app/text_tool_cmds.c: updated from pdbgen
* app/brushes_cmds.c
* app/brush_select_cmds.c
* app/gradient_cmds.c
* app/gradient_select_cmds.c
* app/patterns_cmds.c
* app/pattern_select_cmds.c
* app/procedural_db_cmds.c: new pdbgen files
* app/Makefile.am: file shuffle (see above)
-Yosh
1999-04-24 04:54:02 +08:00
|
|
|
void register_text_tool_procs (void);
|
|
|
|
void register_tools_procs (void);
|
1999-04-28 15:03:35 +08:00
|
|
|
void register_undo_procs (void);
|
|
|
|
void register_unit_procs (void);
|
1999-04-27 12:57:59 +08:00
|
|
|
|
2000-08-22 05:23:31 +08:00
|
|
|
/* 323 procedures registered total */
|
1999-03-28 14:55:29 +08:00
|
|
|
|
1997-11-25 06:05:25 +08:00
|
|
|
void
|
gave parasite undo a MISC_UNDO class for now so it compiles
* app/gimpdrawable.c: gave parasite undo a MISC_UNDO class for now
so it compiles
* app/tools_cmds.c: fix crop invoker to give correct args to
crop_image
* app/color_cmds.c: s/GRAY/GRAY_LUT/g;
* app/brush_select.[ch]: removed PDB procs, export brush_active_dialogs,
brush_select_dialog, s/active_dialogs/brush_active_dialogs/
* app/gimage_cmds.[ch]
* app/channel_ops.[ch]: removed channel ops PDB procs, moved duplicate
function from gimage_cmds to channel_ops, export offset and duplicate
* app/gimpbrushlist.[ch]: removed PDB procs
* app/gradient.[ch]: removed PDB procs,
* app/gradient_header.h: exported G_SAMPLE, GradSelect, num_gradients,
grad_active_dialogs, gradient_select_dialog
* app/gradient_select.c: removed PDB procs,
s/active_dialogs/grad_active_dialogs/
* app/patterns.[ch]: removed PDB procs
* app/pattern_select.[ch]: removed PDB procs,
s/active_dialogs/pattern_active_dialogs/
* app/procedural_db.c: removed PDB procs and supporting functions
* app/procedrual_db.h: fiddled with enums
* app/channel_cmds.[ch]
* app/drawable_cmds.[ch]
* app/parasite_cmds.[ch]: pdbgenned now, removed header files
* app/gimpparasite.c: minor cleanup
* app/internal_procs.c: use pdbgen stuff
* app/tools_cmds.c
* app/text_tool_cmds.c: updated from pdbgen
* app/brushes_cmds.c
* app/brush_select_cmds.c
* app/gradient_cmds.c
* app/gradient_select_cmds.c
* app/patterns_cmds.c
* app/pattern_select_cmds.c
* app/procedural_db_cmds.c: new pdbgen files
* app/Makefile.am: file shuffle (see above)
-Yosh
1999-04-24 04:54:02 +08:00
|
|
|
internal_procs_init (void)
|
1997-11-25 06:05:25 +08:00
|
|
|
{
|
1999-04-28 15:03:35 +08:00
|
|
|
app_init_update_status (_("Internal Procedures"), _("Brush UI"), 0.0);
|
|
|
|
register_brush_select_procs ();
|
1998-01-20 08:12:21 +08:00
|
|
|
|
2000-02-16 07:49:03 +08:00
|
|
|
app_init_update_status (NULL, _("Brushes"), 0.009);
|
1999-04-28 15:03:35 +08:00
|
|
|
register_brushes_procs ();
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2000-04-24 23:22:57 +08:00
|
|
|
app_init_update_status (NULL, _("Channel"), 0.043);
|
1999-04-28 15:03:35 +08:00
|
|
|
register_channel_procs ();
|
1998-01-20 08:12:21 +08:00
|
|
|
|
2000-02-24 02:07:53 +08:00
|
|
|
app_init_update_status (NULL, _("Channel Ops"), 0.09);
|
1999-04-28 15:03:35 +08:00
|
|
|
register_channel_ops_procs ();
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2000-04-24 23:22:57 +08:00
|
|
|
app_init_update_status (NULL, _("Color"), 0.096);
|
1999-04-28 15:03:35 +08:00
|
|
|
register_color_procs ();
|
1998-01-20 08:12:21 +08:00
|
|
|
|
2000-08-22 05:23:31 +08:00
|
|
|
app_init_update_status (NULL, _("Convert"), 0.133);
|
1999-04-27 12:57:59 +08:00
|
|
|
register_convert_procs ();
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2000-08-22 05:23:31 +08:00
|
|
|
app_init_update_status (NULL, _("GDisplay procedures"), 0.142);
|
2000-06-01 20:20:13 +08:00
|
|
|
register_display_procs ();
|
|
|
|
|
|
|
|
app_init_update_status (NULL, _("Drawable procedures"), 0.152);
|
1999-04-27 12:57:59 +08:00
|
|
|
register_drawable_procs ();
|
1998-01-20 08:12:21 +08:00
|
|
|
|
2000-06-01 20:20:13 +08:00
|
|
|
app_init_update_status (NULL, _("Edit procedures"), 0.22);
|
1999-04-28 15:03:35 +08:00
|
|
|
register_edit_procs ();
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2000-08-22 05:23:31 +08:00
|
|
|
app_init_update_status (NULL, _("File Operations"), 0.238);
|
1999-05-01 05:11:27 +08:00
|
|
|
register_fileops_procs ();
|
|
|
|
|
2000-08-22 05:23:31 +08:00
|
|
|
app_init_update_status (NULL, _("Floating selections"), 0.263);
|
1999-04-28 15:03:35 +08:00
|
|
|
register_floating_sel_procs ();
|
1998-01-20 08:12:21 +08:00
|
|
|
|
2000-08-22 05:23:31 +08:00
|
|
|
app_init_update_status (NULL, _("Gimprc procedures"), 0.282);
|
1999-04-28 15:03:35 +08:00
|
|
|
register_gimprc_procs ();
|
gave parasite undo a MISC_UNDO class for now so it compiles
* app/gimpdrawable.c: gave parasite undo a MISC_UNDO class for now
so it compiles
* app/tools_cmds.c: fix crop invoker to give correct args to
crop_image
* app/color_cmds.c: s/GRAY/GRAY_LUT/g;
* app/brush_select.[ch]: removed PDB procs, export brush_active_dialogs,
brush_select_dialog, s/active_dialogs/brush_active_dialogs/
* app/gimage_cmds.[ch]
* app/channel_ops.[ch]: removed channel ops PDB procs, moved duplicate
function from gimage_cmds to channel_ops, export offset and duplicate
* app/gimpbrushlist.[ch]: removed PDB procs
* app/gradient.[ch]: removed PDB procs,
* app/gradient_header.h: exported G_SAMPLE, GradSelect, num_gradients,
grad_active_dialogs, gradient_select_dialog
* app/gradient_select.c: removed PDB procs,
s/active_dialogs/grad_active_dialogs/
* app/patterns.[ch]: removed PDB procs
* app/pattern_select.[ch]: removed PDB procs,
s/active_dialogs/pattern_active_dialogs/
* app/procedural_db.c: removed PDB procs and supporting functions
* app/procedrual_db.h: fiddled with enums
* app/channel_cmds.[ch]
* app/drawable_cmds.[ch]
* app/parasite_cmds.[ch]: pdbgenned now, removed header files
* app/gimpparasite.c: minor cleanup
* app/internal_procs.c: use pdbgen stuff
* app/tools_cmds.c
* app/text_tool_cmds.c: updated from pdbgen
* app/brushes_cmds.c
* app/brush_select_cmds.c
* app/gradient_cmds.c
* app/gradient_select_cmds.c
* app/patterns_cmds.c
* app/pattern_select_cmds.c
* app/procedural_db_cmds.c: new pdbgen files
* app/Makefile.am: file shuffle (see above)
-Yosh
1999-04-24 04:54:02 +08:00
|
|
|
|
2000-08-22 05:23:31 +08:00
|
|
|
app_init_update_status (NULL, _("Gradients"), 0.291);
|
2000-06-02 05:18:04 +08:00
|
|
|
register_gradients_procs ();
|
gave parasite undo a MISC_UNDO class for now so it compiles
* app/gimpdrawable.c: gave parasite undo a MISC_UNDO class for now
so it compiles
* app/tools_cmds.c: fix crop invoker to give correct args to
crop_image
* app/color_cmds.c: s/GRAY/GRAY_LUT/g;
* app/brush_select.[ch]: removed PDB procs, export brush_active_dialogs,
brush_select_dialog, s/active_dialogs/brush_active_dialogs/
* app/gimage_cmds.[ch]
* app/channel_ops.[ch]: removed channel ops PDB procs, moved duplicate
function from gimage_cmds to channel_ops, export offset and duplicate
* app/gimpbrushlist.[ch]: removed PDB procs
* app/gradient.[ch]: removed PDB procs,
* app/gradient_header.h: exported G_SAMPLE, GradSelect, num_gradients,
grad_active_dialogs, gradient_select_dialog
* app/gradient_select.c: removed PDB procs,
s/active_dialogs/grad_active_dialogs/
* app/patterns.[ch]: removed PDB procs
* app/pattern_select.[ch]: removed PDB procs,
s/active_dialogs/pattern_active_dialogs/
* app/procedural_db.c: removed PDB procs and supporting functions
* app/procedrual_db.h: fiddled with enums
* app/channel_cmds.[ch]
* app/drawable_cmds.[ch]
* app/parasite_cmds.[ch]: pdbgenned now, removed header files
* app/gimpparasite.c: minor cleanup
* app/internal_procs.c: use pdbgen stuff
* app/tools_cmds.c
* app/text_tool_cmds.c: updated from pdbgen
* app/brushes_cmds.c
* app/brush_select_cmds.c
* app/gradient_cmds.c
* app/gradient_select_cmds.c
* app/patterns_cmds.c
* app/pattern_select_cmds.c
* app/procedural_db_cmds.c: new pdbgen files
* app/Makefile.am: file shuffle (see above)
-Yosh
1999-04-24 04:54:02 +08:00
|
|
|
|
2000-06-01 20:20:13 +08:00
|
|
|
app_init_update_status (NULL, _("Gradient UI"), 0.307);
|
1999-04-28 15:03:35 +08:00
|
|
|
register_gradient_select_procs ();
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2000-08-22 05:23:31 +08:00
|
|
|
app_init_update_status (NULL, _("Guide procedures"), 0.319);
|
1999-04-28 15:03:35 +08:00
|
|
|
register_guides_procs ();
|
1998-01-20 08:12:21 +08:00
|
|
|
|
2000-08-22 05:23:31 +08:00
|
|
|
app_init_update_status (NULL, _("Help procedures"), 0.337);
|
2000-05-31 21:24:14 +08:00
|
|
|
register_help_procs ();
|
1999-05-04 03:22:58 +08:00
|
|
|
|
2000-08-22 05:23:31 +08:00
|
|
|
app_init_update_status (NULL, _("Image"), 0.341);
|
2000-06-01 20:20:13 +08:00
|
|
|
register_image_procs ();
|
|
|
|
|
2000-08-22 05:23:31 +08:00
|
|
|
app_init_update_status (NULL, _("Layer"), 0.523);
|
1999-04-28 15:03:35 +08:00
|
|
|
register_layer_procs ();
|
|
|
|
|
2000-08-22 05:23:31 +08:00
|
|
|
app_init_update_status (NULL, _("Interface"), 0.619);
|
2000-05-31 21:24:14 +08:00
|
|
|
register_message_procs ();
|
|
|
|
|
2000-08-22 05:23:31 +08:00
|
|
|
app_init_update_status (NULL, _("Miscellaneous"), 0.628);
|
1999-04-27 12:57:59 +08:00
|
|
|
register_misc_procs ();
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2000-08-22 05:23:31 +08:00
|
|
|
app_init_update_status (NULL, _("Palette"), 0.635);
|
1999-04-28 15:03:35 +08:00
|
|
|
register_palette_procs ();
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2000-08-22 05:23:31 +08:00
|
|
|
app_init_update_status (NULL, _("Parasite procedures"), 0.656);
|
1999-04-28 15:03:35 +08:00
|
|
|
register_parasite_procs ();
|
1998-01-20 08:12:21 +08:00
|
|
|
|
2000-08-22 05:23:31 +08:00
|
|
|
app_init_update_status (NULL, _("Paths"), 0.693);
|
1999-04-28 15:03:35 +08:00
|
|
|
register_paths_procs ();
|
1998-10-08 16:15:21 +08:00
|
|
|
|
2000-08-22 05:23:31 +08:00
|
|
|
app_init_update_status (NULL, _("Pattern UI"), 0.734);
|
1999-04-27 12:57:59 +08:00
|
|
|
register_pattern_select_procs ();
|
1999-03-22 08:51:30 +08:00
|
|
|
|
2000-08-22 05:23:31 +08:00
|
|
|
app_init_update_status (NULL, _("Patterns"), 0.743);
|
1999-04-28 15:03:35 +08:00
|
|
|
register_patterns_procs ();
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2000-08-22 05:23:31 +08:00
|
|
|
app_init_update_status (NULL, _("Plug-in"), 0.755);
|
1999-05-04 03:22:58 +08:00
|
|
|
register_plug_in_procs ();
|
|
|
|
|
2000-08-22 05:23:31 +08:00
|
|
|
app_init_update_status (NULL, _("Procedural database"), 0.774);
|
1999-04-28 15:03:35 +08:00
|
|
|
register_procedural_db_procs ();
|
1999-03-17 04:14:07 +08:00
|
|
|
|
2000-08-22 05:23:31 +08:00
|
|
|
app_init_update_status (NULL, _("Image mask"), 0.799);
|
2000-06-01 20:20:13 +08:00
|
|
|
register_selection_procs ();
|
|
|
|
|
2000-08-22 05:23:31 +08:00
|
|
|
app_init_update_status (NULL, _("Text procedures"), 0.851);
|
1999-04-28 15:03:35 +08:00
|
|
|
register_text_tool_procs ();
|
gave parasite undo a MISC_UNDO class for now so it compiles
* app/gimpdrawable.c: gave parasite undo a MISC_UNDO class for now
so it compiles
* app/tools_cmds.c: fix crop invoker to give correct args to
crop_image
* app/color_cmds.c: s/GRAY/GRAY_LUT/g;
* app/brush_select.[ch]: removed PDB procs, export brush_active_dialogs,
brush_select_dialog, s/active_dialogs/brush_active_dialogs/
* app/gimage_cmds.[ch]
* app/channel_ops.[ch]: removed channel ops PDB procs, moved duplicate
function from gimage_cmds to channel_ops, export offset and duplicate
* app/gimpbrushlist.[ch]: removed PDB procs
* app/gradient.[ch]: removed PDB procs,
* app/gradient_header.h: exported G_SAMPLE, GradSelect, num_gradients,
grad_active_dialogs, gradient_select_dialog
* app/gradient_select.c: removed PDB procs,
s/active_dialogs/grad_active_dialogs/
* app/patterns.[ch]: removed PDB procs
* app/pattern_select.[ch]: removed PDB procs,
s/active_dialogs/pattern_active_dialogs/
* app/procedural_db.c: removed PDB procs and supporting functions
* app/procedrual_db.h: fiddled with enums
* app/channel_cmds.[ch]
* app/drawable_cmds.[ch]
* app/parasite_cmds.[ch]: pdbgenned now, removed header files
* app/gimpparasite.c: minor cleanup
* app/internal_procs.c: use pdbgen stuff
* app/tools_cmds.c
* app/text_tool_cmds.c: updated from pdbgen
* app/brushes_cmds.c
* app/brush_select_cmds.c
* app/gradient_cmds.c
* app/gradient_select_cmds.c
* app/patterns_cmds.c
* app/pattern_select_cmds.c
* app/procedural_db_cmds.c: new pdbgen files
* app/Makefile.am: file shuffle (see above)
-Yosh
1999-04-24 04:54:02 +08:00
|
|
|
|
2000-08-22 05:23:31 +08:00
|
|
|
app_init_update_status (NULL, _("Tool procedures"), 0.864);
|
1999-04-28 15:03:35 +08:00
|
|
|
register_tools_procs ();
|
|
|
|
|
2000-08-22 05:23:31 +08:00
|
|
|
app_init_update_status (NULL, _("Undo"), 0.957);
|
1999-04-28 15:03:35 +08:00
|
|
|
register_undo_procs ();
|
|
|
|
|
2000-08-22 05:23:31 +08:00
|
|
|
app_init_update_status (NULL, _("Units"), 0.963);
|
1999-04-28 15:03:35 +08:00
|
|
|
register_unit_procs ();
|
1997-11-25 06:05:25 +08:00
|
|
|
}
|