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
|
||||
version 0.9.31
|
||||
version 0.9.32
|
||||
|
||||
Magic Tool Plugin API Documentation
|
||||
|
||||
|
|
@ -593,7 +593,7 @@ Informational
|
|||
|
||||
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,9 @@ 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.
|
||||
|
||||
|
||||
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>
|
||||
version 0.9.31 </h1>
|
||||
version 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,12 @@
|
|||
<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></dt>
|
||||
<dd></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>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.31 Advanced Stamps 'How-To'
|
||||
versión 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
|
||||
versión 0.9.31
|
||||
versión 0.9.32
|
||||
Environment Variables Documentation
|
||||
|
||||
Copyright © 2021-2023 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Extending
|
||||
Tux Paint
|
||||
versión 0.9.31
|
||||
versión 0.9.32
|
||||
|
||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.31 Frequently Asked Questions
|
||||
versión 0.9.32 Frequently Asked Questions
|
||||
|
||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.31
|
||||
versión 0.9.32
|
||||
Installation Documentation
|
||||
|
||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.31
|
||||
version 0.9.32
|
||||
|
||||
Magic Tool Plugin API Documentation
|
||||
|
||||
|
|
@ -593,7 +593,7 @@ Informational
|
|||
|
||||
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
|
||||
versión 0.9.31
|
||||
versión 0.9.32
|
||||
|
||||
Options Documentation
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.31
|
||||
versión 0.9.32
|
||||
PNG Documentation
|
||||
|
||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.31
|
||||
versión 0.9.32
|
||||
|
||||
A simple drawing program for children
|
||||
|
||||
|
|
@ -97,36 +97,18 @@ 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: tuxpaint-docs Report-Msgid-Bugs-To: PO-Revision-Date:
|
||||
2021-01-26 09:37-0800 Last-Translator: Language-Team: Language: es
|
||||
MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1);
|
||||
X-Generator: Poedit 2.3
|
||||
Project-Id-Version: tuxpaint-docs Report-Msgid-Bugs-To: PO-Revision-Date:
|
||||
2021-01-26 09:37-0800 Last-Translator: Language-Team: Language: es
|
||||
MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1);
|
||||
X-Generator: Poedit 2.3
|
||||
|
||||
|
||||
See CHANGES.txt for the complete list of changes.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.31
|
||||
versión 0.9.32
|
||||
Signals Documentation
|
||||
|
||||
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.31
|
||||
versión 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>
|
||||
versión 0.9.31 Advanced Stamps 'How-To' </h1>
|
||||
versión 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>
|
||||
versión 0.9.31<br/>
|
||||
versión 0.9.32<br/>
|
||||
Environment Variables Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.31 </h1>
|
||||
versión 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>
|
||||
versión 0.9.31 Frequently Asked Questions </h1>
|
||||
versión 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>
|
||||
versión 0.9.31<br/>
|
||||
versión 0.9.32<br/>
|
||||
Installation 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>
|
||||
|
||||
<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>
|
||||
versión 0.9.31 </h1>
|
||||
versión 0.9.32 </h1>
|
||||
|
||||
<h2>
|
||||
Options Documentation </h2>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.31<br/>
|
||||
versión 0.9.32<br/>
|
||||
PNG Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.31 </h1>
|
||||
versión 0.9.32 </h1>
|
||||
|
||||
<h3 align="center">
|
||||
A simple drawing program for children </h3>
|
||||
|
|
@ -224,27 +224,34 @@
|
|||
<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: tuxpaint-docs
|
||||
Report-Msgid-Bugs-To:
|
||||
PO-Revision-Date: 2021-01-26 09:37-0800
|
||||
Last-Translator:
|
||||
Language-Team:
|
||||
Language: es
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
Plural-Forms: nplurals=2; plural=(n != 1);
|
||||
X-Generator: Poedit 2.3
|
||||
</dt>
|
||||
<dd>Project-Id-Version: tuxpaint-docs
|
||||
Report-Msgid-Bugs-To:
|
||||
PO-Revision-Date: 2021-01-26 09:37-0800
|
||||
Last-Translator:
|
||||
Language-Team:
|
||||
Language: es
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
Plural-Forms: nplurals=2; plural=(n != 1);
|
||||
X-Generator: Poedit 2.3
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.31<br/>
|
||||
versión 0.9.32<br/>
|
||||
Signals Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.31<br/>
|
||||
versión 0.9.32<br/>
|
||||
SVG Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.31 'Guide pratique" pour les tampons de haute qualité
|
||||
version 0.9.32 'Guide pratique" pour les tampons de haute qualité
|
||||
|
||||
Copyright © 2006-2022 by Albert Cahalan et d'autres; voir AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.31
|
||||
version 0.9.32
|
||||
Documentation sur les variables d'environnement
|
||||
|
||||
Copyright © 2021-2023 by divers contributeurs; voir AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Extension
|
||||
Tux Paint
|
||||
version 0.9.31
|
||||
version 0.9.32
|
||||
|
||||
Copyright © 2002-2023 by divers contributeurs; voir AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.31 Questions fréquemment posées
|
||||
version 0.9.32 Questions fréquemment posées
|
||||
|
||||
Copyright © 2002-2023 by divers contributeurs; voir AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.31
|
||||
version 0.9.32
|
||||
Documentation sur l'installation
|
||||
|
||||
Copyright © 2002-2023 by divers contributeurs; voir AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.31
|
||||
version 0.9.32
|
||||
|
||||
Magic Tool Plugin API Documentation
|
||||
|
||||
|
|
@ -593,7 +593,7 @@ Informational
|
|||
|
||||
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
|
||||
|
||||
Documentation sur les options
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.31
|
||||
version 0.9.32
|
||||
Documentation sur PNG pour Tux Paint
|
||||
|
||||
Copyright © 2007-2022 by divers contributeurs; voir AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.31
|
||||
version 0.9.32
|
||||
|
||||
Un programme simple pour les enfants
|
||||
|
||||
|
|
@ -102,38 +102,16 @@ logiciel sous GPL.)
|
|||
|
||||
Voir COPYING.txt pour le texte complet de la licence GPL.
|
||||
|
||||
D. Qu'y a-t-il de neuf dans la version 0.9.31 de Tux Paint ?
|
||||
D. Qu'y a-t-il de neuf dans la version 0.9.32 de Tux Paint ?
|
||||
|
||||
Gomme floue
|
||||
Des gommes aux contours flous ont été rajoutées à l'outil Gomme
|
||||
|
||||
Nouveaux outils Magie
|
||||
Boucles, Ruban, Doux et Gribouillis
|
||||
|
||||
Créer des modèles à partir de la boîte de dialogue Ouvrir
|
||||
Les dessins sauvegardés peuvent être convertis en Modèles (qui sont
|
||||
utilisés pour de nouveaux dessins) grâce à une nouvelle option dans la
|
||||
boîte de dialogue 'Ouvrir'.( Cette possibilité peut être désactivée en
|
||||
utilisant "notemplateexport" l'option de simplification.)
|
||||
|
||||
La police de l'interface utilisateur peut être remplacée
|
||||
La police utilisée pour l'interface utilisateur (étiquettes des boutons,
|
||||
dialogues pop-up et instructions) peut être remplacée ("DejaVu Sans").(Voir
|
||||
l'"uifont" option de configuration. Utilisez "--listfonts" pour voir la
|
||||
liste des polices disponibles.)
|
||||
|
||||
L'effacement de fichier peut être désactivé
|
||||
|
||||
Les contrôles pour effacer le travail sauvegardé — dessins sauvegardés (via
|
||||
la boîte de dialogue Ouvrir) et les modèles exportés (via la boîte de
|
||||
dialogue Nouveau) — peuvent être désactivés. Voir l' "noerase" option de
|
||||
configuration.)
|
||||
|
||||
Documentation sur "Contrôler Tux Paint"
|
||||
|
||||
Un bref aperçu pour savoir comment Tux Paint peut être controllé — souris,
|
||||
tablette, écran tactile, joystick et clavier — a été ajouté au document
|
||||
README.
|
||||
Project-Id-Version: tuxpaint-docs Report-Msgid-Bugs-To: PO-Revision-Date:
|
||||
2023-09-07 16:13+0200 Last-Translator: Chion Jacques Language-Team:
|
||||
Language: fr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit X-Generator: Poedit 3.2.2
|
||||
Project-Id-Version: tuxpaint-docs Report-Msgid-Bugs-To: PO-Revision-Date:
|
||||
2023-09-07 16:13+0200 Last-Translator: Chion Jacques Language-Team:
|
||||
Language: fr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit X-Generator: Poedit 3.2.2
|
||||
|
||||
|
||||
Voir CHANGES.txt pour la liste complète des changements.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.31
|
||||
version 0.9.32
|
||||
Documentation sur les signaux
|
||||
|
||||
Copyright © 2019-2022 by divers contributeurs; voir AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.31
|
||||
version 0.9.32
|
||||
Documentation sur SVG
|
||||
|
||||
Copyright © 2007-2022 by divers contributeurs; voir AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.31 'Guide pratique" pour les tampons de haute qualité </h1>
|
||||
version 0.9.32 'Guide pratique" pour les tampons de haute qualité </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2006-2022 by Albert Cahalan et d'autres; voir <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/>
|
||||
Documentation sur les variables d'environnement </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 divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.31 Questions fréquemment posées </h1>
|
||||
version 0.9.32 Questions fréquemment posées </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2023 by divers contributeurs; voir <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/>
|
||||
Documentation sur l'installation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.31 </h1>
|
||||
version 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>
|
||||
Documentation sur les options </h2>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.31<br/>
|
||||
version 0.9.32<br/>
|
||||
Documentation sur PNG pour Tux Paint </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">
|
||||
Un programme simple pour les enfants </h3>
|
||||
|
|
@ -224,27 +224,32 @@
|
|||
<section class="indent">
|
||||
<header>
|
||||
<h2>
|
||||
D. Qu'y a-t-il de neuf dans la version 0.9.31 de Tux Paint ? </h2>
|
||||
D. Qu'y a-t-il de neuf dans la version 0.9.32 de Tux Paint ? </h2>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
<dt>Gomme floue</dt>
|
||||
<dd>Des gommes aux contours flous ont été rajoutées à l'outil Gomme</dd>
|
||||
|
||||
<dt>Nouveaux outils Magie</dt>
|
||||
<dd>Boucles, Ruban, Doux et Gribouillis</dd>
|
||||
|
||||
<dt>Créer des modèles à partir de la boîte de dialogue Ouvrir</dt>
|
||||
<dd>Les dessins sauvegardés peuvent être convertis en Modèles (qui sont utilisés pour de nouveaux dessins) grâce à une nouvelle option dans la boîte de dialogue 'Ouvrir'.( Cette possibilité peut être désactivée en utilisant <a href="OPTIONS.html#simplification">"<code>notemplateexport</code>" l'option de simplification</a>.)</dd>
|
||||
|
||||
<dt>La police de l'interface utilisateur peut être remplacée</dt>
|
||||
<dd>La police utilisée pour l'interface utilisateur (étiquettes des boutons, dialogues pop-up et instructions) peut être remplacée ("DejaVu Sans").(Voir l'<a href="OPTIONS.html#fonts">"<code>uifont</code>" option de configuration</a>. Utilisez "<code>--listfonts</code>" pour voir la liste des polices disponibles.)</dd>
|
||||
|
||||
<dt>L'effacement de fichier peut être désactivé</dd>
|
||||
<dd>Les contrôles pour effacer le travail sauvegardé — dessins sauvegardés (via la boîte de dialogue Ouvrir) et les modèles exportés (via la boîte de dialogue Nouveau) — peuvent être désactivés. Voir l' <a href="OPTIONS.html#simplification">"<code>noerase</code>" option de configuration</a>.)</dd>
|
||||
|
||||
<dt>Documentation sur "Contrôler Tux Paint"</dd>
|
||||
<dd>Un bref aperçu pour savoir comment Tux Paint peut être controllé — souris, tablette, écran tactile, joystick et clavier — a été <a href="#using_controlling">ajouté au document README</a>.</dd>
|
||||
<dt>Project-Id-Version: tuxpaint-docs
|
||||
Report-Msgid-Bugs-To:
|
||||
PO-Revision-Date: 2023-09-07 16:13+0200
|
||||
Last-Translator: Chion Jacques <jacques.chion@orange.fr>
|
||||
Language-Team:
|
||||
Language: fr
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
X-Generator: Poedit 3.2.2
|
||||
</dt>
|
||||
<dd>Project-Id-Version: tuxpaint-docs
|
||||
Report-Msgid-Bugs-To:
|
||||
PO-Revision-Date: 2023-09-07 16:13+0200
|
||||
Last-Translator: Chion Jacques <jacques.chion@orange.fr>
|
||||
Language-Team:
|
||||
Language: fr
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
X-Generator: Poedit 3.2.2
|
||||
</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/>
|
||||
Documentation sur les signaux </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.31<br/>
|
||||
version 0.9.32<br/>
|
||||
Documentation sur SVG </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.31 «Como facer» os selos avanzados
|
||||
versión 0.9.32 «Como facer» os selos avanzados
|
||||
|
||||
Copyright © 2006-2022 by Albert Cahalan e outros; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.31
|
||||
versión 0.9.32
|
||||
Documentación de variábeis de contorno
|
||||
|
||||
Copyright © 2021-2023 by varios colaboradores; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Ampliar
|
||||
Tux Paint
|
||||
versión 0.9.31
|
||||
versión 0.9.32
|
||||
|
||||
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.31 Preguntas máis frecuentes
|
||||
versión 0.9.32 Preguntas máis frecuentes
|
||||
|
||||
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.31
|
||||
versión 0.9.32
|
||||
Documentación da instalación
|
||||
|
||||
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.31
|
||||
version 0.9.32
|
||||
|
||||
Magic Tool Plugin API Documentation
|
||||
|
||||
|
|
@ -593,7 +593,7 @@ Informational
|
|||
|
||||
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
|
||||
versión 0.9.31
|
||||
versión 0.9.32
|
||||
|
||||
Documentación de opcións
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.31
|
||||
versión 0.9.32
|
||||
Documentación PNG
|
||||
|
||||
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.31
|
||||
versión 0.9.32
|
||||
|
||||
Un sinxelo programa de debuxo para cativos
|
||||
|
||||
|
|
@ -98,36 +98,18 @@ corrixir erros e usar partes do programa no seu propio software GPL).
|
|||
|
||||
Consulte o texto completo da licenza GPL en COPYING.txt.
|
||||
|
||||
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: unnamed project Report-Msgid-Bugs-To: PO-Revision-Date:
|
||||
2021-06-02 11:52+0200 Last-Translator: Miguel Anxo Bouzada Language-Team:
|
||||
Galego Language: gl MIME-Version: 1.0 Content-Type: text/plain; charset=
|
||||
UTF-8 Content-Transfer-Encoding: 8bit X-Generator: Poedit 2.4.2
|
||||
Plural-Forms: nplurals=2; plural=(n != 1);
|
||||
Project-Id-Version: unnamed project Report-Msgid-Bugs-To: PO-Revision-Date:
|
||||
2021-06-02 11:52+0200 Last-Translator: Miguel Anxo Bouzada Language-Team:
|
||||
Galego Language: gl MIME-Version: 1.0 Content-Type: text/plain; charset=
|
||||
UTF-8 Content-Transfer-Encoding: 8bit X-Generator: Poedit 2.4.2
|
||||
Plural-Forms: nplurals=2; plural=(n != 1);
|
||||
|
||||
|
||||
See CHANGES.txt for the complete list of changes.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.31
|
||||
versión 0.9.32
|
||||
Documentación de sinais
|
||||
|
||||
Copyright © 2019-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.31
|
||||
versión 0.9.32
|
||||
Documentación SVG
|
||||
|
||||
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.31 «Como facer» os selos avanzados </h1>
|
||||
versión 0.9.32 «Como facer» os selos avanzados </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2006-2022 by Albert Cahalan e outros; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.31<br/>
|
||||
versión 0.9.32<br/>
|
||||
Documentación de variábeis de contorno </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.31 </h1>
|
||||
versión 0.9.32 </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2023 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.31 Preguntas máis frecuentes </h1>
|
||||
versión 0.9.32 Preguntas máis frecuentes </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2023 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.31<br/>
|
||||
versión 0.9.32<br/>
|
||||
Documentación da instalación </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.31 </h1>
|
||||
version 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>
|
||||
versión 0.9.31 </h1>
|
||||
versión 0.9.32 </h1>
|
||||
|
||||
<h2>
|
||||
Documentación de opcións </h2>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.31<br/>
|
||||
versión 0.9.32<br/>
|
||||
Documentación PNG </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.31 </h1>
|
||||
versión 0.9.32 </h1>
|
||||
|
||||
<h3 align="center">
|
||||
Un sinxelo programa de debuxo para cativos </h3>
|
||||
|
|
@ -224,27 +224,34 @@
|
|||
<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: unnamed project
|
||||
Report-Msgid-Bugs-To:
|
||||
PO-Revision-Date: 2021-06-02 11:52+0200
|
||||
Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>
|
||||
Language-Team: Galego <proxecto@trano.gal>
|
||||
Language: gl
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
X-Generator: Poedit 2.4.2
|
||||
Plural-Forms: nplurals=2; plural=(n != 1);
|
||||
</dt>
|
||||
<dd>Project-Id-Version: unnamed project
|
||||
Report-Msgid-Bugs-To:
|
||||
PO-Revision-Date: 2021-06-02 11:52+0200
|
||||
Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>
|
||||
Language-Team: Galego <proxecto@trano.gal>
|
||||
Language: gl
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
X-Generator: Poedit 2.4.2
|
||||
Plural-Forms: nplurals=2; plural=(n != 1);
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.31<br/>
|
||||
versión 0.9.32<br/>
|
||||
Documentación de sinais </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.31<br/>
|
||||
versión 0.9.32<br/>
|
||||
Documentación SVG </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue