Bump version to 0.9.33; sync some doc changes!
This commit is contained in:
parent
35c12c60fd
commit
40316cfe45
1989 changed files with 9287 additions and 8696 deletions
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.32 Advanced Stamps 'How-To' </h1>
|
||||
versión 0.9.33 Advanced Stamps 'How-To' </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2006-2024 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.32<br/>
|
||||
versión 0.9.33<br/>
|
||||
Environment Variables Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.32 </h1>
|
||||
versión 0.9.33 </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.32 Frequently Asked Questions </h1>
|
||||
versión 0.9.33 Frequently Asked Questions </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.32<br/>
|
||||
versión 0.9.33<br/>
|
||||
Installation Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.32 </h1>
|
||||
version 0.9.33 </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.32"). </dd>
|
||||
A string containing the version of Tux Paint that's running (e.g., "0.9.33"). </dd>
|
||||
|
||||
<dt>
|
||||
<code><b>int canvas_w</b></code><br/>
|
||||
|
|
@ -756,7 +756,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.32"). 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.33"). 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>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.32 </h1>
|
||||
versión 0.9.33 </h1>
|
||||
|
||||
<h2>
|
||||
Options Documentation </h2>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.32<br/>
|
||||
versión 0.9.33<br/>
|
||||
PNG Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.32 </h1>
|
||||
versión 0.9.33 </h1>
|
||||
|
||||
<h3 align="center">
|
||||
A simple drawing program for children </h3>
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
enero 29, 2024 </p>
|
||||
febrero 29, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -224,42 +224,15 @@
|
|||
<section class="indent">
|
||||
<header>
|
||||
<h2>
|
||||
D. What's New in Tux Paint version 0.9.32? </h2>
|
||||
D. What's New in Tux Paint version 0.9.33? </h2>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
<dt>1-point Perspective (vanishing point) Magic tool</dt>
|
||||
<dd>A pair of tools that allow you to set a vanishing point, and then draw lines in 1-point perspective.</dd>
|
||||
<dt>Dither magic tools</dt>
|
||||
<dd>Transform parts of an image into a dithered pattern of dots.</dd>
|
||||
|
||||
<dt>2-point Perspective (vanishing point) Magic tool</dt>
|
||||
<dd>A pair of tools that allow you to set two vanishing points, and then draw lines in 2-point perspective.</dd>
|
||||
|
||||
<dt>3-point Perspective (vanishing point) Magic tool</dt>
|
||||
<dd>A pair of tools that allow you to set three vanishing points, and then draw lines in 3-point perspective.</dd>
|
||||
|
||||
<dt>Isometric Magic tool</dt>
|
||||
<dd>A tool that draws lines in an isometric projection.</dd>
|
||||
|
||||
<dt>Dimetric Magic tool</dt>
|
||||
<dd>A pair of tools that allow you to set an angle, and then draw lines in a dimetric projection.</dd>
|
||||
|
||||
<dt>Trimetric Magic tool</dt>
|
||||
<dd>A pair of tools that allow you to set two angles, and then draw lines in a trimetric projection.</dd>
|
||||
|
||||
<dt>Oblique Magic tool</dt>
|
||||
<dd>A pair of tools that allow you to set an angles, and then draw lines in an oblique projection.</dd>
|
||||
|
||||
<dt>Epitrochoid and Hypotrochoid Magic tools</dt>
|
||||
<dd>Tools that create centered trochoid curved patterns.</dd>
|
||||
|
||||
<dt>New "complexity" setting (<code>complexity</code>)</dd>
|
||||
<dd>A new setting that allows certain Magic tools to behave differently (or remove their availability altogether) based on the expertise-level of the user. The new "N-point Perspective" tools and "Clone" tool are affected by this setting.</dd>
|
||||
|
||||
<dt>Magic tools reorganized</dd>
|
||||
<dd>Each group of Magic tools has been reorganized to keep related tools next to each other, rather than being sorted alphabetically by their (localized) names.</dd>
|
||||
|
||||
<dt>Font details shown when selected</dt>
|
||||
<dd>The name and size of the selected font are shown when using the Text and Label tools.</dd>
|
||||
<dt>Specular magic tool</dt>
|
||||
<dd>Paint reflections of the opposite side of the drawing.</dd>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.32<br/>
|
||||
versión 0.9.33<br/>
|
||||
Signals Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.32<br/>
|
||||
versión 0.9.33<br/>
|
||||
SVG Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Tux Paint 0.9.32 Quickstart Guide </title>
|
||||
Tux Paint 0.9.33 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.32 Quickstart Guide</h1>
|
||||
<h1>Tux Paint 0.9.33 Quickstart Guide</h1>
|
||||
|
||||
<h2>Tools (Drawing)</h2>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue