Gimp/tools/pdbgen/pdb
Michael Natterer 02477f5563 Bug 625167 - Problem exporting floating selections from within layer groups
Add "gboolean merge_active_group" to gimp_image_merge_visible_layers()
and pass FALSE from the PDB wrapper so plug-in invoked layer merging
always acts on the toplevel container as it did in 2.6. Do the same
when opening an image as layer.

Also, added a "Merge within active group only" toggle to the merge
layers dialog and pass it down to the core, but default to TRUE here
so.
2011-02-14 09:45:59 +01:00
..
brush.pdb tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
brush_select.pdb tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
brushes.pdb tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
buffer.pdb tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
channel.pdb pdb: update docs to mention the new insert procs instead of the add ones 2010-09-06 00:03:29 +02:00
color.pdb app: add check that items passed through the PDB belong to the right image 2010-07-08 21:02:58 +02:00
context.pdb app: rename gimp_image_select_fuzzy() to gimp_image_select_contiguous_color() 2011-02-13 17:13:28 +01:00
convert.pdb tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
display.pdb Globally switch to saying "window_id" instead of just "window" 2011-02-06 12:07:55 +01:00
drawable.pdb pdb: remove obsolete includes 2010-09-15 22:02:53 +02:00
drawable_transform.pdb pdb: deprecate the entire drawable transform API 2010-09-16 00:50:28 +02:00
edit.pdb app: add check that items passed through the PDB belong to the right image 2010-07-08 21:02:58 +02:00
fileops.pdb pdb: update docs to mention the new insert procs instead of the add ones 2010-09-06 00:03:29 +02:00
floating_sel.pdb app: add check that items passed through the PDB belong to the right image 2010-07-08 21:02:58 +02:00
font_select.pdb tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
fonts.pdb tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
gimprc.pdb Revert "pdb: Added a procedure to check how many processors GIMP is configured to use." 2010-07-09 02:30:10 +02:00
gradient.pdb tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
gradient_select.pdb tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
gradients.pdb Decrement sample size just like in the gradients_sample_uniform case 2010-10-15 22:27:01 +05:30
grid.pdb tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
guides.pdb tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
help.pdb tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
image.pdb Bug 625167 - Problem exporting floating selections from within layer groups 2011-02-14 09:45:59 +01:00
image_select.pdb app: rename gimp_image_select_fuzzy() to gimp_image_select_contiguous_color() 2011-02-13 17:13:28 +01:00
item.pdb libgimp: move the item parasite functions to the parasites files 2011-02-13 17:28:30 +01:00
item_transform.pdb libgimp: document which context settings affect the new transform API 2011-02-11 21:15:31 +01:00
layer.pdb pdb: #include "gimpgrouplayer.h" in layers-cmds.c 2010-09-16 20:36:14 +02:00
message.pdb tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
misc.pdb tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
paint_tools.pdb app: add check that items passed through the PDB belong to the right image 2010-07-08 21:02:58 +02:00
palette.pdb app: add lots of accessors to GimpPalette 2010-10-27 14:36:44 +02:00
palette_select.pdb tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
palettes.pdb app: add lots of accessors to GimpPalette 2010-10-27 14:36:44 +02:00
parasite.pdb libgimp: remove the drawable and vectors parasite PDB functions completely 2011-02-13 17:48:39 +01:00
paths.pdb app: introduce GimpItem::to_selection() 2010-07-20 23:09:19 +02:00
pattern.pdb tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
pattern_select.pdb tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
patterns.pdb tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
plug_in.pdb tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
procedural_db.pdb tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
progress.pdb Globally switch to saying "window_id" instead of just "window" 2011-02-06 12:07:55 +01:00
selection.pdb pdb: remove gimp-item-to-selection again 2010-10-30 22:19:22 +02:00
selection_tools.pdb app: rename gimp_image_select_fuzzy() to gimp_image_select_contiguous_color() 2011-02-13 17:13:28 +01:00
text_layer.pdb app: save-before-committing! 2011-02-13 21:33:26 +01:00
text_tool.pdb app: add check that items passed through the PDB belong to the right image 2010-07-08 21:02:58 +02:00
transform_tools.pdb pdb: return the resulting floating selection in the item transform API 2010-09-16 00:36:03 +02:00
undo.pdb tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
unit.pdb tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
vectors.pdb libgimp: fix the docs of gimp_vectors_to_selection() 2011-02-13 18:31:14 +01:00