Gimp/tools/pdbgen/pdb
Michael Natterer 22fc50c279 app: rename all values of enum GimpContextPropMask
from GIMP_CONTEXT_FOO_MASK to GIMP_CONTEXT_PROP_MASK_FOO.
Also rename the FIRST and LAST values of enum GimpContextPropType.
2015-09-08 21:18:49 +02:00
..
brush.pdb app: move all GimpBrush members to a private struct 2014-10-12 01:16:32 +02:00
brush_select.pdb Bug 673501 - Issue with Overlay 2015-04-29 13:32:58 -04:00
brushes.pdb Bug 673501 - Issue with Overlay 2015-04-29 13:32:58 -04:00
buffer.pdb 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.pdb Bug 729158 - Internal inconsistent state with gimp_image_get_selection... 2014-04-29 09:16:19 +02:00
color.pdb libgimp, pdb: port gimp_drawable_curves_explicit,spline() to double 2014-06-17 22:37:46 +02:00
context.pdb Bug 673501 - Issue with Overlay 2015-04-29 13:32:58 -04:00
display.pdb Doc that gimp-display-new gives execution error if no GIMP GUI. 2014-05-27 00:56:05 +01:00
drawable.pdb Bug 732698 - Select > Shrink/Grow/Border not working in GIMP master 2014-07-03 20:47:02 +02:00
drawable_color.pdb libgimp, pdb: port gimp_drawable_curves_explicit,spline() to double 2014-06-17 22:37:46 +02:00
drawable_transform.pdb app: some GimpProgress cleanup 2014-07-12 23:45:20 +02:00
dynamics.pdb 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.pdb Bug 673501 - Issue with Overlay 2015-04-29 13:32:58 -04:00
fileops.pdb pdb: fix gimp-file-open and gimp-file-save for GIO-ported file procedures 2014-10-18 01:14:58 +02:00
floating_sel.pdb Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
font_select.pdb
fonts.pdb 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 app: add a small infrastructure to validate known parasites 2014-03-22 00:18:48 +01:00
gimprc.pdb app: keep the theme directories around a GFiles 2014-07-20 17:09:25 +02:00
gradient.pdb
gradient_select.pdb
gradients.pdb 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.pdb app: keep the plug-in executable path around as GFile 2014-07-08 21:09:35 +02:00
image.pdb Bug 748749 - picked colors don't match image colors... 2015-08-25 00:05:59 +02:00
image_color_profile.pdb app, libgimpcolor: refactor GimpColorManaged::get_color_profile() 2015-09-03 01:36:02 +02:00
image_convert.pdb pdb, app, libgimp: rename the "convert" PDB group to "imageconvert" 2015-05-30 15:09:57 +02:00
image_grid.pdb pdb, app, libgimp: rename the "grid" PDB group to "imagegrid" 2015-05-30 15:19:11 +02:00
image_guides.pdb pdb, app, libgimp: rename the "guides" PDB group to "imageguides" 2015-05-30 15:27:16 +02:00
image_select.pdb pdb: replace gimppdb-utils' "writable" boolean by a bitmask 2012-11-08 20:46:18 +01:00
image_transform.pdb app: change gimp_image_crop() to use x, y, width, height 2015-07-03 19:38:08 +02:00
image_undo.pdb pdb, app, libgimp: rename the "undo" PDB group to "imageundo" 2015-05-30 15:01:50 +02:00
item.pdb app: add a small infrastructure to validate known parasites 2014-03-22 00:18:48 +01:00
item_transform.pdb app: some GimpProgress cleanup 2014-07-12 23:45:20 +02:00
layer.pdb app, libgimpcolor: refactor GimpColorManaged::get_color_profile() 2015-09-03 01:36:02 +02:00
message.pdb
paint_tools.pdb app: rename all values of enum GimpContextPropMask 2015-09-08 21:18:49 +02:00
palette.pdb Bug 683694 - Spelling errors 2012-11-11 15:50:25 +01:00
palette_select.pdb
palettes.pdb 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.pdb app: change filename in gimp_vectors_import_file() to GFile 2014-07-02 14:54:56 +02:00
pattern.pdb app: make the GimpTempBuf struct private and add accessors 2012-05-02 17:51:12 +02:00
pattern_select.pdb
patterns.pdb Revert "pdb: update documentation for all pdb functions whose return can be freed with g_strfreev()." 2012-12-04 21:07:34 +01:00
plug_in.pdb app: keep the plug-in executable path around as GFile 2014-07-08 21:09:35 +02:00
plug_in_compat.pdb plug-ins, pdb: remove the maze plug-in and add a PDB compat proc 2015-09-04 00:34:38 +02:00
procedural_db.pdb app: port gimp_pdb_dump() to GIO 2014-07-03 14:52:27 +02:00
progress.pdb Bug 683694 - Spelling errors 2012-11-11 15:50:25 +01:00
selection.pdb app: port everything from gimp_channel_bounds() to gimp_item_bounds() 2015-07-03 19:38:08 +02:00
selection_tools.pdb app: port by color select and fuzzy select to float 2012-05-02 17:51:18 +02:00
text_layer.pdb pdb: replace gimppdb-utils' "writable" boolean by a bitmask 2012-11-08 20:46:18 +01:00
text_tool.pdb pdb: replace gimppdb-utils' "writable" boolean by a bitmask 2012-11-08 20:46:18 +01:00
transform_tools.pdb app: some GimpProgress cleanup 2014-07-12 23:45:20 +02:00
unit.pdb
vectors.pdb app: change filename in gimp_vectors_import_file() to GFile 2014-07-02 14:54:56 +02:00