Sync docs; update org.tuxpaint.Tuxpaint.appdata.xml.in

Syncing docs to grab version & date updates, MAGIC-API tweak,
and updated quickstart guide.

Update `org.tuxpaint.Tuxpaint.appdata.xml.in` to mention
2- and 3-point perspective, and "complexity" option, too.

Regen. POT & PO files to grab new strings from appdata file.
This commit is contained in:
Bill Kendrick 2024-01-01 11:06:48 -08:00
parent bd5d7e5fb7
commit c4a42b6a90
169 changed files with 20477 additions and 17480 deletions

View file

@ -2,11 +2,11 @@ AUTHORS.txt for Tux Paint
Tux Paint - A simple drawing program for children.
Copyright (c) 2002-2023
Copyright (c) 2002-2024
Various contributors (see below, and CHANGES.txt)
https://tuxpaint.org/
June 17, 2002 - December 23, 2023
June 17, 2002 - January 1, 2024
* Design and Coding:

View file

@ -2,11 +2,11 @@ CHANGES.txt for Tux Paint
Tux Paint - A simple drawing program for children.
Copyright (c) 2002-2023
Copyright (c) 2002-2024
Various contributors (see below, and AUTHORS.txt)
https://tuxpaint.org/
2023.December.30 (0.9.32)
2024.January.1 (0.9.32)
* Improvements to Magic tools:
----------------------------
* Support for complexity levels in Magic tools via the plugin API.

View file

@ -3,10 +3,10 @@
Magic Tool Plugin API Documentation
Copyright © 2007-2023 by various contributors; see AUTHORS.txt.
Copyright © 2007-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
July 17, 2023
January 1, 2024
+--------------------------------------------------+
| Table of Contents |
@ -203,9 +203,10 @@ int init(magic_api * api, Uint8 disabled_features, Uint8 complexity_level)
The complexity_level variable contains the "complexity level" that Tux
Paint magic tools may offer — that is, the expertise level of the user. The
levels are defined in tp_magic_api.h:
+ MAGIC_COMPLEXITY_ADVANCED: Advanced (default) (--complexity=advanced)
+ MAGIC_COMPLEXITY_BEGINNER: Beginner (--complexity=beginner)
+ MAGIC_COMPLEXITY_Novice: Novice (--complexity=novice)
+ MAGIC_COMPLEXITY_NOVICE (0): Novice (--complexity=novice)
+ MAGIC_COMPLEXITY_BEGINNER (1): Beginner (--complexity=beginner)
+ MAGIC_COMPLEXITY_ADVANCED (2): Advanced (default) (--complexity=
advanced)
Your Magic tool(s) may wish to react differently depending on the expertise
level of the user, either simplifying how each tool works, or excluding one
or all of them entirely. (For example, the 1-, 2-, and 3-point perspective

View file

@ -3,10 +3,10 @@
A simple drawing program for children
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
December 23, 2023
January 1, 2024
+-------------------------------------------------+
| Table of Contents |

View file

@ -97,12 +97,12 @@
Magic Tool Plugin API Documentation </h2>
<p>
Copyright &copy; 2007-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
Copyright &copy; 2007-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p>
<p>
July 17, 2023 </p>
January 1, 2024 </p>
</center>
</header>
@ -298,11 +298,11 @@
<p>
The <code>complexity_level</code> variable contains the "complexity level" that Tux Paint magic tools may offer &mdash; that is, the expertise level of the user. The levels are defined in <code>tp_magic_api.h</code>: <ul>
<li>
<code>MAGIC_COMPLEXITY_ADVANCED</code>: Advanced (default) (<code>--complexity=advanced</code>) </li>
<code>MAGIC_COMPLEXITY_NOVICE</code> (0): Novice (<code>--complexity=novice</code>) </li>
<li>
<code>MAGIC_COMPLEXITY_BEGINNER</code>: Beginner (<code>--complexity=beginner</code>) </li>
<code>MAGIC_COMPLEXITY_BEGINNER</code> (1): Beginner (<code>--complexity=beginner</code>) </li>
<li>
<code>MAGIC_COMPLEXITY_Novice</code>: Novice (<code>--complexity=novice</code>) </li>
<code>MAGIC_COMPLEXITY_ADVANCED</code> (2): Advanced (default) (<code>--complexity=advanced</code>) </li>
</ul>
Your Magic tool(s) may wish to react differently depending on the expertise level of the user, either simplifying how each tool works, or excluding one or all of them entirely. (For example, the 1-, 2-, and 3-point perspective toolsets are totally inactive when in "novice" mode. In "beginner" mode, the drawing tools are available, but the tools to edit the vanishing point positions are disabled; the default vanishing points are used. In fact, in "beginner" mode, an additional 3-point perspective drawing tool appears, with alternative vanishing points.) </p>
<p>

View file

@ -97,12 +97,12 @@
A simple drawing program for children </h3>
<p>
Copyright &copy; 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br/>
Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br/>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p>
<p>
December 23, 2023 </p>
January 1, 2024 </p>
</center>
</header>
<table border="2"

View file

@ -2,7 +2,7 @@
<html>
<head>
<title>
Tux Paint 0.9.29 Quickstart Guide </title>
Tux Paint 0.9.32 Quickstart Guide </title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8" />
</head>
@ -12,7 +12,7 @@
vlink="#FF0000"
alink="#FF00FF">
<h1>Tux Paint 0.9.29 Quickstart Guide</h1>
<h1>Tux Paint 0.9.32 Quickstart Guide</h1>
<h2>Tools (Drawing)</h2>
@ -112,13 +112,13 @@
<h3>🖓Undo</h3>
<ul>
<li>Use to undo the most recent changes (multiple undo available).</li>
<li>Shortcut: [Ctrl]+[Z]</li>
<li>Shortcut: [Control]+[Z]</li>
</ul>
<h3>🖒Redo</h3>
<ul>
<li>Use to redo the most recent undone change (multiple redo available).</li>
<li>Shortcut: [Ctrl]+[R]</li>
<li>Shortcut: [Control]+[R]</li>
</ul>
<h3>◪Eraser</h3>
@ -141,7 +141,7 @@
</li>
<li>Click/tap "🕮⮫Open" to begin a new drawing.</li>
<li>Click/tap "⤺Back" to abort and return to your current drawing.</li>
<li>Shortcut: [Ctrl]+[N]</li>
<li>Shortcut: [Control]+[N]</li>
</ul>
<h3>🕮⮫Open</h3>
@ -161,27 +161,27 @@
</ul>
</li>
<li>Click/tap "🖻⮫🗏Template" to turn the drawing into a new template.</li>
<li>Shortcut: [Ctrl]+[O]</li>
<li>Shortcut: [Control]+[O]</li>
</ul>
<h3>🕮⮪Save</h3>
<ul>
<li>Click/tap to save your drawing.</li>
<li>If you've saved previously, you'll be prompted whether to overwrite the previously-saved drawing (a la "File→Save") or create a new saved drawing (a la "File→Save As...")</li>
<li>Shortcut: [Ctrl]+[S]</li>
<li>Shortcut: [Control]+[S]</li>
</ul>
<h3>🖶Print</h3>
<ul>
<li>Click/tap to print your drawing.</li>
<li>Hold [Alt] or [Option] while clicking/tapping to bring up printer dialog, if available.</li>
<li>Shortcut: [Ctrl]+[P]</li>
<li>Shortcut: [Control]+[P]</li>
</ul>
<h3>🗙Quit</h3>
<ul>
<li>Click/tap to quit Tux Paint.</li>
<li>Shortcut: [Esc]</li>
<li>Shortcut: [Escape]</li>
</ul>
<h2>Colors</h2>
@ -189,7 +189,7 @@
<li>Click/tap to choose a color to use with the Paint, Lines, and Shapes tools, and Stamps and Magic tools that support colors.</li>
<li>
Use the pipette / color picker 💉 button to choose a color from a pixel in your current drawing. <ul>
<li>Shortcut: When colors are available, press [Ctrl] and click/tap in your drawing, to quickly pick a color from your drawing.</li>
<li>Shortcut: When colors are available, press [Control] and click/tap in your drawing, to quickly pick a color from your drawing.</li>
</ul>
</li>
<li>
@ -212,20 +212,20 @@
<h2>Shortcuts while drawing:</h2>
<ul>
<li>[Ctrl]+Click/tap - Quick pipette / color picker 💉 access</li>
<li>[Control]+Click/tap - Quick pipette / color picker 💉 access</li>
<li>[X]+Click/tap - Quick eraser ◪ access</li>
<li>[Ctrl]+[Z] - 🖓Undo</li>
<li>[Ctrl]+[R] - 🖒Redo</li>
<li>[Ctrl]+[N] - 🗏New</li>
<li>[Ctrl]+[O] - 🕮⮫Open</li>
<li>[Ctrl]+[S] - 🕮⮪Save</li>
<li>[Ctrl]+[P] - 🖶Print</li>
<li>[Control]+[Z] - 🖓Undo</li>
<li>[Control]+[R] - 🖒Redo</li>
<li>[Control]+[N] - 🗏New</li>
<li>[Control]+[O] - 🕮⮫Open</li>
<li>[Control]+[S] - 🕮⮪Save</li>
<li>[Control]+[P] - 🖶Print</li>
<li>[Alt]+[S] - Toggle sound effects on/off</li>
<li>[Esc] - ⤺Back or 🗙Quit</li>
<li>[Escape] - ⤺Back or 🗙Quit</li>
</ul>
<p>
<em>Last updated: July 19, 2023</em>
<em>Last updated: January 1, 2024</em>
</p>
</body>

View file

@ -1,4 +1,4 @@
Tux Paint 0.9.29 Quickstart Guide
Tux Paint 0.9.32 Quickstart Guide
Tools (Drawing)
@ -104,12 +104,12 @@ Tools (Drawing)
🖓Undo
* Use to undo the most recent changes (multiple undo available).
* Shortcut: [Ctrl]+[Z]
* Shortcut: [Control]+[Z]
🖒Redo
* Use to redo the most recent undone change (multiple redo available).
* Shortcut: [Ctrl]+[R]
* Shortcut: [Control]+[R]
◪Eraser
@ -129,7 +129,7 @@ Tools (Controls)
+ Eraser tool ◪ reveals the solid color, or starter/template background.
* Click/tap "🕮⮫Open" to begin a new drawing.
* Click/tap "⤺Back" to abort and return to your current drawing.
* Shortcut: [Ctrl]+[N]
* Shortcut: [Control]+[N]
🕮⮫Open
@ -148,7 +148,7 @@ Tools (Controls)
your system's "Pictures" folder.
+ Click/tap "⤺Back" to return to the Open dialog.
* Click/tap "🖻⮫🗏Template" to turn the drawing into a new template.
* Shortcut: [Ctrl]+[O]
* Shortcut: [Control]+[O]
🕮⮪Save
@ -156,19 +156,19 @@ Tools (Controls)
* If you've saved previously, you'll be prompted whether to overwrite the
previously-saved drawing (a la "File→Save") or create a new saved drawing
(a la "File→Save As...")
* Shortcut: [Ctrl]+[S]
* Shortcut: [Control]+[S]
🖶Print
* Click/tap to print your drawing.
* Hold [Alt] or [Option] while clicking/tapping to bring up printer dialog,
if available.
* Shortcut: [Ctrl]+[P]
* Shortcut: [Control]+[P]
🗙Quit
* Click/tap to quit Tux Paint.
* Shortcut: [Esc]
* Shortcut: [Escape]
Colors
@ -176,8 +176,8 @@ Colors
and Stamps and Magic tools that support colors.
* Use the pipette / color picker 💉 button to choose a color from a pixel in
your current drawing.
+ Shortcut: When colors are available, press [Ctrl] and click/tap in your
drawing, to quickly pick a color from your drawing.
+ Shortcut: When colors are available, press [Control] and click/tap in
your drawing, to quickly pick a color from your drawing.
* Click/tap the rainbow 🌈 button to choose a arbitrary color.
+ Click/tap in the rainbow square to pick a color (hue and saturation).
+ Click/tap in the grey gradient bar to adjust brightness (value).
@ -196,16 +196,16 @@ Colors
Shortcuts while drawing:
* [Ctrl]+Click/tap - Quick pipette / color picker 💉 access
* [Control]+Click/tap - Quick pipette / color picker 💉 access
* [X]+Click/tap - Quick eraser ◪ access
* [Ctrl]+[Z] - 🖓Undo
* [Ctrl]+[R] - 🖒Redo
* [Ctrl]+[N] - 🗏New
* [Ctrl]+[O] - 🕮⮫Open
* [Ctrl]+[S] - 🕮⮪Save
* [Ctrl]+[P] - 🖶Print
* [Control]+[Z] - 🖓Undo
* [Control]+[R] - 🖒Redo
* [Control]+[N] - 🗏New
* [Control]+[O] - 🕮⮫Open
* [Control]+[S] - 🕮⮪Save
* [Control]+[P] - 🖶Print
* [Alt]+[S] - Toggle sound effects on/off
* [Esc] - ⤺Back or 🗙Quit
* [Escape] - ⤺Back or 🗙Quit
Last updated: July 19, 2023
Last updated: January 1, 2024

View file

@ -3,10 +3,10 @@
Magic Tool Plugin API Documentation
Copyright © 2007-2023 by various contributors; see AUTHORS.txt.
Copyright © 2007-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
julio 17, 2023
enero 1, 2024
+--------------------------------------------------+
| Table of Contents |
@ -203,9 +203,10 @@ int init(magic_api * api, Uint8 disabled_features, Uint8 complexity_level)
The complexity_level variable contains the "complexity level" that Tux
Paint magic tools may offer — that is, the expertise level of the user. The
levels are defined in tp_magic_api.h:
+ MAGIC_COMPLEXITY_ADVANCED: Advanced (default) (--complexity=advanced)
+ MAGIC_COMPLEXITY_BEGINNER: Beginner (--complexity=beginner)
+ MAGIC_COMPLEXITY_Novice: Novice (--complexity=novice)
+ MAGIC_COMPLEXITY_NOVICE (0): Novice (--complexity=novice)
+ MAGIC_COMPLEXITY_BEGINNER (1): Beginner (--complexity=beginner)
+ MAGIC_COMPLEXITY_ADVANCED (2): Advanced (default) (--complexity=
advanced)
Your Magic tool(s) may wish to react differently depending on the expertise
level of the user, either simplifying how each tool works, or excluding one
or all of them entirely. (For example, the 1-, 2-, and 3-point perspective

View file

@ -3,10 +3,10 @@
A simple drawing program for children
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
diciembre 23, 2023
enero 1, 2024
+-------------------------------------------------+
| Table of Contents |

View file

@ -97,12 +97,12 @@
Magic Tool Plugin API Documentation </h2>
<p>
Copyright &copy; 2007-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
Copyright &copy; 2007-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p>
<p>
julio 17, 2023 </p>
enero 1, 2024 </p>
</center>
</header>
@ -298,11 +298,11 @@
<p>
The <code>complexity_level</code> variable contains the "complexity level" that Tux Paint magic tools may offer &mdash; that is, the expertise level of the user. The levels are defined in <code>tp_magic_api.h</code>: <ul>
<li>
<code>MAGIC_COMPLEXITY_ADVANCED</code>: Advanced (default) (<code>--complexity=advanced</code>) </li>
<code>MAGIC_COMPLEXITY_NOVICE</code> (0): Novice (<code>--complexity=novice</code>) </li>
<li>
<code>MAGIC_COMPLEXITY_BEGINNER</code>: Beginner (<code>--complexity=beginner</code>) </li>
<code>MAGIC_COMPLEXITY_BEGINNER</code> (1): Beginner (<code>--complexity=beginner</code>) </li>
<li>
<code>MAGIC_COMPLEXITY_Novice</code>: Novice (<code>--complexity=novice</code>) </li>
<code>MAGIC_COMPLEXITY_ADVANCED</code> (2): Advanced (default) (<code>--complexity=advanced</code>) </li>
</ul>
Your Magic tool(s) may wish to react differently depending on the expertise level of the user, either simplifying how each tool works, or excluding one or all of them entirely. (For example, the 1-, 2-, and 3-point perspective toolsets are totally inactive when in "novice" mode. In "beginner" mode, the drawing tools are available, but the tools to edit the vanishing point positions are disabled; the default vanishing points are used. In fact, in "beginner" mode, an additional 3-point perspective drawing tool appears, with alternative vanishing points.) </p>
<p>

View file

@ -97,12 +97,12 @@
A simple drawing program for children </h3>
<p>
Copyright &copy; 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br/>
Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br/>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p>
<p>
diciembre 23, 2023 </p>
enero 1, 2024 </p>
</center>
</header>
<table border="2"

View file

@ -2,7 +2,7 @@
<html>
<head>
<title>
Tux Paint 0.9.29 Quickstart Guide </title>
Tux Paint 0.9.32 Quickstart Guide </title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8" />
</head>
@ -12,7 +12,7 @@
vlink="#FF0000"
alink="#FF00FF">
<h1>Tux Paint 0.9.29 Quickstart Guide</h1>
<h1>Tux Paint 0.9.32 Quickstart Guide</h1>
<h2>Tools (Drawing)</h2>
@ -112,13 +112,13 @@
<h3>🖓Undo</h3>
<ul>
<li>Use to undo the most recent changes (multiple undo available).</li>
<li>Shortcut: [Ctrl]+[Z]</li>
<li>Shortcut: [Control]+[Z]</li>
</ul>
<h3>🖒Redo</h3>
<ul>
<li>Use to redo the most recent undone change (multiple redo available).</li>
<li>Shortcut: [Ctrl]+[R]</li>
<li>Shortcut: [Control]+[R]</li>
</ul>
<h3>◪Eraser</h3>
@ -141,7 +141,7 @@
</li>
<li>Click/tap "🕮⮫Open" to begin a new drawing.</li>
<li>Click/tap "⤺Back" to abort and return to your current drawing.</li>
<li>Shortcut: [Ctrl]+[N]</li>
<li>Shortcut: [Control]+[N]</li>
</ul>
<h3>🕮⮫Open</h3>
@ -161,27 +161,27 @@
</ul>
</li>
<li>Click/tap "🖻⮫🗏Template" to turn the drawing into a new template.</li>
<li>Shortcut: [Ctrl]+[O]</li>
<li>Shortcut: [Control]+[O]</li>
</ul>
<h3>🕮⮪Save</h3>
<ul>
<li>Click/tap to save your drawing.</li>
<li>If you've saved previously, you'll be prompted whether to overwrite the previously-saved drawing (a la "File→Save") or create a new saved drawing (a la "File→Save As...")</li>
<li>Shortcut: [Ctrl]+[S]</li>
<li>Shortcut: [Control]+[S]</li>
</ul>
<h3>🖶Print</h3>
<ul>
<li>Click/tap to print your drawing.</li>
<li>Hold [Alt] or [Option] while clicking/tapping to bring up printer dialog, if available.</li>
<li>Shortcut: [Ctrl]+[P]</li>
<li>Shortcut: [Control]+[P]</li>
</ul>
<h3>🗙Quit</h3>
<ul>
<li>Click/tap to quit Tux Paint.</li>
<li>Shortcut: [Esc]</li>
<li>Shortcut: [Escape]</li>
</ul>
<h2>Colors</h2>
@ -189,7 +189,7 @@
<li>Click/tap to choose a color to use with the Paint, Lines, and Shapes tools, and Stamps and Magic tools that support colors.</li>
<li>
Use the pipette / color picker 💉 button to choose a color from a pixel in your current drawing. <ul>
<li>Shortcut: When colors are available, press [Ctrl] and click/tap in your drawing, to quickly pick a color from your drawing.</li>
<li>Shortcut: When colors are available, press [Control] and click/tap in your drawing, to quickly pick a color from your drawing.</li>
</ul>
</li>
<li>
@ -212,20 +212,20 @@
<h2>Shortcuts while drawing:</h2>
<ul>
<li>[Ctrl]+Click/tap - Quick pipette / color picker 💉 access</li>
<li>[Control]+Click/tap - Quick pipette / color picker 💉 access</li>
<li>[X]+Click/tap - Quick eraser ◪ access</li>
<li>[Ctrl]+[Z] - 🖓Undo</li>
<li>[Ctrl]+[R] - 🖒Redo</li>
<li>[Ctrl]+[N] - 🗏New</li>
<li>[Ctrl]+[O] - 🕮⮫Open</li>
<li>[Ctrl]+[S] - 🕮⮪Save</li>
<li>[Ctrl]+[P] - 🖶Print</li>
<li>[Control]+[Z] - 🖓Undo</li>
<li>[Control]+[R] - 🖒Redo</li>
<li>[Control]+[N] - 🗏New</li>
<li>[Control]+[O] - 🕮⮫Open</li>
<li>[Control]+[S] - 🕮⮪Save</li>
<li>[Control]+[P] - 🖶Print</li>
<li>[Alt]+[S] - Toggle sound effects on/off</li>
<li>[Esc] - ⤺Back or 🗙Quit</li>
<li>[Escape] - ⤺Back or 🗙Quit</li>
</ul>
<p>
<em>Last updated: julio 19, 2023</em>
<em>Last updated: enero 1, 2024</em>
</p>
</body>

View file

@ -1,4 +1,4 @@
Tux Paint 0.9.29 Quickstart Guide
Tux Paint 0.9.32 Quickstart Guide
Tools (Drawing)
@ -104,12 +104,12 @@ Tools (Drawing)
🖓Undo
* Use to undo the most recent changes (multiple undo available).
* Shortcut: [Ctrl]+[Z]
* Shortcut: [Control]+[Z]
🖒Redo
* Use to redo the most recent undone change (multiple redo available).
* Shortcut: [Ctrl]+[R]
* Shortcut: [Control]+[R]
◪Eraser
@ -129,7 +129,7 @@ Tools (Controls)
+ Eraser tool ◪ reveals the solid color, or starter/template background.
* Click/tap "🕮⮫Open" to begin a new drawing.
* Click/tap "⤺Back" to abort and return to your current drawing.
* Shortcut: [Ctrl]+[N]
* Shortcut: [Control]+[N]
🕮⮫Open
@ -148,7 +148,7 @@ Tools (Controls)
your system's "Pictures" folder.
+ Click/tap "⤺Back" to return to the Open dialog.
* Click/tap "🖻⮫🗏Template" to turn the drawing into a new template.
* Shortcut: [Ctrl]+[O]
* Shortcut: [Control]+[O]
🕮⮪Save
@ -156,19 +156,19 @@ Tools (Controls)
* If you've saved previously, you'll be prompted whether to overwrite the
previously-saved drawing (a la "File→Save") or create a new saved drawing
(a la "File→Save As...")
* Shortcut: [Ctrl]+[S]
* Shortcut: [Control]+[S]
🖶Print
* Click/tap to print your drawing.
* Hold [Alt] or [Option] while clicking/tapping to bring up printer dialog,
if available.
* Shortcut: [Ctrl]+[P]
* Shortcut: [Control]+[P]
🗙Quit
* Click/tap to quit Tux Paint.
* Shortcut: [Esc]
* Shortcut: [Escape]
Colors
@ -176,8 +176,8 @@ Colors
and Stamps and Magic tools that support colors.
* Use the pipette / color picker 💉 button to choose a color from a pixel in
your current drawing.
+ Shortcut: When colors are available, press [Ctrl] and click/tap in your
drawing, to quickly pick a color from your drawing.
+ Shortcut: When colors are available, press [Control] and click/tap in
your drawing, to quickly pick a color from your drawing.
* Click/tap the rainbow 🌈 button to choose a arbitrary color.
+ Click/tap in the rainbow square to pick a color (hue and saturation).
+ Click/tap in the grey gradient bar to adjust brightness (value).
@ -196,16 +196,16 @@ Colors
Shortcuts while drawing:
* [Ctrl]+Click/tap - Quick pipette / color picker 💉 access
* [Control]+Click/tap - Quick pipette / color picker 💉 access
* [X]+Click/tap - Quick eraser ◪ access
* [Ctrl]+[Z] - 🖓Undo
* [Ctrl]+[R] - 🖒Redo
* [Ctrl]+[N] - 🗏New
* [Ctrl]+[O] - 🕮⮫Open
* [Ctrl]+[S] - 🕮⮪Save
* [Ctrl]+[P] - 🖶Print
* [Control]+[Z] - 🖓Undo
* [Control]+[R] - 🖒Redo
* [Control]+[N] - 🗏New
* [Control]+[O] - 🕮⮫Open
* [Control]+[S] - 🕮⮪Save
* [Control]+[P] - 🖶Print
* [Alt]+[S] - Toggle sound effects on/off
* [Esc] - ⤺Back or 🗙Quit
* [Escape] - ⤺Back or 🗙Quit
Last updated: julio 19, 2023
Last updated: enero 1, 2024

View file

@ -3,10 +3,10 @@
Magic Tool Plugin API Documentation
Copyright © 2007-2023 by various contributors; see AUTHORS.txt.
Copyright © 2007-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
juillet 17, 2023
janvier 1, 2024
+--------------------------------------------------+
| Table of Contents |
@ -203,9 +203,10 @@ int init(magic_api * api, Uint8 disabled_features, Uint8 complexity_level)
The complexity_level variable contains the "complexity level" that Tux
Paint magic tools may offer — that is, the expertise level of the user. The
levels are defined in tp_magic_api.h:
+ MAGIC_COMPLEXITY_ADVANCED: Advanced (default) (--complexity=advanced)
+ MAGIC_COMPLEXITY_BEGINNER: Beginner (--complexity=beginner)
+ MAGIC_COMPLEXITY_Novice: Novice (--complexity=novice)
+ MAGIC_COMPLEXITY_NOVICE (0): Novice (--complexity=novice)
+ MAGIC_COMPLEXITY_BEGINNER (1): Beginner (--complexity=beginner)
+ MAGIC_COMPLEXITY_ADVANCED (2): Advanced (default) (--complexity=
advanced)
Your Magic tool(s) may wish to react differently depending on the expertise
level of the user, either simplifying how each tool works, or excluding one
or all of them entirely. (For example, the 1-, 2-, and 3-point perspective

View file

@ -3,10 +3,10 @@
Un programme simple pour les enfants
Copyright © 2002-2023 by divers contributeurs; voir AUTHORS.txt.
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
https://tuxpaint.org/
décembre 23, 2023
janvier 1, 2024
+-------------------------------------------------------+
| Table des matières |

View file

@ -97,12 +97,12 @@
Magic Tool Plugin API Documentation </h2>
<p>
Copyright &copy; 2007-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
Copyright &copy; 2007-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p>
<p>
juillet 17, 2023 </p>
janvier 1, 2024 </p>
</center>
</header>
@ -298,11 +298,11 @@
<p>
The <code>complexity_level</code> variable contains the "complexity level" that Tux Paint magic tools may offer &mdash; that is, the expertise level of the user. The levels are defined in <code>tp_magic_api.h</code>: <ul>
<li>
<code>MAGIC_COMPLEXITY_ADVANCED</code>: Advanced (default) (<code>--complexity=advanced</code>) </li>
<code>MAGIC_COMPLEXITY_NOVICE</code> (0): Novice (<code>--complexity=novice</code>) </li>
<li>
<code>MAGIC_COMPLEXITY_BEGINNER</code>: Beginner (<code>--complexity=beginner</code>) </li>
<code>MAGIC_COMPLEXITY_BEGINNER</code> (1): Beginner (<code>--complexity=beginner</code>) </li>
<li>
<code>MAGIC_COMPLEXITY_Novice</code>: Novice (<code>--complexity=novice</code>) </li>
<code>MAGIC_COMPLEXITY_ADVANCED</code> (2): Advanced (default) (<code>--complexity=advanced</code>) </li>
</ul>
Your Magic tool(s) may wish to react differently depending on the expertise level of the user, either simplifying how each tool works, or excluding one or all of them entirely. (For example, the 1-, 2-, and 3-point perspective toolsets are totally inactive when in "novice" mode. In "beginner" mode, the drawing tools are available, but the tools to edit the vanishing point positions are disabled; the default vanishing points are used. In fact, in "beginner" mode, an additional 3-point perspective drawing tool appears, with alternative vanishing points.) </p>
<p>

View file

@ -97,12 +97,12 @@
Un programme simple pour les enfants </h3>
<p>
Copyright &copy; 2002-2023 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br/>
Copyright &copy; 2002-2024 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br/>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p>
<p>
décembre 23, 2023 </p>
janvier 1, 2024 </p>
</center>
</header>
<table border="2"

View file

@ -2,7 +2,7 @@
<html>
<head>
<title>
Guide de démarrage rapide 0.9.29 pour Tux Paint </title>
Guide de démarrage rapide 0.9.32 pour Tux Paint </title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8" />
</head>
@ -12,7 +12,7 @@
vlink="#FF0000"
alink="#FF00FF">
<h1>Guide de démarrage rapide 0.9.29 pour Tux Paint</h1>
<h1>Guide de démarrage rapide 0.9.32 pour Tux Paint</h1>
<h2>Outils (dessin)</h2>
@ -112,13 +112,13 @@
<h3>🖓Défaire</h3>
<ul>
<li>Utilisez pour annuler les actions récentes (peut être répété).</li>
<li>Raccourci : [Ctrl]+[Z]</li>
<li>Shortcut: [Control]+[Z]</li>
</ul>
<h3>🖒Refaire</h3>
<ul>
<li>Utilisez pour refaire des actions annulées (peut être répété).</li>
<li>Raccourci : [Ctrl]+[R]</li>
<li>Shortcut: [Control]+[R]</li>
</ul>
<h3>◪Gomme</h3>
@ -141,7 +141,7 @@
</li>
<li>Cliquez/tapez "🕮⮫Open" pour commencer un nouveau dessin.</li>
<li>Cliquez/tapez "⤺Back" pour annuler et revenir à votre dessin en cours.</li>
<li>Raccourci : [Ctrl]+[N]</li>
<li>Shortcut: [Control]+[N]</li>
</ul>
<h3>🕮⮫Ouvrir</h3>
@ -161,27 +161,27 @@
</ul>
</li>
<li>Cliquez/Tapze sur "🖻⮫🗏Modèle" pour changer de dessin avec un nouveau modèle.</li>
<li>Raccourci : [Ctrl]+[O]</li>
<li>Shortcut: [Control]+[O]</li>
</ul>
<h3>🕮⮪Sauvegarder</h3>
<ul>
<li>Cliquez/Tapez pour sauvegarder votre dessin.</li>
<li>Si vous aviez déjà sauvegardé, on vous demandera si on écrase la précédente sauvegarde (faite avec "Fichier -> sauvegarder") ou bien créer une nouvelle sauvegarde (avec "Fichier - Sauvegarder comme ..")</li>
<li>Raccourci : [Ctrl]+[S]</li>
<li>Shortcut: [Control]+[S]</li>
</ul>
<h3>🖶Imprimer</h3>
<ul>
<li>Cliquez/tapez pour imprimer votre dessin.</li>
<li>Maintenez appuyé [Alt] oo [Option] tout en cliquant/tapant pour avoir un dialogue pour l'impression, si c'est disponible.</li>
<li>Raccourci : [Ctrl]+[P]</li>
<li>Hold [Alt] or [Option] while clicking/tapping to bring up printer dialog, if available.</li>
<li>Shortcut: [Control]+[P]</li>
</ul>
<h3>🗙Quitter</h3>
<ul>
<li>Cliquer/Taper pour quitter Tux Paint.</li>
<li>Raccourci : [Esc]</li>
<li>Shortcut: [Escape]</li>
</ul>
<h2>Couleurs</h2>
@ -189,7 +189,7 @@
<li>Cliquez/tapez pour choisir une couleur à utiliser pour les outils Peindre, Lignes et Formes, et les Tampons et outils Magie qui fonctionnent avec des couleurs.</li>
<li>
Utilisez le bouton pipette/sélecteur de couleur 💉 pour choisir une couleur provenant d'un pixel de votre dessin en cours. <ul>
<li>Raccourci : Quand les couleurs sont disponibles, pressez [Ctrl] et cliquez/tapez sur votre dessin, pour extraire rapidement une couleur de votre dessin.</li>
<li>Shortcut: When colors are available, press [Control] and click/tap in your drawing, to quickly pick a color from your drawing.</li>
</ul>
</li>
<li>
@ -212,20 +212,20 @@
<h2>Raccourcit quand on dessine :</h2>
<ul>
<li>[Ctrl]+Cliquez/tapez - accès rapide à la pipette/sélcecteur de couleur 💉</li>
<li>[Control]+Click/tap - Quick pipette / color picker 💉 access</li>
<li>[X]+Cliquez/tapez - accès rapide à la gomme ◪</li>
<li>[Ctrl]+[Z] - 🖓Défaire</li>
<li>[Ctrl]+[R] - 🖒Refaire</li>
<li>[Ctrl]+[N] - 🗏Nouveau</li>
<li>[Ctrl]+[O] - 🕮⮫Ouvrir</li>
<li>[Ctrl]+[S] - 🕮⮪Sauvegarder</li>
<li>[Ctrl]+[P] - 🖶Imprimer</li>
<li>[Alt]+[S] - Basculer effets sonores on/off</li>
<li>[Esc] - ⤺Back ou 🗙Quit</li>
<li>[Control]+[Z] - 🖓Undo</li>
<li>[Control]+[R] - 🖒Redo</li>
<li>[Control]+[N] - 🗏New</li>
<li>[Control]+[O] - 🕮⮫Open</li>
<li>[Control]+[S] - 🕮⮪Save</li>
<li>[Control]+[P] - 🖶Print</li>
<li>[Alt]+[S] - Toggle sound effects on/off</li>
<li>[Escape] - ⤺Back or 🗙Quit</li>
</ul>
<p>
<em>Dernière mise à jour : juillet 19, 2023</em>
<em>Dernière mise à jour : janvier 1, 2024</em>
</p>
</body>

View file

@ -1,4 +1,4 @@
Guide de démarrage rapide 0.9.29 pour Tux Paint
Guide de démarrage rapide 0.9.32 pour Tux Paint
Outils (dessin)
@ -111,12 +111,12 @@ Outils (dessin)
🖓Défaire
* Utilisez pour annuler les actions récentes (peut être répété).
* Raccourci : [Ctrl]+[Z]
* Shortcut: [Control]+[Z]
🖒Refaire
* Utilisez pour refaire des actions annulées (peut être répété).
* Raccourci : [Ctrl]+[R]
* Shortcut: [Control]+[R]
◪Gomme
@ -139,7 +139,7 @@ Outils (Contrôles)
image modèle.
* Cliquez/tapez "🕮⮫Open" pour commencer un nouveau dessin.
* Cliquez/tapez "⤺Back" pour annuler et revenir à votre dessin en cours.
* Raccourci : [Ctrl]+[N]
* Shortcut: [Control]+[N]
🕮⮫Ouvrir
@ -164,7 +164,7 @@ Outils (Contrôles)
"Ouvrir".
* Cliquez/Tapze sur "🖻⮫🗏Modèle" pour changer de dessin avec un nouveau
modèle.
* Raccourci : [Ctrl]+[O]
* Shortcut: [Control]+[O]
🕮⮪Sauvegarder
@ -172,19 +172,19 @@ Outils (Contrôles)
* Si vous aviez déjà sauvegardé, on vous demandera si on écrase la précédente
sauvegarde (faite avec "Fichier -> sauvegarder") ou bien créer une nouvelle
sauvegarde (avec "Fichier - Sauvegarder comme ..")
* Raccourci : [Ctrl]+[S]
* Shortcut: [Control]+[S]
🖶Imprimer
* Cliquez/tapez pour imprimer votre dessin.
* Maintenez appuyé [Alt] oo [Option] tout en cliquant/tapant pour avoir un
dialogue pour l'impression, si c'est disponible.
* Raccourci : [Ctrl]+[P]
* Hold [Alt] or [Option] while clicking/tapping to bring up printer dialog,
if available.
* Shortcut: [Control]+[P]
🗙Quitter
* Cliquer/Taper pour quitter Tux Paint.
* Raccourci : [Esc]
* Shortcut: [Escape]
Couleurs
@ -193,9 +193,8 @@ Couleurs
couleurs.
* Utilisez le bouton pipette/sélecteur de couleur 💉 pour choisir une couleur
provenant d'un pixel de votre dessin en cours.
+ Raccourci : Quand les couleurs sont disponibles, pressez [Ctrl] et
cliquez/tapez sur votre dessin, pour extraire rapidement une couleur de
votre dessin.
+ Shortcut: When colors are available, press [Control] and click/tap in
your drawing, to quickly pick a color from your drawing.
* Cliquez/tapez le bouton arc-en-ciel 🌈 pour choisir une couleur arbitraire.
+ Cliquez/tapez dans le carré de l'arc-en-ciel pour extraire une couleur
(teinte et saturation).
@ -217,16 +216,16 @@ Couleurs
Raccourcit quand on dessine :
* [Ctrl]+Cliquez/tapez - accès rapide à la pipette/sélcecteur de couleur 💉
* [Control]+Click/tap - Quick pipette / color picker 💉 access
* [X]+Cliquez/tapez - accès rapide à la gomme ◪
* [Ctrl]+[Z] - 🖓Défaire
* [Ctrl]+[R] - 🖒Refaire
* [Ctrl]+[N] - 🗏Nouveau
* [Ctrl]+[O] - 🕮⮫Ouvrir
* [Ctrl]+[S] - 🕮⮪Sauvegarder
* [Ctrl]+[P] - 🖶Imprimer
* [Alt]+[S] - Basculer effets sonores on/off
* [Esc] - ⤺Back ou 🗙Quit
* [Control]+[Z] - 🖓Undo
* [Control]+[R] - 🖒Redo
* [Control]+[N] - 🗏New
* [Control]+[O] - 🕮⮫Open
* [Control]+[S] - 🕮⮪Save
* [Control]+[P] - 🖶Print
* [Alt]+[S] - Toggle sound effects on/off
* [Escape] - ⤺Back or 🗙Quit
Dernière mise à jour : juillet 19, 2023
Dernière mise à jour : janvier 1, 2024

View file

@ -3,10 +3,10 @@
Magic Tool Plugin API Documentation
Copyright © 2007-2023 by various contributors; see AUTHORS.txt.
Copyright © 2007-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
Xullo 17, 2023
Xaneiro 1, 2024
+--------------------------------------------------+
| Table of Contents |
@ -203,9 +203,10 @@ int init(magic_api * api, Uint8 disabled_features, Uint8 complexity_level)
The complexity_level variable contains the "complexity level" that Tux
Paint magic tools may offer — that is, the expertise level of the user. The
levels are defined in tp_magic_api.h:
+ MAGIC_COMPLEXITY_ADVANCED: Advanced (default) (--complexity=advanced)
+ MAGIC_COMPLEXITY_BEGINNER: Beginner (--complexity=beginner)
+ MAGIC_COMPLEXITY_Novice: Novice (--complexity=novice)
+ MAGIC_COMPLEXITY_NOVICE (0): Novice (--complexity=novice)
+ MAGIC_COMPLEXITY_BEGINNER (1): Beginner (--complexity=beginner)
+ MAGIC_COMPLEXITY_ADVANCED (2): Advanced (default) (--complexity=
advanced)
Your Magic tool(s) may wish to react differently depending on the expertise
level of the user, either simplifying how each tool works, or excluding one
or all of them entirely. (For example, the 1-, 2-, and 3-point perspective

View file

@ -3,10 +3,10 @@
Un sinxelo programa de debuxo para cativos
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/
23 de Decembro de 2023
1 de Xaneiro de 2024
+--------------------------------------------------------+
| Índice |

View file

@ -97,12 +97,12 @@
Magic Tool Plugin API Documentation </h2>
<p>
Copyright &copy; 2007-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
Copyright &copy; 2007-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p>
<p>
Xullo 17, 2023 </p>
Xaneiro 1, 2024 </p>
</center>
</header>
@ -298,11 +298,11 @@
<p>
The <code>complexity_level</code> variable contains the "complexity level" that Tux Paint magic tools may offer &mdash; that is, the expertise level of the user. The levels are defined in <code>tp_magic_api.h</code>: <ul>
<li>
<code>MAGIC_COMPLEXITY_ADVANCED</code>: Advanced (default) (<code>--complexity=advanced</code>) </li>
<code>MAGIC_COMPLEXITY_NOVICE</code> (0): Novice (<code>--complexity=novice</code>) </li>
<li>
<code>MAGIC_COMPLEXITY_BEGINNER</code>: Beginner (<code>--complexity=beginner</code>) </li>
<code>MAGIC_COMPLEXITY_BEGINNER</code> (1): Beginner (<code>--complexity=beginner</code>) </li>
<li>
<code>MAGIC_COMPLEXITY_Novice</code>: Novice (<code>--complexity=novice</code>) </li>
<code>MAGIC_COMPLEXITY_ADVANCED</code> (2): Advanced (default) (<code>--complexity=advanced</code>) </li>
</ul>
Your Magic tool(s) may wish to react differently depending on the expertise level of the user, either simplifying how each tool works, or excluding one or all of them entirely. (For example, the 1-, 2-, and 3-point perspective toolsets are totally inactive when in "novice" mode. In "beginner" mode, the drawing tools are available, but the tools to edit the vanishing point positions are disabled; the default vanishing points are used. In fact, in "beginner" mode, an additional 3-point perspective drawing tool appears, with alternative vanishing points.) </p>
<p>

View file

@ -97,12 +97,12 @@
Un sinxelo programa de debuxo para cativos </h3>
<p>
Copyright &copy; 2002-2023 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br/>
Copyright &copy; 2002-2024 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br/>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p>
<p>
23 de Decembro de 2023 </p>
1 de Xaneiro de 2024 </p>
</center>
</header>
<table border="2"

View file

@ -2,7 +2,7 @@
<html>
<head>
<title>
Tux Paint 0.9.29 Quickstart Guide </title>
Tux Paint 0.9.32 Quickstart Guide </title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8" />
</head>
@ -12,7 +12,7 @@
vlink="#FF0000"
alink="#FF00FF">
<h1>Tux Paint 0.9.29 Quickstart Guide</h1>
<h1>Tux Paint 0.9.32 Quickstart Guide</h1>
<h2>Tools (Drawing)</h2>
@ -112,13 +112,13 @@
<h3>🖓Desfacer</h3>
<ul>
<li>Use to undo the most recent changes (multiple undo available).</li>
<li>Shortcut: [Ctrl]+[Z]</li>
<li>Shortcut: [Control]+[Z]</li>
</ul>
<h3>🖒Refacer</h3>
<ul>
<li>Use to redo the most recent undone change (multiple redo available).</li>
<li>Shortcut: [Ctrl]+[R]</li>
<li>Shortcut: [Control]+[R]</li>
</ul>
<h3>◪Eraser</h3>
@ -141,7 +141,7 @@
</li>
<li>Click/tap "🕮⮫Open" to begin a new drawing.</li>
<li>Click/tap "⤺Back" to abort and return to your current drawing.</li>
<li>Shortcut: [Ctrl]+[N]</li>
<li>Shortcut: [Control]+[N]</li>
</ul>
<h3>🕮⮫Open</h3>
@ -161,27 +161,27 @@
</ul>
</li>
<li>Click/tap "🖻⮫🗏Template" to turn the drawing into a new template.</li>
<li>Shortcut: [Ctrl]+[O]</li>
<li>Shortcut: [Control]+[O]</li>
</ul>
<h3>🕮⮪Save</h3>
<ul>
<li>Click/tap to save your drawing.</li>
<li>If you've saved previously, you'll be prompted whether to overwrite the previously-saved drawing (a la "File→Save") or create a new saved drawing (a la "File→Save As...")</li>
<li>Shortcut: [Ctrl]+[S]</li>
<li>Shortcut: [Control]+[S]</li>
</ul>
<h3>🖶Print</h3>
<ul>
<li>Click/tap to print your drawing.</li>
<li>Hold [Alt] or [Option] while clicking/tapping to bring up printer dialog, if available.</li>
<li>Shortcut: [Ctrl]+[P]</li>
<li>Shortcut: [Control]+[P]</li>
</ul>
<h3>🗙Quit</h3>
<ul>
<li>Click/tap to quit Tux Paint.</li>
<li>Shortcut: [Esc]</li>
<li>Shortcut: [Escape]</li>
</ul>
<h2>Colors</h2>
@ -189,7 +189,7 @@
<li>Click/tap to choose a color to use with the Paint, Lines, and Shapes tools, and Stamps and Magic tools that support colors.</li>
<li>
Use the pipette / color picker 💉 button to choose a color from a pixel in your current drawing. <ul>
<li>Shortcut: When colors are available, press [Ctrl] and click/tap in your drawing, to quickly pick a color from your drawing.</li>
<li>Shortcut: When colors are available, press [Control] and click/tap in your drawing, to quickly pick a color from your drawing.</li>
</ul>
</li>
<li>
@ -212,20 +212,20 @@
<h2>Shortcuts while drawing:</h2>
<ul>
<li>[Ctrl]+Click/tap - Quick pipette / color picker 💉 access</li>
<li>[Control]+Click/tap - Quick pipette / color picker 💉 access</li>
<li>[X]+Click/tap - Quick eraser ◪ access</li>
<li>[Ctrl]+[Z] - 🖓Undo</li>
<li>[Ctrl]+[R] - 🖒Redo</li>
<li>[Ctrl]+[N] - 🗏New</li>
<li>[Ctrl]+[O] - 🕮⮫Open</li>
<li>[Ctrl]+[S] - 🕮⮪Save</li>
<li>[Ctrl]+[P] - 🖶Print</li>
<li>[Control]+[Z] - 🖓Undo</li>
<li>[Control]+[R] - 🖒Redo</li>
<li>[Control]+[N] - 🗏New</li>
<li>[Control]+[O] - 🕮⮫Open</li>
<li>[Control]+[S] - 🕮⮪Save</li>
<li>[Control]+[P] - 🖶Print</li>
<li>[Alt]+[S] - Toggle sound effects on/off</li>
<li>[Esc] - ⤺Back or 🗙Quit</li>
<li>[Escape] - ⤺Back or 🗙Quit</li>
</ul>
<p>
<em>Last updated: 19 de Xullo de 2023</em>
<em>Last updated: 1 de Xaneiro de 2024</em>
</p>
</body>

View file

@ -1,4 +1,4 @@
Tux Paint 0.9.29 Quickstart Guide
Tux Paint 0.9.32 Quickstart Guide
Tools (Drawing)
@ -104,12 +104,12 @@ Tools (Drawing)
🖓Desfacer
* Use to undo the most recent changes (multiple undo available).
* Shortcut: [Ctrl]+[Z]
* Shortcut: [Control]+[Z]
🖒Refacer
* Use to redo the most recent undone change (multiple redo available).
* Shortcut: [Ctrl]+[R]
* Shortcut: [Control]+[R]
◪Eraser
@ -129,7 +129,7 @@ Tools (Controls)
+ Eraser tool ◪ reveals the solid color, or starter/template background.
* Click/tap "🕮⮫Open" to begin a new drawing.
* Click/tap "⤺Back" to abort and return to your current drawing.
* Shortcut: [Ctrl]+[N]
* Shortcut: [Control]+[N]
🕮⮫Open
@ -148,7 +148,7 @@ Tools (Controls)
your system's "Pictures" folder.
+ Click/tap "⤺Back" to return to the Open dialog.
* Click/tap "🖻⮫🗏Template" to turn the drawing into a new template.
* Shortcut: [Ctrl]+[O]
* Shortcut: [Control]+[O]
🕮⮪Save
@ -156,19 +156,19 @@ Tools (Controls)
* If you've saved previously, you'll be prompted whether to overwrite the
previously-saved drawing (a la "File→Save") or create a new saved drawing
(a la "File→Save As...")
* Shortcut: [Ctrl]+[S]
* Shortcut: [Control]+[S]
🖶Print
* Click/tap to print your drawing.
* Hold [Alt] or [Option] while clicking/tapping to bring up printer dialog,
if available.
* Shortcut: [Ctrl]+[P]
* Shortcut: [Control]+[P]
🗙Quit
* Click/tap to quit Tux Paint.
* Shortcut: [Esc]
* Shortcut: [Escape]
Colors
@ -176,8 +176,8 @@ Colors
and Stamps and Magic tools that support colors.
* Use the pipette / color picker 💉 button to choose a color from a pixel in
your current drawing.
+ Shortcut: When colors are available, press [Ctrl] and click/tap in your
drawing, to quickly pick a color from your drawing.
+ Shortcut: When colors are available, press [Control] and click/tap in
your drawing, to quickly pick a color from your drawing.
* Click/tap the rainbow 🌈 button to choose a arbitrary color.
+ Click/tap in the rainbow square to pick a color (hue and saturation).
+ Click/tap in the grey gradient bar to adjust brightness (value).
@ -196,16 +196,16 @@ Colors
Shortcuts while drawing:
* [Ctrl]+Click/tap - Quick pipette / color picker 💉 access
* [Control]+Click/tap - Quick pipette / color picker 💉 access
* [X]+Click/tap - Quick eraser ◪ access
* [Ctrl]+[Z] - 🖓Undo
* [Ctrl]+[R] - 🖒Redo
* [Ctrl]+[N] - 🗏New
* [Ctrl]+[O] - 🕮⮫Open
* [Ctrl]+[S] - 🕮⮪Save
* [Ctrl]+[P] - 🖶Print
* [Control]+[Z] - 🖓Undo
* [Control]+[R] - 🖒Redo
* [Control]+[N] - 🗏New
* [Control]+[O] - 🕮⮫Open
* [Control]+[S] - 🕮⮪Save
* [Control]+[P] - 🖶Print
* [Alt]+[S] - Toggle sound effects on/off
* [Esc] - ⤺Back or 🗙Quit
* [Escape] - ⤺Back or 🗙Quit
Last updated: 19 de Xullo de 2023
Last updated: 1 de Xaneiro de 2024

View file

@ -3,10 +3,10 @@
Magic Tool Plugin API Documentation
Höfundarréttur © 2007-2023 eftir various contributors; sjá AUTHORS-skrá.
Höfundarréttur © 2007-2024 eftir various contributors; sjá AUTHORS-skrá.
https://tuxpaint.org/
17. júlí 2023
1. janúar 2024
+--------------------------------------------------+
| Efnisyfirlit |
@ -203,9 +203,10 @@ int init(magic_api * api, Uint8 disabled_features, Uint8 complexity_level)
The complexity_level variable contains the "complexity level" that Tux
Paint magic tools may offer — that is, the expertise level of the user. The
levels are defined in tp_magic_api.h:
+ MAGIC_COMPLEXITY_ADVANCED: Advanced (default) (--complexity=advanced)
+ MAGIC_COMPLEXITY_BEGINNER: Beginner (--complexity=beginner)
+ MAGIC_COMPLEXITY_Novice: Novice (--complexity=novice)
+ MAGIC_COMPLEXITY_NOVICE (0): Novice (--complexity=novice)
+ MAGIC_COMPLEXITY_BEGINNER (1): Beginner (--complexity=beginner)
+ MAGIC_COMPLEXITY_ADVANCED (2): Advanced (default) (--complexity=
advanced)
Your Magic tool(s) may wish to react differently depending on the expertise
level of the user, either simplifying how each tool works, or excluding one
or all of them entirely. (For example, the 1-, 2-, and 3-point perspective

View file

@ -3,10 +3,10 @@
A simple drawing program for children
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
desember 23, 2023
janúar 1, 2024
+-------------------------------------------------+
| Table of Contents |

View file

@ -97,12 +97,12 @@
Magic Tool Plugin API Documentation </h2>
<p>
Höfundarréttur &copy; 2007-2023 eftir various contributors; sjá <a href="../../AUTHORS.txt">AUTHORS-skrá</a>.<br>
Höfundarréttur &copy; 2007-2024 eftir various contributors; sjá <a href="../../AUTHORS.txt">AUTHORS-skrá</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p>
<p>
17. júlí 2023 </p>
1. janúar 2024 </p>
</center>
</header>
@ -298,11 +298,11 @@
<p>
The <code>complexity_level</code> variable contains the "complexity level" that Tux Paint magic tools may offer &mdash; that is, the expertise level of the user. The levels are defined in <code>tp_magic_api.h</code>: <ul>
<li>
<code>MAGIC_COMPLEXITY_ADVANCED</code>: Advanced (default) (<code>--complexity=advanced</code>) </li>
<code>MAGIC_COMPLEXITY_NOVICE</code> (0): Novice (<code>--complexity=novice</code>) </li>
<li>
<code>MAGIC_COMPLEXITY_BEGINNER</code>: Beginner (<code>--complexity=beginner</code>) </li>
<code>MAGIC_COMPLEXITY_BEGINNER</code> (1): Beginner (<code>--complexity=beginner</code>) </li>
<li>
<code>MAGIC_COMPLEXITY_Novice</code>: Novice (<code>--complexity=novice</code>) </li>
<code>MAGIC_COMPLEXITY_ADVANCED</code> (2): Advanced (default) (<code>--complexity=advanced</code>) </li>
</ul>
Your Magic tool(s) may wish to react differently depending on the expertise level of the user, either simplifying how each tool works, or excluding one or all of them entirely. (For example, the 1-, 2-, and 3-point perspective toolsets are totally inactive when in "novice" mode. In "beginner" mode, the drawing tools are available, but the tools to edit the vanishing point positions are disabled; the default vanishing points are used. In fact, in "beginner" mode, an additional 3-point perspective drawing tool appears, with alternative vanishing points.) </p>
<p>

View file

@ -97,12 +97,12 @@
A simple drawing program for children </h3>
<p>
Copyright &copy; 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br/>
Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br/>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p>
<p>
desember 23, 2023 </p>
janúar 1, 2024 </p>
</center>
</header>
<table border="2"

View file

@ -2,7 +2,7 @@
<html>
<head>
<title>
Tux Paint 0.9.29 Quickstart Guide </title>
Tux Paint 0.9.32 Quickstart Guide </title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8" />
</head>
@ -12,7 +12,7 @@
vlink="#FF0000"
alink="#FF00FF">
<h1>Tux Paint 0.9.29 Quickstart Guide</h1>
<h1>Tux Paint 0.9.32 Quickstart Guide</h1>
<h2>Tools (Drawing)</h2>
@ -112,13 +112,13 @@
<h3>🖓Undo</h3>
<ul>
<li>Use to undo the most recent changes (multiple undo available).</li>
<li>Shortcut: [Ctrl]+[Z]</li>
<li>Shortcut: [Control]+[Z]</li>
</ul>
<h3>🖒Redo</h3>
<ul>
<li>Use to redo the most recent undone change (multiple redo available).</li>
<li>Shortcut: [Ctrl]+[R]</li>
<li>Shortcut: [Control]+[R]</li>
</ul>
<h3>◪Eraser</h3>
@ -141,7 +141,7 @@
</li>
<li>Click/tap "🕮⮫Open" to begin a new drawing.</li>
<li>Click/tap "⤺Back" to abort and return to your current drawing.</li>
<li>Shortcut: [Ctrl]+[N]</li>
<li>Shortcut: [Control]+[N]</li>
</ul>
<h3>🕮⮫Open</h3>
@ -161,27 +161,27 @@
</ul>
</li>
<li>Click/tap "🖻⮫🗏Template" to turn the drawing into a new template.</li>
<li>Shortcut: [Ctrl]+[O]</li>
<li>Shortcut: [Control]+[O]</li>
</ul>
<h3>🕮⮪Save</h3>
<ul>
<li>Click/tap to save your drawing.</li>
<li>If you've saved previously, you'll be prompted whether to overwrite the previously-saved drawing (a la "File→Save") or create a new saved drawing (a la "File→Save As...")</li>
<li>Shortcut: [Ctrl]+[S]</li>
<li>Shortcut: [Control]+[S]</li>
</ul>
<h3>🖶Print</h3>
<ul>
<li>Click/tap to print your drawing.</li>
<li>Hold [Alt] or [Option] while clicking/tapping to bring up printer dialog, if available.</li>
<li>Shortcut: [Ctrl]+[P]</li>
<li>Shortcut: [Control]+[P]</li>
</ul>
<h3>🗙Quit</h3>
<ul>
<li>Click/tap to quit Tux Paint.</li>
<li>Shortcut: [Esc]</li>
<li>Shortcut: [Escape]</li>
</ul>
<h2>Colors</h2>
@ -189,7 +189,7 @@
<li>Click/tap to choose a color to use with the Paint, Lines, and Shapes tools, and Stamps and Magic tools that support colors.</li>
<li>
Use the pipette / color picker 💉 button to choose a color from a pixel in your current drawing. <ul>
<li>Shortcut: When colors are available, press [Ctrl] and click/tap in your drawing, to quickly pick a color from your drawing.</li>
<li>Shortcut: When colors are available, press [Control] and click/tap in your drawing, to quickly pick a color from your drawing.</li>
</ul>
</li>
<li>
@ -212,20 +212,20 @@
<h2>Shortcuts while drawing:</h2>
<ul>
<li>[Ctrl]+Click/tap - Quick pipette / color picker 💉 access</li>
<li>[Control]+Click/tap - Quick pipette / color picker 💉 access</li>
<li>[X]+Click/tap - Quick eraser ◪ access</li>
<li>[Ctrl]+[Z] - 🖓Undo</li>
<li>[Ctrl]+[R] - 🖒Redo</li>
<li>[Ctrl]+[N] - 🗏New</li>
<li>[Ctrl]+[O] - 🕮⮫Open</li>
<li>[Ctrl]+[S] - 🕮⮪Save</li>
<li>[Ctrl]+[P] - 🖶Print</li>
<li>[Control]+[Z] - 🖓Undo</li>
<li>[Control]+[R] - 🖒Redo</li>
<li>[Control]+[N] - 🗏New</li>
<li>[Control]+[O] - 🕮⮫Open</li>
<li>[Control]+[S] - 🕮⮪Save</li>
<li>[Control]+[P] - 🖶Print</li>
<li>[Alt]+[S] - Toggle sound effects on/off</li>
<li>[Esc] - ⤺Back or 🗙Quit</li>
<li>[Escape] - ⤺Back or 🗙Quit</li>
</ul>
<p>
<em>Last updated: júlí 19, 2023</em>
<em>Last updated: janúar 1, 2024</em>
</p>
</body>

View file

@ -1,4 +1,4 @@
Tux Paint 0.9.29 Quickstart Guide
Tux Paint 0.9.32 Quickstart Guide
Tools (Drawing)
@ -104,12 +104,12 @@ Tools (Drawing)
🖓Undo
* Use to undo the most recent changes (multiple undo available).
* Shortcut: [Ctrl]+[Z]
* Shortcut: [Control]+[Z]
🖒Redo
* Use to redo the most recent undone change (multiple redo available).
* Shortcut: [Ctrl]+[R]
* Shortcut: [Control]+[R]
◪Eraser
@ -129,7 +129,7 @@ Tools (Controls)
+ Eraser tool ◪ reveals the solid color, or starter/template background.
* Click/tap "🕮⮫Open" to begin a new drawing.
* Click/tap "⤺Back" to abort and return to your current drawing.
* Shortcut: [Ctrl]+[N]
* Shortcut: [Control]+[N]
🕮⮫Open
@ -148,7 +148,7 @@ Tools (Controls)
your system's "Pictures" folder.
+ Click/tap "⤺Back" to return to the Open dialog.
* Click/tap "🖻⮫🗏Template" to turn the drawing into a new template.
* Shortcut: [Ctrl]+[O]
* Shortcut: [Control]+[O]
🕮⮪Save
@ -156,19 +156,19 @@ Tools (Controls)
* If you've saved previously, you'll be prompted whether to overwrite the
previously-saved drawing (a la "File→Save") or create a new saved drawing
(a la "File→Save As...")
* Shortcut: [Ctrl]+[S]
* Shortcut: [Control]+[S]
🖶Print
* Click/tap to print your drawing.
* Hold [Alt] or [Option] while clicking/tapping to bring up printer dialog,
if available.
* Shortcut: [Ctrl]+[P]
* Shortcut: [Control]+[P]
🗙Quit
* Click/tap to quit Tux Paint.
* Shortcut: [Esc]
* Shortcut: [Escape]
Colors
@ -176,8 +176,8 @@ Colors
and Stamps and Magic tools that support colors.
* Use the pipette / color picker 💉 button to choose a color from a pixel in
your current drawing.
+ Shortcut: When colors are available, press [Ctrl] and click/tap in your
drawing, to quickly pick a color from your drawing.
+ Shortcut: When colors are available, press [Control] and click/tap in
your drawing, to quickly pick a color from your drawing.
* Click/tap the rainbow 🌈 button to choose a arbitrary color.
+ Click/tap in the rainbow square to pick a color (hue and saturation).
+ Click/tap in the grey gradient bar to adjust brightness (value).
@ -196,16 +196,16 @@ Colors
Shortcuts while drawing:
* [Ctrl]+Click/tap - Quick pipette / color picker 💉 access
* [Control]+Click/tap - Quick pipette / color picker 💉 access
* [X]+Click/tap - Quick eraser ◪ access
* [Ctrl]+[Z] - 🖓Undo
* [Ctrl]+[R] - 🖒Redo
* [Ctrl]+[N] - 🗏New
* [Ctrl]+[O] - 🕮⮫Open
* [Ctrl]+[S] - 🕮⮪Save
* [Ctrl]+[P] - 🖶Print
* [Control]+[Z] - 🖓Undo
* [Control]+[R] - 🖒Redo
* [Control]+[N] - 🗏New
* [Control]+[O] - 🕮⮫Open
* [Control]+[S] - 🕮⮪Save
* [Control]+[P] - 🖶Print
* [Alt]+[S] - Toggle sound effects on/off
* [Esc] - ⤺Back or 🗙Quit
* [Escape] - ⤺Back or 🗙Quit
Last updated: júlí 19, 2023
Last updated: janúar 1, 2024

View file

@ -3,10 +3,10 @@
Magic Tool Plugin API Documentation
Copyright © 2007-2023 by various contributors; see AUTHORS.txt.
Copyright © 2007-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
7月 17, 2023
1月 1, 2024
+--------------------------------------------------+
| Table of Contents |
@ -203,9 +203,10 @@ int init(magic_api * api, Uint8 disabled_features, Uint8 complexity_level)
The complexity_level variable contains the "complexity level" that Tux
Paint magic tools may offer — that is, the expertise level of the user. The
levels are defined in tp_magic_api.h:
+ MAGIC_COMPLEXITY_ADVANCED: Advanced (default) (--complexity=advanced)
+ MAGIC_COMPLEXITY_BEGINNER: Beginner (--complexity=beginner)
+ MAGIC_COMPLEXITY_Novice: Novice (--complexity=novice)
+ MAGIC_COMPLEXITY_NOVICE (0): Novice (--complexity=novice)
+ MAGIC_COMPLEXITY_BEGINNER (1): Beginner (--complexity=beginner)
+ MAGIC_COMPLEXITY_ADVANCED (2): Advanced (default) (--complexity=
advanced)
Your Magic tool(s) may wish to react differently depending on the expertise
level of the user, either simplifying how each tool works, or excluding one
or all of them entirely. (For example, the 1-, 2-, and 3-point perspective

View file

@ -3,10 +3,10 @@
子供向けのシンプルなお絵かきプログラム
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/
2023年12月23
2024年1月 1
+--------------------------------------------------+
| 目次 |

View file

@ -97,12 +97,12 @@
Magic Tool Plugin API Documentation </h2>
<p>
Copyright &copy; 2007-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
Copyright &copy; 2007-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p>
<p>
7月 17, 2023 </p>
1月 1, 2024 </p>
</center>
</header>
@ -298,11 +298,11 @@
<p>
The <code>complexity_level</code> variable contains the "complexity level" that Tux Paint magic tools may offer &mdash; that is, the expertise level of the user. The levels are defined in <code>tp_magic_api.h</code>: <ul>
<li>
<code>MAGIC_COMPLEXITY_ADVANCED</code>: Advanced (default) (<code>--complexity=advanced</code>) </li>
<code>MAGIC_COMPLEXITY_NOVICE</code> (0): Novice (<code>--complexity=novice</code>) </li>
<li>
<code>MAGIC_COMPLEXITY_BEGINNER</code>: Beginner (<code>--complexity=beginner</code>) </li>
<code>MAGIC_COMPLEXITY_BEGINNER</code> (1): Beginner (<code>--complexity=beginner</code>) </li>
<li>
<code>MAGIC_COMPLEXITY_Novice</code>: Novice (<code>--complexity=novice</code>) </li>
<code>MAGIC_COMPLEXITY_ADVANCED</code> (2): Advanced (default) (<code>--complexity=advanced</code>) </li>
</ul>
Your Magic tool(s) may wish to react differently depending on the expertise level of the user, either simplifying how each tool works, or excluding one or all of them entirely. (For example, the 1-, 2-, and 3-point perspective toolsets are totally inactive when in "novice" mode. In "beginner" mode, the drawing tools are available, but the tools to edit the vanishing point positions are disabled; the default vanishing points are used. In fact, in "beginner" mode, an additional 3-point perspective drawing tool appears, with alternative vanishing points.) </p>
<p>

View file

@ -97,12 +97,12 @@
子供向けのシンプルなお絵かきプログラム </h3>
<p>
Copyright &copy; 2002-2023 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br/>
Copyright &copy; 2002-2024 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br/>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p>
<p>
2023年12月23</p>
2024年1月 1</p>
</center>
</header>
<table border="2"

View file

@ -2,7 +2,7 @@
<html>
<head>
<title>
Tux Paint 0.9.29 クイックスタートガイド </title>
Tux Paint 0.9.32 クイックスタートガイド </title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8" />
</head>
@ -12,7 +12,7 @@
vlink="#FF0000"
alink="#FF00FF">
<h1>Tux Paint 0.9.29 クイックスタートガイド</h1>
<h1>Tux Paint 0.9.32 クイックスタートガイド</h1>
<h2>描画ツール</h2>
@ -112,13 +112,13 @@
<h3>🖓とりけし</h3>
<ul>
<li>直近の変更を元に戻します (何回でも遡って取り消すことができます)。</li>
<li>ショートカット: [Ctrl]+[Z]</li>
<li>Shortcut: [Control]+[Z]</li>
</ul>
<h3>🖒やりなおし</h3>
<ul>
<li>取り消した変更をやり直します(何回の取り消しでもやり直せます)。</li>
<li>ショートカット: [Ctrl]+[R]</li>
<li>Shortcut: [Control]+[R]</li>
</ul>
<h3>◪けしゴム</h3>
@ -141,7 +141,7 @@
</li>
<li>「🕮⮫ひらく」をクリックまたはタップして、新しい描画を開始します。</li>
<li>「⤺もどる」をクリックまたはタップすると、元の画面に戻ります。</li>
<li>ショートカット: [Ctrl]+[N]</li>
<li>Shortcut: [Control]+[N]</li>
</ul>
<h3>🕮⮫ひらく</h3>
@ -161,27 +161,27 @@
</ul>
</li>
<li>Click/tap "🖻⮫🗏Template" to turn the drawing into a new template.</li>
<li>ショートカット: [Ctrl]+[O]</li>
<li>Shortcut: [Control]+[O]</li>
</ul>
<h3>🕮⮪セーブ</h3>
<ul>
<li>クリックまたはタップして作品を保存します。</li>
<li>以前に保存したことがある場合は、既存の作品を上書きするか、新しい作品として保存するかを選択するよう求められます。</li>
<li>ショートカット: [Ctrl]+[S]</li>
<li>Shortcut: [Control]+[S]</li>
</ul>
<h3>🖶いんさつ</h3>
<ul>
<li>クリックまたはタップして、作品を印刷します。</li>
<li>[Alt] または [Option] を押しながらクリックまたはタップすると、(対応している場合は)システムの印刷ダイアログが表示されます。</li>
<li>ショートカット: [Ctrl]+[P]</li>
<li>Hold [Alt] or [Option] while clicking/tapping to bring up printer dialog, if available.</li>
<li>Shortcut: [Control]+[P]</li>
</ul>
<h3>🗙やめる</h3>
<ul>
<li>クリックまたはタップして、Tux Paint を終了します。</li>
<li>ショートカット: [Esc]</li>
<li>Shortcut: [Escape]</li>
</ul>
<h2>いろ</h2>
@ -189,7 +189,7 @@
<li>クリックまたはタップして、色が選べるツール(ふで、せん、かたちツール、および、はんこ、まほうツール)で使用する色を選択します。</li>
<li>
画像の中から色を選択するには、ピペット/カラーピッカー 💉 ボタンを使います。 <ul>
<li>ショートカット: [Ctrl] を押しながらキャンバスをクリックまたはタップすると、画像の中から素早く色を選択できます。</li>
<li>Shortcut: When colors are available, press [Control] and click/tap in your drawing, to quickly pick a color from your drawing.</li>
</ul>
</li>
<li>
@ -212,20 +212,20 @@
<h2>描画中に利用できるショートカット:</h2>
<ul>
<li>[Ctrl]+クリック/タップ - クイックピペット / カラーピッカー 💉</li>
<li>[Control]+Click/tap - Quick pipette / color picker 💉 access</li>
<li>[X]+クリック/タップ - クイック消しゴム ◪</li>
<li>[Ctrl]+[Z] - 🖓とりけし</li>
<li>[Ctrl]+[R] - 🖒やりなおし</li>
<li>[Ctrl]+[N] - 🗏さいしょから</li>
<li>[Ctrl]+[O] - 🕮⮫ひらく</li>
<li>[Ctrl]+[S] - 🕮⮪セーブ</li>
<li>[Ctrl]+[P] - 🖶いんさつ</li>
<li>[Alt]+[S] - サウンドのオン/オフを切り替え</li>
<li>[Esc] - ⤺もどる または 🗙やめる</li>
<li>[Control]+[Z] - 🖓Undo</li>
<li>[Control]+[R] - 🖒Redo</li>
<li>[Control]+[N] - 🗏New</li>
<li>[Control]+[O] - 🕮⮫Open</li>
<li>[Control]+[S] - 🕮⮪Save</li>
<li>[Control]+[P] - 🖶Print</li>
<li>[Alt]+[S] - Toggle sound effects on/off</li>
<li>[Escape] - ⤺Back or 🗙Quit</li>
</ul>
<p>
<em>最終更新日: 2023年7月19</em>
<em>最終更新日: 2024年1月 1</em>
</p>
</body>

View file

@ -1,4 +1,4 @@
Tux Paint 0.9.29 クイックスタートガイド
Tux Paint 0.9.32 クイックスタートガイド
描画ツール
@ -103,12 +103,12 @@ Tux Paint 0.9.29 クイックスタートガイド
🖓とりけし
* 直近の変更を元に戻します (何回でも遡って取り消すことができます)。
* ショートカット: [Ctrl]+[Z]
* Shortcut: [Control]+[Z]
🖒やりなおし
* 取り消した変更をやり直します(何回の取り消しでもやり直せます)。
* ショートカット: [Ctrl]+[R]
* Shortcut: [Control]+[R]
◪けしゴム
@ -130,7 +130,7 @@ Tux Paint 0.9.29 クイックスタートガイド
トの背面レイヤーが現れます。
* 「🕮⮫ひらく」をクリックまたはタップして、新しい描画を開始します。
* 「⤺もどる」をクリックまたはタップすると、元の画面に戻ります。
* ショートカット: [Ctrl]+[N]
* Shortcut: [Control]+[N]
🕮⮫ひらく
@ -152,34 +152,34 @@ Tux Paint 0.9.29 クイックスタートガイド
のファイルををシステムの「ピクチャ」フォルダに出力します。
+ 「⤺もどる」をクリックまたはタップして、「ひらく」ダイアログに戻ります。
* Click/tap "🖻⮫🗏Template" to turn the drawing into a new template.
* ショートカット: [Ctrl]+[O]
* Shortcut: [Control]+[O]
🕮⮪セーブ
* クリックまたはタップして作品を保存します。
* 以前に保存したことがある場合は、既存の作品を上書きするか、新しい作品として
保存するかを選択するよう求められます。
* ショートカット: [Ctrl]+[S]
* Shortcut: [Control]+[S]
🖶いんさつ
* クリックまたはタップして、作品を印刷します。
* [Alt] または [Option] を押しながらクリックまたはタップすると、(対応してい
る場合は)システムの印刷ダイアログが表示されます。
* ショートカット: [Ctrl]+[P]
* Hold [Alt] or [Option] while clicking/tapping to bring up printer dialog,
if available.
* Shortcut: [Control]+[P]
🗙やめる
* クリックまたはタップして、Tux Paint を終了します。
* ショートカット: [Esc]
* Shortcut: [Escape]
いろ
* クリックまたはタップして、色が選べるツール(ふで、せん、かたちツール、およ
び、はんこ、まほうツール)で使用する色を選択します。
* 画像の中から色を選択するには、ピペット/カラーピッカー 💉 ボタンを使います。
+ ショートカット: [Ctrl] を押しながらキャンバスをクリックまたはタップする
と、画像の中から素早く色を選択できます。
+ Shortcut: When colors are available, press [Control] and click/tap in
your drawing, to quickly pick a color from your drawing.
* 虹 🌈 のボタンをクリックまたはタップして、レインボーパレットから、好きな色を
選択します。
+ 左側の正方形のエリアをクリックまたはタップして色を選択します(色相と彩
@ -201,16 +201,16 @@ Tux Paint 0.9.29 クイックスタートガイド
描画中に利用できるショートカット:
* [Ctrl]+クリック/タップ - クイックピペット / カラーピッカー 💉
* [Control]+Click/tap - Quick pipette / color picker 💉 access
* [X]+クリック/タップ - クイック消しゴム ◪
* [Ctrl]+[Z] - 🖓とりけし
* [Ctrl]+[R] - 🖒やりなおし
* [Ctrl]+[N] - 🗏さいしょから
* [Ctrl]+[O] - 🕮⮫ひらく
* [Ctrl]+[S] - 🕮⮪セーブ
* [Ctrl]+[P] - 🖶いんさつ
* [Alt]+[S] - サウンドのオン/オフを切り替え
* [Esc] - ⤺もどるまたは 🗙やめる
* [Control]+[Z] - 🖓Undo
* [Control]+[R] - 🖒Redo
* [Control]+[N] - 🗏New
* [Control]+[O] - 🕮⮫Open
* [Control]+[S] - 🕮⮪Save
* [Control]+[P] - 🖶Print
* [Alt]+[S] - Toggle sound effects on/off
* [Escape] - ⤺Back or 🗙Quit
最終更新日: 2023年7月19
最終更新日: 2024年1月 1