Imported Upstream version 2.3.10

This commit is contained in:
Ari Pollak
2010-08-11 01:19:49 -04:00
parent 2a222e99d4
commit efbc58ed09
1387 changed files with 58385 additions and 100558 deletions

View File

@ -115,9 +115,9 @@ Edit menu functions (cut, copy, paste, clear, etc.)
<div class="refsect1" lang="en">
<a name="details"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2581471"></a><h3>
<a name="id2587102"></a><h3>
<a name="gimp-edit-cut"></a>gimp_edit_cut ()</h3>
<a class="indexterm" name="id2581483"></a><pre class="programlisting">gboolean gimp_edit_cut (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2587114"></a><pre class="programlisting">gboolean gimp_edit_cut (gint32 drawable_ID);</pre>
<p>
Cut from the specified drawable.
</p>
@ -125,7 +125,7 @@ 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
the <a href="libgimp-gimpedit.html#gimp-edit-paste"><code class="function">gimp_edit_paste()</code></a> command. If there is no selection, then the
specified drawable will be removed and its contents stored in the
internal GIMP edit buffer.</p>
<p>
@ -151,9 +151,9 @@ internal GIMP edit buffer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2581553"></a><h3>
<a name="id2587193"></a><h3>
<a name="gimp-edit-copy"></a>gimp_edit_copy ()</h3>
<a class="indexterm" name="id2581565"></a><pre class="programlisting">gboolean gimp_edit_copy (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2587205"></a><pre class="programlisting">gboolean gimp_edit_copy (gint32 drawable_ID);</pre>
<p>
Copy from the specified drawable.
</p>
@ -161,7 +161,7 @@ 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
the <a href="libgimp-gimpedit.html#gimp-edit-paste"><code class="function">gimp_edit_paste()</code></a> command. If there is no selection, then the
specified drawable's contents will be stored in the internal GIMP
edit buffer.</p>
<p>
@ -187,9 +187,9 @@ edit buffer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2582958"></a><h3>
<a name="id2588297"></a><h3>
<a name="gimp-edit-copy-visible"></a>gimp_edit_copy_visible ()</h3>
<a class="indexterm" name="id2582972"></a><pre class="programlisting">gboolean gimp_edit_copy_visible (gint32 image_ID);</pre>
<a class="indexterm" name="id2588310"></a><pre class="programlisting">gboolean gimp_edit_copy_visible (gint32 image_ID);</pre>
<p>
Copy from the projection.
</p>
@ -197,7 +197,7 @@ 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
<a href="libgimp-gimpedit.html#gimp-edit-paste"><code class="function">gimp_edit_paste()</code></a> command. If there is no selection, then the
projection's contents will be stored in the internal GIMP edit
buffer.</p>
<p>
@ -226,9 +226,9 @@ buffer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2583045"></a><h3>
<a name="id2588394"></a><h3>
<a name="gimp-edit-paste"></a>gimp_edit_paste ()</h3>
<a class="indexterm" name="id2583058"></a><pre class="programlisting">gint32 gimp_edit_paste (gint32 drawable_ID,
<a class="indexterm" name="id2588406"></a><pre class="programlisting">gint32 gimp_edit_paste (gint32 drawable_ID,
gboolean paste_into);</pre>
<p>
Paste buffer to the specified drawable.
@ -236,7 +236,7 @@ Paste buffer to the specified drawable.
<p>
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'.
was previously made to either <a href="libgimp-gimpedit.html#gimp-edit-cut"><code class="function">gimp_edit_cut()</code></a> or <a href="libgimp-gimpedit.html#gimp-edit-copy"><code class="function">gimp_edit_copy()</code></a>.
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.
@ -278,16 +278,16 @@ not needed.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2583152"></a><h3>
<a name="id2587632"></a><h3>
<a name="gimp-edit-paste-as-new"></a>gimp_edit_paste_as_new ()</h3>
<a class="indexterm" name="id2583165"></a><pre class="programlisting">gint32 gimp_edit_paste_as_new (void);</pre>
<a class="indexterm" name="id2587646"></a><pre class="programlisting">gint32 gimp_edit_paste_as_new (void);</pre>
<p>
Paste buffer to a new image.
</p>
<p>
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
previously made to either <a href="libgimp-gimpedit.html#gimp-edit-cut"><code class="function">gimp_edit_cut()</code></a> or <a href="libgimp-gimpedit.html#gimp-edit-copy"><code class="function">gimp_edit_copy()</code></a>. This
procedure returns the new image.</p>
<p>
@ -307,17 +307,18 @@ procedure returns the new image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584442"></a><h3>
<a name="id2587716"></a><h3>
<a name="gimp-edit-named-cut"></a>gimp_edit_named_cut ()</h3>
<a class="indexterm" name="id2584457"></a><pre class="programlisting">gchar* gimp_edit_named_cut (gint32 drawable_ID,
<a class="indexterm" name="id2587730"></a><pre class="programlisting">gchar* gimp_edit_named_cut (gint32 drawable_ID,
const gchar *buffer_name);</pre>
<p>
Cut into a named buffer.
</p>
<p>
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.</p>
This procedure works like <a href="libgimp-gimpedit.html#gimp-edit-cut"><code class="function">gimp_edit_cut()</code></a>, 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.</p>
<p>
</p>
@ -350,15 +351,15 @@ pasting, regardless of any intermediate copy or cut operations.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584550"></a><h3>
<a name="id2587832"></a><h3>
<a name="gimp-edit-named-copy"></a>gimp_edit_named_copy ()</h3>
<a class="indexterm" name="id2584564"></a><pre class="programlisting">gchar* gimp_edit_named_copy (gint32 drawable_ID,
<a class="indexterm" name="id2587846"></a><pre class="programlisting">gchar* gimp_edit_named_copy (gint32 drawable_ID,
const gchar *buffer_name);</pre>
<p>
Copy into a named buffer.
</p>
<p>
This procedure works like gimp-edit-copy, but additionally stores
This procedure works like <a href="libgimp-gimpedit.html#gimp-edit-copy"><code class="function">gimp_edit_copy()</code></a>, 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.</p>
@ -394,15 +395,15 @@ operations.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584656"></a><h3>
<a name="id2587947"></a><h3>
<a name="gimp-edit-named-copy-visible"></a>gimp_edit_named_copy_visible ()</h3>
<a class="indexterm" name="id2584670"></a><pre class="programlisting">gchar* gimp_edit_named_copy_visible (gint32 image_ID,
<a class="indexterm" name="id2590219"></a><pre class="programlisting">gchar* gimp_edit_named_copy_visible (gint32 image_ID,
const gchar *buffer_name);</pre>
<p>
Copy from the projection into a named buffer.
</p>
<p>
This procedure works like gimp-edit-copy-visible, but additionally
This procedure works like <a href="libgimp-gimpedit.html#gimp-edit-copy-visible"><code class="function">gimp_edit_copy_visible()</code></a>, 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.</p>
@ -438,17 +439,17 @@ cut operations.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584762"></a><h3>
<a name="id2590319"></a><h3>
<a name="gimp-edit-named-paste"></a>gimp_edit_named_paste ()</h3>
<a class="indexterm" name="id2584776"></a><pre class="programlisting">gint32 gimp_edit_named_paste (gint32 drawable_ID,
<a class="indexterm" name="id2590332"></a><pre class="programlisting">gint32 gimp_edit_named_paste (gint32 drawable_ID,
const gchar *buffer_name,
gboolean paste_into);</pre>
<p>
Paste named buffer to the specified drawable.
</p>
<p>
This procedure works like gimp-edit-paste but pastes a named buffer
instead of the global buffer.</p>
This procedure works like <a href="libgimp-gimpedit.html#gimp-edit-paste"><code class="function">gimp_edit_paste()</code></a> but pastes a named
buffer instead of the global buffer.</p>
<p>
</p>
@ -487,15 +488,15 @@ instead of the global buffer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584888"></a><h3>
<a name="id2590452"></a><h3>
<a name="gimp-edit-named-paste-as-new"></a>gimp_edit_named_paste_as_new ()</h3>
<a class="indexterm" name="id2584903"></a><pre class="programlisting">gint32 gimp_edit_named_paste_as_new (const gchar *buffer_name);</pre>
<a class="indexterm" name="id2590466"></a><pre class="programlisting">gint32 gimp_edit_named_paste_as_new (const gchar *buffer_name);</pre>
<p>
Paste named buffer to a new image.
</p>
<p>
This procedure works like gimp-edit-paste-as-new but pastes a named
buffer instead of the global buffer.</p>
This procedure works like <a href="libgimp-gimpedit.html#gimp-edit-paste-as-new"><code class="function">gimp_edit_paste_as_new()</code></a> but pastes a
named buffer instead of the global buffer.</p>
<p>
</p>
@ -522,9 +523,9 @@ buffer instead of the global buffer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584975"></a><h3>
<a name="id2590544"></a><h3>
<a name="gimp-edit-clear"></a>gimp_edit_clear ()</h3>
<a class="indexterm" name="id2584987"></a><pre class="programlisting">gboolean gimp_edit_clear (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2590557"></a><pre class="programlisting">gboolean gimp_edit_clear (gint32 drawable_ID);</pre>
<p>
Clear selected area of drawable.
</p>
@ -557,9 +558,9 @@ a selection if there is a selection active.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2585057"></a><h3>
<a name="id2590625"></a><h3>
<a name="gimp-edit-fill"></a>gimp_edit_fill ()</h3>
<a class="indexterm" name="id2585070"></a><pre class="programlisting">gboolean gimp_edit_fill (gint32 drawable_ID,
<a class="indexterm" name="id2590638"></a><pre class="programlisting">gboolean gimp_edit_fill (gint32 drawable_ID,
<a href="libgimp-gimpenums.html#GimpFillType">GimpFillType</a> fill_type);</pre>
<p>
Fill selected area of drawable.
@ -601,9 +602,9 @@ use <a href="libgimp-gimpdrawable.html#gimp-drawable-fill"><code class="function
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2585171"></a><h3>
<a name="id2590739"></a><h3>
<a name="gimp-edit-bucket-fill"></a>gimp_edit_bucket_fill ()</h3>
<a class="indexterm" name="id2585182"></a><pre class="programlisting">gboolean gimp_edit_bucket_fill (gint32 drawable_ID,
<a class="indexterm" name="id2590751"></a><pre class="programlisting">gboolean gimp_edit_bucket_fill (gint32 drawable_ID,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpBucketFillMode"
>GimpBucketFillMode</a> fill_mode,
@ -695,9 +696,9 @@ relative to the drawable's origin.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2585417"></a><h3>
<a name="id2590985"></a><h3>
<a name="gimp-edit-blend"></a>gimp_edit_blend ()</h3>
<a class="indexterm" name="id2585429"></a><pre class="programlisting">gboolean gimp_edit_blend (gint32 drawable_ID,
<a class="indexterm" name="id2590998"></a><pre class="programlisting">gboolean gimp_edit_blend (gint32 drawable_ID,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpBlendMode"
>GimpBlendMode</a> blend_mode,
@ -841,9 +842,9 @@ each gradient type.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2585820"></a><h3>
<a name="id2591388"></a><h3>
<a name="gimp-edit-stroke"></a>gimp_edit_stroke ()</h3>
<a class="indexterm" name="id2585833"></a><pre class="programlisting">gboolean gimp_edit_stroke (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2591401"></a><pre class="programlisting">gboolean gimp_edit_stroke (gint32 drawable_ID);</pre>
<p>
Stroke the current selection
</p>