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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.34 version 0.9.35
### Magic Tool Plugin API Documentation ### ### Magic Tool Plugin API Documentation ###
@ -612,7 +612,7 @@ Plugin Functions," above.)
→ char * tp_version ← → char * tp_version ←
A string containing the version of Tux Paint that's running (e.g., A string containing the version of Tux Paint that's running (e.g.,
"0.9.34"). "0.9.35").
→ int canvas_w → int canvas_w
int canvas_h ← int canvas_h ←
@ -832,7 +832,7 @@ Plugin Functions," above.)
compatible. compatible.
Note: This version number does not correspond to Tux Paint's own 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 new version of Tux Paint is released, which means plugins compiled for
earlier versions of Tux Paint will often run under newer versions. earlier versions of Tux Paint will often run under newer versions.

View file

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

View file

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

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.34 version 0.9.35
## A simple drawing program for children ## ## 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. 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 ← → TBD ←
A flood fill option that fills the canvas with the background color, or TBD
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.
See CHANGES.txt for the complete list of changes. See CHANGES.txt for the complete list of changes.

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -91,7 +91,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.34 </h1> version 0.9.35 </h1>
<h2> <h2>
Magic Tool Plugin API Documentation </h2> Magic Tool Plugin API Documentation </h2>
@ -609,7 +609,7 @@
<dl> <dl>
<dt><code><b>char * tp_version</b></code></dt> <dt><code><b>char * tp_version</b></code></dt>
<dd> <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> <dt>
<code><b>int canvas_w</b></code><br/> <code><b>int canvas_w</b></code><br/>
@ -803,7 +803,7 @@
<p> <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> 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> <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> </dd>
<dt> <dt>

View file

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

View file

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

View file

@ -91,7 +91,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.34 </h1> version 0.9.35 </h1>
<h3 align="center"> <h3 align="center">
A simple drawing program for children </h3> A simple drawing program for children </h3>
@ -224,63 +224,12 @@
<section class="indent"> <section class="indent">
<header> <header>
<h2> <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> </header>
<dl> <dl>
<dt>"Eraser" Fill mode</dt> <dt>TBD</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> <dd>TBD</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>
</dl> </dl>
<p> <p>

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.34 version 0.9.35
### Magic Tool Plugin API Documentation ### ### Magic Tool Plugin API Documentation ###
@ -612,7 +612,7 @@ Plugin Functions," above.)
→ char * tp_version ← → char * tp_version ←
A string containing the version of Tux Paint that's running (e.g., A string containing the version of Tux Paint that's running (e.g.,
"0.9.34"). "0.9.35").
→ int canvas_w → int canvas_w
int canvas_h ← int canvas_h ←
@ -832,7 +832,7 @@ Plugin Functions," above.)
compatible. compatible.
Note: This version number does not correspond to Tux Paint's own 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 new version of Tux Paint is released, which means plugins compiled for
earlier versions of Tux Paint will often run under newer versions. earlier versions of Tux Paint will often run under newer versions.

View file

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

View file

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

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
versión 0.9.34 versión 0.9.35
## A simple drawing program for children ## ## 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. 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 ← → TBD ←
A flood fill option that fills the canvas with the background color, or TBD
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.
See CHANGES.txt for the complete list of changes. See CHANGES.txt for the complete list of changes.

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -91,7 +91,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.34 </h1> version 0.9.35 </h1>
<h2> <h2>
Magic Tool Plugin API Documentation </h2> Magic Tool Plugin API Documentation </h2>
@ -609,7 +609,7 @@
<dl> <dl>
<dt><code><b>char * tp_version</b></code></dt> <dt><code><b>char * tp_version</b></code></dt>
<dd> <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> <dt>
<code><b>int canvas_w</b></code><br/> <code><b>int canvas_w</b></code><br/>
@ -803,7 +803,7 @@
<p> <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> 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> <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> </dd>
<dt> <dt>

View file

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

View file

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

View file

@ -91,7 +91,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
versi&oacute;n 0.9.34 </h1> versi&oacute;n 0.9.35 </h1>
<h3 align="center"> <h3 align="center">
A simple drawing program for children </h3> A simple drawing program for children </h3>
@ -224,63 +224,12 @@
<section class="indent"> <section class="indent">
<header> <header>
<h2> <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> </header>
<dl> <dl>
<dt>"Eraser" Fill mode</dt> <dt>TBD</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> <dd>TBD</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>
</dl> </dl>
<p> <p>

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.34 version 0.9.35
### Magic Tool Plugin API Documentation ### ### Magic Tool Plugin API Documentation ###
@ -612,7 +612,7 @@ Plugin Functions," above.)
→ char * tp_version ← → char * tp_version ←
A string containing the version of Tux Paint that's running (e.g., A string containing the version of Tux Paint that's running (e.g.,
"0.9.34"). "0.9.35").
→ int canvas_w → int canvas_w
int canvas_h ← int canvas_h ←
@ -832,7 +832,7 @@ Plugin Functions," above.)
compatible. compatible.
Note: This version number does not correspond to Tux Paint's own 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 new version of Tux Paint is released, which means plugins compiled for
earlier versions of Tux Paint will often run under newer versions. earlier versions of Tux Paint will often run under newer versions.

View file

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

View file

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

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.34 version 0.9.35
## Un programme simple pour les enfants ## ## Un programme simple pour les enfants ##
@ -102,67 +102,10 @@ logiciel sous GPL.)
Voir COPYING.txt pour le texte complet de la licence 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 ← → TBD ←
A flood fill option that fills the canvas with the background color, or TBD
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.
Voir CHANGES.txt pour la liste complète des changements. Voir CHANGES.txt pour la liste complète des changements.

View file

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

View file

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

View file

@ -87,7 +87,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.34<br/> version 0.9.35<br/>
'Guide pratique" pour les tampons de haute qualité </h1> 'Guide pratique" pour les tampons de haute qualité </h1>
<p> <p>

View file

@ -87,7 +87,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.34<br/> version 0.9.35<br/>
Documentation sur les variables d'environnement </h1> Documentation sur les variables d'environnement </h1>
<p> <p>

View file

@ -92,7 +92,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.34 </h1> version 0.9.35 </h1>
<p> <p>
Copyright &copy; 2002-2024 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2024 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>

View file

@ -87,7 +87,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.34<br/> version 0.9.35<br/>
Questions fréquemment posées </h1> Questions fréquemment posées </h1>
<p> <p>

View file

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

View file

@ -91,7 +91,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.34 </h1> version 0.9.35 </h1>
<h2> <h2>
Magic Tool Plugin API Documentation </h2> Magic Tool Plugin API Documentation </h2>
@ -609,7 +609,7 @@
<dl> <dl>
<dt><code><b>char * tp_version</b></code></dt> <dt><code><b>char * tp_version</b></code></dt>
<dd> <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> <dt>
<code><b>int canvas_w</b></code><br/> <code><b>int canvas_w</b></code><br/>
@ -803,7 +803,7 @@
<p> <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> 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> <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> </dd>
<dt> <dt>

View file

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

View file

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

View file

@ -91,7 +91,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.34 </h1> version 0.9.35 </h1>
<h3 align="center"> <h3 align="center">
Un programme simple pour les enfants </h3> Un programme simple pour les enfants </h3>
@ -224,63 +224,12 @@
<section class="indent"> <section class="indent">
<header> <header>
<h2> <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> </header>
<dl> <dl>
<dt>"Eraser" Fill mode</dt> <dt>TBD</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> <dd>TBD</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>
</dl> </dl>
<p> <p>

View file

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

View file

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

View file

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<title> <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" <meta http-equiv="Content-Type"
content="text/html; charset=utf-8" /> content="text/html; charset=utf-8" />
</head> </head>
@ -12,7 +12,7 @@
vlink="#FF0000" vlink="#FF0000"
alink="#FF00FF"> 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> <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) ### ### Outils (dessin) ###

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.34 version 0.9.35
### Magic Tool Plugin API Documentation ### ### Magic Tool Plugin API Documentation ###
@ -612,7 +612,7 @@ Plugin Functions," above.)
→ char * tp_version ← → char * tp_version ←
A string containing the version of Tux Paint that's running (e.g., A string containing the version of Tux Paint that's running (e.g.,
"0.9.34"). "0.9.35").
→ int canvas_w → int canvas_w
int canvas_h ← int canvas_h ←
@ -832,7 +832,7 @@ Plugin Functions," above.)
compatible. compatible.
Note: This version number does not correspond to Tux Paint's own 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 new version of Tux Paint is released, which means plugins compiled for
earlier versions of Tux Paint will often run under newer versions. earlier versions of Tux Paint will often run under newer versions.

View file

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

View file

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

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
versión 0.9.34 versión 0.9.35
## Un sinxelo programa de debuxo para cativos ## ## 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. 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 ← → TBD ←
A flood fill option that fills the canvas with the background color, or TBD
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.
See CHANGES.txt for the complete list of changes. See CHANGES.txt for the complete list of changes.

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -91,7 +91,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.34 </h1> version 0.9.35 </h1>
<h2> <h2>
Magic Tool Plugin API Documentation </h2> Magic Tool Plugin API Documentation </h2>
@ -609,7 +609,7 @@
<dl> <dl>
<dt><code><b>char * tp_version</b></code></dt> <dt><code><b>char * tp_version</b></code></dt>
<dd> <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> <dt>
<code><b>int canvas_w</b></code><br/> <code><b>int canvas_w</b></code><br/>
@ -803,7 +803,7 @@
<p> <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> 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> <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> </dd>
<dt> <dt>

View file

@ -91,7 +91,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
versión 0.9.34 </h1> versión 0.9.35 </h1>
<h2> <h2>
Documentación de opcións </h2> Documentación de opcións </h2>

View file

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

View file

@ -91,7 +91,7 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
versión 0.9.34 </h1> versión 0.9.35 </h1>
<h3 align="center"> <h3 align="center">
Un sinxelo programa de debuxo para cativos </h3> Un sinxelo programa de debuxo para cativos </h3>
@ -224,63 +224,12 @@
<section class="indent"> <section class="indent">
<header> <header>
<h2> <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> </header>
<dl> <dl>
<dt>"Eraser" Fill mode</dt> <dt>TBD</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> <dd>TBD</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>
</dl> </dl>
<p> <p>

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,5 @@
Tux Paint Tux Paint
version 0.9.34 version 0.9.35
Environment Variables Documentation Environment Variables Documentation
Copyright © 2021-2024 by various contributors; see AUTHORS.txt. 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