Bump to 0.9.35

This commit is contained in:
Bill Kendrick 2024-11-15 00:19:10 -08:00
parent 5de3c8778d
commit 79ce7a87ca
2098 changed files with 2202 additions and 2947 deletions

View file

@ -87,7 +87,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
version 0.9.34<br/>
version 0.9.35<br/>
Advanced Stamps 'How-To' </h1>
<p>

View file

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

View file

@ -92,7 +92,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
version 0.9.34 </h1>
version 0.9.35 </h1>
<p>
Copyright &copy; 2002-2024 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>
version 0.9.34<br/>
version 0.9.35<br/>
Frequently Asked Questions </h1>
<p>

View file

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

View file

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

View file

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

View file

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

View file

@ -91,7 +91,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
version 0.9.34 </h1>
version 0.9.35 </h1>
<h3 align="center">
A simple drawing program for children </h3>
@ -224,63 +224,12 @@
<section class="indent">
<header>
<h2>
D. What's New in Tux Paint version 0.9.34? </h2>
D. What's New in Tux Paint version 0.9.35? </h2>
</header>
<dl>
<dt>"Eraser" Fill mode</dt>
<dd>A flood fill option that fills the canvas with the background color, or template or starter background, upon which the drawing was based.</dd>
<dt>New brushes</dt>
<dd>New brushes for the Paint and Lines tools: "Fluff (gradient)", "Graphite", "Impasto", "Paint splats", "Smoke", "Spines", "Water (still)", and "Watercolor splotches".</dd>
<dt>New brush option</dt>
<dd>Brushes may be given a "chaotic" setting, causing them to rotate continuously while drawing with them.</dd>
<dt>New templates</dt>
<dd>"Clouds from an airplane" and "Lough Leane".</dd>
<dt>New Magic tool: Comic dots</dt>
<dd>Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.</dd>
<dt>New Magic tool: Rotate</dt>
<dd>Rotates the drawing.</dd>
<dt>New Magic tool: Fractal</dt>
<dd>A set of tools that recursively repeat what you draw, scaling and/or rotating it as they repeat.</dd>
<dt>New Magic tool: ASCII Typewriter</dt>
<dd>Transform your picture into "ASCII art", typewriter-style.</dd>
<dt>New Magic tool: ASCII Computer</dt>
<dd>Transform your picture into "ASCII art", computer-style.</dd>
<dt>New Magic tool: ASCII Color Computer</dt>
<dd>Transform your picture into colored computer "ASCII art".</dd>
<dt>New Magic tool: Crescent</dt>
<dd>Draw one of various crescent shapes at a chosen angle.</dd>
<dt>New Magic tool: Spiral</dt>
<dd>Draw spirals.</dd>
<dt>New Magic tool: Spiral Square</dt>
<dd>Draw square spirals.</dd>
<dt>New Magic tool: Concentric Circle</dt>
<dd>Draw concentric circles.</dd>
<dt>New Magic tool: Concentric Square</dt>
<dd>Draw concentric squares.</dd>
<dt>New Magic tool: Tessellation Pointy</dt>
<dd>Draw repeating tessellation patterns with pointy-topped hexagons.</dd>
<dt>New Magic tool: Tessellation Flat</dt>
<dd>Draw repeating tessellation patterns with flat-topped hexagons.</dd>
<dt>Magic API Updates</dt>
<dd>Sound pause and resume functions added.</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.34<br/>
version 0.9.35<br/>
Signals Documentation </h1>
<p>

View file

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

View file

@ -2,7 +2,7 @@
<html>
<head>
<title>
Tux Paint 0.9.34 Quickstart Guide </title>
Tux Paint 0.9.35 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.34 Quickstart Guide</h1>
<h1>Tux Paint 0.9.35 Quickstart Guide</h1>
<h2>Tools (Drawing)</h2>