Sync docs after bumping version to 0.9.32
This commit is contained in:
parent
dcdac76c4c
commit
b40e8142e0
732 changed files with 936 additions and 1043 deletions
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.31 Advanced Stamps 'How-To'
|
||||
version 0.9.32 Advanced Stamps 'How-To'
|
||||
|
||||
Copyright © 2006-2022 by Albert Cahalan and others; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.31
|
||||
version 0.9.32
|
||||
Environment Variables Documentation
|
||||
|
||||
Copyright © 2021-2023 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Extending
|
||||
Tux Paint
|
||||
version 0.9.31
|
||||
version 0.9.32
|
||||
|
||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.31 Frequently Asked Questions
|
||||
version 0.9.32 Frequently Asked Questions
|
||||
|
||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.31
|
||||
version 0.9.32
|
||||
Installation Documentation
|
||||
|
||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
útgáfa 0.9.31
|
||||
útgáfa 0.9.32
|
||||
|
||||
Magic Tool Plugin API Documentation
|
||||
|
||||
|
|
@ -593,7 +593,7 @@ Til upplýsingar
|
|||
|
||||
char * tp_version
|
||||
A string containing the version of Tux Paint that's running (e.g.,
|
||||
"0.9.31").
|
||||
"0.9.32").
|
||||
|
||||
int canvas_w
|
||||
int canvas_h
|
||||
|
|
@ -746,7 +746,7 @@ TP_MAGIC_API_VERSION
|
|||
compatible.
|
||||
|
||||
Note: This version number does not correspond to Tux Paint's own release
|
||||
number (e.g., "0.9.31"). The API will not change every time a new version
|
||||
number (e.g., "0.9.32"). The API will not change every time a new version
|
||||
of Tux Paint is released, which means plugins compiled for earlier versions
|
||||
of Tux Paint will often run under newer versions.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.31
|
||||
version 0.9.32
|
||||
|
||||
Options Documentation
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.31
|
||||
version 0.9.32
|
||||
PNG Documentation
|
||||
|
||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.31
|
||||
version 0.9.32
|
||||
|
||||
A simple drawing program for children
|
||||
|
||||
|
|
@ -97,36 +97,16 @@ parts of the program in their own GPL'd software.)
|
|||
|
||||
See COPYING.txt for the full text of the GPL license.
|
||||
|
||||
D. What's New in Tux Paint version 0.9.31?
|
||||
D. What's New in Tux Paint version 0.9.32?
|
||||
|
||||
Fuzzy Erasers
|
||||
Fuzzy-edged round erasers have been added to the Eraser tool
|
||||
|
||||
New Magic tools
|
||||
Loops, Ribbon, Smooth, and Squiggles
|
||||
|
||||
Create templates from Open dialog
|
||||
Saved drawings can be turned into templates (used to make new drawings) via
|
||||
a new option in the Open dialog. (This feature may be deactivated using the
|
||||
"notemplateexport" simplification option.)
|
||||
|
||||
User interface font may be overridden
|
||||
The font used for the user interface (button labels, dialog pop-ups, and
|
||||
instructions) can be overridden from its default ("DejaVu Sans"). (See the
|
||||
"uifont" configuration option. Use "--listfonts" to see a list of available
|
||||
fonts.)
|
||||
|
||||
File Erase may be disabled
|
||||
|
||||
Controls to erase saved work — saved drawings (via the Open dialog) and
|
||||
exported templates (via the New dialog) — can be disabled. (See the
|
||||
"noerase" configuration option.)
|
||||
|
||||
"Controlling Tux Paint" documentation
|
||||
|
||||
A brief overview of how Tux Paint can be controlled — mouse, tablet,
|
||||
touchscreen, joystick, and keyboard — has been added to the README
|
||||
documentation.
|
||||
Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: PO-Revision-Date:
|
||||
YEAR-MO-DA HO:MI+ZONE Last-Translator: FULL NAME Language-Team: Icelandic
|
||||
Language: is MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: PO-Revision-Date:
|
||||
YEAR-MO-DA HO:MI+ZONE Last-Translator: FULL NAME Language-Team: Icelandic
|
||||
Language: is MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
|
||||
See CHANGES.txt for the complete list of changes.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.31
|
||||
version 0.9.32
|
||||
Signals Documentation
|
||||
|
||||
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.31
|
||||
version 0.9.32
|
||||
SVG Documentation
|
||||
|
||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.31 Advanced Stamps 'How-To' </h1>
|
||||
version 0.9.32 Advanced Stamps 'How-To' </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2006-2022 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.31<br/>
|
||||
version 0.9.32<br/>
|
||||
Environment Variables Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.31 </h1>
|
||||
version 0.9.32 </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.31 Frequently Asked Questions </h1>
|
||||
version 0.9.32 Frequently Asked Questions </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.31<br/>
|
||||
version 0.9.32<br/>
|
||||
Installation Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
útgáfa 0.9.31 </h1>
|
||||
útgáfa 0.9.32 </h1>
|
||||
|
||||
<h2>
|
||||
Magic Tool Plugin API Documentation </h2>
|
||||
|
|
@ -599,7 +599,7 @@
|
|||
<dl>
|
||||
<dt><code><b>char * tp_version</b></code></dt>
|
||||
<dd>
|
||||
A string containing the version of Tux Paint that's running (e.g., "0.9.31"). </dd>
|
||||
A string containing the version of Tux Paint that's running (e.g., "0.9.32"). </dd>
|
||||
|
||||
<dt>
|
||||
<code><b>int canvas_w</b></code><br/>
|
||||
|
|
@ -746,7 +746,7 @@
|
|||
<p>
|
||||
It should be referenced by your magic tool's "<code>api_version()</code>" function, to inform the running copy of Tux Paint whether or not your plugin is compatible. </p>
|
||||
<p>
|
||||
<b>Note:</b> This version number does not correspond to Tux Paint's own release number (e.g., "0.9.31"). The API will not change every time a new version of Tux Paint is released, which means plugins compiled for earlier versions of Tux Paint will often run under newer versions. </p>
|
||||
<b>Note:</b> This version number does not correspond to Tux Paint's own release number (e.g., "0.9.32"). The API will not change every time a new version of Tux Paint is released, which means plugins compiled for earlier versions of Tux Paint will often run under newer versions. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.31 </h1>
|
||||
version 0.9.32 </h1>
|
||||
|
||||
<h2>
|
||||
Options Documentation </h2>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.31<br/>
|
||||
version 0.9.32<br/>
|
||||
PNG Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.31 </h1>
|
||||
version 0.9.32 </h1>
|
||||
|
||||
<h3 align="center">
|
||||
A simple drawing program for children </h3>
|
||||
|
|
@ -224,27 +224,30 @@
|
|||
<section class="indent">
|
||||
<header>
|
||||
<h2>
|
||||
D. What's New in Tux Paint version 0.9.31? </h2>
|
||||
D. What's New in Tux Paint version 0.9.32? </h2>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
<dt>Fuzzy Erasers</dt>
|
||||
<dd>Fuzzy-edged round erasers have been added to the Eraser tool</dd>
|
||||
|
||||
<dt>New Magic tools</dt>
|
||||
<dd>Loops, Ribbon, Smooth, and Squiggles</dd>
|
||||
|
||||
<dt>Create templates from Open dialog</dt>
|
||||
<dd>Saved drawings can be turned into templates (used to make new drawings) via a new option in the Open dialog. (This feature may be deactivated using the <a href="OPTIONS.html#simplification">"<code>notemplateexport</code>" simplification option</a>.)</dd>
|
||||
|
||||
<dt>User interface font may be overridden</dt>
|
||||
<dd>The font used for the user interface (button labels, dialog pop-ups, and instructions) can be overridden from its default ("DejaVu Sans"). (See the <a href="OPTIONS.html#fonts">"<code>uifont</code>" configuration option</a>. Use "<code>--listfonts</code>" to see a list of available fonts.)</dd>
|
||||
|
||||
<dt>File Erase may be disabled</dd>
|
||||
<dd>Controls to erase saved work — saved drawings (via the Open dialog) and exported templates (via the New dialog) — can be disabled. (See the <a href="OPTIONS.html#simplification">"<code>noerase</code>" configuration option</a>.)</dd>
|
||||
|
||||
<dt>"Controlling Tux Paint" documentation</dd>
|
||||
<dd>A brief overview of how Tux Paint can be controlled — mouse, tablet, touchscreen, joystick, and keyboard — has been <a href="#using_controlling">added to the README documentation</a>.</dd>
|
||||
<dt>Project-Id-Version: PACKAGE VERSION
|
||||
Report-Msgid-Bugs-To:
|
||||
PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE
|
||||
Last-Translator: FULL NAME <EMAIL@ADDRESS>
|
||||
Language-Team: Icelandic
|
||||
Language: is
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
</dt>
|
||||
<dd>Project-Id-Version: PACKAGE VERSION
|
||||
Report-Msgid-Bugs-To:
|
||||
PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE
|
||||
Last-Translator: FULL NAME <EMAIL@ADDRESS>
|
||||
Language-Team: Icelandic
|
||||
Language: is
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.31<br/>
|
||||
version 0.9.32<br/>
|
||||
Signals Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.31<br/>
|
||||
version 0.9.32<br/>
|
||||
SVG Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue