1999-04-28 15:03:35 +08:00
|
|
|
# This file is autogenerated
|
|
|
|
@groups = qw(
|
2004-09-29 06:01:21 +08:00
|
|
|
brush
|
1999-04-28 15:03:35 +08:00
|
|
|
brush_select
|
|
|
|
brushes
|
2005-09-27 17:05:55 +08:00
|
|
|
buffer
|
1999-04-28 15:03:35 +08:00
|
|
|
channel
|
2004-09-22 23:26:58 +08:00
|
|
|
context
|
pdb: add debug group; add debug-timer-{start,end} procs
Add a debug procedure group, living in 'debug.pdb', which would host
useful debug helper functions. Functions in this group are not part
of the stable API, and may be changed at any point.
All procedures added to 'debug.pdb' should have a 'debug_' prefix,
and use the new std_pdb_debug() macro, which adds the proper "here be
dragons" warning to their description.
Add two debug procedures: gimp-debug-timer-start() and
gimp-debug-timer-end(), which measure elapsed time, a la
GIMP_TIMER_{START,END}, and can be used to profile script-fu
commands.
2017-04-06 23:00:20 +08:00
|
|
|
debug
|
2000-06-01 20:20:13 +08:00
|
|
|
display
|
1999-04-28 15:03:35 +08:00
|
|
|
drawable
|
2014-01-13 05:11:15 +08:00
|
|
|
drawable_color
|
2018-04-15 20:57:25 +08:00
|
|
|
drawable_edit
|
2023-08-27 07:02:37 +08:00
|
|
|
drawable_select
|
2011-11-01 05:22:19 +08:00
|
|
|
dynamics
|
1999-04-28 15:03:35 +08:00
|
|
|
edit
|
2019-09-11 03:38:11 +08:00
|
|
|
file
|
1999-04-28 15:03:35 +08:00
|
|
|
floating_sel
|
2022-09-06 07:28:35 +08:00
|
|
|
font
|
2003-03-28 22:13:54 +08:00
|
|
|
font_select
|
2003-09-04 20:02:31 +08:00
|
|
|
fonts
|
2011-03-08 20:58:56 +08:00
|
|
|
gimp
|
1999-04-28 15:03:35 +08:00
|
|
|
gimprc
|
2004-09-29 06:01:21 +08:00
|
|
|
gradient
|
1999-04-28 15:03:35 +08:00
|
|
|
gradient_select
|
2002-03-13 05:02:10 +08:00
|
|
|
gradients
|
app, libgimp, pdb, plug-ins: new GimpGroupLayer class in libgimp.
Also:
- renaming gimp_layer_group_new() to gimp_group_layer_new() in order to keep the
same name as in core code (i.e. GimpGroupLayer, not GimpLayerGroup).
- renaming gimp_image_merge_layer_group() to gimp_group_layer_merge()
- new functions: gimp_procedure_add_group_layer_argument(),
gimp_procedure_add_group_layer_aux_argument() and
gimp_procedure_add_group_layer_return_value().
This can be tested, e.g. in Python with these calls:
```py
i = Gimp.get_images()[0]
g = Gimp.GroupLayer.new(i, "hello")
i.insert_layer(g, None, 1)
g2 = Gimp.GroupLayer.new(i, "world")
i.insert_layer(g2, g, 1)
g.merge()
```
This was work started long ago, stored in an old stash which I finally
finish now! :-)
2024-07-06 23:24:11 +08:00
|
|
|
group_layer
|
2000-05-31 21:24:14 +08:00
|
|
|
help
|
2000-06-01 20:20:13 +08:00
|
|
|
image
|
2015-06-05 18:51:46 +08:00
|
|
|
image_color_profile
|
2015-05-30 21:09:57 +08:00
|
|
|
image_convert
|
2015-05-30 21:19:11 +08:00
|
|
|
image_grid
|
2015-05-30 21:27:16 +08:00
|
|
|
image_guides
|
2016-01-05 04:13:48 +08:00
|
|
|
image_sample_points
|
2010-10-31 04:06:20 +08:00
|
|
|
image_select
|
2015-05-31 05:55:58 +08:00
|
|
|
image_transform
|
2015-05-30 21:00:36 +08:00
|
|
|
image_undo
|
2010-07-09 15:34:44 +08:00
|
|
|
item
|
2010-09-08 08:48:37 +08:00
|
|
|
item_transform
|
1999-04-28 15:03:35 +08:00
|
|
|
layer
|
2000-05-31 21:24:14 +08:00
|
|
|
message
|
2001-12-11 01:01:49 +08:00
|
|
|
paint_tools
|
2004-09-29 06:01:21 +08:00
|
|
|
palette
|
2002-03-13 05:02:10 +08:00
|
|
|
palette_select
|
|
|
|
palettes
|
2024-07-09 07:39:51 +08:00
|
|
|
path
|
2004-09-29 06:01:21 +08:00
|
|
|
pattern
|
1999-04-28 15:03:35 +08:00
|
|
|
pattern_select
|
|
|
|
patterns
|
2019-08-06 18:50:08 +08:00
|
|
|
pdb
|
1999-05-04 03:22:55 +08:00
|
|
|
plug_in
|
2012-03-28 03:06:13 +08:00
|
|
|
plug_in_compat
|
2004-08-28 04:06:17 +08:00
|
|
|
progress
|
2023-05-31 22:12:04 +08:00
|
|
|
resource
|
2000-06-01 20:20:13 +08:00
|
|
|
selection
|
2008-04-03 04:53:51 +08:00
|
|
|
text_layer
|
1999-04-28 15:03:35 +08:00
|
|
|
text_tool
|
|
|
|
unit
|
|
|
|
);
|