escape utf8 as hex, to avoid perl trying to be so smart that it's stupid.

2004-11-27  Manish Singh  <yosh@gimp.org>

        * tools/pdbgen/pdb/drawable_transform.pdb: escape utf8 as hex, to
        avoid perl trying to be so smart that it's stupid.

        * app/pdb/drawable_transform_cmds.c: regenerated.
This commit is contained in:
Manish Singh 2004-11-27 23:51:39 +00:00 committed by Manish Singh
parent a769f1c3b0
commit 6d5ecd55b5
3 changed files with 40 additions and 33 deletions

View file

@ -1,3 +1,10 @@
2004-11-27 Manish Singh <yosh@gimp.org>
* tools/pdbgen/pdb/drawable_transform.pdb: escape utf8 as hex, to
avoid perl trying to be so smart that it's stupid.
* app/pdb/drawable_transform_cmds.c: regenerated.
2004-11-27 Manish Singh <yosh@gimp.org>
* plug-ins/common/jpeg.c (save_image): thumbnail buffer variable

View file

@ -170,8 +170,8 @@ static ProcRecord drawable_transform_flip_simple_proc =
"gimp_drawable_transform_flip_simple",
"Flip the specified drawable either vertically or horizontally.",
"This procedure flips the specified drawable if no selection exists. If a selection exists, the portion of the drawable which lies under the selection is cut from the drawable and made into a floating selection which is then flipped. If auto_center is set to true, the flip is around the selection's center. Otherwise, the coordinate of the axis needs to be specified. The return value is the ID of the flipped drawable. If there was no selection, this will be equal to the drawable ID supplied as input. Otherwise, this will be the newly created and flipped drawable.",
"João S. O. Bueno Calligaris",
"João S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"2004",
NULL,
GIMP_INTERNAL,
@ -336,8 +336,8 @@ static ProcRecord drawable_transform_flip_proc =
"gimp_drawable_transform_flip",
"Flip the specified drawable around a given line.",
"This procedure flips the specified drawable if no selection exists. If a selection exists, the portion of the drawable which lies under the selection is cut from the drawable and made into a floating selection which is then flipped. The axis to flip around is specified by specifying two points from that line. The return value is the ID of the flipped drawable. If there was no selection, this will be equal to the drawable ID supplied as input. Otherwise, this will be the newly created and flipped drawable. The clip results parameter specifies wheter current selection will affect the transform.",
"João S. O. Bueno Calligaris",
"João S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"2004",
NULL,
GIMP_INTERNAL,
@ -476,8 +476,8 @@ static ProcRecord drawable_transform_flip_default_proc =
"gimp_drawable_transform_flip_default",
"Flip the specified drawable around a given line.",
"This procedure is a variant of gimp_drawable_transform_flip() which uses no interpolation/supersampling at all, or default values (depending on the 'interpolate' parameter).",
"João S. O. Bueno Calligaris",
"João S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"2004",
NULL,
GIMP_INTERNAL,
@ -670,8 +670,8 @@ static ProcRecord drawable_transform_perspective_proc =
"gimp_drawable_transform_perspective",
"Perform a possibly non-affine transformation on the specified drawable, with extra parameters.",
"This procedure performs a possibly non-affine transformation on the specified drawable by allowing the corners of the original bounding box to be arbitrarily remapped to any values. The specified drawable is remapped if no selection exists. However, if a selection exists, the portion of the drawable which lies under the selection is cut from the drawable and made into a floating selection which is then remapped as specified. The return value is the ID of the remapped drawable. If there was no selection, this will be equal to the drawable ID supplied as input. Otherwise, this will be the newly created and remapped drawable. The 4 coordinates specify the new locations of each corner of the original bounding box. By specifying these values, any affine transformation (rotation, scaling, translation) can be affected. Additionally, these values can be specified such that the resulting transformed drawable will appear to have been projected via a perspective transform.",
"João S. O. Bueno Calligaris",
"João S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"2004",
NULL,
GIMP_INTERNAL,
@ -838,8 +838,8 @@ static ProcRecord drawable_transform_perspective_default_proc =
"gimp_drawable_transform_perspective_default",
"Perform a possibly non-affine transformation on the specified drawable, with extra parameters.",
"This procedure is a variant of gimp_drawable_transform_perspective() which uses no interpolation/supersampling at all, or default values (depending on the 'interpolate' parameter).",
"João S. O. Bueno Calligaris",
"João S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"2004",
NULL,
GIMP_INTERNAL,
@ -953,8 +953,8 @@ static ProcRecord drawable_transform_rotate_simple_proc =
"gimp_drawable_transform_rotate_simple",
"Rotate the specified drawable about given coordinates through the specified angle.",
"This function rotates the specified drawable if no selection exists. If a selection exists, the portion of the drawable which lies under the selection is cut from the drawable and made into a floating selection which is then rotated by the specified amount. The return value is the ID of the rotated drawable. If there was no selection, this will be equal to the drawable ID supplied as input. Otherwise, this will be the newly created and rotated drawable.",
"João S. O. Bueno Calligaris",
"João S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"2004",
NULL,
GIMP_INTERNAL,
@ -1122,8 +1122,8 @@ static ProcRecord drawable_transform_rotate_proc =
"gimp_drawable_transform_rotate",
"Rotate the specified drawable about given coordinates through the specified angle.",
"This function rotates the specified drawable if no selection exists. If a selection exists, the portion of the drawable which lies under the selection is cut from the drawable and made into a floating selection which is then rotated by the specified amount. The return value is the ID of the rotated drawable. If there was no selection, this will be equal to the drawable ID supplied as input. Otherwise, this will be the newly created and rotated drawable.",
"João S. O. Bueno Calligaris",
"João S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"2004",
NULL,
GIMP_INTERNAL,
@ -1265,8 +1265,8 @@ static ProcRecord drawable_transform_rotate_default_proc =
"gimp_drawable_transform_rotate_default",
"Rotate the specified drawable about given coordinates through the specified angle.",
"This procedure is a variant of gimp_drawable_transform_rotate() which uses no interpolation/supersampling at all, or default values (depending on the 'interpolate' parameter).",
"João S. O. Bueno Calligaris",
"João S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"2004",
NULL,
GIMP_INTERNAL,
@ -1433,8 +1433,8 @@ static ProcRecord drawable_transform_scale_proc =
"gimp_drawable_transform_scale",
"Scale the specified drawable with extra parameters",
"This procedure scales the specified drawable if no selection exists. If a selection exists, the portion of the drawable which lies under the selection is cut from the drawable and made into a floating selection which is then scaled by the specified amount. The return value is the ID of the scaled drawable. If there was no selection, this will be equal to the drawable ID supplied as input. Otherwise, this will be the newly created and scaled drawable.",
"João S. O. Bueno Calligaris",
"João S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"2004",
NULL,
GIMP_INTERNAL,
@ -1575,8 +1575,8 @@ static ProcRecord drawable_transform_scale_default_proc =
"gimp_drawable_transform_scale_default",
"Scale the specified drawable with extra parameters",
"This procedure is a variant of gimp_drawable_transform_scale() which uses no interpolation/supersampling at all, or default values (depending on the 'interpolate' parameter).",
"João S. O. Bueno Calligaris",
"João S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"2004",
NULL,
GIMP_INTERNAL,
@ -1727,8 +1727,8 @@ static ProcRecord drawable_transform_shear_proc =
"gimp_drawable_transform_shear",
"Shear the specified drawable about its center by the specified magnitude, with extra parameters.",
"This procedure shears the specified drawable if no selection exists. If a selection exists, the portion of the drawable which lies under the selection is cut from the drawable and made into a floating selection which is then sheard by the specified amount. The return value is the ID of the sheard drawable. If there was no selection, this will be equal to the drawable ID supplied as input. Otherwise, this will be the newly created and sheard drawable. The shear type parameter indicates whether the shear will be applied horizontally or vertically. The magnitude can be either positive or negative and indicates the extent (in pixels) to shear by.",
"João S. O. Bueno Calligaris",
"João S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"2004",
NULL,
GIMP_INTERNAL,
@ -1853,8 +1853,8 @@ static ProcRecord drawable_transform_shear_default_proc =
"gimp_drawable_transform_shear_default",
"Shear the specified drawable about its center by the specified magnitude, with extra parameters.",
"This procedure is a variant of gimp_drawable_transform_shear() which uses no interpolation/supersampling at all, or default values (depending on the 'interpolate' parameter).",
"João S. O. Bueno Calligaris",
"João S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"2004",
NULL,
GIMP_INTERNAL,
@ -2045,8 +2045,8 @@ static ProcRecord drawable_transform_2d_proc =
"gimp_drawable_transform_2d",
"Transform the specified drawable in 2d, with extra parameters.",
"This procedure transforms the specified drawable if no selection exists. If a selection exists, the portion of the drawable which lies under the selection is cut from the drawable and made into a floating selection which is then transformed. The transformation is done by scaling the image by the x and y scale factors about the point (source_x, source_y), then rotating around the same point, then translating that point to the new position (dest_x, dest_y). The return value is the ID of the rotated drawable. If there was no selection, this will be equal to the drawable ID supplied as input. Otherwise, this will be the newly created and transformed drawable.",
"João S. O. Bueno Calligaris",
"João S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"2004",
NULL,
GIMP_INTERNAL,
@ -2211,8 +2211,8 @@ static ProcRecord drawable_transform_2d_default_proc =
"gimp_drawable_transform_2d_default",
"Transform the specified drawable in 2d, with extra parameters.",
"This procedure is a variant of gimp_drawable_transform_2d() which uses no interpolation/supersampling at all, or default values (depending on the 'interpolate' parameter).",
"João S. O. Bueno Calligaris",
"João S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"2004",
NULL,
GIMP_INTERNAL,
@ -2423,8 +2423,8 @@ static ProcRecord drawable_transform_matrix_proc =
"gimp_drawable_transform_matrix",
"Transform the specified drawable in 2d, with extra parameters.",
"This procedure transforms the specified drawable if no selection exists. If a selection exists, the portion of the drawable which lies under the selection is cut from the drawable and made into a floating selection which is then transformed. The transformation is done by assembling a 3x3 matrix from the coefficients passed. The return value is the ID of the rotated drawable. If there was no selection, this will be equal to the drawable ID supplied as input. Otherwise, this will be the newly created and transformed drawable.",
"João S. O. Bueno Calligaris",
"João S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"2004",
NULL,
GIMP_INTERNAL,
@ -2609,8 +2609,8 @@ static ProcRecord drawable_transform_matrix_default_proc =
"gimp_drawable_transform_matrix_default",
"Transform the specified drawable in 2d, with extra parameters.",
"This procedure is a variant of gimp_drawable_transform_matrix() which uses no interpolation/supersampling at all, or default values (depending on the 'interpolate' parameter).",
"João S. O. Bueno Calligaris",
"João S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"Jo\xc3\xa3o S. O. Bueno Calligaris",
"2004",
NULL,
GIMP_INTERNAL,

View file

@ -24,7 +24,7 @@
# shortcuts
sub pdb_misc {
$author = $copyright = 'João S. O. Bueno Calligaris';
$author = $copyright = 'Jo\xc3\xa3o S. O. Bueno Calligaris';
$date = '2004';
$since = '2.2';
}