Sync docs after 0.9.36 version bump

This commit is contained in:
Bill Kendrick 2025-06-03 22:24:33 -07:00
parent 6c5258fc7f
commit 742ab6ddaa
2365 changed files with 2574 additions and 2828 deletions

View file

@ -87,7 +87,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
versi&oacute;n 0.9.35<br/>
versi&oacute;n 0.9.36<br/>
Advanced Stamps 'How-To' </h1>
<p>

View file

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

View file

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

View file

@ -87,7 +87,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
versi&oacute;n 0.9.35<br/>
versi&oacute;n 0.9.36<br/>
Frequently Asked Questions </h1>
<p>

View file

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

View file

@ -91,7 +91,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
version 0.9.35 </h1>
version 0.9.36 </h1>
<h2>
Magic Tool Plugin API Documentation </h2>
@ -609,7 +609,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.35"). </dd>
A string containing the version of Tux Paint that's running (e.g., "0.9.36"). </dd>
<dt>
<code><b>int canvas_w</b></code><br/>
@ -803,7 +803,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.35"). 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.36"). 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&oacute;n 0.9.35 </h1>
versi&oacute;n 0.9.36 </h1>
<h2>
Options Documentation </h2>

View file

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

View file

@ -91,7 +91,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
versi&oacute;n 0.9.35 </h1>
versi&oacute;n 0.9.36 </h1>
<h3 align="center">
A simple drawing program for children </h3>
@ -224,26 +224,11 @@
<section class="indent">
<header>
<h2>
D. What's New in Tux Paint version 0.9.35? </h2>
D. What's New in Tux Paint version 0.9.36? </h2>
</header>
<dl>
<dt>Improved color picker</dt>
<dd>Better behavior when clicking/tapping and dragging hue/saturation box and value slider.</dd>
<dt>Text clipboard paste support</dt>
<dd>The "Text" and "Label" tools support pasting the copy/paste clipboard.</dd>
<dt>"Hearts" Magic tool</dt>
<dd>Draw a trail of floating hearts.</dd>
<dt>"Sparkles" Magic tool</dt>
<dd>Draw a trail of falling sparkles.</dd>
<dt>"Stars" Magic tool</dt>
<dd>Draw a trail of stars.</dd>
<dt>Documentation translated to Swedish</dt>
<dt></dt>
<dd></dd>
</dl>

View file

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

View file

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

View file

@ -2,7 +2,7 @@
<html>
<head>
<title>
Tux Paint 0.9.35 Quickstart Guide </title>
Tux Paint 0.9.36 Quickstart Guide </title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8" />
</head>
@ -12,7 +12,7 @@
vlink="#FF0000"
alink="#FF00FF">
<h1>Tux Paint 0.9.35 Quickstart Guide</h1>
<h1>Tux Paint 0.9.36 Quickstart Guide</h1>
<h2>Tools (Drawing)</h2>