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
4
Makefile
4
Makefile
|
|
@ -4,12 +4,12 @@
|
|||
# Various contributors (see AUTHORS.txt)
|
||||
# https://tuxpaint.org/
|
||||
|
||||
# June 14, 2002 - January 27, 2024
|
||||
# June 14, 2002 - February 29, 2024
|
||||
|
||||
|
||||
# The version number, for release:
|
||||
|
||||
VER_VERSION:=0.9.32
|
||||
VER_VERSION:=0.9.33
|
||||
|
||||
# We are always SDL2 now, so don't need "-sdl2"
|
||||
VER_FLAVOR:=""
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.32 Advanced Stamps 'How-To'
|
||||
version 0.9.33 Advanced Stamps 'How-To'
|
||||
|
||||
Copyright © 2006-2024 by Albert Cahalan and others; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.32
|
||||
version 0.9.33
|
||||
Environment Variables Documentation
|
||||
|
||||
Copyright © 2021-2023 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Extending
|
||||
Tux Paint
|
||||
version 0.9.32
|
||||
version 0.9.33
|
||||
|
||||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.32 Frequently Asked Questions
|
||||
version 0.9.33 Frequently Asked Questions
|
||||
|
||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.32
|
||||
version 0.9.33
|
||||
Installation Documentation
|
||||
|
||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.32
|
||||
version 0.9.33
|
||||
|
||||
Magic Tool Plugin API Documentation
|
||||
|
||||
|
|
@ -609,7 +609,7 @@ Informational
|
|||
|
||||
char * tp_version
|
||||
A string containing the version of Tux Paint that's running (e.g.,
|
||||
"0.9.32").
|
||||
"0.9.33").
|
||||
|
||||
int canvas_w
|
||||
int canvas_h
|
||||
|
|
@ -762,7 +762,7 @@ TP_MAGIC_API_VERSION
|
|||
compatible.
|
||||
|
||||
Note: 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
|
||||
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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.32
|
||||
version 0.9.33
|
||||
|
||||
Options Documentation
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.32
|
||||
version 0.9.33
|
||||
PNG Documentation
|
||||
|
||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
Tux Paint
|
||||
version 0.9.32
|
||||
version 0.9.33
|
||||
|
||||
A simple drawing program for children
|
||||
|
||||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
January 29, 2024
|
||||
February 29, 2024
|
||||
|
||||
+-------------------------------------------------+
|
||||
| Table of Contents |
|
||||
|
|
@ -97,54 +97,13 @@ parts of the program in their own GPL'd software.)
|
|||
|
||||
See COPYING.txt for the full text of the GPL license.
|
||||
|
||||
D. What's New in Tux Paint version 0.9.32?
|
||||
D. What's New in Tux Paint version 0.9.33?
|
||||
|
||||
1-point Perspective (vanishing point) Magic tool
|
||||
A pair of tools that allow you to set a vanishing point, and then draw
|
||||
lines in 1-point perspective.
|
||||
Dither magic tools
|
||||
Transform parts of an image into a dithered pattern of dots.
|
||||
|
||||
2-point Perspective (vanishing point) Magic tool
|
||||
A pair of tools that allow you to set two vanishing points, and then draw
|
||||
lines in 2-point perspective.
|
||||
|
||||
3-point Perspective (vanishing point) Magic tool
|
||||
A pair of tools that allow you to set three vanishing points, and then draw
|
||||
lines in 3-point perspective.
|
||||
|
||||
Isometric Magic tool
|
||||
A tool that draws lines in an isometric projection.
|
||||
|
||||
Dimetric Magic tool
|
||||
A pair of tools that allow you to set an angle, and then draw lines in a
|
||||
dimetric projection.
|
||||
|
||||
Trimetric Magic tool
|
||||
A pair of tools that allow you to set two angles, and then draw lines in a
|
||||
trimetric projection.
|
||||
|
||||
Oblique Magic tool
|
||||
A pair of tools that allow you to set an angles, and then draw lines in an
|
||||
oblique projection.
|
||||
|
||||
Epitrochoid and Hypotrochoid Magic tools
|
||||
Tools that create centered trochoid curved patterns.
|
||||
|
||||
New "complexity" setting (complexity)
|
||||
|
||||
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.
|
||||
|
||||
Magic tools reorganized
|
||||
|
||||
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.
|
||||
|
||||
Font details shown when selected
|
||||
The name and size of the selected font are shown when using the Text and
|
||||
Label tools.
|
||||
Specular magic tool
|
||||
Paint reflections of the opposite side of the drawing.
|
||||
|
||||
|
||||
See CHANGES.txt for the complete list of changes.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.32
|
||||
version 0.9.33
|
||||
Signals Documentation
|
||||
|
||||
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.32
|
||||
version 0.9.33
|
||||
SVG Documentation
|
||||
|
||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.32 Advanced Stamps 'How-To' </h1>
|
||||
version 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>
|
||||
version 0.9.32<br/>
|
||||
version 0.9.33<br/>
|
||||
Environment Variables Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.32 </h1>
|
||||
version 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>
|
||||
version 0.9.32 Frequently Asked Questions </h1>
|
||||
version 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>
|
||||
version 0.9.32<br/>
|
||||
version 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>
|
||||
version 0.9.32 </h1>
|
||||
version 0.9.33 </h1>
|
||||
|
||||
<h2>
|
||||
Options Documentation </h2>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.32<br/>
|
||||
version 0.9.33<br/>
|
||||
PNG 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>
|
||||
|
||||
<h3 align="center">
|
||||
A simple drawing program for children </h3>
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
January 29, 2024 </p>
|
||||
February 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>
|
||||
version 0.9.32<br/>
|
||||
version 0.9.33<br/>
|
||||
Signals Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.32<br/>
|
||||
version 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>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Tux Paint 0.9.32 Quickstart Guide
|
||||
Tux Paint 0.9.33 Quickstart Guide
|
||||
|
||||
Tools (Drawing)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.32 Advanced Stamps 'How-To'
|
||||
versión 0.9.33 Advanced Stamps 'How-To'
|
||||
|
||||
Copyright © 2006-2024 by Albert Cahalan and others; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.32
|
||||
versión 0.9.33
|
||||
Environment Variables Documentation
|
||||
|
||||
Copyright © 2021-2023 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Extending
|
||||
Tux Paint
|
||||
versión 0.9.32
|
||||
versión 0.9.33
|
||||
|
||||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.32 Frequently Asked Questions
|
||||
versión 0.9.33 Frequently Asked Questions
|
||||
|
||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.32
|
||||
versión 0.9.33
|
||||
Installation Documentation
|
||||
|
||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.32
|
||||
version 0.9.33
|
||||
|
||||
Magic Tool Plugin API Documentation
|
||||
|
||||
|
|
@ -609,7 +609,7 @@ Informational
|
|||
|
||||
char * tp_version
|
||||
A string containing the version of Tux Paint that's running (e.g.,
|
||||
"0.9.32").
|
||||
"0.9.33").
|
||||
|
||||
int canvas_w
|
||||
int canvas_h
|
||||
|
|
@ -762,7 +762,7 @@ TP_MAGIC_API_VERSION
|
|||
compatible.
|
||||
|
||||
Note: 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
|
||||
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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.32
|
||||
versión 0.9.33
|
||||
|
||||
Options Documentation
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.32
|
||||
versión 0.9.33
|
||||
PNG Documentation
|
||||
|
||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
Tux Paint
|
||||
versión 0.9.32
|
||||
versión 0.9.33
|
||||
|
||||
A simple drawing program for children
|
||||
|
||||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
enero 29, 2024
|
||||
febrero 29, 2024
|
||||
|
||||
+-------------------------------------------------+
|
||||
| Table of Contents |
|
||||
|
|
@ -97,54 +97,13 @@ parts of the program in their own GPL'd software.)
|
|||
|
||||
See COPYING.txt for the full text of the GPL license.
|
||||
|
||||
D. What's New in Tux Paint version 0.9.32?
|
||||
D. What's New in Tux Paint version 0.9.33?
|
||||
|
||||
1-point Perspective (vanishing point) Magic tool
|
||||
A pair of tools that allow you to set a vanishing point, and then draw
|
||||
lines in 1-point perspective.
|
||||
Dither magic tools
|
||||
Transform parts of an image into a dithered pattern of dots.
|
||||
|
||||
2-point Perspective (vanishing point) Magic tool
|
||||
A pair of tools that allow you to set two vanishing points, and then draw
|
||||
lines in 2-point perspective.
|
||||
|
||||
3-point Perspective (vanishing point) Magic tool
|
||||
A pair of tools that allow you to set three vanishing points, and then draw
|
||||
lines in 3-point perspective.
|
||||
|
||||
Isometric Magic tool
|
||||
A tool that draws lines in an isometric projection.
|
||||
|
||||
Dimetric Magic tool
|
||||
A pair of tools that allow you to set an angle, and then draw lines in a
|
||||
dimetric projection.
|
||||
|
||||
Trimetric Magic tool
|
||||
A pair of tools that allow you to set two angles, and then draw lines in a
|
||||
trimetric projection.
|
||||
|
||||
Oblique Magic tool
|
||||
A pair of tools that allow you to set an angles, and then draw lines in an
|
||||
oblique projection.
|
||||
|
||||
Epitrochoid and Hypotrochoid Magic tools
|
||||
Tools that create centered trochoid curved patterns.
|
||||
|
||||
New "complexity" setting (complexity)
|
||||
|
||||
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.
|
||||
|
||||
Magic tools reorganized
|
||||
|
||||
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.
|
||||
|
||||
Font details shown when selected
|
||||
The name and size of the selected font are shown when using the Text and
|
||||
Label tools.
|
||||
Specular magic tool
|
||||
Paint reflections of the opposite side of the drawing.
|
||||
|
||||
|
||||
See CHANGES.txt for the complete list of changes.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.32
|
||||
versión 0.9.33
|
||||
Signals Documentation
|
||||
|
||||
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.32
|
||||
versión 0.9.33
|
||||
SVG Documentation
|
||||
|
||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Tux Paint 0.9.32 Quickstart Guide
|
||||
Tux Paint 0.9.33 Quickstart Guide
|
||||
|
||||
Tools (Drawing)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.32 'Guide pratique" pour les tampons de haute qualité
|
||||
version 0.9.33 'Guide pratique" pour les tampons de haute qualité
|
||||
|
||||
Copyright © 2006-2024 by Albert Cahalan et d'autres; voir AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.32
|
||||
version 0.9.33
|
||||
Documentation sur les variables d'environnement
|
||||
|
||||
Copyright © 2021-2023 by divers contributeurs; voir AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Extension
|
||||
Tux Paint
|
||||
version 0.9.32
|
||||
version 0.9.33
|
||||
|
||||
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.32 Questions fréquemment posées
|
||||
version 0.9.33 Questions fréquemment posées
|
||||
|
||||
Copyright © 2002-2023 by divers contributeurs; voir AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.32
|
||||
version 0.9.33
|
||||
Documentation sur l'installation
|
||||
|
||||
Copyright © 2002-2023 by divers contributeurs; voir AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.32
|
||||
version 0.9.33
|
||||
|
||||
Magic Tool Plugin API Documentation
|
||||
|
||||
|
|
@ -609,7 +609,7 @@ Informational
|
|||
|
||||
char * tp_version
|
||||
A string containing the version of Tux Paint that's running (e.g.,
|
||||
"0.9.32").
|
||||
"0.9.33").
|
||||
|
||||
int canvas_w
|
||||
int canvas_h
|
||||
|
|
@ -762,7 +762,7 @@ TP_MAGIC_API_VERSION
|
|||
compatible.
|
||||
|
||||
Note: 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
|
||||
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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.32
|
||||
version 0.9.33
|
||||
|
||||
Documentation sur les options
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.32
|
||||
version 0.9.33
|
||||
Documentation sur PNG pour Tux Paint
|
||||
|
||||
Copyright © 2007-2022 by divers contributeurs; voir AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
Tux Paint
|
||||
version 0.9.32
|
||||
version 0.9.33
|
||||
|
||||
Un programme simple pour les enfants
|
||||
|
||||
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
janvier 29, 2024
|
||||
février 29, 2024
|
||||
|
||||
+-------------------------------------------------------+
|
||||
| Table des matières |
|
||||
|
|
@ -102,54 +102,13 @@ logiciel sous GPL.)
|
|||
|
||||
Voir COPYING.txt pour le texte complet de la licence GPL.
|
||||
|
||||
D. Qu'y a-t-il de neuf dans la version 0.9.32 de Tux Paint ?
|
||||
D. Qu'y a-t-il de neuf dans la version 0.9.33 de Tux Paint ?
|
||||
|
||||
Outil Magie avec une perspective à 1 point de fuite
|
||||
Des outils qui permettent de créer un point de fuite, et de dessiner
|
||||
ensuite des lignes avec une perspective à 1 point.
|
||||
Dither magic tools
|
||||
Transform parts of an image into a dithered pattern of dots.
|
||||
|
||||
Outil de Magie avec une perspective à 2 points de fuite
|
||||
Des outils qui permettent de créer deux points de fuite, et de dessiner
|
||||
ensuite des lignes avec une perspective à 2 points.
|
||||
|
||||
Outil de Magie Perspective 3-point (point de fuite)
|
||||
Un ensemble d'outils qui vous permet d'avoir trois points de fuite, et
|
||||
pouvoir ainsi tracer des lignes avec une perspective à 3 points.
|
||||
|
||||
Isometric Magic tool
|
||||
A tool that draws lines in an isometric projection.
|
||||
|
||||
Dimetric Magic tool
|
||||
A pair of tools that allow you to set an angle, and then draw lines in a
|
||||
dimetric projection.
|
||||
|
||||
Trimetric Magic tool
|
||||
A pair of tools that allow you to set two angles, and then draw lines in a
|
||||
trimetric projection.
|
||||
|
||||
Oblique Magic tool
|
||||
A pair of tools that allow you to set an angles, and then draw lines in an
|
||||
oblique projection.
|
||||
|
||||
Epitrochoid and Hypotrochoid Magic tools
|
||||
Tools that create centered trochoid curved patterns.
|
||||
|
||||
Réglage du nouveau "complexité" (complexity)
|
||||
|
||||
Un nouveau réglage qui permet à certains outils Magie de se comporter
|
||||
différemment (ou bien d'être supprimés) en se basant sur le niveau
|
||||
d'expertise de l'utilisateur. Les nouveaux outils "Perspective N-point" et
|
||||
"Clone" sont affectés via ce réglage.
|
||||
|
||||
Magic tools reorganized
|
||||
|
||||
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.
|
||||
|
||||
Les détails de la police sont affichés lors du choix
|
||||
Le nom et la taille de la police choisie sont montrés quand on utilise les
|
||||
outils Texte et Étiquette.
|
||||
Specular magic tool
|
||||
Paint reflections of the opposite side of the drawing.
|
||||
|
||||
|
||||
Voir CHANGES.txt pour la liste complète des changements.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.32
|
||||
version 0.9.33
|
||||
Documentation sur les signaux
|
||||
|
||||
Copyright © 2019-2022 by divers contributeurs; voir AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.32
|
||||
version 0.9.33
|
||||
Documentation sur SVG
|
||||
|
||||
Copyright © 2007-2022 by divers contributeurs; voir AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.32 'Guide pratique" pour les tampons de haute qualité </h1>
|
||||
version 0.9.33 'Guide pratique" pour les tampons de haute qualité </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2006-2024 by Albert Cahalan et d'autres; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.32<br/>
|
||||
version 0.9.33<br/>
|
||||
Documentation sur les variables d'environnement </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.32 </h1>
|
||||
version 0.9.33 </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2024 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.32 Questions fréquemment posées </h1>
|
||||
version 0.9.33 Questions fréquemment posées </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2023 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.32<br/>
|
||||
version 0.9.33<br/>
|
||||
Documentation sur l'installation </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>
|
||||
version 0.9.32 </h1>
|
||||
version 0.9.33 </h1>
|
||||
|
||||
<h2>
|
||||
Documentation sur les options </h2>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.32<br/>
|
||||
version 0.9.33<br/>
|
||||
Documentation sur PNG pour Tux Paint </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.32 </h1>
|
||||
version 0.9.33 </h1>
|
||||
|
||||
<h3 align="center">
|
||||
Un programme simple pour les enfants </h3>
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
janvier 29, 2024 </p>
|
||||
février 29, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -224,42 +224,15 @@
|
|||
<section class="indent">
|
||||
<header>
|
||||
<h2>
|
||||
D. Qu'y a-t-il de neuf dans la version 0.9.32 de Tux Paint ? </h2>
|
||||
D. Qu'y a-t-il de neuf dans la version 0.9.33 de Tux Paint ? </h2>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
<dt>Outil Magie avec une perspective à 1 point de fuite</dt>
|
||||
<dd>Des outils qui permettent de créer un point de fuite, et de dessiner ensuite des lignes avec une perspective à 1 point.</dd>
|
||||
<dt>Dither magic tools</dt>
|
||||
<dd>Transform parts of an image into a dithered pattern of dots.</dd>
|
||||
|
||||
<dt>Outil de Magie avec une perspective à 2 points de fuite</dt>
|
||||
<dd>Des outils qui permettent de créer deux points de fuite, et de dessiner ensuite des lignes avec une perspective à 2 points.</dd>
|
||||
|
||||
<dt>Outil de Magie Perspective 3-point (point de fuite)</dt>
|
||||
<dd>Un ensemble d'outils qui vous permet d'avoir trois points de fuite, et pouvoir ainsi tracer des lignes avec une perspective à 3 points.</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>Réglage du nouveau "complexité" (<code>complexity</code>)</dd>
|
||||
<dd>Un nouveau réglage qui permet à certains outils Magie de se comporter différemment (ou bien d'être supprimés) en se basant sur le niveau d'expertise de l'utilisateur. Les nouveaux outils "Perspective N-point" et "Clone" sont affectés via ce réglage.</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>Les détails de la police sont affichés lors du choix</dt>
|
||||
<dd>Le nom et la taille de la police choisie sont montrés quand on utilise les outils Texte et Étiquette.</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>
|
||||
version 0.9.32<br/>
|
||||
version 0.9.33<br/>
|
||||
Documentation sur les signaux </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.32<br/>
|
||||
version 0.9.33<br/>
|
||||
Documentation sur SVG </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Guide de démarrage rapide 0.9.32 pour Tux Paint </title>
|
||||
Guide de démarrage rapide 0.9.33 pour Tux Paint </title>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=utf-8" />
|
||||
</head>
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
|
||||
<h1>Guide de démarrage rapide 0.9.32 pour Tux Paint</h1>
|
||||
<h1>Guide de démarrage rapide 0.9.33 pour Tux Paint</h1>
|
||||
|
||||
<h2>Outils (dessin)</h2>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Guide de démarrage rapide 0.9.32 pour Tux Paint
|
||||
Guide de démarrage rapide 0.9.33 pour Tux Paint
|
||||
|
||||
Outils (dessin)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.32 «Como facer» os selos avanzados
|
||||
versión 0.9.33 «Como facer» os selos avanzados
|
||||
|
||||
Copyright © 2006-2024 by Albert Cahalan e outros; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.32
|
||||
versión 0.9.33
|
||||
Documentación de variábeis de contorno
|
||||
|
||||
Copyright © 2021-2023 by varios colaboradores; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Ampliar
|
||||
Tux Paint
|
||||
versión 0.9.32
|
||||
versión 0.9.33
|
||||
|
||||
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.32 Preguntas máis frecuentes
|
||||
versión 0.9.33 Preguntas máis frecuentes
|
||||
|
||||
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.32
|
||||
versión 0.9.33
|
||||
Documentación da instalación
|
||||
|
||||
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.32
|
||||
version 0.9.33
|
||||
|
||||
Magic Tool Plugin API Documentation
|
||||
|
||||
|
|
@ -609,7 +609,7 @@ Informational
|
|||
|
||||
char * tp_version
|
||||
A string containing the version of Tux Paint that's running (e.g.,
|
||||
"0.9.32").
|
||||
"0.9.33").
|
||||
|
||||
int canvas_w
|
||||
int canvas_h
|
||||
|
|
@ -762,7 +762,7 @@ TP_MAGIC_API_VERSION
|
|||
compatible.
|
||||
|
||||
Note: 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
|
||||
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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.32
|
||||
versión 0.9.33
|
||||
|
||||
Documentación de opcións
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.32
|
||||
versión 0.9.33
|
||||
Documentación PNG
|
||||
|
||||
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
Tux Paint
|
||||
versión 0.9.32
|
||||
versión 0.9.33
|
||||
|
||||
Un sinxelo programa de debuxo para cativos
|
||||
|
||||
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
29 de Xaneiro de 2024
|
||||
29 de Febreiro de 2024
|
||||
|
||||
+--------------------------------------------------------+
|
||||
| Índice |
|
||||
|
|
@ -98,54 +98,13 @@ corrixir erros e usar partes do programa no seu propio software GPL).
|
|||
|
||||
Consulte o texto completo da licenza GPL en COPYING.txt.
|
||||
|
||||
D. What's New in Tux Paint version 0.9.32?
|
||||
D. What's New in Tux Paint version 0.9.33?
|
||||
|
||||
1-point Perspective (vanishing point) Magic tool
|
||||
A pair of tools that allow you to set a vanishing point, and then draw
|
||||
lines in 1-point perspective.
|
||||
Dither magic tools
|
||||
Transform parts of an image into a dithered pattern of dots.
|
||||
|
||||
2-point Perspective (vanishing point) Magic tool
|
||||
A pair of tools that allow you to set two vanishing points, and then draw
|
||||
lines in 2-point perspective.
|
||||
|
||||
3-point Perspective (vanishing point) Magic tool
|
||||
A pair of tools that allow you to set three vanishing points, and then draw
|
||||
lines in 3-point perspective.
|
||||
|
||||
Isometric Magic tool
|
||||
A tool that draws lines in an isometric projection.
|
||||
|
||||
Dimetric Magic tool
|
||||
A pair of tools that allow you to set an angle, and then draw lines in a
|
||||
dimetric projection.
|
||||
|
||||
Trimetric Magic tool
|
||||
A pair of tools that allow you to set two angles, and then draw lines in a
|
||||
trimetric projection.
|
||||
|
||||
Oblique Magic tool
|
||||
A pair of tools that allow you to set an angles, and then draw lines in an
|
||||
oblique projection.
|
||||
|
||||
Epitrochoid and Hypotrochoid Magic tools
|
||||
Tools that create centered trochoid curved patterns.
|
||||
|
||||
New "complexity" setting (complexity)
|
||||
|
||||
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.
|
||||
|
||||
Magic tools reorganized
|
||||
|
||||
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.
|
||||
|
||||
Font details shown when selected
|
||||
The name and size of the selected font are shown when using the Text and
|
||||
Label tools.
|
||||
Specular magic tool
|
||||
Paint reflections of the opposite side of the drawing.
|
||||
|
||||
|
||||
See CHANGES.txt for the complete list of changes.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.32
|
||||
versión 0.9.33
|
||||
Documentación de sinais
|
||||
|
||||
Copyright © 2019-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.32
|
||||
versión 0.9.33
|
||||
Documentación SVG
|
||||
|
||||
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.32 «Como facer» os selos avanzados </h1>
|
||||
versión 0.9.33 «Como facer» os selos avanzados </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2006-2024 by Albert Cahalan e outros; 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/>
|
||||
Documentación de variábeis de contorno </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 varios colaboradores; 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 Preguntas máis frecuentes </h1>
|
||||
versión 0.9.33 Preguntas máis frecuentes </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2023 by varios colaboradores; 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/>
|
||||
Documentación da instalación </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>
|
||||
Documentación de opcións </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/>
|
||||
Documentación PNG </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">
|
||||
Un sinxelo programa de debuxo para cativos </h3>
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
29 de Xaneiro de 2024 </p>
|
||||
29 de Febreiro de 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/>
|
||||
Documentación de sinais </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/>
|
||||
Documentación SVG </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>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Tux Paint 0.9.32 Quickstart Guide
|
||||
Tux Paint 0.9.33 Quickstart Guide
|
||||
|
||||
Tools (Drawing)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.32 Advanced Stamps 'How-To'
|
||||
version 0.9.33 Advanced Stamps 'How-To'
|
||||
|
||||
Copyright © 2006-2024 by Albert Cahalan and others; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.32
|
||||
version 0.9.33
|
||||
Environment Variables Documentation
|
||||
|
||||
Copyright © 2021-2023 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Extending
|
||||
Tux Paint
|
||||
version 0.9.32
|
||||
version 0.9.33
|
||||
|
||||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue