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
version 0.9.30 'Guide pratique" pour les tampons de haute qualité
version 0.9.31 'Guide pratique" pour les tampons de haute qualité
Copyright © 2006-2022 by Albert Cahalan et d'autres; see AUTHORS.txt.
https://tuxpaint.org/

View file

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

View file

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

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.30 Questions fréquemment posées
version 0.9.31 Questions fréquemment posées
Copyright © 2002-2023 by divers contributeurs; see AUTHORS.txt.
https://tuxpaint.org/

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.30
version 0.9.31
Documentation sur l'installation
Copyright © 2002-2023 by divers contributeurs; 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
version 0.9.30
version 0.9.31
Documentation sur les options

View file

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

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.30
version 0.9.31
Un programme simple pour les enfants
@ -97,18 +97,10 @@ Licence
Voir COPYING.txt pour le texte complet de la licence GPL.
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
version 0.9.30
version 0.9.31
Documentation sur les signaux
Copyright © 2019-2022 by divers contributeurs; see AUTHORS.txt.

View file

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

View file

@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
version 0.9.30 'Guide pratique" pour les tampons de haute qualité </h1>
version 0.9.31 'Guide pratique" pour les tampons de haute qualité </h1>
<p>
Copyright &copy; 2006-2022 by Albert Cahalan et d'autres; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>

View file

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

View file

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

View file

@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
version 0.9.30 Questions fréquemment posées </h1>
version 0.9.31 Questions fréquemment posées </h1>
<p>
Copyright &copy; 2002-2023 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>

View file

@ -89,7 +89,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
version 0.9.30<br/>
version 0.9.31<br/>
Documentation sur l'installation </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>
version 0.9.30 </h1>
version 0.9.31 </h1>
<h2>
Documentation sur les options </h2>

View file

@ -89,7 +89,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
version 0.9.30<br/>
version 0.9.31<br/>
Documentation sur PNG pour Tux Paint </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>
<h3 align="center">
Un programme simple pour les enfants </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>
version 0.9.30<br/>
version 0.9.31<br/>
Documentation sur les signaux </h1>
<p>

View file

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