Imported Upstream version 2.2.11

This commit is contained in:
Ari Pollak
2010-08-11 01:16:22 -04:00
parent c9211190ce
commit 36a37ecc21
253 changed files with 9385 additions and 8966 deletions

View File

@ -51,18 +51,18 @@ gboolean <a href="libgimp-gimpundo.html#gimp-image-undo-thaw">gimp_image_undo
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2615917"></a><h2>Description</h2>
<a name="id2610176"></a><h2>Description</h2>
<p>
Control of undo/redo.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2615928"></a><h2>Details</h2>
<a name="id2610187"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2615934"></a><h3>
<a name="id2610193"></a><h3>
<a name="gimp-image-undo-group-start"></a>gimp_image_undo_group_start ()</h3>
<a class="indexterm" name="id2615943"></a><pre class="programlisting">gboolean gimp_image_undo_group_start (gint32 image_ID);</pre>
<a class="indexterm" name="id2610202"></a><pre class="programlisting">gboolean gimp_image_undo_group_start (gint32 image_ID);</pre>
<p>
Starts a group undo.
</p>
@ -94,9 +94,9 @@ call.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613901"></a><h3>
<a name="id2609020"></a><h3>
<a name="gimp-image-undo-group-end"></a>gimp_image_undo_group_end ()</h3>
<a class="indexterm" name="id2613910"></a><pre class="programlisting">gboolean gimp_image_undo_group_end (gint32 image_ID);</pre>
<a class="indexterm" name="id2609029"></a><pre class="programlisting">gboolean gimp_image_undo_group_end (gint32 image_ID);</pre>
<p>
Finish a group undo.
</p>
@ -126,9 +126,9 @@ This function must be called once for each
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613974"></a><h3>
<a name="id2609093"></a><h3>
<a name="gimp-image-undo-is-enabled"></a>gimp_image_undo_is_enabled ()</h3>
<a class="indexterm" name="id2613983"></a><pre class="programlisting">gboolean gimp_image_undo_is_enabled (gint32 image_ID);</pre>
<a class="indexterm" name="id2609102"></a><pre class="programlisting">gboolean gimp_image_undo_is_enabled (gint32 image_ID);</pre>
<p>
Check if the image's undo stack is enabled.
</p>
@ -160,9 +160,9 @@ each other and want to check if their caller has already used
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2618672"></a><h3>
<a name="id2619667"></a><h3>
<a name="gimp-image-undo-disable"></a>gimp_image_undo_disable ()</h3>
<a class="indexterm" name="id2618681"></a><pre class="programlisting">gboolean gimp_image_undo_disable (gint32 image_ID);</pre>
<a class="indexterm" name="id2619676"></a><pre class="programlisting">gboolean gimp_image_undo_disable (gint32 image_ID);</pre>
<p>
Disable the image's undo stack.
</p>
@ -195,9 +195,9 @@ be time and memory intensive.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2618748"></a><h3>
<a name="id2619742"></a><h3>
<a name="gimp-image-undo-enable"></a>gimp_image_undo_enable ()</h3>
<a class="indexterm" name="id2618757"></a><pre class="programlisting">gboolean gimp_image_undo_enable (gint32 image_ID);</pre>
<a class="indexterm" name="id2619751"></a><pre class="programlisting">gboolean gimp_image_undo_enable (gint32 image_ID);</pre>
<p>
Enable the image's undo stack.
</p>
@ -229,9 +229,9 @@ image undo stack.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2618823"></a><h3>
<a name="id2619817"></a><h3>
<a name="gimp-image-undo-freeze"></a>gimp_image_undo_freeze ()</h3>
<a class="indexterm" name="id2618832"></a><pre class="programlisting">gboolean gimp_image_undo_freeze (gint32 image_ID);</pre>
<a class="indexterm" name="id2619826"></a><pre class="programlisting">gboolean gimp_image_undo_freeze (gint32 image_ID);</pre>
<p>
Freeze the image's undo stack.
</p>
@ -269,9 +269,9 @@ else 'undo' behaviour is undefined.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2545470"></a><h3>
<a name="id2520256"></a><h3>
<a name="gimp-image-undo-thaw"></a>gimp_image_undo_thaw ()</h3>
<a class="indexterm" name="id2558259"></a><pre class="programlisting">gboolean gimp_image_undo_thaw (gint32 image_ID);</pre>
<a class="indexterm" name="id2619867"></a><pre class="programlisting">gboolean gimp_image_undo_thaw (gint32 image_ID);</pre>
<p>
Thaw the image's undo stack.
</p>