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

@ -4,14 +4,14 @@
# Various contributors (see AUTHORS.txt)
# https://tuxpaint.org/
# June 14, 2002 - October 16, 2024
# June 14, 2002 - November 15, 2024
# The version number, for release:
# (append "-rc#", e.g. "-rc1", when making release candidates
# for beta testing)
VER_VERSION:=0.9.34-rc1
VER_VERSION:=0.9.35
# We are always SDL2 now, so don't need "-sdl2"
VER_FLAVOR:=""

View file

@ -6,6 +6,9 @@ Copyright (c) 2002-2024
Various contributors (see below, and AUTHORS.txt)
https://tuxpaint.org/
2025.November.15 (0.9.35)
* TBD
2024.October.23 (0.9.34)
* New Magic Tools:
----------------

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.34
version 0.9.35
Advanced Stamps 'How-To'
Copyright © 2006-2024 by Albert Cahalan and others; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.34
version 0.9.35
Environment Variables Documentation
Copyright © 2021-2024 by various contributors; see AUTHORS.txt.

View file

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

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.34
version 0.9.35
Frequently Asked Questions
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.34
version 0.9.35
Installation Documentation
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.34
version 0.9.35
### Magic Tool Plugin API Documentation ###
@ -612,7 +612,7 @@ Plugin Functions," above.)
→ char * tp_version ←
A string containing the version of Tux Paint that's running (e.g.,
"0.9.34").
"0.9.35").
→ int canvas_w
int canvas_h ←
@ -832,7 +832,7 @@ Plugin Functions," above.)
compatible.
Note: 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
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.

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.34
version 0.9.35
### Options Documentation ###

View file

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

View file

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

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.34
version 0.9.35
Signals Documentation
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.

View file

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

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>

View file

@ -1,4 +1,4 @@
Tux Paint 0.9.34 Quickstart Guide
Tux Paint 0.9.35 Quickstart Guide
### Tools (Drawing) ###

View file

@ -1,5 +1,5 @@
Tux Paint
versión 0.9.34
versión 0.9.35
Advanced Stamps 'How-To'
Copyright © 2006-2024 by Albert Cahalan and others; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint
versión 0.9.34
versión 0.9.35
Environment Variables Documentation
Copyright © 2021-2024 by various contributors; see AUTHORS.txt.

View file

@ -1,6 +1,6 @@
Extending
Tux Paint
versión 0.9.34
versión 0.9.35
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/

View file

@ -1,5 +1,5 @@
Tux Paint
versión 0.9.34
versión 0.9.35
Frequently Asked Questions
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint
versión 0.9.34
versión 0.9.35
Installation Documentation
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.34
version 0.9.35
### Magic Tool Plugin API Documentation ###
@ -612,7 +612,7 @@ Plugin Functions," above.)
→ char * tp_version ←
A string containing the version of Tux Paint that's running (e.g.,
"0.9.34").
"0.9.35").
→ int canvas_w
int canvas_h ←
@ -832,7 +832,7 @@ Plugin Functions," above.)
compatible.
Note: 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
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.

View file

@ -1,5 +1,5 @@
Tux Paint
versión 0.9.34
versión 0.9.35
### Options Documentation ###

View file

@ -1,5 +1,5 @@
Tux Paint
versión 0.9.34
versión 0.9.35
PNG Documentation
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint
versión 0.9.34
versión 0.9.35
## A simple drawing program for children ##
@ -97,67 +97,10 @@ 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.34? ###
### D. What's New in Tux Paint version 0.9.35? ###
→ "Eraser" Fill mode ←
A flood fill option that fills the canvas with the background color, or
template or starter background, upon which the drawing was based.
→ New brushes ←
New brushes for the Paint and Lines tools: "Fluff (gradient)", "Graphite",
"Impasto", "Paint splats", "Smoke", "Spines", "Water (still)", and
"Watercolor splotches".
→ New brush option ←
Brushes may be given a "chaotic" setting, causing them to rotate
continuously while drawing with them.
→ New templates ←
"Clouds from an airplane" and "Lough Leane".
→ New Magic tool: Comic dots ←
Draws a repeating dot pattern, simulating the "Ben Day process" used in
early comic books.
→ New Magic tool: Rotate ←
Rotates the drawing.
→ New Magic tool: Fractal ←
A set of tools that recursively repeat what you draw, scaling and/or
rotating it as they repeat.
→ New Magic tool: ASCII Typewriter ←
Transform your picture into "ASCII art", typewriter-style.
→ New Magic tool: ASCII Computer ←
Transform your picture into "ASCII art", computer-style.
→ New Magic tool: ASCII Color Computer ←
Transform your picture into colored computer "ASCII art".
→ New Magic tool: Crescent ←
Draw one of various crescent shapes at a chosen angle.
→ New Magic tool: Spiral ←
Draw spirals.
→ New Magic tool: Spiral Square ←
Draw square spirals.
→ New Magic tool: Concentric Circle ←
Draw concentric circles.
→ New Magic tool: Concentric Square ←
Draw concentric squares.
→ New Magic tool: Tessellation Pointy ←
Draw repeating tessellation patterns with pointy-topped hexagons.
→ New Magic tool: Tessellation Flat ←
Draw repeating tessellation patterns with flat-topped hexagons.
→ Magic API Updates ←
Sound pause and resume functions added.
→ TBD ←
TBD
See CHANGES.txt for the complete list of changes.

View file

@ -1,5 +1,5 @@
Tux Paint
versión 0.9.34
versión 0.9.35
Signals Documentation
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint
versión 0.9.34
versión 0.9.35
SVG Documentation
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.

View file

@ -87,7 +87,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
versi&oacute;n 0.9.34<br/>
versi&oacute;n 0.9.35<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.34<br/>
versi&oacute;n 0.9.35<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.34 </h1>
versi&oacute;n 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>
versi&oacute;n 0.9.34<br/>
versi&oacute;n 0.9.35<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.34<br/>
versi&oacute;n 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>
versi&oacute;n 0.9.34 </h1>
versi&oacute;n 0.9.35 </h1>
<h2>
Options Documentation </h2>

View file

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

View file

@ -91,7 +91,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
versi&oacute;n 0.9.34 </h1>
versi&oacute;n 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>
versi&oacute;n 0.9.34<br/>
versi&oacute;n 0.9.35<br/>
Signals Documentation </h1>
<p>

View file

@ -91,7 +91,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
versi&oacute;n 0.9.34<br/>
versi&oacute;n 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>

View file

@ -1,4 +1,4 @@
Tux Paint 0.9.34 Quickstart Guide
Tux Paint 0.9.35 Quickstart Guide
### Tools (Drawing) ###

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.34
version 0.9.35
'Guide pratique" pour les tampons de haute qualité
Copyright © 2006-2024 by Albert Cahalan et d'autres; voir AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.34
version 0.9.35
Documentation sur les variables d'environnement
Copyright © 2021-2024 by divers contributeurs; voir AUTHORS.txt.

View file

@ -1,6 +1,6 @@
Extension
Tux Paint
version 0.9.34
version 0.9.35
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
https://tuxpaint.org/

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.34
version 0.9.35
Questions fréquemment posées
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.34
version 0.9.35
Documentation sur l'installation
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.34
version 0.9.35
### Magic Tool Plugin API Documentation ###
@ -612,7 +612,7 @@ Plugin Functions," above.)
→ char * tp_version ←
A string containing the version of Tux Paint that's running (e.g.,
"0.9.34").
"0.9.35").
→ int canvas_w
int canvas_h ←
@ -832,7 +832,7 @@ Plugin Functions," above.)
compatible.
Note: 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
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.

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.34
version 0.9.35
### Documentation sur les options ###

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.34
version 0.9.35
Documentation sur PNG pour Tux Paint
Copyright © 2007-2022 by divers contributeurs; voir AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.34
version 0.9.35
## Un programme simple pour les enfants ##
@ -102,67 +102,10 @@ 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.34 de Tux Paint ? ###
### D. Qu'y a-t-il de neuf dans la version 0.9.35 de Tux Paint ? ###
→ "Eraser" Fill mode ←
A flood fill option that fills the canvas with the background color, or
template or starter background, upon which the drawing was based.
→ New brushes ←
New brushes for the Paint and Lines tools: "Fluff (gradient)", "Graphite",
"Impasto", "Paint splats", "Smoke", "Spines", "Water (still)", and
"Watercolor splotches".
→ New brush option ←
Brushes may be given a "chaotic" setting, causing them to rotate
continuously while drawing with them.
→ New templates ←
"Clouds from an airplane" and "Lough Leane".
→ New Magic tool: Comic dots ←
Draws a repeating dot pattern, simulating the "Ben Day process" used in
early comic books.
→ New Magic tool: Rotate ←
Rotates the drawing.
→ New Magic tool: Fractal ←
A set of tools that recursively repeat what you draw, scaling and/or
rotating it as they repeat.
→ New Magic tool: ASCII Typewriter ←
Transform your picture into "ASCII art", typewriter-style.
→ New Magic tool: ASCII Computer ←
Transform your picture into "ASCII art", computer-style.
→ New Magic tool: ASCII Color Computer ←
Transform your picture into colored computer "ASCII art".
→ New Magic tool: Crescent ←
Draw one of various crescent shapes at a chosen angle.
→ New Magic tool: Spiral ←
Draw spirals.
→ New Magic tool: Spiral Square ←
Draw square spirals.
→ New Magic tool: Concentric Circle ←
Draw concentric circles.
→ New Magic tool: Concentric Square ←
Draw concentric squares.
→ New Magic tool: Tessellation Pointy ←
Draw repeating tessellation patterns with pointy-topped hexagons.
→ New Magic tool: Tessellation Flat ←
Draw repeating tessellation patterns with flat-topped hexagons.
→ Magic API Updates ←
Sound pause and resume functions added.
→ TBD ←
TBD
Voir CHANGES.txt pour la liste complète des changements.

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.34
version 0.9.35
Documentation sur les signaux
Copyright © 2019-2022 by divers contributeurs; voir AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.34
version 0.9.35
Documentation sur SVG
Copyright © 2007-2022 by divers contributeurs; voir AUTHORS.txt.

View file

@ -87,7 +87,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
version 0.9.34<br/>
version 0.9.35<br/>
'Guide pratique" pour les tampons de haute qualité </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/>
Documentation sur les variables d'environnement </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 divers contributeurs; voir <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/>
Questions fréquemment posées </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/>
Documentation sur l'installation </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>
Documentation sur les options </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/>
Documentation sur PNG pour Tux Paint </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">
Un programme simple pour les enfants </h3>
@ -224,63 +224,12 @@
<section class="indent">
<header>
<h2>
D. Qu'y a-t-il de neuf dans la version 0.9.34 de Tux Paint ? </h2>
D. Qu'y a-t-il de neuf dans la version 0.9.35 de Tux Paint ? </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/>
Documentation sur les signaux </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/>
Documentation sur SVG </h1>
<p>

View file

@ -2,7 +2,7 @@
<html>
<head>
<title>
Guide de démarrage rapide 0.9.34 pour Tux Paint </title>
Guide de démarrage rapide 0.9.35 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.34 pour Tux Paint</h1>
<h1>Guide de démarrage rapide 0.9.35 pour Tux Paint</h1>
<h2>Outils (dessin)</h2>

View file

@ -1,4 +1,4 @@
Guide de démarrage rapide 0.9.34 pour Tux Paint
Guide de démarrage rapide 0.9.35 pour Tux Paint
### Outils (dessin) ###

View file

@ -1,5 +1,5 @@
Tux Paint
versión 0.9.34
versión 0.9.35
«Como facer» os selos avanzados
Copyright © 2006-2024 by Albert Cahalan e outros; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint
versión 0.9.34
versión 0.9.35
Documentación de variábeis de contorno
Copyright © 2021-2024 by varios colaboradores; see AUTHORS.txt.

View file

@ -1,6 +1,6 @@
Ampliar
Tux Paint
versión 0.9.34
versión 0.9.35
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/

View file

@ -1,5 +1,5 @@
Tux Paint
versión 0.9.34
versión 0.9.35
Preguntas máis frecuentes
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint
versión 0.9.34
versión 0.9.35
Documentación da instalación
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.34
version 0.9.35
### Magic Tool Plugin API Documentation ###
@ -612,7 +612,7 @@ Plugin Functions," above.)
→ char * tp_version ←
A string containing the version of Tux Paint that's running (e.g.,
"0.9.34").
"0.9.35").
→ int canvas_w
int canvas_h ←
@ -832,7 +832,7 @@ Plugin Functions," above.)
compatible.
Note: 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
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.

View file

@ -1,5 +1,5 @@
Tux Paint
versión 0.9.34
versión 0.9.35
### Documentación de opcións ###

View file

@ -1,5 +1,5 @@
Tux Paint
versión 0.9.34
versión 0.9.35
Documentación PNG
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint
versión 0.9.34
versión 0.9.35
## Un sinxelo programa de debuxo para cativos ##
@ -98,67 +98,10 @@ 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.34? ###
### D. What's New in Tux Paint version 0.9.35? ###
→ "Eraser" Fill mode ←
A flood fill option that fills the canvas with the background color, or
template or starter background, upon which the drawing was based.
→ New brushes ←
New brushes for the Paint and Lines tools: "Fluff (gradient)", "Graphite",
"Impasto", "Paint splats", "Smoke", "Spines", "Water (still)", and
"Watercolor splotches".
→ New brush option ←
Brushes may be given a "chaotic" setting, causing them to rotate
continuously while drawing with them.
→ New templates ←
"Clouds from an airplane" and "Lough Leane".
→ New Magic tool: Comic dots ←
Draws a repeating dot pattern, simulating the "Ben Day process" used in
early comic books.
→ New Magic tool: Rotate ←
Rotates the drawing.
→ New Magic tool: Fractal ←
A set of tools that recursively repeat what you draw, scaling and/or
rotating it as they repeat.
→ New Magic tool: ASCII Typewriter ←
Transform your picture into "ASCII art", typewriter-style.
→ New Magic tool: ASCII Computer ←
Transform your picture into "ASCII art", computer-style.
→ New Magic tool: ASCII Color Computer ←
Transform your picture into colored computer "ASCII art".
→ New Magic tool: Crescent ←
Draw one of various crescent shapes at a chosen angle.
→ New Magic tool: Spiral ←
Draw spirals.
→ New Magic tool: Spiral Square ←
Draw square spirals.
→ New Magic tool: Concentric Circle ←
Draw concentric circles.
→ New Magic tool: Concentric Square ←
Draw concentric squares.
→ New Magic tool: Tessellation Pointy ←
Draw repeating tessellation patterns with pointy-topped hexagons.
→ New Magic tool: Tessellation Flat ←
Draw repeating tessellation patterns with flat-topped hexagons.
→ Magic API Updates ←
Sound pause and resume functions added.
→ TBD ←
TBD
See CHANGES.txt for the complete list of changes.

View file

@ -1,5 +1,5 @@
Tux Paint
versión 0.9.34
versión 0.9.35
Documentación de sinais
Copyright © 2019-2022 by varios colaboradores; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint
versión 0.9.34
versión 0.9.35
Documentación SVG
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.

View file

@ -87,7 +87,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
versión 0.9.34<br/>
versión 0.9.35<br/>
«Como facer» os selos avanzados </h1>
<p>

View file

@ -87,7 +87,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
versión 0.9.34<br/>
versión 0.9.35<br/>
Documentación de variábeis de contorno </h1>
<p>

View file

@ -92,7 +92,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
versión 0.9.34 </h1>
versión 0.9.35 </h1>
<p>
Copyright &copy; 2002-2024 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>

View file

@ -87,7 +87,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
versión 0.9.34<br/>
versión 0.9.35<br/>
Preguntas máis frecuentes </h1>
<p>

View file

@ -89,7 +89,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
versión 0.9.34<br/>
versión 0.9.35<br/>
Documentación da instalación </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>
versión 0.9.34 </h1>
versión 0.9.35 </h1>
<h2>
Documentación de opcións </h2>

View file

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

View file

@ -91,7 +91,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
versión 0.9.34 </h1>
versión 0.9.35 </h1>
<h3 align="center">
Un sinxelo programa de debuxo para cativos </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>
versión 0.9.34<br/>
versión 0.9.35<br/>
Documentación de sinais </h1>
<p>

View file

@ -91,7 +91,7 @@
width="205"
height="210"
alt="Tux Paint"><br>
versión 0.9.34<br/>
versión 0.9.35<br/>
Documentación SVG </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>

View file

@ -1,4 +1,4 @@
Tux Paint 0.9.34 Quickstart Guide
Tux Paint 0.9.35 Quickstart Guide
### Tools (Drawing) ###

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.34
version 0.9.35
Advanced Stamps 'How-To'
Copyright © 2006-2024 by Albert Cahalan and others; see AUTHORS.txt.

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.34
version 0.9.35
Environment Variables Documentation
Copyright © 2021-2024 by various contributors; see AUTHORS.txt.

Some files were not shown because too many files have changed in this diff Show more