app/vectors/gimpstroke.[ch] tools/pdbgen/pdb/vectors.pdb Applied patch
2006-11-20 Simon Budig <simon@gimp.org> * app/vectors/gimpstroke.[ch] * tools/pdbgen/pdb/vectors.pdb * plug-ins/pygimp/pygimp-vectors.c: Applied patch from Joao S. O. Bueno Calligaris that adds some missing transformations to the PDB-API for strokes. Fixes bug #129598. * app/pdb/internal_procs.c * app/pdb/vectors_cmds.c * libgimp/gimpvectors_pdb.[ch]: regenerated.
This commit is contained in:
@ -863,6 +863,7 @@ gimp_paintbrush_default
|
||||
gimp_pencil
|
||||
gimp_perspective
|
||||
gimp_rect_select
|
||||
gimp_round_rect_select
|
||||
gimp_rotate
|
||||
gimp_scale
|
||||
gimp_shear
|
||||
@ -911,6 +912,9 @@ gimp_vectors_stroke_get_point_at_dist
|
||||
gimp_vectors_stroke_interpolate
|
||||
gimp_vectors_stroke_scale
|
||||
gimp_vectors_stroke_translate
|
||||
gimp_vectors_stroke_flip
|
||||
gimp_vectors_stroke_flip_free
|
||||
gimp_vectors_stroke_rotate
|
||||
gimp_vectors_bezier_stroke_conicto
|
||||
gimp_vectors_bezier_stroke_cubicto
|
||||
gimp_vectors_bezier_stroke_lineto
|
||||
|
@ -28,9 +28,6 @@ GimpFontSelectButton
|
||||
|
||||
</para>
|
||||
|
||||
@:
|
||||
@:
|
||||
|
||||
@gimpfontselectbutton: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
@ -367,6 +367,26 @@ Functions giving access to common toolbox tools.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_round_rect_select ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@x:
|
||||
@y:
|
||||
@width:
|
||||
@height:
|
||||
@corner_radius_x:
|
||||
@corner_radius_y:
|
||||
@operation:
|
||||
@antialias:
|
||||
@feather:
|
||||
@feather_radius_x:
|
||||
@feather_radius_y:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_rotate ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -316,6 +316,45 @@ gimpvectors
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_stroke_flip ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@vectors_ID:
|
||||
@stroke_id:
|
||||
@flip_type:
|
||||
@axis:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_stroke_flip_free ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@vectors_ID:
|
||||
@stroke_id:
|
||||
@x1:
|
||||
@y1:
|
||||
@x2:
|
||||
@y2:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_stroke_rotate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@vectors_ID:
|
||||
@stroke_id:
|
||||
@center_x:
|
||||
@center_y:
|
||||
@angle:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_bezier_stroke_conicto ##### -->
|
||||
<para>
|
||||
|
||||
|
Reference in New Issue
Block a user