Gimp/app/pdb
Michael Natterer 4d6640ff79 Bug 721249 - pdb.gimp_context_set_brush_size() dont't work
Port selection/path stroking to using the PDB-controllable
paint options that live in GimpPDBContext.

Change gimp_item_stroke()'s "use_default_values" boolean which was
introduced at a time where we had no better way by a GimpPaintOptions
parameter. If a non-NULL paint_options is passed (when called from the
PDB), use it for stroking; if NULL is passed, use the actual paint
tool options from the GUI (when called from the menus or the stroke
dialog). In the PDB wrappers, get the right paint options object from
the PDB context associated with the calling plug-in.
2014-02-06 23:26:53 +01:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
brush-cmds.c pdb: minor formatting fix in generated PDB wrappers 2012-05-28 19:55:28 +02:00
brush-select-cmds.c pdb: minor formatting fix in generated PDB wrappers 2012-05-28 19:55:28 +02:00
brushes-cmds.c Revert "pdb: update documentation for all pdb functions whose return can be freed with g_strfreev()." 2012-12-04 21:07:34 +01:00
buffer-cmds.c Revert "pdb: update documentation for all pdb functions whose return can be freed with g_strfreev()." 2012-12-04 21:07:34 +01:00
channel-cmds.c Bug 708033 - Add paragraph support for the long description in pdbgen 2013-09-27 18:39:21 +02:00
color-cmds.c app,libgimp,pdb: add a "drawable_color" PDB group 2014-01-12 23:12:21 +01:00
context-cmds.c app: add gimp_paint_options_set_default_brush_size() 2014-01-04 15:48:34 +01:00
convert-cmds.c Add support for both gamma-corrected and linear for all bit depths 2013-06-23 16:51:24 +02:00
display-cmds.c pdb: minor formatting fix in generated PDB wrappers 2012-05-28 19:55:28 +02:00
drawable-cmds.c Bug 708033 - Add paragraph support for the long description in pdbgen 2013-09-27 18:39:21 +02:00
drawable-color-cmds.c pdb: add translation context to the newly added PDB functions 2014-01-13 01:27:37 +01:00
drawable-transform-cmds.c app, pdb, libgimp: Remove all traces of the supersampling recursion level 2013-05-31 01:15:32 +02:00
dynamics-cmds.c Revert "pdb: update documentation for all pdb functions whose return can be freed with g_strfreev()." 2012-12-04 21:07:34 +01:00
edit-cmds.c Bug 721249 - pdb.gimp_context_set_brush_size() dont't work 2014-02-06 23:26:53 +01:00
fileops-cmds.c pdb: allow file procedures to register themselves for handling URIs 2012-11-17 16:01:52 +01:00
floating-sel-cmds.c Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
font-select-cmds.c pdb: minor formatting fix in generated PDB wrappers 2012-05-28 19:55:28 +02:00
fonts-cmds.c Revert "pdb: update documentation for all pdb functions whose return can be freed with g_strfreev()." 2012-12-04 21:07:34 +01:00
gimp-cmds.c Revert "pdb: update documentation for all pdb functions whose return can be freed with g_strfreev()." 2012-12-04 21:07:34 +01:00
gimp-pdb-compat.c libgimpcolor: add GdkPixbuf <-> GeglBuffer utility functions 2012-05-03 03:37:20 +02:00
gimp-pdb-compat.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimppdb-query.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimppdb-query.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimppdb-utils.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimppdb-utils.h pdb: replace gimppdb-utils' "writable" boolean by a bitmask 2012-11-08 20:46:18 +01:00
gimppdb.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimppdb.h Use GimpValueArray and GimpParamSpecValueArray 2012-05-04 00:51:50 +02:00
gimppdbcontext.c Bug 721249 - pdb.gimp_context_set_brush_size() dont't work 2014-02-06 23:26:53 +01:00
gimppdbcontext.h app, pdb, libgimp: Remove all traces of the supersampling recursion level 2013-05-31 01:15:32 +02:00
gimppdberror.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimppdberror.h app: add "ERROR" to the values of enum GimpPdbErrorCode 2012-03-05 19:36:59 +01:00
gimpprocedure.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpprocedure.h Use GimpValueArray and GimpParamSpecValueArray 2012-05-04 00:51:50 +02:00
gimprc-cmds.c pdb: minor formatting fix in generated PDB wrappers 2012-05-28 19:55:28 +02:00
gradient-cmds.c Bug 708033 - Add paragraph support for the long description in pdbgen 2013-09-27 18:39:21 +02:00
gradient-select-cmds.c pdb: minor formatting fix in generated PDB wrappers 2012-05-28 19:55:28 +02:00
gradients-cmds.c Revert "pdb: update documentation for all pdb functions whose return can be freed with g_strfreev()." 2012-12-04 21:07:34 +01:00
grid-cmds.c pdb: minor formatting fix in generated PDB wrappers 2012-05-28 19:55:28 +02:00
guides-cmds.c pdb: minor formatting fix in generated PDB wrappers 2012-05-28 19:55:28 +02:00
help-cmds.c pdb: minor formatting fix in generated PDB wrappers 2012-05-28 19:55:28 +02:00
image-cmds.c Completely rewrite metadata handling using gexiv2 2013-10-27 01:02:17 +02:00
image-select-cmds.c Bug 708033 - Add paragraph support for the long description in pdbgen 2013-09-27 18:39:21 +02:00
internal-procs.c app,libgimp,pdb: add a "drawable_color" PDB group 2014-01-12 23:12:21 +01:00
internal-procs.h app,libgimp,pdb: add a "drawable_color" PDB group 2014-01-12 23:12:21 +01:00
item-cmds.c Revert "pdb: update documentation for all pdb functions whose return can be freed with g_strfreev()." 2012-12-04 21:07:34 +01:00
item-transform-cmds.c Bug 708033 - Add paragraph support for the long description in pdbgen 2013-09-27 18:39:21 +02:00
layer-cmds.c pdb: fix gimp_layer_new_from_drawable() PDB wrapper 2013-11-19 21:39:13 +01:00
Makefile.am app,libgimp,pdb: add a "drawable_color" PDB group 2014-01-12 23:12:21 +01:00
message-cmds.c pdb: minor formatting fix in generated PDB wrappers 2012-05-28 19:55:28 +02:00
paint-tools-cmds.c Bug 721249 - pdb.gimp_context_set_brush_size() dont't work 2014-02-03 23:05:56 +01:00
palette-cmds.c Bug 683694 - Spelling errors 2012-11-11 15:50:25 +01:00
palette-select-cmds.c pdb: minor formatting fix in generated PDB wrappers 2012-05-28 19:55:28 +02:00
palettes-cmds.c Revert "pdb: update documentation for all pdb functions whose return can be freed with g_strfreev()." 2012-12-04 21:07:34 +01:00
paths-cmds.c Bug 721249 - pdb.gimp_context_set_brush_size() dont't work 2014-02-06 23:26:53 +01:00
pattern-cmds.c pdb: minor formatting fix in generated PDB wrappers 2012-05-28 19:55:28 +02:00
pattern-select-cmds.c pdb: minor formatting fix in generated PDB wrappers 2012-05-28 19:55:28 +02:00
patterns-cmds.c Revert "pdb: update documentation for all pdb functions whose return can be freed with g_strfreev()." 2012-12-04 21:07:34 +01:00
pdb-types.h Bug 674160 - Redesign of "Lock panel" 2012-11-09 11:17:25 +01:00
plug-in-cmds.c pdb: minor formatting fix in generated PDB wrappers 2012-05-28 19:55:28 +02:00
plug-in-compat-cmds.c plug-ins, pdb: remove the apply-canvas plug-in and add a compat procedure 2014-01-01 19:21:00 +01:00
procedural-db-cmds.c Revert "pdb: update documentation for all pdb functions whose return can be freed with g_strfreev()." 2012-12-04 21:07:34 +01:00
progress-cmds.c Bug 683694 - Spelling errors 2012-11-11 15:50:25 +01:00
README
selection-cmds.c pdb: replace gimppdb-utils' "writable" boolean by a bitmask 2012-11-08 20:46:18 +01:00
selection-tools-cmds.c pdb: minor formatting fix in generated PDB wrappers 2012-05-28 19:55:28 +02:00
text-layer-cmds.c pdb: replace gimppdb-utils' "writable" boolean by a bitmask 2012-11-08 20:46:18 +01:00
text-tool-cmds.c pdb: replace gimppdb-utils' "writable" boolean by a bitmask 2012-11-08 20:46:18 +01:00
transform-tools-cmds.c app, pdb, libgimp: Remove all traces of the supersampling recursion level 2013-05-31 01:15:32 +02:00
undo-cmds.c pdb: minor formatting fix in generated PDB wrappers 2012-05-28 19:55:28 +02:00
unit-cmds.c pdb: minor formatting fix in generated PDB wrappers 2012-05-28 19:55:28 +02:00
vectors-cmds.c Bug 701594 - gimp-image-select-item does not recognize path transformations 2013-06-04 16:48:41 +02:00

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.