Regen ALL docs after bumping version to 0.9.31

This commit is contained in:
Bill Kendrick 2023-05-20 11:35:22 -07:00
parent d8f3adc2e7
commit 4b77cc7526
1065 changed files with 1179 additions and 1210 deletions

View file

@ -1,5 +1,5 @@
Tux Paint
versión 0.9.30 «Como facer» os selos avanzados
versión 0.9.31 «Como facer» os selos avanzados
Copyright © 2006-2022 by Albert Cahalan e outros; see AUTHORS.txt.
https://tuxpaint.org/

View file

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

View file

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

View file

@ -1,5 +1,5 @@
Tux Paint
versión 0.9.30 Preguntas máis frecuentes
versión 0.9.31 Preguntas máis frecuentes
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/

View file

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

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.30
version 0.9.31
Magic Tool Plugin API Documentation
@ -583,7 +583,7 @@ Tux Paint Functions and Data
char * tp_version
A string containing the version of Tux Paint that's running (e.g.,
"0.9.30").
"0.9.31").
int canvas_w
int canvas_h
@ -728,7 +728,7 @@ Constant Defintions in "tp_magic_api.h"
your plugin is compatible.
Note: This version number does not correspond to Tux Paint's own
release number (e.g., "0.9.30"). The API will not change every
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.

View file

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

View file

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

View file

@ -1,5 +1,5 @@
Tux Paint
versión 0.9.30
versión 0.9.31
Un sinxelo programa de debuxo para cativos
@ -92,18 +92,10 @@ Licenza
Consulte o texto completo da licenza GPL en COPYING.txt.
What's New in Tux Paint version 0.9.30?
What's New in Tux Paint version 0.9.31?
Magic Tool sizes
Many Magic Tools will now offer an option to adjust the size of
the effect. For example, thinner lines in the symmetry painting
tools, finer or coarser application of effects like blur, or a
wider range of shapes. (This feature may be deactivated using the
"nomagicsizes" simplification option.)
Word-wrapped button labels
When possible, longer labels shown on Tux Paint's UI buttons will
be word-wrapped, to help improve legibility.
TBD
TBD
See CHANGES.txt for the complete list of changes.

View file

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

View file

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

View file

@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
versión 0.9.30 «Como facer» os selos avanzados </h1>
versión 0.9.31 «Como facer» os selos avanzados </h1>
<p>
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"
height="210"
alt="Tux Paint"><br>
versión 0.9.30<br/>
versión 0.9.31<br/>
Documentación de variábeis de contorno </h1>
<p>

View file

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

View file

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

View file

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

View file

@ -91,7 +91,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
version 0.9.30 </h1>
version 0.9.31 </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.30"). </dd>
A string containing the version of Tux Paint that's running (e.g., "0.9.31"). </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.30"). 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.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>
</dd>
<dt>

View file

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

View file

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

View file

@ -91,7 +91,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
versión 0.9.30 </h1>
versión 0.9.31 </h1>
<h3 align="center">
Un sinxelo programa de debuxo para cativos </h3>
@ -215,16 +215,12 @@
<section class="indent">
<header>
<h2>
What's New in Tux Paint version 0.9.30? </h2>
What's New in Tux Paint version 0.9.31? </h2>
</header>
<dl>
<dt>Magic Tool sizes</dt>
<dd>
Many <a href="#using_tools_drawing_magic">Magic Tools</a> will now offer an option to adjust the size of the effect. For example, thinner lines in the symmetry painting tools, finer or coarser application of effects like blur, or a wider range of shapes. (This feature may be deactivated using the <a href="OPTIONS.html#video_sound">"<code>nomagicsizes</code>" simplification option</a>.) </dd>
<dt>Word-wrapped button labels</dt>
<dd>
When possible, longer labels shown on Tux Paint's UI buttons will be word-wrapped, to help improve legibility. </dd>
<dt>TBD</dt>
<dd>TBD</dd>
</dl>
<p>

View file

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

View file

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