Sync docs after bumping version to 0.9.32

This commit is contained in:
Bill Kendrick 2023-11-21 23:50:45 -08:00
parent dcdac76c4c
commit b40e8142e0
732 changed files with 936 additions and 1043 deletions

View file

@ -1,5 +1,5 @@
Tux Paint 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. Copyright © 2006-2022 by Albert Cahalan and others; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
Environment Variables Documentation Environment Variables Documentation
Copyright © 2021-2023 by various contributors; see AUTHORS.txt. Copyright © 2021-2023 by various contributors; see AUTHORS.txt.

View file

@ -1,6 +1,6 @@
Extending Extending
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
Copyright © 2002-2023 by various contributors; see AUTHORS.txt. Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/

View file

@ -1,5 +1,5 @@
Tux Paint 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. Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
Installation Documentation Installation Documentation
Copyright © 2002-2023 by various contributors; see AUTHORS.txt. Copyright © 2002-2023 by various contributors; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
Magic Tool Plugin API Documentation Magic Tool Plugin API Documentation
@ -593,7 +593,7 @@ Informational
char * tp_version char * tp_version
A string containing the version of Tux Paint that's running (e.g., A string containing the version of Tux Paint that's running (e.g.,
"0.9.31"). "0.9.32").
int canvas_w int canvas_w
int canvas_h int canvas_h
@ -746,7 +746,7 @@ TP_MAGIC_API_VERSION
compatible. compatible.
Note: This version number does not correspond to Tux Paint's own release 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 is released, which means plugins compiled for earlier versions
of Tux Paint will often run under newer versions. of Tux Paint will often run under newer versions.

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
Options Documentation Options Documentation

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
PNG Documentation PNG Documentation
Copyright © 2007-2022 by various contributors; see AUTHORS.txt. Copyright © 2007-2022 by various contributors; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
A simple drawing program for children 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. 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. See CHANGES.txt for the complete list of changes.

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
Signals Documentation Signals Documentation
Copyright © 2019-2022 by various contributors; see AUTHORS.txt. Copyright © 2019-2022 by various contributors; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
SVG Documentation SVG Documentation
Copyright © 2007-2022 by various contributors; see AUTHORS.txt. Copyright © 2007-2022 by various contributors; see AUTHORS.txt.

View file

@ -17,7 +17,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.31 Advanced Stamps 'How-To' </h1> version 0.9.32 Advanced Stamps 'How-To' </h1>
<p> <p>
Copyright &copy; 2006-2022 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2006-2022 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>

View file

@ -17,7 +17,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.31<br/> version 0.9.32<br/>
Environment Variables Documentation </h1> Environment Variables Documentation </h1>
<p> <p>

View file

@ -92,7 +92,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.31 </h1> version 0.9.32 </h1>
<p> <p>
Copyright &copy; 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>

View file

@ -17,7 +17,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.31 Frequently Asked Questions </h1> version 0.9.32 Frequently Asked Questions </h1>
<p> <p>
Copyright &copy; 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>

View file

@ -89,7 +89,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.31<br/> version 0.9.32<br/>
Installation Documentation </h1> Installation Documentation </h1>
<p> <p>

View file

@ -91,7 +91,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.31 </h1> version 0.9.32 </h1>
<h2> <h2>
Magic Tool Plugin API Documentation </h2> Magic Tool Plugin API Documentation </h2>
@ -599,7 +599,7 @@
<dl> <dl>
<dt><code><b>char * tp_version</b></code></dt> <dt><code><b>char * tp_version</b></code></dt>
<dd> <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> <dt>
<code><b>int canvas_w</b></code><br/> <code><b>int canvas_w</b></code><br/>
@ -746,7 +746,7 @@
<p> <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> 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> <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> </dd>
<dt> <dt>

View file

@ -91,7 +91,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.31 </h1> version 0.9.32 </h1>
<h2> <h2>
Options Documentation </h2> Options Documentation </h2>

View file

@ -89,7 +89,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.31<br/> version 0.9.32<br/>
PNG Documentation </h1> PNG Documentation </h1>
<p> <p>

View file

@ -91,7 +91,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.31 </h1> version 0.9.32 </h1>
<h3 align="center"> <h3 align="center">
A simple drawing program for children </h3> A simple drawing program for children </h3>
@ -224,27 +224,12 @@
<section class="indent"> <section class="indent">
<header> <header>
<h2> <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> </header>
<dl> <dl>
<dt>Fuzzy Erasers</dt> <dt></dt>
<dd>Fuzzy-edged round erasers have been added to the Eraser tool</dd> <dd></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 &mdash; saved drawings (via the Open dialog) and exported templates (via the New dialog) &mdash; 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 &mdash; mouse, tablet, touchscreen, joystick, and keyboard &mdash; has been <a href="#using_controlling">added to the README documentation</a>.</dd>
</dl> </dl>
<p> <p>

View file

@ -89,7 +89,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.31<br/> version 0.9.32<br/>
Signals Documentation </h1> Signals Documentation </h1>
<p> <p>

View file

@ -91,7 +91,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.31<br/> version 0.9.32<br/>
SVG Documentation </h1> SVG Documentation </h1>
<p> <p>

View file

@ -1,5 +1,5 @@
Tux Paint 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. Copyright © 2006-2022 by Albert Cahalan and others; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
versión 0.9.31 versión 0.9.32
Environment Variables Documentation Environment Variables Documentation
Copyright © 2021-2023 by various contributors; see AUTHORS.txt. Copyright © 2021-2023 by various contributors; see AUTHORS.txt.

View file

@ -1,6 +1,6 @@
Extending Extending
Tux Paint Tux Paint
versión 0.9.31 versión 0.9.32
Copyright © 2002-2023 by various contributors; see AUTHORS.txt. Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/

View file

@ -1,5 +1,5 @@
Tux Paint 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. Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
versión 0.9.31 versión 0.9.32
Installation Documentation Installation Documentation
Copyright © 2002-2023 by various contributors; see AUTHORS.txt. Copyright © 2002-2023 by various contributors; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
Magic Tool Plugin API Documentation Magic Tool Plugin API Documentation
@ -593,7 +593,7 @@ Informational
char * tp_version char * tp_version
A string containing the version of Tux Paint that's running (e.g., A string containing the version of Tux Paint that's running (e.g.,
"0.9.31"). "0.9.32").
int canvas_w int canvas_w
int canvas_h int canvas_h
@ -746,7 +746,7 @@ TP_MAGIC_API_VERSION
compatible. compatible.
Note: This version number does not correspond to Tux Paint's own release 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 is released, which means plugins compiled for earlier versions
of Tux Paint will often run under newer versions. of Tux Paint will often run under newer versions.

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
versión 0.9.31 versión 0.9.32
Options Documentation Options Documentation

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
versión 0.9.31 versión 0.9.32
PNG Documentation PNG Documentation
Copyright © 2007-2022 by various contributors; see AUTHORS.txt. Copyright © 2007-2022 by various contributors; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
versión 0.9.31 versión 0.9.32
A simple drawing program for children 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. 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 Project-Id-Version: tuxpaint-docs Report-Msgid-Bugs-To: PO-Revision-Date:
Fuzzy-edged round erasers have been added to the Eraser tool 2021-01-26 09:37-0800 Last-Translator: Language-Team: Language: es
MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8
New Magic tools Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1);
Loops, Ribbon, Smooth, and Squiggles X-Generator: Poedit 2.3
Project-Id-Version: tuxpaint-docs Report-Msgid-Bugs-To: PO-Revision-Date:
Create templates from Open dialog 2021-01-26 09:37-0800 Last-Translator: Language-Team: Language: es
Saved drawings can be turned into templates (used to make new drawings) via MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8
a new option in the Open dialog. (This feature may be deactivated using the Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1);
"notemplateexport" simplification option.) X-Generator: Poedit 2.3
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. See CHANGES.txt for the complete list of changes.

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
versión 0.9.31 versión 0.9.32
Signals Documentation Signals Documentation
Copyright © 2019-2022 by various contributors; see AUTHORS.txt. Copyright © 2019-2022 by various contributors; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
versión 0.9.31 versión 0.9.32
SVG Documentation SVG Documentation
Copyright © 2007-2022 by various contributors; see AUTHORS.txt. Copyright © 2007-2022 by various contributors; see AUTHORS.txt.

View file

@ -17,7 +17,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
versi&oacute;n 0.9.31 Advanced Stamps 'How-To' </h1> versi&oacute;n 0.9.32 Advanced Stamps 'How-To' </h1>
<p> <p>
Copyright &copy; 2006-2022 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2006-2022 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>

View file

@ -17,7 +17,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
versi&oacute;n 0.9.31<br/> versi&oacute;n 0.9.32<br/>
Environment Variables Documentation </h1> Environment Variables Documentation </h1>
<p> <p>

View file

@ -92,7 +92,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
versi&oacute;n 0.9.31 </h1> versi&oacute;n 0.9.32 </h1>
<p> <p>
Copyright &copy; 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>

View file

@ -17,7 +17,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
versi&oacute;n 0.9.31 Frequently Asked Questions </h1> versi&oacute;n 0.9.32 Frequently Asked Questions </h1>
<p> <p>
Copyright &copy; 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>

View file

@ -89,7 +89,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
versi&oacute;n 0.9.31<br/> versi&oacute;n 0.9.32<br/>
Installation Documentation </h1> Installation Documentation </h1>
<p> <p>

View file

@ -91,7 +91,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.31 </h1> version 0.9.32 </h1>
<h2> <h2>
Magic Tool Plugin API Documentation </h2> Magic Tool Plugin API Documentation </h2>
@ -599,7 +599,7 @@
<dl> <dl>
<dt><code><b>char * tp_version</b></code></dt> <dt><code><b>char * tp_version</b></code></dt>
<dd> <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> <dt>
<code><b>int canvas_w</b></code><br/> <code><b>int canvas_w</b></code><br/>
@ -746,7 +746,7 @@
<p> <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> 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> <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> </dd>
<dt> <dt>

View file

@ -91,7 +91,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
versi&oacute;n 0.9.31 </h1> versi&oacute;n 0.9.32 </h1>
<h2> <h2>
Options Documentation </h2> Options Documentation </h2>

View file

@ -89,7 +89,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
versi&oacute;n 0.9.31<br/> versi&oacute;n 0.9.32<br/>
PNG Documentation </h1> PNG Documentation </h1>
<p> <p>

View file

@ -91,7 +91,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
versi&oacute;n 0.9.31 </h1> versi&oacute;n 0.9.32 </h1>
<h3 align="center"> <h3 align="center">
A simple drawing program for children </h3> A simple drawing program for children </h3>
@ -224,27 +224,34 @@
<section class="indent"> <section class="indent">
<header> <header>
<h2> <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> </header>
<dl> <dl>
<dt>Fuzzy Erasers</dt> <dt>Project-Id-Version: tuxpaint-docs
<dd>Fuzzy-edged round erasers have been added to the Eraser tool</dd> Report-Msgid-Bugs-To:
PO-Revision-Date: 2021-01-26 09:37-0800
<dt>New Magic tools</dt> Last-Translator:
<dd>Loops, Ribbon, Smooth, and Squiggles</dd> Language-Team:
Language: es
<dt>Create templates from Open dialog</dt> MIME-Version: 1.0
<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> Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
<dt>User interface font may be overridden</dt> Plural-Forms: nplurals=2; plural=(n != 1);
<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> X-Generator: Poedit 2.3
</dt>
<dt>File Erase may be disabled</dd> <dd>Project-Id-Version: tuxpaint-docs
<dd>Controls to erase saved work &mdash; saved drawings (via the Open dialog) and exported templates (via the New dialog) &mdash; can be disabled. (See the <a href="OPTIONS.html#simplification">"<code>noerase</code>" configuration option</a>.)</dd> Report-Msgid-Bugs-To:
PO-Revision-Date: 2021-01-26 09:37-0800
<dt>"Controlling Tux Paint" documentation</dd> Last-Translator:
<dd>A brief overview of how Tux Paint can be controlled &mdash; mouse, tablet, touchscreen, joystick, and keyboard &mdash; has been <a href="#using_controlling">added to the README documentation</a>.</dd> 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> </dl>
<p> <p>

View file

@ -89,7 +89,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
versi&oacute;n 0.9.31<br/> versi&oacute;n 0.9.32<br/>
Signals Documentation </h1> Signals Documentation </h1>
<p> <p>

View file

@ -91,7 +91,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
versi&oacute;n 0.9.31<br/> versi&oacute;n 0.9.32<br/>
SVG Documentation </h1> SVG Documentation </h1>
<p> <p>

View file

@ -1,5 +1,5 @@
Tux Paint 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. Copyright © 2006-2022 by Albert Cahalan et d'autres; voir AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
Documentation sur les variables d'environnement Documentation sur les variables d'environnement
Copyright © 2021-2023 by divers contributeurs; voir AUTHORS.txt. Copyright © 2021-2023 by divers contributeurs; voir AUTHORS.txt.

View file

@ -1,6 +1,6 @@
Extension Extension
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
Copyright © 2002-2023 by divers contributeurs; voir AUTHORS.txt. Copyright © 2002-2023 by divers contributeurs; voir AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/

View file

@ -1,5 +1,5 @@
Tux Paint 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. Copyright © 2002-2023 by divers contributeurs; voir AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
Documentation sur l'installation Documentation sur l'installation
Copyright © 2002-2023 by divers contributeurs; voir AUTHORS.txt. Copyright © 2002-2023 by divers contributeurs; voir AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
Magic Tool Plugin API Documentation Magic Tool Plugin API Documentation
@ -593,7 +593,7 @@ Informational
char * tp_version char * tp_version
A string containing the version of Tux Paint that's running (e.g., A string containing the version of Tux Paint that's running (e.g.,
"0.9.31"). "0.9.32").
int canvas_w int canvas_w
int canvas_h int canvas_h
@ -746,7 +746,7 @@ TP_MAGIC_API_VERSION
compatible. compatible.
Note: This version number does not correspond to Tux Paint's own release 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 is released, which means plugins compiled for earlier versions
of Tux Paint will often run under newer versions. of Tux Paint will often run under newer versions.

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
Documentation sur les options Documentation sur les options

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
Documentation sur PNG pour Tux Paint Documentation sur PNG pour Tux Paint
Copyright © 2007-2022 by divers contributeurs; voir AUTHORS.txt. Copyright © 2007-2022 by divers contributeurs; voir AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
Un programme simple pour les enfants Un programme simple pour les enfants
@ -102,38 +102,16 @@ logiciel sous GPL.)
Voir COPYING.txt pour le texte complet de la licence 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 Project-Id-Version: tuxpaint-docs Report-Msgid-Bugs-To: PO-Revision-Date:
Des gommes aux contours flous ont été rajoutées à l'outil Gomme 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
Nouveaux outils Magie Content-Transfer-Encoding: 8bit X-Generator: Poedit 3.2.2
Boucles, Ruban, Doux et Gribouillis Project-Id-Version: tuxpaint-docs Report-Msgid-Bugs-To: PO-Revision-Date:
2023-09-07 16:13+0200 Last-Translator: Chion Jacques Language-Team:
Créer des modèles à partir de la boîte de dialogue Ouvrir Language: fr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8
Les dessins sauvegardés peuvent être convertis en Modèles (qui sont Content-Transfer-Encoding: 8bit X-Generator: Poedit 3.2.2
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.
Voir CHANGES.txt pour la liste complète des changements. Voir CHANGES.txt pour la liste complète des changements.

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
Documentation sur les signaux Documentation sur les signaux
Copyright © 2019-2022 by divers contributeurs; voir AUTHORS.txt. Copyright © 2019-2022 by divers contributeurs; voir AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
Documentation sur SVG Documentation sur SVG
Copyright © 2007-2022 by divers contributeurs; voir AUTHORS.txt. Copyright © 2007-2022 by divers contributeurs; voir AUTHORS.txt.

View file

@ -17,7 +17,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> 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> <p>
Copyright &copy; 2006-2022 by Albert Cahalan et d'autres; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2006-2022 by Albert Cahalan et d'autres; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>

View file

@ -17,7 +17,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.31<br/> version 0.9.32<br/>
Documentation sur les variables d'environnement </h1> Documentation sur les variables d'environnement </h1>
<p> <p>

View file

@ -92,7 +92,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.31 </h1> version 0.9.32 </h1>
<p> <p>
Copyright &copy; 2002-2023 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2023 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>

View file

@ -17,7 +17,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> 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> <p>
Copyright &copy; 2002-2023 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2023 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>

View file

@ -89,7 +89,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.31<br/> version 0.9.32<br/>
Documentation sur l'installation </h1> Documentation sur l'installation </h1>
<p> <p>

View file

@ -91,7 +91,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.31 </h1> version 0.9.32 </h1>
<h2> <h2>
Magic Tool Plugin API Documentation </h2> Magic Tool Plugin API Documentation </h2>
@ -599,7 +599,7 @@
<dl> <dl>
<dt><code><b>char * tp_version</b></code></dt> <dt><code><b>char * tp_version</b></code></dt>
<dd> <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> <dt>
<code><b>int canvas_w</b></code><br/> <code><b>int canvas_w</b></code><br/>
@ -746,7 +746,7 @@
<p> <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> 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> <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> </dd>
<dt> <dt>

View file

@ -91,7 +91,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.31 </h1> version 0.9.32 </h1>
<h2> <h2>
Documentation sur les options </h2> Documentation sur les options </h2>

View file

@ -89,7 +89,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.31<br/> version 0.9.32<br/>
Documentation sur PNG pour Tux Paint </h1> Documentation sur PNG pour Tux Paint </h1>
<p> <p>

View file

@ -91,7 +91,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.31 </h1> version 0.9.32 </h1>
<h3 align="center"> <h3 align="center">
Un programme simple pour les enfants </h3> Un programme simple pour les enfants </h3>
@ -224,27 +224,32 @@
<section class="indent"> <section class="indent">
<header> <header>
<h2> <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> </header>
<dl> <dl>
<dt>Gomme floue</dt> <dt>Project-Id-Version: tuxpaint-docs
<dd>Des gommes aux contours flous ont été rajoutées à l'outil Gomme</dd> Report-Msgid-Bugs-To:
PO-Revision-Date: 2023-09-07 16:13+0200
<dt>Nouveaux outils Magie</dt> Last-Translator: Chion Jacques <jacques.chion@orange.fr>
<dd>Boucles, Ruban, Doux et Gribouillis</dd> Language-Team:
Language: fr
<dt>Créer des modèles à partir de la boîte de dialogue Ouvrir</dt> MIME-Version: 1.0
<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> Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
<dt>La police de l'interface utilisateur peut être remplacée</dt> X-Generator: Poedit 3.2.2
<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>
<dd>Project-Id-Version: tuxpaint-docs
<dt>L'effacement de fichier peut être désactivé</dd> Report-Msgid-Bugs-To:
<dd>Les contrôles pour effacer le travail sauvegardé &mdash; dessins sauvegardés (via la boîte de dialogue Ouvrir) et les modèles exportés (via la boîte de dialogue Nouveau) &mdash; peuvent être désactivés. Voir l' <a href="OPTIONS.html#simplification">"<code>noerase</code>" option de configuration</a>.)</dd> PO-Revision-Date: 2023-09-07 16:13+0200
Last-Translator: Chion Jacques <jacques.chion@orange.fr>
<dt>Documentation sur "Contrôler Tux Paint"</dd> Language-Team:
<dd>Un bref aperçu pour savoir comment Tux Paint peut être controllé &mdash; souris, tablette, écran tactile, joystick et clavier &mdash; a été <a href="#using_controlling">ajouté au document README</a>.</dd> 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> </dl>
<p> <p>

View file

@ -89,7 +89,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.31<br/> version 0.9.32<br/>
Documentation sur les signaux </h1> Documentation sur les signaux </h1>
<p> <p>

View file

@ -91,7 +91,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.31<br/> version 0.9.32<br/>
Documentation sur SVG </h1> Documentation sur SVG </h1>
<p> <p>

View file

@ -1,5 +1,5 @@
Tux Paint 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. Copyright © 2006-2022 by Albert Cahalan e outros; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
versión 0.9.31 versión 0.9.32
Documentación de variábeis de contorno Documentación de variábeis de contorno
Copyright © 2021-2023 by varios colaboradores; see AUTHORS.txt. Copyright © 2021-2023 by varios colaboradores; see AUTHORS.txt.

View file

@ -1,6 +1,6 @@
Ampliar Ampliar
Tux Paint Tux Paint
versión 0.9.31 versión 0.9.32
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt. Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/

View file

@ -1,5 +1,5 @@
Tux Paint 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. Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
versión 0.9.31 versión 0.9.32
Documentación da instalación Documentación da instalación
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt. Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
Magic Tool Plugin API Documentation Magic Tool Plugin API Documentation
@ -593,7 +593,7 @@ Informational
char * tp_version char * tp_version
A string containing the version of Tux Paint that's running (e.g., A string containing the version of Tux Paint that's running (e.g.,
"0.9.31"). "0.9.32").
int canvas_w int canvas_w
int canvas_h int canvas_h
@ -746,7 +746,7 @@ TP_MAGIC_API_VERSION
compatible. compatible.
Note: This version number does not correspond to Tux Paint's own release 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 is released, which means plugins compiled for earlier versions
of Tux Paint will often run under newer versions. of Tux Paint will often run under newer versions.

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
versión 0.9.31 versión 0.9.32
Documentación de opcións Documentación de opcións

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
versión 0.9.31 versión 0.9.32
Documentación PNG Documentación PNG
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt. Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
versión 0.9.31 versión 0.9.32
Un sinxelo programa de debuxo para cativos 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. 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 Project-Id-Version: unnamed project Report-Msgid-Bugs-To: PO-Revision-Date:
Fuzzy-edged round erasers have been added to the Eraser tool 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=
New Magic tools UTF-8 Content-Transfer-Encoding: 8bit X-Generator: Poedit 2.4.2
Loops, Ribbon, Smooth, and Squiggles Plural-Forms: nplurals=2; plural=(n != 1);
Project-Id-Version: unnamed project Report-Msgid-Bugs-To: PO-Revision-Date:
Create templates from Open dialog 2021-06-02 11:52+0200 Last-Translator: Miguel Anxo Bouzada Language-Team:
Saved drawings can be turned into templates (used to make new drawings) via Galego Language: gl MIME-Version: 1.0 Content-Type: text/plain; charset=
a new option in the Open dialog. (This feature may be deactivated using the UTF-8 Content-Transfer-Encoding: 8bit X-Generator: Poedit 2.4.2
"notemplateexport" simplification option.) Plural-Forms: nplurals=2; plural=(n != 1);
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. See CHANGES.txt for the complete list of changes.

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
versión 0.9.31 versión 0.9.32
Documentación de sinais Documentación de sinais
Copyright © 2019-2022 by varios colaboradores; see AUTHORS.txt. Copyright © 2019-2022 by varios colaboradores; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
versión 0.9.31 versión 0.9.32
Documentación SVG Documentación SVG
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt. Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.

View file

@ -17,7 +17,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> 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> <p>
Copyright &copy; 2006-2022 by Albert Cahalan e outros; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2006-2022 by Albert Cahalan e outros; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>

View file

@ -17,7 +17,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
versión 0.9.31<br/> versión 0.9.32<br/>
Documentación de variábeis de contorno </h1> Documentación de variábeis de contorno </h1>
<p> <p>

View file

@ -92,7 +92,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
versión 0.9.31 </h1> versión 0.9.32 </h1>
<p> <p>
Copyright &copy; 2002-2023 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2023 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>

View file

@ -17,7 +17,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> 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> <p>
Copyright &copy; 2002-2023 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2023 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>

View file

@ -89,7 +89,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
versión 0.9.31<br/> versión 0.9.32<br/>
Documentación da instalación </h1> Documentación da instalación </h1>
<p> <p>

View file

@ -91,7 +91,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.31 </h1> version 0.9.32 </h1>
<h2> <h2>
Magic Tool Plugin API Documentation </h2> Magic Tool Plugin API Documentation </h2>
@ -599,7 +599,7 @@
<dl> <dl>
<dt><code><b>char * tp_version</b></code></dt> <dt><code><b>char * tp_version</b></code></dt>
<dd> <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> <dt>
<code><b>int canvas_w</b></code><br/> <code><b>int canvas_w</b></code><br/>
@ -746,7 +746,7 @@
<p> <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> 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> <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> </dd>
<dt> <dt>

View file

@ -91,7 +91,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
versión 0.9.31 </h1> versión 0.9.32 </h1>
<h2> <h2>
Documentación de opcións </h2> Documentación de opcións </h2>

View file

@ -89,7 +89,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
versión 0.9.31<br/> versión 0.9.32<br/>
Documentación PNG </h1> Documentación PNG </h1>
<p> <p>

View file

@ -91,7 +91,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
versión 0.9.31 </h1> versión 0.9.32 </h1>
<h3 align="center"> <h3 align="center">
Un sinxelo programa de debuxo para cativos </h3> Un sinxelo programa de debuxo para cativos </h3>
@ -224,27 +224,34 @@
<section class="indent"> <section class="indent">
<header> <header>
<h2> <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> </header>
<dl> <dl>
<dt>Fuzzy Erasers</dt> <dt>Project-Id-Version: unnamed project
<dd>Fuzzy-edged round erasers have been added to the Eraser tool</dd> Report-Msgid-Bugs-To:
PO-Revision-Date: 2021-06-02 11:52+0200
<dt>New Magic tools</dt> Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>
<dd>Loops, Ribbon, Smooth, and Squiggles</dd> Language-Team: Galego <proxecto@trano.gal>
Language: gl
<dt>Create templates from Open dialog</dt> MIME-Version: 1.0
<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> Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
<dt>User interface font may be overridden</dt> X-Generator: Poedit 2.4.2
<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> Plural-Forms: nplurals=2; plural=(n != 1);
</dt>
<dt>File Erase may be disabled</dd> <dd>Project-Id-Version: unnamed project
<dd>Controls to erase saved work &mdash; saved drawings (via the Open dialog) and exported templates (via the New dialog) &mdash; can be disabled. (See the <a href="OPTIONS.html#simplification">"<code>noerase</code>" configuration option</a>.)</dd> Report-Msgid-Bugs-To:
PO-Revision-Date: 2021-06-02 11:52+0200
<dt>"Controlling Tux Paint" documentation</dd> Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>
<dd>A brief overview of how Tux Paint can be controlled &mdash; mouse, tablet, touchscreen, joystick, and keyboard &mdash; has been <a href="#using_controlling">added to the README documentation</a>.</dd> 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> </dl>
<p> <p>

View file

@ -89,7 +89,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
versión 0.9.31<br/> versión 0.9.32<br/>
Documentación de sinais </h1> Documentación de sinais </h1>
<p> <p>

View file

@ -91,7 +91,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
versión 0.9.31<br/> versión 0.9.32<br/>
Documentación SVG </h1> Documentación SVG </h1>
<p> <p>

View file

@ -1,5 +1,5 @@
Tux Paint 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. Copyright © 2006-2022 by Albert Cahalan and others; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
Environment Variables Documentation Environment Variables Documentation
Copyright © 2021-2023 by various contributors; see AUTHORS.txt. Copyright © 2021-2023 by various contributors; see AUTHORS.txt.

View file

@ -1,6 +1,6 @@
Extending Extending
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
Copyright © 2002-2023 by various contributors; see AUTHORS.txt. Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/

View file

@ -1,5 +1,5 @@
Tux Paint 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. Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
Installation Documentation Installation Documentation
Copyright © 2002-2023 by various contributors; see AUTHORS.txt. Copyright © 2002-2023 by various contributors; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
útgáfa 0.9.31 útgáfa 0.9.32
Magic Tool Plugin API Documentation Magic Tool Plugin API Documentation
@ -593,7 +593,7 @@ Til upplýsingar
char * tp_version char * tp_version
A string containing the version of Tux Paint that's running (e.g., A string containing the version of Tux Paint that's running (e.g.,
"0.9.31"). "0.9.32").
int canvas_w int canvas_w
int canvas_h int canvas_h
@ -746,7 +746,7 @@ TP_MAGIC_API_VERSION
compatible. compatible.
Note: This version number does not correspond to Tux Paint's own release 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 is released, which means plugins compiled for earlier versions
of Tux Paint will often run under newer versions. of Tux Paint will often run under newer versions.

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
Options Documentation Options Documentation

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
PNG Documentation PNG Documentation
Copyright © 2007-2022 by various contributors; see AUTHORS.txt. Copyright © 2007-2022 by various contributors; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
A simple drawing program for children 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. 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 Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: PO-Revision-Date:
Fuzzy-edged round erasers have been added to the Eraser tool 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
New Magic tools Content-Transfer-Encoding: 8bit
Loops, Ribbon, Smooth, and Squiggles 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
Create templates from Open dialog Language: is MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8
Saved drawings can be turned into templates (used to make new drawings) via Content-Transfer-Encoding: 8bit
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. See CHANGES.txt for the complete list of changes.

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
Signals Documentation Signals Documentation
Copyright © 2019-2022 by various contributors; see AUTHORS.txt. Copyright © 2019-2022 by various contributors; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.31 version 0.9.32
SVG Documentation SVG Documentation
Copyright © 2007-2022 by various contributors; see AUTHORS.txt. Copyright © 2007-2022 by various contributors; see AUTHORS.txt.

View file

@ -17,7 +17,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.31 Advanced Stamps 'How-To' </h1> version 0.9.32 Advanced Stamps 'How-To' </h1>
<p> <p>
Copyright &copy; 2006-2022 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 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