gimp/app/pdb
Ell 350c7ca338 app: Add "Diagonal neighbors" option to the bucket fill tool
When checked, diagonally neighboring pixels are considered connected
when calculating the affected area.

This commit also adds a corresponding diagonal_neighbors parameter to
gimp_drawable_bucket_fill(), and modifies the callers, other than the
bucket fill tool, to pass FALSE for this parameter, to retain the
current behavior.
2016-01-17 00:46:54 +01:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am Bug 759104 - Allow coordinates of sample points to be accessed from scripts 2016-01-04 21:24:44 +01:00
README Added another warning about autogenerated files 2001-01-21 22:28:16 +00:00
brush-cmds.c pdb: update documentation for brush-related functions. 2015-11-02 17:19:56 +01:00
brush-select-cmds.c Bug 673501 - Issue with Overlay 2015-04-29 13:32:58 -04:00
brushes-cmds.c Bug 673501 - Issue with Overlay 2015-04-29 13:32:58 -04: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 729158 - Internal inconsistent state with gimp_image_get_selection... 2014-04-29 09:16:19 +02:00
color-cmds.c app: turn the desaturate tool into a normal GEGL filter 2016-01-16 22:38:12 +01:00
context-cmds.c pdb, libgimp: add gimp_context_set/get_mypaint_brush() 2016-01-02 13:40:38 +01:00
display-cmds.c Doc that gimp-display-new gives execution error if no GIMP GUI. 2014-05-27 00:56:05 +01:00
drawable-cmds.c Bug 758597 - gimp-drawable-get-pixel fails, assertion error in BABL 2015-11-25 00:00:44 +01:00
drawable-color-cmds.c app: turn the desaturate tool into a normal GEGL filter 2016-01-16 22:38:12 +01:00
drawable-transform-cmds.c app: some GimpProgress cleanup 2014-07-12 23:45:20 +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 app: Add "Diagonal neighbors" option to the bucket fill tool 2016-01-17 00:46:54 +01:00
fileops-cmds.c app: move some stuff out of app/file/ 2016-01-03 23:38:08 +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 app: add a small infrastructure to validate known parasites 2014-03-22 00:18:48 +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: derive GimpProcedure from GimpViewable 2016-01-01 20:05:32 +01:00
gimppdb-query.h app: port gimp_pdb_dump() to GIO 2014-07-03 14:52:27 +02:00
gimppdb-utils.c Bug 759104 - Allow coordinates of sample points to be accessed from scripts 2016-01-04 21:24:44 +01:00
gimppdb-utils.h Bug 759104 - Allow coordinates of sample points to be accessed from scripts 2016-01-04 21:24:44 +01:00
gimppdb.c app: move memsize functions into their own files gimp-memsize.[ch] 2014-08-12 13:57:57 +02:00
gimppdb.h Use GimpValueArray and GimpParamSpecValueArray 2012-05-04 00:51:50 +02:00
gimppdbcontext.c Bug 760212 - method edit-stroke fails in version 2.9 2016-01-10 19:31:14 +01:00
gimppdbcontext.h Bug 314379 - Allow stroking as outline (not with a paint tool) via the PDB 2015-11-09 01:46:07 +01: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: add GimpProcedure::get_sensntive() 2016-01-01 23:24:53 +01:00
gimpprocedure.h app: add GimpProcedure::get_sensntive() 2016-01-01 23:24:53 +01:00
gimprc-cmds.c libgimp, PDB: add gimp_get_icon_theme_dir() 2015-12-09 23:22:05 +01: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
help-cmds.c app: keep the plug-in executable path around as GFile 2014-07-08 21:09:35 +02:00
image-cmds.c Bug 748749 - picked colors don't match image colors... 2015-08-25 00:05:59 +02:00
image-color-profile-cmds.c app, pdb: s/GRAY/grayscale/ in user-visible strings 2015-12-26 01:14:43 +01:00
image-convert-cmds.c pdb, app, libgimp: rename the "convert" PDB group to "imageconvert" 2015-05-30 15:09:57 +02:00
image-grid-cmds.c pdb, app, libgimp: rename the "grid" PDB group to "imagegrid" 2015-05-30 15:19:11 +02:00
image-guides-cmds.c pdb, app, libgimp: rename the "guides" PDB group to "imageguides" 2015-05-30 15:27:16 +02:00
image-sample-points-cmds.c Bug 759104 - Allow coordinates of sample points to be accessed from scripts 2016-01-04 21:24:44 +01:00
image-select-cmds.c Bug 708033 - Add paragraph support for the long description in pdbgen 2013-09-27 18:39:21 +02:00
image-transform-cmds.c app: change gimp_image_crop() to use x, y, width, height 2015-07-03 19:38:08 +02:00
image-undo-cmds.c pdb, app, libgimp: rename the "undo" PDB group to "imageundo" 2015-05-30 15:01:50 +02:00
internal-procs.c Bug 759104 - Allow coordinates of sample points to be accessed from scripts 2016-01-04 21:24:44 +01:00
internal-procs.h Bug 759104 - Allow coordinates of sample points to be accessed from scripts 2016-01-04 21:24:44 +01:00
item-cmds.c app: add a small infrastructure to validate known parasites 2014-03-22 00:18:48 +01:00
item-transform-cmds.c app: some GimpProgress cleanup 2014-07-12 23:45:20 +02:00
layer-cmds.c app, libgimpcolor: refactor GimpColorManaged::get_color_profile() 2015-09-03 01:36:02 +02:00
message-cmds.c pdb: minor formatting fix in generated PDB wrappers 2012-05-28 19:55:28 +02:00
paint-tools-cmds.c app: rename all values of enum GimpContextPropMask 2015-09-08 21:18:49 +02: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 app, libgimpbase: move enum GimpStrokeMethod to libgimpbase 2015-11-08 22:48:48 +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 app: keep the plug-in executable path around as GFile 2014-07-08 21:09:35 +02:00
plug-in-compat-cmds.c Update plug-ins compatibility list 2016-01-16 00:44:02 +03:00
procedural-db-cmds.c app: port gimp_pdb_dump() to GIO 2014-07-03 14:52:27 +02:00
progress-cmds.c Bug 683694 - Spelling errors 2012-11-11 15:50:25 +01:00
selection-cmds.c app: port everything from gimp_channel_bounds() to gimp_item_bounds() 2015-07-03 19:38:08 +02: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: some GimpProgress cleanup 2014-07-12 23:45:20 +02:00
unit-cmds.c pdb: minor formatting fix in generated PDB wrappers 2012-05-28 19:55:28 +02:00
vectors-cmds.c app: change filename in gimp_vectors_import_file() to GFile 2014-07-02 14:54:56 +02: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.