Bump version to 0.9.34; sync docs for new version #
This commit is contained in:
parent
5650435ce7
commit
d597a250cd
1900 changed files with 1963 additions and 1960 deletions
4
Makefile
4
Makefile
|
|
@ -4,14 +4,14 @@
|
||||||
# Various contributors (see AUTHORS.txt)
|
# Various contributors (see AUTHORS.txt)
|
||||||
# https://tuxpaint.org/
|
# https://tuxpaint.org/
|
||||||
|
|
||||||
# June 14, 2002 - July 8, 2024
|
# June 14, 2002 - July 26, 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.33
|
VER_VERSION:=0.9.34
|
||||||
|
|
||||||
# We are always SDL2 now, so don't need "-sdl2"
|
# We are always SDL2 now, so don't need "-sdl2"
|
||||||
VER_FLAVOR:=""
|
VER_FLAVOR:=""
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
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.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
Environment Variables Documentation
|
Environment Variables Documentation
|
||||||
|
|
||||||
Copyright © 2021-2024 by various contributors; see AUTHORS.txt.
|
Copyright © 2021-2024 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Extending
|
Extending
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
|
|
||||||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
Frequently Asked Questions
|
Frequently Asked Questions
|
||||||
|
|
||||||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
Installation Documentation
|
Installation Documentation
|
||||||
|
|
||||||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
|
|
||||||
Magic Tool Plugin API Documentation
|
Magic Tool Plugin API Documentation
|
||||||
|
|
||||||
|
|
@ -609,7 +609,7 @@ Informational
|
||||||
|
|
||||||
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.33").
|
"0.9.34").
|
||||||
|
|
||||||
int canvas_w
|
int canvas_w
|
||||||
int canvas_h
|
int canvas_h
|
||||||
|
|
@ -789,7 +789,7 @@ TP_MAGIC_API_VERSION
|
||||||
compatible.
|
compatible.
|
||||||
|
|
||||||
Note: This version number does not correspond to Tux Paint's own release
|
Note: This version number does not correspond to Tux Paint's own release
|
||||||
number (e.g., "0.9.33"). The API will not change every time a new version
|
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 is released, which means plugins compiled for earlier versions
|
||||||
of Tux Paint will often run under newer versions.
|
of Tux Paint will often run under newer versions.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
|
|
||||||
Options Documentation
|
Options Documentation
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
PNG Documentation
|
PNG Documentation
|
||||||
|
|
||||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
|
|
||||||
A simple drawing program for children
|
A simple drawing program for children
|
||||||
|
|
||||||
|
|
@ -97,7 +97,7 @@ 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.33?
|
D. What's New in Tux Paint version 0.9.34?
|
||||||
|
|
||||||
Transparent Erasers
|
Transparent Erasers
|
||||||
Erasers that lightly expose more and more of the background.
|
Erasers that lightly expose more and more of the background.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
Signals Documentation
|
Signals Documentation
|
||||||
|
|
||||||
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
SVG Documentation
|
SVG Documentation
|
||||||
|
|
||||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.33<br/>
|
version 0.9.34<br/>
|
||||||
Advanced Stamps 'How-To' </h1>
|
Advanced Stamps 'How-To' </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.33<br/>
|
version 0.9.34<br/>
|
||||||
Environment Variables Documentation </h1>
|
Environment Variables Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.33 </h1>
|
version 0.9.34 </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.33<br/>
|
version 0.9.34<br/>
|
||||||
Frequently Asked Questions </h1>
|
Frequently Asked Questions </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.33<br/>
|
version 0.9.34<br/>
|
||||||
Installation Documentation </h1>
|
Installation Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.33 </h1>
|
version 0.9.34 </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.33"). </dd>
|
A string containing the version of Tux Paint that's running (e.g., "0.9.34"). </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<code><b>int canvas_w</b></code><br/>
|
<code><b>int canvas_w</b></code><br/>
|
||||||
|
|
@ -770,7 +770,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.33"). The API will not change every time a new version of Tux Paint is released, which means plugins compiled for earlier versions of Tux Paint will often run under newer versions. </p>
|
<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>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.33 </h1>
|
version 0.9.34 </h1>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Options Documentation </h2>
|
Options Documentation </h2>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.33<br/>
|
version 0.9.34<br/>
|
||||||
PNG Documentation </h1>
|
PNG Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.33 </h1>
|
version 0.9.34 </h1>
|
||||||
|
|
||||||
<h3 align="center">
|
<h3 align="center">
|
||||||
A simple drawing program for children </h3>
|
A simple drawing program for children </h3>
|
||||||
|
|
@ -224,7 +224,7 @@
|
||||||
<section class="indent">
|
<section class="indent">
|
||||||
<header>
|
<header>
|
||||||
<h2>
|
<h2>
|
||||||
D. What's New in Tux Paint version 0.9.33? </h2>
|
D. What's New in Tux Paint version 0.9.34? </h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.33<br/>
|
version 0.9.34<br/>
|
||||||
Signals Documentation </h1>
|
Signals Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.33<br/>
|
version 0.9.34<br/>
|
||||||
SVG Documentation </h1>
|
SVG Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>
|
<title>
|
||||||
Tux Paint 0.9.33 Quickstart Guide </title>
|
Tux Paint 0.9.34 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.33 Quickstart Guide</h1>
|
<h1>Tux Paint 0.9.34 Quickstart Guide</h1>
|
||||||
|
|
||||||
<h2>Tools (Drawing)</h2>
|
<h2>Tools (Drawing)</h2>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
Tux Paint 0.9.33 Quickstart Guide
|
Tux Paint 0.9.34 Quickstart Guide
|
||||||
|
|
||||||
Tools (Drawing)
|
Tools (Drawing)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.33
|
versión 0.9.34
|
||||||
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.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.33
|
versión 0.9.34
|
||||||
Environment Variables Documentation
|
Environment Variables Documentation
|
||||||
|
|
||||||
Copyright © 2021-2024 by various contributors; see AUTHORS.txt.
|
Copyright © 2021-2024 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Extending
|
Extending
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.33
|
versión 0.9.34
|
||||||
|
|
||||||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.33
|
versión 0.9.34
|
||||||
Frequently Asked Questions
|
Frequently Asked Questions
|
||||||
|
|
||||||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.33
|
versión 0.9.34
|
||||||
Installation Documentation
|
Installation Documentation
|
||||||
|
|
||||||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
|
|
||||||
Magic Tool Plugin API Documentation
|
Magic Tool Plugin API Documentation
|
||||||
|
|
||||||
|
|
@ -609,7 +609,7 @@ Informational
|
||||||
|
|
||||||
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.33").
|
"0.9.34").
|
||||||
|
|
||||||
int canvas_w
|
int canvas_w
|
||||||
int canvas_h
|
int canvas_h
|
||||||
|
|
@ -789,7 +789,7 @@ TP_MAGIC_API_VERSION
|
||||||
compatible.
|
compatible.
|
||||||
|
|
||||||
Note: This version number does not correspond to Tux Paint's own release
|
Note: This version number does not correspond to Tux Paint's own release
|
||||||
number (e.g., "0.9.33"). The API will not change every time a new version
|
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 is released, which means plugins compiled for earlier versions
|
||||||
of Tux Paint will often run under newer versions.
|
of Tux Paint will often run under newer versions.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.33
|
versión 0.9.34
|
||||||
|
|
||||||
Options Documentation
|
Options Documentation
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.33
|
versión 0.9.34
|
||||||
PNG Documentation
|
PNG Documentation
|
||||||
|
|
||||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.33
|
versión 0.9.34
|
||||||
|
|
||||||
A simple drawing program for children
|
A simple drawing program for children
|
||||||
|
|
||||||
|
|
@ -97,7 +97,7 @@ 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.33?
|
D. What's New in Tux Paint version 0.9.34?
|
||||||
|
|
||||||
Transparent Erasers
|
Transparent Erasers
|
||||||
Erasers that lightly expose more and more of the background.
|
Erasers that lightly expose more and more of the background.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.33
|
versión 0.9.34
|
||||||
Signals Documentation
|
Signals Documentation
|
||||||
|
|
||||||
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.33
|
versión 0.9.34
|
||||||
SVG Documentation
|
SVG Documentation
|
||||||
|
|
||||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.33<br/>
|
versión 0.9.34<br/>
|
||||||
Advanced Stamps 'How-To' </h1>
|
Advanced Stamps 'How-To' </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.33<br/>
|
versión 0.9.34<br/>
|
||||||
Environment Variables Documentation </h1>
|
Environment Variables Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.33 </h1>
|
versión 0.9.34 </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.33<br/>
|
versión 0.9.34<br/>
|
||||||
Frequently Asked Questions </h1>
|
Frequently Asked Questions </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.33<br/>
|
versión 0.9.34<br/>
|
||||||
Installation Documentation </h1>
|
Installation Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.33 </h1>
|
version 0.9.34 </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.33"). </dd>
|
A string containing the version of Tux Paint that's running (e.g., "0.9.34"). </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<code><b>int canvas_w</b></code><br/>
|
<code><b>int canvas_w</b></code><br/>
|
||||||
|
|
@ -770,7 +770,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.33"). The API will not change every time a new version of Tux Paint is released, which means plugins compiled for earlier versions of Tux Paint will often run under newer versions. </p>
|
<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>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.33 </h1>
|
versión 0.9.34 </h1>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Options Documentation </h2>
|
Options Documentation </h2>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.33<br/>
|
versión 0.9.34<br/>
|
||||||
PNG Documentation </h1>
|
PNG Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.33 </h1>
|
versión 0.9.34 </h1>
|
||||||
|
|
||||||
<h3 align="center">
|
<h3 align="center">
|
||||||
A simple drawing program for children </h3>
|
A simple drawing program for children </h3>
|
||||||
|
|
@ -224,7 +224,7 @@
|
||||||
<section class="indent">
|
<section class="indent">
|
||||||
<header>
|
<header>
|
||||||
<h2>
|
<h2>
|
||||||
D. What's New in Tux Paint version 0.9.33? </h2>
|
D. What's New in Tux Paint version 0.9.34? </h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.33<br/>
|
versión 0.9.34<br/>
|
||||||
Signals Documentation </h1>
|
Signals Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.33<br/>
|
versión 0.9.34<br/>
|
||||||
SVG Documentation </h1>
|
SVG Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>
|
<title>
|
||||||
Tux Paint 0.9.33 Quickstart Guide </title>
|
Tux Paint 0.9.34 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.33 Quickstart Guide</h1>
|
<h1>Tux Paint 0.9.34 Quickstart Guide</h1>
|
||||||
|
|
||||||
<h2>Tools (Drawing)</h2>
|
<h2>Tools (Drawing)</h2>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
Tux Paint 0.9.33 Quickstart Guide
|
Tux Paint 0.9.34 Quickstart Guide
|
||||||
|
|
||||||
Tools (Drawing)
|
Tools (Drawing)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
'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.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
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.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Extension
|
Extension
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
|
|
||||||
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
|
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
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.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
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.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
|
|
||||||
Magic Tool Plugin API Documentation
|
Magic Tool Plugin API Documentation
|
||||||
|
|
||||||
|
|
@ -609,7 +609,7 @@ Informational
|
||||||
|
|
||||||
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.33").
|
"0.9.34").
|
||||||
|
|
||||||
int canvas_w
|
int canvas_w
|
||||||
int canvas_h
|
int canvas_h
|
||||||
|
|
@ -789,7 +789,7 @@ TP_MAGIC_API_VERSION
|
||||||
compatible.
|
compatible.
|
||||||
|
|
||||||
Note: This version number does not correspond to Tux Paint's own release
|
Note: This version number does not correspond to Tux Paint's own release
|
||||||
number (e.g., "0.9.33"). The API will not change every time a new version
|
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 is released, which means plugins compiled for earlier versions
|
||||||
of Tux Paint will often run under newer versions.
|
of Tux Paint will often run under newer versions.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
|
|
||||||
Documentation sur les options
|
Documentation sur les options
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
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.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
|
|
||||||
Un programme simple pour les enfants
|
Un programme simple pour les enfants
|
||||||
|
|
||||||
|
|
@ -102,7 +102,7 @@ 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.33 de Tux Paint ?
|
D. Qu'y a-t-il de neuf dans la version 0.9.34 de Tux Paint ?
|
||||||
|
|
||||||
Transparent Erasers
|
Transparent Erasers
|
||||||
Erasers that lightly expose more and more of the background.
|
Erasers that lightly expose more and more of the background.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
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.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
Documentation sur SVG
|
Documentation sur SVG
|
||||||
|
|
||||||
Copyright © 2007-2022 by divers contributeurs; voir AUTHORS.txt.
|
Copyright © 2007-2022 by divers contributeurs; voir AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.33<br/>
|
version 0.9.34<br/>
|
||||||
'Guide pratique" pour les tampons de haute qualité </h1>
|
'Guide pratique" pour les tampons de haute qualité </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.33<br/>
|
version 0.9.34<br/>
|
||||||
Documentation sur les variables d'environnement </h1>
|
Documentation sur les variables d'environnement </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.33 </h1>
|
version 0.9.34 </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2024 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2002-2024 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.33<br/>
|
version 0.9.34<br/>
|
||||||
Questions fréquemment posées </h1>
|
Questions fréquemment posées </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.33<br/>
|
version 0.9.34<br/>
|
||||||
Documentation sur l'installation </h1>
|
Documentation sur l'installation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.33 </h1>
|
version 0.9.34 </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.33"). </dd>
|
A string containing the version of Tux Paint that's running (e.g., "0.9.34"). </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<code><b>int canvas_w</b></code><br/>
|
<code><b>int canvas_w</b></code><br/>
|
||||||
|
|
@ -770,7 +770,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.33"). The API will not change every time a new version of Tux Paint is released, which means plugins compiled for earlier versions of Tux Paint will often run under newer versions. </p>
|
<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>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.33 </h1>
|
version 0.9.34 </h1>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Documentation sur les options </h2>
|
Documentation sur les options </h2>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.33<br/>
|
version 0.9.34<br/>
|
||||||
Documentation sur PNG pour Tux Paint </h1>
|
Documentation sur PNG pour Tux Paint </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.33 </h1>
|
version 0.9.34 </h1>
|
||||||
|
|
||||||
<h3 align="center">
|
<h3 align="center">
|
||||||
Un programme simple pour les enfants </h3>
|
Un programme simple pour les enfants </h3>
|
||||||
|
|
@ -224,7 +224,7 @@
|
||||||
<section class="indent">
|
<section class="indent">
|
||||||
<header>
|
<header>
|
||||||
<h2>
|
<h2>
|
||||||
D. Qu'y a-t-il de neuf dans la version 0.9.33 de Tux Paint ? </h2>
|
D. Qu'y a-t-il de neuf dans la version 0.9.34 de Tux Paint ? </h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.33<br/>
|
version 0.9.34<br/>
|
||||||
Documentation sur les signaux </h1>
|
Documentation sur les signaux </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.33<br/>
|
version 0.9.34<br/>
|
||||||
Documentation sur SVG </h1>
|
Documentation sur SVG </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>
|
<title>
|
||||||
Guide de démarrage rapide 0.9.33 pour Tux Paint </title>
|
Guide de démarrage rapide 0.9.34 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.33 pour Tux Paint</h1>
|
<h1>Guide de démarrage rapide 0.9.34 pour Tux Paint</h1>
|
||||||
|
|
||||||
<h2>Outils (dessin)</h2>
|
<h2>Outils (dessin)</h2>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
Guide de démarrage rapide 0.9.33 pour Tux Paint
|
Guide de démarrage rapide 0.9.34 pour Tux Paint
|
||||||
|
|
||||||
Outils (dessin)
|
Outils (dessin)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.33
|
versión 0.9.34
|
||||||
«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.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.33
|
versión 0.9.34
|
||||||
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.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Ampliar
|
Ampliar
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.33
|
versión 0.9.34
|
||||||
|
|
||||||
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.33
|
versión 0.9.34
|
||||||
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.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.33
|
versión 0.9.34
|
||||||
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.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
|
|
||||||
Magic Tool Plugin API Documentation
|
Magic Tool Plugin API Documentation
|
||||||
|
|
||||||
|
|
@ -609,7 +609,7 @@ Informational
|
||||||
|
|
||||||
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.33").
|
"0.9.34").
|
||||||
|
|
||||||
int canvas_w
|
int canvas_w
|
||||||
int canvas_h
|
int canvas_h
|
||||||
|
|
@ -789,7 +789,7 @@ TP_MAGIC_API_VERSION
|
||||||
compatible.
|
compatible.
|
||||||
|
|
||||||
Note: This version number does not correspond to Tux Paint's own release
|
Note: This version number does not correspond to Tux Paint's own release
|
||||||
number (e.g., "0.9.33"). The API will not change every time a new version
|
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 is released, which means plugins compiled for earlier versions
|
||||||
of Tux Paint will often run under newer versions.
|
of Tux Paint will often run under newer versions.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.33
|
versión 0.9.34
|
||||||
|
|
||||||
Documentación de opcións
|
Documentación de opcións
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.33
|
versión 0.9.34
|
||||||
Documentación PNG
|
Documentación PNG
|
||||||
|
|
||||||
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.33
|
versión 0.9.34
|
||||||
|
|
||||||
Un sinxelo programa de debuxo para cativos
|
Un sinxelo programa de debuxo para cativos
|
||||||
|
|
||||||
|
|
@ -98,7 +98,7 @@ 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.33?
|
D. What's New in Tux Paint version 0.9.34?
|
||||||
|
|
||||||
Transparent Erasers
|
Transparent Erasers
|
||||||
Erasers that lightly expose more and more of the background.
|
Erasers that lightly expose more and more of the background.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.33
|
versión 0.9.34
|
||||||
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.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.33
|
versión 0.9.34
|
||||||
Documentación SVG
|
Documentación SVG
|
||||||
|
|
||||||
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.33<br/>
|
versión 0.9.34<br/>
|
||||||
«Como facer» os selos avanzados </h1>
|
«Como facer» os selos avanzados </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.33<br/>
|
versión 0.9.34<br/>
|
||||||
Documentación de variábeis de contorno </h1>
|
Documentación de variábeis de contorno </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.33 </h1>
|
versión 0.9.34 </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2024 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2002-2024 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.33<br/>
|
versión 0.9.34<br/>
|
||||||
Preguntas máis frecuentes </h1>
|
Preguntas máis frecuentes </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.33<br/>
|
versión 0.9.34<br/>
|
||||||
Documentación da instalación </h1>
|
Documentación da instalación </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.33 </h1>
|
version 0.9.34 </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.33"). </dd>
|
A string containing the version of Tux Paint that's running (e.g., "0.9.34"). </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<code><b>int canvas_w</b></code><br/>
|
<code><b>int canvas_w</b></code><br/>
|
||||||
|
|
@ -770,7 +770,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.33"). The API will not change every time a new version of Tux Paint is released, which means plugins compiled for earlier versions of Tux Paint will often run under newer versions. </p>
|
<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>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.33 </h1>
|
versión 0.9.34 </h1>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Documentación de opcións </h2>
|
Documentación de opcións </h2>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.33<br/>
|
versión 0.9.34<br/>
|
||||||
Documentación PNG </h1>
|
Documentación PNG </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.33 </h1>
|
versión 0.9.34 </h1>
|
||||||
|
|
||||||
<h3 align="center">
|
<h3 align="center">
|
||||||
Un sinxelo programa de debuxo para cativos </h3>
|
Un sinxelo programa de debuxo para cativos </h3>
|
||||||
|
|
@ -224,7 +224,7 @@
|
||||||
<section class="indent">
|
<section class="indent">
|
||||||
<header>
|
<header>
|
||||||
<h2>
|
<h2>
|
||||||
D. What's New in Tux Paint version 0.9.33? </h2>
|
D. What's New in Tux Paint version 0.9.34? </h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.33<br/>
|
versión 0.9.34<br/>
|
||||||
Documentación de sinais </h1>
|
Documentación de sinais </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.33<br/>
|
versión 0.9.34<br/>
|
||||||
Documentación SVG </h1>
|
Documentación SVG </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>
|
<title>
|
||||||
Tux Paint 0.9.33 Quickstart Guide </title>
|
Tux Paint 0.9.34 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.33 Quickstart Guide</h1>
|
<h1>Tux Paint 0.9.34 Quickstart Guide</h1>
|
||||||
|
|
||||||
<h2>Tools (Drawing)</h2>
|
<h2>Tools (Drawing)</h2>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
Tux Paint 0.9.33 Quickstart Guide
|
Tux Paint 0.9.34 Quickstart Guide
|
||||||
|
|
||||||
Tools (Drawing)
|
Tools (Drawing)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
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.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
Environment Variables Documentation
|
Environment Variables Documentation
|
||||||
|
|
||||||
Copyright © 2021-2024 by various contributors; see AUTHORS.txt.
|
Copyright © 2021-2024 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Extending
|
Extending
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.33
|
version 0.9.34
|
||||||
|
|
||||||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue