app: keep the help_id in GimpProcedure not GimpPlugInProcedure

This commit is contained in:
Michael Natterer 2019-09-08 22:24:41 +02:00
parent f6dc18a516
commit 1716666bd1
61 changed files with 782 additions and 22 deletions

View file

@ -446,6 +446,7 @@ gimp_gegl_procedure_new (Gimp *gimp,
gimp_procedure_set_strings (procedure, gimp_procedure_set_strings (procedure,
tooltip, tooltip,
tooltip, tooltip,
NULL,
"author", "copyright", "date", "author", "copyright", "date",
NULL); NULL);

View file

@ -73,6 +73,7 @@ file_data_init (Gimp *gimp)
"Loads GIMP brushes", "Loads GIMP brushes",
"Loads GIMP brushes (1 or 4 bpp " "Loads GIMP brushes (1 or 4 bpp "
"and old .gpb format)", "and old .gpb format)",
NULL,
"Tim Newsome, Jens Lautenbacher, " "Tim Newsome, Jens Lautenbacher, "
"Sven Neumann, Michael Natterer", "Sven Neumann, Michael Natterer",
"Tim Newsome, Jens Lautenbacher, " "Tim Newsome, Jens Lautenbacher, "
@ -142,6 +143,7 @@ file_data_init (Gimp *gimp)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Exports Gimp brush file (.GBR)", "Exports Gimp brush file (.GBR)",
"Exports Gimp brush file (.GBR)", "Exports Gimp brush file (.GBR)",
NULL,
"Tim Newsome, Michael Natterer", "Tim Newsome, Michael Natterer",
"Tim Newsome, Michael Natterer", "Tim Newsome, Michael Natterer",
"1995-2019", "1995-2019",
@ -225,6 +227,7 @@ file_data_init (Gimp *gimp)
"Loads GIMP animated brushes", "Loads GIMP animated brushes",
"This procedure loads a GIMP brush " "This procedure loads a GIMP brush "
"pipe as an image.", "pipe as an image.",
NULL,
"Tor Lillqvist, Michael Natterer", "Tor Lillqvist, Michael Natterer",
"Tor Lillqvist, Michael Natterer", "Tor Lillqvist, Michael Natterer",
"1999-2019", "1999-2019",
@ -292,6 +295,7 @@ file_data_init (Gimp *gimp)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Exports Gimp animated brush file (.gih)", "Exports Gimp animated brush file (.gih)",
"Exports Gimp animated brush file (.gih)", "Exports Gimp animated brush file (.gih)",
NULL,
"Tor Lillqvist, Michael Natterer", "Tor Lillqvist, Michael Natterer",
"Tor Lillqvist, Michael Natterer", "Tor Lillqvist, Michael Natterer",
"1999-2019", "1999-2019",
@ -382,6 +386,7 @@ file_data_init (Gimp *gimp)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Loads GIMP patterns", "Loads GIMP patterns",
"Loads GIMP patterns", "Loads GIMP patterns",
NULL,
"Tim Newsome, Michael Natterer", "Tim Newsome, Michael Natterer",
"Tim Newsome, Michael Natterer", "Tim Newsome, Michael Natterer",
"1997-2019", "1997-2019",
@ -448,6 +453,7 @@ file_data_init (Gimp *gimp)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Exports Gimp pattern file (.PAT)", "Exports Gimp pattern file (.PAT)",
"Exports Gimp pattern file (.PAT)", "Exports Gimp pattern file (.PAT)",
NULL,
"Tim Newsome, Michael Natterer", "Tim Newsome, Michael Natterer",
"Tim Newsome, Michael Natterer", "Tim Newsome, Michael Natterer",
"1995-2019", "1995-2019",
@ -526,6 +532,7 @@ file_data_init (Gimp *gimp)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Loads GIMP extension", "Loads GIMP extension",
"Loads GIMP extension", "Loads GIMP extension",
NULL,
"Jehan", "Jehan", "2019", "Jehan", "Jehan", "2019",
NULL); NULL);

View file

@ -923,6 +923,7 @@ register_brush_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Creates a new brush.", "Creates a new brush.",
"This procedure creates a new, uninitialized brush.", "This procedure creates a new, uninitialized brush.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",
@ -953,6 +954,7 @@ register_brush_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Duplicates a brush.", "Duplicates a brush.",
"This procedure creates an identical brush by a different name.", "This procedure creates an identical brush by a different name.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",
@ -983,6 +985,7 @@ register_brush_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Tests if brush is generated.", "Tests if brush is generated.",
"Returns TRUE if this brush is parametric, FALSE for other types.", "Returns TRUE if this brush is parametric, FALSE for other types.",
NULL,
"Bill Skaggs <weskaggs@primate.ucdavis.edu>", "Bill Skaggs <weskaggs@primate.ucdavis.edu>",
"Bill Skaggs", "Bill Skaggs",
"2004", "2004",
@ -1012,6 +1015,7 @@ register_brush_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Renames a brush.", "Renames a brush.",
"This procedure renames a brush.", "This procedure renames a brush.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",
@ -1049,6 +1053,7 @@ register_brush_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Deletes a brush.", "Deletes a brush.",
"This procedure deletes a brush.", "This procedure deletes a brush.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",
@ -1072,6 +1077,7 @@ register_brush_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Tests if brush can be edited.", "Tests if brush can be edited.",
"Returns TRUE if you have permission to change the brush.", "Returns TRUE if you have permission to change the brush.",
NULL,
"Bill Skaggs <weskaggs@primate.ucdavis.edu>", "Bill Skaggs <weskaggs@primate.ucdavis.edu>",
"Bill Skaggs", "Bill Skaggs",
"2004", "2004",
@ -1101,6 +1107,7 @@ register_brush_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieves information about the specified brush.", "Retrieves information about the specified brush.",
"This procedure retrieves information about the specified brush: brush extents (width and height), color depth and mask depth.", "This procedure retrieves information about the specified brush: brush extents (width and height), color depth and mask depth.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",
@ -1148,6 +1155,7 @@ register_brush_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieves information about the specified brush.", "Retrieves information about the specified brush.",
"This procedure retrieves information about the specified brush. This includes the brush extents (width and height) and its pixels data.", "This procedure retrieves information about the specified brush. This includes the brush extents (width and height) and its pixels data.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",
@ -1217,6 +1225,7 @@ register_brush_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Gets the brush spacing.", "Gets the brush spacing.",
"This procedure returns the spacing setting for the specified brush. The return value is an integer between 0 and 1000 which represents percentage of the maximum of the width and height of the mask.", "This procedure returns the spacing setting for the specified brush. The return value is an integer between 0 and 1000 which represents percentage of the maximum of the width and height of the mask.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",
@ -1246,6 +1255,7 @@ register_brush_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the brush spacing.", "Sets the brush spacing.",
"This procedure modifies the spacing setting for the specified brush. The value should be a integer between 0 and 1000.", "This procedure modifies the spacing setting for the specified brush. The value should be a integer between 0 and 1000.",
NULL,
"Bill Skaggs <weskaggs@primate.ucdavis.edu>", "Bill Skaggs <weskaggs@primate.ucdavis.edu>",
"Bill Skaggs", "Bill Skaggs",
"2004", "2004",
@ -1275,6 +1285,7 @@ register_brush_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Gets the shape of a generated brush.", "Gets the shape of a generated brush.",
"This procedure gets the shape value for a generated brush. If called for any other type of brush, it does not succeed. The current possibilities are Circle (GIMP_BRUSH_GENERATED_CIRCLE), Square (GIMP_BRUSH_GENERATED_SQUARE), and Diamond (GIMP_BRUSH_GENERATED_DIAMOND). Other shapes are likely to be added in the future.", "This procedure gets the shape value for a generated brush. If called for any other type of brush, it does not succeed. The current possibilities are Circle (GIMP_BRUSH_GENERATED_CIRCLE), Square (GIMP_BRUSH_GENERATED_SQUARE), and Diamond (GIMP_BRUSH_GENERATED_DIAMOND). Other shapes are likely to be added in the future.",
NULL,
"Bill Skaggs <weskaggs@primate.ucdavis.edu>", "Bill Skaggs <weskaggs@primate.ucdavis.edu>",
"Bill Skaggs", "Bill Skaggs",
"2004", "2004",
@ -1305,6 +1316,7 @@ register_brush_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the shape of a generated brush.", "Sets the shape of a generated brush.",
"This procedure sets the shape value for a generated brush. If called for any other type of brush, it does not succeed. The current possibilities are Circle (GIMP_BRUSH_GENERATED_CIRCLE), Square (GIMP_BRUSH_GENERATED_SQUARE), and Diamond (GIMP_BRUSH_GENERATED_DIAMOND). Other shapes are likely to be added in the future.", "This procedure sets the shape value for a generated brush. If called for any other type of brush, it does not succeed. The current possibilities are Circle (GIMP_BRUSH_GENERATED_CIRCLE), Square (GIMP_BRUSH_GENERATED_SQUARE), and Diamond (GIMP_BRUSH_GENERATED_DIAMOND). Other shapes are likely to be added in the future.",
NULL,
"Bill Skaggs <weskaggs@primate.ucdavis.edu>", "Bill Skaggs <weskaggs@primate.ucdavis.edu>",
"Bill Skaggs", "Bill Skaggs",
"2004", "2004",
@ -1342,6 +1354,7 @@ register_brush_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Gets the radius of a generated brush.", "Gets the radius of a generated brush.",
"This procedure gets the radius value for a generated brush. If called for any other type of brush, it does not succeed.", "This procedure gets the radius value for a generated brush. If called for any other type of brush, it does not succeed.",
NULL,
"Bill Skaggs <weskaggs@primate.ucdavis.edu>", "Bill Skaggs <weskaggs@primate.ucdavis.edu>",
"Bill Skaggs", "Bill Skaggs",
"2004", "2004",
@ -1371,6 +1384,7 @@ register_brush_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the radius of a generated brush.", "Sets the radius of a generated brush.",
"This procedure sets the radius for a generated brush. If called for any other type of brush, it does not succeed.", "This procedure sets the radius for a generated brush. If called for any other type of brush, it does not succeed.",
NULL,
"Bill Skaggs <weskaggs@primate.ucdavis.edu>", "Bill Skaggs <weskaggs@primate.ucdavis.edu>",
"Bill Skaggs", "Bill Skaggs",
"2004", "2004",
@ -1406,6 +1420,7 @@ register_brush_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Gets the number of spikes for a generated brush.", "Gets the number of spikes for a generated brush.",
"This procedure gets the number of spikes for a generated brush. If called for any other type of brush, it does not succeed.", "This procedure gets the number of spikes for a generated brush. If called for any other type of brush, it does not succeed.",
NULL,
"Bill Skaggs <weskaggs@primate.ucdavis.edu>", "Bill Skaggs <weskaggs@primate.ucdavis.edu>",
"Bill Skaggs", "Bill Skaggs",
"2004", "2004",
@ -1435,6 +1450,7 @@ register_brush_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the number of spikes for a generated brush.", "Sets the number of spikes for a generated brush.",
"This procedure sets the number of spikes for a generated brush. If called for any other type of brush, it does not succeed.", "This procedure sets the number of spikes for a generated brush. If called for any other type of brush, it does not succeed.",
NULL,
"Bill Skaggs <weskaggs@primate.ucdavis.edu>", "Bill Skaggs <weskaggs@primate.ucdavis.edu>",
"Bill Skaggs", "Bill Skaggs",
"2004", "2004",
@ -1470,6 +1486,7 @@ register_brush_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Gets the hardness of a generated brush.", "Gets the hardness of a generated brush.",
"This procedure gets the hardness of a generated brush. The hardness of a brush is the amount its intensity fades at the outside edge, as a float between 0.0 and 1.0. If called for any other type of brush, the function does not succeed.", "This procedure gets the hardness of a generated brush. The hardness of a brush is the amount its intensity fades at the outside edge, as a float between 0.0 and 1.0. If called for any other type of brush, the function does not succeed.",
NULL,
"Bill Skaggs <weskaggs@primate.ucdavis.edu>", "Bill Skaggs <weskaggs@primate.ucdavis.edu>",
"Bill Skaggs", "Bill Skaggs",
"2004", "2004",
@ -1499,6 +1516,7 @@ register_brush_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the hardness of a generated brush.", "Sets the hardness of a generated brush.",
"This procedure sets the hardness for a generated brush. If called for any other type of brush, it does not succeed. The value should be a float between 0.0 and 1.0.", "This procedure sets the hardness for a generated brush. If called for any other type of brush, it does not succeed. The value should be a float between 0.0 and 1.0.",
NULL,
"Bill Skaggs <weskaggs@primate.ucdavis.edu>", "Bill Skaggs <weskaggs@primate.ucdavis.edu>",
"Bill Skaggs", "Bill Skaggs",
"2004", "2004",
@ -1534,6 +1552,7 @@ register_brush_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Gets the aspect ratio of a generated brush.", "Gets the aspect ratio of a generated brush.",
"This procedure gets the aspect ratio of a generated brush. If called for any other type of brush, it does not succeed. The return value is a float between 0.0 and 1000.0.", "This procedure gets the aspect ratio of a generated brush. If called for any other type of brush, it does not succeed. The return value is a float between 0.0 and 1000.0.",
NULL,
"Bill Skaggs <weskaggs@primate.ucdavis.edu>", "Bill Skaggs <weskaggs@primate.ucdavis.edu>",
"Bill Skaggs", "Bill Skaggs",
"2004", "2004",
@ -1563,6 +1582,7 @@ register_brush_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the aspect ratio of a generated brush.", "Sets the aspect ratio of a generated brush.",
"This procedure sets the aspect ratio for a generated brush. If called for any other type of brush, it does not succeed. The value should be a float between 0.0 and 1000.0.", "This procedure sets the aspect ratio for a generated brush. If called for any other type of brush, it does not succeed. The value should be a float between 0.0 and 1000.0.",
NULL,
"Bill Skaggs <weskaggs@primate.ucdavis.edu>", "Bill Skaggs <weskaggs@primate.ucdavis.edu>",
"Bill Skaggs", "Bill Skaggs",
"2004", "2004",
@ -1598,6 +1618,7 @@ register_brush_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Gets the rotation angle of a generated brush.", "Gets the rotation angle of a generated brush.",
"This procedure gets the angle of rotation for a generated brush. If called for any other type of brush, it does not succeed.", "This procedure gets the angle of rotation for a generated brush. If called for any other type of brush, it does not succeed.",
NULL,
"Bill Skaggs <weskaggs@primate.ucdavis.edu>", "Bill Skaggs <weskaggs@primate.ucdavis.edu>",
"Bill Skaggs", "Bill Skaggs",
"2004", "2004",
@ -1627,6 +1648,7 @@ register_brush_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the rotation angle of a generated brush.", "Sets the rotation angle of a generated brush.",
"This procedure sets the rotation angle for a generated brush. If called for any other type of brush, it does not succeed.", "This procedure sets the rotation angle for a generated brush. If called for any other type of brush, it does not succeed.",
NULL,
"Bill Skaggs <weskaggs@primate.ucdavis.edu>", "Bill Skaggs <weskaggs@primate.ucdavis.edu>",
"Bill Skaggs", "Bill Skaggs",
"2004", "2004",

View file

@ -161,6 +161,7 @@ register_brush_select_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Invokes the Gimp brush selection.", "Invokes the Gimp brush selection.",
"This procedure opens the brush selection dialog.", "This procedure opens the brush selection dialog.",
NULL,
"Andy Thomas", "Andy Thomas",
"Andy Thomas", "Andy Thomas",
"1998", "1998",
@ -217,6 +218,7 @@ register_brush_select_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Close the brush selection dialog.", "Close the brush selection dialog.",
"This procedure closes an opened brush selection dialog.", "This procedure closes an opened brush selection dialog.",
NULL,
"Andy Thomas", "Andy Thomas",
"Andy Thomas", "Andy Thomas",
"1998", "1998",
@ -240,6 +242,7 @@ register_brush_select_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the current brush in a brush selection dialog.", "Sets the current brush in a brush selection dialog.",
"Sets the current brush in a brush selection dialog.", "Sets the current brush in a brush selection dialog.",
NULL,
"Andy Thomas", "Andy Thomas",
"Andy Thomas", "Andy Thomas",
"1998", "1998",

View file

@ -104,6 +104,7 @@ register_brushes_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Refresh current brushes. This function always succeeds.", "Refresh current brushes. This function always succeeds.",
"This procedure retrieves all brushes currently in the user's brush path and updates the brush dialogs accordingly.", "This procedure retrieves all brushes currently in the user's brush path and updates the brush dialogs accordingly.",
NULL,
"Seth Burgess", "Seth Burgess",
"Seth Burgess", "Seth Burgess",
"1997", "1997",
@ -120,6 +121,7 @@ register_brushes_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieve a complete listing of the available brushes.", "Retrieve a complete listing of the available brushes.",
"This procedure returns a complete listing of available GIMP brushes. Each name returned can be used as input to the 'gimp-context-set-brush' procedure.", "This procedure returns a complete listing of available GIMP brushes. Each name returned can be used as input to the 'gimp-context-set-brush' procedure.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",

View file

@ -296,6 +296,7 @@ register_buffer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieve a complete listing of the available buffers.", "Retrieve a complete listing of the available buffers.",
"This procedure returns a complete listing of available named buffers.", "This procedure returns a complete listing of available named buffers.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2005", "2005",
@ -330,6 +331,7 @@ register_buffer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Renames a named buffer.", "Renames a named buffer.",
"This procedure renames a named buffer.", "This procedure renames a named buffer.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2005", "2005",
@ -367,6 +369,7 @@ register_buffer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Deletes a named buffer.", "Deletes a named buffer.",
"This procedure deletes a named buffer.", "This procedure deletes a named buffer.",
NULL,
"David Gowers <neota@softhome.net>", "David Gowers <neota@softhome.net>",
"David Gowers <neota@softhome.net>", "David Gowers <neota@softhome.net>",
"2005", "2005",
@ -390,6 +393,7 @@ register_buffer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieves the specified buffer's width.", "Retrieves the specified buffer's width.",
"This procedure retrieves the specified named buffer's width.", "This procedure retrieves the specified named buffer's width.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2005", "2005",
@ -419,6 +423,7 @@ register_buffer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieves the specified buffer's height.", "Retrieves the specified buffer's height.",
"This procedure retrieves the specified named buffer's height.", "This procedure retrieves the specified named buffer's height.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2005", "2005",
@ -448,6 +453,7 @@ register_buffer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieves the specified buffer's bytes.", "Retrieves the specified buffer's bytes.",
"This procedure retrieves the specified named buffer's bytes.", "This procedure retrieves the specified named buffer's bytes.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2005", "2005",
@ -477,6 +483,7 @@ register_buffer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieves the specified buffer's image type.", "Retrieves the specified buffer's image type.",
"This procedure retrieves the specified named buffer's image type.", "This procedure retrieves the specified named buffer's image type.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2005", "2005",

View file

@ -384,6 +384,7 @@ register_channel_procs (GimpPDB *pdb)
"This procedure creates a new channel with the specified width, height, name, opacity and color.\n" "This procedure creates a new channel with the specified width, height, name, opacity and color.\n"
"The new channel still needs to be added to the image, as this is not automatic. Add the new channel with 'gimp-image-insert-channel'. Other attributes, such as channel visibility, should be set with explicit procedure calls.\n" "The new channel still needs to be added to the image, as this is not automatic. Add the new channel with 'gimp-image-insert-channel'. Other attributes, such as channel visibility, should be set with explicit procedure calls.\n"
"The channel's contents are undefined initially.", "The channel's contents are undefined initially.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -445,6 +446,7 @@ register_channel_procs (GimpPDB *pdb)
"Create a new channel from a color component", "Create a new channel from a color component",
"This procedure creates a new channel from a color component.\n" "This procedure creates a new channel from a color component.\n"
"The new channel still needs to be added to the image, as this is not automatic. Add the new channel with 'gimp-image-insert-channel'. Other attributes, such as channel visibility, should be set with explicit procedure calls.", "The new channel still needs to be added to the image, as this is not automatic. Add the new channel with 'gimp-image-insert-channel'. Other attributes, such as channel visibility, should be set with explicit procedure calls.",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2005", "2005",
@ -488,6 +490,7 @@ register_channel_procs (GimpPDB *pdb)
"Copy a channel.", "Copy a channel.",
"This procedure copies the specified channel and returns the copy.\n" "This procedure copies the specified channel and returns the copy.\n"
"The new channel still needs to be added to the image, as this is not automatic. Add the new channel with 'gimp-image-insert-channel'.", "The new channel still needs to be added to the image, as this is not automatic. Add the new channel with 'gimp-image-insert-channel'.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -516,6 +519,7 @@ register_channel_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Combine two channel masks.", "Combine two channel masks.",
"This procedure combines two channel masks. The result is stored in the first channel.", "This procedure combines two channel masks. The result is stored in the first channel.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -563,6 +567,7 @@ register_channel_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the composite method of the specified channel.", "Get the composite method of the specified channel.",
"This procedure returns the specified channel's composite method. If it is TRUE, then the channel is composited with the image so that masked regions are shown. Otherwise, selected regions are shown.", "This procedure returns the specified channel's composite method. If it is TRUE, then the channel is composited with the image so that masked regions are shown. Otherwise, selected regions are shown.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -591,6 +596,7 @@ register_channel_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the composite method of the specified channel.", "Set the composite method of the specified channel.",
"This procedure sets the specified channel's composite method. If it is TRUE, then the channel is composited with the image so that masked regions are shown. Otherwise, selected regions are shown.", "This procedure sets the specified channel's composite method. If it is TRUE, then the channel is composited with the image so that masked regions are shown. Otherwise, selected regions are shown.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -619,6 +625,7 @@ register_channel_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the opacity of the specified channel.", "Get the opacity of the specified channel.",
"This procedure returns the specified channel's opacity.", "This procedure returns the specified channel's opacity.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -647,6 +654,7 @@ register_channel_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the opacity of the specified channel.", "Set the opacity of the specified channel.",
"This procedure sets the specified channel's opacity.", "This procedure sets the specified channel's opacity.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -675,6 +683,7 @@ register_channel_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the compositing color of the specified channel.", "Get the compositing color of the specified channel.",
"This procedure returns the specified channel's compositing color.", "This procedure returns the specified channel's compositing color.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -704,6 +713,7 @@ register_channel_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the compositing color of the specified channel.", "Set the compositing color of the specified channel.",
"This procedure sets the specified channel's compositing color.", "This procedure sets the specified channel's compositing color.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",

View file

@ -3035,6 +3035,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Pushes a context to the top of the plug-in's context stack.", "Pushes a context to the top of the plug-in's context stack.",
"This procedure creates a new context by copying the current context. This copy becomes the new current context for the calling plug-in until it is popped again using 'gimp-context-pop'.", "This procedure creates a new context by copying the current context. This copy becomes the new current context for the calling plug-in until it is popped again using 'gimp-context-pop'.",
NULL,
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>", "Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann", "Michael Natterer & Sven Neumann",
"2004", "2004",
@ -3051,6 +3052,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Pops the topmost context from the plug-in's context stack.", "Pops the topmost context from the plug-in's context stack.",
"This procedure removes the topmost context from the plug-in's context stack. The context that was active before the corresponding call to 'gimp-context-push' becomes the new current context of the plug-in.", "This procedure removes the topmost context from the plug-in's context stack. The context that was active before the corresponding call to 'gimp-context-push' becomes the new current context of the plug-in.",
NULL,
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>", "Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann", "Michael Natterer & Sven Neumann",
"2004", "2004",
@ -3067,6 +3069,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Reset context settings to their default values.", "Reset context settings to their default values.",
"This procedure resets context settings used by various procedures to their default value. This procedure will usually be called after a context push so that a script which calls procedures affected by context settings will not be affected by changes in the global context.", "This procedure resets context settings used by various procedures to their default value. This procedure will usually be called after a context push so that a script which calls procedures affected by context settings will not be affected by changes in the global context.",
NULL,
"Kevin Cozens <kcozens@svn.gnome.org>", "Kevin Cozens <kcozens@svn.gnome.org>",
"Kevin Cozens", "Kevin Cozens",
"2011", "2011",
@ -3083,6 +3086,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Lists the available paint methods.", "Lists the available paint methods.",
"This procedure lists the names of the available paint methods. Any of the results can be used for 'gimp-context-set-paint-method'.", "This procedure lists the names of the available paint methods. Any of the results can be used for 'gimp-context-set-paint-method'.",
NULL,
"Simon Budig", "Simon Budig",
"Simon Budig", "Simon Budig",
"2007", "2007",
@ -3110,6 +3114,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieve the currently active paint method.", "Retrieve the currently active paint method.",
"This procedure returns the name of the currently active paint method.", "This procedure returns the name of the currently active paint method.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2005", "2005",
@ -3133,6 +3138,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the specified paint method as the active paint method.", "Set the specified paint method as the active paint method.",
"This procedure allows the active paint method to be set by specifying its name. The name is simply a string which corresponds to one of the names of the available paint methods. If there is no matching method found, this procedure will return an error. Otherwise, the specified method becomes active and will be used in all subsequent paint operations.", "This procedure allows the active paint method to be set by specifying its name. The name is simply a string which corresponds to one of the names of the available paint methods. If there is no matching method found, this procedure will return an error. Otherwise, the specified method becomes active and will be used in all subsequent paint operations.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2005", "2005",
@ -3156,6 +3162,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieve the currently active stroke method.", "Retrieve the currently active stroke method.",
"This procedure returns the currently active stroke method.", "This procedure returns the currently active stroke method.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2015", "2015",
@ -3179,6 +3186,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the specified stroke method as the active stroke method.", "Set the specified stroke method as the active stroke method.",
"This procedure set the specified stroke method as the active stroke method. The new method will be used in all subsequent stroke operations.", "This procedure set the specified stroke method as the active stroke method. The new method will be used in all subsequent stroke operations.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2015", "2015",
@ -3202,6 +3210,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the current GIMP foreground color.", "Get the current GIMP foreground color.",
"This procedure returns the current GIMP foreground color. The foreground color is used in a variety of tools such as paint tools, blending, and bucket fill.", "This procedure returns the current GIMP foreground color. The foreground color is used in a variety of tools such as paint tools, blending, and bucket fill.",
NULL,
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>", "Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann", "Michael Natterer & Sven Neumann",
"2004", "2004",
@ -3225,6 +3234,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the current GIMP foreground color.", "Set the current GIMP foreground color.",
"This procedure sets the current GIMP foreground color. After this is set, operations which use foreground such as paint tools, blending, and bucket fill will use the new value.", "This procedure sets the current GIMP foreground color. After this is set, operations which use foreground such as paint tools, blending, and bucket fill will use the new value.",
NULL,
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>", "Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann", "Michael Natterer & Sven Neumann",
"2004", "2004",
@ -3248,6 +3258,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the current GIMP background color.", "Get the current GIMP background color.",
"This procedure returns the current GIMP background color. The background color is used in a variety of tools such as blending, erasing (with non-alpha images), and image filling.", "This procedure returns the current GIMP background color. The background color is used in a variety of tools such as blending, erasing (with non-alpha images), and image filling.",
NULL,
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>", "Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann", "Michael Natterer & Sven Neumann",
"2004", "2004",
@ -3271,6 +3282,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the current GIMP background color.", "Set the current GIMP background color.",
"This procedure sets the current GIMP background color. After this is set, operations which use background such as blending, filling images, clearing, and erasing (in non-alpha images) will use the new value.", "This procedure sets the current GIMP background color. After this is set, operations which use background such as blending, filling images, clearing, and erasing (in non-alpha images) will use the new value.",
NULL,
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>", "Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann", "Michael Natterer & Sven Neumann",
"2004", "2004",
@ -3294,6 +3306,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the current GIMP foreground and background colors to black and white.", "Set the current GIMP foreground and background colors to black and white.",
"This procedure sets the current GIMP foreground and background colors to their initial default values, black and white.", "This procedure sets the current GIMP foreground and background colors to their initial default values, black and white.",
NULL,
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>", "Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann", "Michael Natterer & Sven Neumann",
"2004", "2004",
@ -3310,6 +3323,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Swap the current GIMP foreground and background colors.", "Swap the current GIMP foreground and background colors.",
"This procedure swaps the current GIMP foreground and background colors, so that the new foreground color becomes the old background color and vice versa.", "This procedure swaps the current GIMP foreground and background colors, so that the new foreground color becomes the old background color and vice versa.",
NULL,
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>", "Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann", "Michael Natterer & Sven Neumann",
"2004", "2004",
@ -3326,6 +3340,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the opacity.", "Get the opacity.",
"This procedure returns the opacity setting. The return value is a floating point number between 0 and 100.", "This procedure returns the opacity setting. The return value is a floating point number between 0 and 100.",
NULL,
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>", "Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann", "Michael Natterer & Sven Neumann",
"2004", "2004",
@ -3348,6 +3363,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the opacity.", "Set the opacity.",
"This procedure modifies the opacity setting. The value should be a floating point number between 0 and 100.", "This procedure modifies the opacity setting. The value should be a floating point number between 0 and 100.",
NULL,
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>", "Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann", "Michael Natterer & Sven Neumann",
"2004", "2004",
@ -3370,6 +3386,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the paint mode.", "Get the paint mode.",
"This procedure returns the paint-mode setting. The return value is an integer which corresponds to the values listed in the argument description.", "This procedure returns the paint-mode setting. The return value is an integer which corresponds to the values listed in the argument description.",
NULL,
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>", "Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann", "Michael Natterer & Sven Neumann",
"2004", "2004",
@ -3393,6 +3410,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the paint mode.", "Set the paint mode.",
"This procedure modifies the paint_mode setting.", "This procedure modifies the paint_mode setting.",
NULL,
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>", "Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann", "Michael Natterer & Sven Neumann",
"2004", "2004",
@ -3416,6 +3434,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the line width setting.", "Get the line width setting.",
"This procedure returns the line width setting.", "This procedure returns the line width setting.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2015", "2015",
@ -3440,6 +3459,7 @@ register_context_procs (GimpPDB *pdb)
"This procedure modifies the line width setting for stroking lines.\n" "This procedure modifies the line width setting for stroking lines.\n"
"\n" "\n"
"This setting affects the following procedures: 'gimp-drawable-edit-stroke-selection', 'gimp-drawable-edit-stroke-item'.", "This setting affects the following procedures: 'gimp-drawable-edit-stroke-selection', 'gimp-drawable-edit-stroke-item'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2015", "2015",
@ -3462,6 +3482,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the line width unit setting.", "Get the line width unit setting.",
"This procedure returns the line width unit setting.", "This procedure returns the line width unit setting.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2015", "2015",
@ -3488,6 +3509,7 @@ register_context_procs (GimpPDB *pdb)
"This procedure modifies the line width unit setting for stroking lines.\n" "This procedure modifies the line width unit setting for stroking lines.\n"
"\n" "\n"
"This setting affects the following procedures: 'gimp-drawable-edit-stroke-selection', 'gimp-drawable-edit-stroke-item'.", "This setting affects the following procedures: 'gimp-drawable-edit-stroke-selection', 'gimp-drawable-edit-stroke-item'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2015", "2015",
@ -3512,6 +3534,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the line cap style setting.", "Get the line cap style setting.",
"This procedure returns the line cap style setting.", "This procedure returns the line cap style setting.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2015", "2015",
@ -3537,6 +3560,7 @@ register_context_procs (GimpPDB *pdb)
"This procedure modifies the line cap style setting for stroking lines.\n" "This procedure modifies the line cap style setting for stroking lines.\n"
"\n" "\n"
"This setting affects the following procedures: 'gimp-drawable-edit-stroke-selection', 'gimp-drawable-edit-stroke-item'.", "This setting affects the following procedures: 'gimp-drawable-edit-stroke-selection', 'gimp-drawable-edit-stroke-item'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2015", "2015",
@ -3560,6 +3584,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the line join style setting.", "Get the line join style setting.",
"This procedure returns the line join style setting.", "This procedure returns the line join style setting.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2015", "2015",
@ -3585,6 +3610,7 @@ register_context_procs (GimpPDB *pdb)
"This procedure modifies the line join style setting for stroking lines.\n" "This procedure modifies the line join style setting for stroking lines.\n"
"\n" "\n"
"This setting affects the following procedures: 'gimp-drawable-edit-stroke-selection', 'gimp-drawable-edit-stroke-item'.", "This setting affects the following procedures: 'gimp-drawable-edit-stroke-selection', 'gimp-drawable-edit-stroke-item'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2015", "2015",
@ -3608,6 +3634,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the line miter limit setting.", "Get the line miter limit setting.",
"This procedure returns the line miter limit setting.", "This procedure returns the line miter limit setting.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2015", "2015",
@ -3633,6 +3660,7 @@ register_context_procs (GimpPDB *pdb)
"A mitered join is converted to a bevelled join if the miter would extend to a distance of more than (miter-limit * line-width) from the actual join point.\n" "A mitered join is converted to a bevelled join if the miter would extend to a distance of more than (miter-limit * line-width) from the actual join point.\n"
"\n" "\n"
"This setting affects the following procedures: 'gimp-drawable-edit-stroke-selection', 'gimp-drawable-edit-stroke-item'.", "This setting affects the following procedures: 'gimp-drawable-edit-stroke-selection', 'gimp-drawable-edit-stroke-item'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2015", "2015",
@ -3655,6 +3683,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the line dash offset setting.", "Get the line dash offset setting.",
"This procedure returns the line dash offset setting.", "This procedure returns the line dash offset setting.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2015", "2015",
@ -3679,6 +3708,7 @@ register_context_procs (GimpPDB *pdb)
"This procedure modifies the line dash offset setting for stroking lines.\n" "This procedure modifies the line dash offset setting for stroking lines.\n"
"\n" "\n"
"This setting affects the following procedures: 'gimp-drawable-edit-stroke-selection', 'gimp-drawable-edit-stroke-item'.", "This setting affects the following procedures: 'gimp-drawable-edit-stroke-selection', 'gimp-drawable-edit-stroke-item'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2015", "2015",
@ -3701,6 +3731,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the line dash pattern setting.", "Get the line dash pattern setting.",
"This procedure returns the line dash pattern setting.", "This procedure returns the line dash pattern setting.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2015", "2015",
@ -3732,6 +3763,7 @@ register_context_procs (GimpPDB *pdb)
"The unit of the dash pattern segments is the actual line width used for the stroke operation, in other words a segment length of 1.0 results in a square segment shape (or gap shape).\n" "The unit of the dash pattern segments is the actual line width used for the stroke operation, in other words a segment length of 1.0 results in a square segment shape (or gap shape).\n"
"\n" "\n"
"This setting affects the following procedures: 'gimp-drawable-edit-stroke-selection', 'gimp-drawable-edit-stroke-item'.", "This setting affects the following procedures: 'gimp-drawable-edit-stroke-selection', 'gimp-drawable-edit-stroke-item'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2015", "2015",
@ -3759,6 +3791,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieve the currently active brush.", "Retrieve the currently active brush.",
"This procedure returns the name of the currently active brush. All paint operations and stroke operations use this brush to control the application of paint to the image.", "This procedure returns the name of the currently active brush. All paint operations and stroke operations use this brush to control the application of paint to the image.",
NULL,
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>", "Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann", "Michael Natterer & Sven Neumann",
"2004", "2004",
@ -3782,6 +3815,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the specified brush as the active brush.", "Set the specified brush as the active brush.",
"This procedure allows the active brush to be set by specifying its name. The name is simply a string which corresponds to one of the names of the installed brushes. If there is no matching brush found, this procedure will return an error. Otherwise, the specified brush becomes active and will be used in all subsequent paint operations.", "This procedure allows the active brush to be set by specifying its name. The name is simply a string which corresponds to one of the names of the installed brushes. If there is no matching brush found, this procedure will return an error. Otherwise, the specified brush becomes active and will be used in all subsequent paint operations.",
NULL,
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>", "Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann", "Michael Natterer & Sven Neumann",
"2004", "2004",
@ -3805,6 +3839,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get brush size in pixels.", "Get brush size in pixels.",
"Get the brush size in pixels for brush based paint tools.", "Get the brush size in pixels for brush based paint tools.",
NULL,
"Ed Swartz", "Ed Swartz",
"Ed Swartz", "Ed Swartz",
"2012", "2012",
@ -3827,6 +3862,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set brush size in pixels.", "Set brush size in pixels.",
"Set the brush size in pixels for brush based paint tools.", "Set the brush size in pixels for brush based paint tools.",
NULL,
"Ed Swartz", "Ed Swartz",
"Ed Swartz", "Ed Swartz",
"2012", "2012",
@ -3849,6 +3885,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set brush size to its default.", "Set brush size to its default.",
"Set the brush size to the default (max of width and height) for paintbrush, airbrush, or pencil tools.", "Set the brush size to the default (max of width and height) for paintbrush, airbrush, or pencil tools.",
NULL,
"Ed Swartz", "Ed Swartz",
"Ed Swartz", "Ed Swartz",
"2012", "2012",
@ -3865,6 +3902,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get brush aspect ratio.", "Get brush aspect ratio.",
"Set the aspect ratio for brush based paint tools.", "Set the aspect ratio for brush based paint tools.",
NULL,
"Ed Swartz", "Ed Swartz",
"Ed Swartz", "Ed Swartz",
"2012", "2012",
@ -3887,6 +3925,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set brush aspect ratio.", "Set brush aspect ratio.",
"Set the aspect ratio for brush based paint tools.", "Set the aspect ratio for brush based paint tools.",
NULL,
"Ed Swartz", "Ed Swartz",
"Ed Swartz", "Ed Swartz",
"2012", "2012",
@ -3909,6 +3948,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get brush angle in degrees.", "Get brush angle in degrees.",
"Set the angle in degrees for brush based paint tools.", "Set the angle in degrees for brush based paint tools.",
NULL,
"Ed Swartz", "Ed Swartz",
"Ed Swartz", "Ed Swartz",
"2012", "2012",
@ -3931,6 +3971,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set brush angle in degrees.", "Set brush angle in degrees.",
"Set the angle in degrees for brush based paint tools.", "Set the angle in degrees for brush based paint tools.",
NULL,
"Ed Swartz", "Ed Swartz",
"Ed Swartz", "Ed Swartz",
"2012", "2012",
@ -3953,6 +3994,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get brush spacing as percent of size.", "Get brush spacing as percent of size.",
"Get the brush spacing as percent of size for brush based paint tools.", "Get the brush spacing as percent of size for brush based paint tools.",
NULL,
"Alexia Death", "Alexia Death",
"Alexia Death", "Alexia Death",
"2014", "2014",
@ -3975,6 +4017,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set brush spacing as percent of size.", "Set brush spacing as percent of size.",
"Set the brush spacing as percent of size for brush based paint tools.", "Set the brush spacing as percent of size for brush based paint tools.",
NULL,
"Alexia Death", "Alexia Death",
"Alexia Death", "Alexia Death",
"2014", "2014",
@ -3997,6 +4040,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set brush spacing to its default.", "Set brush spacing to its default.",
"Set the brush spacing to the default for paintbrush, airbrush, or pencil tools.", "Set the brush spacing to the default for paintbrush, airbrush, or pencil tools.",
NULL,
"Alexia Death", "Alexia Death",
"Alexia Death", "Alexia Death",
"2014", "2014",
@ -4013,6 +4057,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get brush hardness in paint options.", "Get brush hardness in paint options.",
"Get the brush hardness for brush based paint tools.", "Get the brush hardness for brush based paint tools.",
NULL,
"Alexia Death", "Alexia Death",
"Alexia Death", "Alexia Death",
"2014", "2014",
@ -4035,6 +4080,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set brush hardness.", "Set brush hardness.",
"Set the brush hardness for brush based paint tools.", "Set the brush hardness for brush based paint tools.",
NULL,
"Alexia Death", "Alexia Death",
"Alexia Death", "Alexia Death",
"2014", "2014",
@ -4057,6 +4103,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set brush spacing to its default.", "Set brush spacing to its default.",
"Set the brush spacing to the default for paintbrush, airbrush, or pencil tools.", "Set the brush spacing to the default for paintbrush, airbrush, or pencil tools.",
NULL,
"Alexia Death", "Alexia Death",
"Alexia Death", "Alexia Death",
"2014", "2014",
@ -4073,6 +4120,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get brush force in paint options.", "Get brush force in paint options.",
"Get the brush application force for brush based paint tools.", "Get the brush application force for brush based paint tools.",
NULL,
"Alexia Death", "Alexia Death",
"Alexia Death", "Alexia Death",
"2014", "2014",
@ -4095,6 +4143,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set brush application force.", "Set brush application force.",
"Set the brush application force for brush based paint tools.", "Set the brush application force for brush based paint tools.",
NULL,
"Alexia Death", "Alexia Death",
"Alexia Death", "Alexia Death",
"2014", "2014",
@ -4117,6 +4166,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieve the currently active paint dynamics.", "Retrieve the currently active paint dynamics.",
"This procedure returns the name of the currently active paint dynamics. All paint operations and stroke operations use this paint dynamics to control the application of paint to the image.", "This procedure returns the name of the currently active paint dynamics. All paint operations and stroke operations use this paint dynamics to control the application of paint to the image.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2011", "2011",
@ -4140,6 +4190,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the specified paint dynamics as the active paint dynamics.", "Set the specified paint dynamics as the active paint dynamics.",
"This procedure allows the active paint dynamics to be set by specifying its name. The name is simply a string which corresponds to one of the names of the installed paint dynamics. If there is no matching paint dynamics found, this procedure will return an error. Otherwise, the specified paint dynamics becomes active and will be used in all subsequent paint operations.", "This procedure allows the active paint dynamics to be set by specifying its name. The name is simply a string which corresponds to one of the names of the installed paint dynamics. If there is no matching paint dynamics found, this procedure will return an error. Otherwise, the specified paint dynamics becomes active and will be used in all subsequent paint operations.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2011", "2011",
@ -4163,6 +4214,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieve the currently active MyPaint brush.", "Retrieve the currently active MyPaint brush.",
"This procedure returns the name of the currently active MyPaint brush.", "This procedure returns the name of the currently active MyPaint brush.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2016", "2016",
@ -4186,6 +4238,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the specified MyPaint brush as the active MyPaint brush.", "Set the specified MyPaint brush as the active MyPaint brush.",
"This procedure allows the active MyPaint brush to be set by specifying its name. The name is simply a string which corresponds to one of the names of the installed MyPaint brushes. If there is no matching MyPaint brush found, this procedure will return an error. Otherwise, the specified MyPaint brush becomes active and will be used in all subsequent MyPaint paint operations.", "This procedure allows the active MyPaint brush to be set by specifying its name. The name is simply a string which corresponds to one of the names of the installed MyPaint brushes. If there is no matching MyPaint brush found, this procedure will return an error. Otherwise, the specified MyPaint brush becomes active and will be used in all subsequent MyPaint paint operations.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2016", "2016",
@ -4209,6 +4262,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieve the currently active pattern.", "Retrieve the currently active pattern.",
"This procedure returns name of the the currently active pattern. All clone and bucket-fill operations with patterns will use this pattern to control the application of paint to the image.", "This procedure returns name of the the currently active pattern. All clone and bucket-fill operations with patterns will use this pattern to control the application of paint to the image.",
NULL,
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>", "Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann", "Michael Natterer & Sven Neumann",
"2004", "2004",
@ -4232,6 +4286,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the specified pattern as the active pattern.", "Set the specified pattern as the active pattern.",
"This procedure allows the active pattern to be set by specifying its name. The name is simply a string which corresponds to one of the names of the installed patterns. If there is no matching pattern found, this procedure will return an error. Otherwise, the specified pattern becomes active and will be used in all subsequent paint operations.", "This procedure allows the active pattern to be set by specifying its name. The name is simply a string which corresponds to one of the names of the installed patterns. If there is no matching pattern found, this procedure will return an error. Otherwise, the specified pattern becomes active and will be used in all subsequent paint operations.",
NULL,
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>", "Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann", "Michael Natterer & Sven Neumann",
"2004", "2004",
@ -4255,6 +4310,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieve the currently active gradient.", "Retrieve the currently active gradient.",
"This procedure returns the name of the currently active gradient.", "This procedure returns the name of the currently active gradient.",
NULL,
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>", "Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann", "Michael Natterer & Sven Neumann",
"2004", "2004",
@ -4278,6 +4334,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the specified gradient as the active gradient.", "Sets the specified gradient as the active gradient.",
"This procedure lets you set the specified gradient as the active or \"current\" one. The name is simply a string which corresponds to one of the loaded gradients. If no matching gradient is found, this procedure will return an error. Otherwise, the specified gradient will become active and will be used for subsequent custom gradient operations.", "This procedure lets you set the specified gradient as the active or \"current\" one. The name is simply a string which corresponds to one of the loaded gradients. If no matching gradient is found, this procedure will return an error. Otherwise, the specified gradient will become active and will be used for subsequent custom gradient operations.",
NULL,
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>", "Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann", "Michael Natterer & Sven Neumann",
"2004", "2004",
@ -4301,6 +4358,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the built-in FG-BG RGB gradient as the active gradient.", "Sets the built-in FG-BG RGB gradient as the active gradient.",
"This procedure sets the built-in FG-BG RGB gradient as the active gradient. The gradient will be used for subsequent gradient operations.", "This procedure sets the built-in FG-BG RGB gradient as the active gradient. The gradient will be used for subsequent gradient operations.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2018", "2018",
@ -4317,6 +4375,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the built-in FG-BG HSV (cw) gradient as the active gradient.", "Sets the built-in FG-BG HSV (cw) gradient as the active gradient.",
"This procedure sets the built-in FG-BG HSV (cw) gradient as the active gradient. The gradient will be used for subsequent gradient operations.", "This procedure sets the built-in FG-BG HSV (cw) gradient as the active gradient. The gradient will be used for subsequent gradient operations.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2018", "2018",
@ -4333,6 +4392,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the built-in FG-BG HSV (ccw) gradient as the active gradient.", "Sets the built-in FG-BG HSV (ccw) gradient as the active gradient.",
"This procedure sets the built-in FG-BG HSV (ccw) gradient as the active gradient. The gradient will be used for subsequent gradient operations.", "This procedure sets the built-in FG-BG HSV (ccw) gradient as the active gradient. The gradient will be used for subsequent gradient operations.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2018", "2018",
@ -4349,6 +4409,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the built-in FG-Transparent gradient as the active gradient.", "Sets the built-in FG-Transparent gradient as the active gradient.",
"This procedure sets the built-in FG-Transparent gradient as the active gradient. The gradient will be used for subsequent gradient operations.", "This procedure sets the built-in FG-Transparent gradient as the active gradient. The gradient will be used for subsequent gradient operations.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2018", "2018",
@ -4365,6 +4426,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the gradient blend color space.", "Get the gradient blend color space.",
"Get the gradient blend color space for paint tools and the gradient tool.", "Get the gradient blend color space for paint tools and the gradient tool.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2018", "2018",
@ -4388,6 +4450,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the gradient blend color space.", "Set the gradient blend color space.",
"Set the gradient blend color space for paint tools and the gradient tool.", "Set the gradient blend color space for paint tools and the gradient tool.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2018", "2018",
@ -4411,6 +4474,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the gradient repeat mode.", "Get the gradient repeat mode.",
"Get the gradient repeat mode for paint tools and the gradient tool.", "Get the gradient repeat mode for paint tools and the gradient tool.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2018", "2018",
@ -4434,6 +4498,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the gradient repeat mode.", "Set the gradient repeat mode.",
"Set the gradient repeat mode for paint tools and the gradient tool.", "Set the gradient repeat mode for paint tools and the gradient tool.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2018", "2018",
@ -4457,6 +4522,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the gradient reverse setting.", "Get the gradient reverse setting.",
"Get the gradient reverse setting for paint tools and the gradient tool.", "Get the gradient reverse setting for paint tools and the gradient tool.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2018", "2018",
@ -4479,6 +4545,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the gradient reverse setting.", "Set the gradient reverse setting.",
"Set the gradient reverse setting for paint tools and the gradient tool.", "Set the gradient reverse setting for paint tools and the gradient tool.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2018", "2018",
@ -4501,6 +4568,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieve the currently active palette.", "Retrieve the currently active palette.",
"This procedure returns the name of the the currently active palette.", "This procedure returns the name of the the currently active palette.",
NULL,
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>", "Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann", "Michael Natterer & Sven Neumann",
"2004", "2004",
@ -4524,6 +4592,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the specified palette as the active palette.", "Set the specified palette as the active palette.",
"This procedure allows the active palette to be set by specifying its name. The name is simply a string which corresponds to one of the names of the installed palettes. If no matching palette is found, this procedure will return an error. Otherwise, the specified palette becomes active and will be used in all subsequent palette operations.", "This procedure allows the active palette to be set by specifying its name. The name is simply a string which corresponds to one of the names of the installed palettes. If no matching palette is found, this procedure will return an error. Otherwise, the specified palette becomes active and will be used in all subsequent palette operations.",
NULL,
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>", "Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann", "Michael Natterer & Sven Neumann",
"2004", "2004",
@ -4547,6 +4616,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieve the currently active font.", "Retrieve the currently active font.",
"This procedure returns the name of the currently active font.", "This procedure returns the name of the currently active font.",
NULL,
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>", "Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann", "Michael Natterer & Sven Neumann",
"2004", "2004",
@ -4570,6 +4640,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the specified font as the active font.", "Set the specified font as the active font.",
"This procedure allows the active font to be set by specifying its name. The name is simply a string which corresponds to one of the names of the installed fonts. If no matching font is found, this procedure will return an error. Otherwise, the specified font becomes active and will be used in all subsequent font operations.", "This procedure allows the active font to be set by specifying its name. The name is simply a string which corresponds to one of the names of the installed fonts. If no matching font is found, this procedure will return an error. Otherwise, the specified font becomes active and will be used in all subsequent font operations.",
NULL,
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>", "Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann", "Michael Natterer & Sven Neumann",
"2004", "2004",
@ -4593,6 +4664,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the antialias setting.", "Get the antialias setting.",
"This procedure returns the antialias setting.", "This procedure returns the antialias setting.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -4617,6 +4689,7 @@ register_context_procs (GimpPDB *pdb)
"This procedure modifies the antialias setting. If antialiasing is turned on, the edges of selected region will contain intermediate values which give the appearance of a sharper, less pixelized edge. This should be set as TRUE most of the time unless a binary-only selection is wanted.\n" "This procedure modifies the antialias setting. If antialiasing is turned on, the edges of selected region will contain intermediate values which give the appearance of a sharper, less pixelized edge. This should be set as TRUE most of the time unless a binary-only selection is wanted.\n"
"\n" "\n"
"This setting affects the following procedures: 'gimp-image-select-color', 'gimp-image-select-contiguous-color', 'gimp-image-select-round-rectangle', 'gimp-image-select-ellipse', 'gimp-image-select-polygon', 'gimp-image-select-item', 'gimp-drawable-edit-bucket-fill', 'gimp-drawable-edit-stroke-item', 'gimp-drawable-edit-stroke-selection'.", "This setting affects the following procedures: 'gimp-image-select-color', 'gimp-image-select-contiguous-color', 'gimp-image-select-round-rectangle', 'gimp-image-select-ellipse', 'gimp-image-select-polygon', 'gimp-image-select-item', 'gimp-drawable-edit-bucket-fill', 'gimp-drawable-edit-stroke-item', 'gimp-drawable-edit-stroke-selection'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -4639,6 +4712,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the feather setting.", "Get the feather setting.",
"This procedure returns the feather setting.", "This procedure returns the feather setting.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -4663,6 +4737,7 @@ register_context_procs (GimpPDB *pdb)
"This procedure modifies the feather setting. If the feather option is enabled, selections will be blurred before combining. The blur is a gaussian blur; its radii can be controlled using 'gimp-context-set-feather-radius'.\n" "This procedure modifies the feather setting. If the feather option is enabled, selections will be blurred before combining. The blur is a gaussian blur; its radii can be controlled using 'gimp-context-set-feather-radius'.\n"
"\n" "\n"
"This setting affects the following procedures: 'gimp-image-select-color', 'gimp-image-select-contiguous-color', 'gimp-image-select-rectangle', 'gimp-image-select-round-rectangle', 'gimp-image-select-ellipse', 'gimp-image-select-polygon', 'gimp-image-select-item'.", "This setting affects the following procedures: 'gimp-image-select-color', 'gimp-image-select-contiguous-color', 'gimp-image-select-rectangle', 'gimp-image-select-round-rectangle', 'gimp-image-select-ellipse', 'gimp-image-select-polygon', 'gimp-image-select-item'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -4685,6 +4760,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the feather radius setting.", "Get the feather radius setting.",
"This procedure returns the feather radius setting.", "This procedure returns the feather radius setting.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -4715,6 +4791,7 @@ register_context_procs (GimpPDB *pdb)
"This procedure modifies the feather radius setting.\n" "This procedure modifies the feather radius setting.\n"
"\n" "\n"
"This setting affects all procedures that are affected by 'gimp-context-set-feather'.", "This setting affects all procedures that are affected by 'gimp-context-set-feather'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -4743,6 +4820,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the sample merged setting.", "Get the sample merged setting.",
"This procedure returns the sample merged setting.", "This procedure returns the sample merged setting.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2011", "2011",
@ -4767,6 +4845,7 @@ register_context_procs (GimpPDB *pdb)
"This procedure modifies the sample merged setting. If an operation depends on the colors of the pixels present in a drawable, like when doing a seed fill, this setting controls whether the pixel data from the specified drawable is used ('sample-merged' is FALSE), or the pixel data from the composite image ('sample-merged' is TRUE. This is equivalent to sampling for colors after merging all visible layers).\n" "This procedure modifies the sample merged setting. If an operation depends on the colors of the pixels present in a drawable, like when doing a seed fill, this setting controls whether the pixel data from the specified drawable is used ('sample-merged' is FALSE), or the pixel data from the composite image ('sample-merged' is TRUE. This is equivalent to sampling for colors after merging all visible layers).\n"
"\n" "\n"
"This setting affects the following procedures: 'gimp-image-select-color', 'gimp-image-select-contiguous-color', 'gimp-drawable-edit-bucket-fill'.", "This setting affects the following procedures: 'gimp-image-select-color', 'gimp-image-select-contiguous-color', 'gimp-drawable-edit-bucket-fill'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2011", "2011",
@ -4789,6 +4868,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the sample criterion setting.", "Get the sample criterion setting.",
"This procedure returns the sample criterion setting.", "This procedure returns the sample criterion setting.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2011", "2011",
@ -4814,6 +4894,7 @@ register_context_procs (GimpPDB *pdb)
"This procedure modifies the sample criterion setting. If an operation depends on the colors of the pixels present in a drawable, like when doing a seed fill, this setting controls how color similarity is determined. SELECT_CRITERION_COMPOSITE is the default value.\n" "This procedure modifies the sample criterion setting. If an operation depends on the colors of the pixels present in a drawable, like when doing a seed fill, this setting controls how color similarity is determined. SELECT_CRITERION_COMPOSITE is the default value.\n"
"\n" "\n"
"This setting affects the following procedures: 'gimp-image-select-color', 'gimp-image-select-contiguous-color', 'gimp-drawable-edit-bucket-fill'.", "This setting affects the following procedures: 'gimp-image-select-color', 'gimp-image-select-contiguous-color', 'gimp-drawable-edit-bucket-fill'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2011", "2011",
@ -4837,6 +4918,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the sample threshold setting.", "Get the sample threshold setting.",
"This procedure returns the sample threshold setting.", "This procedure returns the sample threshold setting.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2011", "2011",
@ -4861,6 +4943,7 @@ register_context_procs (GimpPDB *pdb)
"This procedure modifies the sample threshold setting. If an operation depends on the colors of the pixels present in a drawable, like when doing a seed fill, this setting controls what is \"sufficiently close\" to be considered a similar color. If the sample threshold has not been set explicitly, the default threshold set in gimprc will be used.\n" "This procedure modifies the sample threshold setting. If an operation depends on the colors of the pixels present in a drawable, like when doing a seed fill, this setting controls what is \"sufficiently close\" to be considered a similar color. If the sample threshold has not been set explicitly, the default threshold set in gimprc will be used.\n"
"\n" "\n"
"This setting affects the following procedures: 'gimp-image-select-color', 'gimp-image-select-contiguous-color', 'gimp-drawable-edit-bucket-fill'.", "This setting affects the following procedures: 'gimp-image-select-color', 'gimp-image-select-contiguous-color', 'gimp-drawable-edit-bucket-fill'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2011", "2011",
@ -4883,6 +4966,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the sample threshold setting as an integer value.", "Get the sample threshold setting as an integer value.",
"This procedure returns the sample threshold setting as an integer value. See 'gimp-context-get-sample-threshold'.", "This procedure returns the sample threshold setting as an integer value. See 'gimp-context-get-sample-threshold'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2011", "2011",
@ -4905,6 +4989,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the sample threshold setting as an integer value.", "Set the sample threshold setting as an integer value.",
"This procedure modifies the sample threshold setting as an integer value. See 'gimp-context-set-sample-threshold'.", "This procedure modifies the sample threshold setting as an integer value. See 'gimp-context-set-sample-threshold'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2011", "2011",
@ -4927,6 +5012,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the sample transparent setting.", "Get the sample transparent setting.",
"This procedure returns the sample transparent setting.", "This procedure returns the sample transparent setting.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2011", "2011",
@ -4951,6 +5037,7 @@ register_context_procs (GimpPDB *pdb)
"This procedure modifies the sample transparent setting. If an operation depends on the colors of the pixels present in a drawable, like when doing a seed fill, this setting controls whether transparency is considered to be a unique selectable color. When this setting is TRUE, transparent areas can be selected or filled.\n" "This procedure modifies the sample transparent setting. If an operation depends on the colors of the pixels present in a drawable, like when doing a seed fill, this setting controls whether transparency is considered to be a unique selectable color. When this setting is TRUE, transparent areas can be selected or filled.\n"
"\n" "\n"
"This setting affects the following procedures: 'gimp-image-select-color', 'gimp-image-select-contiguous-color', 'gimp-drawable-edit-bucket-fill'.", "This setting affects the following procedures: 'gimp-image-select-color', 'gimp-image-select-contiguous-color', 'gimp-drawable-edit-bucket-fill'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2011", "2011",
@ -4973,6 +5060,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the diagonal neighbors setting.", "Get the diagonal neighbors setting.",
"This procedure returns the diagonal neighbors setting.", "This procedure returns the diagonal neighbors setting.",
NULL,
"Ell", "Ell",
"Ell", "Ell",
"2016", "2016",
@ -4997,6 +5085,7 @@ register_context_procs (GimpPDB *pdb)
"This procedure modifies the diagonal neighbors setting. If the affected region of an operation is based on a seed point, like when doing a seed fill, then, when this setting is TRUE, all eight neighbors of each pixel are considered when calculating the affected region; in contrast, when this setting is FALSE, only the four orthogonal neighbors of each pixel are considered.\n" "This procedure modifies the diagonal neighbors setting. If the affected region of an operation is based on a seed point, like when doing a seed fill, then, when this setting is TRUE, all eight neighbors of each pixel are considered when calculating the affected region; in contrast, when this setting is FALSE, only the four orthogonal neighbors of each pixel are considered.\n"
"\n" "\n"
"This setting affects the following procedures: 'gimp-image-select-contiguous-color', 'gimp-drawable-edit-bucket-fill'.", "This setting affects the following procedures: 'gimp-image-select-contiguous-color', 'gimp-drawable-edit-bucket-fill'.",
NULL,
"Ell", "Ell",
"Ell", "Ell",
"2016", "2016",
@ -5019,6 +5108,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the distance metric used in some computations.", "Get the distance metric used in some computations.",
"This procedure returns the distance metric in the current context. See 'gimp-context-set-distance-metric' to know more about its usage.", "This procedure returns the distance metric in the current context. See 'gimp-context-set-distance-metric' to know more about its usage.",
NULL,
"Jehan", "Jehan",
"Jehan", "Jehan",
"2018", "2018",
@ -5044,6 +5134,7 @@ register_context_procs (GimpPDB *pdb)
"This procedure modifies the distance metric used in some computations, such as 'gimp-drawable-edit-gradient-fill'. In particular, it does not change the metric used in generic distance computation on canvas, as in the Measure tool.\n" "This procedure modifies the distance metric used in some computations, such as 'gimp-drawable-edit-gradient-fill'. In particular, it does not change the metric used in generic distance computation on canvas, as in the Measure tool.\n"
"\n" "\n"
"This setting affects the following procedures: 'gimp-drawable-edit-gradient-fill'.", "This setting affects the following procedures: 'gimp-drawable-edit-gradient-fill'.",
NULL,
"Jehan", "Jehan",
"Jehan", "Jehan",
"2018", "2018",
@ -5067,6 +5158,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the interpolation type.", "Get the interpolation type.",
"This procedure returns the interpolation setting. The return value is an integer which corresponds to the values listed in the argument description. If the interpolation has not been set explicitly by 'gimp-context-set-interpolation', the default interpolation set in gimprc will be used.", "This procedure returns the interpolation setting. The return value is an integer which corresponds to the values listed in the argument description. If the interpolation has not been set explicitly by 'gimp-context-set-interpolation', the default interpolation set in gimprc will be used.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -5092,6 +5184,7 @@ register_context_procs (GimpPDB *pdb)
"This procedure modifies the interpolation setting.\n" "This procedure modifies the interpolation setting.\n"
"\n" "\n"
"This setting affects affects the following procedures: 'gimp-item-transform-flip', 'gimp-item-transform-perspective', 'gimp-item-transform-rotate', 'gimp-item-transform-scale', 'gimp-item-transform-shear', 'gimp-item-transform-2d', 'gimp-item-transform-matrix', 'gimp-image-scale', 'gimp-layer-scale'.", "This setting affects affects the following procedures: 'gimp-item-transform-flip', 'gimp-item-transform-perspective', 'gimp-item-transform-rotate', 'gimp-item-transform-scale', 'gimp-item-transform-shear', 'gimp-item-transform-2d', 'gimp-item-transform-matrix', 'gimp-image-scale', 'gimp-layer-scale'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -5115,6 +5208,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the transform direction.", "Get the transform direction.",
"This procedure returns the transform direction. The return value is an integer which corresponds to the values listed in the argument description.", "This procedure returns the transform direction. The return value is an integer which corresponds to the values listed in the argument description.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -5140,6 +5234,7 @@ register_context_procs (GimpPDB *pdb)
"This procedure modifies the transform direction setting.\n" "This procedure modifies the transform direction setting.\n"
"\n" "\n"
"This setting affects affects the following procedures: 'gimp-item-transform-flip', 'gimp-item-transform-perspective', 'gimp-item-transform-rotate', 'gimp-item-transform-scale', 'gimp-item-transform-shear', 'gimp-item-transform-2d', 'gimp-item-transform-matrix'.", "This setting affects affects the following procedures: 'gimp-item-transform-flip', 'gimp-item-transform-perspective', 'gimp-item-transform-rotate', 'gimp-item-transform-scale', 'gimp-item-transform-shear', 'gimp-item-transform-2d', 'gimp-item-transform-matrix'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -5163,6 +5258,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the transform resize type.", "Get the transform resize type.",
"This procedure returns the transform resize setting. The return value is an integer which corresponds to the values listed in the argument description.", "This procedure returns the transform resize setting. The return value is an integer which corresponds to the values listed in the argument description.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -5188,6 +5284,7 @@ register_context_procs (GimpPDB *pdb)
"This procedure modifies the transform resize setting. When transforming pixels, if the result of a transform operation has a different size than the original area, this setting determines how the resulting area is sized.\n" "This procedure modifies the transform resize setting. When transforming pixels, if the result of a transform operation has a different size than the original area, this setting determines how the resulting area is sized.\n"
"\n" "\n"
"This setting affects affects the following procedures: 'gimp-item-transform-flip', 'gimp-item-transform-flip-simple', 'gimp-item-transform-perspective', 'gimp-item-transform-rotate', 'gimp-item-transform-rotate-simple', 'gimp-item-transform-scale', 'gimp-item-transform-shear', 'gimp-item-transform-2d', 'gimp-item-transform-matrix'.", "This setting affects affects the following procedures: 'gimp-item-transform-flip', 'gimp-item-transform-flip-simple', 'gimp-item-transform-perspective', 'gimp-item-transform-rotate', 'gimp-item-transform-rotate-simple', 'gimp-item-transform-scale', 'gimp-item-transform-shear', 'gimp-item-transform-2d', 'gimp-item-transform-matrix'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -5211,6 +5308,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get ink blob size in pixels.", "Get ink blob size in pixels.",
"Get the ink blob size in pixels for ink tool.", "Get the ink blob size in pixels for ink tool.",
NULL,
"Ed Swartz", "Ed Swartz",
"Ed Swartz", "Ed Swartz",
"2012", "2012",
@ -5233,6 +5331,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set ink blob size in pixels.", "Set ink blob size in pixels.",
"Set the ink blob size in pixels for ink tool.", "Set the ink blob size in pixels for ink tool.",
NULL,
"Ed Swartz", "Ed Swartz",
"Ed Swartz", "Ed Swartz",
"2012", "2012",
@ -5255,6 +5354,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get ink angle in degrees.", "Get ink angle in degrees.",
"Get the ink angle in degrees for ink tool.", "Get the ink angle in degrees for ink tool.",
NULL,
"Ed Swartz", "Ed Swartz",
"Ed Swartz", "Ed Swartz",
"2012", "2012",
@ -5277,6 +5377,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set ink angle in degrees.", "Set ink angle in degrees.",
"Set the ink angle in degrees for ink tool.", "Set the ink angle in degrees for ink tool.",
NULL,
"Ed Swartz", "Ed Swartz",
"Ed Swartz", "Ed Swartz",
"2012", "2012",
@ -5299,6 +5400,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get ink size sensitivity.", "Get ink size sensitivity.",
"Get the ink size sensitivity for ink tool.", "Get the ink size sensitivity for ink tool.",
NULL,
"Ed Swartz", "Ed Swartz",
"Ed Swartz", "Ed Swartz",
"2012", "2012",
@ -5321,6 +5423,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set ink size sensitivity.", "Set ink size sensitivity.",
"Set the ink size sensitivity for ink tool.", "Set the ink size sensitivity for ink tool.",
NULL,
"Ed Swartz", "Ed Swartz",
"Ed Swartz", "Ed Swartz",
"2012", "2012",
@ -5343,6 +5446,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get ink tilt sensitivity.", "Get ink tilt sensitivity.",
"Get the ink tilt sensitivity for ink tool.", "Get the ink tilt sensitivity for ink tool.",
NULL,
"Ed Swartz", "Ed Swartz",
"Ed Swartz", "Ed Swartz",
"2012", "2012",
@ -5365,6 +5469,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set ink tilt sensitivity.", "Set ink tilt sensitivity.",
"Set the ink tilt sensitivity for ink tool.", "Set the ink tilt sensitivity for ink tool.",
NULL,
"Ed Swartz", "Ed Swartz",
"Ed Swartz", "Ed Swartz",
"2012", "2012",
@ -5387,6 +5492,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get ink speed sensitivity.", "Get ink speed sensitivity.",
"Get the ink speed sensitivity for ink tool.", "Get the ink speed sensitivity for ink tool.",
NULL,
"Ed Swartz", "Ed Swartz",
"Ed Swartz", "Ed Swartz",
"2012", "2012",
@ -5409,6 +5515,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set ink speed sensitivity.", "Set ink speed sensitivity.",
"Set the ink speed sensitivity for ink tool.", "Set the ink speed sensitivity for ink tool.",
NULL,
"Ed Swartz", "Ed Swartz",
"Ed Swartz", "Ed Swartz",
"2012", "2012",
@ -5431,6 +5538,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get ink blob type.", "Get ink blob type.",
"Get the ink blob type for ink tool.", "Get the ink blob type for ink tool.",
NULL,
"Ed Swartz", "Ed Swartz",
"Ed Swartz", "Ed Swartz",
"2012", "2012",
@ -5454,6 +5562,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set ink blob type.", "Set ink blob type.",
"Set the ink blob type for ink tool.", "Set the ink blob type for ink tool.",
NULL,
"Ed Swartz", "Ed Swartz",
"Ed Swartz", "Ed Swartz",
"2012", "2012",
@ -5477,6 +5586,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get ink blob aspect ratio.", "Get ink blob aspect ratio.",
"Get the ink blob aspect ratio for ink tool.", "Get the ink blob aspect ratio for ink tool.",
NULL,
"Ed Swartz", "Ed Swartz",
"Ed Swartz", "Ed Swartz",
"2012", "2012",
@ -5499,6 +5609,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set ink blob aspect ratio.", "Set ink blob aspect ratio.",
"Set the ink blob aspect ratio for ink tool.", "Set the ink blob aspect ratio for ink tool.",
NULL,
"Ed Swartz", "Ed Swartz",
"Ed Swartz", "Ed Swartz",
"2012", "2012",
@ -5521,6 +5632,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get ink blob angle in degrees.", "Get ink blob angle in degrees.",
"Get the ink blob angle in degrees for ink tool.", "Get the ink blob angle in degrees for ink tool.",
NULL,
"Ed Swartz", "Ed Swartz",
"Ed Swartz", "Ed Swartz",
"2012", "2012",
@ -5543,6 +5655,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set ink blob angle in degrees.", "Set ink blob angle in degrees.",
"Set the ink blob angle in degrees for ink tool.", "Set the ink blob angle in degrees for ink tool.",
NULL,
"Ed Swartz", "Ed Swartz",
"Ed Swartz", "Ed Swartz",
"2012", "2012",

View file

@ -104,6 +104,7 @@ register_debug_procs (GimpPDB *pdb)
"If there is already an active timer, it is not affected by the call, however, a matching 'gimp-debug-timer-end' call is still required.\n" "If there is already an active timer, it is not affected by the call, however, a matching 'gimp-debug-timer-end' call is still required.\n"
"\n" "\n"
"This is a debug utility procedure. It is subject to change at any point, and should not be used in production.", "This is a debug utility procedure. It is subject to change at any point, and should not be used in production.",
NULL,
"Ell", "Ell",
"Ell", "Ell",
"2017", "2017",
@ -123,6 +124,7 @@ register_debug_procs (GimpPDB *pdb)
"If there was already an active timer at the time of corresponding call to 'gimp-debug-timer-start', a dummy value is returned.\n" "If there was already an active timer at the time of corresponding call to 'gimp-debug-timer-start', a dummy value is returned.\n"
"\n" "\n"
"This is a debug utility procedure. It is subject to change at any point, and should not be used in production.", "This is a debug utility procedure. It is subject to change at any point, and should not be used in production.",
NULL,
"Ell", "Ell",
"Ell", "Ell",
"2017", "2017",

View file

@ -222,6 +222,7 @@ register_display_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns TRUE if the display ID is valid.", "Returns TRUE if the display ID is valid.",
"This procedure checks if the given display ID is valid and refers to an existing display.", "This procedure checks if the given display ID is valid and refers to an existing display.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2007", "2007",
@ -250,6 +251,7 @@ register_display_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Create a new display for the specified image.", "Create a new display for the specified image.",
"Creates a new display for the specified image. If the image already has a display, another is added. Multiple displays are handled transparently by GIMP. The newly created display is returned and can be subsequently destroyed with a call to 'gimp-display-delete'. This procedure only makes sense for use with the GIMP UI, and will result in an execution error if called when GIMP has no UI.", "Creates a new display for the specified image. If the image already has a display, another is added. Multiple displays are handled transparently by GIMP. The newly created display is returned and can be subsequently destroyed with a call to 'gimp-display-delete'. This procedure only makes sense for use with the GIMP UI, and will result in an execution error if called when GIMP has no UI.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -278,6 +280,7 @@ register_display_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Delete the specified display.", "Delete the specified display.",
"This procedure removes the specified display. If this is the last remaining display for the underlying image, then the image is deleted also. Note that the display is closed no matter if the image is dirty or not. Better save the image before calling this procedure.", "This procedure removes the specified display. If this is the last remaining display for the underlying image, then the image is deleted also. Note that the display is closed no matter if the image is dirty or not. Better save the image before calling this procedure.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -300,6 +303,7 @@ register_display_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get a handle to the native window for an image display.", "Get a handle to the native window for an image display.",
"This procedure returns a handle to the native window for a given image display. For example in the X backend of GDK, a native window handle is an Xlib XID. A value of 0 is returned for an invalid display or if this function is unimplemented for the windowing system that is being used.", "This procedure returns a handle to the native window for a given image display. For example in the X backend of GDK, a native window handle is an Xlib XID. A value of 0 is returned for an invalid display or if this function is unimplemented for the windowing system that is being used.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2005", "2005",
@ -328,6 +332,7 @@ register_display_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Flush all internal changes to the user interface", "Flush all internal changes to the user interface",
"This procedure takes no arguments and returns nothing except a success status. Its purpose is to flush all pending updates of image manipulations to the user interface. It should be called whenever appropriate.", "This procedure takes no arguments and returns nothing except a success status. Its purpose is to flush all pending updates of image manipulations to the user interface. It should be called whenever appropriate.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -344,6 +349,7 @@ register_display_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Reconnect displays from one image to another image.", "Reconnect displays from one image to another image.",
"This procedure connects all displays of the old_image to the new_image. If the old_image has no display or new_image already has a display the reconnect is not performed and the procedure returns without success. You should rarely need to use this function.", "This procedure connects all displays of the old_image to the new_image. If the old_image has no display or new_image already has a display the reconnect is not performed and the procedure returns without success. You should rarely need to use this function.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",

View file

@ -982,6 +982,7 @@ register_drawable_procs (GimpPDB *pdb)
"Returns the drawable's Babl format", "Returns the drawable's Babl format",
"This procedure returns the drawable's Babl format.\n" "This procedure returns the drawable's Babl format.\n"
"Note that the actual PDB procedure only transfers the format's encoding. In order to get to the real format, the libbgimp C wrapper must be used.", "Note that the actual PDB procedure only transfers the format's encoding. In order to get to the real format, the libbgimp C wrapper must be used.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2012", "2012",
@ -1012,6 +1013,7 @@ register_drawable_procs (GimpPDB *pdb)
"Returns the drawable's thumbnail Babl format", "Returns the drawable's thumbnail Babl format",
"This procedure returns the drawable's thumbnail Babl format.\n" "This procedure returns the drawable's thumbnail Babl format.\n"
"Thumbnails are always 8-bit images, see 'gimp-drawable-thumbnail' and 'gimp-drawable-sub-thmbnail'.", "Thumbnails are always 8-bit images, see 'gimp-drawable-thumbnail' and 'gimp-drawable-sub-thmbnail'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2019", "2019",
@ -1041,6 +1043,7 @@ register_drawable_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the drawable's type.", "Returns the drawable's type.",
"This procedure returns the drawable's type.", "This procedure returns the drawable's type.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1070,6 +1073,7 @@ register_drawable_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the drawable's type with alpha.", "Returns the drawable's type with alpha.",
"This procedure returns the drawable's type as if had an alpha channel. If the type is currently Gray, for instance, the returned type would be GrayA. If the drawable already has an alpha channel, the drawable's type is simply returned.", "This procedure returns the drawable's type as if had an alpha channel. If the type is currently Gray, for instance, the returned type would be GrayA. If the drawable already has an alpha channel, the drawable's type is simply returned.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1105,6 +1109,7 @@ register_drawable_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns TRUE if the drawable has an alpha channel.", "Returns TRUE if the drawable has an alpha channel.",
"This procedure returns whether the specified drawable has an alpha channel. This can only be true for layers, and the associated type will be one of: { RGBA , GRAYA, INDEXEDA }.", "This procedure returns whether the specified drawable has an alpha channel. This can only be true for layers, and the associated type will be one of: { RGBA , GRAYA, INDEXEDA }.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1133,6 +1138,7 @@ register_drawable_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns whether the drawable is an RGB type.", "Returns whether the drawable is an RGB type.",
"This procedure returns TRUE if the specified drawable is of type { RGB, RGBA }.", "This procedure returns TRUE if the specified drawable is of type { RGB, RGBA }.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1161,6 +1167,7 @@ register_drawable_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns whether the drawable is a grayscale type.", "Returns whether the drawable is a grayscale type.",
"This procedure returns TRUE if the specified drawable is of type { Gray, GrayA }.", "This procedure returns TRUE if the specified drawable is of type { Gray, GrayA }.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1189,6 +1196,7 @@ register_drawable_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns whether the drawable is an indexed type.", "Returns whether the drawable is an indexed type.",
"This procedure returns TRUE if the specified drawable is of type { Indexed, IndexedA }.", "This procedure returns TRUE if the specified drawable is of type { Indexed, IndexedA }.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1217,6 +1225,7 @@ register_drawable_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the bytes per pixel.", "Returns the bytes per pixel.",
"This procedure returns the number of bytes per pixel.", "This procedure returns the number of bytes per pixel.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1245,6 +1254,7 @@ register_drawable_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the width of the drawable.", "Returns the width of the drawable.",
"This procedure returns the specified drawable's width in pixels.", "This procedure returns the specified drawable's width in pixels.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1273,6 +1283,7 @@ register_drawable_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the height of the drawable.", "Returns the height of the drawable.",
"This procedure returns the specified drawable's height in pixels.", "This procedure returns the specified drawable's height in pixels.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1301,6 +1312,7 @@ register_drawable_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the offsets for the drawable.", "Returns the offsets for the drawable.",
"This procedure returns the specified drawable's offsets. This only makes sense if the drawable is a layer since channels are anchored. The offsets of a channel will be returned as 0.", "This procedure returns the specified drawable's offsets. This only makes sense if the drawable is a layer since channels are anchored. The offsets of a channel will be returned as 0.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1336,6 +1348,7 @@ register_drawable_procs (GimpPDB *pdb)
"Find the bounding box of the current selection in relation to the specified drawable.", "Find the bounding box of the current selection in relation to the specified drawable.",
"This procedure returns whether there is a selection. If there is one, the upper left and lower right-hand corners of its bounding box are returned. These coordinates are specified relative to the drawable's origin, and bounded by the drawable's extents. Please note that the pixel specified by the lower right-hand coordinate of the bounding box is not part of the selection. The selection ends at the upper left corner of this pixel. This means the width of the selection can be calculated as (x2 - x1), its height as (y2 - y1).\n" "This procedure returns whether there is a selection. If there is one, the upper left and lower right-hand corners of its bounding box are returned. These coordinates are specified relative to the drawable's origin, and bounded by the drawable's extents. Please note that the pixel specified by the lower right-hand coordinate of the bounding box is not part of the selection. The selection ends at the upper left corner of this pixel. This means the width of the selection can be calculated as (x2 - x1), its height as (y2 - y1).\n"
"Note that the returned boolean does NOT correspond with the returned region being empty or not, it always returns whether the selection is non_empty. See 'gimp-drawable-mask-intersect' for a boolean return value which is more useful in most cases.", "Note that the returned boolean does NOT correspond with the returned region being empty or not, it always returns whether the selection is non_empty. See 'gimp-drawable-mask-intersect' for a boolean return value which is more useful in most cases.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1389,6 +1402,7 @@ register_drawable_procs (GimpPDB *pdb)
"Find the bounding box of the current selection in relation to the specified drawable.", "Find the bounding box of the current selection in relation to the specified drawable.",
"This procedure returns whether there is an intersection between the drawable and the selection. Unlike 'gimp-drawable-mask-bounds', the intersection's bounds are returned as x, y, width, height.\n" "This procedure returns whether there is an intersection between the drawable and the selection. Unlike 'gimp-drawable-mask-bounds', the intersection's bounds are returned as x, y, width, height.\n"
"If there is no selection this function returns TRUE and the returned bounds are the extents of the whole drawable.", "If there is no selection this function returns TRUE and the returned bounds are the extents of the whole drawable.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",
@ -1441,6 +1455,7 @@ register_drawable_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Merge the shadow buffer with the specified drawable.", "Merge the shadow buffer with the specified drawable.",
"This procedure combines the contents of the drawable's shadow buffer (for temporary processing) with the specified drawable. The 'undo' parameter specifies whether to add an undo step for the operation. Requesting no undo is useful for such applications as 'auto-apply'.", "This procedure combines the contents of the drawable's shadow buffer (for temporary processing) with the specified drawable. The 'undo' parameter specifies whether to add an undo step for the operation. Requesting no undo is useful for such applications as 'auto-apply'.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1469,6 +1484,7 @@ register_drawable_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Free the specified drawable's shadow data (if it exists).", "Free the specified drawable's shadow data (if it exists).",
"This procedure is intended as a memory saving device. If any shadow memory has been allocated, it will be freed automatically when the drawable is removed from the image, or when the plug-in procedure which allocated it returns.", "This procedure is intended as a memory saving device. If any shadow memory has been allocated, it will be freed automatically when the drawable is removed from the image, or when the plug-in procedure which allocated it returns.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2008", "2008",
@ -1491,6 +1507,7 @@ register_drawable_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Update the specified region of the drawable.", "Update the specified region of the drawable.",
"This procedure updates the specified region of the drawable. The (x, y) coordinate pair is relative to the drawable's origin, not to the image origin. Therefore, the entire drawable can be updated using (0, 0, width, height).", "This procedure updates the specified region of the drawable. The (x, y) coordinate pair is relative to the drawable's origin, not to the image origin. Therefore, the entire drawable can be updated using (0, 0, width, height).",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1537,6 +1554,7 @@ register_drawable_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Gets the value of the pixel at the specified coordinates.", "Gets the value of the pixel at the specified coordinates.",
"This procedure gets the pixel value at the specified coordinates. The 'num_channels' argument must always be equal to the bytes-per-pixel value for the specified drawable.", "This procedure gets the pixel value at the specified coordinates. The 'num_channels' argument must always be equal to the bytes-per-pixel value for the specified drawable.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1997", "1997",
@ -1582,6 +1600,7 @@ register_drawable_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the value of the pixel at the specified coordinates.", "Sets the value of the pixel at the specified coordinates.",
"This procedure sets the pixel value at the specified coordinates. The 'num_channels' argument must always be equal to the bytes-per-pixel value for the specified drawable. Note that this function is not undoable, you should use it only on drawables you just created yourself.", "This procedure sets the pixel value at the specified coordinates. The 'num_channels' argument must always be equal to the bytes-per-pixel value for the specified drawable. Note that this function is not undoable, you should use it only on drawables you just created yourself.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1997", "1997",
@ -1628,6 +1647,7 @@ register_drawable_procs (GimpPDB *pdb)
"Fill the drawable with the specified fill mode.", "Fill the drawable with the specified fill mode.",
"This procedure fills the drawable. If the fill mode is foreground the current foreground color is used. If the fill mode is background, the current background color is used. If the fill type is white, then white is used. Transparent fill only affects layers with an alpha channel, in which case the alpha channel is set to transparent. If the drawable has no alpha channel, it is filled to white. No fill leaves the drawable's contents undefined.\n" "This procedure fills the drawable. If the fill mode is foreground the current foreground color is used. If the fill mode is background, the current background color is used. If the fill type is white, then white is used. Transparent fill only affects layers with an alpha channel, in which case the alpha channel is set to transparent. If the drawable has no alpha channel, it is filled to white. No fill leaves the drawable's contents undefined.\n"
"This procedure is unlike 'gimp-edit-fill' or the bucket fill tool because it fills regardless of a selection. Its main purpose is to fill a newly created drawable before adding it to the image. This operation cannot be undone.", "This procedure is unlike 'gimp-edit-fill' or the bucket fill tool because it fills regardless of a selection. Its main purpose is to fill a newly created drawable before adding it to the image. This operation cannot be undone.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1657,6 +1677,7 @@ register_drawable_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Offset the drawable by the specified amounts in the X and Y directions", "Offset the drawable by the specified amounts in the X and Y directions",
"This procedure offsets the specified drawable by the amounts specified by 'offset_x' and 'offset_y'. If 'wrap_around' is set to TRUE, then portions of the drawable which are offset out of bounds are wrapped around. Alternatively, the undefined regions of the drawable can be filled with transparency or the background color, as specified by the 'fill-type' parameter.", "This procedure offsets the specified drawable by the amounts specified by 'offset_x' and 'offset_y'. If 'wrap_around' is set to TRUE, then portions of the drawable which are offset out of bounds are wrapped around. Alternatively, the undefined regions of the drawable can be filled with transparency or the background color, as specified by the 'fill-type' parameter.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1997", "1997",
@ -1704,6 +1725,7 @@ register_drawable_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get a thumbnail of a drawable.", "Get a thumbnail of a drawable.",
"This function gets data from which a thumbnail of a drawable preview can be created. Maximum x or y dimension is 1024 pixels. The pixels are returned in RGB[A] or GRAY[A] format. The bpp return value gives the number of bytes in the image.", "This function gets data from which a thumbnail of a drawable preview can be created. Maximum x or y dimension is 1024 pixels. The pixels are returned in RGB[A] or GRAY[A] format. The bpp return value gives the number of bytes in the image.",
NULL,
"Andy Thomas", "Andy Thomas",
"Andy Thomas", "Andy Thomas",
"1999", "1999",
@ -1767,6 +1789,7 @@ register_drawable_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get a thumbnail of a sub-area of a drawable drawable.", "Get a thumbnail of a sub-area of a drawable drawable.",
"This function gets data from which a thumbnail of a drawable preview can be created. Maximum x or y dimension is 1024 pixels. The pixels are returned in RGB[A] or GRAY[A] format. The bpp return value gives the number of bytes in the image.", "This function gets data from which a thumbnail of a drawable preview can be created. Maximum x or y dimension is 1024 pixels. The pixels are returned in RGB[A] or GRAY[A] format. The bpp return value gives the number of bytes in the image.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",
@ -1854,6 +1877,7 @@ register_drawable_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Extract the foreground of a drawable using a given trimap.", "Extract the foreground of a drawable using a given trimap.",
"Image Segmentation by Uniform Color Clustering, see https://www.inf.fu-berlin.de/inst/pubs/tr-b-05-07.pdf", "Image Segmentation by Uniform Color Clustering, see https://www.inf.fu-berlin.de/inst/pubs/tr-b-05-07.pdf",
NULL,
"Gerald Friedland <fland@inf.fu-berlin.de>, Kristian Jantz <jantz@inf.fu-berlin.de>, Sven Neumann <sven@gimp.org>", "Gerald Friedland <fland@inf.fu-berlin.de>, Kristian Jantz <jantz@inf.fu-berlin.de>, Sven Neumann <sven@gimp.org>",
"Gerald Friedland", "Gerald Friedland",
"2005", "2005",

View file

@ -739,6 +739,7 @@ register_drawable_color_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Modify brightness/contrast in the specified drawable.", "Modify brightness/contrast in the specified drawable.",
"This procedures allows the brightness and contrast of the specified drawable to be modified. Both 'brightness' and 'contrast' parameters are defined between -0.5 and 0.5.", "This procedures allows the brightness and contrast of the specified drawable to be modified. Both 'brightness' and 'contrast' parameters are defined between -0.5 and 0.5.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1997", "1997",
@ -773,6 +774,7 @@ register_drawable_color_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Modify the color balance of the specified drawable.", "Modify the color balance of the specified drawable.",
"Modify the color balance of the specified drawable. There are three axis which can be modified: cyan-red, magenta-green, and yellow-blue. Negative values increase the amount of the former, positive values increase the amount of the latter. Color balance can be controlled with the 'transfer_mode' setting, which allows shadows, mid-tones, and highlights in an image to be affected differently. The 'preserve-lum' parameter, if TRUE, ensures that the luminosity of each pixel remains fixed.", "Modify the color balance of the specified drawable. There are three axis which can be modified: cyan-red, magenta-green, and yellow-blue. Negative values increase the amount of the former, positive values increase the amount of the latter. Color balance can be controlled with the 'transfer_mode' setting, which allows shadows, mid-tones, and highlights in an image to be affected differently. The 'preserve-lum' parameter, if TRUE, ensures that the luminosity of each pixel remains fixed.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1997", "1997",
@ -826,6 +828,7 @@ register_drawable_color_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Render the drawable as a grayscale image seen through a colored glass.", "Render the drawable as a grayscale image seen through a colored glass.",
"Desaturates the drawable, then tints it with the specified color. This tool is only valid on RGB color images. It will not operate on grayscale drawables.", "Desaturates the drawable, then tints it with the specified color. This tool is only valid on RGB color images. It will not operate on grayscale drawables.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2004", "2004",
@ -866,6 +869,7 @@ register_drawable_color_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Modifies the intensity curve(s) for specified drawable.", "Modifies the intensity curve(s) for specified drawable.",
"Modifies the intensity mapping for one channel in the specified drawable. The channel can be either an intensity component, or the value. The 'values' parameter is an array of doubles which explicitly defines how each pixel value in the drawable will be modified. Use the 'gimp-curves-spline' function to modify intensity levels with Catmull Rom splines.", "Modifies the intensity mapping for one channel in the specified drawable. The channel can be either an intensity component, or the value. The 'values' parameter is an array of doubles which explicitly defines how each pixel value in the drawable will be modified. Use the 'gimp-curves-spline' function to modify intensity levels with Catmull Rom splines.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -906,6 +910,7 @@ register_drawable_color_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Modifies the intensity curve(s) for specified drawable.", "Modifies the intensity curve(s) for specified drawable.",
"Modifies the intensity mapping for one channel in the specified drawable. The channel can be either an intensity component, or the value. The 'points' parameter is an array of doubles which define a set of control points which describe a Catmull Rom spline which yields the final intensity curve. Use the 'gimp-curves-explicit' function to explicitly modify intensity levels.", "Modifies the intensity mapping for one channel in the specified drawable. The channel can be either an intensity component, or the value. The 'points' parameter is an array of doubles which define a set of control points which describe a Catmull Rom spline which yields the final intensity curve. Use the 'gimp-curves-explicit' function to explicitly modify intensity levels.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -946,6 +951,7 @@ register_drawable_color_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Desaturate the contents of the specified drawable, with the specified formula.", "Desaturate the contents of the specified drawable, with the specified formula.",
"This procedure desaturates the contents of the specified drawable, with the specified formula. This procedure only works on drawables of type RGB color.", "This procedure desaturates the contents of the specified drawable, with the specified formula. This procedure only works on drawables of type RGB color.",
NULL,
"Karine Delvare", "Karine Delvare",
"Karine Delvare", "Karine Delvare",
"2005", "2005",
@ -975,6 +981,7 @@ register_drawable_color_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Equalize the contents of the specified drawable.", "Equalize the contents of the specified drawable.",
"This procedure equalizes the contents of the specified drawable. Each intensity channel is equalized independently. The equalized intensity is given as inten' = (255 - inten). The 'mask_only' option specifies whether to adjust only the area of the image within the selection bounds, or the entire image based on the histogram of the selected area. If there is no selection, the entire image is adjusted based on the histogram for the entire image.", "This procedure equalizes the contents of the specified drawable. Each intensity channel is equalized independently. The equalized intensity is given as inten' = (255 - inten). The 'mask_only' option specifies whether to adjust only the area of the image within the selection bounds, or the entire image based on the histogram of the selected area. If there is no selection, the entire image is adjusted based on the histogram for the entire image.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1003,6 +1010,7 @@ register_drawable_color_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns information on the intensity histogram for the specified drawable.", "Returns information on the intensity histogram for the specified drawable.",
"This tool makes it possible to gather information about the intensity histogram of a drawable. A channel to examine is first specified. This can be either value, red, green, or blue, depending on whether the drawable is of type color or grayscale. Second, a range of intensities are specified. The 'gimp-drawable-histogram' function returns statistics based on the pixels in the drawable that fall under this range of values. Mean, standard deviation, median, number of pixels, and percentile are all returned. Additionally, the total count of pixels in the image is returned. Counts of pixels are weighted by any associated alpha values and by the current selection mask. That is, pixels that lie outside an active selection mask will not be counted. Similarly, pixels with transparent alpha values will not be counted. The returned mean, std_dev and median are in the range (0..255) for 8-bit images or if the plug-in is not precision-aware, and in the range (0.0..1.0) otherwise.", "This tool makes it possible to gather information about the intensity histogram of a drawable. A channel to examine is first specified. This can be either value, red, green, or blue, depending on whether the drawable is of type color or grayscale. Second, a range of intensities are specified. The 'gimp-drawable-histogram' function returns statistics based on the pixels in the drawable that fall under this range of values. Mean, standard deviation, median, number of pixels, and percentile are all returned. Additionally, the total count of pixels in the image is returned. Counts of pixels are weighted by any associated alpha values and by the current selection mask. That is, pixels that lie outside an active selection mask will not be counted. Similarly, pixels with transparent alpha values will not be counted. The returned mean, std_dev and median are in the range (0..255) for 8-bit images or if the plug-in is not precision-aware, and in the range (0.0..1.0) otherwise.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1080,6 +1088,7 @@ register_drawable_color_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Modify hue, lightness, and saturation in the specified drawable.", "Modify hue, lightness, and saturation in the specified drawable.",
"This procedure allows the hue, lightness, and saturation in the specified drawable to be modified. The 'hue-range' parameter provides the capability to limit range of affected hues. The 'overlap' parameter provides blending into neighboring hue channels when rendering.", "This procedure allows the hue, lightness, and saturation in the specified drawable to be modified. The 'hue-range' parameter provides the capability to limit range of affected hues. The 'overlap' parameter provides blending into neighboring hue channels when rendering.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1133,6 +1142,7 @@ register_drawable_color_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Invert the contents of the specified drawable.", "Invert the contents of the specified drawable.",
"This procedure inverts the contents of the specified drawable. Each intensity channel is inverted independently. The inverted intensity is given as inten' = (255 - inten). If 'linear' is TRUE, the drawable is inverted in linear space.", "This procedure inverts the contents of the specified drawable. Each intensity channel is inverted independently. The inverted intensity is given as inten' = (255 - inten). If 'linear' is TRUE, the drawable is inverted in linear space.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1161,6 +1171,7 @@ register_drawable_color_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Modifies intensity levels in the specified drawable.", "Modifies intensity levels in the specified drawable.",
"This tool allows intensity levels in the specified drawable to be remapped according to a set of parameters. The low/high input levels specify an initial mapping from the source intensities. The gamma value determines how intensities between the low and high input intensities are interpolated. A gamma value of 1.0 results in a linear interpolation. Higher gamma values result in more high-level intensities. Lower gamma values result in more low-level intensities. The low/high output levels constrain the final intensity mapping--that is, no final intensity will be lower than the low output level and no final intensity will be higher than the high output level. This tool is only valid on RGB color and grayscale images.", "This tool allows intensity levels in the specified drawable to be remapped according to a set of parameters. The low/high input levels specify an initial mapping from the source intensities. The gamma value determines how intensities between the low and high input intensities are interpolated. A gamma value of 1.0 results in a linear interpolation. Higher gamma values result in more high-level intensities. Lower gamma values result in more low-level intensities. The low/high output levels constrain the final intensity mapping--that is, no final intensity will be lower than the low output level and no final intensity will be higher than the high output level. This tool is only valid on RGB color and grayscale images.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1232,6 +1243,7 @@ register_drawable_color_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Automatically modifies intensity levels in the specified drawable.", "Automatically modifies intensity levels in the specified drawable.",
"This procedure allows intensity levels in the specified drawable to be remapped according to a set of guessed parameters. It is equivalent to clicking the \"Auto\" button in the Levels tool.", "This procedure allows intensity levels in the specified drawable to be remapped according to a set of guessed parameters. It is equivalent to clicking the \"Auto\" button in the Levels tool.",
NULL,
"Joao S.O. Bueno, Shawn Willden", "Joao S.O. Bueno, Shawn Willden",
"Joao S.O. Bueno, Shawn Willden", "Joao S.O. Bueno, Shawn Willden",
"2003", "2003",
@ -1254,6 +1266,7 @@ register_drawable_color_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Posterize the specified drawable.", "Posterize the specified drawable.",
"This procedures reduces the number of shades allows in each intensity channel to the specified 'levels' parameter.", "This procedures reduces the number of shades allows in each intensity channel to the specified 'levels' parameter.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1997", "1997",
@ -1282,6 +1295,7 @@ register_drawable_color_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Threshold the specified drawable.", "Threshold the specified drawable.",
"This procedures generates a threshold map of the specified drawable. All pixels between the values of 'low_threshold' and 'high_threshold', on the scale of 'channel' are replaced with white, and all other pixels with black.", "This procedures generates a threshold map of the specified drawable. All pixels between the values of 'low_threshold' and 'high_threshold', on the scale of 'channel' are replaced with white, and all other pixels with black.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1997", "1997",

View file

@ -385,6 +385,7 @@ register_drawable_edit_procs (GimpPDB *pdb)
"This procedure clears the specified drawable. If the drawable has an alpha channel, the cleared pixels will become transparent. If the drawable does not have an alpha channel, cleared pixels will be set to the background color. This procedure only affects regions within a selection if there is a selection active.\n" "This procedure clears the specified drawable. If the drawable has an alpha channel, the cleared pixels will become transparent. If the drawable does not have an alpha channel, cleared pixels will be set to the background color. This procedure only affects regions within a selection if there is a selection active.\n"
"\n" "\n"
"This procedure is affected by the following context setters: 'gimp-context-set-background'.", "This procedure is affected by the following context setters: 'gimp-context-set-background'.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -409,6 +410,7 @@ register_drawable_edit_procs (GimpPDB *pdb)
"This procedure fills the specified drawable according to fill mode. This procedure only affects regions within a selection if there is a selection active. If you want to fill the whole drawable, regardless of the selection, use 'gimp-drawable-fill'.\n" "This procedure fills the specified drawable according to fill mode. This procedure only affects regions within a selection if there is a selection active. If you want to fill the whole drawable, regardless of the selection, use 'gimp-drawable-fill'.\n"
"\n" "\n"
"This procedure is affected by the following context setters: 'gimp-context-set-opacity', 'gimp-context-set-paint-mode', 'gimp-context-set-foreground', 'gimp-context-set-background', 'gimp-context-set-pattern'.", "This procedure is affected by the following context setters: 'gimp-context-set-opacity', 'gimp-context-set-paint-mode', 'gimp-context-set-foreground', 'gimp-context-set-background', 'gimp-context-set-pattern'.",
NULL,
"Spencer Kimball & Peter Mattis & Raphael Quinet", "Spencer Kimball & Peter Mattis & Raphael Quinet",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-2000", "1995-2000",
@ -441,6 +443,7 @@ register_drawable_edit_procs (GimpPDB *pdb)
"In the case of merged sampling, the x and y coordinates are relative to the image's origin; otherwise, they are relative to the drawable's origin.\n" "In the case of merged sampling, the x and y coordinates are relative to the image's origin; otherwise, they are relative to the drawable's origin.\n"
"\n" "\n"
"This procedure is affected by the following context setters: 'gimp-context-set-opacity', 'gimp-context-set-paint-mode', 'gimp-context-set-foreground', 'gimp-context-set-background', 'gimp-context-set-pattern', 'gimp-context-set-sample-threshold', 'gimp-context-set-sample-merged', 'gimp-context-set-sample-criterion', 'gimp-context-set-diagonal-neighbors', 'gimp-context-set-antialias'.", "This procedure is affected by the following context setters: 'gimp-context-set-opacity', 'gimp-context-set-paint-mode', 'gimp-context-set-foreground', 'gimp-context-set-background', 'gimp-context-set-pattern', 'gimp-context-set-sample-threshold', 'gimp-context-set-sample-merged', 'gimp-context-set-sample-criterion', 'gimp-context-set-diagonal-neighbors', 'gimp-context-set-antialias'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2018", "2018",
@ -484,6 +487,7 @@ register_drawable_edit_procs (GimpPDB *pdb)
"This tool requires information on the gradient type. It creates the specified variety of gradient using the starting and ending coordinates as defined for each gradient type. For shapeburst gradient types, the context's distance metric is also relevant and can be updated with 'gimp-context-set-distance-metric'.\n" "This tool requires information on the gradient type. It creates the specified variety of gradient using the starting and ending coordinates as defined for each gradient type. For shapeburst gradient types, the context's distance metric is also relevant and can be updated with 'gimp-context-set-distance-metric'.\n"
"\n" "\n"
"This procedure is affected by the following context setters: 'gimp-context-set-opacity', 'gimp-context-set-paint-mode', 'gimp-context-set-foreground', 'gimp-context-set-background', 'gimp-context-set-gradient' and all gradient property settings, 'gimp-context-set-distance-metric'.", "This procedure is affected by the following context setters: 'gimp-context-set-opacity', 'gimp-context-set-paint-mode', 'gimp-context-set-foreground', 'gimp-context-set-background', 'gimp-context-set-gradient' and all gradient property settings, 'gimp-context-set-distance-metric'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2018", "2018",
@ -569,6 +573,7 @@ register_drawable_edit_procs (GimpPDB *pdb)
"This procedure strokes the current selection, painting along the selection boundary with the active paint method and brush, or using a plain line with configurable properties. The paint is applied to the specified drawable regardless of the active selection.\n" "This procedure strokes the current selection, painting along the selection boundary with the active paint method and brush, or using a plain line with configurable properties. The paint is applied to the specified drawable regardless of the active selection.\n"
"\n" "\n"
"This procedure is affected by the following context setters: 'gimp-context-set-opacity', 'gimp-context-set-paint-mode', 'gimp-context-set-paint-method', 'gimp-context-set-stroke-method', 'gimp-context-set-foreground', 'gimp-context-set-brush' and all brush property settings, 'gimp-context-set-gradient' and all gradient property settings, 'gimp-context-set-line-width' and all line property settings, 'gimp-context-set-antialias'.", "This procedure is affected by the following context setters: 'gimp-context-set-opacity', 'gimp-context-set-paint-mode', 'gimp-context-set-paint-method', 'gimp-context-set-stroke-method', 'gimp-context-set-foreground', 'gimp-context-set-brush' and all brush property settings, 'gimp-context-set-gradient' and all gradient property settings, 'gimp-context-set-line-width' and all line property settings, 'gimp-context-set-antialias'.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -593,6 +598,7 @@ register_drawable_edit_procs (GimpPDB *pdb)
"This procedure strokes the specified item, painting along its outline (e.g. along a path, or along a channel's boundary), with the active paint method and brush, or using a plain line with configurable properties.\n" "This procedure strokes the specified item, painting along its outline (e.g. along a path, or along a channel's boundary), with the active paint method and brush, or using a plain line with configurable properties.\n"
"\n" "\n"
"This procedure is affected by the following context setters: 'gimp-context-set-opacity', 'gimp-context-set-paint-mode', 'gimp-context-set-paint-method', 'gimp-context-set-stroke-method', 'gimp-context-set-foreground', 'gimp-context-set-brush' and all brush property settings, 'gimp-context-set-gradient' and all gradient property settings, 'gimp-context-set-line-width' and all line property settings, 'gimp-context-set-antialias'.", "This procedure is affected by the following context setters: 'gimp-context-set-opacity', 'gimp-context-set-paint-mode', 'gimp-context-set-paint-method', 'gimp-context-set-stroke-method', 'gimp-context-set-foreground', 'gimp-context-set-brush' and all brush property settings, 'gimp-context-set-gradient' and all gradient property settings, 'gimp-context-set-line-width' and all line property settings, 'gimp-context-set-antialias'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2018", "2018",

View file

@ -99,6 +99,7 @@ register_dynamics_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Refresh current paint dynamics. This function always succeeds.", "Refresh current paint dynamics. This function always succeeds.",
"This procedure retrieves all paint dynamics currently in the user's paint dynamics path and updates the paint dynamics dialogs accordingly.", "This procedure retrieves all paint dynamics currently in the user's paint dynamics path and updates the paint dynamics dialogs accordingly.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2011", "2011",
@ -115,6 +116,7 @@ register_dynamics_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieve the list of loaded paint dynamics.", "Retrieve the list of loaded paint dynamics.",
"This procedure returns a list of the paint dynamics that are currently available.", "This procedure returns a list of the paint dynamics that are currently available.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2011", "2011",

View file

@ -514,6 +514,7 @@ register_edit_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Cut from the specified drawable.", "Cut from the specified drawable.",
"If there is a selection in the image, then the area specified by the selection is cut from the specified drawable and placed in an internal GIMP edit buffer. It can subsequently be retrieved using the 'gimp-edit-paste' command. If there is no selection, then the specified drawable will be removed and its contents stored in the internal GIMP edit buffer. This procedure will fail if the selected area lies completely outside the bounds of the current drawable and there is nothing to copy from.", "If there is a selection in the image, then the area specified by the selection is cut from the specified drawable and placed in an internal GIMP edit buffer. It can subsequently be retrieved using the 'gimp-edit-paste' command. If there is no selection, then the specified drawable will be removed and its contents stored in the internal GIMP edit buffer. This procedure will fail if the selected area lies completely outside the bounds of the current drawable and there is nothing to copy from.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -542,6 +543,7 @@ register_edit_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Copy from the specified drawable.", "Copy from the specified drawable.",
"If there is a selection in the image, then the area specified by the selection is copied from the specified drawable and placed in an internal GIMP edit buffer. It can subsequently be retrieved using the 'gimp-edit-paste' command. If there is no selection, then the specified drawable's contents will be stored in the internal GIMP edit buffer. This procedure will fail if the selected area lies completely outside the bounds of the current drawable and there is nothing to copy from.", "If there is a selection in the image, then the area specified by the selection is copied from the specified drawable and placed in an internal GIMP edit buffer. It can subsequently be retrieved using the 'gimp-edit-paste' command. If there is no selection, then the specified drawable's contents will be stored in the internal GIMP edit buffer. This procedure will fail if the selected area lies completely outside the bounds of the current drawable and there is nothing to copy from.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -570,6 +572,7 @@ register_edit_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Copy from the projection.", "Copy from the projection.",
"If there is a selection in the image, then the area specified by the selection is copied from the projection and placed in an internal GIMP edit buffer. It can subsequently be retrieved using the 'gimp-edit-paste' command. If there is no selection, then the projection's contents will be stored in the internal GIMP edit buffer.", "If there is a selection in the image, then the area specified by the selection is copied from the projection and placed in an internal GIMP edit buffer. It can subsequently be retrieved using the 'gimp-edit-paste' command. If there is no selection, then the projection's contents will be stored in the internal GIMP edit buffer.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",
@ -598,6 +601,7 @@ register_edit_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Paste buffer to the specified drawable.", "Paste buffer to the specified drawable.",
"This procedure pastes a copy of the internal GIMP edit buffer to the specified drawable. The GIMP edit buffer will be empty unless a call was previously made to either 'gimp-edit-cut' or 'gimp-edit-copy'. The \"paste_into\" option specifies whether to clear the current image selection, or to paste the buffer \"behind\" the selection. This allows the selection to act as a mask for the pasted buffer. Anywhere that the selection mask is non-zero, the pasted buffer will show through. The pasted buffer will be a new layer in the image which is designated as the image floating selection. If the image has a floating selection at the time of pasting, the old floating selection will be anchored to its drawable before the new floating selection is added. This procedure returns the new floating layer. The resulting floating selection will already be attached to the specified drawable, and a subsequent call to floating_sel_attach is not needed.", "This procedure pastes a copy of the internal GIMP edit buffer to the specified drawable. The GIMP edit buffer will be empty unless a call was previously made to either 'gimp-edit-cut' or 'gimp-edit-copy'. The \"paste_into\" option specifies whether to clear the current image selection, or to paste the buffer \"behind\" the selection. This allows the selection to act as a mask for the pasted buffer. Anywhere that the selection mask is non-zero, the pasted buffer will show through. The pasted buffer will be a new layer in the image which is designated as the image floating selection. If the image has a floating selection at the time of pasting, the old floating selection will be anchored to its drawable before the new floating selection is added. This procedure returns the new floating layer. The resulting floating selection will already be attached to the specified drawable, and a subsequent call to floating_sel_attach is not needed.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -632,6 +636,7 @@ register_edit_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Paste buffer to a new image.", "Paste buffer to a new image.",
"This procedure pastes a copy of the internal GIMP edit buffer to a new image. The GIMP edit buffer will be empty unless a call was previously made to either 'gimp-edit-cut' or 'gimp-edit-copy'. This procedure returns the new image or -1 if the edit buffer was empty.", "This procedure pastes a copy of the internal GIMP edit buffer to a new image. The GIMP edit buffer will be empty unless a call was previously made to either 'gimp-edit-cut' or 'gimp-edit-copy'. This procedure returns the new image or -1 if the edit buffer was empty.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2005", "2005",
@ -654,6 +659,7 @@ register_edit_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Cut into a named buffer.", "Cut into a named buffer.",
"This procedure works like 'gimp-edit-cut', but additionally stores the cut buffer into a named buffer that will stay available for later pasting, regardless of any intermediate copy or cut operations.", "This procedure works like 'gimp-edit-cut', but additionally stores the cut buffer into a named buffer that will stay available for later pasting, regardless of any intermediate copy or cut operations.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2005", "2005",
@ -690,6 +696,7 @@ register_edit_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Copy into a named buffer.", "Copy into a named buffer.",
"This procedure works like 'gimp-edit-copy', but additionally stores the copied buffer into a named buffer that will stay available for later pasting, regardless of any intermediate copy or cut operations.", "This procedure works like 'gimp-edit-copy', but additionally stores the copied buffer into a named buffer that will stay available for later pasting, regardless of any intermediate copy or cut operations.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2005", "2005",
@ -726,6 +733,7 @@ register_edit_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Copy from the projection into a named buffer.", "Copy from the projection into a named buffer.",
"This procedure works like 'gimp-edit-copy-visible', but additionally stores the copied buffer into a named buffer that will stay available for later pasting, regardless of any intermediate copy or cut operations.", "This procedure works like 'gimp-edit-copy-visible', but additionally stores the copied buffer into a named buffer that will stay available for later pasting, regardless of any intermediate copy or cut operations.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2005", "2005",
@ -762,6 +770,7 @@ register_edit_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Paste named buffer to the specified drawable.", "Paste named buffer to the specified drawable.",
"This procedure works like 'gimp-edit-paste' but pastes a named buffer instead of the global buffer.", "This procedure works like 'gimp-edit-paste' but pastes a named buffer instead of the global buffer.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2005", "2005",
@ -803,6 +812,7 @@ register_edit_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Paste named buffer to a new image.", "Paste named buffer to a new image.",
"This procedure works like 'gimp-edit-paste-as-new-image' but pastes a named buffer instead of the global buffer.", "This procedure works like 'gimp-edit-paste-as-new-image' but pastes a named buffer instead of the global buffer.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2005", "2005",

View file

@ -634,6 +634,7 @@ register_fileops_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Loads an image file by invoking the right load handler.", "Loads an image file by invoking the right load handler.",
"This procedure invokes the correct file load handler using magic if possible, and falling back on the file's extension and/or prefix if not. The name of the file to load is typically a full pathname, and the name entered is what the user actually typed before prepending a directory path. The reason for this is that if the user types https://www.gimp.org/foo.png he wants to fetch a URL, and the full pathname will not look like a URL.", "This procedure invokes the correct file load handler using magic if possible, and falling back on the file's extension and/or prefix if not. The name of the file to load is typically a full pathname, and the name entered is what the user actually typed before prepending a directory path. The reason for this is that if the user types https://www.gimp.org/foo.png he wants to fetch a URL, and the full pathname will not look like a URL.",
NULL,
"Josh MacDonald", "Josh MacDonald",
"Josh MacDonald", "Josh MacDonald",
"1997", "1997",
@ -679,6 +680,7 @@ register_fileops_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Loads an image file as a layer for an existing image.", "Loads an image file as a layer for an existing image.",
"This procedure behaves like the file-load procedure but opens the specified image as a layer for an existing image. The returned layer needs to be added to the existing image with 'gimp-image-insert-layer'.", "This procedure behaves like the file-load procedure but opens the specified image as a layer for an existing image. The returned layer needs to be added to the existing image with 'gimp-image-insert-layer'.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2005", "2005",
@ -723,6 +725,7 @@ register_fileops_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Loads an image file as layers for an existing image.", "Loads an image file as layers for an existing image.",
"This procedure behaves like the file-load procedure but opens the specified image as layers for an existing image. The returned layers needs to be added to the existing image with 'gimp-image-insert-layer'.", "This procedure behaves like the file-load procedure but opens the specified image as layers for an existing image. The returned layers needs to be added to the existing image with 'gimp-image-insert-layer'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2006", "2006",
@ -773,6 +776,7 @@ register_fileops_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Saves a file by extension.", "Saves a file by extension.",
"This procedure invokes the correct file save handler according to the file's extension and/or prefix. The name of the file to save is typically a full pathname, and the name entered is what the user actually typed before prepending a directory path. The reason for this is that if the user types https://www.gimp.org/foo.png she wants to fetch a URL, and the full pathname will not look like a URL.", "This procedure invokes the correct file save handler according to the file's extension and/or prefix. The name of the file to save is typically a full pathname, and the name entered is what the user actually typed before prepending a directory path. The reason for this is that if the user types https://www.gimp.org/foo.png she wants to fetch a URL, and the full pathname will not look like a URL.",
NULL,
"Josh MacDonald", "Josh MacDonald",
"Josh MacDonald", "Josh MacDonald",
"1997", "1997",
@ -822,6 +826,7 @@ register_fileops_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Loads the thumbnail for a file.", "Loads the thumbnail for a file.",
"This procedure tries to load a thumbnail that belongs to the file with the given filename. This name is a full pathname. The returned data is an array of colordepth 3 (RGB), regardless of the image type. Width and height of the thumbnail are also returned. Don't use this function if you need a thumbnail of an already opened image, use 'gimp-image-thumbnail' instead.", "This procedure tries to load a thumbnail that belongs to the file with the given filename. This name is a full pathname. The returned data is an array of colordepth 3 (RGB), regardless of the image type. Width and height of the thumbnail are also returned. Don't use this function if you need a thumbnail of an already opened image, use 'gimp-image-thumbnail' instead.",
NULL,
"Adam D. Moss, Sven Neumann", "Adam D. Moss, Sven Neumann",
"Adam D. Moss, Sven Neumann", "Adam D. Moss, Sven Neumann",
"1999-2003", "1999-2003",
@ -868,6 +873,7 @@ register_fileops_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Saves a thumbnail for the given image", "Saves a thumbnail for the given image",
"This procedure saves a thumbnail for the given image according to the Free Desktop Thumbnail Managing Standard. The thumbnail is saved so that it belongs to the file with the given filename. This means you have to save the image under this name first, otherwise this procedure will fail. This procedure may become useful if you want to explicitly save a thumbnail with a file.", "This procedure saves a thumbnail for the given image according to the Free Desktop Thumbnail Managing Standard. The thumbnail is saved so that it belongs to the file with the given filename. This means you have to save the image under this name first, otherwise this procedure will fail. This procedure may become useful if you want to explicitly save a thumbnail with a file.",
NULL,
"Josh MacDonald", "Josh MacDonald",
"Josh MacDonald", "Josh MacDonald",
"1997", "1997",
@ -897,6 +903,7 @@ register_fileops_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Registers a file load handler procedure.", "Registers a file load handler procedure.",
"Registers a procedural database procedure to be called to load files of a particular file format using magic file information.", "Registers a procedural database procedure to be called to load files of a particular file format using magic file information.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -941,6 +948,7 @@ register_fileops_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Registers a file load handler procedure.", "Registers a file load handler procedure.",
"Registers a procedural database procedure to be called to load files of a particular file format.", "Registers a procedural database procedure to be called to load files of a particular file format.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -978,6 +986,7 @@ register_fileops_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Registers a file save handler procedure.", "Registers a file save handler procedure.",
"Registers a procedural database procedure to be called to save files in a particular file format.", "Registers a procedural database procedure to be called to save files in a particular file format.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1015,6 +1024,7 @@ register_fileops_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the priority of a file handler procedure.", "Sets the priority of a file handler procedure.",
"Sets the priority of a file handler procedure. When more than one procedure matches a given file, the procedure with the lowest priority is used; if more than one procedure has the lowest priority, it is unspecified which one of them is used. The default priority for file handler procedures is 0.", "Sets the priority of a file handler procedure. When more than one procedure matches a given file, the procedure with the lowest priority is used; if more than one procedure has the lowest priority, it is unspecified which one of them is used. The default priority for file handler procedures is 0.",
NULL,
"Ell", "Ell",
"Ell", "Ell",
"2018", "2018",
@ -1044,6 +1054,7 @@ register_fileops_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Associates MIME types with a file handler procedure.", "Associates MIME types with a file handler procedure.",
"Registers MIME types for a file handler procedure. This allows GIMP to determine the MIME type of the file opened or saved using this procedure. It is recommended that only one MIME type is registered per file procedure; when registering more than one MIME type, GIMP will associate the first one with files opened or saved with this procedure.", "Registers MIME types for a file handler procedure. This allows GIMP to determine the MIME type of the file opened or saved using this procedure. It is recommended that only one MIME type is registered per file procedure; when registering more than one MIME type, GIMP will associate the first one with files opened or saved with this procedure.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2004", "2004",
@ -1074,6 +1085,7 @@ register_fileops_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Registers a file handler procedure as capable of handling remote URIs.", "Registers a file handler procedure as capable of handling remote URIs.",
"Registers a file handler procedure as capable of handling remote URIs. This allows GIMP to call the procedure directly for all kinds of URIs, not only on local file:// URIs.", "Registers a file handler procedure as capable of handling remote URIs. This allows GIMP to call the procedure directly for all kinds of URIs, not only on local file:// URIs.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2012", "2012",
@ -1097,6 +1109,7 @@ register_fileops_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Registers a file handler procedure as capable of handling raw camera files.", "Registers a file handler procedure as capable of handling raw camera files.",
"Registers a file handler procedure as capable of handling raw digital camera files. Use this procedure only to register raw load handlers, calling it on a save handler will generate an error.", "Registers a file handler procedure as capable of handling raw digital camera files. Use this procedure only to register raw load handlers, calling it on a save handler will generate an error.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2017", "2017",
@ -1120,6 +1133,7 @@ register_fileops_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Associates a thumbnail loader with a file load procedure.", "Associates a thumbnail loader with a file load procedure.",
"Some file formats allow for embedded thumbnails, other file formats contain a scalable image or provide the image data in different resolutions. A file plug-in for such a format may register a special procedure that allows GIMP to load a thumbnail preview of the image. This procedure is then associated with the standard load procedure using this function.", "Some file formats allow for embedded thumbnails, other file formats contain a scalable image or provide the image data in different resolutions. A file plug-in for such a format may register a special procedure that allows GIMP to load a thumbnail preview of the image. This procedure is then associated with the standard load procedure using this function.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2004", "2004",

View file

@ -192,6 +192,7 @@ register_floating_sel_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Remove the specified floating selection from its associated drawable.", "Remove the specified floating selection from its associated drawable.",
"This procedure removes the floating selection completely, without any side effects. The associated drawable is then set to active.", "This procedure removes the floating selection completely, without any side effects. The associated drawable is then set to active.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -214,6 +215,7 @@ register_floating_sel_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Anchor the specified floating selection to its associated drawable.", "Anchor the specified floating selection to its associated drawable.",
"This procedure anchors the floating selection to its associated drawable. This is similar to merging with a merge type of ClipToBottomLayer. The floating selection layer is no longer valid after this operation.", "This procedure anchors the floating selection to its associated drawable. This is similar to merging with a merge type of ClipToBottomLayer. The floating selection layer is no longer valid after this operation.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -236,6 +238,7 @@ register_floating_sel_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Transforms the specified floating selection into a layer.", "Transforms the specified floating selection into a layer.",
"This procedure transforms the specified floating selection into a layer with the same offsets and extents. The composited image will look precisely the same, but the floating selection layer will no longer be clipped to the extents of the drawable it was attached to. The floating selection will become the active layer. This procedure will not work if the floating selection has a different base type from the underlying image. This might be the case if the floating selection is above an auxiliary channel or a layer mask.", "This procedure transforms the specified floating selection into a layer with the same offsets and extents. The composited image will look precisely the same, but the floating selection layer will no longer be clipped to the extents of the drawable it was attached to. The floating selection will become the active layer. This procedure will not work if the floating selection has a different base type from the underlying image. This might be the case if the floating selection is above an auxiliary channel or a layer mask.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -258,6 +261,7 @@ register_floating_sel_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Attach the specified layer as floating to the specified drawable.", "Attach the specified layer as floating to the specified drawable.",
"This procedure attaches the layer as floating selection to the drawable.", "This procedure attaches the layer as floating selection to the drawable.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",

View file

@ -141,6 +141,7 @@ register_font_select_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Invokes the Gimp font selection.", "Invokes the Gimp font selection.",
"This procedure opens the font selection dialog.", "This procedure opens the font selection dialog.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2003", "2003",
@ -178,6 +179,7 @@ register_font_select_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Close the font selection dialog.", "Close the font selection dialog.",
"This procedure closes an opened font selection dialog.", "This procedure closes an opened font selection dialog.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2003", "2003",
@ -201,6 +203,7 @@ register_font_select_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the current font in a font selection dialog.", "Sets the current font in a font selection dialog.",
"Sets the current font in a font selection dialog.", "Sets the current font in a font selection dialog.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2003", "2003",

View file

@ -106,6 +106,7 @@ register_fonts_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Refresh current fonts. This function always succeeds.", "Refresh current fonts. This function always succeeds.",
"This procedure retrieves all fonts currently in the user's font path and updates the font dialogs accordingly. Depending on the amount of fonts on the system, this can take considerable time.", "This procedure retrieves all fonts currently in the user's font path and updates the font dialogs accordingly. Depending on the amount of fonts on the system, this can take considerable time.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2003", "2003",
@ -122,6 +123,7 @@ register_fonts_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieve the list of loaded fonts.", "Retrieve the list of loaded fonts.",
"This procedure returns a list of the fonts that are currently available.", "This procedure returns a list of the fonts that are currently available.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2003", "2003",

View file

@ -247,6 +247,7 @@ register_gimp_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the host GIMP version.", "Returns the host GIMP version.",
"This procedure returns the version number of the currently running GIMP.", "This procedure returns the version number of the currently running GIMP.",
NULL,
"Manish Singh", "Manish Singh",
"Manish Singh", "Manish Singh",
"1999", "1999",
@ -270,6 +271,7 @@ register_gimp_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the PID of the host GIMP process.", "Returns the PID of the host GIMP process.",
"This procedure returns the process ID of the currently running GIMP.", "This procedure returns the process ID of the currently running GIMP.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2005", "2005",
@ -292,6 +294,7 @@ register_gimp_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Causes GIMP to exit gracefully.", "Causes GIMP to exit gracefully.",
"If there are unsaved images in an interactive GIMP session, the user will be asked for confirmation. If force is TRUE, the application is quit without querying the user to save any dirty images.", "If there are unsaved images in an interactive GIMP session, the user will be asked for confirmation. If force is TRUE, the application is quit without querying the user to save any dirty images.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -314,6 +317,7 @@ register_gimp_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Add a global parasite.", "Add a global parasite.",
"This procedure attaches a global parasite. It has no return values.", "This procedure attaches a global parasite. It has no return values.",
NULL,
"Jay Cox", "Jay Cox",
"Jay Cox", "Jay Cox",
"1998", "1998",
@ -335,6 +339,7 @@ register_gimp_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Removes a global parasite.", "Removes a global parasite.",
"This procedure detaches a global parasite from. It has no return values.", "This procedure detaches a global parasite from. It has no return values.",
NULL,
"Jay Cox", "Jay Cox",
"Jay Cox", "Jay Cox",
"1998", "1998",
@ -358,6 +363,7 @@ register_gimp_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Look up a global parasite.", "Look up a global parasite.",
"Finds and returns the global parasite that was previously attached.", "Finds and returns the global parasite that was previously attached.",
NULL,
"Jay Cox", "Jay Cox",
"Jay Cox", "Jay Cox",
"1998", "1998",
@ -386,6 +392,7 @@ register_gimp_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"List all parasites.", "List all parasites.",
"Returns a list of all currently attached global parasites.", "Returns a list of all currently attached global parasites.",
NULL,
"Marc Lehmann", "Marc Lehmann",
"Marc Lehmann", "Marc Lehmann",
"1999", "1999",
@ -413,6 +420,7 @@ register_gimp_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Generates a unique filename.", "Generates a unique filename.",
"Generates a unique filename using the temp path supplied in the user's gimprc.", "Generates a unique filename using the temp path supplied in the user's gimprc.",
NULL,
"Josh MacDonald", "Josh MacDonald",
"Josh MacDonald", "Josh MacDonald",
"1997", "1997",

View file

@ -147,6 +147,7 @@ gimp_procedure_get_memsize (GimpObject *object,
{ {
memsize += gimp_string_get_memsize (procedure->blurb); memsize += gimp_string_get_memsize (procedure->blurb);
memsize += gimp_string_get_memsize (procedure->help); memsize += gimp_string_get_memsize (procedure->help);
memsize += gimp_string_get_memsize (procedure->help_id);
memsize += gimp_string_get_memsize (procedure->authors); memsize += gimp_string_get_memsize (procedure->authors);
memsize += gimp_string_get_memsize (procedure->copyright); memsize += gimp_string_get_memsize (procedure->copyright);
memsize += gimp_string_get_memsize (procedure->date); memsize += gimp_string_get_memsize (procedure->date);
@ -188,7 +189,10 @@ gimp_procedure_real_get_blurb (GimpProcedure *procedure)
static const gchar * static const gchar *
gimp_procedure_real_get_help_id (GimpProcedure *procedure) gimp_procedure_real_get_help_id (GimpProcedure *procedure)
{ {
return NULL; if (procedure->help_id)
return procedure->help_id;
return gimp_object_get_name (procedure);
} }
static gboolean static gboolean
@ -266,6 +270,7 @@ void
gimp_procedure_set_strings (GimpProcedure *procedure, gimp_procedure_set_strings (GimpProcedure *procedure,
const gchar *blurb, const gchar *blurb,
const gchar *help, const gchar *help,
const gchar *help_id,
const gchar *authors, const gchar *authors,
const gchar *copyright, const gchar *copyright,
const gchar *date, const gchar *date,
@ -277,6 +282,7 @@ gimp_procedure_set_strings (GimpProcedure *procedure,
procedure->blurb = g_strdup (blurb); procedure->blurb = g_strdup (blurb);
procedure->help = g_strdup (help); procedure->help = g_strdup (help);
procedure->help_id = g_strdup (help_id);
procedure->authors = g_strdup (authors); procedure->authors = g_strdup (authors);
procedure->copyright = g_strdup (copyright); procedure->copyright = g_strdup (copyright);
procedure->date = g_strdup (date); procedure->date = g_strdup (date);
@ -289,6 +295,7 @@ void
gimp_procedure_set_static_strings (GimpProcedure *procedure, gimp_procedure_set_static_strings (GimpProcedure *procedure,
const gchar *blurb, const gchar *blurb,
const gchar *help, const gchar *help,
const gchar *help_id,
const gchar *authors, const gchar *authors,
const gchar *copyright, const gchar *copyright,
const gchar *date, const gchar *date,
@ -300,6 +307,7 @@ gimp_procedure_set_static_strings (GimpProcedure *procedure,
procedure->blurb = (gchar *) blurb; procedure->blurb = (gchar *) blurb;
procedure->help = (gchar *) help; procedure->help = (gchar *) help;
procedure->help = (gchar *) help_id;
procedure->authors = (gchar *) authors; procedure->authors = (gchar *) authors;
procedure->copyright = (gchar *) copyright; procedure->copyright = (gchar *) copyright;
procedure->date = (gchar *) date; procedure->date = (gchar *) date;
@ -312,6 +320,7 @@ void
gimp_procedure_take_strings (GimpProcedure *procedure, gimp_procedure_take_strings (GimpProcedure *procedure,
gchar *blurb, gchar *blurb,
gchar *help, gchar *help,
gchar *help_id,
gchar *authors, gchar *authors,
gchar *copyright, gchar *copyright,
gchar *date, gchar *date,
@ -323,6 +332,7 @@ gimp_procedure_take_strings (GimpProcedure *procedure,
procedure->blurb = blurb; procedure->blurb = blurb;
procedure->help = help; procedure->help = help;
procedure->help = help_id;
procedure->authors = authors; procedure->authors = authors;
procedure->copyright = copyright; procedure->copyright = copyright;
procedure->date = date; procedure->date = date;
@ -713,6 +723,7 @@ gimp_procedure_free_strings (GimpProcedure *procedure)
{ {
g_free (procedure->blurb); g_free (procedure->blurb);
g_free (procedure->help); g_free (procedure->help);
g_free (procedure->help_id);
g_free (procedure->authors); g_free (procedure->authors);
g_free (procedure->copyright); g_free (procedure->copyright);
g_free (procedure->date); g_free (procedure->date);
@ -721,6 +732,7 @@ gimp_procedure_free_strings (GimpProcedure *procedure)
procedure->blurb = NULL; procedure->blurb = NULL;
procedure->help = NULL; procedure->help = NULL;
procedure->help_id = NULL;
procedure->authors = NULL; procedure->authors = NULL;
procedure->copyright = NULL; procedure->copyright = NULL;
procedure->date = NULL; procedure->date = NULL;

View file

@ -50,6 +50,7 @@ struct _GimpProcedure
gchar *blurb; /* Short procedure description */ gchar *blurb; /* Short procedure description */
gchar *help; /* Detailed help instructions */ gchar *help; /* Detailed help instructions */
gchar *help_id; /* Help ID */
gchar *authors; /* Authors field */ gchar *authors; /* Authors field */
gchar *copyright; /* Copyright field */ gchar *copyright; /* Copyright field */
gchar *date; /* Date field */ gchar *date; /* Date field */
@ -98,6 +99,7 @@ GimpProcedure * gimp_procedure_new (GimpMarshalFunc marshal_fu
void gimp_procedure_set_strings (GimpProcedure *procedure, void gimp_procedure_set_strings (GimpProcedure *procedure,
const gchar *blurb, const gchar *blurb,
const gchar *help, const gchar *help,
const gchar *help_id,
const gchar *authors, const gchar *authors,
const gchar *copyright, const gchar *copyright,
const gchar *date, const gchar *date,
@ -105,6 +107,7 @@ void gimp_procedure_set_strings (GimpProcedure *procedure,
void gimp_procedure_set_static_strings (GimpProcedure *procedure, void gimp_procedure_set_static_strings (GimpProcedure *procedure,
const gchar *blurb, const gchar *blurb,
const gchar *help, const gchar *help,
const gchar *help_id,
const gchar *authors, const gchar *authors,
const gchar *copyright, const gchar *copyright,
const gchar *date, const gchar *date,
@ -112,6 +115,7 @@ void gimp_procedure_set_static_strings (GimpProcedure *procedure,
void gimp_procedure_take_strings (GimpProcedure *procedure, void gimp_procedure_take_strings (GimpProcedure *procedure,
gchar *blurb, gchar *blurb,
gchar *help, gchar *help,
gchar *help_id,
gchar *authors, gchar *authors,
gchar *copyright, gchar *copyright,
gchar *date, gchar *date,

View file

@ -225,6 +225,7 @@ register_gimprc_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Queries the gimprc file parser for information on a specified token.", "Queries the gimprc file parser for information on a specified token.",
"This procedure is used to locate additional information contained in the gimprc file considered extraneous to the operation of GIMP. Plug-ins that need configuration information can expect it will be stored in the user gimprc file and can use this procedure to retrieve it. This query procedure will return the value associated with the specified token. This corresponds _only_ to entries with the format: (<token> <value>). The value must be a string. Entries not corresponding to this format will cause warnings to be issued on gimprc parsing and will not be queryable.", "This procedure is used to locate additional information contained in the gimprc file considered extraneous to the operation of GIMP. Plug-ins that need configuration information can expect it will be stored in the user gimprc file and can use this procedure to retrieve it. This query procedure will return the value associated with the specified token. This corresponds _only_ to entries with the format: (<token> <value>). The value must be a string. Entries not corresponding to this format will cause warnings to be issued on gimprc parsing and will not be queryable.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1997", "1997",
@ -255,6 +256,7 @@ register_gimprc_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets a gimprc token to a value and saves it in the gimprc.", "Sets a gimprc token to a value and saves it in the gimprc.",
"This procedure is used to add or change additional information in the gimprc file that is considered extraneous to the operation of GIMP. Plug-ins that need configuration information can use this function to store it, and 'gimp-gimprc-query' to retrieve it. This will accept _only_ string values in UTF-8 encoding.", "This procedure is used to add or change additional information in the gimprc file that is considered extraneous to the operation of GIMP. Plug-ins that need configuration information can use this function to store it, and 'gimp-gimprc-query' to retrieve it. This will accept _only_ string values in UTF-8 encoding.",
NULL,
"Seth Burgess", "Seth Burgess",
"Seth Burgess", "Seth Burgess",
"1999", "1999",
@ -285,6 +287,7 @@ register_gimprc_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the default image comment as specified in the Preferences.", "Get the default image comment as specified in the Preferences.",
"Returns a copy of the default image comment.", "Returns a copy of the default image comment.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -308,6 +311,7 @@ register_gimprc_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the default unit (taken from the user's locale).", "Get the default unit (taken from the user's locale).",
"Returns the default unit's integer ID.", "Returns the default unit's integer ID.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -332,6 +336,7 @@ register_gimprc_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the monitor resolution as specified in the Preferences.", "Get the monitor resolution as specified in the Preferences.",
"Returns the resolution of the monitor in pixels/inch. This value is taken from the Preferences (or the windowing system if this is set in the Preferences) and there's no guarantee for the value to be reasonable.", "Returns the resolution of the monitor in pixels/inch. This value is taken from the Preferences (or the windowing system if this is set in the Preferences) and there's no guarantee for the value to be reasonable.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -360,6 +365,7 @@ register_gimprc_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get a serialized version of the color management configuration.", "Get a serialized version of the color management configuration.",
"Returns a string that can be deserialized into a GimpColorConfig object representing the current color management configuration.", "Returns a string that can be deserialized into a GimpColorConfig object representing the current color management configuration.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2005", "2005",
@ -383,6 +389,7 @@ register_gimprc_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the list of modules which should not be loaded.", "Get the list of modules which should not be loaded.",
"Returns a copy of the list of modules which should not be loaded.", "Returns a copy of the list of modules which should not be loaded.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",

View file

@ -1459,6 +1459,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Creates a new gradient", "Creates a new gradient",
"This procedure creates a new, uninitialized gradient", "This procedure creates a new, uninitialized gradient",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -1489,6 +1490,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Duplicates a gradient", "Duplicates a gradient",
"This procedure creates an identical gradient by a different name", "This procedure creates an identical gradient by a different name",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -1519,6 +1521,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Tests if gradient can be edited", "Tests if gradient can be edited",
"Returns TRUE if you have permission to change the gradient", "Returns TRUE if you have permission to change the gradient",
NULL,
"Bill Skaggs <weskaggs@primate.ucdavis.edu>", "Bill Skaggs <weskaggs@primate.ucdavis.edu>",
"Bill Skaggs", "Bill Skaggs",
"2004", "2004",
@ -1548,6 +1551,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Rename a gradient", "Rename a gradient",
"This procedure renames a gradient", "This procedure renames a gradient",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -1585,6 +1589,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Deletes a gradient", "Deletes a gradient",
"This procedure deletes a gradient", "This procedure deletes a gradient",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -1608,6 +1613,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the number of segments of the specified gradient", "Returns the number of segments of the specified gradient",
"This procedure returns the number of segments of the specified gradient.", "This procedure returns the number of segments of the specified gradient.",
NULL,
"Lars-Peter Clausen <lars@metafoo.de>", "Lars-Peter Clausen <lars@metafoo.de>",
"Lars-Peter Clausen", "Lars-Peter Clausen",
"2008", "2008",
@ -1637,6 +1643,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sample the specified in uniform parts.", "Sample the specified in uniform parts.",
"This procedure samples the active gradient in the specified number of uniform parts. It returns a list of floating-point values which correspond to the RGBA values for each sample. The minimum number of samples to take is 2, in which case the returned colors will correspond to the { 0.0, 1.0 } positions in the gradient. For example, if the number of samples is 3, the procedure will return the colors at positions { 0.0, 0.5, 1.0 }.", "This procedure samples the active gradient in the specified number of uniform parts. It returns a list of floating-point values which correspond to the RGBA values for each sample. The minimum number of samples to take is 2, in which case the returned colors will correspond to the { 0.0, 1.0 } positions in the gradient. For example, if the number of samples is 3, the procedure will return the colors at positions { 0.0, 0.5, 1.0 }.",
NULL,
"Federico Mena Quintero", "Federico Mena Quintero",
"Federico Mena Quintero", "Federico Mena Quintero",
"1997", "1997",
@ -1683,6 +1690,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sample the specified gradient in custom positions.", "Sample the specified gradient in custom positions.",
"This procedure samples the active gradient in the specified number of points. The procedure will sample the gradient in the specified positions from the list. The left endpoint of the gradient corresponds to position 0.0, and the right endpoint corresponds to 1.0. The procedure returns a list of floating-point values which correspond to the RGBA values for each sample.", "This procedure samples the active gradient in the specified number of points. The procedure will sample the gradient in the specified positions from the list. The left endpoint of the gradient corresponds to position 0.0, and the right endpoint corresponds to 1.0. The procedure returns a list of floating-point values which correspond to the RGBA values for each sample.",
NULL,
"Federico Mena Quintero", "Federico Mena Quintero",
"Federico Mena Quintero", "Federico Mena Quintero",
"1997", "1997",
@ -1734,6 +1742,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieves the left endpoint color of the specified segment", "Retrieves the left endpoint color of the specified segment",
"This procedure retrieves the left endpoint color of the specified segment of the specified gradient.", "This procedure retrieves the left endpoint color of the specified segment of the specified gradient.",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -1776,6 +1785,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the left endpoint color of the specified segment", "Sets the left endpoint color of the specified segment",
"This procedure sets the left endpoint color of the specified segment of the specified gradient.", "This procedure sets the left endpoint color of the specified segment of the specified gradient.",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -1818,6 +1828,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieves the right endpoint color of the specified segment", "Retrieves the right endpoint color of the specified segment",
"This procedure retrieves the right endpoint color of the specified segment of the specified gradient.", "This procedure retrieves the right endpoint color of the specified segment of the specified gradient.",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -1860,6 +1871,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the right endpoint color of the specified segment", "Sets the right endpoint color of the specified segment",
"This procedure sets the right endpoint color of the specified segment of the specified gradient.", "This procedure sets the right endpoint color of the specified segment of the specified gradient.",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -1902,6 +1914,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieves the left endpoint position of the specified segment", "Retrieves the left endpoint position of the specified segment",
"This procedure retrieves the left endpoint position of the specified segment of the specified gradient.", "This procedure retrieves the left endpoint position of the specified segment of the specified gradient.",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -1938,6 +1951,7 @@ register_gradient_procs (GimpPDB *pdb)
"Sets the left endpoint position of the specified segment", "Sets the left endpoint position of the specified segment",
"This procedure sets the left endpoint position of the specified segment of the specified gradient. The final position will be between the position of the middle point to the left to the middle point of the current segment.\n" "This procedure sets the left endpoint position of the specified segment of the specified gradient. The final position will be between the position of the middle point to the left to the middle point of the current segment.\n"
"This procedure returns the final position.", "This procedure returns the final position.",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -1979,6 +1993,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieves the middle point position of the specified segment", "Retrieves the middle point position of the specified segment",
"This procedure retrieves the middle point position of the specified segment of the specified gradient.", "This procedure retrieves the middle point position of the specified segment of the specified gradient.",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -2015,6 +2030,7 @@ register_gradient_procs (GimpPDB *pdb)
"Sets the middle point position of the specified segment", "Sets the middle point position of the specified segment",
"This procedure sets the middle point position of the specified segment of the specified gradient. The final position will be between the two endpoints of the segment.\n" "This procedure sets the middle point position of the specified segment of the specified gradient. The final position will be between the two endpoints of the segment.\n"
"This procedure returns the final position.", "This procedure returns the final position.",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -2056,6 +2072,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieves the right endpoint position of the specified segment", "Retrieves the right endpoint position of the specified segment",
"This procedure retrieves the right endpoint position of the specified segment of the specified gradient.", "This procedure retrieves the right endpoint position of the specified segment of the specified gradient.",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -2092,6 +2109,7 @@ register_gradient_procs (GimpPDB *pdb)
"Sets the right endpoint position of the specified segment", "Sets the right endpoint position of the specified segment",
"This procedure sets the right endpoint position of the specified segment of the specified gradient. The final position will be between the position of the middle point of the current segment and the middle point of the segment to the right.\n" "This procedure sets the right endpoint position of the specified segment of the specified gradient. The final position will be between the position of the middle point of the current segment and the middle point of the segment to the right.\n"
"This procedure returns the final position.", "This procedure returns the final position.",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -2133,6 +2151,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieves the gradient segment's blending function", "Retrieves the gradient segment's blending function",
"This procedure retrieves the blending function of the segment at the specified gradient name and segment index.", "This procedure retrieves the blending function of the segment at the specified gradient name and segment index.",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -2169,6 +2188,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieves the gradient segment's coloring type", "Retrieves the gradient segment's coloring type",
"This procedure retrieves the coloring type of the segment at the specified gradient name and segment index.", "This procedure retrieves the coloring type of the segment at the specified gradient name and segment index.",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -2205,6 +2225,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Change the blending function of a segments range", "Change the blending function of a segments range",
"This function changes the blending function of a segment range to the specified blending function.", "This function changes the blending function of a segment range to the specified blending function.",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -2247,6 +2268,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Change the coloring type of a segments range", "Change the coloring type of a segments range",
"This function changes the coloring type of a segment range to the specified coloring type.", "This function changes the coloring type of a segment range to the specified coloring type.",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -2289,6 +2311,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Flip the segment range", "Flip the segment range",
"This function flips a segment range.", "This function flips a segment range.",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -2324,6 +2347,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Replicate the segment range", "Replicate the segment range",
"This function replicates a segment range a given number of times. Instead of the original segment range, several smaller scaled copies of it will appear in equal widths.", "This function replicates a segment range a given number of times. Instead of the original segment range, several smaller scaled copies of it will appear in equal widths.",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -2365,6 +2389,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Splits each segment in the segment range at midpoint", "Splits each segment in the segment range at midpoint",
"This function splits each segment in the segment range at its midpoint.", "This function splits each segment in the segment range at its midpoint.",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -2400,6 +2425,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Splits each segment in the segment range uniformly", "Splits each segment in the segment range uniformly",
"This function splits each segment in the segment range uniformly according to the number of times specified by the parameter.", "This function splits each segment in the segment range uniformly according to the number of times specified by the parameter.",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -2441,6 +2467,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Delete the segment range", "Delete the segment range",
"This function deletes a segment range.", "This function deletes a segment range.",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -2476,6 +2503,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Uniformly redistribute the segment range's handles", "Uniformly redistribute the segment range's handles",
"This function redistributes the handles of the specified segment range of the specified gradient, so they'll be evenly spaced.", "This function redistributes the handles of the specified segment range of the specified gradient, so they'll be evenly spaced.",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -2511,6 +2539,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Blend the colors of the segment range.", "Blend the colors of the segment range.",
"This function blends the colors (but not the opacity) of the segments' range of the gradient. Using it, the colors' transition will be uniform across the range.", "This function blends the colors (but not the opacity) of the segments' range of the gradient. Using it, the colors' transition will be uniform across the range.",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -2546,6 +2575,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Blend the opacity of the segment range.", "Blend the opacity of the segment range.",
"This function blends the opacity (but not the colors) of the segments' range of the gradient. Using it, the opacity's transition will be uniform across the range.", "This function blends the opacity (but not the colors) of the segments' range of the gradient. Using it, the opacity's transition will be uniform across the range.",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",
@ -2581,6 +2611,7 @@ register_gradient_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Move the position of an entire segment range by a delta.", "Move the position of an entire segment range by a delta.",
"This function moves the position of an entire segment range by a delta. The actual delta (which is returned) will be limited by the control points of the neighboring segments.", "This function moves the position of an entire segment range by a delta. The actual delta (which is returned) will be limited by the control points of the neighboring segments.",
NULL,
"Shlomi Fish <shlomif@iglu.org.il>", "Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish", "Shlomi Fish",
"2003", "2003",

View file

@ -144,6 +144,7 @@ register_gradient_select_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Invokes the Gimp gradients selection.", "Invokes the Gimp gradients selection.",
"This procedure opens the gradient selection dialog.", "This procedure opens the gradient selection dialog.",
NULL,
"Andy Thomas", "Andy Thomas",
"Andy Thomas", "Andy Thomas",
"1998", "1998",
@ -187,6 +188,7 @@ register_gradient_select_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Close the gradient selection dialog.", "Close the gradient selection dialog.",
"This procedure closes an opened gradient selection dialog.", "This procedure closes an opened gradient selection dialog.",
NULL,
"Andy Thomas", "Andy Thomas",
"Andy Thomas", "Andy Thomas",
"1998", "1998",
@ -210,6 +212,7 @@ register_gradient_select_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the current gradient in a gradient selection dialog.", "Sets the current gradient in a gradient selection dialog.",
"Sets the current gradient in a gradient selection dialog.", "Sets the current gradient in a gradient selection dialog.",
NULL,
"Andy Thomas", "Andy Thomas",
"Andy Thomas", "Andy Thomas",
"1998", "1998",

View file

@ -103,6 +103,7 @@ register_gradients_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Refresh current gradients. This function always succeeds.", "Refresh current gradients. This function always succeeds.",
"This procedure retrieves all gradients currently in the user's gradient path and updates the gradient dialogs accordingly.", "This procedure retrieves all gradients currently in the user's gradient path and updates the gradient dialogs accordingly.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2002", "2002",
@ -119,6 +120,7 @@ register_gradients_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieve the list of loaded gradients.", "Retrieve the list of loaded gradients.",
"This procedure returns a list of the gradients that are currently loaded. You can later use the 'gimp-context-set-gradient' function to set the active gradient.", "This procedure returns a list of the gradients that are currently loaded. You can later use the 'gimp-context-set-gradient' function to set the active gradient.",
NULL,
"Federico Mena Quintero", "Federico Mena Quintero",
"Federico Mena Quintero", "Federico Mena Quintero",
"1997", "1997",

View file

@ -84,6 +84,7 @@ register_help_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Load a help page.", "Load a help page.",
"This procedure loads the specified help page into the helpbrowser or what ever is configured as help viewer. The help page is identified by its domain and ID: if help_domain is NULL, we use the help_domain which was registered using the 'gimp-plugin-help-register' procedure. If help_domain is NULL and no help domain was registered, the help domain of the main GIMP installation is used.", "This procedure loads the specified help page into the helpbrowser or what ever is configured as help viewer. The help page is identified by its domain and ID: if help_domain is NULL, we use the help_domain which was registered using the 'gimp-plugin-help-register' procedure. If help_domain is NULL and no help domain was registered, the help domain of the main GIMP installation is used.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2000", "2000",

View file

@ -2822,6 +2822,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns TRUE if the image ID is valid.", "Returns TRUE if the image ID is valid.",
"This procedure checks if the given image ID is valid and refers to an existing image.", "This procedure checks if the given image ID is valid and refers to an existing image.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2007", "2007",
@ -2850,6 +2851,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the list of images currently open.", "Returns the list of images currently open.",
"This procedure returns the list of images currently open in GIMP.", "This procedure returns the list of images currently open in GIMP.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -2880,6 +2882,7 @@ register_image_procs (GimpPDB *pdb)
"Creates a new image, undisplayed, with the specified extents and type. A layer should be created and added before this image is displayed, or subsequent calls to 'gimp-display-new' with this image as an argument will fail. Layers can be created using the 'gimp-layer-new' commands. They can be added to an image using the 'gimp-image-insert-layer' command.\n" "Creates a new image, undisplayed, with the specified extents and type. A layer should be created and added before this image is displayed, or subsequent calls to 'gimp-display-new' with this image as an argument will fail. Layers can be created using the 'gimp-layer-new' commands. They can be added to an image using the 'gimp-image-insert-layer' command.\n"
"\n" "\n"
"If your image's type if INDEXED, a colormap must also be added with 'gimp-image-set-colormap'. An indexed image without a colormap will output unexpected colors.", "If your image's type if INDEXED, a colormap must also be added with 'gimp-image-set-colormap'. An indexed image without a colormap will output unexpected colors.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -2921,6 +2924,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Creates a new image with the specified width, height, type and precision.", "Creates a new image with the specified width, height, type and precision.",
"Creates a new image, undisplayed with the specified extents, type and precision. Indexed images can only be created at GIMP_PRECISION_U8_NON_LINEAR precision. See 'gimp-image-new' for further details.", "Creates a new image, undisplayed with the specified extents, type and precision. Indexed images can only be created at GIMP_PRECISION_U8_NON_LINEAR precision. See 'gimp-image-new' for further details.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2012", "2012",
@ -2969,6 +2973,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Duplicate the specified image", "Duplicate the specified image",
"This procedure duplicates the specified image, copying all layers, channels, and image information.", "This procedure duplicates the specified image, copying all layers, channels, and image information.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1997", "1997",
@ -2997,6 +3002,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Delete the specified image.", "Delete the specified image.",
"If there are no displays associated with this image it will be deleted. This means that you can not delete an image through the PDB that was created by the user. If the associated display was however created through the PDB and you know the display ID, you may delete the display. Removal of the last associated display will then delete the image.", "If there are no displays associated with this image it will be deleted. This means that you can not delete an image through the PDB that was created by the user. If the associated display was however created through the PDB and you know the display ID, you may delete the display. Removal of the last associated display will then delete the image.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -3019,6 +3025,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the base type of the image.", "Get the base type of the image.",
"This procedure returns the image's base type. Layers in the image must be of this subtype, but can have an optional alpha channel.", "This procedure returns the image's base type. Layers in the image must be of this subtype, but can have an optional alpha channel.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -3048,6 +3055,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the precision of the image.", "Get the precision of the image.",
"This procedure returns the image's precision.", "This procedure returns the image's precision.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2012", "2012",
@ -3077,6 +3085,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the default mode for newly created layers of this image.", "Get the default mode for newly created layers of this image.",
"Returns the default mode for newly created layers of this image.", "Returns the default mode for newly created layers of this image.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2017", "2017",
@ -3106,6 +3115,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Return the width of the image", "Return the width of the image",
"This procedure returns the image's width. This value is independent of any of the layers in this image. This is the \"canvas\" width.", "This procedure returns the image's width. This value is independent of any of the layers in this image. This is the \"canvas\" width.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -3134,6 +3144,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Return the height of the image", "Return the height of the image",
"This procedure returns the image's height. This value is independent of any of the layers in this image. This is the \"canvas\" height.", "This procedure returns the image's height. This value is independent of any of the layers in this image. This is the \"canvas\" height.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -3162,6 +3173,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the list of layers contained in the specified image.", "Returns the list of layers contained in the specified image.",
"This procedure returns the list of layers contained in the specified image. The order of layers is from topmost to bottommost.", "This procedure returns the list of layers contained in the specified image. The order of layers is from topmost to bottommost.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -3196,6 +3208,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the list of channels contained in the specified image.", "Returns the list of channels contained in the specified image.",
"This procedure returns the list of channels contained in the specified image. This does not include the selection mask, or layer masks. The order is from topmost to bottommost. Note that \"channels\" are custom channels and do not include the image's color components.", "This procedure returns the list of channels contained in the specified image. This does not include the selection mask, or layer masks. The order is from topmost to bottommost. Note that \"channels\" are custom channels and do not include the image's color components.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -3230,6 +3243,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the list of vectors contained in the specified image.", "Returns the list of vectors contained in the specified image.",
"This procedure returns the list of vectors contained in the specified image.", "This procedure returns the list of vectors contained in the specified image.",
NULL,
"Simon Budig", "Simon Budig",
"Simon Budig", "Simon Budig",
"2005", "2005",
@ -3264,6 +3278,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the image's active drawable", "Get the image's active drawable",
"This procedure returns the ID of the image's active drawable. This can be either a layer, a channel, or a layer mask. The active drawable is specified by the active image channel. If that is -1, then by the active image layer. If the active image layer has a layer mask and the layer mask is in edit mode, then the layer mask is the active drawable.", "This procedure returns the ID of the image's active drawable. This can be either a layer, a channel, or a layer mask. The active drawable is specified by the active image channel. If that is -1, then by the active image layer. If the active image layer has a layer mask and the layer mask is in edit mode, then the layer mask is the active drawable.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -3292,6 +3307,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Unsets the active channel in the specified image.", "Unsets the active channel in the specified image.",
"If an active channel exists, it is unset. There then exists no active channel, and if desired, one can be set through a call to 'Set Active Channel'. No error is returned in the case of no existing active channel.", "If an active channel exists, it is unset. There then exists no active channel, and if desired, one can be set through a call to 'Set Active Channel'. No error is returned in the case of no existing active channel.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -3314,6 +3330,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Return the floating selection of the image.", "Return the floating selection of the image.",
"This procedure returns the image's floating selection, if it exists. If it doesn't exist, -1 is returned as the layer ID.", "This procedure returns the image's floating selection, if it exists. If it doesn't exist, -1 is returned as the layer ID.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -3342,6 +3359,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Return the drawable the floating selection is attached to.", "Return the drawable the floating selection is attached to.",
"This procedure returns the drawable the image's floating selection is attached to, if it exists. If it doesn't exist, -1 is returned as the drawable ID.", "This procedure returns the drawable the image's floating selection is attached to, if it exists. If it doesn't exist, -1 is returned as the drawable ID.",
NULL,
"Wolfgang Hofer", "Wolfgang Hofer",
"Wolfgang Hofer", "Wolfgang Hofer",
"1998", "1998",
@ -3370,6 +3388,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Determine the color at the given drawable coordinates", "Determine the color at the given drawable coordinates",
"This tool determines the color at the specified coordinates. The returned color is an RGB triplet even for grayscale and indexed drawables. If the coordinates lie outside of the extents of the specified drawable, then an error is returned. If the drawable has an alpha channel, the algorithm examines the alpha value of the drawable at the coordinates. If the alpha value is completely transparent (0), then an error is returned. If the sample_merged parameter is TRUE, the data of the composite image will be used instead of that for the specified drawable. This is equivalent to sampling for colors after merging all visible layers. In the case of a merged sampling, the supplied drawable is ignored.", "This tool determines the color at the specified coordinates. The returned color is an RGB triplet even for grayscale and indexed drawables. If the coordinates lie outside of the extents of the specified drawable, then an error is returned. If the drawable has an alpha channel, the algorithm examines the alpha value of the drawable at the coordinates. If the alpha value is completely transparent (0), then an error is returned. If the sample_merged parameter is TRUE, the data of the composite image will be used instead of that for the specified drawable. This is equivalent to sampling for colors after merging all visible layers. In the case of a merged sampling, the supplied drawable is ignored.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -3435,6 +3454,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Find the layer visible at the specified coordinates.", "Find the layer visible at the specified coordinates.",
"This procedure finds the layer which is visible at the specified coordinates. Layers which do not qualify are those whose extents do not pass within the specified coordinates, or which are transparent at the specified coordinates. This procedure will return -1 if no layer is found.", "This procedure finds the layer which is visible at the specified coordinates. Layers which do not qualify are those whose extents do not pass within the specified coordinates, or which are transparent at the specified coordinates. This procedure will return -1 if no layer is found.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -3475,6 +3495,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Add the specified layer to the image.", "Add the specified layer to the image.",
"This procedure adds the specified layer to the image at the given position. If the specified parent is a valid layer group (See 'gimp-item-is-group' and 'gimp-layer-group-new') then the layer is added inside the group. If the parent is 0, the layer is added inside the main stack, outside of any group. The position argument specifies the location of the layer inside the stack (or the group, if a valid parent was supplied), starting from the top (0) and increasing. If the position is specified as -1 and the parent is specified as 0, then the layer is inserted above the active layer, or inside the group if the active layer is a layer group. The layer type must be compatible with the image base type.", "This procedure adds the specified layer to the image at the given position. If the specified parent is a valid layer group (See 'gimp-item-is-group' and 'gimp-layer-group-new') then the layer is added inside the group. If the parent is 0, the layer is added inside the main stack, outside of any group. The position argument specifies the location of the layer inside the stack (or the group, if a valid parent was supplied), starting from the top (0) and increasing. If the position is specified as -1 and the parent is specified as 0, then the layer is inserted above the active layer, or inside the group if the active layer is a layer group. The layer type must be compatible with the image base type.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -3515,6 +3536,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Remove the specified layer from the image.", "Remove the specified layer from the image.",
"This procedure removes the specified layer from the image. If the layer doesn't exist, an error is returned. If there are no layers left in the image, this call will fail. If this layer is the last layer remaining, the image will become empty and have no active layer.", "This procedure removes the specified layer from the image. If the layer doesn't exist, an error is returned. If there are no layers left in the image, this call will fail. If this layer is the last layer remaining, the image will become empty and have no active layer.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -3545,6 +3567,7 @@ register_image_procs (GimpPDB *pdb)
"This procedure freezes the layer list of the image, suppressing any updates to the Layers dialog in response to changes to the image's layers. This can significantly improve performance while applying changes affecting the layer list.\n" "This procedure freezes the layer list of the image, suppressing any updates to the Layers dialog in response to changes to the image's layers. This can significantly improve performance while applying changes affecting the layer list.\n"
"\n" "\n"
"Each call to 'gimp-image-freeze-layers' should be matched by a corresponding call to 'gimp-image-thaw-layers', undoing its effects.", "Each call to 'gimp-image-freeze-layers' should be matched by a corresponding call to 'gimp-image-thaw-layers', undoing its effects.",
NULL,
"Ell", "Ell",
"Ell", "Ell",
"2018", "2018",
@ -3569,6 +3592,7 @@ register_image_procs (GimpPDB *pdb)
"This procedure thaws the layer list of the image, re-enabling updates to the Layers dialog.\n" "This procedure thaws the layer list of the image, re-enabling updates to the Layers dialog.\n"
"\n" "\n"
"This procedure should match a corresponding call to 'gimp-image-freeze-layers'.", "This procedure should match a corresponding call to 'gimp-image-freeze-layers'.",
NULL,
"Ell", "Ell",
"Ell", "Ell",
"2018", "2018",
@ -3591,6 +3615,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Add the specified channel to the image.", "Add the specified channel to the image.",
"This procedure adds the specified channel to the image at the given position. Since channel groups are not currently supported, the parent argument must always be 0. The position argument specifies the location of the channel inside the stack, starting from the top (0) and increasing. If the position is specified as -1, then the channel is inserted above the active channel.", "This procedure adds the specified channel to the image at the given position. Since channel groups are not currently supported, the parent argument must always be 0. The position argument specifies the location of the channel inside the stack, starting from the top (0) and increasing. If the position is specified as -1, then the channel is inserted above the active channel.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -3631,6 +3656,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Remove the specified channel from the image.", "Remove the specified channel from the image.",
"This procedure removes the specified channel from the image. If the channel doesn't exist, an error is returned.", "This procedure removes the specified channel from the image. If the channel doesn't exist, an error is returned.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -3661,6 +3687,7 @@ register_image_procs (GimpPDB *pdb)
"This procedure freezes the channel list of the image, suppressing any updates to the Channels dialog in response to changes to the image's channels. This can significantly improve performance while applying changes affecting the channel list.\n" "This procedure freezes the channel list of the image, suppressing any updates to the Channels dialog in response to changes to the image's channels. This can significantly improve performance while applying changes affecting the channel list.\n"
"\n" "\n"
"Each call to 'gimp-image-freeze-channels' should be matched by a corresponding call to 'gimp-image-thaw-channels', undoing its effects.", "Each call to 'gimp-image-freeze-channels' should be matched by a corresponding call to 'gimp-image-thaw-channels', undoing its effects.",
NULL,
"Ell", "Ell",
"Ell", "Ell",
"2018", "2018",
@ -3685,6 +3712,7 @@ register_image_procs (GimpPDB *pdb)
"This procedure thaws the channel list of the image, re-enabling updates to the Channels dialog.\n" "This procedure thaws the channel list of the image, re-enabling updates to the Channels dialog.\n"
"\n" "\n"
"This procedure should match a corresponding call to 'gimp-image-freeze-channels'.", "This procedure should match a corresponding call to 'gimp-image-freeze-channels'.",
NULL,
"Ell", "Ell",
"Ell", "Ell",
"2018", "2018",
@ -3707,6 +3735,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Add the specified vectors to the image.", "Add the specified vectors to the image.",
"This procedure adds the specified vectors to the image at the given position. Since vectors groups are not currently supported, the parent argument must always be 0. The position argument specifies the location of the vectors inside the stack, starting from the top (0) and increasing. If the position is specified as -1, then the vectors is inserted above the active vectors.", "This procedure adds the specified vectors to the image at the given position. Since vectors groups are not currently supported, the parent argument must always be 0. The position argument specifies the location of the vectors inside the stack, starting from the top (0) and increasing. If the position is specified as -1, then the vectors is inserted above the active vectors.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -3747,6 +3776,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Remove the specified path from the image.", "Remove the specified path from the image.",
"This procedure removes the specified path from the image. If the path doesn't exist, an error is returned.", "This procedure removes the specified path from the image. If the path doesn't exist, an error is returned.",
NULL,
"Simon Budig", "Simon Budig",
"Simon Budig", "Simon Budig",
"2005", "2005",
@ -3777,6 +3807,7 @@ register_image_procs (GimpPDB *pdb)
"This procedure freezes the vectors list of the image, suppressing any updates to the Paths dialog in response to changes to the image's vectors. This can significantly improve performance while applying changes affecting the vectors list.\n" "This procedure freezes the vectors list of the image, suppressing any updates to the Paths dialog in response to changes to the image's vectors. This can significantly improve performance while applying changes affecting the vectors list.\n"
"\n" "\n"
"Each call to 'gimp-image-freeze-vectors' should be matched by a corresponding call to 'gimp-image-thaw-vectors', undoing its effects.", "Each call to 'gimp-image-freeze-vectors' should be matched by a corresponding call to 'gimp-image-thaw-vectors', undoing its effects.",
NULL,
"Ell", "Ell",
"Ell", "Ell",
"2018", "2018",
@ -3801,6 +3832,7 @@ register_image_procs (GimpPDB *pdb)
"This procedure thaws the vectors list of the image, re-enabling updates to the Paths dialog.\n" "This procedure thaws the vectors list of the image, re-enabling updates to the Paths dialog.\n"
"\n" "\n"
"This procedure should match a corresponding call to 'gimp-image-freeze-vectors'.", "This procedure should match a corresponding call to 'gimp-image-freeze-vectors'.",
NULL,
"Ell", "Ell",
"Ell", "Ell",
"2018", "2018",
@ -3823,6 +3855,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the position of the item in its level of its item tree.", "Returns the position of the item in its level of its item tree.",
"This procedure determines the position of the specified item in its level in its item tree in the image. If the item doesn't exist in the image, or the item is not part of an item tree, an error is returned.", "This procedure determines the position of the specified item in its level in its item tree in the image. If the item doesn't exist in the image, or the item is not part of an item tree, an error is returned.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -3857,6 +3890,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Raise the specified item in its level in its item tree", "Raise the specified item in its level in its item tree",
"This procedure raises the specified item one step in the item tree. The procedure call will fail if there is no item above it.", "This procedure raises the specified item one step in the item tree. The procedure call will fail if there is no item above it.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -3885,6 +3919,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Lower the specified item in its level in its item tree", "Lower the specified item in its level in its item tree",
"This procedure lowers the specified item one step in the item tree. The procedure call will fail if there is no item below it.", "This procedure lowers the specified item one step in the item tree. The procedure call will fail if there is no item below it.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -3913,6 +3948,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Raise the specified item to the top of its level in its item tree", "Raise the specified item to the top of its level in its item tree",
"This procedure raises the specified item to top of its level in the item tree. It will not move the item if there is no item above it.", "This procedure raises the specified item to top of its level in the item tree. It will not move the item if there is no item above it.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -3941,6 +3977,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Lower the specified item to the bottom of its level in its item tree", "Lower the specified item to the bottom of its level in its item tree",
"This procedure lowers the specified item to bottom of its level in the item tree. It will not move the layer if there is no layer below it.", "This procedure lowers the specified item to bottom of its level in the item tree. It will not move the layer if there is no layer below it.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -3969,6 +4006,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Reorder the specified item within its item tree", "Reorder the specified item within its item tree",
"This procedure reorders the specified item within its item tree.", "This procedure reorders the specified item within its item tree.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -4009,6 +4047,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Flatten all visible layers into a single layer. Discard all invisible layers.", "Flatten all visible layers into a single layer. Discard all invisible layers.",
"This procedure combines the visible layers in a manner analogous to merging with the CLIP_TO_IMAGE merge type. Non-visible layers are discarded, and the resulting image is stripped of its alpha channel.", "This procedure combines the visible layers in a manner analogous to merging with the CLIP_TO_IMAGE merge type. Non-visible layers are discarded, and the resulting image is stripped of its alpha channel.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -4037,6 +4076,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Merge the visible image layers into one.", "Merge the visible image layers into one.",
"This procedure combines the visible layers into a single layer using the specified merge type. A merge type of EXPAND_AS_NECESSARY expands the final layer to encompass the areas of the visible layers. A merge type of CLIP_TO_IMAGE clips the final layer to the extents of the image. A merge type of CLIP_TO_BOTTOM_LAYER clips the final layer to the size of the bottommost layer.", "This procedure combines the visible layers into a single layer using the specified merge type. A merge type of EXPAND_AS_NECESSARY expands the final layer to encompass the areas of the visible layers. A merge type of CLIP_TO_IMAGE clips the final layer to the extents of the image. A merge type of CLIP_TO_BOTTOM_LAYER clips the final layer to the size of the bottommost layer.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -4074,6 +4114,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Merge the layer passed and the first visible layer below.", "Merge the layer passed and the first visible layer below.",
"This procedure combines the passed layer and the first visible layer below it using the specified merge type. A merge type of EXPAND_AS_NECESSARY expands the final layer to encompass the areas of the visible layers. A merge type of CLIP_TO_IMAGE clips the final layer to the extents of the image. A merge type of CLIP_TO_BOTTOM_LAYER clips the final layer to the size of the bottommost layer.", "This procedure combines the passed layer and the first visible layer below it using the specified merge type. A merge type of EXPAND_AS_NECESSARY expands the final layer to encompass the areas of the visible layers. A merge type of CLIP_TO_IMAGE clips the final layer to the extents of the image. A merge type of CLIP_TO_BOTTOM_LAYER clips the final layer to the size of the bottommost layer.",
NULL,
"Larry Ewing", "Larry Ewing",
"Larry Ewing", "Larry Ewing",
"1998", "1998",
@ -4117,6 +4158,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Merge the passed layer group's layers into one normal layer.", "Merge the passed layer group's layers into one normal layer.",
"This procedure combines the layers of the passed layer group into a single normal layer, replacing the group.", "This procedure combines the layers of the passed layer group into a single normal layer, replacing the group.",
NULL,
"Ell", "Ell",
"Ell", "Ell",
"2019", "2019",
@ -4151,6 +4193,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the image's colormap", "Returns the image's colormap",
"This procedure returns an actual pointer to the image's colormap, as well as the number of bytes contained in the colormap. The actual number of colors in the transmitted colormap will be 'num-bytes' / 3. If the image is not in Indexed color mode, no colormap is returned.", "This procedure returns an actual pointer to the image's colormap, as well as the number of bytes contained in the colormap. The actual number of colors in the transmitted colormap will be 'num-bytes' / 3. If the image is not in Indexed color mode, no colormap is returned.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -4184,6 +4227,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the entries in the image's colormap.", "Sets the entries in the image's colormap.",
"This procedure sets the entries in the specified image's colormap. The number of entries is specified by the 'num-bytes' parameter and corresponds to the number of INT8 triples that must be contained in the 'colormap' array. The actual number of colors in the transmitted colormap is 'num-bytes' / 3.", "This procedure sets the entries in the specified image's colormap. The number of entries is specified by the 'num-bytes' parameter and corresponds to the number of INT8 triples that must be contained in the 'colormap' array. The actual number of colors in the transmitted colormap is 'num-bytes' / 3.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -4217,6 +4261,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the image's metadata.", "Returns the image's metadata.",
"Returns exif/iptc/xmp metadata from the image.", "Returns exif/iptc/xmp metadata from the image.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -4246,6 +4291,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the image's metadata.", "Set the image's metadata.",
"Sets exif/iptc/xmp metadata on the image.", "Sets exif/iptc/xmp metadata on the image.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -4275,6 +4321,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the image dirty count to 0.", "Set the image dirty count to 0.",
"This procedure sets the specified image's dirty count to 0, allowing operations to occur without having a 'dirtied' image. This is especially useful for creating and loading images which should not initially be considered dirty, even though layers must be created, filled, and installed in the image. Note that save plug-ins must NOT call this function themselves after saving the image.", "This procedure sets the specified image's dirty count to 0, allowing operations to occur without having a 'dirtied' image. This is especially useful for creating and loading images which should not initially be considered dirty, even though layers must be created, filled, and installed in the image. Note that save plug-ins must NOT call this function themselves after saving the image.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -4297,6 +4344,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Checks if the image has unsaved changes.", "Checks if the image has unsaved changes.",
"This procedure checks the specified image's dirty count to see if it needs to be saved. Note that saving the image does not automatically set the dirty count to 0, you need to call 'gimp-image-clean-all' after calling a save procedure to make the image clean.", "This procedure checks the specified image's dirty count to see if it needs to be saved. Note that saving the image does not automatically set the dirty count to 0, you need to call 'gimp-image-clean-all' after calling a save procedure to make the image clean.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -4325,6 +4373,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get a thumbnail of an image.", "Get a thumbnail of an image.",
"This function gets data from which a thumbnail of an image preview can be created. Maximum x or y dimension is 1024 pixels. The pixels are returned in RGB[A] or GRAY[A] format. The bpp return value gives the number of bits per pixel in the image.", "This function gets data from which a thumbnail of an image preview can be created. Maximum x or y dimension is 1024 pixels. The pixels are returned in RGB[A] or GRAY[A] format. The bpp return value gives the number of bits per pixel in the image.",
NULL,
"Andy Thomas", "Andy Thomas",
"Andy Thomas", "Andy Thomas",
"1999", "1999",
@ -4388,6 +4437,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the specified image's active layer.", "Returns the specified image's active layer.",
"If there is an active layer, its ID will be returned, otherwise, -1. If a channel is currently active, then no layer will be. If a layer mask is active, then this will return the associated layer.", "If there is an active layer, its ID will be returned, otherwise, -1. If a channel is currently active, then no layer will be. If a layer mask is active, then this will return the associated layer.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -4416,6 +4466,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the specified image's active layer.", "Sets the specified image's active layer.",
"If the layer exists, it is set as the active layer in the image. Any previous active layer or channel is set to inactive. An exception is a previously existing floating selection, in which case this procedure will return an execution error.", "If the layer exists, it is set as the active layer in the image. Any previous active layer or channel is set to inactive. An exception is a previously existing floating selection, in which case this procedure will return an execution error.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -4444,6 +4495,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the specified image's active channel.", "Returns the specified image's active channel.",
"If there is an active channel, this will return the channel ID, otherwise, -1.", "If there is an active channel, this will return the channel ID, otherwise, -1.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -4472,6 +4524,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the specified image's active channel.", "Sets the specified image's active channel.",
"If the channel exists, it is set as the active channel in the image. Any previous active channel or layer is set to inactive. An exception is a previously existing floating selection, in which case this procedure will return an execution error.", "If the channel exists, it is set as the active channel in the image. Any previous active channel or layer is set to inactive. An exception is a previously existing floating selection, in which case this procedure will return an execution error.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -4500,6 +4553,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the specified image's active vectors.", "Returns the specified image's active vectors.",
"If there is an active path, its ID will be returned, otherwise, -1.", "If there is an active path, its ID will be returned, otherwise, -1.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -4528,6 +4582,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the specified image's active vectors.", "Sets the specified image's active vectors.",
"If the path exists, it is set as the active path in the image.", "If the path exists, it is set as the active path in the image.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -4556,6 +4611,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the specified image's selection.", "Returns the specified image's selection.",
"This will always return a valid ID for a selection -- which is represented as a channel internally.", "This will always return a valid ID for a selection -- which is represented as a channel internally.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -4584,6 +4640,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns if the specified image's image component is active.", "Returns if the specified image's image component is active.",
"This procedure returns if the specified image's image component (i.e. Red, Green, Blue intensity channels in an RGB image) is active or inactive -- whether or not it can be modified. If the specified component is not valid for the image type, an error is returned.", "This procedure returns if the specified image's image component (i.e. Red, Green, Blue intensity channels in an RGB image) is active or inactive -- whether or not it can be modified. If the specified component is not valid for the image type, an error is returned.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -4619,6 +4676,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets if the specified image's image component is active.", "Sets if the specified image's image component is active.",
"This procedure sets if the specified image's image component (i.e. Red, Green, Blue intensity channels in an RGB image) is active or inactive -- whether or not it can be modified. If the specified component is not valid for the image type, an error is returned.", "This procedure sets if the specified image's image component (i.e. Red, Green, Blue intensity channels in an RGB image) is active or inactive -- whether or not it can be modified. If the specified component is not valid for the image type, an error is returned.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -4654,6 +4712,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns if the specified image's image component is visible.", "Returns if the specified image's image component is visible.",
"This procedure returns if the specified image's image component (i.e. Red, Green, Blue intensity channels in an RGB image) is visible or invisible -- whether or not it can be seen. If the specified component is not valid for the image type, an error is returned.", "This procedure returns if the specified image's image component (i.e. Red, Green, Blue intensity channels in an RGB image) is visible or invisible -- whether or not it can be seen. If the specified component is not valid for the image type, an error is returned.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -4689,6 +4748,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets if the specified image's image component is visible.", "Sets if the specified image's image component is visible.",
"This procedure sets if the specified image's image component (i.e. Red, Green, Blue intensity channels in an RGB image) is visible or invisible -- whether or not it can be seen. If the specified component is not valid for the image type, an error is returned.", "This procedure sets if the specified image's image component (i.e. Red, Green, Blue intensity channels in an RGB image) is visible or invisible -- whether or not it can be seen. If the specified component is not valid for the image type, an error is returned.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -4724,6 +4784,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the specified image's filename.", "Returns the specified image's filename.",
"This procedure returns the specified image's filename in the filesystem encoding. The image has a filename only if it was loaded or imported from a file or has since been saved or exported. Otherwise, this function returns %NULL. See also 'gimp-image-get-uri'.", "This procedure returns the specified image's filename in the filesystem encoding. The image has a filename only if it was loaded or imported from a file or has since been saved or exported. Otherwise, this function returns %NULL. See also 'gimp-image-get-uri'.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -4753,6 +4814,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the specified image's filename.", "Sets the specified image's filename.",
"This procedure sets the specified image's filename. The filename should be in the filesystem encoding.", "This procedure sets the specified image's filename. The filename should be in the filesystem encoding.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -4782,6 +4844,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the URI for the specified image.", "Returns the URI for the specified image.",
"This procedure returns the URI associated with the specified image. The image has an URI only if it was loaded or imported from a file or has since been saved or exported. Otherwise, this function returns %NULL. See also gimp-image-get-imported-uri to get the URI of the current file if it was imported from a non-GIMP file format and not yet saved, or gimp-image-get-exported-uri if the image has been exported to a non-GIMP file format.", "This procedure returns the URI associated with the specified image. The image has an URI only if it was loaded or imported from a file or has since been saved or exported. Otherwise, this function returns %NULL. See also gimp-image-get-imported-uri to get the URI of the current file if it was imported from a non-GIMP file format and not yet saved, or gimp-image-get-exported-uri if the image has been exported to a non-GIMP file format.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2009", "2009",
@ -4811,6 +4874,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the XCF URI for the specified image.", "Returns the XCF URI for the specified image.",
"This procedure returns the XCF URI associated with the image. If there is no such URI, this procedure returns %NULL.", "This procedure returns the XCF URI associated with the image. If there is no such URI, this procedure returns %NULL.",
NULL,
"Eric Grivel <gimp@lumenssolutions.com>", "Eric Grivel <gimp@lumenssolutions.com>",
"Eric Grivel", "Eric Grivel",
"2011", "2011",
@ -4840,6 +4904,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the imported URI for the specified image.", "Returns the imported URI for the specified image.",
"This procedure returns the URI associated with the specified image if the image was imported from a non-native Gimp format. If the image was not imported, or has since been saved in the native Gimp format, this procedure returns %NULL.", "This procedure returns the URI associated with the specified image if the image was imported from a non-native Gimp format. If the image was not imported, or has since been saved in the native Gimp format, this procedure returns %NULL.",
NULL,
"Eric Grivel <gimp@lumenssolutions.com>", "Eric Grivel <gimp@lumenssolutions.com>",
"Eric Grivel", "Eric Grivel",
"2011", "2011",
@ -4869,6 +4934,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the exported URI for the specified image.", "Returns the exported URI for the specified image.",
"This procedure returns the URI associated with the specified image if the image was exported a non-native GIMP format. If the image was not exported, this procedure returns %NULL.", "This procedure returns the URI associated with the specified image if the image was exported a non-native GIMP format. If the image was not exported, this procedure returns %NULL.",
NULL,
"Eric Grivel <gimp@lumenssolutions.com>", "Eric Grivel <gimp@lumenssolutions.com>",
"Eric Grivel", "Eric Grivel",
"2011", "2011",
@ -4898,6 +4964,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the specified image's name.", "Returns the specified image's name.",
"This procedure returns the image's name. If the image has a filename or an URI, then the returned name contains the filename's or URI's base name (the last component of the path). Otherwise it is the translated string \"Untitled\". The returned name is formatted like the image name in the image window title, it may contain '[]', '(imported)' etc. and should only be used to label user interface elements. Never use it to construct filenames.", "This procedure returns the image's name. If the image has a filename or an URI, then the returned name contains the filename's or URI's base name (the last component of the path). Otherwise it is the translated string \"Untitled\". The returned name is formatted like the image name in the image window title, it may contain '[]', '(imported)' etc. and should only be used to label user interface elements. Never use it to construct filenames.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -4927,6 +4994,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the specified image's resolution.", "Returns the specified image's resolution.",
"This procedure returns the specified image's resolution in dots per inch. This value is independent of any of the layers in this image.", "This procedure returns the specified image's resolution in dots per inch. This value is independent of any of the layers in this image.",
NULL,
"Austin Donnelly", "Austin Donnelly",
"Austin Donnelly", "Austin Donnelly",
"1998", "1998",
@ -4961,6 +5029,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the specified image's resolution.", "Sets the specified image's resolution.",
"This procedure sets the specified image's resolution in dots per inch. This value is independent of any of the layers in this image. No scaling or resizing is performed.", "This procedure sets the specified image's resolution in dots per inch. This value is independent of any of the layers in this image. No scaling or resizing is performed.",
NULL,
"Austin Donnelly", "Austin Donnelly",
"Austin Donnelly", "Austin Donnelly",
"1998", "1998",
@ -4995,6 +5064,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the specified image's unit.", "Returns the specified image's unit.",
"This procedure returns the specified image's unit. This value is independent of any of the layers in this image. See the gimp_unit_*() procedure definitions for the valid range of unit IDs and a description of the unit system.", "This procedure returns the specified image's unit. This value is independent of any of the layers in this image. See the gimp_unit_*() procedure definitions for the valid range of unit IDs and a description of the unit system.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"1998", "1998",
@ -5025,6 +5095,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the specified image's unit.", "Sets the specified image's unit.",
"This procedure sets the specified image's unit. No scaling or resizing is performed. This value is independent of any of the layers in this image. See the gimp_unit_*() procedure definitions for the valid range of unit IDs and a description of the unit system.", "This procedure sets the specified image's unit. No scaling or resizing is performed. This value is independent of any of the layers in this image. See the gimp_unit_*() procedure definitions for the valid range of unit IDs and a description of the unit system.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"1998", "1998",
@ -5055,6 +5126,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the tattoo state associated with the image.", "Returns the tattoo state associated with the image.",
"This procedure returns the tattoo state of the image. Use only by save/load plug-ins that wish to preserve an images tattoo state. Using this function at other times will produce unexpected results.", "This procedure returns the tattoo state of the image. Use only by save/load plug-ins that wish to preserve an images tattoo state. Using this function at other times will produce unexpected results.",
NULL,
"Andy Thomas", "Andy Thomas",
"Andy Thomas", "Andy Thomas",
"2000", "2000",
@ -5083,6 +5155,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the tattoo state associated with the image.", "Set the tattoo state associated with the image.",
"This procedure sets the tattoo state of the image. Use only by save/load plug-ins that wish to preserve an images tattoo state. Using this function at other times will produce unexpected results. A full check of uniqueness of states in layers, channels and paths will be performed by this procedure and a execution failure will be returned if this fails. A failure will also be returned if the new tattoo state value is less than the maximum tattoo value from all of the tattoos from the paths, layers and channels. After the image data has been loaded and all the tattoos have been set then this is the last procedure that should be called. If effectively does a status check on the tattoo values that have been set to make sure that all is OK.", "This procedure sets the tattoo state of the image. Use only by save/load plug-ins that wish to preserve an images tattoo state. Using this function at other times will produce unexpected results. A full check of uniqueness of states in layers, channels and paths will be performed by this procedure and a execution failure will be returned if this fails. A failure will also be returned if the new tattoo state value is less than the maximum tattoo value from all of the tattoos from the paths, layers and channels. After the image data has been loaded and all the tattoos have been set then this is the last procedure that should be called. If effectively does a status check on the tattoo values that have been set to make sure that all is OK.",
NULL,
"Andy Thomas", "Andy Thomas",
"Andy Thomas", "Andy Thomas",
"2000", "2000",
@ -5111,6 +5184,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Find a layer with a given tattoo in an image.", "Find a layer with a given tattoo in an image.",
"This procedure returns the layer with the given tattoo in the specified image.", "This procedure returns the layer with the given tattoo in the specified image.",
NULL,
"Jay Cox", "Jay Cox",
"Jay Cox", "Jay Cox",
"1998", "1998",
@ -5145,6 +5219,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Find a channel with a given tattoo in an image.", "Find a channel with a given tattoo in an image.",
"This procedure returns the channel with the given tattoo in the specified image.", "This procedure returns the channel with the given tattoo in the specified image.",
NULL,
"Jay Cox", "Jay Cox",
"Jay Cox", "Jay Cox",
"1998", "1998",
@ -5179,6 +5254,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Find a vectors with a given tattoo in an image.", "Find a vectors with a given tattoo in an image.",
"This procedure returns the vectors with the given tattoo in the specified image.", "This procedure returns the vectors with the given tattoo in the specified image.",
NULL,
"Simon Budig", "Simon Budig",
"Simon Budig", "Simon Budig",
"2005", "2005",
@ -5213,6 +5289,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Find a layer with a given name in an image.", "Find a layer with a given name in an image.",
"This procedure returns the layer with the given name in the specified image.", "This procedure returns the layer with the given name in the specified image.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2011", "2011",
@ -5248,6 +5325,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Find a channel with a given name in an image.", "Find a channel with a given name in an image.",
"This procedure returns the channel with the given name in the specified image.", "This procedure returns the channel with the given name in the specified image.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2011", "2011",
@ -5283,6 +5361,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Find a vectors with a given name in an image.", "Find a vectors with a given name in an image.",
"This procedure returns the vectors with the given name in the specified image.", "This procedure returns the vectors with the given name in the specified image.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2011", "2011",
@ -5318,6 +5397,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Add a parasite to an image.", "Add a parasite to an image.",
"This procedure attaches a parasite to an image. It has no return values.", "This procedure attaches a parasite to an image. It has no return values.",
NULL,
"Jay Cox", "Jay Cox",
"Jay Cox", "Jay Cox",
"1998", "1998",
@ -5345,6 +5425,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Removes a parasite from an image.", "Removes a parasite from an image.",
"This procedure detaches a parasite from an image. It has no return values.", "This procedure detaches a parasite from an image. It has no return values.",
NULL,
"Jay Cox", "Jay Cox",
"Jay Cox", "Jay Cox",
"1998", "1998",
@ -5374,6 +5455,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Look up a parasite in an image", "Look up a parasite in an image",
"Finds and returns the parasite that was previously attached to an image.", "Finds and returns the parasite that was previously attached to an image.",
NULL,
"Jay Cox", "Jay Cox",
"Jay Cox", "Jay Cox",
"1998", "1998",
@ -5408,6 +5490,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"List all parasites.", "List all parasites.",
"Returns a list of all currently attached parasites.", "Returns a list of all currently attached parasites.",
NULL,
"Marc Lehmann", "Marc Lehmann",
"Marc Lehmann", "Marc Lehmann",
"1999", "1999",

View file

@ -338,6 +338,7 @@ register_image_color_profile_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the image's color profile", "Returns the image's color profile",
"This procedure returns the image's color profile, or NULL if the image has no color profile assigned.", "This procedure returns the image's color profile, or NULL if the image has no color profile assigned.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2015", "2015",
@ -371,6 +372,7 @@ register_image_color_profile_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the color profile that is used for the image", "Returns the color profile that is used for the image",
"This procedure returns the color profile that is actually used for this image, which is the profile returned by 'gimp-image-get-color-profile' if the image has a profile assigned, or a generated default RGB or grayscale profile, according to the image's type.", "This procedure returns the color profile that is actually used for this image, which is the profile returned by 'gimp-image-get-color-profile' if the image has a profile assigned, or a generated default RGB or grayscale profile, according to the image's type.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2015", "2015",
@ -404,6 +406,7 @@ register_image_color_profile_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the image's color profile", "Sets the image's color profile",
"This procedure sets the image's color profile, or unsets it if NULL is passed as 'color_profile'. This procedure does no color conversion. However, it will change the pixel format of all layers to contain the babl space matching the profile. You must call this procedure before adding layers to the image.", "This procedure sets the image's color profile, or unsets it if NULL is passed as 'color_profile'. This procedure does no color conversion. However, it will change the pixel format of all layers to contain the babl space matching the profile. You must call this procedure before adding layers to the image.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2015", "2015",
@ -437,6 +440,7 @@ register_image_color_profile_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the image's color profile from an ICC file", "Sets the image's color profile from an ICC file",
"This procedure sets the image's color profile from a file containing an ICC profile, or unsets it if NULL is passed as 'uri'. This procedure does no color conversion. However, it will change the pixel format of all layers to contain the babl space matching the profile. You must call this procedure before adding layers to the image.", "This procedure sets the image's color profile from a file containing an ICC profile, or unsets it if NULL is passed as 'uri'. This procedure does no color conversion. However, it will change the pixel format of all layers to contain the babl space matching the profile. You must call this procedure before adding layers to the image.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2015", "2015",
@ -466,6 +470,7 @@ register_image_color_profile_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Convert the image's layers to a color profile", "Convert the image's layers to a color profile",
"This procedure converts from the image's color profile (or the default RGB or grayscale profile if none is set) to the given color profile. Only RGB and grayscale color profiles are accepted, according to the image's type.", "This procedure converts from the image's color profile (or the default RGB or grayscale profile if none is set) to the given color profile. Only RGB and grayscale color profiles are accepted, according to the image's type.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2015", "2015",
@ -512,6 +517,7 @@ register_image_color_profile_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Convert the image's layers to a color profile", "Convert the image's layers to a color profile",
"This procedure converts from the image's color profile (or the default RGB or grayscale profile if none is set) to an ICC profile specified by 'uri'. Only RGB and grayscale color profiles are accepted, according to the image's type.", "This procedure converts from the image's color profile (or the default RGB or grayscale profile if none is set) to an ICC profile specified by 'uri'. Only RGB and grayscale color profiles are accepted, according to the image's type.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2015", "2015",

View file

@ -274,6 +274,7 @@ register_image_convert_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Convert specified image to RGB color", "Convert specified image to RGB color",
"This procedure converts the specified image to RGB color. This process requires an image in Grayscale or Indexed color mode. No image content is lost in this process aside from the colormap for an indexed image.", "This procedure converts the specified image to RGB color. This process requires an image in Grayscale or Indexed color mode. No image content is lost in this process aside from the colormap for an indexed image.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -296,6 +297,7 @@ register_image_convert_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Convert specified image to grayscale", "Convert specified image to grayscale",
"This procedure converts the specified image to grayscale. This process requires an image in RGB or Indexed color mode.", "This procedure converts the specified image to grayscale. This process requires an image in RGB or Indexed color mode.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -318,6 +320,7 @@ register_image_convert_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Convert specified image to and Indexed image", "Convert specified image to and Indexed image",
"This procedure converts the specified image to 'indexed' color. This process requires an image in RGB or Grayscale mode. The 'palette_type' specifies what kind of palette to use, A type of '0' means to use an optimal palette of 'num_cols' generated from the colors in the image. A type of '1' means to re-use the previous palette (not currently implemented). A type of '2' means to use the so-called WWW-optimized palette. Type '3' means to use only black and white colors. A type of '4' means to use a palette from the gimp palettes directories. The 'dither type' specifies what kind of dithering to use. '0' means no dithering, '1' means standard Floyd-Steinberg error diffusion, '2' means Floyd-Steinberg error diffusion with reduced bleeding, '3' means dithering based on pixel location ('Fixed' dithering).", "This procedure converts the specified image to 'indexed' color. This process requires an image in RGB or Grayscale mode. The 'palette_type' specifies what kind of palette to use, A type of '0' means to use an optimal palette of 'num_cols' generated from the colors in the image. A type of '1' means to re-use the previous palette (not currently implemented). A type of '2' means to use the so-called WWW-optimized palette. Type '3' means to use only black and white colors. A type of '4' means to use a palette from the gimp palettes directories. The 'dither type' specifies what kind of dithering to use. '0' means no dithering, '1' means standard Floyd-Steinberg error diffusion, '2' means Floyd-Steinberg error diffusion with reduced bleeding, '3' means dithering based on pixel location ('Fixed' dithering).",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -379,6 +382,7 @@ register_image_convert_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set dither matrix for conversion to indexed", "Set dither matrix for conversion to indexed",
"This procedure sets the dither matrix used when converting images to INDEXED mode with positional dithering.", "This procedure sets the dither matrix used when converting images to INDEXED mode with positional dithering.",
NULL,
"David Gowers", "David Gowers",
"David Gowers", "David Gowers",
"2006", "2006",
@ -418,6 +422,7 @@ register_image_convert_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Convert the image to the specified precision", "Convert the image to the specified precision",
"This procedure converts the image to the specified precision. Note that indexed images cannot be converted and are always in GIMP_PRECISION_U8.", "This procedure converts the image to the specified precision. Note that indexed images cannot be converted and are always in GIMP_PRECISION_U8.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2012", "2012",

View file

@ -395,6 +395,7 @@ register_image_grid_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Gets the spacing of an image's grid.", "Gets the spacing of an image's grid.",
"This procedure retrieves the horizontal and vertical spacing of an image's grid. It takes the image as parameter.", "This procedure retrieves the horizontal and vertical spacing of an image's grid. It takes the image as parameter.",
NULL,
"Sylvain Foret", "Sylvain Foret",
"Sylvain Foret", "Sylvain Foret",
"2005", "2005",
@ -429,6 +430,7 @@ register_image_grid_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the spacing of an image's grid.", "Sets the spacing of an image's grid.",
"This procedure sets the horizontal and vertical spacing of an image's grid.", "This procedure sets the horizontal and vertical spacing of an image's grid.",
NULL,
"Sylvain Foret", "Sylvain Foret",
"Sylvain Foret", "Sylvain Foret",
"2005", "2005",
@ -463,6 +465,7 @@ register_image_grid_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Gets the offset of an image's grid.", "Gets the offset of an image's grid.",
"This procedure retrieves the horizontal and vertical offset of an image's grid. It takes the image as parameter.", "This procedure retrieves the horizontal and vertical offset of an image's grid. It takes the image as parameter.",
NULL,
"Sylvain Foret", "Sylvain Foret",
"Sylvain Foret", "Sylvain Foret",
"2005", "2005",
@ -497,6 +500,7 @@ register_image_grid_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the offset of an image's grid.", "Sets the offset of an image's grid.",
"This procedure sets the horizontal and vertical offset of an image's grid.", "This procedure sets the horizontal and vertical offset of an image's grid.",
NULL,
"Sylvain Foret", "Sylvain Foret",
"Sylvain Foret", "Sylvain Foret",
"2005", "2005",
@ -531,6 +535,7 @@ register_image_grid_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the foreground color of an image's grid.", "Sets the foreground color of an image's grid.",
"This procedure gets the foreground color of an image's grid.", "This procedure gets the foreground color of an image's grid.",
NULL,
"Sylvain Foret", "Sylvain Foret",
"Sylvain Foret", "Sylvain Foret",
"2005", "2005",
@ -560,6 +565,7 @@ register_image_grid_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Gets the foreground color of an image's grid.", "Gets the foreground color of an image's grid.",
"This procedure sets the foreground color of an image's grid.", "This procedure sets the foreground color of an image's grid.",
NULL,
"Sylvain Foret", "Sylvain Foret",
"Sylvain Foret", "Sylvain Foret",
"2005", "2005",
@ -589,6 +595,7 @@ register_image_grid_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the background color of an image's grid.", "Sets the background color of an image's grid.",
"This procedure gets the background color of an image's grid.", "This procedure gets the background color of an image's grid.",
NULL,
"Sylvain Foret", "Sylvain Foret",
"Sylvain Foret", "Sylvain Foret",
"2005", "2005",
@ -618,6 +625,7 @@ register_image_grid_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Gets the background color of an image's grid.", "Gets the background color of an image's grid.",
"This procedure sets the background color of an image's grid.", "This procedure sets the background color of an image's grid.",
NULL,
"Sylvain Foret", "Sylvain Foret",
"Sylvain Foret", "Sylvain Foret",
"2005", "2005",
@ -647,6 +655,7 @@ register_image_grid_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Gets the style of an image's grid.", "Gets the style of an image's grid.",
"This procedure retrieves the style of an image's grid.", "This procedure retrieves the style of an image's grid.",
NULL,
"Sylvain Foret", "Sylvain Foret",
"Sylvain Foret", "Sylvain Foret",
"2005", "2005",
@ -676,6 +685,7 @@ register_image_grid_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the style unit of an image's grid.", "Sets the style unit of an image's grid.",
"This procedure sets the style of an image's grid. It takes the image and the new style as parameters.", "This procedure sets the style of an image's grid. It takes the image and the new style as parameters.",
NULL,
"Sylvain Foret", "Sylvain Foret",
"Sylvain Foret", "Sylvain Foret",
"2005", "2005",

View file

@ -277,6 +277,7 @@ register_image_guides_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Add a horizontal guide to an image.", "Add a horizontal guide to an image.",
"This procedure adds a horizontal guide to an image. It takes the input image and the y-position of the new guide as parameters. It returns the guide ID of the new guide.", "This procedure adds a horizontal guide to an image. It takes the input image and the y-position of the new guide as parameters. It returns the guide ID of the new guide.",
NULL,
"Adam D. Moss", "Adam D. Moss",
"Adam D. Moss", "Adam D. Moss",
"1998", "1998",
@ -311,6 +312,7 @@ register_image_guides_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Add a vertical guide to an image.", "Add a vertical guide to an image.",
"This procedure adds a vertical guide to an image. It takes the input image and the x-position of the new guide as parameters. It returns the guide ID of the new guide.", "This procedure adds a vertical guide to an image. It takes the input image and the x-position of the new guide as parameters. It returns the guide ID of the new guide.",
NULL,
"Adam D. Moss", "Adam D. Moss",
"Adam D. Moss", "Adam D. Moss",
"1998", "1998",
@ -345,6 +347,7 @@ register_image_guides_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Deletes a guide from an image.", "Deletes a guide from an image.",
"This procedure takes an image and a guide ID as input and removes the specified guide from the specified image.", "This procedure takes an image and a guide ID as input and removes the specified guide from the specified image.",
NULL,
"Adam D. Moss", "Adam D. Moss",
"Adam D. Moss", "Adam D. Moss",
"1998", "1998",
@ -373,6 +376,7 @@ register_image_guides_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Find next guide on an image.", "Find next guide on an image.",
"This procedure takes an image and a guide ID as input and finds the guide ID of the successor of the given guide ID in the image's guide list. If the supplied guide ID is 0, the procedure will return the first Guide. The procedure will return 0 if given the final guide ID as an argument or the image has no guides.", "This procedure takes an image and a guide ID as input and finds the guide ID of the successor of the given guide ID in the image's guide list. If the supplied guide ID is 0, the procedure will return the first Guide. The procedure will return 0 if given the final guide ID as an argument or the image has no guides.",
NULL,
"Adam D. Moss", "Adam D. Moss",
"Adam D. Moss", "Adam D. Moss",
"1998", "1998",
@ -407,6 +411,7 @@ register_image_guides_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get orientation of a guide on an image.", "Get orientation of a guide on an image.",
"This procedure takes an image and a guide ID as input and returns the orientations of the guide.", "This procedure takes an image and a guide ID as input and returns the orientations of the guide.",
NULL,
"Adam D. Moss", "Adam D. Moss",
"Adam D. Moss", "Adam D. Moss",
"1998", "1998",
@ -444,6 +449,7 @@ register_image_guides_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get position of a guide on an image.", "Get position of a guide on an image.",
"This procedure takes an image and a guide ID as input and returns the position of the guide relative to the top or left of the image.", "This procedure takes an image and a guide ID as input and returns the position of the guide relative to the top or left of the image.",
NULL,
"Adam D. Moss", "Adam D. Moss",
"Adam D. Moss", "Adam D. Moss",
"1998", "1998",

View file

@ -211,6 +211,7 @@ register_image_sample_points_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Add a sample point to an image.", "Add a sample point to an image.",
"This procedure adds a sample point to an image. It takes the input image and the position of the new sample points as parameters. It returns the sample point ID of the new sample point.", "This procedure adds a sample point to an image. It takes the input image and the position of the new sample points as parameters. It returns the sample point ID of the new sample point.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2016", "2016",
@ -251,6 +252,7 @@ register_image_sample_points_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Deletes a sample point from an image.", "Deletes a sample point from an image.",
"This procedure takes an image and a sample point ID as input and removes the specified sample point from the specified image.", "This procedure takes an image and a sample point ID as input and removes the specified sample point from the specified image.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2016", "2016",
@ -279,6 +281,7 @@ register_image_sample_points_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Find next sample point on an image.", "Find next sample point on an image.",
"This procedure takes an image and a sample point ID as input and finds the sample point ID of the successor of the given sample point ID in the image's sample point list. If the supplied sample point ID is 0, the procedure will return the first sample point. The procedure will return 0 if given the final sample point ID as an argument or the image has no sample points.", "This procedure takes an image and a sample point ID as input and finds the sample point ID of the successor of the given sample point ID in the image's sample point list. If the supplied sample point ID is 0, the procedure will return the first sample point. The procedure will return 0 if given the final sample point ID as an argument or the image has no sample points.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2016", "2016",
@ -313,6 +316,7 @@ register_image_sample_points_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get position of a sample point on an image.", "Get position of a sample point on an image.",
"This procedure takes an image and a sample point ID as input and returns the position of the sample point relative to the top and left of the image.", "This procedure takes an image and a sample point ID as input and returns the position of the sample point relative to the top and left of the image.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2016", "2016",

View file

@ -369,6 +369,7 @@ register_image_select_procs (GimpPDB *pdb)
"This procedure is affected by the following context setters: 'gimp-context-set-antialias', 'gimp-context-set-feather', 'gimp-context-set-feather-radius', 'gimp-context-set-sample-merged', 'gimp-context-set-sample-criterion', 'gimp-context-set-sample-threshold', 'gimp-context-set-sample-transparent'.\n" "This procedure is affected by the following context setters: 'gimp-context-set-antialias', 'gimp-context-set-feather', 'gimp-context-set-feather-radius', 'gimp-context-set-sample-merged', 'gimp-context-set-sample-criterion', 'gimp-context-set-sample-threshold', 'gimp-context-set-sample-transparent'.\n"
"\n" "\n"
"In the case of a merged sampling, the supplied drawable is ignored.", "In the case of a merged sampling, the supplied drawable is ignored.",
NULL,
"David Gowers", "David Gowers",
"David Gowers", "David Gowers",
"2010", "2010",
@ -415,6 +416,7 @@ register_image_select_procs (GimpPDB *pdb)
"This procedure is affected by the following context setters: 'gimp-context-set-antialias', 'gimp-context-set-feather', 'gimp-context-set-feather-radius', 'gimp-context-set-sample-merged', 'gimp-context-set-sample-criterion', 'gimp-context-set-sample-threshold', 'gimp-context-set-sample-transparent', 'gimp-context-set-diagonal-neighbors'.\n" "This procedure is affected by the following context setters: 'gimp-context-set-antialias', 'gimp-context-set-feather', 'gimp-context-set-feather-radius', 'gimp-context-set-sample-merged', 'gimp-context-set-sample-criterion', 'gimp-context-set-sample-threshold', 'gimp-context-set-sample-transparent', 'gimp-context-set-diagonal-neighbors'.\n"
"\n" "\n"
"In the case of a merged sampling, the supplied drawable is ignored. If the sample is merged, the specified coordinates are relative to the image origin; otherwise, they are relative to the drawable's origin.", "In the case of a merged sampling, the supplied drawable is ignored. If the sample is merged, the specified coordinates are relative to the image origin; otherwise, they are relative to the drawable's origin.",
NULL,
"David Gowers", "David Gowers",
"David Gowers", "David Gowers",
"2010", "2010",
@ -464,6 +466,7 @@ register_image_select_procs (GimpPDB *pdb)
"This tool creates a rectangular selection over the specified image. The rectangular region can be either added to, subtracted from, or replace the contents of the previous selection mask.\n" "This tool creates a rectangular selection over the specified image. The rectangular region can be either added to, subtracted from, or replace the contents of the previous selection mask.\n"
"\n" "\n"
"This procedure is affected by the following context setters: 'gimp-context-set-feather', 'gimp-context-set-feather-radius'.", "This procedure is affected by the following context setters: 'gimp-context-set-feather', 'gimp-context-set-feather-radius'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -519,6 +522,7 @@ register_image_select_procs (GimpPDB *pdb)
"This tool creates a rectangular selection with round corners over the specified image. The rectangular region can be either added to, subtracted from, or replace the contents of the previous selection mask.\n" "This tool creates a rectangular selection with round corners over the specified image. The rectangular region can be either added to, subtracted from, or replace the contents of the previous selection mask.\n"
"\n" "\n"
"This procedure is affected by the following context setters: 'gimp-context-set-antialias', 'gimp-context-set-feather', 'gimp-context-set-feather-radius'.", "This procedure is affected by the following context setters: 'gimp-context-set-antialias', 'gimp-context-set-feather', 'gimp-context-set-feather-radius'.",
NULL,
"Martin Nordholts", "Martin Nordholts",
"Martin Nordholts", "Martin Nordholts",
"2010", "2010",
@ -586,6 +590,7 @@ register_image_select_procs (GimpPDB *pdb)
"This tool creates an elliptical selection over the specified image. The elliptical region can be either added to, subtracted from, or replace the contents of the previous selection mask.\n" "This tool creates an elliptical selection over the specified image. The elliptical region can be either added to, subtracted from, or replace the contents of the previous selection mask.\n"
"\n" "\n"
"This procedure is affected by the following context setters: 'gimp-context-set-antialias', 'gimp-context-set-feather', 'gimp-context-set-feather-radius'.", "This procedure is affected by the following context setters: 'gimp-context-set-antialias', 'gimp-context-set-feather', 'gimp-context-set-feather-radius'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -641,6 +646,7 @@ register_image_select_procs (GimpPDB *pdb)
"This tool creates a polygonal selection over the specified image. The polygonal region can be either added to, subtracted from, or replace the contents of the previous selection mask. The polygon is specified through an array of floating point numbers and its length. The length of array must be 2n, where n is the number of points. Each point is defined by 2 floating point values which correspond to the x and y coordinates. If the final point does not connect to the starting point, a connecting segment is automatically added.\n" "This tool creates a polygonal selection over the specified image. The polygonal region can be either added to, subtracted from, or replace the contents of the previous selection mask. The polygon is specified through an array of floating point numbers and its length. The length of array must be 2n, where n is the number of points. Each point is defined by 2 floating point values which correspond to the x and y coordinates. If the final point does not connect to the starting point, a connecting segment is automatically added.\n"
"\n" "\n"
"This procedure is affected by the following context setters: 'gimp-context-set-antialias', 'gimp-context-set-feather', 'gimp-context-set-feather-radius'.", "This procedure is affected by the following context setters: 'gimp-context-set-antialias', 'gimp-context-set-feather', 'gimp-context-set-feather-radius'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -683,6 +689,7 @@ register_image_select_procs (GimpPDB *pdb)
"This procedure renders the item's outline into the current selection of the image the item belongs to. What exactly the item's outline is depends on the item type: for layers, it's the layer's alpha channel, for vectors the vector's shape.\n" "This procedure renders the item's outline into the current selection of the image the item belongs to. What exactly the item's outline is depends on the item type: for layers, it's the layer's alpha channel, for vectors the vector's shape.\n"
"\n" "\n"
"This procedure is affected by the following context setters: 'gimp-context-set-antialias', 'gimp-context-set-feather', 'gimp-context-set-feather-radius'.", "This procedure is affected by the following context setters: 'gimp-context-set-antialias', 'gimp-context-set-feather', 'gimp-context-set-feather-radius'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",

View file

@ -239,6 +239,7 @@ register_image_transform_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Resize the image to the specified extents.", "Resize the image to the specified extents.",
"This procedure resizes the image so that it's new width and height are equal to the supplied parameters. Offsets are also provided which describe the position of the previous image's content. All channels within the image are resized according to the specified parameters; this includes the image selection mask. All layers within the image are repositioned according to the specified offsets.", "This procedure resizes the image so that it's new width and height are equal to the supplied parameters. Offsets are also provided which describe the position of the previous image's content. All channels within the image are resized according to the specified parameters; this includes the image selection mask. All layers within the image are repositioned according to the specified offsets.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -285,6 +286,7 @@ register_image_transform_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Resize the image to fit all layers.", "Resize the image to fit all layers.",
"This procedure resizes the image to the bounding box of all layers of the image. All channels within the image are resized to the new size; this includes the image selection mask. All layers within the image are repositioned to the new image area.", "This procedure resizes the image to the bounding box of all layers of the image. All channels within the image are resized to the new size; this includes the image selection mask. All layers within the image are repositioned to the new image area.",
NULL,
"Simon Budig", "Simon Budig",
"Simon Budig", "Simon Budig",
"2004", "2004",
@ -307,6 +309,7 @@ register_image_transform_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Scale the image using the default interpolation method.", "Scale the image using the default interpolation method.",
"This procedure scales the image so that its new width and height are equal to the supplied parameters. All layers and channels within the image are scaled according to the specified parameters; this includes the image selection mask. The interpolation method used can be set with 'gimp-context-set-interpolation'.", "This procedure scales the image so that its new width and height are equal to the supplied parameters. All layers and channels within the image are scaled according to the specified parameters; this includes the image selection mask. The interpolation method used can be set with 'gimp-context-set-interpolation'.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -341,6 +344,7 @@ register_image_transform_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Crop the image to the specified extents.", "Crop the image to the specified extents.",
"This procedure crops the image so that it's new width and height are equal to the supplied parameters. Offsets are also provided which describe the position of the previous image's content. All channels and layers within the image are cropped to the new image extents; this includes the image selection mask. If any parameters are out of range, an error is returned.", "This procedure crops the image so that it's new width and height are equal to the supplied parameters. Offsets are also provided which describe the position of the previous image's content. All channels and layers within the image are cropped to the new image extents; this includes the image selection mask. If any parameters are out of range, an error is returned.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -387,6 +391,7 @@ register_image_transform_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Flips the image horizontally or vertically.", "Flips the image horizontally or vertically.",
"This procedure flips (mirrors) the image.", "This procedure flips (mirrors) the image.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -418,6 +423,7 @@ register_image_transform_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Rotates the image by the specified degrees.", "Rotates the image by the specified degrees.",
"This procedure rotates the image.", "This procedure rotates the image.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2003", "2003",

View file

@ -293,6 +293,7 @@ register_image_undo_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Starts a group undo.", "Starts a group undo.",
"This function is used to start a group undo--necessary for logically combining two or more undo operations into a single operation. This call must be used in conjunction with a 'gimp-image-undo-group-end' call.", "This function is used to start a group undo--necessary for logically combining two or more undo operations into a single operation. This call must be used in conjunction with a 'gimp-image-undo-group-end' call.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1997", "1997",
@ -315,6 +316,7 @@ register_image_undo_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Finish a group undo.", "Finish a group undo.",
"This function must be called once for each 'gimp-image-undo-group-start' call that is made.", "This function must be called once for each 'gimp-image-undo-group-start' call that is made.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1997", "1997",
@ -337,6 +339,7 @@ register_image_undo_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Check if the image's undo stack is enabled.", "Check if the image's undo stack is enabled.",
"This procedure checks if the image's undo stack is currently enabled or disabled. This is useful when several plug-ins or scripts call each other and want to check if their caller has already used 'gimp-image-undo-disable' or 'gimp-image-undo-freeze'.", "This procedure checks if the image's undo stack is currently enabled or disabled. This is useful when several plug-ins or scripts call each other and want to check if their caller has already used 'gimp-image-undo-disable' or 'gimp-image-undo-freeze'.",
NULL,
"Rapha\xc3\xabl Quinet <raphael@gimp.org>", "Rapha\xc3\xabl Quinet <raphael@gimp.org>",
"Rapha\xc3\xabl Quinet", "Rapha\xc3\xabl Quinet",
"1999", "1999",
@ -365,6 +368,7 @@ register_image_undo_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Disable the image's undo stack.", "Disable the image's undo stack.",
"This procedure disables the image's undo stack, allowing subsequent operations to ignore their undo steps. This is generally called in conjunction with 'gimp-image-undo-enable' to temporarily disable an image undo stack. This is advantageous because saving undo steps can be time and memory intensive.", "This procedure disables the image's undo stack, allowing subsequent operations to ignore their undo steps. This is generally called in conjunction with 'gimp-image-undo-enable' to temporarily disable an image undo stack. This is advantageous because saving undo steps can be time and memory intensive.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -393,6 +397,7 @@ register_image_undo_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Enable the image's undo stack.", "Enable the image's undo stack.",
"This procedure enables the image's undo stack, allowing subsequent operations to store their undo steps. This is generally called in conjunction with 'gimp-image-undo-disable' to temporarily disable an image undo stack.", "This procedure enables the image's undo stack, allowing subsequent operations to store their undo steps. This is generally called in conjunction with 'gimp-image-undo-disable' to temporarily disable an image undo stack.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -421,6 +426,7 @@ register_image_undo_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Freeze the image's undo stack.", "Freeze the image's undo stack.",
"This procedure freezes the image's undo stack, allowing subsequent operations to ignore their undo steps. This is generally called in conjunction with 'gimp-image-undo-thaw' to temporarily disable an image undo stack. This is advantageous because saving undo steps can be time and memory intensive. 'gimp-image-undo-freeze' / 'gimp-image-undo-thaw' and 'gimp-image-undo-disable' / 'gimp-image-undo-enable' differ in that the former does not free up all undo steps when undo is thawed, so is more suited to interactive in-situ previews. It is important in this case that the image is back to the same state it was frozen in before thawing, else 'undo' behaviour is undefined.", "This procedure freezes the image's undo stack, allowing subsequent operations to ignore their undo steps. This is generally called in conjunction with 'gimp-image-undo-thaw' to temporarily disable an image undo stack. This is advantageous because saving undo steps can be time and memory intensive. 'gimp-image-undo-freeze' / 'gimp-image-undo-thaw' and 'gimp-image-undo-disable' / 'gimp-image-undo-enable' differ in that the former does not free up all undo steps when undo is thawed, so is more suited to interactive in-situ previews. It is important in this case that the image is back to the same state it was frozen in before thawing, else 'undo' behaviour is undefined.",
NULL,
"Adam D. Moss", "Adam D. Moss",
"Adam D. Moss", "Adam D. Moss",
"1999", "1999",
@ -449,6 +455,7 @@ register_image_undo_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Thaw the image's undo stack.", "Thaw the image's undo stack.",
"This procedure thaws the image's undo stack, allowing subsequent operations to store their undo steps. This is generally called in conjunction with 'gimp-image-undo-freeze' to temporarily freeze an image undo stack. 'gimp-image-undo-thaw' does NOT free the undo stack as 'gimp-image-undo-enable' does, so is suited for situations where one wishes to leave the undo stack in the same state in which one found it despite non-destructively playing with the image in the meantime. An example would be in-situ plug-in previews. Balancing freezes and thaws and ensuring image consistency is the responsibility of the caller.", "This procedure thaws the image's undo stack, allowing subsequent operations to store their undo steps. This is generally called in conjunction with 'gimp-image-undo-freeze' to temporarily freeze an image undo stack. 'gimp-image-undo-thaw' does NOT free the undo stack as 'gimp-image-undo-enable' does, so is suited for situations where one wishes to leave the undo stack in the same state in which one found it despite non-destructively playing with the image in the meantime. An example would be in-situ plug-in previews. Balancing freezes and thaws and ensuring image consistency is the responsibility of the caller.",
NULL,
"Adam D. Moss", "Adam D. Moss",
"Adam D. Moss", "Adam D. Moss",
"1999", "1999",

View file

@ -1037,6 +1037,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns TRUE if the item ID is valid.", "Returns TRUE if the item ID is valid.",
"This procedure checks if the given item ID is valid and refers to an existing item.", "This procedure checks if the given item ID is valid and refers to an existing item.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2007", "2007",
@ -1065,6 +1066,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns whether the item ID is a drawable.", "Returns whether the item ID is a drawable.",
"This procedure returns TRUE if the specified item ID is a drawable.", "This procedure returns TRUE if the specified item ID is a drawable.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1093,6 +1095,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns whether the item ID is a layer.", "Returns whether the item ID is a layer.",
"This procedure returns TRUE if the specified item ID is a layer.", "This procedure returns TRUE if the specified item ID is a layer.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1121,6 +1124,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns whether the item ID is a text layer.", "Returns whether the item ID is a text layer.",
"This procedure returns TRUE if the specified item ID is a text layer.", "This procedure returns TRUE if the specified item ID is a text layer.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -1149,6 +1153,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns whether the item ID is a channel.", "Returns whether the item ID is a channel.",
"This procedure returns TRUE if the specified item ID is a channel.", "This procedure returns TRUE if the specified item ID is a channel.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1177,6 +1182,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns whether the item ID is a layer mask.", "Returns whether the item ID is a layer mask.",
"This procedure returns TRUE if the specified item ID is a layer mask.", "This procedure returns TRUE if the specified item ID is a layer mask.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1205,6 +1211,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns whether the item ID is a selection.", "Returns whether the item ID is a selection.",
"This procedure returns TRUE if the specified item ID is a selection.", "This procedure returns TRUE if the specified item ID is a selection.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1233,6 +1240,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns whether the item ID is a vectors.", "Returns whether the item ID is a vectors.",
"This procedure returns TRUE if the specified item ID is a vectors.", "This procedure returns TRUE if the specified item ID is a vectors.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1261,6 +1269,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the item's image.", "Returns the item's image.",
"This procedure returns the item's image.", "This procedure returns the item's image.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1289,6 +1298,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Delete a item.", "Delete a item.",
"This procedure deletes the specified item. This must not be done if the image containing this item was already deleted or if the item was already removed from the image. The only case in which this procedure is useful is if you want to get rid of a item which has not yet been added to an image.", "This procedure deletes the specified item. This must not be done if the image containing this item was already deleted or if the item was already removed from the image. The only case in which this procedure is useful is if you want to get rid of a item which has not yet been added to an image.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1311,6 +1321,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns whether the item is a group item.", "Returns whether the item is a group item.",
"This procedure returns TRUE if the specified item is a group item which can have children.", "This procedure returns TRUE if the specified item is a group item which can have children.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -1339,6 +1350,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the item's parent item.", "Returns the item's parent item.",
"This procedure returns the item's parent item, if any.", "This procedure returns the item's parent item, if any.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -1367,6 +1379,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the item's list of children.", "Returns the item's list of children.",
"This procedure returns the list of items which are children of the specified item. The order is topmost to bottommost.", "This procedure returns the list of items which are children of the specified item. The order is topmost to bottommost.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -1401,6 +1414,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns whether the item is expanded.", "Returns whether the item is expanded.",
"This procedure returns TRUE if the specified item is expanded.", "This procedure returns TRUE if the specified item is expanded.",
NULL,
"Ell", "Ell",
"Ell", "Ell",
"2017", "2017",
@ -1429,6 +1443,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the expanded state of the item.", "Sets the expanded state of the item.",
"This procedure expands or collapses the item.", "This procedure expands or collapses the item.",
NULL,
"Ell", "Ell",
"Ell", "Ell",
"2017", "2017",
@ -1457,6 +1472,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the name of the specified item.", "Get the name of the specified item.",
"This procedure returns the specified item's name.", "This procedure returns the specified item's name.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1486,6 +1502,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the name of the specified item.", "Set the name of the specified item.",
"This procedure sets the specified item's name.", "This procedure sets the specified item's name.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1515,6 +1532,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the visibility of the specified item.", "Get the visibility of the specified item.",
"This procedure returns the specified item's visibility.", "This procedure returns the specified item's visibility.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1543,6 +1561,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the visibility of the specified item.", "Set the visibility of the specified item.",
"This procedure sets the specified item's visibility.", "This procedure sets the specified item's visibility.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1571,6 +1590,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the linked state of the specified item.", "Get the linked state of the specified item.",
"This procedure returns the specified item's linked state.", "This procedure returns the specified item's linked state.",
NULL,
"Wolfgang Hofer", "Wolfgang Hofer",
"Wolfgang Hofer", "Wolfgang Hofer",
"1998", "1998",
@ -1599,6 +1619,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the linked state of the specified item.", "Set the linked state of the specified item.",
"This procedure sets the specified item's linked state.", "This procedure sets the specified item's linked state.",
NULL,
"Wolfgang Hofer", "Wolfgang Hofer",
"Wolfgang Hofer", "Wolfgang Hofer",
"1998", "1998",
@ -1627,6 +1648,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the 'lock content' state of the specified item.", "Get the 'lock content' state of the specified item.",
"This procedure returns the specified item's lock content state.", "This procedure returns the specified item's lock content state.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2009", "2009",
@ -1655,6 +1677,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the 'lock content' state of the specified item.", "Set the 'lock content' state of the specified item.",
"This procedure sets the specified item's lock content state.", "This procedure sets the specified item's lock content state.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2009", "2009",
@ -1683,6 +1706,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the 'lock position' state of the specified item.", "Get the 'lock position' state of the specified item.",
"This procedure returns the specified item's lock position state.", "This procedure returns the specified item's lock position state.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2012", "2012",
@ -1711,6 +1735,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the 'lock position' state of the specified item.", "Set the 'lock position' state of the specified item.",
"This procedure sets the specified item's lock position state.", "This procedure sets the specified item's lock position state.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2009", "2009",
@ -1739,6 +1764,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the color tag of the specified item.", "Get the color tag of the specified item.",
"This procedure returns the specified item's color tag.", "This procedure returns the specified item's color tag.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2016", "2016",
@ -1768,6 +1794,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the color tag of the specified item.", "Set the color tag of the specified item.",
"This procedure sets the specified item's color tag.", "This procedure sets the specified item's color tag.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2016", "2016",
@ -1797,6 +1824,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the tattoo of the specified item.", "Get the tattoo of the specified item.",
"This procedure returns the specified item's tattoo. A tattoo is a unique and permanent identifier attached to a item that can be used to uniquely identify a item within an image even between sessions.", "This procedure returns the specified item's tattoo. A tattoo is a unique and permanent identifier attached to a item that can be used to uniquely identify a item within an image even between sessions.",
NULL,
"Jay Cox", "Jay Cox",
"Jay Cox", "Jay Cox",
"1998", "1998",
@ -1825,6 +1853,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the tattoo of the specified item.", "Set the tattoo of the specified item.",
"This procedure sets the specified item's tattoo. A tattoo is a unique and permanent identifier attached to a item that can be used to uniquely identify a item within an image even between sessions.", "This procedure sets the specified item's tattoo. A tattoo is a unique and permanent identifier attached to a item that can be used to uniquely identify a item within an image even between sessions.",
NULL,
"Jay Cox", "Jay Cox",
"Jay Cox", "Jay Cox",
"1998", "1998",
@ -1853,6 +1882,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Add a parasite to an item.", "Add a parasite to an item.",
"This procedure attaches a parasite to an item. It has no return values.", "This procedure attaches a parasite to an item. It has no return values.",
NULL,
"Jay Cox", "Jay Cox",
"Jay Cox", "Jay Cox",
"1998", "1998",
@ -1880,6 +1910,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Removes a parasite from an item.", "Removes a parasite from an item.",
"This procedure detaches a parasite from an item. It has no return values.", "This procedure detaches a parasite from an item. It has no return values.",
NULL,
"Jay Cox", "Jay Cox",
"Jay Cox", "Jay Cox",
"1998", "1998",
@ -1909,6 +1940,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Look up a parasite in an item", "Look up a parasite in an item",
"Finds and returns the parasite that is attached to an item.", "Finds and returns the parasite that is attached to an item.",
NULL,
"Jay Cox", "Jay Cox",
"Jay Cox", "Jay Cox",
"1998", "1998",
@ -1943,6 +1975,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"List all parasites.", "List all parasites.",
"Returns a list of all parasites currently attached the an item.", "Returns a list of all parasites currently attached the an item.",
NULL,
"Marc Lehmann", "Marc Lehmann",
"Marc Lehmann", "Marc Lehmann",
"1999", "1999",

View file

@ -1033,6 +1033,7 @@ register_item_transform_procs (GimpPDB *pdb)
"This procedure translates the item by the amounts specified in the off_x and off_y arguments. These can be negative, and are considered offsets from the current position. The offsets will be rounded to the nearest pixel unless the item is a path.\n" "This procedure translates the item by the amounts specified in the off_x and off_y arguments. These can be negative, and are considered offsets from the current position. The offsets will be rounded to the nearest pixel unless the item is a path.\n"
"\n" "\n"
"If the item is attached to an image and has its linked flag set to TRUE, all additional items contained in the image which have the linked flag set to TRUE will also be translated by the specified offsets.", "If the item is attached to an image and has its linked flag set to TRUE, all additional items contained in the image which have the linked flag set to TRUE will also be translated by the specified offsets.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2018", "2018",
@ -1079,6 +1080,7 @@ register_item_transform_procs (GimpPDB *pdb)
"If there is no selection or the item is not a drawable, the entire item will be flipped around its center if auto_center is set to TRUE, otherwise the coordinate of the axis needs to be specified. Additionally, if the item has its linked flag set to TRUE, all additional items contained in the image which have the linked flag set to TRUE will also be flipped around the same axis. The return value will be equal to the item ID supplied as input.\n" "If there is no selection or the item is not a drawable, the entire item will be flipped around its center if auto_center is set to TRUE, otherwise the coordinate of the axis needs to be specified. Additionally, if the item has its linked flag set to TRUE, all additional items contained in the image which have the linked flag set to TRUE will also be flipped around the same axis. The return value will be equal to the item ID supplied as input.\n"
"\n" "\n"
"This procedure is affected by the following context setters: 'gimp-context-set-transform-resize'.", "This procedure is affected by the following context setters: 'gimp-context-set-transform-resize'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",
@ -1134,6 +1136,7 @@ register_item_transform_procs (GimpPDB *pdb)
"If there is no selection or the item is not a drawable, the entire item will be flipped around the specified axis. Additionally, if the item has its linked flag set to TRUE, all additional items contained in the image which have the linked flag set to TRUE will also be flipped around the same axis. The return value will be equal to the item ID supplied as input.\n" "If there is no selection or the item is not a drawable, the entire item will be flipped around the specified axis. Additionally, if the item has its linked flag set to TRUE, all additional items contained in the image which have the linked flag set to TRUE will also be flipped around the same axis. The return value will be equal to the item ID supplied as input.\n"
"\n" "\n"
"This procedure is affected by the following context setters: 'gimp-context-set-interpolation', 'gimp-context-set-transform-direction', 'gimp-context-set-transform-resize'.", "This procedure is affected by the following context setters: 'gimp-context-set-interpolation', 'gimp-context-set-transform-direction', 'gimp-context-set-transform-resize'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -1194,6 +1197,7 @@ register_item_transform_procs (GimpPDB *pdb)
"If there is no selection or the item is not a drawable, the entire item will be transformed according to the specified mapping. Additionally, if the item has its linked flag set to TRUE, all additional items contained in the image which have the linked flag set to TRUE will also be transformed the same way. The return value will be equal to the item ID supplied as input.\n" "If there is no selection or the item is not a drawable, the entire item will be transformed according to the specified mapping. Additionally, if the item has its linked flag set to TRUE, all additional items contained in the image which have the linked flag set to TRUE will also be transformed the same way. The return value will be equal to the item ID supplied as input.\n"
"\n" "\n"
"This procedure is affected by the following context setters: 'gimp-context-set-interpolation', 'gimp-context-set-transform-direction', 'gimp-context-set-transform-resize'.", "This procedure is affected by the following context setters: 'gimp-context-set-interpolation', 'gimp-context-set-transform-direction', 'gimp-context-set-transform-resize'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -1276,6 +1280,7 @@ register_item_transform_procs (GimpPDB *pdb)
"If there is no selection or the item is not a drawable, the entire item will be rotated around its center if auto_center is set to TRUE, otherwise the coordinate of the center point needs to be specified. Additionally, if the item has its linked flag set to TRUE, all additional items contained in the image which have the linked flag set to TRUE will also be rotated around the same center point. The return value will be equal to the item ID supplied as input.\n" "If there is no selection or the item is not a drawable, the entire item will be rotated around its center if auto_center is set to TRUE, otherwise the coordinate of the center point needs to be specified. Additionally, if the item has its linked flag set to TRUE, all additional items contained in the image which have the linked flag set to TRUE will also be rotated around the same center point. The return value will be equal to the item ID supplied as input.\n"
"\n" "\n"
"This procedure is affected by the following context setters: 'gimp-context-set-transform-resize'.", "This procedure is affected by the following context setters: 'gimp-context-set-transform-resize'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -1335,6 +1340,7 @@ register_item_transform_procs (GimpPDB *pdb)
"If there is no selection or the item is not a drawable, the entire item will be rotated around its center if auto_center is set to TRUE, otherwise the coordinate of the center point needs to be specified. Additionally, if the item has its linked flag set to TRUE, all additional items contained in the image which have the linked flag set to TRUE will also be rotated around the same center point. The return value will be equal to the item ID supplied as input.\n" "If there is no selection or the item is not a drawable, the entire item will be rotated around its center if auto_center is set to TRUE, otherwise the coordinate of the center point needs to be specified. Additionally, if the item has its linked flag set to TRUE, all additional items contained in the image which have the linked flag set to TRUE will also be rotated around the same center point. The return value will be equal to the item ID supplied as input.\n"
"\n" "\n"
"This procedure is affected by the following context setters: 'gimp-context-set-interpolation', 'gimp-context-set-transform-direction', 'gimp-context-set-transform-resize'.", "This procedure is affected by the following context setters: 'gimp-context-set-interpolation', 'gimp-context-set-transform-direction', 'gimp-context-set-transform-resize'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -1395,6 +1401,7 @@ register_item_transform_procs (GimpPDB *pdb)
"If there is no selection or the item is not a drawable, the entire item will be scaled according to the specified coordinates. Additionally, if the item has its linked flag set to TRUE, all additional items contained in the image which have the linked flag set to TRUE will also be scaled the same way. The return value will be equal to the item ID supplied as input.\n" "If there is no selection or the item is not a drawable, the entire item will be scaled according to the specified coordinates. Additionally, if the item has its linked flag set to TRUE, all additional items contained in the image which have the linked flag set to TRUE will also be scaled the same way. The return value will be equal to the item ID supplied as input.\n"
"\n" "\n"
"This procedure is affected by the following context setters: 'gimp-context-set-interpolation', 'gimp-context-set-transform-direction', 'gimp-context-set-transform-resize'.", "This procedure is affected by the following context setters: 'gimp-context-set-interpolation', 'gimp-context-set-transform-direction', 'gimp-context-set-transform-resize'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -1455,6 +1462,7 @@ register_item_transform_procs (GimpPDB *pdb)
"If there is no selection or the item is not a drawable, the entire item will be sheared according to the specified parameters. Additionally, if the item has its linked flag set to TRUE, all additional items contained in the image which have the linked flag set to TRUE will also be sheared the same way. The return value will be equal to the item ID supplied as input.\n" "If there is no selection or the item is not a drawable, the entire item will be sheared according to the specified parameters. Additionally, if the item has its linked flag set to TRUE, all additional items contained in the image which have the linked flag set to TRUE will also be sheared the same way. The return value will be equal to the item ID supplied as input.\n"
"\n" "\n"
"This procedure is affected by the following context setters: 'gimp-context-set-interpolation', 'gimp-context-set-transform-direction', 'gimp-context-set-transform-resize'.", "This procedure is affected by the following context setters: 'gimp-context-set-interpolation', 'gimp-context-set-transform-direction', 'gimp-context-set-transform-resize'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -1506,6 +1514,7 @@ register_item_transform_procs (GimpPDB *pdb)
"If there is no selection or the item is not a drawable, the entire item will be transformed according to the specified parameters. Additionally, if the item has its linked flag set to TRUE, all additional items contained in the image which have the linked flag set to TRUE will also be transformed the same way. The return value will be equal to the item ID supplied as input.\n" "If there is no selection or the item is not a drawable, the entire item will be transformed according to the specified parameters. Additionally, if the item has its linked flag set to TRUE, all additional items contained in the image which have the linked flag set to TRUE will also be transformed the same way. The return value will be equal to the item ID supplied as input.\n"
"\n" "\n"
"This procedure is affected by the following context setters: 'gimp-context-set-interpolation', 'gimp-context-set-transform-direction', 'gimp-context-set-transform-resize'.", "This procedure is affected by the following context setters: 'gimp-context-set-interpolation', 'gimp-context-set-transform-direction', 'gimp-context-set-transform-resize'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",
@ -1584,6 +1593,7 @@ register_item_transform_procs (GimpPDB *pdb)
"If there is no selection or the item is not a drawable, the entire item will be transformed according to the specified matrix. Additionally, if the item has its linked flag set to TRUE, all additional items contained in the image which have the linked flag set to TRUE will also be transformed the same way. The return value will be equal to the item ID supplied as input.\n" "If there is no selection or the item is not a drawable, the entire item will be transformed according to the specified matrix. Additionally, if the item has its linked flag set to TRUE, all additional items contained in the image which have the linked flag set to TRUE will also be transformed the same way. The return value will be equal to the item ID supplied as input.\n"
"\n" "\n"
"This procedure is affected by the following context setters: 'gimp-context-set-interpolation', 'gimp-context-set-transform-direction', 'gimp-context-set-transform-resize'.", "This procedure is affected by the following context setters: 'gimp-context-set-interpolation', 'gimp-context-set-transform-direction', 'gimp-context-set-transform-resize'.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2010", "2010",

View file

@ -1260,6 +1260,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Create a new layer.", "Create a new layer.",
"This procedure creates a new layer with the specified width, height, and type. Name, opacity, and mode are also supplied parameters. The new layer still needs to be added to the image, as this is not automatic. Add the new layer with the 'gimp-image-insert-layer' command. Other attributes such as layer mask modes, and offsets should be set with explicit procedure calls.", "This procedure creates a new layer with the specified width, height, and type. Name, opacity, and mode are also supplied parameters. The new layer still needs to be added to the image, as this is not automatic. Add the new layer with the 'gimp-image-insert-layer' command. Other attributes such as layer mask modes, and offsets should be set with explicit procedure calls.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1327,6 +1328,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Create a new layer from what is visible in an image.", "Create a new layer from what is visible in an image.",
"This procedure creates a new layer from what is visible in the given image. The new layer still needs to be added to the destination image, as this is not automatic. Add the new layer with the 'gimp-image-insert-layer' command. Other attributes such as layer mask modes, and offsets should be set with explicit procedure calls.", "This procedure creates a new layer from what is visible in the given image. The new layer still needs to be added to the destination image, as this is not automatic. Add the new layer with the 'gimp-image-insert-layer' command. Other attributes such as layer mask modes, and offsets should be set with explicit procedure calls.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2008", "2008",
@ -1368,6 +1370,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Create a new layer by copying an existing drawable.", "Create a new layer by copying an existing drawable.",
"This procedure creates a new layer as a copy of the specified drawable. The new layer still needs to be added to the image, as this is not automatic. Add the new layer with the 'gimp-image-insert-layer' command. Other attributes such as layer mask modes, and offsets should be set with explicit procedure calls.", "This procedure creates a new layer as a copy of the specified drawable. The new layer still needs to be added to the image, as this is not automatic. Add the new layer with the 'gimp-image-insert-layer' command. Other attributes such as layer mask modes, and offsets should be set with explicit procedure calls.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1403,6 +1406,7 @@ register_layer_procs (GimpPDB *pdb)
"Create a new layer group.", "Create a new layer group.",
"This procedure creates a new layer group. Attributes such as layer mode and opacity should be set with explicit procedure calls. Add the new layer group (which is a kind of layer) with the 'gimp-image-insert-layer' command.\n" "This procedure creates a new layer group. Attributes such as layer mode and opacity should be set with explicit procedure calls. Add the new layer group (which is a kind of layer) with the 'gimp-image-insert-layer' command.\n"
"Other procedures useful with layer groups: 'gimp-image-reorder-item', 'gimp-item-get-parent', 'gimp-item-get-children', 'gimp-item-is-group'.", "Other procedures useful with layer groups: 'gimp-image-reorder-item', 'gimp-item-get-parent', 'gimp-item-get-children', 'gimp-item-is-group'.",
NULL,
"Barak Itkin <lightningismyname@gmail.com>", "Barak Itkin <lightningismyname@gmail.com>",
"Barak Itkin", "Barak Itkin",
"2010", "2010",
@ -1431,6 +1435,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Copy a layer.", "Copy a layer.",
"This procedure copies the specified layer and returns the copy. The newly copied layer is for use within the original layer's image. It should not be subsequently added to any other image. The copied layer can optionally have an added alpha channel. This is useful if the background layer in an image is being copied and added to the same image.", "This procedure copies the specified layer and returns the copy. The newly copied layer is for use within the original layer's image. It should not be subsequently added to any other image. The copied layer can optionally have an added alpha channel. This is useful if the background layer in an image is being copied and added to the same image.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1465,6 +1470,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Add an alpha channel to the layer if it doesn't already have one.", "Add an alpha channel to the layer if it doesn't already have one.",
"This procedure adds an additional component to the specified layer if it does not already possess an alpha channel. An alpha channel makes it possible to clear and erase to transparency, instead of the background color. This transforms layers of type RGB to RGBA, GRAY to GRAYA, and INDEXED to INDEXEDA.", "This procedure adds an additional component to the specified layer if it does not already possess an alpha channel. An alpha channel makes it possible to clear and erase to transparency, instead of the background color. This transforms layers of type RGB to RGBA, GRAY to GRAYA, and INDEXED to INDEXEDA.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1487,6 +1493,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Remove the alpha channel from the layer if it has one.", "Remove the alpha channel from the layer if it has one.",
"This procedure removes the alpha channel from a layer, blending all (partially) transparent pixels in the layer against the background color. This transforms layers of type RGBA to RGB, GRAYA to GRAY, and INDEXEDA to INDEXED.", "This procedure removes the alpha channel from a layer, blending all (partially) transparent pixels in the layer against the background color. This transforms layers of type RGBA to RGB, GRAYA to GRAY, and INDEXEDA to INDEXED.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2007", "2007",
@ -1509,6 +1516,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Scale the layer using the default interpolation method.", "Scale the layer using the default interpolation method.",
"This procedure scales the layer so that its new width and height are equal to the supplied parameters. The 'local-origin' parameter specifies whether to scale from the center of the layer, or from the image origin. This operation only works if the layer has been added to an image. The interpolation method used can be set with 'gimp-context-set-interpolation'.", "This procedure scales the layer so that its new width and height are equal to the supplied parameters. The 'local-origin' parameter specifies whether to scale from the center of the layer, or from the image origin. This operation only works if the layer has been added to an image. The interpolation method used can be set with 'gimp-context-set-interpolation'.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1549,6 +1557,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Resize the layer to the specified extents.", "Resize the layer to the specified extents.",
"This procedure resizes the layer so that its new width and height are equal to the supplied parameters. Offsets are also provided which describe the position of the previous layer's content. This operation only works if the layer has been added to an image.", "This procedure resizes the layer so that its new width and height are equal to the supplied parameters. Offsets are also provided which describe the position of the previous layer's content. This operation only works if the layer has been added to an image.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1595,6 +1604,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Resize a layer to the image size.", "Resize a layer to the image size.",
"This procedure resizes the layer so that it's new width and height are equal to the width and height of its image container.", "This procedure resizes the layer so that it's new width and height are equal to the width and height of its image container.",
NULL,
"Manish Singh", "Manish Singh",
"Manish Singh", "Manish Singh",
"2003", "2003",
@ -1617,6 +1627,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the layer offsets.", "Set the layer offsets.",
"This procedure sets the offsets for the specified layer. The offsets are relative to the image origin and can be any values. This operation is valid only on layers which have been added to an image.", "This procedure sets the offsets for the specified layer. The offsets are relative to the image origin and can be any values. This operation is valid only on layers which have been added to an image.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1662,6 +1673,7 @@ register_layer_procs (GimpPDB *pdb)
"The layer mask still needs to be added to the layer. This can be done with a call to 'gimp-layer-add-mask'.\n" "The layer mask still needs to be added to the layer. This can be done with a call to 'gimp-layer-add-mask'.\n"
"\n" "\n"
"'gimp-layer-create-mask' will fail if there are no active channels on the image, when called with 'ADD-CHANNEL-MASK'. It will return a black mask when called with 'ADD-ALPHA-MASK' or 'ADD-ALPHA-TRANSFER-MASK' on a layer with no alpha channels, or with 'ADD-SELECTION-MASK' when there is no selection on the image.", "'gimp-layer-create-mask' will fail if there are no active channels on the image, when called with 'ADD-CHANNEL-MASK'. It will return a black mask when called with 'ADD-ALPHA-MASK' or 'ADD-ALPHA-TRANSFER-MASK' on a layer with no alpha channels, or with 'ADD-SELECTION-MASK' when there is no selection on the image.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1697,6 +1709,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the specified layer's mask if it exists.", "Get the specified layer's mask if it exists.",
"This procedure returns the specified layer's mask, or -1 if none exists.", "This procedure returns the specified layer's mask, or -1 if none exists.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1725,6 +1738,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the specified mask's layer.", "Get the specified mask's layer.",
"This procedure returns the specified mask's layer , or -1 if none exists.", "This procedure returns the specified mask's layer , or -1 if none exists.",
NULL,
"Geert Jordaens", "Geert Jordaens",
"Geert Jordaens", "Geert Jordaens",
"2004", "2004",
@ -1753,6 +1767,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Add a layer mask to the specified layer.", "Add a layer mask to the specified layer.",
"This procedure adds a layer mask to the specified layer. Layer masks serve as an additional alpha channel for a layer. This procedure will fail if a number of prerequisites aren't met. The layer cannot already have a layer mask. The specified mask must exist and have the same dimensions as the layer. The layer must have been created for use with the specified image and the mask must have been created with the procedure 'gimp-layer-create-mask'.", "This procedure adds a layer mask to the specified layer. Layer masks serve as an additional alpha channel for a layer. This procedure will fail if a number of prerequisites aren't met. The layer cannot already have a layer mask. The specified mask must exist and have the same dimensions as the layer. The layer must have been created for use with the specified image and the mask must have been created with the procedure 'gimp-layer-create-mask'.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1781,6 +1796,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Remove the specified layer mask from the layer.", "Remove the specified layer mask from the layer.",
"This procedure removes the specified layer mask from the layer. If the mask doesn't exist, an error is returned.", "This procedure removes the specified layer mask from the layer. If the mask doesn't exist, an error is returned.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1810,6 +1826,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Is the specified layer a floating selection?", "Is the specified layer a floating selection?",
"This procedure returns whether the layer is a floating selection. Floating selections are special cases of layers which are attached to a specific drawable.", "This procedure returns whether the layer is a floating selection. Floating selections are special cases of layers which are attached to a specific drawable.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1838,6 +1855,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the lock alpha channel setting of the specified layer.", "Get the lock alpha channel setting of the specified layer.",
"This procedure returns the specified layer's lock alpha channel setting.", "This procedure returns the specified layer's lock alpha channel setting.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1866,6 +1884,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the lock alpha channel setting of the specified layer.", "Set the lock alpha channel setting of the specified layer.",
"This procedure sets the specified layer's lock alpha channel setting.", "This procedure sets the specified layer's lock alpha channel setting.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1894,6 +1913,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the apply mask setting of the specified layer.", "Get the apply mask setting of the specified layer.",
"This procedure returns the specified layer's apply mask setting. If the value is TRUE, then the layer mask for this layer is currently being composited with the layer's alpha channel.", "This procedure returns the specified layer's apply mask setting. If the value is TRUE, then the layer mask for this layer is currently being composited with the layer's alpha channel.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1922,6 +1942,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the apply mask setting of the specified layer.", "Set the apply mask setting of the specified layer.",
"This procedure sets the specified layer's apply mask setting. This controls whether the layer's mask is currently affecting the alpha channel. If there is no layer mask, this function will return an error.", "This procedure sets the specified layer's apply mask setting. This controls whether the layer's mask is currently affecting the alpha channel. If there is no layer mask, this function will return an error.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1950,6 +1971,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the show mask setting of the specified layer.", "Get the show mask setting of the specified layer.",
"This procedure returns the specified layer's show mask setting. This controls whether the layer or its mask is visible. TRUE indicates that the mask should be visible. If the layer has no mask, then this function returns an error.", "This procedure returns the specified layer's show mask setting. This controls whether the layer or its mask is visible. TRUE indicates that the mask should be visible. If the layer has no mask, then this function returns an error.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1978,6 +2000,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the show mask setting of the specified layer.", "Set the show mask setting of the specified layer.",
"This procedure sets the specified layer's show mask setting. This controls whether the layer or its mask is visible. TRUE indicates that the mask should be visible. If there is no layer mask, this function will return an error.", "This procedure sets the specified layer's show mask setting. This controls whether the layer or its mask is visible. TRUE indicates that the mask should be visible. If there is no layer mask, this function will return an error.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -2006,6 +2029,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the edit mask setting of the specified layer.", "Get the edit mask setting of the specified layer.",
"This procedure returns the specified layer's edit mask setting. If the value is TRUE, then the layer mask for this layer is currently active, and not the layer.", "This procedure returns the specified layer's edit mask setting. If the value is TRUE, then the layer mask for this layer is currently active, and not the layer.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -2034,6 +2058,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the edit mask setting of the specified layer.", "Set the edit mask setting of the specified layer.",
"This procedure sets the specified layer's edit mask setting. This controls whether the layer or it's mask is currently active for editing. If the specified layer has no layer mask, then this procedure will return an error.", "This procedure sets the specified layer's edit mask setting. This controls whether the layer or it's mask is currently active for editing. If the specified layer has no layer mask, then this procedure will return an error.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -2062,6 +2087,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the opacity of the specified layer.", "Get the opacity of the specified layer.",
"This procedure returns the specified layer's opacity.", "This procedure returns the specified layer's opacity.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -2090,6 +2116,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the opacity of the specified layer.", "Set the opacity of the specified layer.",
"This procedure sets the specified layer's opacity.", "This procedure sets the specified layer's opacity.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -2118,6 +2145,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the combination mode of the specified layer.", "Get the combination mode of the specified layer.",
"This procedure returns the specified layer's combination mode.", "This procedure returns the specified layer's combination mode.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -2147,6 +2175,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the combination mode of the specified layer.", "Set the combination mode of the specified layer.",
"This procedure sets the specified layer's combination mode.", "This procedure sets the specified layer's combination mode.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -2176,6 +2205,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the blend space of the specified layer.", "Get the blend space of the specified layer.",
"This procedure returns the specified layer's blend space.", "This procedure returns the specified layer's blend space.",
NULL,
"Ell", "Ell",
"Ell", "Ell",
"2017", "2017",
@ -2205,6 +2235,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the blend space of the specified layer.", "Set the blend space of the specified layer.",
"This procedure sets the specified layer's blend space.", "This procedure sets the specified layer's blend space.",
NULL,
"Ell", "Ell",
"Ell", "Ell",
"2017", "2017",
@ -2234,6 +2265,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the composite space of the specified layer.", "Get the composite space of the specified layer.",
"This procedure returns the specified layer's composite space.", "This procedure returns the specified layer's composite space.",
NULL,
"Ell", "Ell",
"Ell", "Ell",
"2017", "2017",
@ -2263,6 +2295,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the composite space of the specified layer.", "Set the composite space of the specified layer.",
"This procedure sets the specified layer's composite space.", "This procedure sets the specified layer's composite space.",
NULL,
"Ell", "Ell",
"Ell", "Ell",
"2017", "2017",
@ -2292,6 +2325,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the composite mode of the specified layer.", "Get the composite mode of the specified layer.",
"This procedure returns the specified layer's composite mode.", "This procedure returns the specified layer's composite mode.",
NULL,
"Ell", "Ell",
"Ell", "Ell",
"2017", "2017",
@ -2321,6 +2355,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the composite mode of the specified layer.", "Set the composite mode of the specified layer.",
"This procedure sets the specified layer's composite mode.", "This procedure sets the specified layer's composite mode.",
NULL,
"Ell", "Ell",
"Ell", "Ell",
"2017", "2017",

View file

@ -123,6 +123,7 @@ register_message_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Displays a dialog box with a message.", "Displays a dialog box with a message.",
"Displays a dialog box with a message. Useful for status or error reporting. The message must be in UTF-8 encoding.", "Displays a dialog box with a message. Useful for status or error reporting. The message must be in UTF-8 encoding.",
NULL,
"Manish Singh", "Manish Singh",
"Manish Singh", "Manish Singh",
"1998", "1998",
@ -146,6 +147,7 @@ register_message_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the current state of where warning messages are displayed.", "Returns the current state of where warning messages are displayed.",
"This procedure returns the way g_message warnings are displayed. They can be shown in a dialog box or printed on the console where gimp was started.", "This procedure returns the way g_message warnings are displayed. They can be shown in a dialog box or printed on the console where gimp was started.",
NULL,
"Manish Singh", "Manish Singh",
"Manish Singh", "Manish Singh",
"1998", "1998",
@ -169,6 +171,7 @@ register_message_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Controls where warning messages are displayed.", "Controls where warning messages are displayed.",
"This procedure controls how g_message warnings are displayed. They can be shown in a dialog box or printed on the console where gimp was started.", "This procedure controls how g_message warnings are displayed. They can be shown in a dialog box or printed on the console where gimp was started.",
NULL,
"Manish Singh", "Manish Singh",
"Manish Singh", "Manish Singh",
"1998", "1998",

View file

@ -953,6 +953,7 @@ register_paint_tools_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Paint in the current brush with varying pressure. Paint application is time-dependent.", "Paint in the current brush with varying pressure. Paint application is time-dependent.",
"This tool simulates the use of an airbrush. Paint pressure represents the relative intensity of the paint application. High pressure results in a thicker layer of paint while low pressure results in a thinner layer.", "This tool simulates the use of an airbrush. Paint pressure represents the relative intensity of the paint application. High pressure results in a thicker layer of paint while low pressure results in a thinner layer.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -992,6 +993,7 @@ register_paint_tools_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Paint in the current brush with varying pressure. Paint application is time-dependent.", "Paint in the current brush with varying pressure. Paint application is time-dependent.",
"This tool simulates the use of an airbrush. It is similar to 'gimp-airbrush' except that the pressure is derived from the airbrush tools options box. It the option has not been set the default for the option will be used.", "This tool simulates the use of an airbrush. It is similar to 'gimp-airbrush' except that the pressure is derived from the airbrush tools options box. It the option has not been set the default for the option will be used.",
NULL,
"Andy Thomas", "Andy Thomas",
"Andy Thomas", "Andy Thomas",
"1999", "1999",
@ -1025,6 +1027,7 @@ register_paint_tools_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Clone from the source to the dest drawable using the current brush", "Clone from the source to the dest drawable using the current brush",
"This tool clones (copies) from the source drawable starting at the specified source coordinates to the dest drawable. If the \"clone_type\" argument is set to PATTERN-CLONE, then the current pattern is used as the source and the \"src_drawable\" argument is ignored. Pattern cloning assumes a tileable pattern and mods the sum of the src coordinates and subsequent stroke offsets with the width and height of the pattern. For image cloning, if the sum of the src coordinates and subsequent stroke offsets exceeds the extents of the src drawable, then no paint is transferred. The clone tool is capable of transforming between any image types including RGB->Indexed--although converting from any type to indexed is significantly slower.", "This tool clones (copies) from the source drawable starting at the specified source coordinates to the dest drawable. If the \"clone_type\" argument is set to PATTERN-CLONE, then the current pattern is used as the source and the \"src_drawable\" argument is ignored. Pattern cloning assumes a tileable pattern and mods the sum of the src coordinates and subsequent stroke offsets with the width and height of the pattern. For image cloning, if the sum of the src coordinates and subsequent stroke offsets exceeds the extents of the src drawable, then no paint is transferred. The clone tool is capable of transforming between any image types including RGB->Indexed--although converting from any type to indexed is significantly slower.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1083,6 +1086,7 @@ register_paint_tools_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Clone from the source to the dest drawable using the current brush", "Clone from the source to the dest drawable using the current brush",
"This tool clones (copies) from the source drawable starting at the specified source coordinates to the dest drawable. This function performs exactly the same as the 'gimp-clone' function except that the tools arguments are obtained from the clones option dialog. It this dialog has not been activated then the dialogs default values will be used.", "This tool clones (copies) from the source drawable starting at the specified source coordinates to the dest drawable. This function performs exactly the same as the 'gimp-clone' function except that the tools arguments are obtained from the clones option dialog. It this dialog has not been activated then the dialogs default values will be used.",
NULL,
"Andy Thomas", "Andy Thomas",
"Andy Thomas", "Andy Thomas",
"1999", "1999",
@ -1116,6 +1120,7 @@ register_paint_tools_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Convolve (Blur, Sharpen) using the current brush.", "Convolve (Blur, Sharpen) using the current brush.",
"This tool convolves the specified drawable with either a sharpening or blurring kernel. The pressure parameter controls the magnitude of the operation. Like the paintbrush, this tool linearly interpolates between the specified stroke coordinates.", "This tool convolves the specified drawable with either a sharpening or blurring kernel. The pressure parameter controls the magnitude of the operation. Like the paintbrush, this tool linearly interpolates between the specified stroke coordinates.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1162,6 +1167,7 @@ register_paint_tools_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Convolve (Blur, Sharpen) using the current brush.", "Convolve (Blur, Sharpen) using the current brush.",
"This tool convolves the specified drawable with either a sharpening or blurring kernel. This function performs exactly the same as the 'gimp-convolve' function except that the tools arguments are obtained from the convolve option dialog. It this dialog has not been activated then the dialogs default values will be used.", "This tool convolves the specified drawable with either a sharpening or blurring kernel. This function performs exactly the same as the 'gimp-convolve' function except that the tools arguments are obtained from the convolve option dialog. It this dialog has not been activated then the dialogs default values will be used.",
NULL,
"Andy Thomas", "Andy Thomas",
"Andy Thomas", "Andy Thomas",
"1999", "1999",
@ -1195,6 +1201,7 @@ register_paint_tools_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Dodgeburn image with varying exposure.", "Dodgeburn image with varying exposure.",
"Dodgeburn. More details here later.", "Dodgeburn. More details here later.",
NULL,
"Andy Thomas", "Andy Thomas",
"Andy Thomas", "Andy Thomas",
"1999", "1999",
@ -1248,6 +1255,7 @@ register_paint_tools_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Dodgeburn image with varying exposure. This is the same as the gimp_dodgeburn() function except that the exposure, type and mode are taken from the tools option dialog. If the dialog has not been activated then the defaults as used by the dialog will be used.", "Dodgeburn image with varying exposure. This is the same as the gimp_dodgeburn() function except that the exposure, type and mode are taken from the tools option dialog. If the dialog has not been activated then the defaults as used by the dialog will be used.",
"Dodgeburn. More details here later.", "Dodgeburn. More details here later.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1281,6 +1289,7 @@ register_paint_tools_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Erase using the current brush.", "Erase using the current brush.",
"This tool erases using the current brush mask. If the specified drawable contains an alpha channel, then the erased pixels will become transparent. Otherwise, the eraser tool replaces the contents of the drawable with the background color. Like paintbrush, this tool linearly interpolates between the specified stroke coordinates.", "This tool erases using the current brush mask. If the specified drawable contains an alpha channel, then the erased pixels will become transparent. Otherwise, the eraser tool replaces the contents of the drawable with the background color. Like paintbrush, this tool linearly interpolates between the specified stroke coordinates.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1328,6 +1337,7 @@ register_paint_tools_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Erase using the current brush.", "Erase using the current brush.",
"This tool erases using the current brush mask. This function performs exactly the same as the 'gimp-eraser' function except that the tools arguments are obtained from the eraser option dialog. It this dialog has not been activated then the dialogs default values will be used.", "This tool erases using the current brush mask. This function performs exactly the same as the 'gimp-eraser' function except that the tools arguments are obtained from the eraser option dialog. It this dialog has not been activated then the dialogs default values will be used.",
NULL,
"Andy Thomas", "Andy Thomas",
"Andy Thomas", "Andy Thomas",
"1999", "1999",
@ -1361,6 +1371,7 @@ register_paint_tools_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Heal from the source to the dest drawable using the current brush", "Heal from the source to the dest drawable using the current brush",
"This tool heals the source drawable starting at the specified source coordinates to the dest drawable. For image healing, if the sum of the src coordinates and subsequent stroke offsets exceeds the extents of the src drawable, then no paint is transferred. The healing tool is capable of transforming between any image types except RGB->Indexed.", "This tool heals the source drawable starting at the specified source coordinates to the dest drawable. For image healing, if the sum of the src coordinates and subsequent stroke offsets exceeds the extents of the src drawable, then no paint is transferred. The healing tool is capable of transforming between any image types except RGB->Indexed.",
NULL,
"Kevin Sookocheff", "Kevin Sookocheff",
"Kevin Sookocheff", "Kevin Sookocheff",
"2006", "2006",
@ -1412,6 +1423,7 @@ register_paint_tools_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Heal from the source to the dest drawable using the current brush", "Heal from the source to the dest drawable using the current brush",
"This tool heals from the source drawable starting at the specified source coordinates to the dest drawable. This function performs exactly the same as the 'gimp-heal' function except that the tools arguments are obtained from the healing option dialog. It this dialog has not been activated then the dialogs default values will be used.", "This tool heals from the source drawable starting at the specified source coordinates to the dest drawable. This function performs exactly the same as the 'gimp-heal' function except that the tools arguments are obtained from the healing option dialog. It this dialog has not been activated then the dialogs default values will be used.",
NULL,
"Kevin Sookocheff", "Kevin Sookocheff",
"Kevin Sookocheff", "Kevin Sookocheff",
"2006", "2006",
@ -1445,6 +1457,7 @@ register_paint_tools_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Paint in the current brush with optional fade out parameter and pull colors from a gradient.", "Paint in the current brush with optional fade out parameter and pull colors from a gradient.",
"This tool is the standard paintbrush. It draws linearly interpolated lines through the specified stroke coordinates. It operates on the specified drawable in the foreground color with the active brush. The 'fade-out' parameter is measured in pixels and allows the brush stroke to linearly fall off. The pressure is set to the maximum at the beginning of the stroke. As the distance of the stroke nears the fade-out value, the pressure will approach zero. The gradient-length is the distance to spread the gradient over. It is measured in pixels. If the gradient-length is 0, no gradient is used.", "This tool is the standard paintbrush. It draws linearly interpolated lines through the specified stroke coordinates. It operates on the specified drawable in the foreground color with the active brush. The 'fade-out' parameter is measured in pixels and allows the brush stroke to linearly fall off. The pressure is set to the maximum at the beginning of the stroke. As the distance of the stroke nears the fade-out value, the pressure will approach zero. The gradient-length is the distance to spread the gradient over. It is measured in pixels. If the gradient-length is 0, no gradient is used.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1497,6 +1510,7 @@ register_paint_tools_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Paint in the current brush. The fade out parameter and pull colors from a gradient parameter are set from the paintbrush options dialog. If this dialog has not been activated then the dialog defaults will be used.", "Paint in the current brush. The fade out parameter and pull colors from a gradient parameter are set from the paintbrush options dialog. If this dialog has not been activated then the dialog defaults will be used.",
"This tool is similar to the standard paintbrush. It draws linearly interpolated lines through the specified stroke coordinates. It operates on the specified drawable in the foreground color with the active brush. The 'fade-out' parameter is measured in pixels and allows the brush stroke to linearly fall off (value obtained from the option dialog). The pressure is set to the maximum at the beginning of the stroke. As the distance of the stroke nears the fade-out value, the pressure will approach zero. The gradient-length (value obtained from the option dialog) is the distance to spread the gradient over. It is measured in pixels. If the gradient-length is 0, no gradient is used.", "This tool is similar to the standard paintbrush. It draws linearly interpolated lines through the specified stroke coordinates. It operates on the specified drawable in the foreground color with the active brush. The 'fade-out' parameter is measured in pixels and allows the brush stroke to linearly fall off (value obtained from the option dialog). The pressure is set to the maximum at the beginning of the stroke. As the distance of the stroke nears the fade-out value, the pressure will approach zero. The gradient-length (value obtained from the option dialog) is the distance to spread the gradient over. It is measured in pixels. If the gradient-length is 0, no gradient is used.",
NULL,
"Andy Thomas", "Andy Thomas",
"Andy Thomas", "Andy Thomas",
"1999", "1999",
@ -1530,6 +1544,7 @@ register_paint_tools_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Paint in the current brush without sub-pixel sampling.", "Paint in the current brush without sub-pixel sampling.",
"This tool is the standard pencil. It draws linearly interpolated lines through the specified stroke coordinates. It operates on the specified drawable in the foreground color with the active brush. The brush mask is treated as though it contains only black and white values. Any value below half is treated as black; any above half, as white.", "This tool is the standard pencil. It draws linearly interpolated lines through the specified stroke coordinates. It operates on the specified drawable in the foreground color with the active brush. The brush mask is treated as though it contains only black and white values. Any value below half is treated as black; any above half, as white.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1563,6 +1578,7 @@ register_paint_tools_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Smudge image with varying pressure.", "Smudge image with varying pressure.",
"This tool simulates a smudge using the current brush. High pressure results in a greater smudge of paint while low pressure results in a lesser smudge.", "This tool simulates a smudge using the current brush. High pressure results in a greater smudge of paint while low pressure results in a lesser smudge.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -1602,6 +1618,7 @@ register_paint_tools_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Smudge image with varying pressure.", "Smudge image with varying pressure.",
"This tool simulates a smudge using the current brush. It behaves exactly the same as 'gimp-smudge' except that the pressure value is taken from the smudge tool options or the options default if the tools option dialog has not been activated.", "This tool simulates a smudge using the current brush. It behaves exactly the same as 'gimp-smudge' except that the pressure value is taken from the smudge tool options or the options default if the tools option dialog has not been activated.",
NULL,
"Andy Thomas", "Andy Thomas",
"Andy Thomas", "Andy Thomas",
"1999", "1999",

View file

@ -613,6 +613,7 @@ register_palette_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Creates a new palette", "Creates a new palette",
"This procedure creates a new, uninitialized palette", "This procedure creates a new, uninitialized palette",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",
@ -643,6 +644,7 @@ register_palette_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Duplicates a palette", "Duplicates a palette",
"This procedure creates an identical palette by a different name", "This procedure creates an identical palette by a different name",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",
@ -673,6 +675,7 @@ register_palette_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Rename a palette", "Rename a palette",
"This procedure renames a palette", "This procedure renames a palette",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",
@ -710,6 +713,7 @@ register_palette_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Deletes a palette", "Deletes a palette",
"This procedure deletes a palette", "This procedure deletes a palette",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",
@ -733,6 +737,7 @@ register_palette_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Tests if palette can be edited", "Tests if palette can be edited",
"Returns TRUE if you have permission to change the palette", "Returns TRUE if you have permission to change the palette",
NULL,
"Bill Skaggs <weskaggs@primate.ucdavis.edu>", "Bill Skaggs <weskaggs@primate.ucdavis.edu>",
"Bill Skaggs", "Bill Skaggs",
"2004", "2004",
@ -762,6 +767,7 @@ register_palette_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieve information about the specified palette.", "Retrieve information about the specified palette.",
"This procedure retrieves information about the specified palette. This includes the name, and the number of colors.", "This procedure retrieves information about the specified palette. This includes the name, and the number of colors.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",
@ -791,6 +797,7 @@ register_palette_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Gets all colors from the specified palette.", "Gets all colors from the specified palette.",
"This procedure retrieves all color entries of the specified palette.", "This procedure retrieves all color entries of the specified palette.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2006", "2006",
@ -825,6 +832,7 @@ register_palette_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieves the number of columns to use to display this palette", "Retrieves the number of columns to use to display this palette",
"This procedures retrieves the preferred number of columns to use when the palette is being displayed.", "This procedures retrieves the preferred number of columns to use when the palette is being displayed.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2005", "2005",
@ -854,6 +862,7 @@ register_palette_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the number of columns to use when displaying the palette", "Sets the number of columns to use when displaying the palette",
"This procedures controls how many colors are shown per row when the palette is being displayed. This value can only be changed if the palette is writable. The maximum allowed value is 64.", "This procedures controls how many colors are shown per row when the palette is being displayed. This value can only be changed if the palette is writable. The maximum allowed value is 64.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2005", "2005",
@ -883,6 +892,7 @@ register_palette_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Adds a palette entry to the specified palette.", "Adds a palette entry to the specified palette.",
"This procedure adds an entry to the specified palette. It returns an error if the entry palette does not exist.", "This procedure adds an entry to the specified palette. It returns an error if the entry palette does not exist.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",
@ -926,6 +936,7 @@ register_palette_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Deletes a palette entry from the specified palette.", "Deletes a palette entry from the specified palette.",
"This procedure deletes an entry from the specified palette. It returns an error if the entry palette does not exist.", "This procedure deletes an entry from the specified palette. It returns an error if the entry palette does not exist.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",
@ -955,6 +966,7 @@ register_palette_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Gets the specified palette entry from the specified palette.", "Gets the specified palette entry from the specified palette.",
"This procedure retrieves the color of the zero-based entry specified for the specified palette. It returns an error if the entry does not exist.", "This procedure retrieves the color of the zero-based entry specified for the specified palette. It returns an error if the entry does not exist.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",
@ -991,6 +1003,7 @@ register_palette_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the specified palette entry in the specified palette.", "Sets the specified palette entry in the specified palette.",
"This procedure sets the color of the zero-based entry specified for the specified palette. It returns an error if the entry does not exist.", "This procedure sets the color of the zero-based entry specified for the specified palette. It returns an error if the entry does not exist.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",
@ -1027,6 +1040,7 @@ register_palette_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Gets the specified palette entry from the specified palette.", "Gets the specified palette entry from the specified palette.",
"This procedure retrieves the name of the zero-based entry specified for the specified palette. It returns an error if the entry does not exist.", "This procedure retrieves the name of the zero-based entry specified for the specified palette. It returns an error if the entry does not exist.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",
@ -1063,6 +1077,7 @@ register_palette_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the specified palette entry in the specified palette.", "Sets the specified palette entry in the specified palette.",
"This procedure sets the name of the zero-based entry specified for the specified palette. It returns an error if the entry does not exist.", "This procedure sets the name of the zero-based entry specified for the specified palette. It returns an error if the entry does not exist.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",

View file

@ -137,6 +137,7 @@ register_palette_select_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Invokes the Gimp palette selection.", "Invokes the Gimp palette selection.",
"This procedure opens the palette selection dialog.", "This procedure opens the palette selection dialog.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2002", "2002",
@ -174,6 +175,7 @@ register_palette_select_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Close the palette selection dialog.", "Close the palette selection dialog.",
"This procedure closes an opened palette selection dialog.", "This procedure closes an opened palette selection dialog.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2002", "2002",
@ -197,6 +199,7 @@ register_palette_select_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the current palette in a palette selection dialog.", "Sets the current palette in a palette selection dialog.",
"Sets the current palette in a palette selection dialog.", "Sets the current palette in a palette selection dialog.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2002", "2002",

View file

@ -103,6 +103,7 @@ register_palettes_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Refreshes current palettes. This function always succeeds.", "Refreshes current palettes. This function always succeeds.",
"This procedure retrieves all palettes currently in the user's palette path and updates the palette dialogs accordingly.", "This procedure retrieves all palettes currently in the user's palette path and updates the palette dialogs accordingly.",
NULL,
"Adrian Likins <adrian@gimp.org>", "Adrian Likins <adrian@gimp.org>",
"Adrian Likins", "Adrian Likins",
"1998", "1998",
@ -119,6 +120,7 @@ register_palettes_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieves a list of all of the available palettes", "Retrieves a list of all of the available palettes",
"This procedure returns a complete listing of available palettes. Each name returned can be used as input to the command 'gimp-context-set-palette'.", "This procedure returns a complete listing of available palettes. Each name returned can be used as input to the command 'gimp-context-set-palette'.",
NULL,
"Nathan Summers <rock@gimp.org>", "Nathan Summers <rock@gimp.org>",
"Nathan Summers", "Nathan Summers",
"2001", "2001",

View file

@ -164,6 +164,7 @@ register_pattern_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieve information about the specified pattern.", "Retrieve information about the specified pattern.",
"This procedure retrieves information about the specified pattern. This includes the pattern extents (width and height).", "This procedure retrieves information about the specified pattern. This includes the pattern extents (width and height).",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",
@ -205,6 +206,7 @@ register_pattern_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieve information about the specified pattern (including pixels).", "Retrieve information about the specified pattern (including pixels).",
"This procedure retrieves information about the specified. This includes the pattern extents (width and height), its bpp and its pixel data.", "This procedure retrieves information about the specified. This includes the pattern extents (width and height), its bpp and its pixel data.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",

View file

@ -137,6 +137,7 @@ register_pattern_select_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Invokes the Gimp pattern selection.", "Invokes the Gimp pattern selection.",
"This procedure opens the pattern selection dialog.", "This procedure opens the pattern selection dialog.",
NULL,
"Andy Thomas", "Andy Thomas",
"Andy Thomas", "Andy Thomas",
"1998", "1998",
@ -174,6 +175,7 @@ register_pattern_select_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Close the pattern selection dialog.", "Close the pattern selection dialog.",
"This procedure closes an opened pattern selection dialog.", "This procedure closes an opened pattern selection dialog.",
NULL,
"Andy Thomas", "Andy Thomas",
"Andy Thomas", "Andy Thomas",
"1998", "1998",
@ -197,6 +199,7 @@ register_pattern_select_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the current pattern in a pattern selection dialog.", "Sets the current pattern in a pattern selection dialog.",
"Sets the current pattern in a pattern selection dialog.", "Sets the current pattern in a pattern selection dialog.",
NULL,
"Andy Thomas", "Andy Thomas",
"Andy Thomas", "Andy Thomas",
"1998", "1998",

View file

@ -104,6 +104,7 @@ register_patterns_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Refresh current patterns. This function always succeeds.", "Refresh current patterns. This function always succeeds.",
"This procedure retrieves all patterns currently in the user's pattern path and updates all pattern dialogs accordingly.", "This procedure retrieves all patterns currently in the user's pattern path and updates all pattern dialogs accordingly.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2002", "2002",
@ -120,6 +121,7 @@ register_patterns_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieve a complete listing of the available patterns.", "Retrieve a complete listing of the available patterns.",
"This procedure returns a complete listing of available GIMP patterns. Each name returned can be used as input to the 'gimp-context-set-pattern'.", "This procedure returns a complete listing of available GIMP patterns. Each name returned can be used as input to the 'gimp-context-set-pattern'.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",

View file

@ -863,6 +863,7 @@ register_pdb_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Generates a unique temporary PDB name.", "Generates a unique temporary PDB name.",
"This procedure generates a temporary PDB entry name that is guaranteed to be unique.", "This procedure generates a temporary PDB entry name that is guaranteed to be unique.",
NULL,
"Andy Thomas", "Andy Thomas",
"Andy Thomas", "Andy Thomas",
"1998", "1998",
@ -886,6 +887,7 @@ register_pdb_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Dumps the current contents of the procedural database", "Dumps the current contents of the procedural database",
"This procedure dumps the contents of the procedural database to the specified file. The file will contain all of the information provided for each registered procedure.", "This procedure dumps the contents of the procedural database to the specified file. The file will contain all of the information provided for each registered procedure.",
NULL,
"Spencer Kimball & Josh MacDonald", "Spencer Kimball & Josh MacDonald",
"Spencer Kimball & Josh MacDonald & Peter Mattis", "Spencer Kimball & Josh MacDonald & Peter Mattis",
"1995-1996", "1995-1996",
@ -909,6 +911,7 @@ register_pdb_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Queries the procedural database for its contents using regular expression matching.", "Queries the procedural database for its contents using regular expression matching.",
"This procedure queries the contents of the procedural database. It is supplied with seven arguments matching procedures on { name, blurb, help, authors, copyright, date, procedure type}. This is accomplished using regular expression matching. For instance, to find all procedures with \"jpeg\" listed in the blurb, all seven arguments can be supplied as \".*\", except for the second, which can be supplied as \".*jpeg.*\". There are two return arguments for this procedure. The first is the number of procedures matching the query. The second is a concatenated list of procedure names corresponding to those matching the query. If no matching entries are found, then the returned string is NULL and the number of entries is 0.", "This procedure queries the contents of the procedural database. It is supplied with seven arguments matching procedures on { name, blurb, help, authors, copyright, date, procedure type}. This is accomplished using regular expression matching. For instance, to find all procedures with \"jpeg\" listed in the blurb, all seven arguments can be supplied as \".*\", except for the second, which can be supplied as \".*jpeg.*\". There are two return arguments for this procedure. The first is the number of procedures matching the query. The second is a concatenated list of procedure names corresponding to those matching the query. If no matching entries are found, then the returned string is NULL and the number of entries is 0.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -985,6 +988,7 @@ register_pdb_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Checks if the specified procedure exists in the procedural database", "Checks if the specified procedure exists in the procedural database",
"This procedure checks if the specified procedure is registered in the procedural database.", "This procedure checks if the specified procedure is registered in the procedural database.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2008", "2008",
@ -1014,6 +1018,7 @@ register_pdb_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Queries the procedural database for information on the specified procedure.", "Queries the procedural database for information on the specified procedure.",
"This procedure returns information on the specified procedure. The procedure type, number of input, and number of return values are returned. For specific information on each input argument and return value, use the 'gimp-pdb-db-proc-argument' and 'gimp-pdb-db-proc-return-value' procedures.", "This procedure returns information on the specified procedure. The procedure type, number of input, and number of return values are returned. For specific information on each input argument and return value, use the 'gimp-pdb-db-proc-argument' and 'gimp-pdb-db-proc-return-value' procedures.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1997", "1997",
@ -1056,6 +1061,7 @@ register_pdb_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the supported image types for a plug-in procedure.", "Set the supported image types for a plug-in procedure.",
"This procedure sets the supported images types for the given procedure.", "This procedure sets the supported images types for the given procedure.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2019", "2019",
@ -1086,6 +1092,7 @@ register_pdb_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Queries the procedural database for the image types supported by the specified procedure.", "Queries the procedural database for the image types supported by the specified procedure.",
"This procedure returns the image types supported by the specified procedure.", "This procedure returns the image types supported by the specified procedure.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2019", "2019",
@ -1116,6 +1123,7 @@ register_pdb_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the menu label for a plug-in procedure.", "Set the menu label for a plug-in procedure.",
"This procedure sets the menu label for the given procedure.", "This procedure sets the menu label for the given procedure.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2019", "2019",
@ -1146,6 +1154,7 @@ register_pdb_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Queries the procedural database for the procedure's menu label.", "Queries the procedural database for the procedure's menu label.",
"This procedure returns the menu label of the specified procedure.", "This procedure returns the menu label of the specified procedure.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2019", "2019",
@ -1176,6 +1185,7 @@ register_pdb_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Register an additional menu path for a plug-in procedure.", "Register an additional menu path for a plug-in procedure.",
"This procedure installs an additional menu entry for the given procedure.", "This procedure installs an additional menu entry for the given procedure.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2019", "2019",
@ -1206,6 +1216,7 @@ register_pdb_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Queries the procedural database for the procedure's menu paths.", "Queries the procedural database for the procedure's menu paths.",
"This procedure returns the menu paths of the specified procedure.", "This procedure returns the menu paths of the specified procedure.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2019", "2019",
@ -1240,6 +1251,7 @@ register_pdb_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Register an icon for a plug-in procedure.", "Register an icon for a plug-in procedure.",
"This procedure installs an icon for the given procedure.", "This procedure installs an icon for the given procedure.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2019", "2019",
@ -1281,6 +1293,7 @@ register_pdb_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Queries the procedural database for documentation on the specified procedure.", "Queries the procedural database for documentation on the specified procedure.",
"This procedure returns documentation on the specified procedure. A short blurb, detailed help and help_id.", "This procedure returns documentation on the specified procedure. A short blurb, detailed help and help_id.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2019", "2019",
@ -1325,6 +1338,7 @@ register_pdb_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Queries the procedural database for attribution information on the specified procedure.", "Queries the procedural database for attribution information on the specified procedure.",
"This procedure returns attribution information on the specified procedure. The authors, copyright information and date are returned.", "This procedure returns attribution information on the specified procedure. The authors, copyright information and date are returned.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2019", "2019",
@ -1369,6 +1383,7 @@ register_pdb_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Queries the procedural database for information on the specified procedure's argument.", "Queries the procedural database for information on the specified procedure's argument.",
"This procedure returns the #GParamSpec of procedure_name's argument.", "This procedure returns the #GParamSpec of procedure_name's argument.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2019", "2019",
@ -1404,6 +1419,7 @@ register_pdb_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Queries the procedural database for information on the specified procedure's return value.", "Queries the procedural database for information on the specified procedure's return value.",
"This procedure returns the #GParamSpec of procedure_name's return value.", "This procedure returns the #GParamSpec of procedure_name's return value.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2019", "2019",
@ -1439,6 +1455,7 @@ register_pdb_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns data associated with the specified identifier.", "Returns data associated with the specified identifier.",
"This procedure returns any data which may have been associated with the specified identifier. The data is a variable length array of bytes. If no data has been associated with the identifier, an error is returned.", "This procedure returns any data which may have been associated with the specified identifier. The data is a variable length array of bytes. If no data has been associated with the identifier, an error is returned.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1997", "1997",
@ -1473,6 +1490,7 @@ register_pdb_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns size of data associated with the specified identifier.", "Returns size of data associated with the specified identifier.",
"This procedure returns the size of any data which may have been associated with the specified identifier. If no data has been associated with the identifier, an error is returned.", "This procedure returns the size of any data which may have been associated with the specified identifier. If no data has been associated with the identifier, an error is returned.",
NULL,
"Nick Lamb", "Nick Lamb",
"Nick Lamb", "Nick Lamb",
"1998", "1998",
@ -1502,6 +1520,7 @@ register_pdb_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Associates the specified identifier with the supplied data.", "Associates the specified identifier with the supplied data.",
"This procedure associates the supplied data with the provided identifier. The data may be subsequently retrieved by a call to 'procedural-db-get-data'.", "This procedure associates the supplied data with the provided identifier. The data may be subsequently retrieved by a call to 'procedural-db-get-data'.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1997", "1997",

View file

@ -255,6 +255,7 @@ register_plug_in_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Queries the plug-in database for its contents.", "Queries the plug-in database for its contents.",
"This procedure queries the contents of the plug-in database.", "This procedure queries the contents of the plug-in database.",
NULL,
"Andy Thomas", "Andy Thomas",
"Andy Thomas", "Andy Thomas",
"1998", "1998",
@ -322,6 +323,7 @@ register_plug_in_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Registers a textdomain for localisation.", "Registers a textdomain for localisation.",
"This procedure adds a textdomain to the list of domains Gimp searches for strings when translating its menu entries. There is no need to call this function for plug-ins that have their strings included in the 'gimp-std-plugins' domain as that is used by default. If the compiled message catalog is not in the standard location, you may specify an absolute path to another location. This procedure can only be called in the query function of a plug-in and it has to be called before any procedure is installed.", "This procedure adds a textdomain to the list of domains Gimp searches for strings when translating its menu entries. There is no need to call this function for plug-ins that have their strings included in the 'gimp-std-plugins' domain as that is used by default. If the compiled message catalog is not in the standard location, you may specify an absolute path to another location. This procedure can only be called in the query function of a plug-in and it has to be called before any procedure is installed.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2000", "2000",
@ -352,6 +354,7 @@ register_plug_in_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Register a help path for a plug-in.", "Register a help path for a plug-in.",
"This procedure registers user documentation for the calling plug-in with the GIMP help system. The domain_uri parameter points to the root directory where the plug-in help is installed. For each supported language there should be a file called 'gimp-help.xml' that maps the help IDs to the actual help files.", "This procedure registers user documentation for the calling plug-in with the GIMP help system. The domain_uri parameter points to the root directory where the plug-in help is installed. For each supported language there should be a file called 'gimp-help.xml' that maps the help IDs to the actual help files.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2000", "2000",
@ -382,6 +385,7 @@ register_plug_in_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Register a sub-menu.", "Register a sub-menu.",
"This procedure installs a sub-menu which does not belong to any procedure. The menu-name should be the untranslated menu label. GIMP will look up the translation in the textdomain registered for the plug-in.", "This procedure installs a sub-menu which does not belong to any procedure. The menu-name should be the untranslated menu label. GIMP will look up the translation in the textdomain registered for the plug-in.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2005", "2005",
@ -412,6 +416,7 @@ register_plug_in_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets an error handler for procedure calls.", "Sets an error handler for procedure calls.",
"This procedure changes the way that errors in procedure calls are handled. By default GIMP will raise an error dialog if a procedure call made by a plug-in fails. Using this procedure the plug-in can change this behavior. If the error handler is set to %GIMP_PDB_ERROR_HANDLER_PLUGIN, then the plug-in is responsible for calling 'gimp-get-pdb-error' and handling the error whenever one if its procedure calls fails. It can do this by displaying the error message or by forwarding it in its own return values.", "This procedure changes the way that errors in procedure calls are handled. By default GIMP will raise an error dialog if a procedure call made by a plug-in fails. Using this procedure the plug-in can change this behavior. If the error handler is set to %GIMP_PDB_ERROR_HANDLER_PLUGIN, then the plug-in is responsible for calling 'gimp-get-pdb-error' and handling the error whenever one if its procedure calls fails. It can do this by displaying the error message or by forwarding it in its own return values.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2008", "2008",
@ -435,6 +440,7 @@ register_plug_in_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Retrieves the active error handler for procedure calls.", "Retrieves the active error handler for procedure calls.",
"This procedure retrieves the currently active error handler for procedure calls made by the calling plug-in. See 'gimp-plugin-set-pdb-error-handler' for details.", "This procedure retrieves the currently active error handler for procedure calls made by the calling plug-in. See 'gimp-plugin-set-pdb-error-handler' for details.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2008", "2008",

View file

@ -4790,6 +4790,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Alter colors in various psychedelic ways", "Alter colors in various psychedelic ways",
"No help yet. Just try it and you'll see!", "No help yet. Just try it and you'll see!",
NULL,
"Compatibility procedure. Please see 'gegl:alien-map' for credits.", "Compatibility procedure. Please see 'gegl:alien-map' for credits.",
"Compatibility procedure. Please see 'gegl:alien-map' for credits.", "Compatibility procedure. Please see 'gegl:alien-map' for credits.",
"2013", "2013",
@ -4885,6 +4886,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Antialias using the Scale3X edge-extrapolation algorithm", "Antialias using the Scale3X edge-extrapolation algorithm",
"No more help.", "No more help.",
NULL,
"Compatibility procedure. Please see 'gegl:antialias' for credits.", "Compatibility procedure. Please see 'gegl:antialias' for credits.",
"Compatibility procedure. Please see 'gegl:antialias' for credits.", "Compatibility procedure. Please see 'gegl:antialias' for credits.",
"2013", "2013",
@ -4920,6 +4922,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Add a canvas texture to the image", "Add a canvas texture to the image",
"This function applies a canvas texture map to the drawable.", "This function applies a canvas texture map to the drawable.",
NULL,
"Compatibility procedure. Please see 'gegl:texturize-canvas' for credits.", "Compatibility procedure. Please see 'gegl:texturize-canvas' for credits.",
"Compatibility procedure. Please see 'gegl:texturize-canvas' for credits.", "Compatibility procedure. Please see 'gegl:texturize-canvas' for credits.",
"2014", "2014",
@ -4967,6 +4970,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Simulate an elliptical lens over the image", "Simulate an elliptical lens over the image",
"This plug-in uses Snell's law to draw an ellipsoid lens over the image.", "This plug-in uses Snell's law to draw an ellipsoid lens over the image.",
NULL,
"Compatibility procedure. Please see 'gegl:apply-lens' for credits.", "Compatibility procedure. Please see 'gegl:apply-lens' for credits.",
"Compatibility procedure. Please see 'gegl:apply-lens' for credits.", "Compatibility procedure. Please see 'gegl:apply-lens' for credits.",
"2014", "2014",
@ -5026,6 +5030,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Remove empty borders from the image", "Remove empty borders from the image",
"Remove empty borders from the image.", "Remove empty borders from the image.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1997", "1997",
@ -5061,6 +5066,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Crop the active layer based on empty borders of the input drawable", "Crop the active layer based on empty borders of the input drawable",
"Crop the active layer of the input \"image\" based on empty borders of the input \"drawable\". \n\nThe input drawable serves as a base for detecting cropping extents (transparency or background color), and is not necessarily the cropped layer (the current active layer).", "Crop the active layer of the input \"image\" based on empty borders of the input \"drawable\". \n\nThe input drawable serves as a base for detecting cropping extents (transparency or background color), and is not necessarily the cropped layer (the current active layer).",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1997", "1997",
@ -5096,6 +5102,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Stretch contrast to cover the maximum possible range", "Stretch contrast to cover the maximum possible range",
"This simple plug-in does an automatic contrast stretch. For each channel in the image, it finds the minimum and maximum values... it uses those values to stretch the individual histograms to the full contrast range. For some images it may do just what you want; for others it may be total crap :). This version differs from Contrast Autostretch in that it works in HSV space, and preserves hue.", "This simple plug-in does an automatic contrast stretch. For each channel in the image, it finds the minimum and maximum values... it uses those values to stretch the individual histograms to the full contrast range. For some images it may do just what you want; for others it may be total crap :). This version differs from Contrast Autostretch in that it works in HSV space, and preserves hue.",
NULL,
"Compatibility procedure. Please see 'gegl:stretch-contrast-hsv' for credits.", "Compatibility procedure. Please see 'gegl:stretch-contrast-hsv' for credits.",
"Compatibility procedure. Please see 'gegl:stretch-contrast-hsv' for credits.", "Compatibility procedure. Please see 'gegl:stretch-contrast-hsv' for credits.",
"2013", "2013",
@ -5131,6 +5138,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Create an embossing effect using a bump map", "Create an embossing effect using a bump map",
"This plug-in uses the algorithm described by John Schlag, \"Fast Embossing Effects on Raster Image Data\" in Graphics GEMS IV (ISBN 0-12-336155-9). It takes a drawable to be applied as a bump map to another image and produces a nice embossing effect.", "This plug-in uses the algorithm described by John Schlag, \"Fast Embossing Effects on Raster Image Data\" in Graphics GEMS IV (ISBN 0-12-336155-9). It takes a drawable to be applied as a bump map to another image and produces a nice embossing effect.",
NULL,
"Compatibility procedure. Please see 'gegl:bump-map' for credits.", "Compatibility procedure. Please see 'gegl:bump-map' for credits.",
"Compatibility procedure. Please see 'gegl:bump-map' for credits.", "Compatibility procedure. Please see 'gegl:bump-map' for credits.",
"2015", "2015",
@ -5232,6 +5240,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Create an embossing effect using a tiled image as a bump map", "Create an embossing effect using a tiled image as a bump map",
"This plug-in uses the algorithm described by John Schlag, \"Fast Embossing Effects on Raster Image Data\" in Graphics GEMS IV (ISBN 0-12-336155-9). It takes a drawable to be tiled and applied as a bump map to another image and produces a nice embossing effect.", "This plug-in uses the algorithm described by John Schlag, \"Fast Embossing Effects on Raster Image Data\" in Graphics GEMS IV (ISBN 0-12-336155-9). It takes a drawable to be tiled and applied as a bump map to another image and produces a nice embossing effect.",
NULL,
"Compatibility procedure. Please see 'gegl:bump-map' for credits.", "Compatibility procedure. Please see 'gegl:bump-map' for credits.",
"Compatibility procedure. Please see 'gegl:bump-map' for credits.", "Compatibility procedure. Please see 'gegl:bump-map' for credits.",
"2015", "2015",
@ -5333,6 +5342,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Stretch contrast to cover the maximum possible range", "Stretch contrast to cover the maximum possible range",
"This simple plug-in does an automatic contrast stretch. For each channel in the image, it finds the minimum and maximum values... it uses those values to stretch the individual histograms to the full contrast range. For some images it may do just what you want; for others it may not work that well.", "This simple plug-in does an automatic contrast stretch. For each channel in the image, it finds the minimum and maximum values... it uses those values to stretch the individual histograms to the full contrast range. For some images it may do just what you want; for others it may not work that well.",
NULL,
"Compatibility procedure. Please see 'gegl:stretch-contrast' for credits.", "Compatibility procedure. Please see 'gegl:stretch-contrast' for credits.",
"Compatibility procedure. Please see 'gegl:stretch-contrast' for credits.", "Compatibility procedure. Please see 'gegl:stretch-contrast' for credits.",
"2013", "2013",
@ -5369,6 +5379,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
"Simulate a cartoon by enhancing edges", "Simulate a cartoon by enhancing edges",
"Propagates dark values in an image based on each pixel's relative darkness to a neighboring average. The idea behind this filter is to give the look of a black felt pen drawing subsequently shaded with color. This is achieved by darkening areas of the image which are measured to be darker than a neighborhood average. In this way, sufficiently large shifts in intensity are darkened to black. The rate at which they are darkened to black is determined by the second pct_black parameter. The mask_radius parameter controls the size of the pixel neighborhood over which the average intensity is computed and then compared to each pixel in the neighborhood to decide whether or not to darken it to black. Large values for mask_radius result in very thick black areas bordering the shaded regions of color and much less detail for black areas everywhere including inside regions of color. Small values result in more subtle pen strokes and detail everywhere. Small values for the pct_black make the\n" "Propagates dark values in an image based on each pixel's relative darkness to a neighboring average. The idea behind this filter is to give the look of a black felt pen drawing subsequently shaded with color. This is achieved by darkening areas of the image which are measured to be darker than a neighborhood average. In this way, sufficiently large shifts in intensity are darkened to black. The rate at which they are darkened to black is determined by the second pct_black parameter. The mask_radius parameter controls the size of the pixel neighborhood over which the average intensity is computed and then compared to each pixel in the neighborhood to decide whether or not to darken it to black. Large values for mask_radius result in very thick black areas bordering the shaded regions of color and much less detail for black areas everywhere including inside regions of color. Small values result in more subtle pen strokes and detail everywhere. Small values for the pct_black make the\n"
"blend from the color regions to the black border lines smoother and the lines themselves thinner and less noticeable; larger values achieve the opposite effect.", "blend from the color regions to the black border lines smoother and the lines themselves thinner and less noticeable; larger values achieve the opposite effect.",
NULL,
"Compatibility procedure. Please see 'gegl:cartoon' for credits.", "Compatibility procedure. Please see 'gegl:cartoon' for credits.",
"Compatibility procedure. Please see 'gegl:cartoon' for credits.", "Compatibility procedure. Please see 'gegl:cartoon' for credits.",
"2019", "2019",
@ -5416,6 +5427,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Alter colors by mixing RGB Channels", "Alter colors by mixing RGB Channels",
"This plug-in mixes the RGB channels.", "This plug-in mixes the RGB channels.",
NULL,
"Compatibility procedure. Please see 'gegl:channel-mixer' for credits.", "Compatibility procedure. Please see 'gegl:channel-mixer' for credits.",
"Compatibility procedure. Please see 'gegl:channel-mixer' for credits.", "Compatibility procedure. Please see 'gegl:channel-mixer' for credits.",
"2013", "2013",
@ -5511,6 +5523,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Convert a specified color to transparency", "Convert a specified color to transparency",
"This replaces as much of a given color as possible in each pixel with a corresponding amount of alpha, then readjusts the color accordingly.", "This replaces as much of a given color as possible in each pixel with a corresponding amount of alpha, then readjusts the color accordingly.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1999", "1999",
@ -5553,6 +5566,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Apply a generic 5x5 convolution matrix", "Apply a generic 5x5 convolution matrix",
"Apply a generic 5x5 convolution matrix.", "Apply a generic 5x5 convolution matrix.",
NULL,
"Compatibility procedure. Please see 'gegl:convolution-matrix' for credits.", "Compatibility procedure. Please see 'gegl:convolution-matrix' for credits.",
"Compatibility procedure. Please see 'gegl:convolution-matrix' for credits.", "Compatibility procedure. Please see 'gegl:convolution-matrix' for credits.",
"2014", "2014",
@ -5634,6 +5648,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Convert the image into randomly rotated square blobs", "Convert the image into randomly rotated square blobs",
"Convert the image into randomly rotated square blobs.", "Convert the image into randomly rotated square blobs.",
NULL,
"Compatibility procedure. Please see 'gegl:cubism' for credits.", "Compatibility procedure. Please see 'gegl:cubism' for credits.",
"Compatibility procedure. Please see 'gegl:cubism' for credits.", "Compatibility procedure. Please see 'gegl:cubism' for credits.",
"2013", "2013",
@ -5687,6 +5702,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Fix images where every other row is missing", "Fix images where every other row is missing",
"Deinterlace is useful for processing images from video capture cards. When only the odd or even fields get captured, deinterlace can be used to interpolate between the existing fields to correct this.", "Deinterlace is useful for processing images from video capture cards. When only the odd or even fields get captured, deinterlace can be used to interpolate between the existing fields to correct this.",
NULL,
"Compatibility procedure. Please see 'gegl:deinterlace' for credits.", "Compatibility procedure. Please see 'gegl:deinterlace' for credits.",
"Compatibility procedure. Please see 'gegl:deinterlace' for credits.", "Compatibility procedure. Please see 'gegl:deinterlace' for credits.",
"2014", "2014",
@ -5728,6 +5744,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Generate diffraction patterns", "Generate diffraction patterns",
"Help? What help?", "Help? What help?",
NULL,
"Compatibility procedure. Please see 'gegl:diffraction-patterns' for credits.", "Compatibility procedure. Please see 'gegl:diffraction-patterns' for credits.",
"Compatibility procedure. Please see 'gegl:diffraction-patterns' for credits.", "Compatibility procedure. Please see 'gegl:diffraction-patterns' for credits.",
"2015", "2015",
@ -5835,6 +5852,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Displace pixels as indicated by displacement maps", "Displace pixels as indicated by displacement maps",
"Displaces the contents of the specified drawable by the amounts specified by 'amount-x' and 'amount-y' multiplied by the luminance of corresponding pixels in the 'displace-map' drawables.", "Displaces the contents of the specified drawable by the amounts specified by 'amount-x' and 'amount-y' multiplied by the luminance of corresponding pixels in the 'displace-map' drawables.",
NULL,
"Compatibility procedure. Please see 'gegl:displace' for credits.", "Compatibility procedure. Please see 'gegl:displace' for credits.",
"Compatibility procedure. Please see 'gegl:displace' for credits.", "Compatibility procedure. Please see 'gegl:displace' for credits.",
"2015", "2015",
@ -5912,6 +5930,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Displace pixels as indicated by displacement maps", "Displace pixels as indicated by displacement maps",
"Just like plug-in-displace but working in polar coordinates. The drawable is whirled and pinched according to the map.", "Just like plug-in-displace but working in polar coordinates. The drawable is whirled and pinched according to the map.",
NULL,
"Compatibility procedure. Please see 'gegl:displace' for credits.", "Compatibility procedure. Please see 'gegl:displace' for credits.",
"Compatibility procedure. Please see 'gegl:displace' for credits.", "Compatibility procedure. Please see 'gegl:displace' for credits.",
"2015", "2015",
@ -5989,6 +6008,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Edge detection with control of edge thickness", "Edge detection with control of edge thickness",
"Applies two Gaussian blurs to the drawable, and subtracts the results. This is robust and widely used method for detecting edges.", "Applies two Gaussian blurs to the drawable, and subtracts the results. This is robust and widely used method for detecting edges.",
NULL,
"Compatibility procedure. Please see 'gegl:difference-of-gaussians' for credits.", "Compatibility procedure. Please see 'gegl:difference-of-gaussians' for credits.",
"Compatibility procedure. Please see 'gegl:difference-of-gaussians' for credits.", "Compatibility procedure. Please see 'gegl:difference-of-gaussians' for credits.",
"2015", "2015",
@ -6048,6 +6068,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Several simple methods for detecting edges", "Several simple methods for detecting edges",
"Perform edge detection on the contents of the specified drawable. AMOUNT is an arbitrary constant, WRAPMODE is like displace plug-in (useful for tileable image). EDGEMODE sets the kind of matrix transform applied to the pixels, SOBEL was the method used in older versions.", "Perform edge detection on the contents of the specified drawable. AMOUNT is an arbitrary constant, WRAPMODE is like displace plug-in (useful for tileable image). EDGEMODE sets the kind of matrix transform applied to the pixels, SOBEL was the method used in older versions.",
NULL,
"Compatibility procedure. Please see 'gegl:edge' for credits.", "Compatibility procedure. Please see 'gegl:edge' for credits.",
"Compatibility procedure. Please see 'gegl:edge' for credits.", "Compatibility procedure. Please see 'gegl:edge' for credits.",
"2015", "2015",
@ -6101,6 +6122,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Simulate an image created by embossing", "Simulate an image created by embossing",
"Emboss or Bumpmap the given drawable, specifying the angle and elevation for the light source.", "Emboss or Bumpmap the given drawable, specifying the angle and elevation for the light source.",
NULL,
"Compatibility procedure. Please see 'gegl:emboss' for credits.", "Compatibility procedure. Please see 'gegl:emboss' for credits.",
"Compatibility procedure. Please see 'gegl:emboss' for credits.", "Compatibility procedure. Please see 'gegl:emboss' for credits.",
"2019", "2019",
@ -6160,6 +6182,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Simulate an antique engraving", "Simulate an antique engraving",
"Creates a black-and-white 'engraved' version of an image as seen in old illustrations.", "Creates a black-and-white 'engraved' version of an image as seen in old illustrations.",
NULL,
"Compatibility procedure. Please see 'gegl:engrave' for credits.", "Compatibility procedure. Please see 'gegl:engrave' for credits.",
"Compatibility procedure. Please see 'gegl:engrave' for credits.", "Compatibility procedure. Please see 'gegl:engrave' for credits.",
"2014", "2014",
@ -6207,6 +6230,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Swap one color with another", "Swap one color with another",
"Exchange one color with another, optionally setting a threshold to convert from one shade to another.", "Exchange one color with another, optionally setting a threshold to convert from one shade to another.",
NULL,
"Compatibility procedure. Please see 'gegl:color-exchange' for credits.", "Compatibility procedure. Please see 'gegl:color-exchange' for credits.",
"Compatibility procedure. Please see 'gegl:color-exchange' for credits.", "Compatibility procedure. Please see 'gegl:color-exchange' for credits.",
"2014", "2014",
@ -6296,6 +6320,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Add a lens flare effect", "Add a lens flare effect",
"Adds a lens flare effects. Makes your image look like it was snapped with a cheap camera with a lot of lens :)", "Adds a lens flare effects. Makes your image look like it was snapped with a cheap camera with a lot of lens :)",
NULL,
"Compatibility procedure. Please see 'gegl:lens-flare' for credits.", "Compatibility procedure. Please see 'gegl:lens-flare' for credits.",
"Compatibility procedure. Please see 'gegl:lens-flare' for credits.", "Compatibility procedure. Please see 'gegl:lens-flare' for credits.",
"2015", "2015",
@ -6343,6 +6368,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Transform image with the Mandelbrot Fractal", "Transform image with the Mandelbrot Fractal",
"Transform image with the Mandelbrot Fractal", "Transform image with the Mandelbrot Fractal",
NULL,
"Compatibility procedure. Please see 'gegl:fractal-trace' for credits.", "Compatibility procedure. Please see 'gegl:fractal-trace' for credits.",
"Compatibility procedure. Please see 'gegl:fractal-trace' for credits.", "Compatibility procedure. Please see 'gegl:fractal-trace' for credits.",
"2018", "2018",
@ -6414,6 +6440,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Simplest, most commonly used way of blurring", "Simplest, most commonly used way of blurring",
"Applies a gaussian blur to the drawable, with specified radius of affect. The standard deviation of the normal distribution used to modify pixel values is calculated based on the supplied radius. Horizontal and vertical blurring can be independently invoked by specifying only one to run. The 'method' parameter is ignored.", "Applies a gaussian blur to the drawable, with specified radius of affect. The standard deviation of the normal distribution used to modify pixel values is calculated based on the supplied radius. Horizontal and vertical blurring can be independently invoked by specifying only one to run. The 'method' parameter is ignored.",
NULL,
"Compatibility procedure. Please see 'gegl:gaussian-blur' for credits.", "Compatibility procedure. Please see 'gegl:gaussian-blur' for credits.",
"Compatibility procedure. Please see 'gegl:gaussian-blur' for credits.", "Compatibility procedure. Please see 'gegl:gaussian-blur' for credits.",
"2014", "2014",
@ -6467,6 +6494,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Apply a gaussian blur", "Apply a gaussian blur",
"Applies a gaussian blur to the drawable, with specified radius of affect. The standard deviation of the normal distribution used to modify pixel values is calculated based on the supplied radius. Horizontal and vertical blurring can be independently invoked by specifying only one to run.", "Applies a gaussian blur to the drawable, with specified radius of affect. The standard deviation of the normal distribution used to modify pixel values is calculated based on the supplied radius. Horizontal and vertical blurring can be independently invoked by specifying only one to run.",
NULL,
"Compatibility procedure. Please see 'gegl:gaussian-blur' for credits.", "Compatibility procedure. Please see 'gegl:gaussian-blur' for credits.",
"Compatibility procedure. Please see 'gegl:gaussian-blur' for credits.", "Compatibility procedure. Please see 'gegl:gaussian-blur' for credits.",
"2014", "2014",
@ -6520,6 +6548,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Apply a gaussian blur", "Apply a gaussian blur",
"Applies a gaussian blur to the drawable, with specified radius of affect. The standard deviation of the normal distribution used to modify pixel values is calculated based on the supplied radius. Horizontal and vertical blurring can be independently invoked by specifying only one to run.", "Applies a gaussian blur to the drawable, with specified radius of affect. The standard deviation of the normal distribution used to modify pixel values is calculated based on the supplied radius. Horizontal and vertical blurring can be independently invoked by specifying only one to run.",
NULL,
"Compatibility procedure. Please see 'gegl:gaussian-blur' for credits.", "Compatibility procedure. Please see 'gegl:gaussian-blur' for credits.",
"Compatibility procedure. Please see 'gegl:gaussian-blur' for credits.", "Compatibility procedure. Please see 'gegl:gaussian-blur' for credits.",
"2014", "2014",
@ -6567,6 +6596,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Apply a gaussian blur", "Apply a gaussian blur",
"Applies a gaussian blur to the drawable, with specified radius of affect. The standard deviation of the normal distribution used to modify pixel values is calculated based on the supplied radius. Horizontal and vertical blurring can be independently invoked by specifying only one to run.", "Applies a gaussian blur to the drawable, with specified radius of affect. The standard deviation of the normal distribution used to modify pixel values is calculated based on the supplied radius. Horizontal and vertical blurring can be independently invoked by specifying only one to run.",
NULL,
"Compatibility procedure. Please see 'gegl:gaussian-blur' for credits.", "Compatibility procedure. Please see 'gegl:gaussian-blur' for credits.",
"Compatibility procedure. Please see 'gegl:gaussian-blur' for credits.", "Compatibility procedure. Please see 'gegl:gaussian-blur' for credits.",
"2014", "2014",
@ -6620,6 +6650,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Apply a gaussian blur", "Apply a gaussian blur",
"Applies a gaussian blur to the drawable, with specified radius of affect. The standard deviation of the normal distribution used to modify pixel values is calculated based on the supplied radius. Horizontal and vertical blurring can be independently invoked by specifying only one to run.", "Applies a gaussian blur to the drawable, with specified radius of affect. The standard deviation of the normal distribution used to modify pixel values is calculated based on the supplied radius. Horizontal and vertical blurring can be independently invoked by specifying only one to run.",
NULL,
"Compatibility procedure. Please see 'gegl:gaussian-blur' for credits.", "Compatibility procedure. Please see 'gegl:gaussian-blur' for credits.",
"Compatibility procedure. Please see 'gegl:gaussian-blur' for credits.", "Compatibility procedure. Please see 'gegl:gaussian-blur' for credits.",
"2014", "2014",
@ -6667,6 +6698,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Simulate distortion caused by square glass tiles", "Simulate distortion caused by square glass tiles",
"Divide the image into square glassblocks in which the image is refracted.", "Divide the image into square glassblocks in which the image is refracted.",
NULL,
"Compatibility procedure. Please see 'gegl:tile-glass' for credits.", "Compatibility procedure. Please see 'gegl:tile-glass' for credits.",
"Compatibility procedure. Please see 'gegl:tile-glass' for credits.", "Compatibility procedure. Please see 'gegl:tile-glass' for credits.",
"2014", "2014",
@ -6714,6 +6746,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Randomize hue, saturation and value independently", "Randomize hue, saturation and value independently",
"Scattering pixel values in HSV space", "Scattering pixel values in HSV space",
NULL,
"Compatibility procedure. Please see 'gegl:noise-hsv' for credits.", "Compatibility procedure. Please see 'gegl:noise-hsv' for credits.",
"Compatibility procedure. Please see 'gegl:noise-hsv' for credits.", "Compatibility procedure. Please see 'gegl:noise-hsv' for credits.",
"2013", "2013",
@ -6773,6 +6806,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Superimpose many altered copies of the image", "Superimpose many altered copies of the image",
"Produce illusion.", "Produce illusion.",
NULL,
"Compatibility procedure. Please see 'gegl:illusion' for credits.", "Compatibility procedure. Please see 'gegl:illusion' for credits.",
"Compatibility procedure. Please see 'gegl:illusion' for credits.", "Compatibility procedure. Please see 'gegl:illusion' for credits.",
"2014", "2014",
@ -6820,6 +6854,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"High-resolution edge detection", "High-resolution edge detection",
"This plug-in creates one-pixel wide edges from the image, with the value proportional to the gradient. It uses the Laplace operator (a 3x3 kernel with -8 in the middle). The image has to be laplacered to get useful results, a gauss_iir with 1.5 - 5.0 depending on the noise in the image is best.", "This plug-in creates one-pixel wide edges from the image, with the value proportional to the gradient. It uses the Laplace operator (a 3x3 kernel with -8 in the middle). The image has to be laplacered to get useful results, a gauss_iir with 1.5 - 5.0 depending on the noise in the image is best.",
NULL,
"Compatibility procedure. Please see 'gegl:edge-laplace' for credits.", "Compatibility procedure. Please see 'gegl:edge-laplace' for credits.",
"Compatibility procedure. Please see 'gegl:edge-laplace' for credits.", "Compatibility procedure. Please see 'gegl:edge-laplace' for credits.",
"2013", "2013",
@ -6855,6 +6890,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Corrects lens distortion", "Corrects lens distortion",
"Corrects barrel or pincushion lens distortion.", "Corrects barrel or pincushion lens distortion.",
NULL,
"Compatibility procedure. Please see 'gegl:lens-distortion' for credits.", "Compatibility procedure. Please see 'gegl:lens-distortion' for credits.",
"Compatibility procedure. Please see 'gegl:lens-distortion' for credits.", "Compatibility procedure. Please see 'gegl:lens-distortion' for credits.",
"2013", "2013",
@ -6926,6 +6962,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Alters edges to make the image seamlessly tileable", "Alters edges to make the image seamlessly tileable",
"This plug-in creates a seamless tileable from the input drawable.", "This plug-in creates a seamless tileable from the input drawable.",
NULL,
"Compatibility procedure. Please see 'gegl:tile-seamless' for credits.", "Compatibility procedure. Please see 'gegl:tile-seamless' for credits.",
"Compatibility procedure. Please see 'gegl:tile-seamless' for credits.", "Compatibility procedure. Please see 'gegl:tile-seamless' for credits.",
"2013", "2013",
@ -6961,6 +6998,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Draw a labyrinth", "Draw a labyrinth",
"Generates a maze using either the depth-first search method or Prim's algorithm. Can make tileable mazes too.", "Generates a maze using either the depth-first search method or Prim's algorithm. Can make tileable mazes too.",
NULL,
"Compatibility procedure. Please see 'gegl:maze' for credits.", "Compatibility procedure. Please see 'gegl:maze' for credits.",
"Compatibility procedure. Please see 'gegl:maze' for credits.", "Compatibility procedure. Please see 'gegl:maze' for credits.",
"2015", "2015",
@ -7038,6 +7076,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Simulate movement using directional blur", "Simulate movement using directional blur",
"This plug-in simulates the effect seen when photographing a moving object at a slow shutter speed. Done by adding multiple displaced copies.", "This plug-in simulates the effect seen when photographing a moving object at a slow shutter speed. Done by adding multiple displaced copies.",
NULL,
"Compatibility procedure. Please see 'gegl:motion-blur-linear, -zoom, -cirular' for credits.", "Compatibility procedure. Please see 'gegl:motion-blur-linear, -zoom, -cirular' for credits.",
"Compatibility procedure. Please see 'gegl:motion-blur-linear, -zoom, -cirular' for credits.", "Compatibility procedure. Please see 'gegl:motion-blur-linear, -zoom, -cirular' for credits.",
"2013", "2013",
@ -7103,6 +7142,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Simulate movement using directional blur", "Simulate movement using directional blur",
"This procedure is equivalent to plug-in-mblur but performs the zoom blur inward instead of outward.", "This procedure is equivalent to plug-in-mblur but performs the zoom blur inward instead of outward.",
NULL,
"Compatibility procedure. Please see 'gegl:motion-blur-linear, -zoom, -cirular' for credits.", "Compatibility procedure. Please see 'gegl:motion-blur-linear, -zoom, -cirular' for credits.",
"Compatibility procedure. Please see 'gegl:motion-blur-linear, -zoom, -cirular' for credits.", "Compatibility procedure. Please see 'gegl:motion-blur-linear, -zoom, -cirular' for credits.",
"2013", "2013",
@ -7168,6 +7208,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Convert the image into irregular tiles", "Convert the image into irregular tiles",
"Mosaic is a filter which transforms an image into what appears to be a mosaic, composed of small primitives, each of constant color and of an approximate size.", "Mosaic is a filter which transforms an image into what appears to be a mosaic, composed of small primitives, each of constant color and of an approximate size.",
NULL,
"Compatibility procedure. Please see 'gegl:mosaic' for credits.", "Compatibility procedure. Please see 'gegl:mosaic' for credits.",
"Compatibility procedure. Please see 'gegl:mosaic' for credits.", "Compatibility procedure. Please see 'gegl:mosaic' for credits.",
"2013", "2013",
@ -7275,6 +7316,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Simulate the glowing boundary of a neon light", "Simulate the glowing boundary of a neon light",
"This filter works in a manner similar to the edge plug-in, but uses the first derivative of the gaussian operator to achieve resolution independence. The IIR method of calculating the effect is utilized to keep the processing time constant between large and small standard deviations.", "This filter works in a manner similar to the edge plug-in, but uses the first derivative of the gaussian operator to achieve resolution independence. The IIR method of calculating the effect is utilized to keep the processing time constant between large and small standard deviations.",
NULL,
"Compatibility procedure. Please see 'gegl:edge-neon' for credits.", "Compatibility procedure. Please see 'gegl:edge-neon' for credits.",
"Compatibility procedure. Please see 'gegl:edge-neon' for credits.", "Compatibility procedure. Please see 'gegl:edge-neon' for credits.",
"2019", "2019",
@ -7322,6 +7364,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Halftone the image to give newspaper-like effect", "Halftone the image to give newspaper-like effect",
"Halftone the image to give newspaper-like effect", "Halftone the image to give newspaper-like effect",
NULL,
"Compatibility procedure. Please see 'gegl:newsprint' for credits.", "Compatibility procedure. Please see 'gegl:newsprint' for credits.",
"Compatibility procedure. Please see 'gegl:newsprint' for credits.", "Compatibility procedure. Please see 'gegl:newsprint' for credits.",
"2019", "2019",
@ -7429,6 +7472,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Stretch brightness values to cover the full range", "Stretch brightness values to cover the full range",
"This plug-in performs almost the same operation as the 'contrast autostretch' plug-in, except that it won't allow the color channels to normalize independently. This is actually what most people probably want instead of contrast-autostretch; use c-a only if you wish to remove an undesirable color-tint from a source image which is supposed to contain pure-white and pure-black.", "This plug-in performs almost the same operation as the 'contrast autostretch' plug-in, except that it won't allow the color channels to normalize independently. This is actually what most people probably want instead of contrast-autostretch; use c-a only if you wish to remove an undesirable color-tint from a source image which is supposed to contain pure-white and pure-black.",
NULL,
"Compatibility procedure. Please see 'gegl:stretch-contrast' for credits.", "Compatibility procedure. Please see 'gegl:stretch-contrast' for credits.",
"Compatibility procedure. Please see 'gegl:stretch-contrast' for credits.", "Compatibility procedure. Please see 'gegl:stretch-contrast' for credits.",
"2019", "2019",
@ -7464,6 +7508,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Add a starburst to the image", "Add a starburst to the image",
"This plug-in produces an effect like a supernova burst. The amount of the light effect is approximately in proportion to 1/r, where r is the distance from the center of the star.", "This plug-in produces an effect like a supernova burst. The amount of the light effect is approximately in proportion to 1/r, where r is the distance from the center of the star.",
NULL,
"Compatibility procedure. Please see 'gegl:supernova' for credits.", "Compatibility procedure. Please see 'gegl:supernova' for credits.",
"Compatibility procedure. Please see 'gegl:supernova' for credits.", "Compatibility procedure. Please see 'gegl:supernova' for credits.",
"2014", "2014",
@ -7536,6 +7581,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Smear colors to simulate an oil painting", "Smear colors to simulate an oil painting",
"This function performs the well-known oil-paint effect on the specified drawable.", "This function performs the well-known oil-paint effect on the specified drawable.",
NULL,
"Compatibility procedure. Please see 'gegl:oilify' for credits.", "Compatibility procedure. Please see 'gegl:oilify' for credits.",
"Compatibility procedure. Please see 'gegl:oilify' for credits.", "Compatibility procedure. Please see 'gegl:oilify' for credits.",
"2019", "2019",
@ -7583,6 +7629,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Smear colors to simulate an oil painting", "Smear colors to simulate an oil painting",
"This function performs the well-known oil-paint effect on the specified drawable.", "This function performs the well-known oil-paint effect on the specified drawable.",
NULL,
"Compatibility procedure. Please see 'gegl:oilify' for credits.", "Compatibility procedure. Please see 'gegl:oilify' for credits.",
"Compatibility procedure. Please see 'gegl:oilify' for credits.", "Compatibility procedure. Please see 'gegl:oilify' for credits.",
"2019", "2019",
@ -7648,6 +7695,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Cut image into paper tiles, and slide them", "Cut image into paper tiles, and slide them",
"This plug-in cuts an image into paper tiles and slides each paper tile.", "This plug-in cuts an image into paper tiles and slides each paper tile.",
NULL,
"Compatibility procedure. Please see 'gegl:tile-paper' for credits.", "Compatibility procedure. Please see 'gegl:tile-paper' for credits.",
"Compatibility procedure. Please see 'gegl:tile-paper' for credits.", "Compatibility procedure. Please see 'gegl:tile-paper' for credits.",
"2015", "2015",
@ -7733,6 +7781,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
"Simulate color distortion produced by a copy machine", "Simulate color distortion produced by a copy machine",
"Propagates dark values in an image based on each pixel's relative darkness to a neighboring average. The idea behind this filter is to give the look of a photocopied version of the image, with toner transferred based on the relative darkness of a particular region. This is achieved by darkening areas of the image which are measured to be darker than a neighborhood average and setting other pixels to white. In this way, sufficiently large shifts in intensity are darkened to black. The rate at which they are darkened to black is determined by the second pct_black parameter. The mask_radius parameter controls the size of the pixel neighborhood over which the average intensity is computed and then compared to each pixel in the neighborhood to decide whether or not to darken it to black. Large values for mask_radius result in very thick black areas bordering the regions of white and much less detail for black areas everywhere including inside regions of color. Small values result in\n" "Propagates dark values in an image based on each pixel's relative darkness to a neighboring average. The idea behind this filter is to give the look of a photocopied version of the image, with toner transferred based on the relative darkness of a particular region. This is achieved by darkening areas of the image which are measured to be darker than a neighborhood average and setting other pixels to white. In this way, sufficiently large shifts in intensity are darkened to black. The rate at which they are darkened to black is determined by the second pct_black parameter. The mask_radius parameter controls the size of the pixel neighborhood over which the average intensity is computed and then compared to each pixel in the neighborhood to decide whether or not to darken it to black. Large values for mask_radius result in very thick black areas bordering the regions of white and much less detail for black areas everywhere including inside regions of color. Small values result in\n"
"less toner overall and more detail everywhere. Small values for the pct_black make the blend from the white regions to the black border lines smoother and the toner regions themselves thinner and less noticeable; larger values achieve the opposite effect.", "less toner overall and more detail everywhere. Small values for the pct_black make the blend from the white regions to the black border lines smoother and the toner regions themselves thinner and less noticeable; larger values achieve the opposite effect.",
NULL,
"Compatibility procedure. Please see 'gegl:photocopy' for credits.", "Compatibility procedure. Please see 'gegl:photocopy' for credits.",
"Compatibility procedure. Please see 'gegl:photocopy' for credits.", "Compatibility procedure. Please see 'gegl:photocopy' for credits.",
"2019", "2019",
@ -7792,6 +7841,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Simplify image into an array of solid-colored squares", "Simplify image into an array of solid-colored squares",
"Pixelize the contents of the specified drawable with specified pixelizing width.", "Pixelize the contents of the specified drawable with specified pixelizing width.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1997", "1997",
@ -7833,6 +7883,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Simplify image into an array of solid-colored rectangles", "Simplify image into an array of solid-colored rectangles",
"Pixelize the contents of the specified drawable with specified pixelizing width and height.", "Pixelize the contents of the specified drawable with specified pixelizing width and height.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1997", "1997",
@ -7880,6 +7931,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Create a random plasma texture", "Create a random plasma texture",
"This plug-in produces plasma fractal images.", "This plug-in produces plasma fractal images.",
NULL,
"Compatibility procedure. Please see 'gegl:plasma' for credits.", "Compatibility procedure. Please see 'gegl:plasma' for credits.",
"Compatibility procedure. Please see 'gegl:plasma' for credits.", "Compatibility procedure. Please see 'gegl:plasma' for credits.",
"2013", "2013",
@ -7927,6 +7979,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Convert image to or from polar coordinates", "Convert image to or from polar coordinates",
"Remaps and image from rectangular coordinates to polar coordinates or vice versa.", "Remaps and image from rectangular coordinates to polar coordinates or vice versa.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1997", "1997",
@ -7992,6 +8045,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Remove the red eye effect caused by camera flashes", "Remove the red eye effect caused by camera flashes",
"This procedure removes the red eye effect caused by camera flashes by using a percentage based red color threshold. Make a selection containing the eyes, and apply the filter while adjusting the threshold to accurately remove the red eyes.", "This procedure removes the red eye effect caused by camera flashes by using a percentage based red color threshold. Make a selection containing the eyes, and apply the filter while adjusting the threshold to accurately remove the red eyes.",
NULL,
"Compatibility procedure. Please see 'gegl:red-eye-removal' for credits.", "Compatibility procedure. Please see 'gegl:red-eye-removal' for credits.",
"Compatibility procedure. Please see 'gegl:red-eye-removal' for credits.", "Compatibility procedure. Please see 'gegl:red-eye-removal' for credits.",
"2013", "2013",
@ -8033,6 +8087,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Completely randomize a fraction of pixels", "Completely randomize a fraction of pixels",
"This plug-in \"hurls\" randomly-valued pixels onto the selection or image. You may select the percentage of pixels to modify and the number of times to repeat the process.", "This plug-in \"hurls\" randomly-valued pixels onto the selection or image. You may select the percentage of pixels to modify and the number of times to repeat the process.",
NULL,
"Compatibility procedure. Please see 'gegl:noise-hurl' for credits.", "Compatibility procedure. Please see 'gegl:noise-hurl' for credits.",
"Compatibility procedure. Please see 'gegl:noise-hurl' for credits.", "Compatibility procedure. Please see 'gegl:noise-hurl' for credits.",
"2013", "2013",
@ -8092,6 +8147,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Randomly interchange some pixels with neighbors", "Randomly interchange some pixels with neighbors",
"This plug-in replaces a pixel with a random adjacent pixel. You may select the percentage of pixels to modify and the number of times to repeat the process.", "This plug-in replaces a pixel with a random adjacent pixel. You may select the percentage of pixels to modify and the number of times to repeat the process.",
NULL,
"Compatibility procedure. Please see 'gegl:noise-pick' for credits.", "Compatibility procedure. Please see 'gegl:noise-pick' for credits.",
"Compatibility procedure. Please see 'gegl:noise-pick' for credits.", "Compatibility procedure. Please see 'gegl:noise-pick' for credits.",
"2013", "2013",
@ -8151,6 +8207,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Randomly slide some pixels downward (similar to melting", "Randomly slide some pixels downward (similar to melting",
"This plug-in \"slurs\" (melts like a bunch of icicles) an image. You may select the percentage of pixels to modify and the number of times to repeat the process.", "This plug-in \"slurs\" (melts like a bunch of icicles) an image. You may select the percentage of pixels to modify and the number of times to repeat the process.",
NULL,
"Compatibility procedure. Please see 'gegl:noise-slur' for credits.", "Compatibility procedure. Please see 'gegl:noise-slur' for credits.",
"Compatibility procedure. Please see 'gegl:noise-slur' for credits.", "Compatibility procedure. Please see 'gegl:noise-slur' for credits.",
"2013", "2013",
@ -8210,6 +8267,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Distort colors by random amounts", "Distort colors by random amounts",
"Add normally distributed (zero mean) random values to image channels. Noise may be additive (uncorrelated) or multiplicative (correlated - also known as speckle noise). For color images color channels may be treated together or independently.", "Add normally distributed (zero mean) random values to image channels. Noise may be additive (uncorrelated) or multiplicative (correlated - also known as speckle noise). For color images color channels may be treated together or independently.",
NULL,
"Compatibility procedure. Please see 'gegl:noise-rgb' for credits.", "Compatibility procedure. Please see 'gegl:noise-rgb' for credits.",
"Compatibility procedure. Please see 'gegl:noise-rgb' for credits.", "Compatibility procedure. Please see 'gegl:noise-rgb' for credits.",
"2013", "2013",
@ -8281,6 +8339,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Displace pixels in a ripple pattern", "Displace pixels in a ripple pattern",
"Ripples the pixels of the specified drawable. Each row or column will be displaced a certain number of pixels coinciding with the given wave form.", "Ripples the pixels of the specified drawable. Each row or column will be displaced a certain number of pixels coinciding with the given wave form.",
NULL,
"Compatibility procedure. Please see 'gegl:ripple' for credits.", "Compatibility procedure. Please see 'gegl:ripple' for credits.",
"Compatibility procedure. Please see 'gegl:ripple' for credits.", "Compatibility procedure. Please see 'gegl:ripple' for credits.",
"2018", "2018",
@ -8358,6 +8417,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Rotates a layer or the whole image by 90, 180 or 270 degrees", "Rotates a layer or the whole image by 90, 180 or 270 degrees",
"This plug-in does rotate the active layer or the whole image clockwise by multiples of 90 degrees. When the whole image is chosen, the image is resized if necessary.", "This plug-in does rotate the active layer or the whole image clockwise by multiples of 90 degrees. When the whole image is chosen, the image is resized if necessary.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2014", "2014",
@ -8405,6 +8465,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Adds random noise to image channels", "Adds random noise to image channels",
"Add normally distributed random values to image channels. For color images each color channel may be treated together or independently.", "Add normally distributed random values to image channels. For color images each color channel may be treated together or independently.",
NULL,
"Compatibility procedure. Please see 'gegl:noise-rgb' for credits.", "Compatibility procedure. Please see 'gegl:noise-rgb' for credits.",
"Compatibility procedure. Please see 'gegl:noise-rgb' for credits.", "Compatibility procedure. Please see 'gegl:noise-rgb' for credits.",
"2013", "2013",
@ -8470,6 +8531,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Blur neighboring pixels, but only in low-contrast areas", "Blur neighboring pixels, but only in low-contrast areas",
"This filter functions similar to the regular gaussian blur filter except that neighbouring pixels that differ more than the given maxdelta parameter will not be blended with. This way with the correct parameters, an image can be smoothed out without losing details. However, this filter can be rather slow.", "This filter functions similar to the regular gaussian blur filter except that neighbouring pixels that differ more than the given maxdelta parameter will not be blended with. This way with the correct parameters, an image can be smoothed out without losing details. However, this filter can be rather slow.",
NULL,
"Compatibility procedure. Please see 'gegl:gaussian-blur-selective' for credits.", "Compatibility procedure. Please see 'gegl:gaussian-blur-selective' for credits.",
"Compatibility procedure. Please see 'gegl:gaussian-blur-selective' for credits.", "Compatibility procedure. Please see 'gegl:gaussian-blur-selective' for credits.",
"2099", "2099",
@ -8517,6 +8579,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Replace partial transparency with the current background color", "Replace partial transparency with the current background color",
"This plug-in flattens pixels in an RGBA image that aren't completely transparent against the current GIMP background color.", "This plug-in flattens pixels in an RGBA image that aren't completely transparent against the current GIMP background color.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1997", "1997",
@ -8552,6 +8615,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Shift each row or column of pixels by a random amount", "Shift each row or column of pixels by a random amount",
"Shifts the pixels of the specified drawable. Each row or column will be displaced a random value of pixels.", "Shifts the pixels of the specified drawable. Each row or column will be displaced a random value of pixels.",
NULL,
"Compatibility procedure. Please see 'gegl:shift' for credits.", "Compatibility procedure. Please see 'gegl:shift' for credits.",
"Compatibility procedure. Please see 'gegl:shift' for credits.", "Compatibility procedure. Please see 'gegl:shift' for credits.",
"2013", "2013",
@ -8599,6 +8663,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Generate complex sinusoidal textures", "Generate complex sinusoidal textures",
"FIXME: sinus help", "FIXME: sinus help",
NULL,
"Compatibility procedure. Please see 'gegl:sinus' for credits.", "Compatibility procedure. Please see 'gegl:sinus' for credits.",
"Compatibility procedure. Please see 'gegl:sinus' for credits.", "Compatibility procedure. Please see 'gegl:sinus' for credits.",
"2014", "2014",
@ -8714,6 +8779,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Specialized direction-dependent edge detection", "Specialized direction-dependent edge detection",
"This plug-in calculates the gradient with a sobel operator. The user can specify which direction to use. When both directions are used, the result is the RMS of the two gradients; if only one direction is used, the result either the absolute value of the gradient, or 127 + gradient (if the 'keep sign' switch is on). This way, information about the direction of the gradient is preserved. Resulting images are not autoscaled.\"", "This plug-in calculates the gradient with a sobel operator. The user can specify which direction to use. When both directions are used, the result is the RMS of the two gradients; if only one direction is used, the result either the absolute value of the gradient, or 127 + gradient (if the 'keep sign' switch is on). This way, information about the direction of the gradient is preserved. Resulting images are not autoscaled.\"",
NULL,
"Compatibility procedure. Please see 'gegl:edge-sobel' for credits.", "Compatibility procedure. Please see 'gegl:edge-sobel' for credits.",
"Compatibility procedure. Please see 'gegl:edge-sobel' for credits.", "Compatibility procedure. Please see 'gegl:edge-sobel' for credits.",
"2014", "2014",
@ -8767,6 +8833,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Simulate glow by making highlights intense and fuzzy", "Simulate glow by making highlights intense and fuzzy",
"Gives an image a softglow effect by intensifying the highlights in the image. This is done by screening a modified version of the drawable with itself. The modified version is desaturated and then a sigmoidal transfer function is applied to force the distribution of intensities into very small and very large only. This desaturated version is then blurred to give it a fuzzy 'vaseline-on-the-lens' effect. The glow radius parameter controls the sharpness of the glow effect. The brightness parameter controls the degree of intensification applied to image highlights. The sharpness parameter controls how defined or alternatively, diffuse, the glow effect should be.", "Gives an image a softglow effect by intensifying the highlights in the image. This is done by screening a modified version of the drawable with itself. The modified version is desaturated and then a sigmoidal transfer function is applied to force the distribution of intensities into very small and very large only. This desaturated version is then blurred to give it a fuzzy 'vaseline-on-the-lens' effect. The glow radius parameter controls the sharpness of the glow effect. The brightness parameter controls the degree of intensification applied to image highlights. The sharpness parameter controls how defined or alternatively, diffuse, the glow effect should be.",
NULL,
"Compatibility procedure. Please see 'gegl:softglow' for credits.", "Compatibility procedure. Please see 'gegl:softglow' for credits.",
"Compatibility procedure. Please see 'gegl:softglow' for credits.", "Compatibility procedure. Please see 'gegl:softglow' for credits.",
"2019", "2019",
@ -8820,6 +8887,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Create a random cloud-like texture", "Create a random cloud-like texture",
"Generates 2D textures using Perlin's classic solid noise function.", "Generates 2D textures using Perlin's classic solid noise function.",
NULL,
"Compatibility procedure. Please see 'gegl:noise-solid' for credits.", "Compatibility procedure. Please see 'gegl:noise-solid' for credits.",
"Compatibility procedure. Please see 'gegl:noise-solid' for credits.", "Compatibility procedure. Please see 'gegl:noise-solid' for credits.",
"2014", "2014",
@ -8891,6 +8959,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Move pixels around randomly", "Move pixels around randomly",
"Spreads the pixels of the specified drawable. Pixels are randomly moved to another location whose distance varies from the original by the horizontal and vertical spread amounts.", "Spreads the pixels of the specified drawable. Pixels are randomly moved to another location whose distance varies from the original by the horizontal and vertical spread amounts.",
NULL,
"Compatibility procedure. Please see 'gegl:noise-spread' for credits.", "Compatibility procedure. Please see 'gegl:noise-spread' for credits.",
"Compatibility procedure. Please see 'gegl:noise-spread' for credits.", "Compatibility procedure. Please see 'gegl:noise-spread' for credits.",
"2013", "2013",
@ -8938,6 +9007,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Make transparency all-or-nothing", "Make transparency all-or-nothing",
"Make transparency all-or-nothing.", "Make transparency all-or-nothing.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1997", "1997",
@ -8979,6 +9049,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"The most widely useful method for sharpening an image", "The most widely useful method for sharpening an image",
"The unsharp mask is a sharpening filter that works by comparing using the difference of the image and a blurred version of the image. It is commonly used on photographic images, and is provides a much more pleasing result than the standard sharpen filter.", "The unsharp mask is a sharpening filter that works by comparing using the difference of the image and a blurred version of the image. It is commonly used on photographic images, and is provides a much more pleasing result than the standard sharpen filter.",
NULL,
"Compatibility procedure. Please see 'gegl:unsharp-mask' for credits.", "Compatibility procedure. Please see 'gegl:unsharp-mask' for credits.",
"Compatibility procedure. Please see 'gegl:unsharp-mask' for credits.", "Compatibility procedure. Please see 'gegl:unsharp-mask' for credits.",
"2018", "2018",
@ -9032,6 +9103,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Simulate distortion produced by a fuzzy or low-res monitor", "Simulate distortion produced by a fuzzy or low-res monitor",
"This function simulates the degradation of being on an old low-dotpitch RGB video monitor to the specified drawable.", "This function simulates the degradation of being on an old low-dotpitch RGB video monitor to the specified drawable.",
NULL,
"Compatibility procedure. Please see 'gegl:video-degradation' for credits.", "Compatibility procedure. Please see 'gegl:video-degradation' for credits.",
"Compatibility procedure. Please see 'gegl:video-degradation' for credits.", "Compatibility procedure. Please see 'gegl:video-degradation' for credits.",
"2014", "2014",
@ -9085,6 +9157,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Invert the brightness of each pixel", "Invert the brightness of each pixel",
"This function takes an indexed/RGB image and inverts its 'value' in HSV space. The upshot of this is that the color and saturation at any given point remains the same, but its brightness is effectively inverted. Quite strange. Sometimes produces unpleasant color artifacts on images from lossy sources (ie. JPEG).", "This function takes an indexed/RGB image and inverts its 'value' in HSV space. The upshot of this is that the color and saturation at any given point remains the same, but its brightness is effectively inverted. Quite strange. Sometimes produces unpleasant color artifacts on images from lossy sources (ie. JPEG).",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1997", "1997",
@ -9120,6 +9193,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Propagate certain colors to neighboring pixels", "Propagate certain colors to neighboring pixels",
"Propagate values of the layer.", "Propagate values of the layer.",
NULL,
"Compatibility procedure. Please see 'gegl:value-propagate' for credits.", "Compatibility procedure. Please see 'gegl:value-propagate' for credits.",
"Compatibility procedure. Please see 'gegl:value-propagate' for credits.", "Compatibility procedure. Please see 'gegl:value-propagate' for credits.",
"2015", "2015",
@ -9191,6 +9265,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Grow lighter areas of the image", "Grow lighter areas of the image",
"Dilate image.", "Dilate image.",
NULL,
"Compatibility procedure. Please see 'gegl:value-propagate' for credits.", "Compatibility procedure. Please see 'gegl:value-propagate' for credits.",
"Compatibility procedure. Please see 'gegl:value-propagate' for credits.", "Compatibility procedure. Please see 'gegl:value-propagate' for credits.",
"2015", "2015",
@ -9262,6 +9337,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Shrink lighter areas of the image", "Shrink lighter areas of the image",
"Erode image.", "Erode image.",
NULL,
"Compatibility procedure. Please see 'gegl:value-propagate' for credits.", "Compatibility procedure. Please see 'gegl:value-propagate' for credits.",
"Compatibility procedure. Please see 'gegl:value-propagate' for credits.", "Compatibility procedure. Please see 'gegl:value-propagate' for credits.",
"2015", "2015",
@ -9333,6 +9409,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Distort the image with waves", "Distort the image with waves",
"Distort the image with waves.", "Distort the image with waves.",
NULL,
"Compatibility procedure. Please see 'gegl:waves' for credits.", "Compatibility procedure. Please see 'gegl:waves' for credits.",
"Compatibility procedure. Please see 'gegl:waves' for credits.", "Compatibility procedure. Please see 'gegl:waves' for credits.",
"2013", "2013",
@ -9398,6 +9475,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Distort an image by whirling and pinching", "Distort an image by whirling and pinching",
"Distorts the image by whirling and pinching, which are two common center-based, circular distortions. Whirling is like projecting the image onto the surface of water in a toilet and flushing. Pinching is similar to projecting the image onto an elastic surface and pressing or pulling on the center of the surface.", "Distorts the image by whirling and pinching, which are two common center-based, circular distortions. Whirling is like projecting the image onto the surface of water in a toilet and flushing. Pinching is similar to projecting the image onto an elastic surface and pressing or pulling on the center of the surface.",
NULL,
"Compatibility procedure. Please see 'gegl:whirl-pinch' for credits.", "Compatibility procedure. Please see 'gegl:whirl-pinch' for credits.",
"Compatibility procedure. Please see 'gegl:whirl-pinch' for credits.", "Compatibility procedure. Please see 'gegl:whirl-pinch' for credits.",
"2013", "2013",
@ -9451,6 +9529,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Smear image to give windblown effect", "Smear image to give windblown effect",
"Renders a wind effect.", "Renders a wind effect.",
NULL,
"Compatibility procedure. Please see 'gegl:wind' for credits.", "Compatibility procedure. Please see 'gegl:wind' for credits.",
"Compatibility procedure. Please see 'gegl:wind' for credits.", "Compatibility procedure. Please see 'gegl:wind' for credits.",
"2015", "2015",

View file

@ -303,6 +303,7 @@ register_progress_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Initializes the progress bar for the current plug-in.", "Initializes the progress bar for the current plug-in.",
"Initializes the progress bar for the current plug-in. It is only valid to call this procedure from a plug-in.", "Initializes the progress bar for the current plug-in. It is only valid to call this procedure from a plug-in.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -332,6 +333,7 @@ register_progress_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Updates the progress bar for the current plug-in.", "Updates the progress bar for the current plug-in.",
"Updates the progress bar for the current plug-in. It is only valid to call this procedure from a plug-in.", "Updates the progress bar for the current plug-in. It is only valid to call this procedure from a plug-in.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -354,6 +356,7 @@ register_progress_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Pulses the progress bar for the current plug-in.", "Pulses the progress bar for the current plug-in.",
"Updates the progress bar for the current plug-in. It is only valid to call this procedure from a plug-in. Use this function instead of 'gimp-progress-update' if you cannot tell how much progress has been made. This usually causes the the progress bar to enter \"activity mode\", where a block bounces back and forth.", "Updates the progress bar for the current plug-in. It is only valid to call this procedure from a plug-in. Use this function instead of 'gimp-progress-update' if you cannot tell how much progress has been made. This usually causes the the progress bar to enter \"activity mode\", where a block bounces back and forth.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2005", "2005",
@ -370,6 +373,7 @@ register_progress_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Changes the text in the progress bar for the current plug-in.", "Changes the text in the progress bar for the current plug-in.",
"This function changes the text in the progress bar for the current plug-in. Unlike 'gimp-progress-init' it does not change the displayed value.", "This function changes the text in the progress bar for the current plug-in. Unlike 'gimp-progress-init' it does not change the displayed value.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2005", "2005",
@ -393,6 +397,7 @@ register_progress_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Ends the progress bar for the current plug-in.", "Ends the progress bar for the current plug-in.",
"Ends the progress display for the current plug-in. Most plug-ins don't need to call this, they just exit when the work is done. It is only valid to call this procedure from a plug-in.", "Ends the progress display for the current plug-in. Most plug-ins don't need to call this, they just exit when the work is done. It is only valid to call this procedure from a plug-in.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2007", "2007",
@ -409,6 +414,7 @@ register_progress_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the native window ID of the toplevel window this plug-in's progress is displayed in.", "Returns the native window ID of the toplevel window this plug-in's progress is displayed in.",
"This function returns the native window ID of the toplevel window this plug-in\'s progress is displayed in.", "This function returns the native window ID of the toplevel window this plug-in\'s progress is displayed in.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",
@ -431,6 +437,7 @@ register_progress_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Installs a progress callback for the current plug-in.", "Installs a progress callback for the current plug-in.",
"This function installs a temporary PDB procedure which will handle all progress calls made by this plug-in and any procedure it calls. Calling this function multiple times simply replaces the old progress callbacks.", "This function installs a temporary PDB procedure which will handle all progress calls made by this plug-in and any procedure it calls. Calling this function multiple times simply replaces the old progress callbacks.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",
@ -454,6 +461,7 @@ register_progress_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Uninstalls the progress callback for the current plug-in.", "Uninstalls the progress callback for the current plug-in.",
"This function uninstalls any progress callback installed with 'gimp-progress-install' before.", "This function uninstalls any progress callback installed with 'gimp-progress-install' before.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",
@ -477,6 +485,7 @@ register_progress_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Cancels a running progress.", "Cancels a running progress.",
"This function cancels the currently running progress.", "This function cancels the currently running progress.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2004", "2004",

View file

@ -501,6 +501,7 @@ register_selection_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Find the bounding box of the current selection.", "Find the bounding box of the current selection.",
"This procedure returns whether there is a selection for the specified image. If there is one, the upper left and lower right corners of the bounding box are returned. These coordinates are relative to the image. Please note that the pixel specified by the lower right coordinate of the bounding box is not part of the selection. The selection ends at the upper left corner of this pixel. This means the width of the selection can be calculated as (x2 - x1), its height as (y2 - y1).", "This procedure returns whether there is a selection for the specified image. If there is one, the upper left and lower right corners of the bounding box are returned. These coordinates are relative to the image. Please note that the pixel specified by the lower right coordinate of the bounding box is not part of the selection. The selection ends at the upper left corner of this pixel. This means the width of the selection can be calculated as (x2 - x1), its height as (y2 - y1).",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -553,6 +554,7 @@ register_selection_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Find the value of the selection at the specified coordinates.", "Find the value of the selection at the specified coordinates.",
"This procedure returns the value of the selection at the specified coordinates. If the coordinates lie out of bounds, 0 is returned.", "This procedure returns the value of the selection at the specified coordinates. If the coordinates lie out of bounds, 0 is returned.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -593,6 +595,7 @@ register_selection_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Determine whether the selection is empty.", "Determine whether the selection is empty.",
"This procedure returns TRUE if the selection for the specified image is empty.", "This procedure returns TRUE if the selection for the specified image is empty.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -621,6 +624,7 @@ register_selection_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Translate the selection by the specified offsets.", "Translate the selection by the specified offsets.",
"This procedure actually translates the selection for the specified image by the specified offsets. Regions that are translated from beyond the bounds of the image are set to empty. Valid regions of the selection which are translated beyond the bounds of the image because of this call are lost.", "This procedure actually translates the selection for the specified image by the specified offsets. Regions that are translated from beyond the bounds of the image are set to empty. Valid regions of the selection which are translated beyond the bounds of the image because of this call are lost.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -655,6 +659,7 @@ register_selection_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Float the selection from the specified drawable with initial offsets as specified.", "Float the selection from the specified drawable with initial offsets as specified.",
"This procedure determines the region of the specified drawable that lies beneath the current selection. The region is then cut from the drawable and the resulting data is made into a new layer which is instantiated as a floating selection. The offsets allow initial positioning of the new floating selection.", "This procedure determines the region of the specified drawable that lies beneath the current selection. The region is then cut from the drawable and the resulting data is made into a new layer which is instantiated as a floating selection. The offsets allow initial positioning of the new floating selection.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -695,6 +700,7 @@ register_selection_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Invert the selection mask.", "Invert the selection mask.",
"This procedure inverts the selection mask. For every pixel in the selection channel, its new value is calculated as (255 - old-value).", "This procedure inverts the selection mask. For every pixel in the selection channel, its new value is calculated as (255 - old-value).",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -717,6 +723,7 @@ register_selection_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sharpen the selection mask.", "Sharpen the selection mask.",
"This procedure sharpens the selection mask. For every pixel in the selection channel, if the value is > 127, the new pixel is assigned a value of 255. This removes any \"anti-aliasing\" that might exist in the selection mask's boundary.", "This procedure sharpens the selection mask. For every pixel in the selection channel, if the value is > 127, the new pixel is assigned a value of 255. This removes any \"anti-aliasing\" that might exist in the selection mask's boundary.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -739,6 +746,7 @@ register_selection_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Select all of the image.", "Select all of the image.",
"This procedure sets the selection mask to completely encompass the image. Every pixel in the selection channel is set to 255.", "This procedure sets the selection mask to completely encompass the image. Every pixel in the selection channel is set to 255.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -761,6 +769,7 @@ register_selection_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Deselect the entire image.", "Deselect the entire image.",
"This procedure deselects the entire image. Every pixel in the selection channel is set to 0.", "This procedure deselects the entire image. Every pixel in the selection channel is set to 0.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -783,6 +792,7 @@ register_selection_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Feather the image's selection", "Feather the image's selection",
"This procedure feathers the selection. Feathering is implemented using a gaussian blur.", "This procedure feathers the selection. Feathering is implemented using a gaussian blur.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -811,6 +821,7 @@ register_selection_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Border the image's selection", "Border the image's selection",
"This procedure borders the selection. Bordering creates a new selection which is defined along the boundary of the previous selection at every point within the specified radius.", "This procedure borders the selection. Bordering creates a new selection which is defined along the boundary of the previous selection at every point within the specified radius.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -839,6 +850,7 @@ register_selection_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Grow the image's selection", "Grow the image's selection",
"This procedure grows the selection. Growing involves expanding the boundary in all directions by the specified pixel amount.", "This procedure grows the selection. Growing involves expanding the boundary in all directions by the specified pixel amount.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -867,6 +879,7 @@ register_selection_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Shrink the image's selection", "Shrink the image's selection",
"This procedure shrinks the selection. Shrinking involves trimming the existing selection boundary on all sides by the specified number of pixels.", "This procedure shrinks the selection. Shrinking involves trimming the existing selection boundary on all sides by the specified number of pixels.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -895,6 +908,7 @@ register_selection_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Remove holes from the image's selection", "Remove holes from the image's selection",
"This procedure removes holes from the selection, that can come from selecting a patchy area with the Fuzzy Select Tool. In technical terms this procedure floods the selection. See the Algorithms page in the developer wiki for details.", "This procedure removes holes from the selection, that can come from selecting a patchy area with the Fuzzy Select Tool. In technical terms this procedure floods the selection. See the Algorithms page in the developer wiki for details.",
NULL,
"Ell", "Ell",
"Ell", "Ell",
"2016", "2016",
@ -917,6 +931,7 @@ register_selection_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Copy the selection mask to a new channel.", "Copy the selection mask to a new channel.",
"This procedure copies the selection mask and stores the content in a new channel. The new channel is automatically inserted into the image's list of channels.", "This procedure copies the selection mask and stores the content in a new channel. The new channel is automatically inserted into the image's list of channels.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",

View file

@ -1149,6 +1149,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Creates a new text layer.", "Creates a new text layer.",
"This procedure creates a new text layer. The arguments are kept as simple as necessary for the normal case. All text attributes, however, can be modified with the appropriate gimp_text_layer_set_*() procedures. The new layer still needs to be added to the image, as this is not automatic. Add the new layer using 'gimp-image-insert-layer'.", "This procedure creates a new text layer. The arguments are kept as simple as necessary for the normal case. All text attributes, however, can be modified with the appropriate gimp_text_layer_set_*() procedures. The new layer still needs to be added to the image, as this is not automatic. Add the new layer using 'gimp-image-insert-layer'.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1205,6 +1206,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the text from a text layer as string.", "Get the text from a text layer as string.",
"This procedure returns the text from a text layer as a string.", "This procedure returns the text from a text layer as a string.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1234,6 +1236,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the text of a text layer.", "Set the text of a text layer.",
"This procedure changes the text of a text layer.", "This procedure changes the text of a text layer.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1263,6 +1266,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the markup from a text layer as string.", "Get the markup from a text layer as string.",
"This procedure returns the markup of the styles from a text layer. The markup will be in the form of Pango's markup - See https://www.pango.org/ for more information about Pango and its markup. Note: Setting the markup of a text layer using Pango's markup is not supported for now.", "This procedure returns the markup of the styles from a text layer. The markup will be in the form of Pango's markup - See https://www.pango.org/ for more information about Pango and its markup. Note: Setting the markup of a text layer using Pango's markup is not supported for now.",
NULL,
"Barak Itkin <lightningismyname@gmail.com>", "Barak Itkin <lightningismyname@gmail.com>",
"Barak Itkin", "Barak Itkin",
"2010", "2010",
@ -1292,6 +1296,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the font from a text layer as string.", "Get the font from a text layer as string.",
"This procedure returns the name of the font from a text layer.", "This procedure returns the name of the font from a text layer.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1321,6 +1326,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the font of a text layer.", "Set the font of a text layer.",
"This procedure modifies the font used in the specified text layer.", "This procedure modifies the font used in the specified text layer.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1350,6 +1356,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the font size from a text layer.", "Get the font size from a text layer.",
"This procedure returns the size of the font which is used in a text layer. You will receive the size as a float 'font-size' in 'unit' units.", "This procedure returns the size of the font which is used in a text layer. You will receive the size as a float 'font-size' in 'unit' units.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1386,6 +1393,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the font size.", "Set the font size.",
"This procedure changes the font size of a text layer. The size of your font will be a double 'font-size' of 'unit' units.", "This procedure changes the font size of a text layer. The size of your font will be a double 'font-size' of 'unit' units.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1422,6 +1430,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Check if antialiasing is used in the text layer.", "Check if antialiasing is used in the text layer.",
"This procedure checks if antialiasing is enabled in the specified text layer.", "This procedure checks if antialiasing is enabled in the specified text layer.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1450,6 +1459,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Enable/disable anti-aliasing in a text layer.", "Enable/disable anti-aliasing in a text layer.",
"This procedure enables or disables anti-aliasing of the text in a text layer.", "This procedure enables or disables anti-aliasing of the text in a text layer.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1478,6 +1488,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get information about hinting in the specified text layer.", "Get information about hinting in the specified text layer.",
"This procedure provides information about the hinting that is being used in a text layer. Hinting can be optimized for fidelity or contrast or it can be turned entirely off.", "This procedure provides information about the hinting that is being used in a text layer. Hinting can be optimized for fidelity or contrast or it can be turned entirely off.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1507,6 +1518,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Control how font outlines are hinted in a text layer.", "Control how font outlines are hinted in a text layer.",
"This procedure sets the hint style for font outlines in a text layer. This controls whether to fit font outlines to the pixel grid, and if so, whether to optimize for fidelity or contrast.", "This procedure sets the hint style for font outlines in a text layer. This controls whether to fit font outlines to the pixel grid, and if so, whether to optimize for fidelity or contrast.",
NULL,
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann", "Sven Neumann",
"2008", "2008",
@ -1536,6 +1548,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Check if kerning is used in the text layer.", "Check if kerning is used in the text layer.",
"This procedure checks if kerning is enabled in the specified text layer.", "This procedure checks if kerning is enabled in the specified text layer.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1564,6 +1577,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Enable/disable kerning in a text layer.", "Enable/disable kerning in a text layer.",
"This procedure enables or disables kerning in a text layer.", "This procedure enables or disables kerning in a text layer.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1592,6 +1606,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the language used in the text layer.", "Get the language used in the text layer.",
"This procedure returns the language string which is set for the text in the text layer.", "This procedure returns the language string which is set for the text in the text layer.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1621,6 +1636,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the language of the text layer.", "Set the language of the text layer.",
"This procedure sets the language of the text in text layer. For some scripts the language has an influence of how the text is rendered.", "This procedure sets the language of the text in text layer. For some scripts the language has an influence of how the text is rendered.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1650,6 +1666,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the base direction used for rendering the text layer.", "Get the base direction used for rendering the text layer.",
"This procedure returns the base direction used for rendering the text in the text layer", "This procedure returns the base direction used for rendering the text in the text layer",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1679,6 +1696,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the base direction in the text layer.", "Set the base direction in the text layer.",
"This procedure sets the base direction used in applying the Unicode bidirectional algorithm when rendering the text.", "This procedure sets the base direction used in applying the Unicode bidirectional algorithm when rendering the text.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1708,6 +1726,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the text justification information of the text layer.", "Get the text justification information of the text layer.",
"This procedure returns the alignment of the lines in the text layer relative to each other.", "This procedure returns the alignment of the lines in the text layer relative to each other.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1737,6 +1756,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the justification of the text in a text layer.", "Set the justification of the text in a text layer.",
"This procedure sets the alignment of the lines in the text layer relative to each other.", "This procedure sets the alignment of the lines in the text layer relative to each other.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1766,6 +1786,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the color of the text in a text layer.", "Get the color of the text in a text layer.",
"This procedure returns the color of the text in a text layer.", "This procedure returns the color of the text in a text layer.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1795,6 +1816,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the color of the text in the text layer.", "Set the color of the text in the text layer.",
"This procedure sets the text color in the text layer 'layer'.", "This procedure sets the text color in the text layer 'layer'.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1824,6 +1846,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the line indentation of text layer.", "Get the line indentation of text layer.",
"This procedure returns the indentation of the first line in a text layer.", "This procedure returns the indentation of the first line in a text layer.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1852,6 +1875,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Set the indentation of the first line in a text layer.", "Set the indentation of the first line in a text layer.",
"This procedure sets the indentation of the first line in the text layer.", "This procedure sets the indentation of the first line in the text layer.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1880,6 +1904,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the spacing between lines of text.", "Get the spacing between lines of text.",
"This procedure returns the line-spacing between lines of text in a text layer.", "This procedure returns the line-spacing between lines of text in a text layer.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1908,6 +1933,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Adjust the line spacing in a text layer.", "Adjust the line spacing in a text layer.",
"This procedure sets the additional spacing used between lines a text layer.", "This procedure sets the additional spacing used between lines a text layer.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1936,6 +1962,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get the letter spacing used in a text layer.", "Get the letter spacing used in a text layer.",
"This procedure returns the additional spacing between the single glyphs in a text layer.", "This procedure returns the additional spacing between the single glyphs in a text layer.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1964,6 +1991,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Adjust the letter spacing in a text layer.", "Adjust the letter spacing in a text layer.",
"This procedure sets the additional spacing between the single glyphs in a text layer.", "This procedure sets the additional spacing between the single glyphs in a text layer.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1992,6 +2020,7 @@ register_text_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Resize the box of a text layer.", "Resize the box of a text layer.",
"This procedure changes the width and height of a text layer while keeping it as a text layer and not converting it to a bitmap like 'gimp-layer-resize' would do.", "This procedure changes the width and height of a text layer while keeping it as a text layer and not converting it to a bitmap like 'gimp-layer-resize' would do.",
NULL,
"Barak Itkin <lightningismyname@gmail.com>", "Barak Itkin <lightningismyname@gmail.com>",
"Barak Itkin", "Barak Itkin",
"2009", "2009",

View file

@ -163,6 +163,7 @@ register_text_tool_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Add text at the specified location as a floating selection or a new layer.", "Add text at the specified location as a floating selection or a new layer.",
"This tool requires a fontname matching an installed PangoFT2 font. You can specify the fontsize in units of pixels or points, and the appropriate metric is specified using the size_type argument. The x and y parameters together control the placement of the new text by specifying the upper left corner of the text bounding box. If the specified drawable parameter is valid, the text will be created as a floating selection attached to the drawable. If the drawable parameter is not valid (%NULL), the text will appear as a new layer. Finally, a border can be specified around the final rendered text. The border is measured in pixels. Parameter size-type is not used and is currently ignored. If you need to display a font in points, divide the size in points by 72.0 and multiply it by the image's vertical resolution.", "This tool requires a fontname matching an installed PangoFT2 font. You can specify the fontsize in units of pixels or points, and the appropriate metric is specified using the size_type argument. The x and y parameters together control the placement of the new text by specifying the upper left corner of the text bounding box. If the specified drawable parameter is valid, the text will be created as a floating selection attached to the drawable. If the drawable parameter is not valid (%NULL), the text will appear as a new layer. Finally, a border can be specified around the final rendered text. The border is measured in pixels. Parameter size-type is not used and is currently ignored. If you need to display a font in points, divide the size in points by 72.0 and multiply it by the image's vertical resolution.",
NULL,
"Martin Edlman & Sven Neumann", "Martin Edlman & Sven Neumann",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1998- 2001", "1998- 2001",
@ -248,6 +249,7 @@ register_text_tool_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get extents of the bounding box for the specified text.", "Get extents of the bounding box for the specified text.",
"This tool returns the width and height of a bounding box for the specified text string with the specified font information. Ascent and descent for the specified font are returned as well. Parameter size-type is not used and is currently ignored. If you need to display a font in points, divide the size in points by 72.0 and multiply it by the vertical resolution of the image you are taking into account.", "This tool returns the width and height of a bounding box for the specified text string with the specified font information. Ascent and descent for the specified font are returned as well. Parameter size-type is not used and is currently ignored. If you need to display a font in points, divide the size in points by 72.0 and multiply it by the vertical resolution of the image you are taking into account.",
NULL,
"Martin Edlman & Sven Neumann", "Martin Edlman & Sven Neumann",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1998- 2001", "1998- 2001",

View file

@ -387,6 +387,7 @@ register_unit_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the number of units.", "Returns the number of units.",
"This procedure returns the number of defined units.", "This procedure returns the number of defined units.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"1999", "1999",
@ -409,6 +410,7 @@ register_unit_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the number of built-in units.", "Returns the number of built-in units.",
"This procedure returns the number of defined units built-in to GIMP.", "This procedure returns the number of defined units built-in to GIMP.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"1999", "1999",
@ -431,6 +433,7 @@ register_unit_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Creates a new unit and returns it's integer ID.", "Creates a new unit and returns it's integer ID.",
"This procedure creates a new unit and returns it's integer ID. Note that the new unit will have it's deletion flag set to TRUE, so you will have to set it to FALSE with 'gimp-unit-set-deletion-flag' to make it persistent.", "This procedure creates a new unit and returns it's integer ID. Note that the new unit will have it's deletion flag set to TRUE, so you will have to set it to FALSE with 'gimp-unit-set-deletion-flag' to make it persistent.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"1999", "1999",
@ -502,6 +505,7 @@ register_unit_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the deletion flag of the unit.", "Returns the deletion flag of the unit.",
"This procedure returns the deletion flag of the unit. If this value is TRUE the unit's definition will not be saved in the user's unitrc file on gimp exit.", "This procedure returns the deletion flag of the unit. If this value is TRUE the unit's definition will not be saved in the user's unitrc file on gimp exit.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"1999", "1999",
@ -532,6 +536,7 @@ register_unit_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Sets the deletion flag of a unit.", "Sets the deletion flag of a unit.",
"This procedure sets the unit's deletion flag. If the deletion flag of a unit is TRUE on gimp exit, this unit's definition will not be saved in the user's unitrc.", "This procedure sets the unit's deletion flag. If the deletion flag of a unit is TRUE on gimp exit, this unit's definition will not be saved in the user's unitrc.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"1999", "1999",
@ -562,6 +567,7 @@ register_unit_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the textual identifier of the unit.", "Returns the textual identifier of the unit.",
"This procedure returns the textual identifier of the unit. For built-in units it will be the english singular form of the unit's name. For user-defined units this should equal to the singular form.", "This procedure returns the textual identifier of the unit. For built-in units it will be the english singular form of the unit's name. For user-defined units this should equal to the singular form.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"1999", "1999",
@ -593,6 +599,7 @@ register_unit_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the factor of the unit.", "Returns the factor of the unit.",
"This procedure returns the unit's factor which indicates how many units make up an inch. Note that asking for the factor of \"pixels\" will produce an error.", "This procedure returns the unit's factor which indicates how many units make up an inch. Note that asking for the factor of \"pixels\" will produce an error.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"1999", "1999",
@ -623,6 +630,7 @@ register_unit_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the number of digits of the unit.", "Returns the number of digits of the unit.",
"This procedure returns the number of digits you should provide in input or output functions to get approximately the same accuracy as with two digits and inches. Note that asking for the digits of \"pixels\" will produce an error.", "This procedure returns the number of digits you should provide in input or output functions to get approximately the same accuracy as with two digits and inches. Note that asking for the digits of \"pixels\" will produce an error.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"1999", "1999",
@ -653,6 +661,7 @@ register_unit_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the symbol of the unit.", "Returns the symbol of the unit.",
"This procedure returns the symbol of the unit (\"''\" for inches).", "This procedure returns the symbol of the unit (\"''\" for inches).",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"1999", "1999",
@ -684,6 +693,7 @@ register_unit_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the abbreviation of the unit.", "Returns the abbreviation of the unit.",
"This procedure returns the abbreviation of the unit (\"in\" for inches).", "This procedure returns the abbreviation of the unit (\"in\" for inches).",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"1999", "1999",
@ -715,6 +725,7 @@ register_unit_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the singular form of the unit.", "Returns the singular form of the unit.",
"This procedure returns the singular form of the unit.", "This procedure returns the singular form of the unit.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"1999", "1999",
@ -746,6 +757,7 @@ register_unit_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Returns the plural form of the unit.", "Returns the plural form of the unit.",
"This procedure returns the plural form of the unit.", "This procedure returns the plural form of the unit.",
NULL,
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"1999", "1999",

View file

@ -1313,6 +1313,7 @@ register_vectors_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Creates a new empty vectors object.", "Creates a new empty vectors object.",
"Creates a new empty vectors object. The vectors object needs to be added to the image using 'gimp-image-insert-vectors'.", "Creates a new empty vectors object. The vectors object needs to be added to the image using 'gimp-image-insert-vectors'.",
NULL,
"Simon Budig", "Simon Budig",
"Simon Budig", "Simon Budig",
"2005", "2005",
@ -1348,6 +1349,7 @@ register_vectors_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Creates a new vectors object from a text layer.", "Creates a new vectors object from a text layer.",
"Creates a new vectors object from a text layer. The vectors object needs to be added to the image using 'gimp-image-insert-vectors'.", "Creates a new vectors object from a text layer. The vectors object needs to be added to the image using 'gimp-image-insert-vectors'.",
NULL,
"Marcus Heese <heese@cip.ifi.lmu.de>", "Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese", "Marcus Heese",
"2008", "2008",
@ -1382,6 +1384,7 @@ register_vectors_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Copy a vectors object.", "Copy a vectors object.",
"This procedure copies the specified vectors object and returns the copy.", "This procedure copies the specified vectors object and returns the copy.",
NULL,
"Barak Itkin <lightningismyname@gmail.com>", "Barak Itkin <lightningismyname@gmail.com>",
"Barak Itkin", "Barak Itkin",
"2008", "2008",
@ -1410,6 +1413,7 @@ register_vectors_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"List the strokes associated with the passed path.", "List the strokes associated with the passed path.",
"Returns an Array with the stroke-IDs associated with the passed path.", "Returns an Array with the stroke-IDs associated with the passed path.",
NULL,
"Simon Budig", "Simon Budig",
"Simon Budig", "Simon Budig",
"2005", "2005",
@ -1443,6 +1447,7 @@ register_vectors_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Measure the length of the given stroke.", "Measure the length of the given stroke.",
"Measure the length of the given stroke.", "Measure the length of the given stroke.",
NULL,
"Simon Budig", "Simon Budig",
"Simon Budig", "Simon Budig",
"2005", "2005",
@ -1483,6 +1488,7 @@ register_vectors_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Get point at a specified distance along the stroke.", "Get point at a specified distance along the stroke.",
"This will return the x,y position of a point at a given distance along the stroke. The distance will be obtained by first digitizing the curve internally and then walking along the curve. For a closed stroke the start of the path is the first point on the path that was created. This might not be obvious. If the stroke is not long enough, a \"valid\" flag will be FALSE.", "This will return the x,y position of a point at a given distance along the stroke. The distance will be obtained by first digitizing the curve internally and then walking along the curve. For a closed stroke the start of the path is the first point on the path that was created. This might not be obvious. If the stroke is not long enough, a \"valid\" flag will be FALSE.",
NULL,
"Simon Budig", "Simon Budig",
"Simon Budig", "Simon Budig",
"2005", "2005",
@ -1547,6 +1553,7 @@ register_vectors_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"remove the stroke from a vectors object.", "remove the stroke from a vectors object.",
"Remove the stroke from a vectors object.", "Remove the stroke from a vectors object.",
NULL,
"Simon Budig", "Simon Budig",
"Simon Budig", "Simon Budig",
"2005", "2005",
@ -1575,6 +1582,7 @@ register_vectors_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"closes the specified stroke.", "closes the specified stroke.",
"Closes the specified stroke.", "Closes the specified stroke.",
NULL,
"Simon Budig", "Simon Budig",
"Simon Budig", "Simon Budig",
"2005", "2005",
@ -1603,6 +1611,7 @@ register_vectors_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"translate the given stroke.", "translate the given stroke.",
"Translate the given stroke.", "Translate the given stroke.",
NULL,
"Simon Budig", "Simon Budig",
"Simon Budig", "Simon Budig",
"2005", "2005",
@ -1643,6 +1652,7 @@ register_vectors_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"scales the given stroke.", "scales the given stroke.",
"Scale the given stroke.", "Scale the given stroke.",
NULL,
"Simon Budig", "Simon Budig",
"Simon Budig", "Simon Budig",
"2005", "2005",
@ -1683,6 +1693,7 @@ register_vectors_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"rotates the given stroke.", "rotates the given stroke.",
"Rotates the given stroke around given center by angle (in degrees).", "Rotates the given stroke around given center by angle (in degrees).",
NULL,
"Jo\xc3\xa3o S. O. Bueno", "Jo\xc3\xa3o S. O. Bueno",
"Jo\xc3\xa3o S. O. Bueno", "Jo\xc3\xa3o S. O. Bueno",
"2006", "2006",
@ -1729,6 +1740,7 @@ register_vectors_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"flips the given stroke.", "flips the given stroke.",
"Rotates the given stroke around given center by angle (in degrees).", "Rotates the given stroke around given center by angle (in degrees).",
NULL,
"Jo\xc3\xa3o S. O. Bueno", "Jo\xc3\xa3o S. O. Bueno",
"Jo\xc3\xa3o S. O. Bueno", "Jo\xc3\xa3o S. O. Bueno",
"2006", "2006",
@ -1772,6 +1784,7 @@ register_vectors_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"flips the given stroke about an arbitrary axis.", "flips the given stroke about an arbitrary axis.",
"Flips the given stroke about an arbitrary axis. Axis is defined by two coordinates in the image (in pixels), through which the flipping axis passes.", "Flips the given stroke about an arbitrary axis. Axis is defined by two coordinates in the image (in pixels), through which the flipping axis passes.",
NULL,
"Jo\xc3\xa3o S. O. Bueno", "Jo\xc3\xa3o S. O. Bueno",
"Jo\xc3\xa3o S. O. Bueno", "Jo\xc3\xa3o S. O. Bueno",
"2006", "2006",
@ -1824,6 +1837,7 @@ register_vectors_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"returns the control points of a stroke.", "returns the control points of a stroke.",
"returns the control points of a stroke. The interpretation of the coordinates returned depends on the type of the stroke. For Gimp 2.4 this is always a bezier stroke, where the coordinates are the control points.", "returns the control points of a stroke. The interpretation of the coordinates returned depends on the type of the stroke. For Gimp 2.4 this is always a bezier stroke, where the coordinates are the control points.",
NULL,
"Simon Budig", "Simon Budig",
"Simon Budig", "Simon Budig",
"2006", "2006",
@ -1876,6 +1890,7 @@ register_vectors_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Adds a stroke of a given type to the vectors object.", "Adds a stroke of a given type to the vectors object.",
"Adds a stroke of a given type to the vectors object. The coordinates of the control points can be specified. For now only strokes of the type GIMP_VECTORS_STROKE_TYPE_BEZIER are supported. The control points are specified as a pair of float values for the x- and y-coordinate. The Bezier stroke type needs a multiple of three control points. Each Bezier segment endpoint (anchor, A) has two additional control points (C) associated. They are specified in the order CACCACCAC...", "Adds a stroke of a given type to the vectors object. The coordinates of the control points can be specified. For now only strokes of the type GIMP_VECTORS_STROKE_TYPE_BEZIER are supported. The control points are specified as a pair of float values for the x- and y-coordinate. The Bezier stroke type needs a multiple of three control points. Each Bezier segment endpoint (anchor, A) has two additional control points (C) associated. They are specified in the order CACCACCAC...",
NULL,
"Simon Budig", "Simon Budig",
"Simon Budig", "Simon Budig",
"2006", "2006",
@ -1928,6 +1943,7 @@ register_vectors_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"returns polygonal approximation of the stroke.", "returns polygonal approximation of the stroke.",
"returns polygonal approximation of the stroke.", "returns polygonal approximation of the stroke.",
NULL,
"Simon Budig", "Simon Budig",
"Simon Budig", "Simon Budig",
"2005", "2005",
@ -1979,6 +1995,7 @@ register_vectors_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Adds a bezier stroke with a single moveto to the vectors object.", "Adds a bezier stroke with a single moveto to the vectors object.",
"Adds a bezier stroke with a single moveto to the vectors object.", "Adds a bezier stroke with a single moveto to the vectors object.",
NULL,
"Simon Budig", "Simon Budig",
"Simon Budig", "Simon Budig",
"2005", "2005",
@ -2019,6 +2036,7 @@ register_vectors_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Extends a bezier stroke with a lineto.", "Extends a bezier stroke with a lineto.",
"Extends a bezier stroke with a lineto.", "Extends a bezier stroke with a lineto.",
NULL,
"Simon Budig", "Simon Budig",
"Simon Budig", "Simon Budig",
"2005", "2005",
@ -2059,6 +2077,7 @@ register_vectors_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Extends a bezier stroke with a conic bezier spline.", "Extends a bezier stroke with a conic bezier spline.",
"Extends a bezier stroke with a conic bezier spline. Actually a cubic bezier spline gets added that realizes the shape of a conic bezier spline.", "Extends a bezier stroke with a conic bezier spline. Actually a cubic bezier spline gets added that realizes the shape of a conic bezier spline.",
NULL,
"Simon Budig", "Simon Budig",
"Simon Budig", "Simon Budig",
"2005", "2005",
@ -2111,6 +2130,7 @@ register_vectors_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Extends a bezier stroke with a cubic bezier spline.", "Extends a bezier stroke with a cubic bezier spline.",
"Extends a bezier stroke with a cubic bezier spline.", "Extends a bezier stroke with a cubic bezier spline.",
NULL,
"Simon Budig", "Simon Budig",
"Simon Budig", "Simon Budig",
"2005", "2005",
@ -2175,6 +2195,7 @@ register_vectors_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Adds a bezier stroke describing an ellipse the vectors object.", "Adds a bezier stroke describing an ellipse the vectors object.",
"Adds a bezier stroke describing an ellipse the vectors object.", "Adds a bezier stroke describing an ellipse the vectors object.",
NULL,
"Simon Budig", "Simon Budig",
"Simon Budig", "Simon Budig",
"2005", "2005",
@ -2233,6 +2254,7 @@ register_vectors_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Import paths from an SVG file.", "Import paths from an SVG file.",
"This procedure imports paths from an SVG file. SVG elements other than paths and basic shapes are ignored.", "This procedure imports paths from an SVG file. SVG elements other than paths and basic shapes are ignored.",
NULL,
"Simon Budig", "Simon Budig",
"Simon Budig", "Simon Budig",
"2006", "2006",
@ -2286,6 +2308,7 @@ register_vectors_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Import paths from an SVG string.", "Import paths from an SVG string.",
"This procedure works like 'gimp-vectors-import-from-file' but takes a string rather than reading the SVG from a file. This allows you to write scripts that generate SVG and feed it to GIMP.", "This procedure works like 'gimp-vectors-import-from-file' but takes a string rather than reading the SVG from a file. This allows you to write scripts that generate SVG and feed it to GIMP.",
NULL,
"Simon Budig", "Simon Budig",
"Simon Budig", "Simon Budig",
"2006", "2006",
@ -2345,6 +2368,7 @@ register_vectors_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"save a path as an SVG file.", "save a path as an SVG file.",
"This procedure creates an SVG file to save a Vectors object, that is, a path. The resulting file can be edited using a vector graphics application, or later reloaded into GIMP. If you pass 0 as the 'vectors' argument, then all paths in the image will be exported.", "This procedure creates an SVG file to save a Vectors object, that is, a path. The resulting file can be edited using a vector graphics application, or later reloaded into GIMP. If you pass 0 as the 'vectors' argument, then all paths in the image will be exported.",
NULL,
"Bill Skaggs <weskaggs@primate.ucdavis.edu>", "Bill Skaggs <weskaggs@primate.ucdavis.edu>",
"Bill Skaggs", "Bill Skaggs",
"2007", "2007",
@ -2380,6 +2404,7 @@ register_vectors_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
"Save a path as an SVG string.", "Save a path as an SVG string.",
"This procedure works like 'gimp-vectors-export-to-file' but creates a string rather than a file. The contents are a NUL-terminated string that holds a complete XML document. If you pass 0 as the 'vectors' argument, then all paths in the image will be exported.", "This procedure works like 'gimp-vectors-export-to-file' but creates a string rather than a file. The contents are a NUL-terminated string that holds a complete XML document. If you pass 0 as the 'vectors' argument, then all paths in the image will be exported.",
NULL,
"Bill Skaggs <weskaggs@primate.ucdavis.edu>", "Bill Skaggs <weskaggs@primate.ucdavis.edu>",
"Bill Skaggs", "Bill Skaggs",
"2007", "2007",

View file

@ -846,13 +846,12 @@ gimp_plug_in_handle_proc_install (GimpPlugIn *plug_in,
gimp_procedure_set_strings (procedure, gimp_procedure_set_strings (procedure,
proc_install->blurb, proc_install->blurb,
proc_install->help, proc_install->help,
proc_install->help_id,
proc_install->authors, proc_install->authors,
proc_install->copyright, proc_install->copyright,
proc_install->date, proc_install->date,
NULL); NULL);
gimp_plug_in_procedure_set_help_id (proc, proc_install->help_id);
for (i = 0; i < proc_install->nparams; i++) for (i = 0; i < proc_install->nparams; i++)
{ {
GParamSpec *pspec = GParamSpec *pspec =

View file

@ -156,7 +156,6 @@ gimp_plug_in_procedure_finalize (GObject *object)
g_list_free_full (proc->menu_paths, (GDestroyNotify) g_free); g_list_free_full (proc->menu_paths, (GDestroyNotify) g_free);
g_free (proc->label); g_free (proc->label);
g_free (proc->help_id);
g_free (proc->help_id_with_domain); g_free (proc->help_id_with_domain);
g_free (proc->icon_data); g_free (proc->icon_data);
@ -308,8 +307,8 @@ gimp_plug_in_procedure_get_help_id (GimpProcedure *procedure)
domain = gimp_plug_in_procedure_get_help_domain (proc); domain = gimp_plug_in_procedure_get_help_domain (proc);
if (proc->help_id) if (procedure->help_id)
help_id = proc->help_id; help_id = procedure->help_id;
else else
help_id = gimp_object_get_name (procedure); help_id = gimp_object_get_name (procedure);
@ -582,18 +581,6 @@ gimp_plug_in_procedure_set_help_domain (GimpPlugInProcedure *proc,
proc->help_domain = help_domain ? g_quark_from_string (help_domain) : 0; proc->help_domain = help_domain ? g_quark_from_string (help_domain) : 0;
} }
void
gimp_plug_in_procedure_set_help_id (GimpPlugInProcedure *proc,
const gchar *help_id)
{
g_return_if_fail (GIMP_IS_PLUG_IN_PROCEDURE (proc));
g_clear_pointer (&proc->help_id_with_domain, g_free);
g_free (proc->help_id);
proc->help_id = g_strdup (help_id);
}
const gchar * const gchar *
gimp_plug_in_procedure_get_help_domain (GimpPlugInProcedure *proc) gimp_plug_in_procedure_get_help_domain (GimpPlugInProcedure *proc)
{ {

View file

@ -45,7 +45,6 @@ struct _GimpPlugInProcedure
gchar *menu_label; gchar *menu_label;
GList *menu_paths; GList *menu_paths;
gchar *label; gchar *label;
gchar *help_id;
gchar *help_id_with_domain; gchar *help_id_with_domain;
GimpIconType icon_type; GimpIconType icon_type;
gint icon_data_length; gint icon_data_length;
@ -104,9 +103,6 @@ void gimp_plug_in_procedure_set_help_domain (GimpPlugInProcedure *pro
const gchar *help_domain); const gchar *help_domain);
const gchar * gimp_plug_in_procedure_get_help_domain (GimpPlugInProcedure *proc); const gchar * gimp_plug_in_procedure_get_help_domain (GimpPlugInProcedure *proc);
void gimp_plug_in_procedure_set_help_id (GimpPlugInProcedure *proc,
const gchar *help_id);
gboolean gimp_plug_in_procedure_set_menu_label (GimpPlugInProcedure *proc, gboolean gimp_plug_in_procedure_set_menu_label (GimpPlugInProcedure *proc,
const gchar *menu_label, const gchar *menu_label,
GError **error); GError **error);

View file

@ -129,6 +129,7 @@ xcf_init (Gimp *gimp)
"tiled and layered images in GIMP. " "tiled and layered images in GIMP. "
"This procedure will save the specified " "This procedure will save the specified "
"image in the xcf file format.", "image in the xcf file format.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",
@ -202,6 +203,7 @@ xcf_init (Gimp *gimp)
"tiled and layered images in GIMP. " "tiled and layered images in GIMP. "
"This procedure will load the specified " "This procedure will load the specified "
"file.", "file.",
NULL,
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis",
"1995-1996", "1995-1996",

View file

@ -698,6 +698,7 @@ sub generate {
gimp_procedure_set_static_strings (procedure, gimp_procedure_set_static_strings (procedure,
@{[ &quotewrap($blurb, 2, 37) ]}, @{[ &quotewrap($blurb, 2, 37) ]},
@{[ &quotewrap($help, 2, 37) ]}, @{[ &quotewrap($help, 2, 37) ]},
NULL,
"$proc->{author}", "$proc->{author}",
"$proc->{copyright}", "$proc->{copyright}",
"$proc->{date}", "$proc->{date}",