gimp/app/pdb
Sven Neumann a44d24ccf3 added construct-only property "undo-desc". Use this when pushing an undo
2006-09-03  Sven Neumann  <sven@gimp.org>

        * app/paint/gimppaintcore.[ch]: added construct-only property
        "undo-desc". Use this when pushing an undo instead of attempting
        an unsuccessful lookup of the GimpPaintInfo object.

        * tools/pdbgen/pdb/paint_tools.pdb
        * app/tools/gimppainttool.c: use paint_info->blurb as undo
        description when constructing the paint core.

        * app/pdb/paint_tools_cmds.c: regenerated.
2006-09-03 13:16:58 +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 app/pdb/gimppluginprocedure.[ch] removed these 2006-08-05 21:21:01 +00:00
README Added another warning about autogenerated files 2001-01-21 22:28:16 +00:00
brush_cmds.c added new function gimp_message() as a replacement for g_message(). Part 2006-08-08 21:06:36 +00:00
brush_select_cmds.c tools/pdbgen/app.pl removed code that used to fiddles with the argument 2006-05-18 17:25:15 +00:00
brushes_cmds.c tools/pdbgen/app.pl removed code that used to fiddles with the argument 2006-05-18 17:25:15 +00:00
buffer_cmds.c tools/pdbgen/app.pl removed code that used to fiddles with the argument 2006-05-18 17:25:15 +00:00
channel_cmds.c in help texts, refer to other procedures using_c_syntax(). This way 2006-06-14 08:32:08 +00:00
color_cmds.c in help texts, refer to other procedures using_c_syntax(). This way 2006-06-14 08:32:08 +00:00
context_cmds.c in help texts, refer to other procedures using_c_syntax(). This way 2006-06-14 08:32:08 +00:00
convert_cmds.c tools/pdbgen/stddefs.pdb Attributed custom dither code to David Gowers and 2006-08-04 19:59:39 +00:00
display_cmds.c added "gboolean none_ok" members to GimpParamSpecImageID, 2006-05-06 18:57:51 +00:00
drawable_cmds.c Changed GimpViewable preview rendering to have a context to get 2006-08-29 21:44:51 +00:00
drawable_transform_cmds.c tools/pdbgen/pdb/drawable_transform.pdb add the drawable's offset to the x 2006-05-23 11:11:06 +00:00
edit_cmds.c app/core/core-enums.h tools/pdbgen/pdb/edit.pdb applied patch from David 2006-08-15 16:20:46 +00:00
fileops_cmds.c added a GError parameter to file_utils_find_proc(). 2006-08-10 21:22:05 +00:00
floating_sel_cmds.c tools/pdbgen/app.pl removed code that used to fiddles with the argument 2006-05-18 17:25:15 +00:00
font_select_cmds.c app/pdb/Makefile.am app/pdb/pdb-types.h new object GimpPDB which keeps all 2006-04-26 09:13:47 +00:00
fonts_cmds.c app/pdb/Makefile.am app/pdb/pdb-types.h new object GimpPDB which keeps all 2006-04-26 09:13:47 +00:00
gimp-pdb-compat.c added gimp_pdb_compat_procs_register(). 2006-08-05 18:27:56 +00:00
gimp-pdb-compat.h added gimp_pdb_compat_procs_register(). 2006-08-05 18:27:56 +00:00
gimppdb-query.c tools/pdbgen/app.pl removed code that used to fiddles with the argument 2006-05-18 17:25:15 +00:00
gimppdb-query.h app/pdb/Makefile.am app/pdb/pdb-types.h new object GimpPDB which keeps all 2006-04-26 09:13:47 +00:00
gimppdb.c added new function gimp_message() as a replacement for g_message(). Part 2006-08-08 21:06:36 +00:00
gimppdb.h Added some signals inspired by Rockwalrus' libpdb: 2006-04-27 19:36:13 +00:00
gimpprocedure.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimpprocedure.h changed parameter "gint display_ID" to "GimpObject *display". 2006-05-05 08:29:33 +00:00
gimprc_cmds.c in help texts, refer to other procedures using_c_syntax(). This way 2006-06-14 08:32:08 +00:00
gradient_cmds.c minor documentation fix 2006-09-01 12:28:41 +00:00
gradient_select_cmds.c tools/pdbgen/app.pl removed code that used to fiddles with the argument 2006-05-18 17:25:15 +00:00
gradients_cmds.c Changed GimpViewable preview rendering to have a context to get 2006-08-29 21:44:51 +00:00
grid_cmds.c tools/pdbgen/app.pl removed code that used to fiddles with the argument 2006-05-18 17:25:15 +00:00
guides_cmds.c added gimp_guide_get_ID(). 2006-06-07 15:49:59 +00:00
help_cmds.c in help texts, refer to other procedures using_c_syntax(). This way 2006-06-14 08:32:08 +00:00
image_cmds.c Changed GimpViewable preview rendering to have a context to get 2006-08-29 21:44:51 +00:00
internal_procs.c Merged the "soc-2006-healing-brush" branch. That branch is now officially 2006-09-02 18:54:35 +00:00
internal_procs.h app/pdb/Makefile.am app/pdb/pdb-types.h new object GimpPDB which keeps all 2006-04-26 09:13:47 +00:00
layer_cmds.c in help texts, refer to other procedures using_c_syntax(). This way 2006-06-14 08:32:08 +00:00
makefile.msc updated 2006-08-15 15:13:08 +00:00
message_cmds.c app/core/gimp-gui.[ch] renamed gimp_message() to gimp_show_message() 2006-08-08 18:18:40 +00:00
misc_cmds.c app/pdb/Makefile.am app/pdb/pdb-types.h new object GimpPDB which keeps all 2006-04-26 09:13:47 +00:00
paint_tools_cmds.c added construct-only property "undo-desc". Use this when pushing an undo 2006-09-03 13:16:58 +00:00
palette_cmds.c added new function gimp_message() as a replacement for g_message(). Part 2006-08-08 21:06:36 +00:00
palette_select_cmds.c app/pdb/Makefile.am app/pdb/pdb-types.h new object GimpPDB which keeps all 2006-04-26 09:13:47 +00:00
palettes_cmds.c added "has_alpha" to GimpParamSpecRGB. Made the GimpParamSpecRGB struct 2006-04-27 15:19:59 +00:00
parasite_cmds.c added "gboolean none_ok" members to GimpParamSpecImageID, 2006-05-06 18:57:51 +00:00
paths_cmds.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-08-25 17:19:36 +00:00
pattern_cmds.c app/pdb/Makefile.am app/pdb/pdb-types.h new object GimpPDB which keeps all 2006-04-26 09:13:47 +00:00
pattern_select_cmds.c app/pdb/Makefile.am app/pdb/pdb-types.h new object GimpPDB which keeps all 2006-04-26 09:13:47 +00:00
patterns_cmds.c app/pdb/Makefile.am app/pdb/pdb-types.h new object GimpPDB which keeps all 2006-04-26 09:13:47 +00:00
pdb-types.h app/pdb/Makefile.am app/pdb/pdb-types.h new object GimpPDB which keeps all 2006-04-26 09:13:47 +00:00
plug_in_cmds.c app/pdb/Makefile.am app/pdb/gimppluginprocedure.[ch] removed these 2006-08-05 21:21:01 +00:00
procedural_db_cmds.c in help texts, refer to other procedures using_c_syntax(). This way 2006-06-14 08:32:08 +00:00
progress_cmds.c turn c_style_procedure_names() in $proc->{help} into 2006-05-19 12:58:27 +00:00
selection_cmds.c fixed documentation of gimp-selection-sharpen (bug #343911). 2006-06-05 20:36:21 +00:00
selection_tools_cmds.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-08-25 17:19:36 +00:00
text_tool_cmds.c applied a (slightly modified) patch from Joao that improves PDB 2006-06-28 06:35:21 +00:00
transform_tools_cmds.c tools/pdbgen/pdb/drawable_transform.pdb add the drawable's offset to the x 2006-05-23 11:11:06 +00:00
undo_cmds.c tools/pdbgen/stddefs.pdb Attributed custom dither code to David Gowers and 2006-08-04 19:59:39 +00:00
unit_cmds.c in help texts, refer to other procedures using_c_syntax(). This way 2006-06-14 08:32:08 +00:00
vectors_cmds.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-08-25 17:19:36 +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.