gimp/app/pdb
Jehan ed59344406 app: allowing to "Lock position" on layer groups.
Since we are now allowed to move groups (which is the same thing as
multi-selecting all its children and moving them), it makes no sense
that this lock is disabled.

This works the same way as "Lock pixels" in that a locked grouped also
forbid moving children. And there was already some logics so that you
can't move a layer group if one of it's children is locked. So this lock
really works both ways and is a bit special.

Finally I cleaned up a bit the multi-layer selection logics and
messaging, as well as which lock to blink (similar to the previous
commit) for the "Lock position" case.
2022-02-15 22:08:23 +01:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am Rename the "fileops" PDB group to just "file" 2019-09-10 21:38:11 +02:00
README pdb: (try 3) move PDB generation and sources to toplevel/pdb 2017-12-17 14:16:08 -05:00
brush-cmds.c app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
brush-select-cmds.c app, pdb: split GimpProcedure's "strings" into "help" and "attribution" 2019-09-08 23:40:34 +02:00
brushes-cmds.c app, libgimp: pdbgen for previous commit. 2022-02-12 00:07:53 +00:00
buffer-cmds.c app, libgimp: pdbgen for previous commit. 2022-02-12 00:07:53 +00:00
channel-cmds.c app, pdb: split GimpProcedure's "strings" into "help" and "attribution" 2019-09-08 23:40:34 +02:00
context-cmds.c app, libgimp: pdbgen for previous commit. 2022-02-12 00:07:53 +00:00
debug-cmds.c app, pdb: split GimpProcedure's "strings" into "help" and "attribution" 2019-09-08 23:40:34 +02:00
display-cmds.c app, libgimp, pdb: new gimp_display_present() PDB call. 2021-04-30 03:46:52 +02:00
drawable-cmds.c app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
drawable-color-cmds.c app, libgimp, pdb: remove references of removed functions. 2020-10-26 15:36:42 +01:00
drawable-edit-cmds.c app, pdb: fix pdb and generated code. 2020-08-01 16:36:27 +02:00
dynamics-cmds.c app, libgimp: pdbgen for previous commit. 2022-02-12 00:07:53 +00:00
edit-cmds.c app, libgimp, pdb, plug-ins: allow pasting multiple full layers. 2021-04-24 23:22:58 +02:00
file-cmds.c app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
floating-sel-cmds.c app, pdb: split GimpProcedure's "strings" into "help" and "attribution" 2019-09-08 23:40:34 +02:00
font-select-cmds.c app, pdb: split GimpProcedure's "strings" into "help" and "attribution" 2019-09-08 23:40:34 +02:00
fonts-cmds.c app, libgimp: pdbgen for previous commit. 2022-02-12 00:07:53 +00:00
gimp-cmds.c app, libgimp: pdbgen for previous commit. 2022-02-12 00:07:53 +00:00
gimp-pdb-compat.c app, devel-docs: saving the item sets in XCF (bumping to XCF 16). 2021-12-23 13:45:20 +01:00
gimp-pdb-compat.h app: use the GParamSpec's name in gimp_pdb_dump() 2019-08-30 11:43:53 +02:00
gimppdb-query.c Remove GimpStringArray in favor of GStrv 2022-02-12 00:07:53 +00:00
gimppdb-query.h Remove GimpStringArray in favor of GStrv 2022-02-12 00:07:53 +00:00
gimppdb-utils.c app: allowing to "Lock position" on layer groups. 2022-02-15 22:08:23 +01:00
gimppdb-utils.h Get rid of capitalized "ID" in function and variable names 2019-08-23 22:23:23 +02:00
gimppdb.c Remove GimpStringArray in favor of GStrv 2022-02-12 00:07:53 +00:00
gimppdb.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppdbcontext.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimppdbcontext.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppdberror.c Use "Returns:" to annotate return values 2019-08-03 07:53:47 +00:00
gimppdberror.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpprocedure.c Remove GimpStringArray in favor of GStrv 2022-02-12 00:07:53 +00:00
gimpprocedure.h app: GimpAction now has a "reason" parameter to explain being disabled. 2021-04-23 19:43:30 +02:00
gimprc-cmds.c app, pdb: split GimpProcedure's "strings" into "help" and "attribution" 2019-09-08 23:40:34 +02:00
gradient-cmds.c app, pdb: split GimpProcedure's "strings" into "help" and "attribution" 2019-09-08 23:40:34 +02:00
gradient-select-cmds.c app, pdb: split GimpProcedure's "strings" into "help" and "attribution" 2019-09-08 23:40:34 +02:00
gradients-cmds.c app, libgimp: pdbgen for previous commit. 2022-02-12 00:07:53 +00:00
help-cmds.c app, pdb: split GimpProcedure's "strings" into "help" and "attribution" 2019-09-08 23:40:34 +02:00
image-cmds.c app, libgimp: pdbgen for previous commit. 2022-02-12 00:07:53 +00:00
image-color-profile-cmds.c app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
image-convert-cmds.c app, pdb: split GimpProcedure's "strings" into "help" and "attribution" 2019-09-08 23:40:34 +02:00
image-grid-cmds.c app, pdb: split GimpProcedure's "strings" into "help" and "attribution" 2019-09-08 23:40:34 +02:00
image-guides-cmds.c app, pdb: split GimpProcedure's "strings" into "help" and "attribution" 2019-09-08 23:40:34 +02:00
image-sample-points-cmds.c app, pdb: split GimpProcedure's "strings" into "help" and "attribution" 2019-09-08 23:40:34 +02:00
image-select-cmds.c app: GimpSelectionEditor multi-drawable aware. 2020-08-17 18:22:19 +02:00
image-transform-cmds.c app, pdb: split GimpProcedure's "strings" into "help" and "attribution" 2019-09-08 23:40:34 +02:00
image-undo-cmds.c app, pdb: split GimpProcedure's "strings" into "help" and "attribution" 2019-09-08 23:40:34 +02:00
internal-procs.c app, libgimp, pdb: new PDB API to enable/disable dynamics. 2022-02-04 13:54:59 +01:00
internal-procs.h Rename the "fileops" PDB group to just "file" 2019-09-10 21:38:11 +02:00
item-cmds.c app, libgimp: pdbgen for previous commit. 2022-02-12 00:07:53 +00:00
item-transform-cmds.c app, devel-docs, libgimp, pdb: delete gimpitem-linked.[ch]. 2021-12-23 13:45:20 +01:00
layer-cmds.c app, devel-docs, libgimp, pdb: delete gimpitem-linked.[ch]. 2021-12-23 13:45:20 +01:00
meson.build Fix #6980 /app/pdb/gimppdb.c unnecessarily includes core/gimpmarshal.h 2021-08-06 14:21:51 +00:00
message-cmds.c app, pdb: split GimpProcedure's "strings" into "help" and "attribution" 2019-09-08 23:40:34 +02:00
paint-tools-cmds.c app, pdb: move "src-drawables" from core to option object for… 2021-09-14 17:59:47 +02:00
palette-cmds.c app, pdb: split GimpProcedure's "strings" into "help" and "attribution" 2019-09-08 23:40:34 +02:00
palette-select-cmds.c app, pdb: split GimpProcedure's "strings" into "help" and "attribution" 2019-09-08 23:40:34 +02:00
palettes-cmds.c app, libgimp: pdbgen for previous commit. 2022-02-12 00:07:53 +00:00
pattern-cmds.c app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
pattern-select-cmds.c app, pdb: split GimpProcedure's "strings" into "help" and "attribution" 2019-09-08 23:40:34 +02:00
patterns-cmds.c app, libgimp: pdbgen for previous commit. 2022-02-12 00:07:53 +00:00
pdb-cmds.c app, libgimp: pdbgen for previous commit. 2022-02-12 00:07:53 +00:00
pdb-types.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
plug-in-cmds.c app, libgimp: pdbgen for previous commit. 2022-02-12 00:07:53 +00:00
plug-in-compat-cmds.c plug-ins: fix #6859 Hurl random pct limits in PDB are incorrect 2021-05-24 18:45:48 +02:00
progress-cmds.c app, pdb: split GimpProcedure's "strings" into "help" and "attribution" 2019-09-08 23:40:34 +02:00
selection-cmds.c app, libgimp, pdb: fix gimp_selection_float() usage. 2020-05-18 02:09:45 +02:00
text-layer-cmds.c app, pdb: split GimpProcedure's "strings" into "help" and "attribution" 2019-09-08 23:40:34 +02:00
text-tool-cmds.c app, pdb: split GimpProcedure's "strings" into "help" and "attribution" 2019-09-08 23:40:34 +02:00
unit-cmds.c app, pdb: split GimpProcedure's "strings" into "help" and "attribution" 2019-09-08 23:40:34 +02:00
vectors-cmds.c app, libgimp, pdb: improve gimp_vectors_stroke_get_length() docs. 2021-01-20 20:33:41 +01: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 ../../pdb/groups.