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 Advanced Stamps 'How-To'
version 0.9.31 Advanced Stamps 'How-To'
Copyright © 2006-2022 by Albert Cahalan and others; see AUTHORS.txt.
https://tuxpaint.org/

View file

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

View file

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

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.30 Frequently Asked Questions
version 0.9.31 Frequently Asked Questions
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.30
version 0.9.31
Installation Documentation
Copyright © 2002-2023 by various contributors; 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
Options Documentation

View file

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

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.30
version 0.9.31
A simple drawing program for children
@ -92,18 +92,10 @@ License
See COPYING.txt for the full text of the GPL license.
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
Signals Documentation
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.

View file

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

View file

@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
version 0.9.30 Advanced Stamps 'How-To' </h1>
version 0.9.31 Advanced Stamps 'How-To' </h1>
<p>
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"
height="210"
alt="Tux Paint"><br>
version 0.9.30<br/>
version 0.9.31<br/>
Environment Variables Documentation </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 various contributors; 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 Frequently Asked Questions </h1>
version 0.9.31 Frequently Asked Questions </h1>
<p>
Copyright &copy; 2002-2023 by various contributors; 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/>
Installation Documentation </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>
Options Documentation </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/>
PNG Documentation </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">
A simple drawing program for children </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/>
Signals Documentation </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/>
SVG Documentation </h1>
<p>