Sync docs after 0.9.36 version bump
This commit is contained in:
parent
6c5258fc7f
commit
742ab6ddaa
2365 changed files with 2574 additions and 2828 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.35
|
version 0.9.36
|
||||||
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.35
|
version 0.9.36
|
||||||
Environment Variables Documentation
|
Environment Variables Documentation
|
||||||
|
|
||||||
Copyright © 2021-2025 by various contributors; see AUTHORS.txt.
|
Copyright © 2021-2025 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Extending
|
Extending
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.35
|
version 0.9.36
|
||||||
|
|
||||||
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.35
|
version 0.9.36
|
||||||
Frequently Asked Questions
|
Frequently Asked Questions
|
||||||
|
|
||||||
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.35
|
version 0.9.36
|
||||||
Installation Documentation
|
Installation Documentation
|
||||||
|
|
||||||
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.35
|
version 0.9.36
|
||||||
|
|
||||||
### Magic Tool Plugin API Documentation ###
|
### Magic Tool Plugin API Documentation ###
|
||||||
|
|
||||||
|
|
@ -611,7 +611,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.35").
|
"0.9.36").
|
||||||
|
|
||||||
→ int canvas_w
|
→ int canvas_w
|
||||||
int canvas_h ←
|
int canvas_h ←
|
||||||
|
|
@ -831,7 +831,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.35"). The API will not change every time a
|
release number (e.g., "0.9.36"). 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.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.35
|
version 0.9.36
|
||||||
|
|
||||||
### Options Documentation ###
|
### Options Documentation ###
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.35
|
version 0.9.36
|
||||||
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.35
|
version 0.9.36
|
||||||
|
|
||||||
## A simple drawing program for children ##
|
## A simple drawing program for children ##
|
||||||
|
|
||||||
|
|
@ -97,25 +97,9 @@ 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.35? ###
|
### D. What's New in Tux Paint version 0.9.36? ###
|
||||||
|
|
||||||
→ Improved color picker ←
|
→ ←
|
||||||
Better behavior when clicking/tapping and dragging hue/saturation box and
|
|
||||||
value slider.
|
|
||||||
|
|
||||||
→ Text clipboard paste support ←
|
|
||||||
The "Text" and "Label" tools support pasting the copy/paste clipboard.
|
|
||||||
|
|
||||||
→ "Hearts" Magic tool ←
|
|
||||||
Draw a trail of floating hearts.
|
|
||||||
|
|
||||||
→ "Sparkles" Magic tool ←
|
|
||||||
Draw a trail of falling sparkles.
|
|
||||||
|
|
||||||
→ "Stars" Magic tool ←
|
|
||||||
Draw a trail of stars.
|
|
||||||
|
|
||||||
→ Documentation translated to Swedish ←
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.35
|
version 0.9.36
|
||||||
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.35
|
version 0.9.36
|
||||||
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.35<br/>
|
version 0.9.36<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.35<br/>
|
version 0.9.36<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.35 </h1>
|
version 0.9.36 </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2025 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2002-2025 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.35<br/>
|
version 0.9.36<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.35<br/>
|
version 0.9.36<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.35 </h1>
|
version 0.9.36 </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.35"). </dd>
|
A string containing the version of Tux Paint that's running (e.g., "0.9.36"). </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.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>
|
<b>Note:</b> This version number does not correspond to Tux Paint's own release number (e.g., "0.9.36"). 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.35 </h1>
|
version 0.9.36 </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.35<br/>
|
version 0.9.36<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.35 </h1>
|
version 0.9.36 </h1>
|
||||||
|
|
||||||
<h3 align="center">
|
<h3 align="center">
|
||||||
A simple drawing program for children </h3>
|
A simple drawing program for children </h3>
|
||||||
|
|
@ -224,26 +224,11 @@
|
||||||
<section class="indent">
|
<section class="indent">
|
||||||
<header>
|
<header>
|
||||||
<h2>
|
<h2>
|
||||||
D. What's New in Tux Paint version 0.9.35? </h2>
|
D. What's New in Tux Paint version 0.9.36? </h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Improved color picker</dt>
|
<dt></dt>
|
||||||
<dd>Better behavior when clicking/tapping and dragging hue/saturation box and value slider.</dd>
|
|
||||||
|
|
||||||
<dt>Text clipboard paste support</dt>
|
|
||||||
<dd>The "Text" and "Label" tools support pasting the copy/paste clipboard.</dd>
|
|
||||||
|
|
||||||
<dt>"Hearts" Magic tool</dt>
|
|
||||||
<dd>Draw a trail of floating hearts.</dd>
|
|
||||||
|
|
||||||
<dt>"Sparkles" Magic tool</dt>
|
|
||||||
<dd>Draw a trail of falling sparkles.</dd>
|
|
||||||
|
|
||||||
<dt>"Stars" Magic tool</dt>
|
|
||||||
<dd>Draw a trail of stars.</dd>
|
|
||||||
|
|
||||||
<dt>Documentation translated to Swedish</dt>
|
|
||||||
<dd></dd>
|
<dd></dd>
|
||||||
</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.35<br/>
|
version 0.9.36<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.35<br/>
|
version 0.9.36<br/>
|
||||||
SVG Documentation </h1>
|
SVG Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>
|
<title>
|
||||||
Tux Paint 0.9.35 Quickstart Guide </title>
|
Tux Paint 0.9.36 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.35 Quickstart Guide</h1>
|
<h1>Tux Paint 0.9.36 Quickstart Guide</h1>
|
||||||
|
|
||||||
<h2>Tools (Drawing)</h2>
|
<h2>Tools (Drawing)</h2>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
Tux Paint 0.9.35 Quickstart Guide
|
Tux Paint 0.9.36 Quickstart Guide
|
||||||
|
|
||||||
### Tools (Drawing) ###
|
### Tools (Drawing) ###
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.35
|
versión 0.9.36
|
||||||
|
|
||||||
## A simple drawing program for children ##
|
## A simple drawing program for children ##
|
||||||
|
|
||||||
|
|
@ -97,25 +97,9 @@ 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.35? ###
|
### D. What's New in Tux Paint version 0.9.36? ###
|
||||||
|
|
||||||
→ Improved color picker ←
|
→ ←
|
||||||
Better behavior when clicking/tapping and dragging hue/saturation box and
|
|
||||||
value slider.
|
|
||||||
|
|
||||||
→ Text clipboard paste support ←
|
|
||||||
The "Text" and "Label" tools support pasting the copy/paste clipboard.
|
|
||||||
|
|
||||||
→ "Hearts" Magic tool ←
|
|
||||||
Draw a trail of floating hearts.
|
|
||||||
|
|
||||||
→ "Sparkles" Magic tool ←
|
|
||||||
Draw a trail of falling sparkles.
|
|
||||||
|
|
||||||
→ "Stars" Magic tool ←
|
|
||||||
Draw a trail of stars.
|
|
||||||
|
|
||||||
→ Documentation translated to Swedish ←
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.35<br/>
|
versión 0.9.36<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.35<br/>
|
versión 0.9.36<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.35 </h1>
|
versión 0.9.36 </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2025 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2002-2025 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.35<br/>
|
versión 0.9.36<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.35<br/>
|
versión 0.9.36<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.35 </h1>
|
version 0.9.36 </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.35"). </dd>
|
A string containing the version of Tux Paint that's running (e.g., "0.9.36"). </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.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>
|
<b>Note:</b> This version number does not correspond to Tux Paint's own release number (e.g., "0.9.36"). 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.35 </h1>
|
versión 0.9.36 </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.35<br/>
|
versión 0.9.36<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.35 </h1>
|
versión 0.9.36 </h1>
|
||||||
|
|
||||||
<h3 align="center">
|
<h3 align="center">
|
||||||
A simple drawing program for children </h3>
|
A simple drawing program for children </h3>
|
||||||
|
|
@ -224,26 +224,11 @@
|
||||||
<section class="indent">
|
<section class="indent">
|
||||||
<header>
|
<header>
|
||||||
<h2>
|
<h2>
|
||||||
D. What's New in Tux Paint version 0.9.35? </h2>
|
D. What's New in Tux Paint version 0.9.36? </h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Improved color picker</dt>
|
<dt></dt>
|
||||||
<dd>Better behavior when clicking/tapping and dragging hue/saturation box and value slider.</dd>
|
|
||||||
|
|
||||||
<dt>Text clipboard paste support</dt>
|
|
||||||
<dd>The "Text" and "Label" tools support pasting the copy/paste clipboard.</dd>
|
|
||||||
|
|
||||||
<dt>"Hearts" Magic tool</dt>
|
|
||||||
<dd>Draw a trail of floating hearts.</dd>
|
|
||||||
|
|
||||||
<dt>"Sparkles" Magic tool</dt>
|
|
||||||
<dd>Draw a trail of falling sparkles.</dd>
|
|
||||||
|
|
||||||
<dt>"Stars" Magic tool</dt>
|
|
||||||
<dd>Draw a trail of stars.</dd>
|
|
||||||
|
|
||||||
<dt>Documentation translated to Swedish</dt>
|
|
||||||
<dd></dd>
|
<dd></dd>
|
||||||
</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.35<br/>
|
versión 0.9.36<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.35<br/>
|
versión 0.9.36<br/>
|
||||||
SVG Documentation </h1>
|
SVG Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>
|
<title>
|
||||||
Tux Paint 0.9.35 Quickstart Guide </title>
|
Tux Paint 0.9.36 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.35 Quickstart Guide</h1>
|
<h1>Tux Paint 0.9.36 Quickstart Guide</h1>
|
||||||
|
|
||||||
<h2>Tools (Drawing)</h2>
|
<h2>Tools (Drawing)</h2>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.35
|
version 0.9.36
|
||||||
|
|
||||||
## Un programme simple pour les enfants ##
|
## Un programme simple pour les enfants ##
|
||||||
|
|
||||||
|
|
@ -102,26 +102,9 @@ 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.35 de Tux Paint ? ###
|
### D. Qu'y a-t-il de neuf dans la version 0.9.36 de Tux Paint ? ###
|
||||||
|
|
||||||
→ Sélecteur de couleur amélioré ←
|
→ ←
|
||||||
Meilleur comportement lors du clic/tapper et du déplacement de la boîte de
|
|
||||||
teinte/saturation et du curseur pour choisir la valeur.
|
|
||||||
|
|
||||||
→ Support pour le presse-papier ←
|
|
||||||
Les outils "Texte" et "Étiquette" prennent en charge le copier/coller avec
|
|
||||||
le presse-papiers.
|
|
||||||
|
|
||||||
→ Outil Magie "Coeurs" ←
|
|
||||||
Dessine une suite de coeurs flottants.
|
|
||||||
|
|
||||||
→ Outil Magie "Étincelles" ←
|
|
||||||
Dessine une suite d'étincelles tombantes.
|
|
||||||
|
|
||||||
→ Outil Magie "Étoiles" ←
|
|
||||||
Dessine une suite d'étoiles.
|
|
||||||
|
|
||||||
→ Documentation traduite en Suédois ←
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.35<br/>
|
version 0.9.36<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.35<br/>
|
version 0.9.36<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.35 </h1>
|
version 0.9.36 </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2025 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2002-2025 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.35<br/>
|
version 0.9.36<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.35<br/>
|
version 0.9.36<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.35 </h1>
|
version 0.9.36 </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.35"). </dd>
|
A string containing the version of Tux Paint that's running (e.g., "0.9.36"). </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.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>
|
<b>Note:</b> This version number does not correspond to Tux Paint's own release number (e.g., "0.9.36"). 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.35 </h1>
|
version 0.9.36 </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.35<br/>
|
version 0.9.36<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.35 </h1>
|
version 0.9.36 </h1>
|
||||||
|
|
||||||
<h3 align="center">
|
<h3 align="center">
|
||||||
Un programme simple pour les enfants </h3>
|
Un programme simple pour les enfants </h3>
|
||||||
|
|
@ -224,26 +224,11 @@
|
||||||
<section class="indent">
|
<section class="indent">
|
||||||
<header>
|
<header>
|
||||||
<h2>
|
<h2>
|
||||||
D. Qu'y a-t-il de neuf dans la version 0.9.35 de Tux Paint ? </h2>
|
D. Qu'y a-t-il de neuf dans la version 0.9.36 de Tux Paint ? </h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Sélecteur de couleur amélioré</dt>
|
<dt></dt>
|
||||||
<dd>Meilleur comportement lors du clic/tapper et du déplacement de la boîte de teinte/saturation et du curseur pour choisir la valeur.</dd>
|
|
||||||
|
|
||||||
<dt>Support pour le presse-papier</dt>
|
|
||||||
<dd>Les outils "Texte" et "Étiquette" prennent en charge le copier/coller avec le presse-papiers.</dd>
|
|
||||||
|
|
||||||
<dt>Outil Magie "Coeurs"</dt>
|
|
||||||
<dd>Dessine une suite de coeurs flottants.</dd>
|
|
||||||
|
|
||||||
<dt>Outil Magie "Étincelles"</dt>
|
|
||||||
<dd>Dessine une suite d'étincelles tombantes.</dd>
|
|
||||||
|
|
||||||
<dt>Outil Magie "Étoiles"</dt>
|
|
||||||
<dd>Dessine une suite d'étoiles.</dd>
|
|
||||||
|
|
||||||
<dt>Documentation traduite en Suédois</dt>
|
|
||||||
<dd></dd>
|
<dd></dd>
|
||||||
</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.35<br/>
|
version 0.9.36<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.35<br/>
|
version 0.9.36<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.35 pour Tux Paint </title>
|
Guide de démarrage rapide 0.9.36 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.35 pour Tux Paint</h1>
|
<h1>Guide de démarrage rapide 0.9.36 pour Tux Paint</h1>
|
||||||
|
|
||||||
<h2>Outils (dessin)</h2>
|
<h2>Outils (dessin)</h2>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.35
|
versión 0.9.36
|
||||||
|
|
||||||
## Un sinxelo programa de debuxo para cativos ##
|
## Un sinxelo programa de debuxo para cativos ##
|
||||||
|
|
||||||
|
|
@ -98,25 +98,9 @@ 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.35? ###
|
### D. What's New in Tux Paint version 0.9.36? ###
|
||||||
|
|
||||||
→ Improved color picker ←
|
→ ←
|
||||||
Better behavior when clicking/tapping and dragging hue/saturation box and
|
|
||||||
value slider.
|
|
||||||
|
|
||||||
→ Text clipboard paste support ←
|
|
||||||
The "Text" and "Label" tools support pasting the copy/paste clipboard.
|
|
||||||
|
|
||||||
→ "Hearts" Magic tool ←
|
|
||||||
Draw a trail of floating hearts.
|
|
||||||
|
|
||||||
→ "Sparkles" Magic tool ←
|
|
||||||
Draw a trail of falling sparkles.
|
|
||||||
|
|
||||||
→ "Stars" Magic tool ←
|
|
||||||
Draw a trail of stars.
|
|
||||||
|
|
||||||
→ Documentation translated to Swedish ←
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.35<br/>
|
versión 0.9.36<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.35<br/>
|
versión 0.9.36<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.35 </h1>
|
versión 0.9.36 </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2025 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2002-2025 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.35<br/>
|
versión 0.9.36<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.35<br/>
|
versión 0.9.36<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.35 </h1>
|
version 0.9.36 </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.35"). </dd>
|
A string containing the version of Tux Paint that's running (e.g., "0.9.36"). </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.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>
|
<b>Note:</b> This version number does not correspond to Tux Paint's own release number (e.g., "0.9.36"). 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.35 </h1>
|
versión 0.9.36 </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.35<br/>
|
versión 0.9.36<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.35 </h1>
|
versión 0.9.36 </h1>
|
||||||
|
|
||||||
<h3 align="center">
|
<h3 align="center">
|
||||||
Un sinxelo programa de debuxo para cativos </h3>
|
Un sinxelo programa de debuxo para cativos </h3>
|
||||||
|
|
@ -224,26 +224,11 @@
|
||||||
<section class="indent">
|
<section class="indent">
|
||||||
<header>
|
<header>
|
||||||
<h2>
|
<h2>
|
||||||
D. What's New in Tux Paint version 0.9.35? </h2>
|
D. What's New in Tux Paint version 0.9.36? </h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Improved color picker</dt>
|
<dt></dt>
|
||||||
<dd>Better behavior when clicking/tapping and dragging hue/saturation box and value slider.</dd>
|
|
||||||
|
|
||||||
<dt>Text clipboard paste support</dt>
|
|
||||||
<dd>The "Text" and "Label" tools support pasting the copy/paste clipboard.</dd>
|
|
||||||
|
|
||||||
<dt>"Hearts" Magic tool</dt>
|
|
||||||
<dd>Draw a trail of floating hearts.</dd>
|
|
||||||
|
|
||||||
<dt>"Sparkles" Magic tool</dt>
|
|
||||||
<dd>Draw a trail of falling sparkles.</dd>
|
|
||||||
|
|
||||||
<dt>"Stars" Magic tool</dt>
|
|
||||||
<dd>Draw a trail of stars.</dd>
|
|
||||||
|
|
||||||
<dt>Documentation translated to Swedish</dt>
|
|
||||||
<dd></dd>
|
<dd></dd>
|
||||||
</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.35<br/>
|
versión 0.9.36<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.35<br/>
|
versión 0.9.36<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.35 Quickstart Guide </title>
|
Tux Paint 0.9.36 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.35 Quickstart Guide</h1>
|
<h1>Tux Paint 0.9.36 Quickstart Guide</h1>
|
||||||
|
|
||||||
<h2>Tools (Drawing)</h2>
|
<h2>Tools (Drawing)</h2>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.35
|
version 0.9.36
|
||||||
|
|
||||||
## A simple drawing program for children ##
|
## A simple drawing program for children ##
|
||||||
|
|
||||||
|
|
@ -97,25 +97,9 @@ 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.35? ###
|
### D. What's New in Tux Paint version 0.9.36? ###
|
||||||
|
|
||||||
→ Improved color picker ←
|
→ ←
|
||||||
Better behavior when clicking/tapping and dragging hue/saturation box and
|
|
||||||
value slider.
|
|
||||||
|
|
||||||
→ Text clipboard paste support ←
|
|
||||||
The "Text" and "Label" tools support pasting the copy/paste clipboard.
|
|
||||||
|
|
||||||
→ "Hearts" Magic tool ←
|
|
||||||
Draw a trail of floating hearts.
|
|
||||||
|
|
||||||
→ "Sparkles" Magic tool ←
|
|
||||||
Draw a trail of falling sparkles.
|
|
||||||
|
|
||||||
→ "Stars" Magic tool ←
|
|
||||||
Draw a trail of stars.
|
|
||||||
|
|
||||||
→ Documentation translated to Swedish ←
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.35<br/>
|
version 0.9.36<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.35<br/>
|
version 0.9.36<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.35 </h1>
|
version 0.9.36 </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2025 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2002-2025 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.35<br/>
|
version 0.9.36<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.35<br/>
|
version 0.9.36<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>
|
||||||
útgáfa 0.9.35 </h1>
|
útgáfa 0.9.36 </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.35"). </dd>
|
A string containing the version of Tux Paint that's running (e.g., "0.9.36"). </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.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>
|
<b>Note:</b> This version number does not correspond to Tux Paint's own release number (e.g., "0.9.36"). 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.35 </h1>
|
version 0.9.36 </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.35<br/>
|
version 0.9.36<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.35 </h1>
|
version 0.9.36 </h1>
|
||||||
|
|
||||||
<h3 align="center">
|
<h3 align="center">
|
||||||
A simple drawing program for children </h3>
|
A simple drawing program for children </h3>
|
||||||
|
|
@ -224,26 +224,11 @@
|
||||||
<section class="indent">
|
<section class="indent">
|
||||||
<header>
|
<header>
|
||||||
<h2>
|
<h2>
|
||||||
D. What's New in Tux Paint version 0.9.35? </h2>
|
D. What's New in Tux Paint version 0.9.36? </h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Improved color picker</dt>
|
<dt></dt>
|
||||||
<dd>Better behavior when clicking/tapping and dragging hue/saturation box and value slider.</dd>
|
|
||||||
|
|
||||||
<dt>Text clipboard paste support</dt>
|
|
||||||
<dd>The "Text" and "Label" tools support pasting the copy/paste clipboard.</dd>
|
|
||||||
|
|
||||||
<dt>"Hearts" Magic tool</dt>
|
|
||||||
<dd>Draw a trail of floating hearts.</dd>
|
|
||||||
|
|
||||||
<dt>"Sparkles" Magic tool</dt>
|
|
||||||
<dd>Draw a trail of falling sparkles.</dd>
|
|
||||||
|
|
||||||
<dt>"Stars" Magic tool</dt>
|
|
||||||
<dd>Draw a trail of stars.</dd>
|
|
||||||
|
|
||||||
<dt>Documentation translated to Swedish</dt>
|
|
||||||
<dd></dd>
|
<dd></dd>
|
||||||
</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.35<br/>
|
version 0.9.36<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.35<br/>
|
version 0.9.36<br/>
|
||||||
SVG Documentation </h1>
|
SVG Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>
|
<title>
|
||||||
Tux Paint 0.9.35 Quickstart Guide </title>
|
Tux Paint 0.9.36 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.35 Quickstart Guide</h1>
|
<h1>Tux Paint 0.9.36 Quickstart Guide</h1>
|
||||||
|
|
||||||
<h2>Tools (Drawing)</h2>
|
<h2>Tools (Drawing)</h2>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
バージョン 0.9.35
|
バージョン 0.9.36
|
||||||
|
|
||||||
## 子供向けのシンプルなお絵かきプログラム ##
|
## 子供向けのシンプルなお絵かきプログラム ##
|
||||||
|
|
||||||
|
|
@ -95,25 +95,9 @@ Tux Paint は、オープンソースのプロジェクトで、GNUの一般公
|
||||||
|
|
||||||
ライセンスの全文は、COPYING.txtをお読みください。
|
ライセンスの全文は、COPYING.txtをお読みください。
|
||||||
|
|
||||||
### D. Tux Paint バージョン 0.9.35 での変更点 ###
|
### D. Tux Paint バージョン 0.9.36 での変更点 ###
|
||||||
|
|
||||||
→ Improved color picker ←
|
→ ←
|
||||||
Better behavior when clicking/tapping and dragging hue/saturation box and
|
|
||||||
value slider.
|
|
||||||
|
|
||||||
→ Text clipboard paste support ←
|
|
||||||
The "Text" and "Label" tools support pasting the copy/paste clipboard.
|
|
||||||
|
|
||||||
→ "Hearts" Magic tool ←
|
|
||||||
Draw a trail of floating hearts.
|
|
||||||
|
|
||||||
→ "Sparkles" Magic tool ←
|
|
||||||
Draw a trail of falling sparkles.
|
|
||||||
|
|
||||||
→ "Stars" Magic tool ←
|
|
||||||
Draw a trail of stars.
|
|
||||||
|
|
||||||
→ Documentation translated to Swedish ←
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
バージョン 0.9.35<br/>
|
バージョン 0.9.36<br/>
|
||||||
スタンプ作成の詳細について </h1>
|
スタンプ作成の詳細について </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
バージョン 0.9.35<br/>
|
バージョン 0.9.36<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>
|
||||||
バージョン 0.9.35 </h1>
|
バージョン 0.9.36 </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2025 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
|
Copyright © 2002-2025 by various contributors; <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>
|
||||||
バージョン 0.9.35<br/>
|
バージョン 0.9.36<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>
|
||||||
バージョン 0.9.35<br/>
|
バージョン 0.9.36<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.35 </h1>
|
version 0.9.36 </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.35"). </dd>
|
A string containing the version of Tux Paint that's running (e.g., "0.9.36"). </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.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>
|
<b>Note:</b> This version number does not correspond to Tux Paint's own release number (e.g., "0.9.36"). 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>
|
||||||
バージョン 0.9.35 </h1>
|
バージョン 0.9.36 </h1>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
各種設定について </h2>
|
各種設定について </h2>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
バージョン 0.9.35<br/>
|
バージョン 0.9.36<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>
|
||||||
バージョン 0.9.35 </h1>
|
バージョン 0.9.36 </h1>
|
||||||
|
|
||||||
<h3 align="center">
|
<h3 align="center">
|
||||||
子供向けのシンプルなお絵かきプログラム </h3>
|
子供向けのシンプルなお絵かきプログラム </h3>
|
||||||
|
|
@ -224,26 +224,11 @@
|
||||||
<section class="indent">
|
<section class="indent">
|
||||||
<header>
|
<header>
|
||||||
<h2>
|
<h2>
|
||||||
D. Tux Paint バージョン 0.9.35 での変更点 </h2>
|
D. Tux Paint バージョン 0.9.36 での変更点 </h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Improved color picker</dt>
|
<dt></dt>
|
||||||
<dd>Better behavior when clicking/tapping and dragging hue/saturation box and value slider.</dd>
|
|
||||||
|
|
||||||
<dt>Text clipboard paste support</dt>
|
|
||||||
<dd>The "Text" and "Label" tools support pasting the copy/paste clipboard.</dd>
|
|
||||||
|
|
||||||
<dt>"Hearts" Magic tool</dt>
|
|
||||||
<dd>Draw a trail of floating hearts.</dd>
|
|
||||||
|
|
||||||
<dt>"Sparkles" Magic tool</dt>
|
|
||||||
<dd>Draw a trail of falling sparkles.</dd>
|
|
||||||
|
|
||||||
<dt>"Stars" Magic tool</dt>
|
|
||||||
<dd>Draw a trail of stars.</dd>
|
|
||||||
|
|
||||||
<dt>Documentation translated to Swedish</dt>
|
|
||||||
<dd></dd>
|
<dd></dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
バージョン 0.9.35<br/>
|
バージョン 0.9.36<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>
|
||||||
バージョン 0.9.35<br/>
|
バージョン 0.9.36<br/>
|
||||||
SVG Documentation </h1>
|
SVG Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>
|
<title>
|
||||||
Tux Paint 0.9.35 クイックスタートガイド </title>
|
Tux Paint 0.9.36 クイックスタートガイド </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.35 クイックスタートガイド</h1>
|
<h1>Tux Paint 0.9.36 クイックスタートガイド</h1>
|
||||||
|
|
||||||
<h2>描画ツール</h2>
|
<h2>描画ツール</h2>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.35
|
version 0.9.36
|
||||||
|
|
||||||
## Një program i thjeshtë vizatimi për fëmijë ##
|
## Një program i thjeshtë vizatimi për fëmijë ##
|
||||||
|
|
||||||
|
|
@ -97,25 +97,9 @@ 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.35? ###
|
### D. What's New in Tux Paint version 0.9.36? ###
|
||||||
|
|
||||||
→ Improved color picker ←
|
→ ←
|
||||||
Better behavior when clicking/tapping and dragging hue/saturation box and
|
|
||||||
value slider.
|
|
||||||
|
|
||||||
→ Text clipboard paste support ←
|
|
||||||
The "Text" and "Label" tools support pasting the copy/paste clipboard.
|
|
||||||
|
|
||||||
→ "Hearts" Magic tool ←
|
|
||||||
Draw a trail of floating hearts.
|
|
||||||
|
|
||||||
→ "Sparkles" Magic tool ←
|
|
||||||
Draw a trail of falling sparkles.
|
|
||||||
|
|
||||||
→ "Stars" Magic tool ←
|
|
||||||
Draw a trail of stars.
|
|
||||||
|
|
||||||
→ Documentation translated to Swedish ←
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.35<br/>
|
version 0.9.36<br/>
|
||||||
“Si-të” të Thelluara rreth Stampash </h1>
|
“Si-të” të Thelluara rreth Stampash </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.35<br/>
|
version 0.9.36<br/>
|
||||||
Dokumentim Ndryshoresh të Mjedisit </h1>
|
Dokumentim Ndryshoresh të Mjedisit </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.35 </h1>
|
version 0.9.36 </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Të drejta kopjimi © 2002-2025 nga kontribues të ndryshëm; shihni <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Të drejta kopjimi © 2002-2025 nga kontribues të ndryshëm; shihni <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.35<br/>
|
version 0.9.36<br/>
|
||||||
Pyetje të Bëra Rëndom </h1>
|
Pyetje të Bëra Rëndom </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.35<br/>
|
version 0.9.36<br/>
|
||||||
Dokumentim Instalimi </h1>
|
Dokumentim Instalimi </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.35 </h1>
|
version 0.9.36 </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.35"). </dd>
|
A string containing the version of Tux Paint that's running (e.g., "0.9.36"). </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.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>
|
<b>Note:</b> This version number does not correspond to Tux Paint's own release number (e.g., "0.9.36"). 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.35 </h1>
|
version 0.9.36 </h1>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Dokumentim Mundësish </h2>
|
Dokumentim Mundësish </h2>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.35<br/>
|
version 0.9.36<br/>
|
||||||
Dokumentim rreth PNG-ve </h1>
|
Dokumentim rreth PNG-ve </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.35 </h1>
|
version 0.9.36 </h1>
|
||||||
|
|
||||||
<h3 align="center">
|
<h3 align="center">
|
||||||
Një program i thjeshtë vizatimi për fëmijë </h3>
|
Një program i thjeshtë vizatimi për fëmijë </h3>
|
||||||
|
|
@ -224,26 +224,11 @@
|
||||||
<section class="indent">
|
<section class="indent">
|
||||||
<header>
|
<header>
|
||||||
<h2>
|
<h2>
|
||||||
D. What's New in Tux Paint version 0.9.35? </h2>
|
D. What's New in Tux Paint version 0.9.36? </h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Improved color picker</dt>
|
<dt></dt>
|
||||||
<dd>Better behavior when clicking/tapping and dragging hue/saturation box and value slider.</dd>
|
|
||||||
|
|
||||||
<dt>Text clipboard paste support</dt>
|
|
||||||
<dd>The "Text" and "Label" tools support pasting the copy/paste clipboard.</dd>
|
|
||||||
|
|
||||||
<dt>"Hearts" Magic tool</dt>
|
|
||||||
<dd>Draw a trail of floating hearts.</dd>
|
|
||||||
|
|
||||||
<dt>"Sparkles" Magic tool</dt>
|
|
||||||
<dd>Draw a trail of falling sparkles.</dd>
|
|
||||||
|
|
||||||
<dt>"Stars" Magic tool</dt>
|
|
||||||
<dd>Draw a trail of stars.</dd>
|
|
||||||
|
|
||||||
<dt>Documentation translated to Swedish</dt>
|
|
||||||
<dd></dd>
|
<dd></dd>
|
||||||
</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.35<br/>
|
version 0.9.36<br/>
|
||||||
Dokumentim Sinjalesh </h1>
|
Dokumentim Sinjalesh </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
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