Regen DOCs after clean up (removal of "as of..." notes)

This commit is contained in:
Bill Kendrick 2025-01-12 10:40:45 -08:00
parent 277d902235
commit b88145b924
77 changed files with 753 additions and 1032 deletions

View file

@ -6,7 +6,7 @@ Copyright (c) 2002-2025
Various contributors (see below, and AUTHORS.txt) Various contributors (see below, and AUTHORS.txt)
https://tuxpaint.org/ https://tuxpaint.org/
2025.January.6 (0.9.35) 2025.January.12 (0.9.35)
* New Magic Tools: * New Magic Tools:
---------------- ----------------
+ Heart, Sparkle, and Star emitters + Heart, Sparkle, and Star emitters
@ -63,6 +63,10 @@ https://tuxpaint.org/
in README documentation. in README documentation.
Bill Kendrick <bill@newbreedsoftware.com> Bill Kendrick <bill@newbreedsoftware.com>
* Cleaned up docs a bit, by removing notes about differences in
some very old versions of Tux Paint.
Bill Kendrick <bill@newbreedsoftware.com>
* Ports & Building: * Ports & Building:
----------------- -----------------
+ Don't use Linux-specific invocation of "install"; use "mkdir" & "cp" + Don't use Linux-specific invocation of "install"; use "mkdir" & "cp"

View file

@ -2,10 +2,10 @@
Tux Paint Tux Paint
version 0.9.35 version 0.9.35
Copyright © 2002-2024 by various contributors; see AUTHORS.txt. Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
December 25, 2024 January 12, 2025
+-----------------------------------------+ +-----------------------------------------+
| Table of Contents | | Table of Contents |
@ -214,9 +214,9 @@ directory.)
→ Brush Spacing ← → Brush Spacing ←
As of Tux Paint version 0.9.16, you can now specify the spacing for brushes You may specify the spacing for brushes — that is, how frequently they are
(that is, how often they are drawn). By default, the spacing will be the drawn across the length of a line or stroke. By default, the spacing will
brush's height, divided by 4. be the brush's height, divided by 4.
Add a line containing the line "spacing=N" to the brush's data file, where Add a line containing the line "spacing=N" to the brush's data file, where
"N" is the spacing you want for the brush. (The lower the number, the more "N" is the spacing you want for the brush. (The lower the number, the more
@ -226,11 +226,11 @@ directory.)
→ Animated Brushes ← → Animated Brushes ←
As of Tux Paint version 0.9.16, you may now create animated brushes. As the Brushes may be animated. As the brush is used, each frame of the animation
brush is used, each frame of the animation is drawn. is drawn in sequence.
Lay each frame out across a wide PNG image. For example, if your brush is Lay each frame out across a wide PNG image. For example, if the brush is
30x30 and you have 5 frames, the image should be 150x30. 30x30 and there are 5 frames, the image should be 150x30.
Add a line containing the line "frames=N" to the brush's data file, where " Add a line containing the line "frames=N" to the brush's data file, where "
N" is the number of frames in the brush. N" is the number of frames in the brush.
@ -242,15 +242,16 @@ directory.)
→ Directional Brushes ← → Directional Brushes ←
As of Tux Paint version 0.9.16, you may now create directional brushes. As Brushes may be configured to draw a different shape based on the direction
the brush is used, different shapes are drawn, depending on the direction of the line or brush stroke. Different shapes will be drawn depending on
the brush is going. which of the eight compass directions the brush is moving — up (aka North),
up/right (aka Northeast), right (aka East), down/right (aka Southeast),
etc.). A ninth "center" shape is used when there's no motion (e.g., simply
clicking/tapping and releasing the "Paint" tool, without dragging).
The directional shapes are divided into a 3x3 square in a PNG image. For The directional shapes are divided into a 3x3 square in a PNG image. For
example, if your brush is 30x30, the image should be 90x90, and each of the example, if your brush is 30x30, the image should be 90x90, and each of the
direction's shapes placed in a 3x3 grid. The center region is used for no direction's shapes placed in a 3x3 grid.
motion. The top right is used for motion that's both up, and to the right.
And so on.
Add a line containing the word "directional" to the brush's data file. Add a line containing the word "directional" to the brush's data file.
@ -258,9 +259,9 @@ directory.)
→ Rotating Brushes ← → Rotating Brushes ←
As of Tux Paint version 0.9.27, you may now create rotating brushes. As the Brushes may be configured to rotate based on the angle of the line or brush
brush is used, it is rotated 360 degrees, depending on the direction the stroke. (Unlike Directional Brushes, described above, only a single brush
brush is going. shape may be provided.
Add a line containing the word "rotate" to the brush's data file. Add a line containing the word "rotate" to the brush's data file.
@ -268,8 +269,8 @@ directory.)
→ Chaotic Brushes ← → Chaotic Brushes ←
As of Tux Paint version 0.9.34, brushes can be configured to continuously Brushes may be configured to continuously choose a random direction as you
pick random directions as you draw with them. draw with them.
Add a line containing the word "chaotic" to the brush's data file. Add a line containing the word "chaotic" to the brush's data file.
@ -310,10 +311,10 @@ sub-folders.)
Rubber Stamps in Tux Paint can be made up of a number of separate files. The Rubber Stamps in Tux Paint can be made up of a number of separate files. The
one file that is required is, of course, the picture itself. one file that is required is, of course, the picture itself.
As of Tux Paint version 0.9.17, Stamps may be either PNG bitmap images or SVG Stamps may be either PNG bitmap images or SVG vector images. They can be
vector images. They can be full-color or greyscale. The alpha (transparency) full-color or greyscale. The alpha (transparency) channel of PNGs is used to
channel of PNGs is used to determine the actual shape of the picture (otherwise determine the actual shape of the picture (otherwise you'll stamp a large
you'll stamp a large rectangle on your drawings). rectangle on your drawings).
PNGs can be any size, and Tux Paint (by default) provides a set of sizing PNGs can be any size, and Tux Paint (by default) provides a set of sizing
buttons to let the user scale the stamp up (larger) and down (smaller). buttons to let the user scale the stamp up (larger) and down (smaller).
@ -571,9 +572,8 @@ For example, for the stamp "stamp.png" you would create another file named
"stamp_mirror.png", which will be used when the stamp is mirrored (rather than "stamp_mirror.png", which will be used when the stamp is mirrored (rather than
using a backwards version of "stamp.png"). using a backwards version of "stamp.png").
As of Tux Paint 0.9.18, you may similarly provide a pre-flipped image with " You may also provide a pre-flipped image with "_flip" in the name, and/or an
_flip" in the name, and/or an image that is both mirrored and flipped, by image that is both mirrored and flipped, by naming it "_mirror_flip".
naming it "_mirror_flip".
💡 Note: If the user flips and mirrors an image, and a pre-drawn "_mirror_flip" 💡 Note: If the user flips and mirrors an image, and a pre-drawn "_mirror_flip"
doesn't exist, but either "_flip" or "_mirror" does, it will be used, and doesn't exist, but either "_flip" or "_mirror" does, it will be used, and
@ -607,8 +607,8 @@ erase the outline.
To create this kind of 'starter' image, simply create an outlined black and To create this kind of 'starter' image, simply create an outlined black and
white picture in a paint program, and save it as a raster PNG file, or vector white picture in a paint program, and save it as a raster PNG file, or vector
SVG. If saving as a PNG, you may optionally render the image as SVG. If saving as a PNG, you may optionally render the image as
black-and-transparent, rather than black-and-white, but (as of Tux Paint black-and-transparent, rather than black-and-white, although this is not
0.9.21) this is not required. required.
### Scene-Style Starters ### ### Scene-Style Starters ###
@ -792,8 +792,7 @@ support all of the same options as starters.
'Templates' 'Templates'
'Template' images also appear in the 'New' dialog, along with solid color 'Template' images also appear in the 'New' dialog, along with solid color
background choices and 'Starters'. (Note: Tux Paint prior to version 0.9.22 did background choices and 'Starters'.
not have the 'Template' feature.)
Unlike pictures drawn in Tux Paint by users and then opened later, opening a Unlike pictures drawn in Tux Paint by users and then opened later, opening a
'template' creates a new drawing. When you save, the 'template' image is not 'template' creates a new drawing. When you save, the 'template' image is not
@ -957,12 +956,11 @@ source code ("/src/im.c"), and requires updates to the Makefile, to ensure the
On-screen Keyboard On-screen Keyboard
As of version 0.9.22, Tux Paint's 'Text' and 'Label' tools can present an Tux Paint's 'Text' and 'Label' tools can present an on-screen keyboard that
on-screen keyboard that allows the pointer (via a mouse, touch screen, allows the pointer (via a mouse, touch screen, eye-tracking systems, etc.) to
eye-tracking systems, etc.) to be used to input characters. Files that describe be used to input characters. Files that describe the layout and available keys
the layout and available keys are stored in Tux Paint "osk" directory. Each are stored in Tux Paint "osk" directory. Each keyboard layout is defined by a
keyboard layout is defined by a number of files (some of which may be shared by number of files (some of which may be shared by different layouts).
different layouts).
We'll use the QWERTY keyboard as an example: We'll use the QWERTY keyboard as an example:

View file

@ -5,7 +5,7 @@
Copyright © 2002-2025 by various contributors; see AUTHORS.txt. Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
January 9, 2025 January 12, 2025
+------------------------------+ +------------------------------+
| Table of Contents | | Table of Contents |
@ -36,9 +36,8 @@
If you installed Tux Paint, but did not install the separate, optional If you installed Tux Paint, but did not install the separate, optional
"Stamps" collection, quit Tux Paint and install it now. It should be "Stamps" collection, quit Tux Paint and install it now. It should be
available from the same place you got the main Tux Paint program. (Note: As available from the same place you got the main Tux Paint program. (Note:
of version 0.9.14, Tux Paint comes with a small collection of example Tux Paint ships with a very small collection of example stamps.)
stamps.)
If you don't want to install the default collection of stamps, you can just If you don't want to install the default collection of stamps, you can just
create your own. See the "Extending Tux Paint" documentation for more on create your own. See the "Extending Tux Paint" documentation for more on
@ -159,13 +158,6 @@
will need to specify an appropriate command using the "printcommand" option will need to specify an appropriate command using the "printcommand" option
in Tux Paint's configuration file. (See the "Options Documentation".) in Tux Paint's configuration file. (See the "Options Documentation".)
Note: Versions of Tux Paint prior to 0.9.15 used a different default
command for printing, "pngtopnm | pnmtops | lpr", as Tux Paint output PNG
format, rather than PostScript.
If you had changed your "printcommand" option prior to Tux Paint 0.9.15,
you will need to go back and alter it to accept PostScript.
→ I get the message "You can't print yet!" when I go to print ← → I get the message "You can't print yet!" when I go to print ←

View file

@ -2,10 +2,10 @@
version 0.9.35 version 0.9.35
Installation Documentation Installation Documentation
Copyright © 2002-2024 by various contributors; see AUTHORS.txt. Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
April 29, 2024 January 12, 2025
+---------------------------------------------------+ +---------------------------------------------------+
| Table of Contents | | Table of Contents |
@ -85,9 +85,9 @@ readily available for installation as part of your Linux distribution.
→ libpaper (Linux/Unix only) ← → libpaper (Linux/Unix only) ←
As of Tux Paint 0.9.17, Tux Paint can determine your system's default paper Tux Paint can determine your system's default paper size (e.g., A4 or
size (e.g., A4 or Letter), or can be told to use a particular paper size, Letter), or can be told to use a particular paper size, thanks to
thanks to "libpaper". "libpaper".
https://github.com/naota/libpaper https://github.com/naota/libpaper
@ -104,9 +104,9 @@ readily available for installation as part of your Linux distribution.
→ SVG graphics support ← → SVG graphics support ←
As of Tux Paint 0.9.17, Tux Paint can load SVG (Scalable Vector Graphics) Tux Paint can load SVG (Scalable Vector Graphics) images as stamps. Two
images as stamps. Two sets of libraries are supported, and SVG support can sets of libraries are supported, and SVG support can be completely disabled
be completely disabled (via "make SVG_LIB:=") (via "make SVG_LIB:=")
→ librsvg-2 & libCairo2 (newer libraries) ← → librsvg-2 & libCairo2 (newer libraries) ←
@ libRSVG 2: http://librsvg.sourceforge.net/ @ libRSVG 2: http://librsvg.sourceforge.net/
@ -159,9 +159,8 @@ July 10, 2022 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp>
## Compiling Set-Up ## ## Compiling Set-Up ##
As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile" includes The "Makefile" includes support for building on a Windows system using MinGW/
support for building on a Windows system using MinGW/MSYS (https:// MSYS (https://sourceforge.net/projects/msys2/).
sourceforge.net/projects/msys2/).
Many tools and libraries are required to build Tux Paint. The package Many tools and libraries are required to build Tux Paint. The package
management system "pacman" helps you install them automatically solving management system "pacman" helps you install them automatically solving

View file

@ -3,10 +3,10 @@
### Magic Tool Plugin API Documentation ### ### Magic Tool Plugin API Documentation ###
Copyright © 2007-2024 by various contributors; see AUTHORS.txt. Copyright © 2007-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
September 17, 2024 January 12, 2025
+--------------------------------------------------+ +--------------------------------------------------+
| Table of Contents | | Table of Contents |
@ -43,9 +43,8 @@
Overview Overview
Beginning with version 0.9.18, Tux Paint's 'Magic' tools were converted from Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux
routines that lived within the application itself, to a set of 'plugins' that Paint starts up.
are loaded when Tux Paint starts up.
This division allows more rapid development of 'Magic' tools, and allows This division allows more rapid development of 'Magic' tools, and allows
programmers to create and test new tools without needing to integrate them programmers to create and test new tools without needing to integrate them

View file

@ -3,10 +3,10 @@
### Options Documentation ### ### Options Documentation ###
Copyright © 2002-2024 by various contributors; see AUTHORS.txt. Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
April 29, 2024 January 12, 2025
+--------------------------------------------+ +--------------------------------------------+
| Table of Contents | | Table of Contents |
@ -315,14 +315,8 @@ settings will override these. See the "Command-Line Options" section, below.)
→ nobuttondistinction=yes ← → nobuttondistinction=yes ←
Prior to Tux Paint 0.9.15, the middle and right buttons on a mouse could For children who have trouble with the mouse, this distinction between the
also be used for clicking. In version 0.9.15, it was changed so that only two or three buttons on a mouse may be disabled by using this option.
the left mouse button worked, so as to not train children to use the wrong
button.
However, for children who have trouble with the mouse, this distinction
between the two or three buttons on a mouse can be disabled (returning Tux
Paint to its old behavior) by using this option.
⚙ Note: If used in a system-wide configuration file, may be overridden by ⚙ Note: If used in a system-wide configuration file, may be overridden by
the user's configuration file using "nobuttondistinction=no" or the user's configuration file using "nobuttondistinction=no" or
@ -1022,12 +1016,6 @@ settings will override these. See the "Command-Line Options" section, below.)
lpr lpr
📜 Note: Versions of Tux Paint prior to 0.9.15 sent PNG format data to
the print command (which defaulted to "pngtopnm | pnmtops | lpr").
If you set an alternative printcommand in the configuration file prior
to version 0.9.15, you will need to change it.
→ altprintcommand=COMMAND ← → altprintcommand=COMMAND ←

View file

@ -95,12 +95,12 @@
version 0.9.35 </h1> version 0.9.35 </h1>
<p> <p>
Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2025 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
December 25, 2024 </p> January 12, 2025 </p>
</center> </center>
</header> </header>
@ -337,7 +337,7 @@
<dt><strong>Brush Spacing</strong></dt> <dt><strong>Brush Spacing</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint version 0.9.16, you can now specify the spacing for brushes (that is, how often they are drawn). By default, the spacing will be the brush's height, divided by 4. </p> You may specify the spacing for brushes &mdash; that is, how frequently they are drawn across the length of a line or stroke. By default, the spacing will be the brush's height, divided by 4. </p>
<p> <p>
Add a line containing the line "<code><b>spacing=<i>N</i></b></code>" to the brush's data file, where "<i>N</i>" is the spacing you want for the brush. (The lower the number, the more often the brush is drawn.) </p> Add a line containing the line "<code><b>spacing=<i>N</i></b></code>" to the brush's data file, where "<i>N</i>" is the spacing you want for the brush. (The lower the number, the more often the brush is drawn.) </p>
</dd> </dd>
@ -345,9 +345,9 @@
<dt><strong>Animated Brushes</strong></dt> <dt><strong>Animated Brushes</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint version 0.9.16, you may now create animated brushes. As the brush is used, each frame of the animation is drawn. </p> Brushes may be animated. As the brush is used, each frame of the animation is drawn in sequence. </p>
<p> <p>
Lay each frame out across a wide PNG image. For example, if your brush is 30x30 and you have 5 frames, the image should be 150x30. </p> Lay each frame out across a wide PNG image. For example, if the brush is 30x30 and there are 5 frames, the image should be 150x30. </p>
<p> <p>
Add a line containing the line "<code><b>frames=<i>N</i></b></code>" to the brush's data file, where "<i>N</i>" is the number of frames in the brush. </p> Add a line containing the line "<code><b>frames=<i>N</i></b></code>" to the brush's data file, where "<i>N</i>" is the number of frames in the brush. </p>
<p class="note"> <p class="note">
@ -357,9 +357,9 @@
<dt><strong>Directional Brushes</strong></dt> <dt><strong>Directional Brushes</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint version 0.9.16, you may now create directional brushes. As the brush is used, different shapes are drawn, depending on the direction the brush is going. </p> Brushes may be configured to draw a different shape based on the direction of the line or brush stroke. Different shapes will be drawn depending on which of the eight compass directions the brush is moving &mdash; up (aka North), up/right (aka Northeast), right (aka East), down/right (aka Southeast), etc.). A ninth "center" shape is used when there's no motion (e.g., simply clicking/tapping and releasing the "Paint" tool, without dragging). </p>
<p> <p>
The directional shapes are divided into a 3x3 square in a PNG image. For example, if your brush is 30x30, the image should be 90x90, and each of the direction's shapes placed in a 3x3 grid. The center region is used for no motion. The top right is used for motion that's both up, and to the right. And so on. </p> The directional shapes are divided into a 3x3 square in a PNG image. For example, if your brush is 30x30, the image should be 90x90, and each of the direction's shapes placed in a 3x3 grid. </p>
<p> <p>
Add a line containing the word "<code><b>directional</b></code>" to the brush's data file. </p> Add a line containing the word "<code><b>directional</b></code>" to the brush's data file. </p>
</dd> </dd>
@ -367,7 +367,7 @@
<dt><strong>Rotating Brushes</strong></dt> <dt><strong>Rotating Brushes</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint version 0.9.27, you may now create rotating brushes. As the brush is used, it is rotated 360 degrees, depending on the direction the brush is going. </p> Brushes may be configured to rotate based on the angle of the line or brush stroke. (Unlike Directional Brushes, described above, only a single brush shape may be provided. </p>
<p> <p>
Add a line containing the word "<code><b>rotate</b></code>" to the brush's data file. </p> Add a line containing the word "<code><b>rotate</b></code>" to the brush's data file. </p>
</dd> </dd>
@ -375,7 +375,7 @@
<dt><strong>Chaotic Brushes</strong></dt> <dt><strong>Chaotic Brushes</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint version 0.9.34, brushes can be configured to continuously pick random directions as you draw with them. </p> Brushes may be configured to continuously choose a random direction as you draw with them. </p>
<p> <p>
Add a line containing the word "<code><b>chaotic</b></code>" to the brush's data file. </p> Add a line containing the word "<code><b>chaotic</b></code>" to the brush's data file. </p>
</dd> </dd>
@ -424,7 +424,7 @@
alt="" alt=""
align="right"> align="right">
<p> <p>
As of Tux Paint version 0.9.17, Stamps may be either PNG bitmap images or SVG vector images. They can be full-color or greyscale. The alpha (transparency) channel of PNGs is used to determine the actual shape of the picture (otherwise you'll stamp a large rectangle on your drawings). </p> Stamps may be either PNG bitmap images or SVG vector images. They can be full-color or greyscale. The alpha (transparency) channel of PNGs is used to determine the actual shape of the picture (otherwise you'll stamp a large rectangle on your drawings). </p>
<p> <p>
PNGs can be any size, and Tux Paint (by default) provides a set of sizing buttons to let the user scale the stamp up (larger) and down (smaller). </p> PNGs can be any size, and Tux Paint (by default) provides a set of sizing buttons to let the user scale the stamp up (larger) and down (smaller). </p>
@ -662,7 +662,7 @@
For example, for the stamp "<code>stamp.png</code>" you would create another file named "<code>stamp_mirror.png</code>", which will be used when the stamp is mirrored (rather than using a backwards version of "<code>stamp.png</code>"). </p> For example, for the stamp "<code>stamp.png</code>" you would create another file named "<code>stamp_mirror.png</code>", which will be used when the stamp is mirrored (rather than using a backwards version of "<code>stamp.png</code>"). </p>
<p> <p>
As of Tux Paint 0.9.18, you may similarly provide a pre-flipped image with "<code><b>_flip</b></code>" in the name, and/or an image that is both mirrored and flipped, by naming it "<code><b>_mirror_flip</b></code>". </p> You may also provide a pre-flipped image with "<code><b>_flip</b></code>" in the name, and/or an image that is both mirrored <em>and</em> flipped, by naming it "<code><b>_mirror_flip</b></code>". </p>
<p class="note"> <p class="note">
<span title="Information">&#128161;</span> <strong>Note:</strong> If the user flips and mirrors an image, and a pre-drawn "<code>_mirror_flip</code>" doesn't exist, but either "<code>_flip</code>" or "<code>_mirror</code>" does, it will be used, and mirrored or flipped, respectively. </p> <span title="Information">&#128161;</span> <strong>Note:</strong> If the user flips and mirrors an image, and a pre-drawn "<code>_mirror_flip</code>" doesn't exist, but either "<code>_flip</code>" or "<code>_mirror</code>" does, it will be used, and mirrored or flipped, respectively. </p>
@ -720,7 +720,7 @@
The most basic kind of 'starter' is similar to a picture in a coloring book. It's an outline of a shape which you can then color in and add details to. In Tux Paint, as you draw, type text, or stamp stamps, the outline remains 'above' what you draw. You can erase the parts of the drawing you made, but you can't erase the outline. </p> The most basic kind of 'starter' is similar to a picture in a coloring book. It's an outline of a shape which you can then color in and add details to. In Tux Paint, as you draw, type text, or stamp stamps, the outline remains 'above' what you draw. You can erase the parts of the drawing you made, but you can't erase the outline. </p>
<p> <p>
To create this kind of 'starter' image, simply create an outlined black and white picture in a paint program, and save it as a raster PNG file, or vector SVG. If saving as a PNG, you may optionally render the image as black-and-transparent, rather than black-and-white, but (as of Tux Paint 0.9.21) this is not required. </p> To create this kind of 'starter' image, simply create an outlined black and white picture in a paint program, and save it as a raster PNG file, or vector SVG. If saving as a PNG, you may optionally render the image as black-and-transparent, rather than black-and-white, although this is not required. </p>
</section><!-- H2: Coloring-Book Style Starters --> </section><!-- H2: Coloring-Book Style Starters -->
<section><!-- H2: Scene-Style Starters --> <section><!-- H2: Scene-Style Starters -->
@ -957,7 +957,7 @@
alt="" alt=""
align="right"> align="right">
<p> <p>
'Template' images also appear in the 'New' dialog, along with solid color background choices and 'Starters'. (Note: Tux Paint prior to version 0.9.22 did not have the 'Template' feature.) </p> 'Template' images also appear in the 'New' dialog, along with solid color background choices and 'Starters'. </p>
<p> <p>
Unlike pictures drawn in Tux Paint by users and then opened later, opening a 'template' creates a new drawing. When you save, the 'template' image is not overwritten. Unlike 'starters', there is no immutable 'layer' above the canvas. You may draw over any part of it. </p> Unlike pictures drawn in Tux Paint by users and then opened later, opening a 'template' creates a new drawing. When you save, the 'template' image is not overwritten. Unlike 'starters', there is no immutable 'layer' above the canvas. You may draw over any part of it. </p>
@ -1118,7 +1118,7 @@
</header> </header>
<p> <p>
As of version 0.9.22, Tux Paint's 'Text' and 'Label' tools can present an on-screen keyboard that allows the pointer (via a mouse, touch screen, eye-tracking systems, etc.) to be used to input characters. Files that describe the layout and available keys are stored in Tux Paint "<code>osk</code>" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts). </p> Tux Paint's 'Text' and 'Label' tools can present an on-screen keyboard that allows the pointer (via a mouse, touch screen, eye-tracking systems, etc.) to be used to input characters. Files that describe the layout and available keys are stored in Tux Paint "<code>osk</code>" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts). </p>
<p> <p>
We'll use the QWERTY keyboard as an example: </p> We'll use the QWERTY keyboard as an example: </p>

View file

@ -96,7 +96,7 @@
</p> </p>
<p> <p>
January 9, 2025 </p> January 12, 2025 </p>
</center> </center>
<table border="2" <table border="2"
@ -141,7 +141,7 @@
This means that Tux Paint either couldn't find any stamp images, or was asked not to load them. </p> This means that Tux Paint either couldn't find any stamp images, or was asked not to load them. </p>
<p> <p>
If you installed Tux Paint, but did not install the separate, optional "Stamps" collection, quit Tux Paint and install it now. It should be available from the same place you got the main Tux Paint program. <i>(Note: As of version 0.9.14, Tux Paint comes with a small collection of example stamps.)</i> </p> If you installed Tux Paint, but did not install the separate, optional "Stamps" collection, quit Tux Paint and install it now. It should be available from the same place you got the main Tux Paint program. <i>(Note: Tux Paint ships with a very small collection of example stamps.)</i> </p>
<p> <p>
If you don't want to install the default collection of stamps, you can just create your own. See the "Extending Tux Paint" documentation for more on creating PNG and SVG image files, TXT text description files, Ogg Vorbis, MP3 or WAV sound files, and DAT text data files that make up stamps. </p> If you don't want to install the default collection of stamps, you can just create your own. See the "Extending Tux Paint" documentation for more on creating PNG and SVG image files, TXT text description files, Ogg Vorbis, MP3 or WAV sound files, and DAT text data files that make up stamps. </p>
@ -286,12 +286,6 @@
<p> <p>
If that program is not available (for example, you're using CUPS, the Common Unix Printing System, and do not have "<code>cups-lpr</code>" installed), you will need to specify an appropriate command using the "<code>printcommand</code>" option in Tux Paint's configuration file. (See the "Options Documentation".) </p> If that program is not available (for example, you're using CUPS, the Common Unix Printing System, and do not have "<code>cups-lpr</code>" installed), you will need to specify an appropriate command using the "<code>printcommand</code>" option in Tux Paint's configuration file. (See the "Options Documentation".) </p>
<p>
<i>Note:</i> Versions of Tux Paint prior to 0.9.15 used a different default command for printing, "<code>pngtopnm | pnmtops | lpr</code>", as Tux Paint output PNG format, rather than PostScript. </p>
<p>
If you had changed your "printcommand" option prior to Tux Paint 0.9.15, you will need to go back and alter it to accept PostScript. </p>
</dd> </dd>
<dt> <dt>

View file

@ -93,12 +93,12 @@
Installation Documentation </h1> Installation Documentation </h1>
<p> <p>
Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2025 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
April 29, 2024 </p> January 12, 2025 </p>
</center> </center>
</header> </header>
@ -206,7 +206,7 @@
<dt><strong>libpaper (Linux/Unix only)</strong></dt> <dt><strong>libpaper (Linux/Unix only)</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint 0.9.17, Tux Paint can determine your system's default paper size (e.g., A4 or Letter), or can be told to use a particular paper size, thanks to "libpaper". </p> Tux Paint can determine your system's default paper size (e.g., A4 or Letter), or can be told to use a particular paper size, thanks to "libpaper". </p>
<p> <p>
<a href="https://github.com/naota/libpaper">https://github.com/naota/libpaper</a> <a href="https://github.com/naota/libpaper">https://github.com/naota/libpaper</a>
@ -226,7 +226,7 @@
<dt><strong>SVG graphics support</strong></dt> <dt><strong>SVG graphics support</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint 0.9.17, Tux Paint can load SVG (Scalable Vector Graphics) images as stamps. Two sets of libraries are supported, and SVG support can be completely disabled (via "<code style="white-space: nowrap;">make SVG_LIB:=</code>") </p> Tux Paint can load SVG (Scalable Vector Graphics) images as stamps. Two sets of libraries are supported, and SVG support can be completely disabled (via "<code style="white-space: nowrap;">make SVG_LIB:=</code>") </p>
<dl> <dl>
<dt>librsvg-2 &amp; libCairo2 (newer libraries)</dt> <dt>librsvg-2 &amp; libCairo2 (newer libraries)</dt>
@ -311,7 +311,7 @@
</header> </header>
<p> <p>
As of February 2005 (starting with Tux Paint 0.9.15), the "<code>Makefile</code>" includes support for building on a Windows system using MinGW/MSYS (<a href="https://sourceforge.net/projects/msys2/">https://sourceforge.net/projects/msys2/</a>). </p> The "<code>Makefile</code>" includes support for building on a Windows system using MinGW/MSYS (<a href="https://sourceforge.net/projects/msys2/">https://sourceforge.net/projects/msys2/</a>). </p>
<p> <p>
Many tools and libraries are required to build Tux Paint. The package management system "<code>pacman</code>" helps you install them automatically solving complicated dependencies. </p> Many tools and libraries are required to build Tux Paint. The package management system "<code>pacman</code>" helps you install them automatically solving complicated dependencies. </p>

View file

@ -97,12 +97,12 @@
Magic Tool Plugin API Documentation </h2> Magic Tool Plugin API Documentation </h2>
<p> <p>
Copyright &copy; 2007-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2007-2025 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
September 17, 2024 </p> January 12, 2025 </p>
</center> </center>
</header> </header>
@ -153,7 +153,7 @@
</header> </header>
<p> <p>
Beginning with version 0.9.18, Tux Paint's 'Magic' tools were converted from routines that lived within the application itself, to a set of 'plugins' that are loaded when Tux Paint starts up. </p> Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux Paint starts up. </p>
<p> <p>
This division allows more rapid development of 'Magic' tools, and allows programmers to create and test new tools without needing to integrate them within the main Tux Paint source code. (Users of more professional graphics tools, such as GIMP, should be familiar with this plugin concept.) </div> This division allows more rapid development of 'Magic' tools, and allows programmers to create and test new tools without needing to integrate them within the main Tux Paint source code. (Users of more professional graphics tools, such as GIMP, should be familiar with this plugin concept.) </div>

View file

@ -97,12 +97,12 @@
Options Documentation </h2> Options Documentation </h2>
<p> <p>
Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2025 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
April 29, 2024 </p> January 12, 2025 </p>
</center> </center>
</header> </header>
@ -519,10 +519,7 @@
<dd> <dd>
<p> <p>
Prior to Tux Paint 0.9.15, the middle and right buttons on a mouse could also be used for clicking. In version 0.9.15, it was changed so that <i>only</i> the left mouse button worked, so as to not train children to use the wrong button. </p> For children who have trouble with the mouse, this distinction between the two or three buttons on a mouse may be disabled by using this option. </p>
<p>
However, for children who have trouble with the mouse, this distinction between the two or three buttons on a mouse can be disabled (returning Tux Paint to its old behavior) by using this option. </p>
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nobuttondistinction=no</code>" or "<code>buttondistinction=yes</code>". In both cases, may be overridden by the command-line option "<code>--buttondistinction</code>". </p> <span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nobuttondistinction=no</code>" or "<code>buttondistinction=yes</code>". In both cases, may be overridden by the command-line option "<code>--buttondistinction</code>". </p>
</dd> </dd>
@ -1637,12 +1634,6 @@
<blockquote> <blockquote>
<code>lpr</code> <code>lpr</code>
</blockquote> </blockquote>
<p class="note">
<span title="Version variation">&#128220;</span> <b>Note:</b> Versions of Tux Paint prior to 0.9.15 sent PNG format data to the print command (which defaulted to "<code>pngtopnm | pnmtops | lpr</code>"). </p>
<p>
If you set an alternative <code><b>printcommand</b></code> in the configuration file prior to version 0.9.15, you will need to change it. </p>
</dd> </dd>
<dt> <dt>

View file

@ -2,10 +2,10 @@
Tux Paint Tux Paint
versión 0.9.35 versión 0.9.35
Copyright © 2002-2024 by various contributors; see AUTHORS.txt. Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
diciembre 25, 2024 enero 12, 2025
+-----------------------------------------+ +-----------------------------------------+
| Table of Contents | | Table of Contents |
@ -214,9 +214,9 @@ directory.)
→ Brush Spacing ← → Brush Spacing ←
As of Tux Paint version 0.9.16, you can now specify the spacing for brushes You may specify the spacing for brushes — that is, how frequently they are
(that is, how often they are drawn). By default, the spacing will be the drawn across the length of a line or stroke. By default, the spacing will
brush's height, divided by 4. be the brush's height, divided by 4.
Add a line containing the line "spacing=N" to the brush's data file, where Add a line containing the line "spacing=N" to the brush's data file, where
"N" is the spacing you want for the brush. (The lower the number, the more "N" is the spacing you want for the brush. (The lower the number, the more
@ -226,11 +226,11 @@ directory.)
→ Animated Brushes ← → Animated Brushes ←
As of Tux Paint version 0.9.16, you may now create animated brushes. As the Brushes may be animated. As the brush is used, each frame of the animation
brush is used, each frame of the animation is drawn. is drawn in sequence.
Lay each frame out across a wide PNG image. For example, if your brush is Lay each frame out across a wide PNG image. For example, if the brush is
30x30 and you have 5 frames, the image should be 150x30. 30x30 and there are 5 frames, the image should be 150x30.
Add a line containing the line "frames=N" to the brush's data file, where " Add a line containing the line "frames=N" to the brush's data file, where "
N" is the number of frames in the brush. N" is the number of frames in the brush.
@ -242,15 +242,16 @@ directory.)
→ Directional Brushes ← → Directional Brushes ←
As of Tux Paint version 0.9.16, you may now create directional brushes. As Brushes may be configured to draw a different shape based on the direction
the brush is used, different shapes are drawn, depending on the direction of the line or brush stroke. Different shapes will be drawn depending on
the brush is going. which of the eight compass directions the brush is moving — up (aka North),
up/right (aka Northeast), right (aka East), down/right (aka Southeast),
etc.). A ninth "center" shape is used when there's no motion (e.g., simply
clicking/tapping and releasing the "Paint" tool, without dragging).
The directional shapes are divided into a 3x3 square in a PNG image. For The directional shapes are divided into a 3x3 square in a PNG image. For
example, if your brush is 30x30, the image should be 90x90, and each of the example, if your brush is 30x30, the image should be 90x90, and each of the
direction's shapes placed in a 3x3 grid. The center region is used for no direction's shapes placed in a 3x3 grid.
motion. The top right is used for motion that's both up, and to the right.
And so on.
Add a line containing the word "directional" to the brush's data file. Add a line containing the word "directional" to the brush's data file.
@ -258,9 +259,9 @@ directory.)
→ Rotating Brushes ← → Rotating Brushes ←
As of Tux Paint version 0.9.27, you may now create rotating brushes. As the Brushes may be configured to rotate based on the angle of the line or brush
brush is used, it is rotated 360 degrees, depending on the direction the stroke. (Unlike Directional Brushes, described above, only a single brush
brush is going. shape may be provided.
Add a line containing the word "rotate" to the brush's data file. Add a line containing the word "rotate" to the brush's data file.
@ -268,8 +269,8 @@ directory.)
→ Chaotic Brushes ← → Chaotic Brushes ←
As of Tux Paint version 0.9.34, brushes can be configured to continuously Brushes may be configured to continuously choose a random direction as you
pick random directions as you draw with them. draw with them.
Add a line containing the word "chaotic" to the brush's data file. Add a line containing the word "chaotic" to the brush's data file.
@ -310,10 +311,10 @@ sub-folders.)
Rubber Stamps in Tux Paint can be made up of a number of separate files. The Rubber Stamps in Tux Paint can be made up of a number of separate files. The
one file that is required is, of course, the picture itself. one file that is required is, of course, the picture itself.
As of Tux Paint version 0.9.17, Stamps may be either PNG bitmap images or SVG Stamps may be either PNG bitmap images or SVG vector images. They can be
vector images. They can be full-color or greyscale. The alpha (transparency) full-color or greyscale. The alpha (transparency) channel of PNGs is used to
channel of PNGs is used to determine the actual shape of the picture (otherwise determine the actual shape of the picture (otherwise you'll stamp a large
you'll stamp a large rectangle on your drawings). rectangle on your drawings).
PNGs can be any size, and Tux Paint (by default) provides a set of sizing PNGs can be any size, and Tux Paint (by default) provides a set of sizing
buttons to let the user scale the stamp up (larger) and down (smaller). buttons to let the user scale the stamp up (larger) and down (smaller).
@ -571,9 +572,8 @@ For example, for the stamp "stamp.png" you would create another file named
"stamp_mirror.png", which will be used when the stamp is mirrored (rather than "stamp_mirror.png", which will be used when the stamp is mirrored (rather than
using a backwards version of "stamp.png"). using a backwards version of "stamp.png").
As of Tux Paint 0.9.18, you may similarly provide a pre-flipped image with " You may also provide a pre-flipped image with "_flip" in the name, and/or an
_flip" in the name, and/or an image that is both mirrored and flipped, by image that is both mirrored and flipped, by naming it "_mirror_flip".
naming it "_mirror_flip".
💡 Note: If the user flips and mirrors an image, and a pre-drawn "_mirror_flip" 💡 Note: If the user flips and mirrors an image, and a pre-drawn "_mirror_flip"
doesn't exist, but either "_flip" or "_mirror" does, it will be used, and doesn't exist, but either "_flip" or "_mirror" does, it will be used, and
@ -607,8 +607,8 @@ erase the outline.
To create this kind of 'starter' image, simply create an outlined black and To create this kind of 'starter' image, simply create an outlined black and
white picture in a paint program, and save it as a raster PNG file, or vector white picture in a paint program, and save it as a raster PNG file, or vector
SVG. If saving as a PNG, you may optionally render the image as SVG. If saving as a PNG, you may optionally render the image as
black-and-transparent, rather than black-and-white, but (as of Tux Paint black-and-transparent, rather than black-and-white, although this is not
0.9.21) this is not required. required.
### Scene-Style Starters ### ### Scene-Style Starters ###
@ -792,8 +792,7 @@ support all of the same options as starters.
'Templates' 'Templates'
'Template' images also appear in the 'New' dialog, along with solid color 'Template' images also appear in the 'New' dialog, along with solid color
background choices and 'Starters'. (Note: Tux Paint prior to version 0.9.22 did background choices and 'Starters'.
not have the 'Template' feature.)
Unlike pictures drawn in Tux Paint by users and then opened later, opening a Unlike pictures drawn in Tux Paint by users and then opened later, opening a
'template' creates a new drawing. When you save, the 'template' image is not 'template' creates a new drawing. When you save, the 'template' image is not
@ -957,12 +956,11 @@ source code ("/src/im.c"), and requires updates to the Makefile, to ensure the
On-screen Keyboard On-screen Keyboard
As of version 0.9.22, Tux Paint's 'Text' and 'Label' tools can present an Tux Paint's 'Text' and 'Label' tools can present an on-screen keyboard that
on-screen keyboard that allows the pointer (via a mouse, touch screen, allows the pointer (via a mouse, touch screen, eye-tracking systems, etc.) to
eye-tracking systems, etc.) to be used to input characters. Files that describe be used to input characters. Files that describe the layout and available keys
the layout and available keys are stored in Tux Paint "osk" directory. Each are stored in Tux Paint "osk" directory. Each keyboard layout is defined by a
keyboard layout is defined by a number of files (some of which may be shared by number of files (some of which may be shared by different layouts).
different layouts).
We'll use the QWERTY keyboard as an example: We'll use the QWERTY keyboard as an example:

View file

@ -5,7 +5,7 @@
Copyright © 2002-2025 by various contributors; see AUTHORS.txt. Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
enero 9, 2025 enero 12, 2025
+------------------------------+ +------------------------------+
| Table of Contents | | Table of Contents |
@ -36,9 +36,8 @@
If you installed Tux Paint, but did not install the separate, optional If you installed Tux Paint, but did not install the separate, optional
"Stamps" collection, quit Tux Paint and install it now. It should be "Stamps" collection, quit Tux Paint and install it now. It should be
available from the same place you got the main Tux Paint program. (Note: As available from the same place you got the main Tux Paint program. (Note:
of version 0.9.14, Tux Paint comes with a small collection of example Tux Paint ships with a very small collection of example stamps.)
stamps.)
If you don't want to install the default collection of stamps, you can just If you don't want to install the default collection of stamps, you can just
create your own. See the "Extending Tux Paint" documentation for more on create your own. See the "Extending Tux Paint" documentation for more on
@ -159,13 +158,6 @@
will need to specify an appropriate command using the "printcommand" option will need to specify an appropriate command using the "printcommand" option
in Tux Paint's configuration file. (See the "Options Documentation".) in Tux Paint's configuration file. (See the "Options Documentation".)
Note: Versions of Tux Paint prior to 0.9.15 used a different default
command for printing, "pngtopnm | pnmtops | lpr", as Tux Paint output PNG
format, rather than PostScript.
If you had changed your "printcommand" option prior to Tux Paint 0.9.15,
you will need to go back and alter it to accept PostScript.
→ I get the message "You can't print yet!" when I go to print ← → I get the message "You can't print yet!" when I go to print ←

View file

@ -2,10 +2,10 @@
versión 0.9.35 versión 0.9.35
Installation Documentation Installation Documentation
Copyright © 2002-2024 by various contributors; see AUTHORS.txt. Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
abril 29, 2024 enero 12, 2025
+---------------------------------------------------+ +---------------------------------------------------+
| Table of Contents | | Table of Contents |
@ -85,9 +85,9 @@ readily available for installation as part of your Linux distribution.
→ libpaper (Linux/Unix only) ← → libpaper (Linux/Unix only) ←
As of Tux Paint 0.9.17, Tux Paint can determine your system's default paper Tux Paint can determine your system's default paper size (e.g., A4 or
size (e.g., A4 or Letter), or can be told to use a particular paper size, Letter), or can be told to use a particular paper size, thanks to
thanks to "libpaper". "libpaper".
https://github.com/naota/libpaper https://github.com/naota/libpaper
@ -104,9 +104,9 @@ readily available for installation as part of your Linux distribution.
→ SVG graphics support ← → SVG graphics support ←
As of Tux Paint 0.9.17, Tux Paint can load SVG (Scalable Vector Graphics) Tux Paint can load SVG (Scalable Vector Graphics) images as stamps. Two
images as stamps. Two sets of libraries are supported, and SVG support can sets of libraries are supported, and SVG support can be completely disabled
be completely disabled (via "make SVG_LIB:=") (via "make SVG_LIB:=")
→ librsvg-2 & libCairo2 (newer libraries) ← → librsvg-2 & libCairo2 (newer libraries) ←
@ libRSVG 2: http://librsvg.sourceforge.net/ @ libRSVG 2: http://librsvg.sourceforge.net/
@ -159,9 +159,8 @@ julio 10, 2022 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp>
## Compiling Set-Up ## ## Compiling Set-Up ##
As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile" includes The "Makefile" includes support for building on a Windows system using MinGW/
support for building on a Windows system using MinGW/MSYS (https:// MSYS (https://sourceforge.net/projects/msys2/).
sourceforge.net/projects/msys2/).
Many tools and libraries are required to build Tux Paint. The package Many tools and libraries are required to build Tux Paint. The package
management system "pacman" helps you install them automatically solving management system "pacman" helps you install them automatically solving

View file

@ -3,10 +3,10 @@
### Magic Tool Plugin API Documentation ### ### Magic Tool Plugin API Documentation ###
Copyright © 2007-2024 by various contributors; see AUTHORS.txt. Copyright © 2007-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
septiembre 17, 2024 enero 12, 2025
+--------------------------------------------------+ +--------------------------------------------------+
| Table of Contents | | Table of Contents |
@ -43,9 +43,8 @@
Overview Overview
Beginning with version 0.9.18, Tux Paint's 'Magic' tools were converted from Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux
routines that lived within the application itself, to a set of 'plugins' that Paint starts up.
are loaded when Tux Paint starts up.
This division allows more rapid development of 'Magic' tools, and allows This division allows more rapid development of 'Magic' tools, and allows
programmers to create and test new tools without needing to integrate them programmers to create and test new tools without needing to integrate them

View file

@ -3,10 +3,10 @@
### Options Documentation ### ### Options Documentation ###
Copyright © 2002-2024 by various contributors; see AUTHORS.txt. Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
abril 29, 2024 enero 12, 2025
+--------------------------------------------+ +--------------------------------------------+
| Table of Contents | | Table of Contents |
@ -315,14 +315,8 @@ settings will override these. See the "Command-Line Options" section, below.)
→ nobuttondistinction=yes ← → nobuttondistinction=yes ←
Prior to Tux Paint 0.9.15, the middle and right buttons on a mouse could For children who have trouble with the mouse, this distinction between the
also be used for clicking. In version 0.9.15, it was changed so that only two or three buttons on a mouse may be disabled by using this option.
the left mouse button worked, so as to not train children to use the wrong
button.
However, for children who have trouble with the mouse, this distinction
between the two or three buttons on a mouse can be disabled (returning Tux
Paint to its old behavior) by using this option.
⚙ Note: If used in a system-wide configuration file, may be overridden by ⚙ Note: If used in a system-wide configuration file, may be overridden by
the user's configuration file using "nobuttondistinction=no" or the user's configuration file using "nobuttondistinction=no" or
@ -1022,12 +1016,6 @@ settings will override these. See the "Command-Line Options" section, below.)
lpr lpr
📜 Note: Versions of Tux Paint prior to 0.9.15 sent PNG format data to
the print command (which defaulted to "pngtopnm | pnmtops | lpr").
If you set an alternative printcommand in the configuration file prior
to version 0.9.15, you will need to change it.
→ altprintcommand=COMMAND ← → altprintcommand=COMMAND ←

View file

@ -95,12 +95,12 @@
versi&oacute;n 0.9.35 </h1> versi&oacute;n 0.9.35 </h1>
<p> <p>
Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2025 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
diciembre 25, 2024 </p> enero 12, 2025 </p>
</center> </center>
</header> </header>
@ -231,7 +231,7 @@
<p> <p>
Your personal Tux Paint folder is stored in your personal "Application Data". For example, on newer Windows: Your personal Tux Paint folder is stored in your personal "Application Data". For example, on newer Windows:
<blockquote> <blockquote>
<nobr><code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\</code></nobr> </blockquote> <nobr><code style='background: #EEE;'>C:\Users\<i>username</i>\AppData\Roaming\TuxPaint\</code></nobr> </blockquote>
</p> </p>
</dd> </dd>
@ -246,7 +246,7 @@
<dt><strong>Linux and Unix</strong></dt> <dt><strong>Linux and Unix</strong></dt>
<dd> <dd>
<p> <p>
Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/</code>"</nobr>. </p> Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaint/</code>"</nobr>. </p>
<p> <p>
Don't forget the period ("<code>.</code>") before the "<code>tuxpaint</code>"! </p> Don't forget the period ("<code>.</code>") before the "<code>tuxpaint</code>"! </p>
</dd> </dd>
@ -256,7 +256,7 @@
To add your own brushes, stamps, 'starters,' templates, and fonts, create subdirectories under your personal Tux Paint directory named "<code><b>brushes</b></code>", "<code><b>stamps</b></code>", "<code><b>starters</b></code>", "<code><b>templates</b></code>", "<code><b>fonts</b></code>", respectively. </p> To add your own brushes, stamps, 'starters,' templates, and fonts, create subdirectories under your personal Tux Paint directory named "<code><b>brushes</b></code>", "<code><b>stamps</b></code>", "<code><b>starters</b></code>", "<code><b>templates</b></code>", "<code><b>fonts</b></code>", respectively. </p>
<p> <p>
(For example, if you created a brush named <nobr>"<code style='background: #EEE;'>flower.png</code>"</nobr>, you would put it in <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/brushes/</code>"</nobr> under Linux or Unix.) </p> (For example, if you created a brush named <nobr>"<code style='background: #EEE;'>flower.png</code>"</nobr>, you would put it in <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaint/brushes/</code>"</nobr> under Linux or Unix.) </p>
</section><!-- H2: Personal Files --> </section><!-- H2: Personal Files -->
</section><!-- H1: Where Files Go --> </section><!-- H1: Where Files Go -->
@ -337,7 +337,7 @@
<dt><strong>Brush Spacing</strong></dt> <dt><strong>Brush Spacing</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint version 0.9.16, you can now specify the spacing for brushes (that is, how often they are drawn). By default, the spacing will be the brush's height, divided by 4. </p> You may specify the spacing for brushes &mdash; that is, how frequently they are drawn across the length of a line or stroke. By default, the spacing will be the brush's height, divided by 4. </p>
<p> <p>
Add a line containing the line "<code><b>spacing=<i>N</i></b></code>" to the brush's data file, where "<i>N</i>" is the spacing you want for the brush. (The lower the number, the more often the brush is drawn.) </p> Add a line containing the line "<code><b>spacing=<i>N</i></b></code>" to the brush's data file, where "<i>N</i>" is the spacing you want for the brush. (The lower the number, the more often the brush is drawn.) </p>
</dd> </dd>
@ -345,9 +345,9 @@
<dt><strong>Animated Brushes</strong></dt> <dt><strong>Animated Brushes</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint version 0.9.16, you may now create animated brushes. As the brush is used, each frame of the animation is drawn. </p> Brushes may be animated. As the brush is used, each frame of the animation is drawn in sequence. </p>
<p> <p>
Lay each frame out across a wide PNG image. For example, if your brush is 30x30 and you have 5 frames, the image should be 150x30. </p> Lay each frame out across a wide PNG image. For example, if the brush is 30x30 and there are 5 frames, the image should be 150x30. </p>
<p> <p>
Add a line containing the line "<code><b>frames=<i>N</i></b></code>" to the brush's data file, where "<i>N</i>" is the number of frames in the brush. </p> Add a line containing the line "<code><b>frames=<i>N</i></b></code>" to the brush's data file, where "<i>N</i>" is the number of frames in the brush. </p>
<p class="note"> <p class="note">
@ -357,9 +357,9 @@
<dt><strong>Directional Brushes</strong></dt> <dt><strong>Directional Brushes</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint version 0.9.16, you may now create directional brushes. As the brush is used, different shapes are drawn, depending on the direction the brush is going. </p> Brushes may be configured to draw a different shape based on the direction of the line or brush stroke. Different shapes will be drawn depending on which of the eight compass directions the brush is moving &mdash; up (aka North), up/right (aka Northeast), right (aka East), down/right (aka Southeast), etc.). A ninth "center" shape is used when there's no motion (e.g., simply clicking/tapping and releasing the "Paint" tool, without dragging). </p>
<p> <p>
The directional shapes are divided into a 3x3 square in a PNG image. For example, if your brush is 30x30, the image should be 90x90, and each of the direction's shapes placed in a 3x3 grid. The center region is used for no motion. The top right is used for motion that's both up, and to the right. And so on. </p> The directional shapes are divided into a 3x3 square in a PNG image. For example, if your brush is 30x30, the image should be 90x90, and each of the direction's shapes placed in a 3x3 grid. </p>
<p> <p>
Add a line containing the word "<code><b>directional</b></code>" to the brush's data file. </p> Add a line containing the word "<code><b>directional</b></code>" to the brush's data file. </p>
</dd> </dd>
@ -367,7 +367,7 @@
<dt><strong>Rotating Brushes</strong></dt> <dt><strong>Rotating Brushes</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint version 0.9.27, you may now create rotating brushes. As the brush is used, it is rotated 360 degrees, depending on the direction the brush is going. </p> Brushes may be configured to rotate based on the angle of the line or brush stroke. (Unlike Directional Brushes, described above, only a single brush shape may be provided. </p>
<p> <p>
Add a line containing the word "<code><b>rotate</b></code>" to the brush's data file. </p> Add a line containing the word "<code><b>rotate</b></code>" to the brush's data file. </p>
</dd> </dd>
@ -375,7 +375,7 @@
<dt><strong>Chaotic Brushes</strong></dt> <dt><strong>Chaotic Brushes</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint version 0.9.34, brushes can be configured to continuously pick random directions as you draw with them. </p> Brushes may be configured to continuously choose a random direction as you draw with them. </p>
<p> <p>
Add a line containing the word "<code><b>chaotic</b></code>" to the brush's data file. </p> Add a line containing the word "<code><b>chaotic</b></code>" to the brush's data file. </p>
</dd> </dd>
@ -424,7 +424,7 @@
alt="" alt=""
align="right"> align="right">
<p> <p>
As of Tux Paint version 0.9.17, Stamps may be either PNG bitmap images or SVG vector images. They can be full-color or greyscale. The alpha (transparency) channel of PNGs is used to determine the actual shape of the picture (otherwise you'll stamp a large rectangle on your drawings). </p> Stamps may be either PNG bitmap images or SVG vector images. They can be full-color or greyscale. The alpha (transparency) channel of PNGs is used to determine the actual shape of the picture (otherwise you'll stamp a large rectangle on your drawings). </p>
<p> <p>
PNGs can be any size, and Tux Paint (by default) provides a set of sizing buttons to let the user scale the stamp up (larger) and down (smaller). </p> PNGs can be any size, and Tux Paint (by default) provides a set of sizing buttons to let the user scale the stamp up (larger) and down (smaller). </p>
@ -662,7 +662,7 @@
For example, for the stamp "<code>stamp.png</code>" you would create another file named "<code>stamp_mirror.png</code>", which will be used when the stamp is mirrored (rather than using a backwards version of "<code>stamp.png</code>"). </p> For example, for the stamp "<code>stamp.png</code>" you would create another file named "<code>stamp_mirror.png</code>", which will be used when the stamp is mirrored (rather than using a backwards version of "<code>stamp.png</code>"). </p>
<p> <p>
As of Tux Paint 0.9.18, you may similarly provide a pre-flipped image with "<code><b>_flip</b></code>" in the name, and/or an image that is both mirrored and flipped, by naming it "<code><b>_mirror_flip</b></code>". </p> You may also provide a pre-flipped image with "<code><b>_flip</b></code>" in the name, and/or an image that is both mirrored <em>and</em> flipped, by naming it "<code><b>_mirror_flip</b></code>". </p>
<p class="note"> <p class="note">
<span title="Information">&#128161;</span> <strong>Note:</strong> If the user flips and mirrors an image, and a pre-drawn "<code>_mirror_flip</code>" doesn't exist, but either "<code>_flip</code>" or "<code>_mirror</code>" does, it will be used, and mirrored or flipped, respectively. </p> <span title="Information">&#128161;</span> <strong>Note:</strong> If the user flips and mirrors an image, and a pre-drawn "<code>_mirror_flip</code>" doesn't exist, but either "<code>_flip</code>" or "<code>_mirror</code>" does, it will be used, and mirrored or flipped, respectively. </p>
@ -720,7 +720,7 @@
The most basic kind of 'starter' is similar to a picture in a coloring book. It's an outline of a shape which you can then color in and add details to. In Tux Paint, as you draw, type text, or stamp stamps, the outline remains 'above' what you draw. You can erase the parts of the drawing you made, but you can't erase the outline. </p> The most basic kind of 'starter' is similar to a picture in a coloring book. It's an outline of a shape which you can then color in and add details to. In Tux Paint, as you draw, type text, or stamp stamps, the outline remains 'above' what you draw. You can erase the parts of the drawing you made, but you can't erase the outline. </p>
<p> <p>
To create this kind of 'starter' image, simply create an outlined black and white picture in a paint program, and save it as a raster PNG file, or vector SVG. If saving as a PNG, you may optionally render the image as black-and-transparent, rather than black-and-white, but (as of Tux Paint 0.9.21) this is not required. </p> To create this kind of 'starter' image, simply create an outlined black and white picture in a paint program, and save it as a raster PNG file, or vector SVG. If saving as a PNG, you may optionally render the image as black-and-transparent, rather than black-and-white, although this is not required. </p>
</section><!-- H2: Coloring-Book Style Starters --> </section><!-- H2: Coloring-Book Style Starters -->
<section><!-- H2: Scene-Style Starters --> <section><!-- H2: Scene-Style Starters -->
@ -957,7 +957,7 @@
alt="" alt=""
align="right"> align="right">
<p> <p>
'Template' images also appear in the 'New' dialog, along with solid color background choices and 'Starters'. (Note: Tux Paint prior to version 0.9.22 did not have the 'Template' feature.) </p> 'Template' images also appear in the 'New' dialog, along with solid color background choices and 'Starters'. </p>
<p> <p>
Unlike pictures drawn in Tux Paint by users and then opened later, opening a 'template' creates a new drawing. When you save, the 'template' image is not overwritten. Unlike 'starters', there is no immutable 'layer' above the canvas. You may draw over any part of it. </p> Unlike pictures drawn in Tux Paint by users and then opened later, opening a 'template' creates a new drawing. When you save, the 'template' image is not overwritten. Unlike 'starters', there is no immutable 'layer' above the canvas. You may draw over any part of it. </p>
@ -1118,7 +1118,7 @@
</header> </header>
<p> <p>
As of version 0.9.22, Tux Paint's 'Text' and 'Label' tools can present an on-screen keyboard that allows the pointer (via a mouse, touch screen, eye-tracking systems, etc.) to be used to input characters. Files that describe the layout and available keys are stored in Tux Paint "<code>osk</code>" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts). </p> Tux Paint's 'Text' and 'Label' tools can present an on-screen keyboard that allows the pointer (via a mouse, touch screen, eye-tracking systems, etc.) to be used to input characters. Files that describe the layout and available keys are stored in Tux Paint "<code>osk</code>" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts). </p>
<p> <p>
We'll use the QWERTY keyboard as an example: </p> We'll use the QWERTY keyboard as an example: </p>

View file

@ -96,7 +96,7 @@
</p> </p>
<p> <p>
enero 9, 2025 </p> enero 12, 2025 </p>
</center> </center>
<table border="2" <table border="2"
@ -141,7 +141,7 @@
This means that Tux Paint either couldn't find any stamp images, or was asked not to load them. </p> This means that Tux Paint either couldn't find any stamp images, or was asked not to load them. </p>
<p> <p>
If you installed Tux Paint, but did not install the separate, optional "Stamps" collection, quit Tux Paint and install it now. It should be available from the same place you got the main Tux Paint program. <i>(Note: As of version 0.9.14, Tux Paint comes with a small collection of example stamps.)</i> </p> If you installed Tux Paint, but did not install the separate, optional "Stamps" collection, quit Tux Paint and install it now. It should be available from the same place you got the main Tux Paint program. <i>(Note: Tux Paint ships with a very small collection of example stamps.)</i> </p>
<p> <p>
If you don't want to install the default collection of stamps, you can just create your own. See the "Extending Tux Paint" documentation for more on creating PNG and SVG image files, TXT text description files, Ogg Vorbis, MP3 or WAV sound files, and DAT text data files that make up stamps. </p> If you don't want to install the default collection of stamps, you can just create your own. See the "Extending Tux Paint" documentation for more on creating PNG and SVG image files, TXT text description files, Ogg Vorbis, MP3 or WAV sound files, and DAT text data files that make up stamps. </p>
@ -286,12 +286,6 @@
<p> <p>
If that program is not available (for example, you're using CUPS, the Common Unix Printing System, and do not have "<code>cups-lpr</code>" installed), you will need to specify an appropriate command using the "<code>printcommand</code>" option in Tux Paint's configuration file. (See the "Options Documentation".) </p> If that program is not available (for example, you're using CUPS, the Common Unix Printing System, and do not have "<code>cups-lpr</code>" installed), you will need to specify an appropriate command using the "<code>printcommand</code>" option in Tux Paint's configuration file. (See the "Options Documentation".) </p>
<p>
<i>Note:</i> Versions of Tux Paint prior to 0.9.15 used a different default command for printing, "<code>pngtopnm | pnmtops | lpr</code>", as Tux Paint output PNG format, rather than PostScript. </p>
<p>
If you had changed your "printcommand" option prior to Tux Paint 0.9.15, you will need to go back and alter it to accept PostScript. </p>
</dd> </dd>
<dt> <dt>
@ -363,7 +357,7 @@
</dt> </dt>
<dd> <dd>
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/> In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\<i>username</i>\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
<br/> <br/>
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/> (Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
<br/> <br/>
@ -383,7 +377,7 @@
</dt> </dt>
<dd> <dd>
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/saved/</code>"</nobr> <br/> In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaint/saved/</code>"</nobr> <br/>
<br/> <br/>
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/> (Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
<br/> <br/>
@ -676,7 +670,7 @@
If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "<code>stdout.txt</code>" in the same folder where <code>TuxPaint.exe</code> resides (e.g., in <nobr>"<code style='background: #EEE;'>C:\Program Files\TuxPaint\</code>"</nobr>). </p> If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "<code>stdout.txt</code>" in the same folder where <code>TuxPaint.exe</code> resides (e.g., in <nobr>"<code style='background: #EEE;'>C:\Program Files\TuxPaint\</code>"</nobr>). </p>
<p> <p>
A lockfile (e.g., <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/lockfile.dat</code>"</nobr> on Linux and Unix, <nobr>"<code style='background: #EEE;'>userdata\lockfile.dat</code>"</nobr> on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once). </p> A lockfile (e.g., <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaint/lockfile.dat</code>"</nobr> on Linux and Unix, <nobr>"<code style='background: #EEE;'>userdata\lockfile.dat</code>"</nobr> on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once). </p>
<p> <p>
Even if the lockfile exists, it contains the 'time' Tux Paint was last run. If it's been more than 30 seconds, Tux Paint should run fine, and simply update the lockfile with the current time. </p> Even if the lockfile exists, it contains the 'time' Tux Paint was last run. If it's been more than 30 seconds, Tux Paint should run fine, and simply update the lockfile with the current time. </p>
@ -786,7 +780,7 @@
<blockquote> <blockquote>
<p> <p>
<nobr><code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p> <nobr><code style='background: #EEE;'>C:\Users\<i>username</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p>
</blockquote> </blockquote>
<p> <p>
@ -830,7 +824,7 @@
<blockquote> <blockquote>
<p> <p>
<nobr><code style='background: #EEE;'>/home/username/.tuxpaintrc</code></nobr> </p> <nobr><code style='background: #EEE;'>/home/<i>username</i>/.tuxpaintrc</code></nobr> </p>
</blockquote> </blockquote>
<p> <p>
@ -865,7 +859,7 @@
</blockquote> </blockquote>
<p> <p>
...then you can reenable sound by either adding this option to your own <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaintrc</code>"</nobr> file: </p> ...then you can reenable sound by either adding this option to your own <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaintrc</code>"</nobr> file: </p>
<blockquote> <blockquote>
<p> <p>

View file

@ -93,12 +93,12 @@
Installation Documentation </h1> Installation Documentation </h1>
<p> <p>
Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2025 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
abril 29, 2024 </p> enero 12, 2025 </p>
</center> </center>
</header> </header>
@ -206,7 +206,7 @@
<dt><strong>libpaper (Linux/Unix only)</strong></dt> <dt><strong>libpaper (Linux/Unix only)</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint 0.9.17, Tux Paint can determine your system's default paper size (e.g., A4 or Letter), or can be told to use a particular paper size, thanks to "libpaper". </p> Tux Paint can determine your system's default paper size (e.g., A4 or Letter), or can be told to use a particular paper size, thanks to "libpaper". </p>
<p> <p>
<a href="https://github.com/naota/libpaper">https://github.com/naota/libpaper</a> <a href="https://github.com/naota/libpaper">https://github.com/naota/libpaper</a>
@ -226,7 +226,7 @@
<dt><strong>SVG graphics support</strong></dt> <dt><strong>SVG graphics support</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint 0.9.17, Tux Paint can load SVG (Scalable Vector Graphics) images as stamps. Two sets of libraries are supported, and SVG support can be completely disabled (via "<code style="white-space: nowrap;">make SVG_LIB:=</code>") </p> Tux Paint can load SVG (Scalable Vector Graphics) images as stamps. Two sets of libraries are supported, and SVG support can be completely disabled (via "<code style="white-space: nowrap;">make SVG_LIB:=</code>") </p>
<dl> <dl>
<dt>librsvg-2 &amp; libCairo2 (newer libraries)</dt> <dt>librsvg-2 &amp; libCairo2 (newer libraries)</dt>
@ -311,7 +311,7 @@
</header> </header>
<p> <p>
As of February 2005 (starting with Tux Paint 0.9.15), the "<code>Makefile</code>" includes support for building on a Windows system using MinGW/MSYS (<a href="https://sourceforge.net/projects/msys2/">https://sourceforge.net/projects/msys2/</a>). </p> The "<code>Makefile</code>" includes support for building on a Windows system using MinGW/MSYS (<a href="https://sourceforge.net/projects/msys2/">https://sourceforge.net/projects/msys2/</a>). </p>
<p> <p>
Many tools and libraries are required to build Tux Paint. The package management system "<code>pacman</code>" helps you install them automatically solving complicated dependencies. </p> Many tools and libraries are required to build Tux Paint. The package management system "<code>pacman</code>" helps you install them automatically solving complicated dependencies. </p>
@ -751,7 +751,7 @@
</header> </header>
<p> <p>
If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "<code>stderr.txt</code>" in your personal saving folder for TuxPaint which is normaly <nobr>"<code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\</code>"</nobr>. </p> If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "<code>stderr.txt</code>" in your personal saving folder for TuxPaint which is normaly <nobr>"<code style='background: #EEE;'>C:\Users\<i>username</i>\AppData\Roaming\TuxPaint\</code>"</nobr>. </p>
<p> <p>
It will contain a description of what was wrong. Usually it will just be due to incorrect character-case (capital 'Z' instead of lowercase 'z') or a missing (or extra) '-' (dash). </p> It will contain a description of what was wrong. Usually it will just be due to incorrect character-case (capital 'Z' instead of lowercase 'z') or a missing (or extra) '-' (dash). </p>

View file

@ -97,12 +97,12 @@
Magic Tool Plugin API Documentation </h2> Magic Tool Plugin API Documentation </h2>
<p> <p>
Copyright &copy; 2007-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2007-2025 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
septiembre 17, 2024 </p> enero 12, 2025 </p>
</center> </center>
</header> </header>
@ -153,7 +153,7 @@
</header> </header>
<p> <p>
Beginning with version 0.9.18, Tux Paint's 'Magic' tools were converted from routines that lived within the application itself, to a set of 'plugins' that are loaded when Tux Paint starts up. </p> Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux Paint starts up. </p>
<p> <p>
This division allows more rapid development of 'Magic' tools, and allows programmers to create and test new tools without needing to integrate them within the main Tux Paint source code. (Users of more professional graphics tools, such as GIMP, should be familiar with this plugin concept.) </div> This division allows more rapid development of 'Magic' tools, and allows programmers to create and test new tools without needing to integrate them within the main Tux Paint source code. (Users of more professional graphics tools, such as GIMP, should be familiar with this plugin concept.) </div>

View file

@ -97,12 +97,12 @@
Options Documentation </h2> Options Documentation </h2>
<p> <p>
Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2025 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
abril 29, 2024 </p> enero 12, 2025 </p>
</center> </center>
</header> </header>
@ -169,7 +169,7 @@
</header> </header>
<p> <p>
<nobr><code style='background: #EEE;'>/home/username/.tuxpaintrc</code></nobr> </p> <nobr><code style='background: #EEE;'>/home/<i>username</i>/.tuxpaintrc</code></nobr> </p>
</div> </div>
<section class="indent"><!-- H3: System-Wide Configuration File --> <section class="indent"><!-- H3: System-Wide Configuration File -->
@ -216,7 +216,7 @@
</header> </header>
<p> <p>
<nobr><code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p> <nobr><code style='background: #EEE;'>C:\Users\<i>username</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p>
<p> <p>
You can use NotePad or WordPad to create this file. Be sure to save it as Plain Text, and make sure the filename doesn't have ".txt" at the end... </p> You can use NotePad or WordPad to create this file. Be sure to save it as Plain Text, and make sure the filename doesn't have ".txt" at the end... </p>
@ -519,10 +519,7 @@
<dd> <dd>
<p> <p>
Prior to Tux Paint 0.9.15, the middle and right buttons on a mouse could also be used for clicking. In version 0.9.15, it was changed so that <i>only</i> the left mouse button worked, so as to not train children to use the wrong button. </p> For children who have trouble with the mouse, this distinction between the two or three buttons on a mouse may be disabled by using this option. </p>
<p>
However, for children who have trouble with the mouse, this distinction between the two or three buttons on a mouse can be disabled (returning Tux Paint to its old behavior) by using this option. </p>
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nobuttondistinction=no</code>" or "<code>buttondistinction=yes</code>". In both cases, may be overridden by the command-line option "<code>--buttondistinction</code>". </p> <span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nobuttondistinction=no</code>" or "<code>buttondistinction=yes</code>". In both cases, may be overridden by the command-line option "<code>--buttondistinction</code>". </p>
</dd> </dd>
@ -1637,12 +1634,6 @@
<blockquote> <blockquote>
<code>lpr</code> <code>lpr</code>
</blockquote> </blockquote>
<p class="note">
<span title="Version variation">&#128220;</span> <b>Note:</b> Versions of Tux Paint prior to 0.9.15 sent PNG format data to the print command (which defaulted to "<code>pngtopnm | pnmtops | lpr</code>"). </p>
<p>
If you set an alternative <code><b>printcommand</b></code> in the configuration file prior to version 0.9.15, you will need to change it. </p>
</dd> </dd>
<dt> <dt>
@ -1785,11 +1776,11 @@
<dt>Linux / Unix</dt> <dt>Linux / Unix</dt>
<dd> <dd>
Under a hidden directory in your home directory:<br/> Under a hidden directory in your home directory:<br/>
<nobr><code style='background: #EEE;'>/home/username/.tuxpaint/saved/</code></nobr> </dd> <nobr><code style='background: #EEE;'>/home/<i>username</i>/.tuxpaint/saved/</code></nobr> </dd>
<dt>Windows</dt> <dt>Windows</dt>
<dd> <dd>
<nobr><code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\saved\</code></nobr> </dd> <nobr><code style='background: #EEE;'>C:\Users\<i>username</i>\AppData\Roaming\TuxPaint\saved\</code></nobr> </dd>
<dt>macOS</dt> <dt>macOS</dt>
<dd> <dd>
@ -1823,7 +1814,7 @@
<ul> <ul>
<li>Linux &amp; Unix — If available, wherever your desktop environment is configured for pictures to be stored, based on your XDG (X Desktop Group) configuration. (Try running the command-line "<code style="white-space: nowrap;">xdg-user-dir PICTURES</code>" to find out.)<br> <li>Linux &amp; Unix — If available, wherever your desktop environment is configured for pictures to be stored, based on your XDG (X Desktop Group) configuration. (Try running the command-line "<code style="white-space: nowrap;">xdg-user-dir PICTURES</code>" to find out.)<br>
Typically (in an English locale), this will be a "<code>Pictures</code>" subdirectory in your home directory (i.e., <nobr>"<code style='background: #EEE;'>/home/username/Pictures</code>"</nobr>).<br> Typically (in an English locale), this will be a "<code>Pictures</code>" subdirectory in your home directory (i.e., <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/Pictures</code>"</nobr>).<br>
Tux Paint will fall back to using that typical directory, if no XDG configuration can be read, or nothing is set for "<code>XDG_PICTURES_DIR</code>". </li> Tux Paint will fall back to using that typical directory, if no XDG configuration can be read, or nothing is set for "<code>XDG_PICTURES_DIR</code>". </li>
<li>Windows - <nobr>"<code style='background: #EEE;'>My Pictures</code>"</nobr> directory for each user (normaly <nobr>"<code style='background: #EEE;'>C:\Users\username\My Pictures</code>"</nobr>)<br>You can directly open the folder as follows: <ul> <li>Windows - <nobr>"<code style='background: #EEE;'>My Pictures</code>"</nobr> directory for each user (normaly <nobr>"<code style='background: #EEE;'>C:\Users\username\My Pictures</code>"</nobr>)<br>You can directly open the folder as follows: <ul>
<li>Press "[Windows]+[R]" key to open "Run ..." dialogue.</li> <li>Press "[Windows]+[R]" key to open "Run ..." dialogue.</li>
@ -1836,11 +1827,11 @@
</ul> </ul>
<p class="note"> <p class="note">
<span title="Information">&#128161;</span> <strong>Note:</strong> When the defaults are used, a new "<code>TuxPaint</code>" subdirectory will be created and used. (e.g., <nobr>"<code style='background: #EEE;'>/home/username/Pictures/TuxPaint</code>"</nobr>) When the "<code>--exportdir</code>" option is used, the exact path specified will be used (no "<code>TuxPaint</code>" subdirectory is created). </p> <span title="Information">&#128161;</span> <strong>Note:</strong> When the defaults are used, a new "<code>TuxPaint</code>" subdirectory will be created and used. (e.g., <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/Pictures/TuxPaint</code>"</nobr>) When the "<code>--exportdir</code>" option is used, the exact path specified will be used (no "<code>TuxPaint</code>" subdirectory is created). </p>
<p> <p>
The directory itself (e.g., <nobr>"<code style='background: #EEE;'>/home/username/Pictures/TuxPaint</code>"</nobr>) will be created, if it doesn't exist. </p> The directory itself (e.g., <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/Pictures/TuxPaint</code>"</nobr>) will be created, if it doesn't exist. </p>
<p> <p>
If the <em>parent</em> directory (e.g., <nobr>"<code style='background: #EEE;'>/home/username/Pictures</code>"</nobr>) also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that). </p> If the <em>parent</em> directory (e.g., <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/Pictures</code>"</nobr>) also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that). </p>
<p> <p>
Example: <code>exportdir=/home/penguin/TuxPaintExports</code> </p> Example: <code>exportdir=/home/penguin/TuxPaintExports</code> </p>
@ -1944,10 +1935,10 @@
<dl> <dl>
<dt>Linux / Unix</dt> <dt>Linux / Unix</dt>
<dd><nobr><code style='background: #EEE;'>/home/username/.tuxpaint/</code></nobr></dd> <dd><nobr><code style='background: #EEE;'>/home/<i>username</i>/.tuxpaint/</code></nobr></dd>
<dt>Windows</dt> <dt>Windows</dt>
<dd><nobr><code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\</code></nobr></dd> <dd><nobr><code style='background: #EEE;'>C:\Users\<i>username</i>\AppData\Roaming\TuxPaint\</code></nobr></dd>
<dt>macoS</dt> <dt>macoS</dt>
<dd><nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/</code></nobr></dd> <dd><nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/</code></nobr></dd>
@ -2373,7 +2364,7 @@
</header> </header>
<p> <p>
If any of the above options are set in a system-wide configuration file (e.g. <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr> on Linux), you may override them in your own personal configuration file (e.g. <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaintrc</code>"</nobr>) </p> If any of the above options are set in a system-wide configuration file (e.g. <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr> on Linux), you may override them in your own personal configuration file (e.g. <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaintrc</code>"</nobr>) </p>
<p> <p>
For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your personal configuration file: </p> For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your personal configuration file: </p>
@ -2550,7 +2541,7 @@
This prevents the system-wide configuration file (e.g. <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr> on Linux), from being read. </p> This prevents the system-wide configuration file (e.g. <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr> on Linux), from being read. </p>
<p> <p>
Only your own configuration file (e.g. <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaintrc</code>"</nobr> on Linux) &mdash; if it exists &mdash; will be used. </p> Only your own configuration file (e.g. <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaintrc</code>"</nobr> on Linux) &mdash; if it exists &mdash; will be used. </p>
</dd> </dd>
</dl> </dl>

View file

@ -1706,7 +1706,7 @@
</dt> </dt>
<dd> <dd>
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/> In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\<i>username</i>\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
<br/> <br/>
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/> (Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
<br/> <br/>
@ -1726,7 +1726,7 @@
</dt> </dt>
<dd> <dd>
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/saved/</code>"</nobr> <br/> In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaint/saved/</code>"</nobr> <br/>
<br/> <br/>
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/> (Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
<br/> <br/>

View file

@ -2,10 +2,10 @@
Tux Paint Tux Paint
version 0.9.35 version 0.9.35
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt. Copyright © 2002-2025 by divers contributeurs; voir AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
décembre 25, 2024 janvier 12, 2025
+-------------------------------------------------------------+ +-------------------------------------------------------------+
| Table des matières | | Table des matières |
@ -225,10 +225,9 @@ qui se trouve dans le même répertoire.)
→ Espacement des pinceaux ← → Espacement des pinceaux ←
Depuis la version 0.9.16 de Tux Paint , vous pouvez désormais spécifier You may specify the spacing for brushes — that is, how frequently they are
l'espacement des coups de pinceaux (c'est-à-dire la fréquence à laquelle drawn across the length of a line or stroke. By default, the spacing will
ils sont dessinés). Par défaut, l'espacement correspond à la hauteur du be the brush's height, divided by 4.
pinceau, divisée par 4.
Ajoutez une ligne contenant la ligne "spacing=N" au fichier de données du Ajoutez une ligne contenant la ligne "spacing=N" au fichier de données du
pinceau, où "N" est l'espacement souhaité pour les coups de pinceau. (Plus pinceau, où "N" est l'espacement souhaité pour les coups de pinceau. (Plus
@ -238,12 +237,11 @@ qui se trouve dans le même répertoire.)
→ Pinceaux animés ← → Pinceaux animés ←
Depuis la version 0.9.16 de Tux Paint , vous pouvez désormais créer des Brushes may be animated. As the brush is used, each frame of the animation
pinceaux animés. Au fur et à mesure que le pinceau est utilisé, chaque is drawn in sequence.
image de l'animation est dessinée.
Disposez chaque trame sur une grande image PNG. Par exemple, si votre Lay each frame out across a wide PNG image. For example, if the brush is
pinceau mesure 30x30 et que vous avez 5 trames, l'image doit être 150x30. 30x30 and there are 5 frames, the image should be 150x30.
Ajoutez une ligne contenant la ligne "frames=N" au fichier de données du Ajoutez une ligne contenant la ligne "frames=N" au fichier de données du
pinceau, où"N" est le nombre d'images dans le pinceau. pinceau, où"N" est le nombre d'images dans le pinceau.
@ -256,15 +254,16 @@ qui se trouve dans le même répertoire.)
→ Pinceaux directionnels ← → Pinceaux directionnels ←
Depuis la version 0.9.16 de Tux Paint , vous pouvez désormais créer des Brushes may be configured to draw a different shape based on the direction
pinceaux orientables. Au fur et à mesure que le pinceau est utilisé, of the line or brush stroke. Different shapes will be drawn depending on
différentes formes sont dessinées, en fonction de la direction du pinceau. which of the eight compass directions the brush is moving — up (aka North),
up/right (aka Northeast), right (aka East), down/right (aka Southeast),
etc.). A ninth "center" shape is used when there's no motion (e.g., simply
clicking/tapping and releasing the "Paint" tool, without dragging).
Les formes orientables sont divisées en carrés de 3x3 dans une image PNG. The directional shapes are divided into a 3x3 square in a PNG image. For
Par exemple, si votre pinceau fait 30x30, l'image doit être de 90x90 et example, if your brush is 30x30, the image should be 90x90, and each of the
chacune des formes orientables est placée dans une grille de 3x3. La région direction's shapes placed in a 3x3 grid.
centrale n'est pas orientable. Le haut à droite est utilisé pour le
mouvement vers le haut, et vers la droite. Etc ...
Ajoute une ligne contenant le mot "directional" au fichier de données Ajoute une ligne contenant le mot "directional" au fichier de données
brosse. brosse.
@ -273,9 +272,9 @@ qui se trouve dans le même répertoire.)
→ Pinceaux tournants ← → Pinceaux tournants ←
Depuis la version 0.9.27 de Tux Paint , vous pouvez désormais créer des Brushes may be configured to rotate based on the angle of the line or brush
pinceaux tournants. Au fur et à mesure que le pinceau est utilisé, il stroke. (Unlike Directional Brushes, described above, only a single brush
tourne sur 360 degrés, en fonction de la direction du pinceau. shape may be provided.
Ajoute une ligne contenant le mot "rotate" au fichier de données brosse. Ajoute une ligne contenant le mot "rotate" au fichier de données brosse.
@ -283,8 +282,8 @@ qui se trouve dans le même répertoire.)
→ Chaotic Brushes ← → Chaotic Brushes ←
As of Tux Paint version 0.9.34, brushes can be configured to continuously Brushes may be configured to continuously choose a random direction as you
pick random directions as you draw with them. draw with them.
Ajoute une ligne contenant le mot "chaotic" au fichier de données brosse. Ajoute une ligne contenant le mot "chaotic" au fichier de données brosse.
@ -327,11 +326,10 @@ Les tampons en caoutchouc dans Tux Paint peuvent être constitués d'un certain
nombre de fichiers séparés. Le seul fichier requis est, bien entendu, l'image nombre de fichiers séparés. Le seul fichier requis est, bien entendu, l'image
elle-même. elle-même.
Depuis la version 0.9.17 de Tux Paint , les tampons peuvent être des images Stamps may be either PNG bitmap images or SVG vector images. They can be
bitmap PNG ou bien des images vectorielles SVG. Ils peuvent être en couleur ou full-color or greyscale. The alpha (transparency) channel of PNGs is used to
en niveaux de gris. Le canal alpha (transparence) des PNG est utilisé pour determine the actual shape of the picture (otherwise you'll stamp a large
déterminer la forme réelle de l'image (sinon vous obtiendriez un grand rectangle on your drawings).
rectangle sur vos dessins).
Les fichiers PNG peuvent être de n'importe quelle taille, et Tux Paint (par Les fichiers PNG peuvent être de n'importe quelle taille, et Tux Paint (par
défaut) fournit un ensemble de boutons de redimensionnement pour permettre à défaut) fournit un ensemble de boutons de redimensionnement pour permettre à
@ -601,9 +599,8 @@ Par exemple, pour le tampon "stamp.png", vous créeriez un autre fichier nommé
"stamp_mirror.png", qui sera utilisé lorsque le tampon est mis en miroir "stamp_mirror.png", qui sera utilisé lorsque le tampon est mis en miroir
(plutôt que d'utiliser une version à l'envers de "stamp.png"). (plutôt que d'utiliser une version à l'envers de "stamp.png").
Depuis Tux Paint 0.9.18, vous pouvez également fournir une image pré-retournée You may also provide a pre-flipped image with "_flip" in the name, and/or an
avec "_flip" dans le nom, et / ou une image qui est à la fois en miroir et image that is both mirrored and flipped, by naming it "_mirror_flip".
retournée, en la nommant " _mirror_flip".
💡 Remarque : Si l'utilisateur retourne et reflète une image, et qu'un 💡 Remarque : Si l'utilisateur retourne et reflète une image, et qu'un
"_mirror_flip" pré-dessiné n'existe pas, mais que "_flip" ou "_mirror" existe , "_mirror_flip" pré-dessiné n'existe pas, mais que "_flip" ou "_mirror" existe ,
@ -636,11 +633,11 @@ dessinez, tapez du texte ou des tampons, le contour reste «au-dessus» de ce qu
vous dessinez. Vous pouvez effacer des parties du dessin que vous avez faites, vous dessinez. Vous pouvez effacer des parties du dessin que vous avez faites,
mais vous ne pouvez pas effacer le contour. mais vous ne pouvez pas effacer le contour.
Pour créer ce type "d'image de départ", dessinez simplement une image noir et To create this kind of 'starter' image, simply create an outlined black and
blanc avec contour dans un programme de dessin, et sauvegardez la en tant white picture in a paint program, and save it as a raster PNG file, or vector
fichier PNG ou SVG. Si vous sauvegardez en PNG, vous pouvez optionellement SVG. If saving as a PNG, you may optionally render the image as
rendre l'image noire et transparente, plutôt que noire et blanche, mais ceci black-and-transparent, rather than black-and-white, although this is not
(depuis Tux Paint 0.9.21) n'est pas requis. required.
### Images de démarrage avec 'style scénique' ### ### Images de démarrage avec 'style scénique' ###
@ -836,10 +833,8 @@ options, et ont les mêmes options que les images de démarrage.
'Modèles' 'Modèles'
Les images «Modèle» apparaissent également dans la boîte de dialogue «Nouveau», 'Template' images also appear in the 'New' dialog, along with solid color
avec les choix d'arrière-plan de couleur unie et les «Images de démarrage». background choices and 'Starters'.
(Remarque: Tux Paint avant la version 0.9.22 ne disposait pas de la
fonctionnalité 'Template'.)
À la différence des images dessinées dans Tux Paint par les utilisateurs puis À la différence des images dessinées dans Tux Paint par les utilisateurs puis
réouvertes plus tard, l'ouverture d'un «modèle» crée un nouveau dessin. Lorsque réouvertes plus tard, l'ouverture d'un «modèle» crée un nouveau dessin. Lorsque
@ -1015,12 +1010,11 @@ jour de Makefile, pour s'assurer que les fichiers ".im" sont disponibles pour
Clavier virtuel sur écran Clavier virtuel sur écran
As of version 0.9.22, Tux Paint's 'Text' and 'Label' tools can present an Tux Paint's 'Text' and 'Label' tools can present an on-screen keyboard that
on-screen keyboard that allows the pointer (via a mouse, touch screen, allows the pointer (via a mouse, touch screen, eye-tracking systems, etc.) to
eye-tracking systems, etc.) to be used to input characters. Files that describe be used to input characters. Files that describe the layout and available keys
the layout and available keys are stored in Tux Paint "osk" directory. Each are stored in Tux Paint "osk" directory. Each keyboard layout is defined by a
keyboard layout is defined by a number of files (some of which may be shared by number of files (some of which may be shared by different layouts).
different layouts).
Nous utiliserons le clavier QWERTY comme exemple : Nous utiliserons le clavier QWERTY comme exemple :

View file

@ -5,7 +5,7 @@
Copyright © 2002-2025 by divers contributeurs; voir AUTHORS.txt. Copyright © 2002-2025 by divers contributeurs; voir AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
janvier 9, 2025 janvier 12, 2025
+-----------------------------------+ +-----------------------------------+
| Table des matières | | Table des matières |
@ -35,12 +35,10 @@
Cela signifie que Tux Paint n'a pas pu trouver d'images de tampons ou a été Cela signifie que Tux Paint n'a pas pu trouver d'images de tampons ou a été
invité à ne pas les charger. invité à ne pas les charger.
Si vous avez installé Tux Paint, mais que vous n'avez pas installé la If you installed Tux Paint, but did not install the separate, optional
collection optionnelle "Stamps" séparée, quittez Tux Paint et installez-le "Stamps" collection, quit Tux Paint and install it now. It should be
maintenant. Il devrait être disponible à partir du même endroit où vous available from the same place you got the main Tux Paint program. (Note:
avez obtenu le programme principal de Tux Paint. (Remarque: à partir de la Tux Paint ships with a very small collection of example stamps.)
version 0.9.14, Tux Paint est livré avec une petite collection d'exemples
de tampons.)
Si vous ne souhaitez pas installer la collection de tampons par défaut, Si vous ne souhaitez pas installer la collection de tampons par défaut,
vous pouvez simplement créer la vôtre. Consultez la documentation vous pouvez simplement créer la vôtre. Consultez la documentation
@ -173,14 +171,6 @@ Linux)\ ←
"printcommand" dans le fichier de configuration de Tux Paint. (Voir la "printcommand" dans le fichier de configuration de Tux Paint. (Voir la
documentation OPTIONS .) documentation OPTIONS .)
Remarque : les versions de Tux Paint antérieures à 0.9.15 utilisaient une
commande par défaut différente pour l'impression, "pngtopnm | pnmtops |
lpr", avec le format de sortie PNG, plutôt que PostScript.
Si vous avez changé votre option "printcommand" avant Tux Paint 0.9.15,
vous devrez revenir en arrière et la modifier pour pouvoir accepter
PostScript.
→ Je reçois le message "Vous ne pouvez pas encore imprimer !" quand je veux → Je reçois le message "Vous ne pouvez pas encore imprimer !" quand je veux

View file

@ -2,10 +2,10 @@
version 0.9.35 version 0.9.35
Documentation sur l'installation Documentation sur l'installation
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt. Copyright © 2002-2025 by divers contributeurs; voir AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
avril 29, 2024 janvier 12, 2025
+-------------------------------------------------------+ +-------------------------------------------------------+
| Table des matières | | Table des matières |
@ -88,9 +88,9 @@ installées, soit facilement disponibles avec votre distribution Linux.
→ libpaper (Linux/Unix uniquement) ← → libpaper (Linux/Unix uniquement) ←
Depuis Tux Paint 0.9.17, Tux Paint peut déterminer le format de papier par Tux Paint can determine your system's default paper size (e.g., A4 or
défaut (par exemple, A4 ou Lettre), ou peut être invité à utiliser un Letter), or can be told to use a particular paper size, thanks to
format particulier, ceci grâce à libpaper. "libpaper".
https://github.com/naota/libpaper https://github.com/naota/libpaper
@ -107,10 +107,9 @@ installées, soit facilement disponibles avec votre distribution Linux.
→ Support des graphismes SVG ← → Support des graphismes SVG ←
À partir de Tux Paint 0.9.17, Tux Paint peut prendre en charge les images Tux Paint can load SVG (Scalable Vector Graphics) images as stamps. Two
SVG (Scalable Vector Graphics) pour les tampons. Deux ensembles de sets of libraries are supported, and SVG support can be completely disabled
bibliothèques sont pris en charge et le support SVG peut être complètement (via "make SVG_LIB:=")
désactivé (via "make SVG_LIB:==")
→ librsvg-2 & libCairo2 (nouvelles bibliothèques) ← → librsvg-2 & libCairo2 (nouvelles bibliothèques) ←
@ libRSVG 2: http://librsvg.sourceforge.net/ @ libRSVG 2: http://librsvg.sourceforge.net/
@ -163,8 +162,7 @@ juillet 10, 2022 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp>
## Réglages pour compilation ## ## Réglages pour compilation ##
Depuis février 2005 (à partir de Tux Paint 0.9.15), le "Makefile" inclut la The "Makefile" includes support for building on a Windows system using MinGW/
prise en charge de la construction sur un système Windows à l'aide de MinGW/
MSYS (https://sourceforge.net/projects/msys2/). MSYS (https://sourceforge.net/projects/msys2/).
Beaucoup d'outils et de bibliothèques sont nécessaires pour élaborer Tux Paint. Beaucoup d'outils et de bibliothèques sont nécessaires pour élaborer Tux Paint.

View file

@ -3,10 +3,10 @@
### Magic Tool Plugin API Documentation ### ### Magic Tool Plugin API Documentation ###
Copyright © 2007-2024 by various contributors; see AUTHORS.txt. Copyright © 2007-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
septembre 17, 2024 janvier 12, 2025
+--------------------------------------------------+ +--------------------------------------------------+
| Table of Contents | | Table of Contents |
@ -43,9 +43,8 @@
Overview Overview
Beginning with version 0.9.18, Tux Paint's 'Magic' tools were converted from Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux
routines that lived within the application itself, to a set of 'plugins' that Paint starts up.
are loaded when Tux Paint starts up.
This division allows more rapid development of 'Magic' tools, and allows This division allows more rapid development of 'Magic' tools, and allows
programmers to create and test new tools without needing to integrate them programmers to create and test new tools without needing to integrate them

View file

@ -3,10 +3,10 @@
### Documentation sur les options ### ### Documentation sur les options ###
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt. Copyright © 2002-2025 by divers contributeurs; voir AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
avril 29, 2024 janvier 12, 2025
+--------------------------------------------------------------------+ +--------------------------------------------------------------------+
| Table des matières | | Table des matières |
@ -334,15 +334,8 @@ section "Options de ligne de commande " ci-dessous.)
→ nobuttondistinction=yes ← → nobuttondistinction=yes ←
Avant Tux Paint 0.9.15, les boutons du milieu et de droite d'une souris For children who have trouble with the mouse, this distinction between the
pouvaient également être utilisés pour cliquer. Dans la version 0.9.15, two or three buttons on a mouse may be disabled by using this option.
cela a été modifié afin que seul le bouton gauche de la souris fonctionne,
pour de ne pas habituer les enfants à utiliser un mauvais bouton.
Cependant, pour les enfants qui ont des problèmes avec la souris, cette
distinction entre les deux ou trois boutons d'une souris peut être
désactivée (ramenant Tux Paint à son ancien comportement) grâce à cette
option.
⚙ Note : si utilisé dans un fichier de configuration pour tout le monde, il ⚙ Note : si utilisé dans un fichier de configuration pour tout le monde, il
peut être remplacé par le fichier de configuration de l'utilisateur en peut être remplacé par le fichier de configuration de l'utilisateur en
@ -1074,13 +1067,6 @@ section "Options de ligne de commande " ci-dessous.)
lpr lpr
📜 Remarque : les versions de Tux Paint antérieures à 0.9.15 envoyaient
des données au format PNG à la commande d'impression (qui par défaut
était "pngtopnm | pnmtops | lpr").
Si vous définissez une autre commande printcommand dans le fichier de
configuration avant la version 0.9.15, vous devrez la modifier.
→ altprintcommand=COMMAND ← → altprintcommand=COMMAND ←

View file

@ -95,12 +95,12 @@
version 0.9.35 </h1> version 0.9.35 </h1>
<p> <p>
Copyright &copy; 2002-2024 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2025 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
décembre 25, 2024 </p> janvier 12, 2025 </p>
</center> </center>
</header> </header>
@ -231,7 +231,7 @@
<p> <p>
Votre dossier personnel Tux Paint est stocké dans votre dossier "Application Data". Par exemple, sur un Windows plus récent : Votre dossier personnel Tux Paint est stocké dans votre dossier "Application Data". Par exemple, sur un Windows plus récent :
<blockquote> <blockquote>
<nobr><code style='background: #EEE;'>C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\</code></nobr> </blockquote> <nobr><code style='background: #EEE;'>C:\Users\<i>nom d'utilisateur</i>\AppData\Roaming\TuxPaint\</code></nobr> </blockquote>
</p> </p>
</dd> </dd>
@ -246,7 +246,7 @@
<dt><strong>Linux et Unix</strong></dt> <dt><strong>Linux et Unix</strong></dt>
<dd> <dd>
<p> <p>
Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: <nobr>"<code style='background: #EEE;'>/home/nom d'utilisateur/.tuxpaint/</code>"</nobr>. </p> Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: <nobr>"<code style='background: #EEE;'>/home/<i>nom d'utilisateur</i>/.tuxpaint/</code>"</nobr>. </p>
<p> <p>
N'oubliez pas le point (" <code>.</code>") avant le "<code>tuxpaint</code>" ! </p> N'oubliez pas le point (" <code>.</code>") avant le "<code>tuxpaint</code>" ! </p>
</dd> </dd>
@ -256,7 +256,7 @@
Pour ajouter des pinceaux, des tampons, des 'images de démarrage',des modèles et des polices créez des sous-répertoires dans votre répertoire personnel Tux Paint nommés respectivement "<code><b>brushes</b></code>", "<code><b>stamps</b></code>", "<code><b>starters</b></code>", "<code><b>templates</b></code>", "<code><b>fonts</b></code>". </p> Pour ajouter des pinceaux, des tampons, des 'images de démarrage',des modèles et des polices créez des sous-répertoires dans votre répertoire personnel Tux Paint nommés respectivement "<code><b>brushes</b></code>", "<code><b>stamps</b></code>", "<code><b>starters</b></code>", "<code><b>templates</b></code>", "<code><b>fonts</b></code>". </p>
<p> <p>
(For example, if you created a brush named <nobr>"<code style='background: #EEE;'>flower.png</code>"</nobr>, you would put it in <nobr>"<code style='background: #EEE;'>/home/nom d'utilisateur/.tuxpaint/brushes/</code>"</nobr> under Linux or Unix.) </p> (For example, if you created a brush named <nobr>"<code style='background: #EEE;'>flower.png</code>"</nobr>, you would put it in <nobr>"<code style='background: #EEE;'>/home/<i>nom d'utilisateur</i>/.tuxpaint/brushes/</code>"</nobr> under Linux or Unix.) </p>
</section><!-- H2: Personal Files --> </section><!-- H2: Personal Files -->
</section><!-- H1: Where Files Go --> </section><!-- H1: Where Files Go -->
@ -337,7 +337,7 @@
<dt><strong>Espacement des pinceaux</strong></dt> <dt><strong>Espacement des pinceaux</strong></dt>
<dd> <dd>
<p> <p>
Depuis la version 0.9.16 de Tux Paint , vous pouvez désormais spécifier l'espacement des coups de pinceaux (c'est-à-dire la fréquence à laquelle ils sont dessinés). Par défaut, l'espacement correspond à la hauteur du pinceau, divisée par 4. </p> You may specify the spacing for brushes &mdash; that is, how frequently they are drawn across the length of a line or stroke. By default, the spacing will be the brush's height, divided by 4. </p>
<p> <p>
Ajoutez une ligne contenant la ligne "<code><b>spacing=<i>N</i></b></code>" au fichier de données du pinceau, où "<i>N</i>" est l'espacement souhaité pour les coups de pinceau. (Plus le nombre est bas, plus le pinceau est dessiné souvent.) </p> Ajoutez une ligne contenant la ligne "<code><b>spacing=<i>N</i></b></code>" au fichier de données du pinceau, où "<i>N</i>" est l'espacement souhaité pour les coups de pinceau. (Plus le nombre est bas, plus le pinceau est dessiné souvent.) </p>
</dd> </dd>
@ -345,9 +345,9 @@
<dt><strong>Pinceaux animés</strong></dt> <dt><strong>Pinceaux animés</strong></dt>
<dd> <dd>
<p> <p>
Depuis la version 0.9.16 de Tux Paint , vous pouvez désormais créer des pinceaux animés. Au fur et à mesure que le pinceau est utilisé, chaque image de l'animation est dessinée. </p> Brushes may be animated. As the brush is used, each frame of the animation is drawn in sequence. </p>
<p> <p>
Disposez chaque trame sur une grande image PNG. Par exemple, si votre pinceau mesure 30x30 et que vous avez 5 trames, l'image doit être 150x30. </p> Lay each frame out across a wide PNG image. For example, if the brush is 30x30 and there are 5 frames, the image should be 150x30. </p>
<p> <p>
Ajoutez une ligne contenant la ligne "<code><b>frames=<i>N</i></b></code>" au fichier de données du pinceau, où"<i>N</i>" est le nombre d'images dans le pinceau. </p> Ajoutez une ligne contenant la ligne "<code><b>frames=<i>N</i></b></code>" au fichier de données du pinceau, où"<i>N</i>" est le nombre d'images dans le pinceau. </p>
<p class="note"> <p class="note">
@ -357,9 +357,9 @@
<dt><strong>Pinceaux directionnels</strong></dt> <dt><strong>Pinceaux directionnels</strong></dt>
<dd> <dd>
<p> <p>
Depuis la version 0.9.16 de Tux Paint , vous pouvez désormais créer des pinceaux orientables. Au fur et à mesure que le pinceau est utilisé, différentes formes sont dessinées, en fonction de la direction du pinceau. </p> Brushes may be configured to draw a different shape based on the direction of the line or brush stroke. Different shapes will be drawn depending on which of the eight compass directions the brush is moving &mdash; up (aka North), up/right (aka Northeast), right (aka East), down/right (aka Southeast), etc.). A ninth "center" shape is used when there's no motion (e.g., simply clicking/tapping and releasing the "Paint" tool, without dragging). </p>
<p> <p>
Les formes orientables sont divisées en carrés de 3x3 dans une image PNG. Par exemple, si votre pinceau fait 30x30, l'image doit être de 90x90 et chacune des formes orientables est placée dans une grille de 3x3. La région centrale n'est pas orientable. Le haut à droite est utilisé pour le mouvement vers le haut, et vers la droite. Etc ... </p> The directional shapes are divided into a 3x3 square in a PNG image. For example, if your brush is 30x30, the image should be 90x90, and each of the direction's shapes placed in a 3x3 grid. </p>
<p> <p>
Ajoute une ligne contenant le mot "<code><b>directional</b></code>" au fichier de données brosse. </p> Ajoute une ligne contenant le mot "<code><b>directional</b></code>" au fichier de données brosse. </p>
</dd> </dd>
@ -367,7 +367,7 @@
<dt><strong>Pinceaux tournants</strong></dt> <dt><strong>Pinceaux tournants</strong></dt>
<dd> <dd>
<p> <p>
Depuis la version 0.9.27 de Tux Paint , vous pouvez désormais créer des pinceaux tournants. Au fur et à mesure que le pinceau est utilisé, il tourne sur 360 degrés, en fonction de la direction du pinceau. </p> Brushes may be configured to rotate based on the angle of the line or brush stroke. (Unlike Directional Brushes, described above, only a single brush shape may be provided. </p>
<p> <p>
Ajoute une ligne contenant le mot "<code><b>rotate</b></code>" au fichier de données brosse. </p> Ajoute une ligne contenant le mot "<code><b>rotate</b></code>" au fichier de données brosse. </p>
</dd> </dd>
@ -375,7 +375,7 @@
<dt><strong>Chaotic Brushes</strong></dt> <dt><strong>Chaotic Brushes</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint version 0.9.34, brushes can be configured to continuously pick random directions as you draw with them. </p> Brushes may be configured to continuously choose a random direction as you draw with them. </p>
<p> <p>
Ajoute une ligne contenant le mot "<code><b>chaotic</b></code>" au fichier de données brosse. </p> Ajoute une ligne contenant le mot "<code><b>chaotic</b></code>" au fichier de données brosse. </p>
</dd> </dd>
@ -424,7 +424,7 @@
alt="" alt=""
align="right"> align="right">
<p> <p>
Depuis la version 0.9.17 de Tux Paint , les tampons peuvent être des images bitmap PNG ou bien des images vectorielles SVG. Ils peuvent être en couleur ou en niveaux de gris. Le canal alpha (transparence) des PNG est utilisé pour déterminer la forme réelle de l'image (sinon vous obtiendriez un grand rectangle sur vos dessins). </p> Stamps may be either PNG bitmap images or SVG vector images. They can be full-color or greyscale. The alpha (transparency) channel of PNGs is used to determine the actual shape of the picture (otherwise you'll stamp a large rectangle on your drawings). </p>
<p> <p>
Les fichiers PNG peuvent être de n'importe quelle taille, et Tux Paint (par défaut) fournit un ensemble de boutons de redimensionnement pour permettre à l'utilisateur d'ajuster le tampon vers le haut (plus grand) et vers le bas (plus petits). </p> Les fichiers PNG peuvent être de n'importe quelle taille, et Tux Paint (par défaut) fournit un ensemble de boutons de redimensionnement pour permettre à l'utilisateur d'ajuster le tampon vers le haut (plus grand) et vers le bas (plus petits). </p>
@ -662,7 +662,7 @@
Par exemple, pour le tampon "<code>stamp.png</code>", vous créeriez un autre fichier nommé "<code>stamp_mirror.png</code>", qui sera utilisé lorsque le tampon est mis en miroir (plutôt que d'utiliser une version à l'envers de "<code>stamp.png</code>"). </p> Par exemple, pour le tampon "<code>stamp.png</code>", vous créeriez un autre fichier nommé "<code>stamp_mirror.png</code>", qui sera utilisé lorsque le tampon est mis en miroir (plutôt que d'utiliser une version à l'envers de "<code>stamp.png</code>"). </p>
<p> <p>
Depuis Tux Paint 0.9.18, vous pouvez également fournir une image pré-retournée avec "<code><b>_flip</b></code>" dans le nom, et / ou une image qui est à la fois en miroir et retournée, en la nommant " <code><b>_mirror_flip</b></code>". </p> You may also provide a pre-flipped image with "<code><b>_flip</b></code>" in the name, and/or an image that is both mirrored <em>and</em> flipped, by naming it "<code><b>_mirror_flip</b></code>". </p>
<p class="note"> <p class="note">
<span title="Information">&#128161;</span> <strong>Remarque :</strong> Si l'utilisateur retourne et reflète une image, et qu'un "<code>_mirror_flip</code>" pré-dessiné n'existe pas, mais que "<code>_flip</code>" ou "<code>_mirror</code>" existe , il sera utilisé, et reflété ou retourné, selon le cas. </p> <span title="Information">&#128161;</span> <strong>Remarque :</strong> Si l'utilisateur retourne et reflète une image, et qu'un "<code>_mirror_flip</code>" pré-dessiné n'existe pas, mais que "<code>_flip</code>" ou "<code>_mirror</code>" existe , il sera utilisé, et reflété ou retourné, selon le cas. </p>
@ -720,7 +720,7 @@
Le type le plus élémentaire "d'image de démarrage" est similaire à une image dans un livre de coloriage. C'est le contour d'une forme que vous pouvez ensuite colorier et ajouter des détails. Dans Tux Paint , lorsque vous dessinez, tapez du texte ou des tampons, le contour reste «au-dessus» de ce que vous dessinez. Vous pouvez effacer des parties du dessin que vous avez faites, mais vous ne pouvez pas effacer le contour. </p> Le type le plus élémentaire "d'image de démarrage" est similaire à une image dans un livre de coloriage. C'est le contour d'une forme que vous pouvez ensuite colorier et ajouter des détails. Dans Tux Paint , lorsque vous dessinez, tapez du texte ou des tampons, le contour reste «au-dessus» de ce que vous dessinez. Vous pouvez effacer des parties du dessin que vous avez faites, mais vous ne pouvez pas effacer le contour. </p>
<p> <p>
Pour créer ce type "d'image de départ", dessinez simplement une image noir et blanc avec contour dans un programme de dessin, et sauvegardez la en tant fichier PNG ou SVG. Si vous sauvegardez en PNG, vous pouvez optionellement rendre l'image noire et transparente, plutôt que noire et blanche, mais ceci (depuis Tux Paint 0.9.21) n'est pas requis. </p> To create this kind of 'starter' image, simply create an outlined black and white picture in a paint program, and save it as a raster PNG file, or vector SVG. If saving as a PNG, you may optionally render the image as black-and-transparent, rather than black-and-white, although this is not required. </p>
</section><!-- H2: Coloring-Book Style Starters --> </section><!-- H2: Coloring-Book Style Starters -->
<section><!-- H2: Scene-Style Starters --> <section><!-- H2: Scene-Style Starters -->
@ -957,7 +957,7 @@
alt="" alt=""
align="right"> align="right">
<p> <p>
Les images «Modèle» apparaissent également dans la boîte de dialogue «Nouveau», avec les choix d'arrière-plan de couleur unie et les «Images de démarrage». (Remarque: Tux Paint avant la version 0.9.22 ne disposait pas de la fonctionnalité 'Template'.) </p> 'Template' images also appear in the 'New' dialog, along with solid color background choices and 'Starters'. </p>
<p> <p>
À la différence des images dessinées dans Tux Paint par les utilisateurs puis réouvertes plus tard, l'ouverture d'un «modèle» crée un nouveau dessin. Lorsque vous enregistrez, l'image «modèle» n'est pas écrasée. À la différence des «images de démarrage», il n'y a pas de «calque» immuable au-dessus du canevas. Vous pouvez dessiner sur n'importe quelle partie de celui-ci. </p> À la différence des images dessinées dans Tux Paint par les utilisateurs puis réouvertes plus tard, l'ouverture d'un «modèle» crée un nouveau dessin. Lorsque vous enregistrez, l'image «modèle» n'est pas écrasée. À la différence des «images de démarrage», il n'y a pas de «calque» immuable au-dessus du canevas. Vous pouvez dessiner sur n'importe quelle partie de celui-ci. </p>
@ -1118,7 +1118,7 @@
</header> </header>
<p> <p>
As of version 0.9.22, Tux Paint's 'Text' and 'Label' tools can present an on-screen keyboard that allows the pointer (via a mouse, touch screen, eye-tracking systems, etc.) to be used to input characters. Files that describe the layout and available keys are stored in Tux Paint "<code>osk</code>" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts). </p> Tux Paint's 'Text' and 'Label' tools can present an on-screen keyboard that allows the pointer (via a mouse, touch screen, eye-tracking systems, etc.) to be used to input characters. Files that describe the layout and available keys are stored in Tux Paint "<code>osk</code>" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts). </p>
<p> <p>
Nous utiliserons le clavier QWERTY comme exemple : </p> Nous utiliserons le clavier QWERTY comme exemple : </p>

View file

@ -96,7 +96,7 @@
</p> </p>
<p> <p>
janvier 9, 2025 </p> janvier 12, 2025 </p>
</center> </center>
<table border="2" <table border="2"
@ -141,7 +141,7 @@
Cela signifie que Tux Paint n'a pas pu trouver d'images de tampons ou a été invité à ne pas les charger. </p> Cela signifie que Tux Paint n'a pas pu trouver d'images de tampons ou a été invité à ne pas les charger. </p>
<p> <p>
Si vous avez installé Tux Paint, mais que vous n'avez pas installé la collection optionnelle "Stamps" séparée, quittez Tux Paint et installez-le maintenant. Il devrait être disponible à partir du même endroit où vous avez obtenu le programme principal de Tux Paint. <i>(Remarque: à partir de la version 0.9.14, Tux Paint est livré avec une petite collection d'exemples de tampons.)</i> </p> If you installed Tux Paint, but did not install the separate, optional "Stamps" collection, quit Tux Paint and install it now. It should be available from the same place you got the main Tux Paint program. <i>(Note: Tux Paint ships with a very small collection of example stamps.)</i> </p>
<p> <p>
Si vous ne souhaitez pas installer la collection de tampons par défaut, vous pouvez simplement créer la vôtre. Consultez la documentation "Extending Tux Paint" pour en savoir plus sur la création de fichiers image PNG et SVG, de fichiers de description de texte TXT, de fichiers audio Ogg Vorbis, MP3 ou WAV et de fichiers de données texte DAT qui composent les tampons. </p> Si vous ne souhaitez pas installer la collection de tampons par défaut, vous pouvez simplement créer la vôtre. Consultez la documentation "Extending Tux Paint" pour en savoir plus sur la création de fichiers image PNG et SVG, de fichiers de description de texte TXT, de fichiers audio Ogg Vorbis, MP3 ou WAV et de fichiers de données texte DAT qui composent les tampons. </p>
@ -286,12 +286,6 @@
<p> <p>
Si ce programme n'est pas disponible (par exemple, vous utilisez CUPS, le système d'impression commun Unix, et n'avez pas installé "<code>cups-lpr</code>"), vous devrez spécifier une commande appropriée en utilisant l'option "<code>printcommand</code>" dans le fichier de configuration de Tux Paint. (Voir la documentation OPTIONS .) </p> Si ce programme n'est pas disponible (par exemple, vous utilisez CUPS, le système d'impression commun Unix, et n'avez pas installé "<code>cups-lpr</code>"), vous devrez spécifier une commande appropriée en utilisant l'option "<code>printcommand</code>" dans le fichier de configuration de Tux Paint. (Voir la documentation OPTIONS .) </p>
<p>
<i>Remarque :</i> les versions de Tux Paint antérieures à 0.9.15 utilisaient une commande par défaut différente pour l'impression, "<code>pngtopnm | pnmtops | lpr</code>", avec le format de sortie PNG, plutôt que PostScript. </p>
<p>
Si vous avez changé votre option "printcommand" avant Tux Paint 0.9.15, vous devrez revenir en arrière et la modifier pour pouvoir accepter PostScript. </p>
</dd> </dd>
<dt> <dt>
@ -363,7 +357,7 @@
</dt> </dt>
<dd> <dd>
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/> In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\<i>nom d'utilisateur</i>\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
<br/> <br/>
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/> (Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
<br/> <br/>
@ -383,7 +377,7 @@
</dt> </dt>
<dd> <dd>
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/nom d'utilisateur/.tuxpaint/saved/</code>"</nobr> <br/> In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/<i>nom d'utilisateur</i>/.tuxpaint/saved/</code>"</nobr> <br/>
<br/> <br/>
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/> (Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
<br/> <br/>
@ -677,7 +671,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "<code>stdout.txt</code>" in the same folder where <code>TuxPaint.exe</code> resides (e.g., in <nobr>"<code style='background: #EEE;'>C:\Program Files\TuxPaint\</code>"</nobr>). </p> If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "<code>stdout.txt</code>" in the same folder where <code>TuxPaint.exe</code> resides (e.g., in <nobr>"<code style='background: #EEE;'>C:\Program Files\TuxPaint\</code>"</nobr>). </p>
<p> <p>
A lockfile (e.g., <nobr>"<code style='background: #EEE;'>/home/nom d'utilisateur/.tuxpaint/lockfile.dat</code>"</nobr> on Linux and Unix, <nobr>"<code style='background: #EEE;'>userdata\lockfile.dat</code>"</nobr> on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once). </p> A lockfile (e.g., <nobr>"<code style='background: #EEE;'>/home/<i>nom d'utilisateur</i>/.tuxpaint/lockfile.dat</code>"</nobr> on Linux and Unix, <nobr>"<code style='background: #EEE;'>userdata\lockfile.dat</code>"</nobr> on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once). </p>
<p> <p>
Même si le fichier de verrouillage existe, il contient l'heure de la dernière exécution de Tux Paint. Si cela fait plus de 30 secondes, Tux Paint devrait fonctionner correctement et simplement mettre à jour le fichier de verrouillage avec l'heure courante. </p> Même si le fichier de verrouillage existe, il contient l'heure de la dernière exécution de Tux Paint. Si cela fait plus de 30 secondes, Tux Paint devrait fonctionner correctement et simplement mettre à jour le fichier de verrouillage avec l'heure courante. </p>
@ -787,7 +781,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
<blockquote> <blockquote>
<p> <p>
<nobr><code style='background: #EEE;'>C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p> <nobr><code style='background: #EEE;'>C:\Users\<i>nom d'utilisateur</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p>
</blockquote> </blockquote>
<p> <p>
@ -831,7 +825,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
<blockquote> <blockquote>
<p> <p>
<nobr><code style='background: #EEE;'>/home/nom d'utilisateur/.tuxpaintrc</code></nobr> </p> <nobr><code style='background: #EEE;'>/home/<i>nom d'utilisateur</i>/.tuxpaintrc</code></nobr> </p>
</blockquote> </blockquote>
<p> <p>
@ -866,7 +860,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
</blockquote> </blockquote>
<p> <p>
...then you can reenable sound by either adding this option to your own <nobr>"<code style='background: #EEE;'>/home/nom d'utilisateur/.tuxpaintrc</code>"</nobr> file: </p> ...then you can reenable sound by either adding this option to your own <nobr>"<code style='background: #EEE;'>/home/<i>nom d'utilisateur</i>/.tuxpaintrc</code>"</nobr> file: </p>
<blockquote> <blockquote>
<p> <p>

View file

@ -93,12 +93,12 @@
Documentation sur l'installation </h1> Documentation sur l'installation </h1>
<p> <p>
Copyright &copy; 2002-2024 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2025 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
avril 29, 2024 </p> janvier 12, 2025 </p>
</center> </center>
</header> </header>
@ -206,7 +206,7 @@
<dt><strong>libpaper (Linux/Unix uniquement)</strong></dt> <dt><strong>libpaper (Linux/Unix uniquement)</strong></dt>
<dd> <dd>
<p> <p>
Depuis Tux Paint 0.9.17, Tux Paint peut déterminer le format de papier par défaut (par exemple, A4 ou Lettre), ou peut être invité à utiliser un format particulier, ceci grâce à libpaper. </p> Tux Paint can determine your system's default paper size (e.g., A4 or Letter), or can be told to use a particular paper size, thanks to "libpaper". </p>
<p> <p>
<a href="https://github.com/naota/libpaper">https://github.com/naota/libpaper</a> <a href="https://github.com/naota/libpaper">https://github.com/naota/libpaper</a>
@ -226,7 +226,7 @@
<dt><strong>Support des graphismes SVG</strong></dt> <dt><strong>Support des graphismes SVG</strong></dt>
<dd> <dd>
<p> <p>
À partir de Tux Paint 0.9.17, Tux Paint peut prendre en charge les images SVG (Scalable Vector Graphics) pour les tampons. Deux ensembles de bibliothèques sont pris en charge et le support SVG peut être complètement désactivé (via "<code style="white-space: nowrap;">make SVG_LIB:=</code>=") </p> Tux Paint can load SVG (Scalable Vector Graphics) images as stamps. Two sets of libraries are supported, and SVG support can be completely disabled (via "<code style="white-space: nowrap;">make SVG_LIB:=</code>") </p>
<dl> <dl>
<dt>librsvg-2 &amp; libCairo2 (nouvelles bibliothèques)</dt> <dt>librsvg-2 &amp; libCairo2 (nouvelles bibliothèques)</dt>
@ -311,7 +311,7 @@
</header> </header>
<p> <p>
Depuis février 2005 (à partir de Tux Paint 0.9.15), le "<code>Makefile</code>" inclut la prise en charge de la construction sur un système Windows à l'aide de MinGW/MSYS (<a href="https://sourceforge.net/projects/msys2/">https://sourceforge.net/projects/msys2/</a>). </p> The "<code>Makefile</code>" includes support for building on a Windows system using MinGW/MSYS (<a href="https://sourceforge.net/projects/msys2/">https://sourceforge.net/projects/msys2/</a>). </p>
<p> <p>
Beaucoup d'outils et de bibliothèques sont nécessaires pour élaborer Tux Paint. Le système de gestion de paquet "<code>pacman</code>" apporte une aide pour installer automatiquement, en résolvant less nombreuses dépendances. </p> Beaucoup d'outils et de bibliothèques sont nécessaires pour élaborer Tux Paint. Le système de gestion de paquet "<code>pacman</code>" apporte une aide pour installer automatiquement, en résolvant less nombreuses dépendances. </p>
@ -751,7 +751,7 @@
</header> </header>
<p> <p>
If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "<code>stderr.txt</code>" in your personal saving folder for TuxPaint which is normaly <nobr>"<code style='background: #EEE;'>C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\</code>"</nobr>. </p> If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "<code>stderr.txt</code>" in your personal saving folder for TuxPaint which is normaly <nobr>"<code style='background: #EEE;'>C:\Users\<i>nom d'utilisateur</i>\AppData\Roaming\TuxPaint\</code>"</nobr>. </p>
<p> <p>
Il contiendra une description de ce qui n'allait pas. Habituellement, ce sera simplement dû à une casse de caractère incorrecte (majuscule 'Z' à la place de 'z' minuscule) ou un '-' (tiret) manquant (en trop). </p> Il contiendra une description de ce qui n'allait pas. Habituellement, ce sera simplement dû à une casse de caractère incorrecte (majuscule 'Z' à la place de 'z' minuscule) ou un '-' (tiret) manquant (en trop). </p>

View file

@ -97,12 +97,12 @@
Magic Tool Plugin API Documentation </h2> Magic Tool Plugin API Documentation </h2>
<p> <p>
Copyright &copy; 2007-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2007-2025 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
septembre 17, 2024 </p> janvier 12, 2025 </p>
</center> </center>
</header> </header>
@ -153,7 +153,7 @@
</header> </header>
<p> <p>
Beginning with version 0.9.18, Tux Paint's 'Magic' tools were converted from routines that lived within the application itself, to a set of 'plugins' that are loaded when Tux Paint starts up. </p> Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux Paint starts up. </p>
<p> <p>
This division allows more rapid development of 'Magic' tools, and allows programmers to create and test new tools without needing to integrate them within the main Tux Paint source code. (Users of more professional graphics tools, such as GIMP, should be familiar with this plugin concept.) </div> This division allows more rapid development of 'Magic' tools, and allows programmers to create and test new tools without needing to integrate them within the main Tux Paint source code. (Users of more professional graphics tools, such as GIMP, should be familiar with this plugin concept.) </div>

View file

@ -97,12 +97,12 @@
Documentation sur les options </h2> Documentation sur les options </h2>
<p> <p>
Copyright &copy; 2002-2024 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2025 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
avril 29, 2024 </p> janvier 12, 2025 </p>
</center> </center>
</header> </header>
@ -169,7 +169,7 @@
</header> </header>
<p> <p>
<nobr><code style='background: #EEE;'>/home/nom d'utilisateur/.tuxpaintrc</code></nobr> </p> <nobr><code style='background: #EEE;'>/home/<i>nom d'utilisateur</i>/.tuxpaintrc</code></nobr> </p>
</div> </div>
<section class="indent"><!-- H3: System-Wide Configuration File --> <section class="indent"><!-- H3: System-Wide Configuration File -->
@ -216,7 +216,7 @@
</header> </header>
<p> <p>
<nobr><code style='background: #EEE;'>C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p> <nobr><code style='background: #EEE;'>C:\Users\<i>nom d'utilisateur</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p>
<p> <p>
Vous pouvez utiliser NotePad ou WordPad pour créer ce fichier. Assurez-vous de l'enregistrer en tant que texte brut et assurez-vous que le nom de fichier ne contient pas ".txt" à la fin ... </p> Vous pouvez utiliser NotePad ou WordPad pour créer ce fichier. Assurez-vous de l'enregistrer en tant que texte brut et assurez-vous que le nom de fichier ne contient pas ".txt" à la fin ... </p>
@ -519,10 +519,7 @@
<dd> <dd>
<p> <p>
Avant Tux Paint 0.9.15, les boutons du milieu et de droite d'une souris pouvaient également être utilisés pour cliquer. Dans la version 0.9.15, cela a été modifié afin que seul le bouton gauche de la souris fonctionne, pour de ne pas habituer les enfants à utiliser un mauvais bouton. </p> For children who have trouble with the mouse, this distinction between the two or three buttons on a mouse may be disabled by using this option. </p>
<p>
Cependant, pour les enfants qui ont des problèmes avec la souris, cette distinction entre les deux ou trois boutons d'une souris peut être désactivée (ramenant Tux Paint à son ancien comportement) grâce à cette option. </p>
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</span> <strong>Note : </strong>si utilisé dans un fichier de configuration pour tout le monde, il peut être remplacé par le fichier de configuration de l'utilisateur en utilisant "<code>nobuttondistinction=no</code>" ou "<code>buttondistinction=yes</code>". Dans les deux cas, il peut être remplacé avec l'option en ligne de commande "<code>--buttondistinction</code>". </p> <span title="Configuration option">&#9881;</span> <strong>Note : </strong>si utilisé dans un fichier de configuration pour tout le monde, il peut être remplacé par le fichier de configuration de l'utilisateur en utilisant "<code>nobuttondistinction=no</code>" ou "<code>buttondistinction=yes</code>". Dans les deux cas, il peut être remplacé avec l'option en ligne de commande "<code>--buttondistinction</code>". </p>
</dd> </dd>
@ -1637,12 +1634,6 @@
<blockquote> <blockquote>
<code>lpr</code> <code>lpr</code>
</blockquote> </blockquote>
<p class="note">
<span title="Version variation">&#128220;</span> <b>Remarque :</b> les versions de Tux Paint antérieures à 0.9.15 envoyaient des données au format PNG à la commande d'impression (qui par défaut était "<code>pngtopnm | pnmtops | lpr</code>"). </p>
<p>
Si vous définissez une autre commande <code><b>printcommand</b></code> dans le fichier de configuration avant la version 0.9.15, vous devrez la modifier. </p>
</dd> </dd>
<dt> <dt>
@ -1785,11 +1776,11 @@
<dt>Linux / Unix</dt> <dt>Linux / Unix</dt>
<dd> <dd>
Under a hidden directory in your home directory:<br/> Under a hidden directory in your home directory:<br/>
<nobr><code style='background: #EEE;'>/home/nom d'utilisateur/.tuxpaint/saved/</code></nobr> </dd> <nobr><code style='background: #EEE;'>/home/<i>nom d'utilisateur</i>/.tuxpaint/saved/</code></nobr> </dd>
<dt>Windows</dt> <dt>Windows</dt>
<dd> <dd>
<nobr><code style='background: #EEE;'>C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\saved\</code></nobr> </dd> <nobr><code style='background: #EEE;'>C:\Users\<i>nom d'utilisateur</i>\AppData\Roaming\TuxPaint\saved\</code></nobr> </dd>
<dt>macOS</dt> <dt>macOS</dt>
<dd> <dd>
@ -1823,7 +1814,7 @@
<ul> <ul>
<li>Linux et Unix - Si disponible, quel que soit l'endroit où votre environnement de bureau est configuré pour le stockage des images, en fonction de votre configuration XDG (X Desktop Group). (Essayez d'exécuter en ligne de commande "<code style="white-space: nowrap;">xdg-user-dir PICTURES</code>" pour le savoir.)<br> <li>Linux et Unix - Si disponible, quel que soit l'endroit où votre environnement de bureau est configuré pour le stockage des images, en fonction de votre configuration XDG (X Desktop Group). (Essayez d'exécuter en ligne de commande "<code style="white-space: nowrap;">xdg-user-dir PICTURES</code>" pour le savoir.)<br>
Typically (in an English locale), this will be a "<code>Images</code>" subdirectory in your home directory (i.e., <nobr>"<code style='background: #EEE;'>/home/nom d'utilisateur/Images</code>"</nobr>).<br> Typically (in an English locale), this will be a "<code>Images</code>" subdirectory in your home directory (i.e., <nobr>"<code style='background: #EEE;'>/home/<i>nom d'utilisateur</i>/Images</code>"</nobr>).<br>
Tux Paint will fall back to using that typical directory, if no XDG configuration can be read, or nothing is set for "<code>XDG_PICTURES_DIR</code>". </li> Tux Paint will fall back to using that typical directory, if no XDG configuration can be read, or nothing is set for "<code>XDG_PICTURES_DIR</code>". </li>
<li>Windows - <nobr>"<code style='background: #EEE;'>My Pictures</code>"</nobr> directory for each user (normaly <nobr>"<code style='background: #EEE;'>C:\Users\nom d'utilisateur\My Pictures</code>"</nobr>)<br>You can directly open the folder as follows: <ul> <li>Windows - <nobr>"<code style='background: #EEE;'>My Pictures</code>"</nobr> directory for each user (normaly <nobr>"<code style='background: #EEE;'>C:\Users\nom d'utilisateur\My Pictures</code>"</nobr>)<br>You can directly open the folder as follows: <ul>
<li>Pressez la touche "[Windows]+[R]" pour ouvrir la boîte de dialogue "Exécuter ...".</li> <li>Pressez la touche "[Windows]+[R]" pour ouvrir la boîte de dialogue "Exécuter ...".</li>
@ -1836,11 +1827,11 @@
</ul> </ul>
<p class="note"> <p class="note">
<span title="Information">&#128161;</span> <strong>Note:</strong> When the defaults are used, a new "<code>TuxPaint</code>" subdirectory will be created and used. (e.g., <nobr>"<code style='background: #EEE;'>/home/nom d'utilisateur/Images/TuxPaint</code>"</nobr>) When the "<code>--exportdir</code>" option is used, the exact path specified will be used (no "<code>TuxPaint</code>" subdirectory is created). </p> <span title="Information">&#128161;</span> <strong>Note:</strong> When the defaults are used, a new "<code>TuxPaint</code>" subdirectory will be created and used. (e.g., <nobr>"<code style='background: #EEE;'>/home/<i>nom d'utilisateur</i>/Images/TuxPaint</code>"</nobr>) When the "<code>--exportdir</code>" option is used, the exact path specified will be used (no "<code>TuxPaint</code>" subdirectory is created). </p>
<p> <p>
The directory itself (e.g., <nobr>"<code style='background: #EEE;'>/home/nom d'utilisateur/Images/TuxPaint</code>"</nobr>) will be created, if it doesn't exist. </p> The directory itself (e.g., <nobr>"<code style='background: #EEE;'>/home/<i>nom d'utilisateur</i>/Images/TuxPaint</code>"</nobr>) will be created, if it doesn't exist. </p>
<p> <p>
If the <em>parent</em> directory (e.g., <nobr>"<code style='background: #EEE;'>/home/nom d'utilisateur/Images</code>"</nobr>) also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that). </p> If the <em>parent</em> directory (e.g., <nobr>"<code style='background: #EEE;'>/home/<i>nom d'utilisateur</i>/Images</code>"</nobr>) also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that). </p>
<p> <p>
Exemple: <code>exportdir=/home/penguin/TuxPaintExports</code> </p> Exemple: <code>exportdir=/home/penguin/TuxPaintExports</code> </p>
@ -1944,10 +1935,10 @@
<dl> <dl>
<dt>Linux / Unix</dt> <dt>Linux / Unix</dt>
<dd><nobr><code style='background: #EEE;'>/home/nom d'utilisateur/.tuxpaint/</code></nobr></dd> <dd><nobr><code style='background: #EEE;'>/home/<i>nom d'utilisateur</i>/.tuxpaint/</code></nobr></dd>
<dt>Windows</dt> <dt>Windows</dt>
<dd><nobr><code style='background: #EEE;'>C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\</code></nobr></dd> <dd><nobr><code style='background: #EEE;'>C:\Users\<i>nom d'utilisateur</i>\AppData\Roaming\TuxPaint\</code></nobr></dd>
<dt>macoS</dt> <dt>macoS</dt>
<dd><nobr><code style='background: #EEE;'>/Users/<i>nom d'utilisateur</i>/Library/Application Support/TuxPaint/</code></nobr></dd> <dd><nobr><code style='background: #EEE;'>/Users/<i>nom d'utilisateur</i>/Library/Application Support/TuxPaint/</code></nobr></dd>
@ -2373,7 +2364,7 @@
</header> </header>
<p> <p>
If any of the above options are set in a system-wide configuration file (e.g. <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr> on Linux), you may override them in your own personal configuration file (e.g. <nobr>"<code style='background: #EEE;'>/home/nom d'utilisateur/.tuxpaintrc</code>"</nobr>) </p> If any of the above options are set in a system-wide configuration file (e.g. <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr> on Linux), you may override them in your own personal configuration file (e.g. <nobr>"<code style='background: #EEE;'>/home/<i>nom d'utilisateur</i>/.tuxpaintrc</code>"</nobr>) </p>
<p> <p>
For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your personal configuration file: </p> For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your personal configuration file: </p>
@ -2550,7 +2541,7 @@
This prevents the system-wide configuration file (e.g. <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr> on Linux), from being read. </p> This prevents the system-wide configuration file (e.g. <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr> on Linux), from being read. </p>
<p> <p>
Only your own configuration file (e.g. <nobr>"<code style='background: #EEE;'>/home/nom d'utilisateur/.tuxpaintrc</code>"</nobr> on Linux) &mdash; if it exists &mdash; will be used. </p> Only your own configuration file (e.g. <nobr>"<code style='background: #EEE;'>/home/<i>nom d'utilisateur</i>/.tuxpaintrc</code>"</nobr> on Linux) &mdash; if it exists &mdash; will be used. </p>
</dd> </dd>
</dl> </dl>

View file

@ -1706,7 +1706,7 @@
</dt> </dt>
<dd> <dd>
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/> In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\<i>nom d'utilisateur</i>\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
<br/> <br/>
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/> (Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
<br/> <br/>
@ -1726,7 +1726,7 @@
</dt> </dt>
<dd> <dd>
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/nom d'utilisateur/.tuxpaint/saved/</code>"</nobr> <br/> In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/<i>nom d'utilisateur</i>/.tuxpaint/saved/</code>"</nobr> <br/>
<br/> <br/>
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/> (Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
<br/> <br/>

View file

@ -2,10 +2,10 @@
Tux Paint Tux Paint
versión 0.9.35 versión 0.9.35
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt. Copyright © 2002-2025 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
25 de Decembro de 2024 12 de Xaneiro de 2025
+-------------------------------------------------------------+ +-------------------------------------------------------------+
| Índice | | Índice |
@ -221,9 +221,9 @@ que se atopa no mesmo directorio.)
→ Espazado do pincel ← → Espazado do pincel ←
A partir da versión 0.9.16 de Tux Paint, agora pode especificar o espazado You may specify the spacing for brushes — that is, how frequently they are
para os pinceis (é dicir, a frecuencia coa que se debuxan). De xeito drawn across the length of a line or stroke. By default, the spacing will
predeterminado, o espazado será a altura do pincel, dividido por 4. be the brush's height, divided by 4.
Engada unha liña que conteña a liña «spacing=N» ao ficheiro de datos do Engada unha liña que conteña a liña «spacing=N» ao ficheiro de datos do
pincel, onde «N» é o espazado que quere para o pincel. (Canto menor sexa o pincel, onde «N» é o espazado que quere para o pincel. (Canto menor sexa o
@ -233,11 +233,11 @@ que se atopa no mesmo directorio.)
→ Pinceis animados ← → Pinceis animados ←
A partir da versión 0.9.16 de Tux Paint, pode crear pinceis animados. A Brushes may be animated. As the brush is used, each frame of the animation
medida que se usa o pincel, debúxase cada cadro da animación. is drawn in sequence.
Coloca cada cadro nunha ampla imaxe PNG. Por exemplo, se o pincel ten 30x30 Lay each frame out across a wide PNG image. For example, if the brush is
e ten 5 fotogramas, a imaxe debería ser 150x30. 30x30 and there are 5 frames, the image should be 150x30.
Engada unha liña que conteña a liña «frames=N» ao ficheiro de datos do Engada unha liña que conteña a liña «frames=N» ao ficheiro de datos do
pincel, onde «N» é o número de fotogramas do pincel. pincel, onde «N» é o número de fotogramas do pincel.
@ -249,15 +249,16 @@ que se atopa no mesmo directorio.)
→ Pinceis direccionais ← → Pinceis direccionais ←
A partir da versión 0.9.16 de Tux Paint, pode crear pinceis direccionais. A Brushes may be configured to draw a different shape based on the direction
medida que se usa o pincel, debúxanse diferentes formas, dependendo da of the line or brush stroke. Different shapes will be drawn depending on
dirección na que vaia. which of the eight compass directions the brush is moving — up (aka North),
up/right (aka Northeast), right (aka East), down/right (aka Southeast),
etc.). A ninth "center" shape is used when there's no motion (e.g., simply
clicking/tapping and releasing the "Paint" tool, without dragging).
As formas direccionais divídense nun cadrado de 3x3 nunha imaxe PNG. Por The directional shapes are divided into a 3x3 square in a PNG image. For
exemplo, se o pincel ten 30x30, a imaxe debería ser 90x90 e cada unha das example, if your brush is 30x30, the image should be 90x90, and each of the
formas da dirección colocadas nunha grade 3x3. A rexión central úsase sen direction's shapes placed in a 3x3 grid.
movemento. A parte superior dereita úsase para o movemento cara arriba e á
dereita. E así sucesivamente.
Engada unha liña que conteña a palabra «directional» ao ficheiro de datos Engada unha liña que conteña a palabra «directional» ao ficheiro de datos
debrush's. debrush's.
@ -266,9 +267,9 @@ que se atopa no mesmo directorio.)
→ Rotating Brushes ← → Rotating Brushes ←
As of Tux Paint version 0.9.27, you may now create rotating brushes. As the Brushes may be configured to rotate based on the angle of the line or brush
brush is used, it is rotated 360 degrees, depending on the direction the stroke. (Unlike Directional Brushes, described above, only a single brush
brush is going. shape may be provided.
Engada unha liña que conteña a palabra «rotate» ao ficheiro de datos Engada unha liña que conteña a palabra «rotate» ao ficheiro de datos
debrush's. debrush's.
@ -277,8 +278,8 @@ que se atopa no mesmo directorio.)
→ Chaotic Brushes ← → Chaotic Brushes ←
As of Tux Paint version 0.9.34, brushes can be configured to continuously Brushes may be configured to continuously choose a random direction as you
pick random directions as you draw with them. draw with them.
Engada unha liña que conteña a palabra «chaotic» ao ficheiro de datos Engada unha liña que conteña a palabra «chaotic» ao ficheiro de datos
debrush's. debrush's.
@ -320,10 +321,10 @@ exemplo, pode ter un cartafol «vacacións» con subcartafoles «samaín» e
Os selos de caucho en Tux Paint poden estar formados por varios ficheiros Os selos de caucho en Tux Paint poden estar formados por varios ficheiros
separados. O único ficheiro necesario é, por suposto, a imaxe en si. separados. O único ficheiro necesario é, por suposto, a imaxe en si.
A partir da versión 0.9.17 de Tux Paint, os selos poden ser imaxes de mapa de Stamps may be either PNG bitmap images or SVG vector images. They can be
bits PNG ou imaxes vectoriais SVG. Poden ser a toda cor ou en escala de grises. full-color or greyscale. The alpha (transparency) channel of PNGs is used to
A canle alfa (transparencia) dos PNG utilízase para determinar a forma real da determine the actual shape of the picture (otherwise you'll stamp a large
imaxe (se non, marcará un rectángulo grande nos seus debuxos). rectangle on your drawings).
Os PNG poden ter calquera tamaño e Tux Paint (de xeito predeterminado) ofrece Os PNG poden ter calquera tamaño e Tux Paint (de xeito predeterminado) ofrece
un conxunto de botóns de tamaño para que o usuario poida escalar o selo cara un conxunto de botóns de tamaño para que o usuario poida escalar o selo cara
@ -588,9 +589,8 @@ Por exemplo, para o selo «selo.png» crearíase outro ficheiro chamado
«selo_mirror.png», que se usará cando o selo se reflicta (no canto de usar unha «selo_mirror.png», que se usará cando o selo se reflicta (no canto de usar unha
versión ao revés de «selo.png». versión ao revés de «selo.png».
A partir de Tux Paint 0.9.18, de xeito similar pode fornecer unha imaxe You may also provide a pre-flipped image with "_flip" in the name, and/or an
previamente invertida con «_flip» no nome e/ou unha imaxe que se reflicta e image that is both mirrored and flipped, by naming it "_mirror_flip".
inverta, denominándoa «_mirror_flip».
💡 Note: If the user flips and mirrors an image, and a pre-drawn "_mirror_flip" 💡 Note: If the user flips and mirrors an image, and a pre-drawn "_mirror_flip"
doesn't exist, but either "_flip" or "_mirror" does, it will be used, and doesn't exist, but either "_flip" or "_mirror" does, it will be used, and
@ -621,11 +621,11 @@ detalles. En Tux Paint, mentre debuxa, escribe texto ou estampa selos, o
contorno segue «por riba» do que debuxa. Pode borrar as partes do debuxo que contorno segue «por riba» do que debuxa. Pode borrar as partes do debuxo que
fixo, mais non pode borrar o contorno. fixo, mais non pode borrar o contorno.
Para crear este tipo de imaxe «de inicio», simplemente cree unha imaxe en To create this kind of 'starter' image, simply create an outlined black and
branco e negro nun programa de pintura e gárdea como ficheiro PNG rasterizado white picture in a paint program, and save it as a raster PNG file, or vector
ou SVG vectorial. Se o garda como PNG, opcionalmente pode renderizar a imaxe en SVG. If saving as a PNG, you may optionally render the image as
negro e transparente no canto de en branco e negro, mais (a partir do Tux Paint black-and-transparent, rather than black-and-white, although this is not
0.9.21) isto non é necesario. required.
### Imaxes «de comezo» ao estilo dunha escena ### ### Imaxes «de comezo» ao estilo dunha escena ###
@ -811,9 +811,8 @@ support all of the same options as starters.
«Modelos» «Modelos»
As imaxes «modelo» tamén aparecen no diálogo «Novo», xunto coas opcións de 'Template' images also appear in the 'New' dialog, along with solid color
fondo de cor sólida e «imaxes de comezo». (Nota: Tux Paint antes da versión background choices and 'Starters'.
0.9.22 non tiña a función «Modelo»).
A diferenza das imaxes debuxadas en Tux Paint polos usuarios e abertas despois, A diferenza das imaxes debuxadas en Tux Paint polos usuarios e abertas despois,
a apertura dun «modelo» crea un novo debuxo. Cando garda, a imaxe «modelo» non a apertura dun «modelo» crea un novo debuxo. Cando garda, a imaxe «modelo» non
@ -981,12 +980,11 @@ de execución.
Teclado en pantalla Teclado en pantalla
As of version 0.9.22, Tux Paint's 'Text' and 'Label' tools can present an Tux Paint's 'Text' and 'Label' tools can present an on-screen keyboard that
on-screen keyboard that allows the pointer (via a mouse, touch screen, allows the pointer (via a mouse, touch screen, eye-tracking systems, etc.) to
eye-tracking systems, etc.) to be used to input characters. Files that describe be used to input characters. Files that describe the layout and available keys
the layout and available keys are stored in Tux Paint "osk" directory. Each are stored in Tux Paint "osk" directory. Each keyboard layout is defined by a
keyboard layout is defined by a number of files (some of which may be shared by number of files (some of which may be shared by different layouts).
different layouts).
Usaremos o teclado QWERTY como exemplo: Usaremos o teclado QWERTY como exemplo:

View file

@ -5,7 +5,7 @@
Copyright © 2002-2025 by varios colaboradores; see AUTHORS.txt. Copyright © 2002-2025 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
9 de Xaneiro de 2025 12 de Xaneiro de 2025
+--------------------------------------------+ +--------------------------------------------+
| Índice | | Índice |
@ -35,11 +35,10 @@
Isto significa que Tux Paint non atopou ningunha imaxe de selo ou se lle Isto significa que Tux Paint non atopou ningunha imaxe de selo ou se lle
pediu que non as cargase. pediu que non as cargase.
Se instalou Tux Paint, pero non instalou a colección opcional separada de If you installed Tux Paint, but did not install the separate, optional
«Selos», saia de Tux Paint e instálea agora. Debe estar dispoñíbel no mesmo "Stamps" collection, quit Tux Paint and install it now. It should be
lugar no que obtivo o programa principal de Tux Paint. (Nota: A partir da available from the same place you got the main Tux Paint program. (Note:
versión 0.9.14, Tux Paint inclúe unha pequena colección de selos de Tux Paint ships with a very small collection of example stamps.)
exemplo.)
Se non quere instalar a colección predeterminada de selos, pode crear os Se non quere instalar a colección predeterminada de selos, pode crear os
seu.s Vexa a documentación «Ampliar Tux Paint» para obter máis información seu.s Vexa a documentación «Ampliar Tux Paint» para obter máis información
@ -168,13 +167,6 @@
especificar unha orde apropiada usando a opción «printcommand» no ficheiro especificar unha orde apropiada usando a opción «printcommand» no ficheiro
de configuración de Tux Paint. (Vexa a «Documentación de opcións».) de configuración de Tux Paint. (Vexa a «Documentación de opcións».)
Nota: As versións de Tux Paint anteriores ao 0.9.15 usaban unha orde
predeterminada diferente para imprimir, «pngtopnm | pnmtops | lpr», como
formato PNG de saída de Tux PaintNG, no canto de PostScript.
Se xa cambiara a súa opción «printcommand» antes de Tux Paint 0.9.15, terá
que volver atras e modificala para que acepte PostScript.
→ Recibo a mensaxe «Aínda non pode imprimir» cando vou imprimir ← → Recibo a mensaxe «Aínda non pode imprimir» cando vou imprimir ←

View file

@ -2,10 +2,10 @@
versión 0.9.35 versión 0.9.35
Documentación da instalación Documentación da instalación
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt. Copyright © 2002-2025 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
29 de Abril de 2024 12 de Xaneiro de 2025
+---------------------------------------------------+ +---------------------------------------------------+
| Índice | | Índice |
@ -86,9 +86,9 @@ a súa instalación como parte da súa distribución de Linux.
→ libpaper (Só Linux/Unix) ← → libpaper (Só Linux/Unix) ←
A partir de Tux Paint 0.9.17, Tux Paint pode determinar o tamaño de papel Tux Paint can determine your system's default paper size (e.g., A4 or
predeterminado do seu sistema (p. ex.: A4 ou Carta), ou pódeselle indicar Letter), or can be told to use a particular paper size, thanks to
que use un tamaño de papel particular, grazas a «libpaper». "libpaper".
https://github.com/naota/libpaper https://github.com/naota/libpaper
@ -105,10 +105,9 @@ a súa instalación como parte da súa distribución de Linux.
→ Compatibilidade de SVG ← → Compatibilidade de SVG ←
A partir de Tux Paint 0.9.17, Tux Paint pode cargar imaxes SVG (Scalable Tux Paint can load SVG (Scalable Vector Graphics) images as stamps. Two
Vector Graphics — Gráficos Vectoriais Escalábeis) como selos. Admítense sets of libraries are supported, and SVG support can be completely disabled
dous conxuntos de bibliotecas e pódese desactivar completamente a (via "make SVG_LIB:=")
compatibilidade SVG (a través de «make SVG_LIB:=»)
→ librsvg-2 & libCairo2 (bibliotecas máis recentes) ← → librsvg-2 & libCairo2 (bibliotecas máis recentes) ←
@ libRSVG 2: http://librsvg.sourceforge.net/ @ libRSVG 2: http://librsvg.sourceforge.net/
@ -162,9 +161,8 @@ está dispoñíbel libremente.
## Compiling Set-Up ## ## Compiling Set-Up ##
A partir de febreiro de 2005 (comezando con Tux Paint 0.9.15), o «Makefile» The "Makefile" includes support for building on a Windows system using MinGW/
inclúe compatibilidade para construír nun sistema Windows usando MinGW/MSYS ( MSYS (https://sourceforge.net/projects/msys2/).
https://sourceforge.net/projects/msys2/).
Many tools and libraries are required to build Tux Paint. The package Many tools and libraries are required to build Tux Paint. The package
management system "pacman" helps you install them automatically solving management system "pacman" helps you install them automatically solving

View file

@ -3,10 +3,10 @@
### Magic Tool Plugin API Documentation ### ### Magic Tool Plugin API Documentation ###
Copyright © 2007-2024 by various contributors; see AUTHORS.txt. Copyright © 2007-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
Setembro 17, 2024 Xaneiro 12, 2025
+--------------------------------------------------+ +--------------------------------------------------+
| Table of Contents | | Table of Contents |
@ -43,9 +43,8 @@
Overview Overview
Beginning with version 0.9.18, Tux Paint's 'Magic' tools were converted from Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux
routines that lived within the application itself, to a set of 'plugins' that Paint starts up.
are loaded when Tux Paint starts up.
This division allows more rapid development of 'Magic' tools, and allows This division allows more rapid development of 'Magic' tools, and allows
programmers to create and test new tools without needing to integrate them programmers to create and test new tools without needing to integrate them

View file

@ -3,10 +3,10 @@
### Documentación de opcións ### ### Documentación de opcións ###
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt. Copyright © 2002-2025 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
29 de Abril de 2024 12 de Xaneiro de 2025
+----------------------------------------------------+ +----------------------------------------------------+
| Índice | | Índice |
@ -320,14 +320,8 @@ liña de ordes», a continuación.)
→ nobuttondistinction=yes ← → nobuttondistinction=yes ←
Antes do Tux Paint 0.9.15, tamén se podían empregar os botóns medio e For children who have trouble with the mouse, this distinction between the
dereito do rato para premer. Na versión 0.9.15, cambiouse para que só two or three buttons on a mouse may be disabled by using this option.
funcionase o botón esquerdo do rato para non adestrar aos cativos a usar o
botón incorrecto.
Porén, para os cativos que teñen problemas co rato, pódese desactivar esta
distinción entre os dous ou tres botóns do rato (devolvendo Tux Paint ao
seu antigo comportamento) usando esta opción.
⚙ Note: If used in a system-wide configuration file, may be overridden by ⚙ Note: If used in a system-wide configuration file, may be overridden by
the user's configuration file using "nobuttondistinction=no" or the user's configuration file using "nobuttondistinction=no" or
@ -1032,13 +1026,6 @@ liña de ordes», a continuación.)
lpr lpr
📜 Nota: As versións de Tux Paint anteriores ao 0.9.15 enviaban datos en
formato PNG á orde de impresión (de xeito predeterminado era «pngtopnm
| pnmtops | lpr»).
Se estabeleceu unha alternativa printcommand no ficheiro de
configuración antes da versión 0.9.15, terá que cambiala.
→ altprintcommand=ORDE ← → altprintcommand=ORDE ←

View file

@ -95,12 +95,12 @@
versión 0.9.35 </h1> versión 0.9.35 </h1>
<p> <p>
Copyright &copy; 2002-2024 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2025 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
25 de Decembro de 2024 </p> 12 de Xaneiro de 2025 </p>
</center> </center>
</header> </header>
@ -231,7 +231,7 @@
<p> <p>
O seu cartafol persoal de Tux Paint almacénase nos seus «Datos da aplicación» persoais. Por exemplo, nos Windows máis recentes: O seu cartafol persoal de Tux Paint almacénase nos seus «Datos da aplicación» persoais. Por exemplo, nos Windows máis recentes:
<blockquote> <blockquote>
<nobr><code style='background: #EEE;'>C:\Users\nome de usuario\AppData\Roaming\TuxPaint\</code></nobr> </blockquote> <nobr><code style='background: #EEE;'>C:\Users\<i>nome de usuario</i>\AppData\Roaming\TuxPaint\</code></nobr> </blockquote>
</p> </p>
</dd> </dd>
@ -246,7 +246,7 @@
<dt><strong>Linux e Unix</strong></dt> <dt><strong>Linux e Unix</strong></dt>
<dd> <dd>
<p> <p>
Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: <nobr>"<code style='background: #EEE;'>/home/nome de usuario/.tuxpaint/</code>"</nobr>. </p> Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: <nobr>"<code style='background: #EEE;'>/home/<i>nome de usuario</i>/.tuxpaint/</code>"</nobr>. </p>
<p> <p>
Non esqueza o punto («<code>.</code>») antes de «<code>tuxpaint</code>»! </p> Non esqueza o punto («<code>.</code>») antes de «<code>tuxpaint</code>»! </p>
</dd> </dd>
@ -256,7 +256,7 @@
Para engadir os seus propios pinceis, selos, «imaxes de comezo», modelos e tipos de letra, cree subdirectorios no seu directorio persoal de Tux Paint chamados «<code><b>brushes</b></code>», «<code><b>stamps</b></code>», «<code><b>starters</b></code>», «<code><b>templates</b></code>», «<code><b>fonts</b></code>», , respectivamente. </p> Para engadir os seus propios pinceis, selos, «imaxes de comezo», modelos e tipos de letra, cree subdirectorios no seu directorio persoal de Tux Paint chamados «<code><b>brushes</b></code>», «<code><b>stamps</b></code>», «<code><b>starters</b></code>», «<code><b>templates</b></code>», «<code><b>fonts</b></code>», , respectivamente. </p>
<p> <p>
(For example, if you created a brush named <nobr>"<code style='background: #EEE;'>flor.png</code>"</nobr>, you would put it in <nobr>"<code style='background: #EEE;'>/home/nome de usuario/.tuxpaint/brushes/</code>"</nobr> under Linux or Unix.) </p> (For example, if you created a brush named <nobr>"<code style='background: #EEE;'>flor.png</code>"</nobr>, you would put it in <nobr>"<code style='background: #EEE;'>/home/<i>nome de usuario</i>/.tuxpaint/brushes/</code>"</nobr> under Linux or Unix.) </p>
</section><!-- H2: Personal Files --> </section><!-- H2: Personal Files -->
</section><!-- H1: Where Files Go --> </section><!-- H1: Where Files Go -->
@ -337,7 +337,7 @@
<dt><strong>Espazado do pincel</strong></dt> <dt><strong>Espazado do pincel</strong></dt>
<dd> <dd>
<p> <p>
A partir da versión 0.9.16 de Tux Paint, agora pode especificar o espazado para os pinceis (é dicir, a frecuencia coa que se debuxan). De xeito predeterminado, o espazado será a altura do pincel, dividido por 4. </p> You may specify the spacing for brushes &mdash; that is, how frequently they are drawn across the length of a line or stroke. By default, the spacing will be the brush's height, divided by 4. </p>
<p> <p>
Engada unha liña que conteña a liña «<code><b>spacing=<i>N</i></b></code>» ao ficheiro de datos do pincel, onde «<i>N</i>» é o espazado que quere para o pincel. (Canto menor sexa o número, máis veces se debuxa o pincel.) </p> Engada unha liña que conteña a liña «<code><b>spacing=<i>N</i></b></code>» ao ficheiro de datos do pincel, onde «<i>N</i>» é o espazado que quere para o pincel. (Canto menor sexa o número, máis veces se debuxa o pincel.) </p>
</dd> </dd>
@ -345,9 +345,9 @@
<dt><strong>Pinceis animados</strong></dt> <dt><strong>Pinceis animados</strong></dt>
<dd> <dd>
<p> <p>
A partir da versión 0.9.16 de Tux Paint, pode crear pinceis animados. A medida que se usa o pincel, debúxase cada cadro da animación. </p> Brushes may be animated. As the brush is used, each frame of the animation is drawn in sequence. </p>
<p> <p>
Coloca cada cadro nunha ampla imaxe PNG. Por exemplo, se o pincel ten 30x30 e ten 5 fotogramas, a imaxe debería ser 150x30. </p> Lay each frame out across a wide PNG image. For example, if the brush is 30x30 and there are 5 frames, the image should be 150x30. </p>
<p> <p>
Engada unha liña que conteña a liña «<code><b>frames=<i>N</i></b></code>» ao ficheiro de datos do pincel, onde «<i>N</i>» é o número de fotogramas do pincel. </p> Engada unha liña que conteña a liña «<code><b>frames=<i>N</i></b></code>» ao ficheiro de datos do pincel, onde «<i>N</i>» é o número de fotogramas do pincel. </p>
<p class="note"> <p class="note">
@ -357,9 +357,9 @@
<dt><strong>Pinceis direccionais</strong></dt> <dt><strong>Pinceis direccionais</strong></dt>
<dd> <dd>
<p> <p>
A partir da versión 0.9.16 de Tux Paint, pode crear pinceis direccionais. A medida que se usa o pincel, debúxanse diferentes formas, dependendo da dirección na que vaia. </p> Brushes may be configured to draw a different shape based on the direction of the line or brush stroke. Different shapes will be drawn depending on which of the eight compass directions the brush is moving &mdash; up (aka North), up/right (aka Northeast), right (aka East), down/right (aka Southeast), etc.). A ninth "center" shape is used when there's no motion (e.g., simply clicking/tapping and releasing the "Paint" tool, without dragging). </p>
<p> <p>
As formas direccionais divídense nun cadrado de 3x3 nunha imaxe PNG. Por exemplo, se o pincel ten 30x30, a imaxe debería ser 90x90 e cada unha das formas da dirección colocadas nunha grade 3x3. A rexión central úsase sen movemento. A parte superior dereita úsase para o movemento cara arriba e á dereita. E así sucesivamente. </p> The directional shapes are divided into a 3x3 square in a PNG image. For example, if your brush is 30x30, the image should be 90x90, and each of the direction's shapes placed in a 3x3 grid. </p>
<p> <p>
Engada unha liña que conteña a palabra «<code><b>directional</b></code>» ao ficheiro de datos debrush's. </p> Engada unha liña que conteña a palabra «<code><b>directional</b></code>» ao ficheiro de datos debrush's. </p>
</dd> </dd>
@ -367,7 +367,7 @@
<dt><strong>Rotating Brushes</strong></dt> <dt><strong>Rotating Brushes</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint version 0.9.27, you may now create rotating brushes. As the brush is used, it is rotated 360 degrees, depending on the direction the brush is going. </p> Brushes may be configured to rotate based on the angle of the line or brush stroke. (Unlike Directional Brushes, described above, only a single brush shape may be provided. </p>
<p> <p>
Engada unha liña que conteña a palabra «<code><b>rotate</b></code>» ao ficheiro de datos debrush's. </p> Engada unha liña que conteña a palabra «<code><b>rotate</b></code>» ao ficheiro de datos debrush's. </p>
</dd> </dd>
@ -375,7 +375,7 @@
<dt><strong>Chaotic Brushes</strong></dt> <dt><strong>Chaotic Brushes</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint version 0.9.34, brushes can be configured to continuously pick random directions as you draw with them. </p> Brushes may be configured to continuously choose a random direction as you draw with them. </p>
<p> <p>
Engada unha liña que conteña a palabra «<code><b>chaotic</b></code>» ao ficheiro de datos debrush's. </p> Engada unha liña que conteña a palabra «<code><b>chaotic</b></code>» ao ficheiro de datos debrush's. </p>
</dd> </dd>
@ -424,7 +424,7 @@
alt="" alt=""
align="right"> align="right">
<p> <p>
A partir da versión 0.9.17 de Tux Paint, os selos poden ser imaxes de mapa de bits PNG ou imaxes vectoriais SVG. Poden ser a toda cor ou en escala de grises. A canle alfa (transparencia) dos PNG utilízase para determinar a forma real da imaxe (se non, marcará un rectángulo grande nos seus debuxos). </p> Stamps may be either PNG bitmap images or SVG vector images. They can be full-color or greyscale. The alpha (transparency) channel of PNGs is used to determine the actual shape of the picture (otherwise you'll stamp a large rectangle on your drawings). </p>
<p> <p>
Os PNG poden ter calquera tamaño e Tux Paint (de xeito predeterminado) ofrece un conxunto de botóns de tamaño para que o usuario poida escalar o selo cara arriba (máis grande) e cara abaixo (máis pequeno). </p> Os PNG poden ter calquera tamaño e Tux Paint (de xeito predeterminado) ofrece un conxunto de botóns de tamaño para que o usuario poida escalar o selo cara arriba (máis grande) e cara abaixo (máis pequeno). </p>
@ -662,7 +662,7 @@
Por exemplo, para o selo «<code>selo.png</code>» crearíase outro ficheiro chamado «<code>selo_mirror.png</code>», que se usará cando o selo se reflicta (no canto de usar unha versión ao revés de «<code>selo.png</code>». </p> Por exemplo, para o selo «<code>selo.png</code>» crearíase outro ficheiro chamado «<code>selo_mirror.png</code>», que se usará cando o selo se reflicta (no canto de usar unha versión ao revés de «<code>selo.png</code>». </p>
<p> <p>
A partir de Tux Paint 0.9.18, de xeito similar pode fornecer unha imaxe previamente invertida con «<code><b>_flip</b></code>» no nome e/ou unha imaxe que se reflicta e inverta, denominándoa «<code><b>_mirror_flip</b></code>». </p> You may also provide a pre-flipped image with "<code><b>_flip</b></code>" in the name, and/or an image that is both mirrored <em>and</em> flipped, by naming it "<code><b>_mirror_flip</b></code>". </p>
<p class="note"> <p class="note">
<span title="Information">&#128161;</span> <strong>Note:</strong> If the user flips and mirrors an image, and a pre-drawn "<code>_mirror_flip</code>" doesn't exist, but either "<code>_flip</code>" or "<code>_mirror</code>" does, it will be used, and mirrored or flipped, respectively. </p> <span title="Information">&#128161;</span> <strong>Note:</strong> If the user flips and mirrors an image, and a pre-drawn "<code>_mirror_flip</code>" doesn't exist, but either "<code>_flip</code>" or "<code>_mirror</code>" does, it will be used, and mirrored or flipped, respectively. </p>
@ -720,7 +720,7 @@
O tipo máis básico de imaxe «de inicio» é semellante a unha imaxe dun libro para colorar. É un esquema dunha forma que logo pode colorar e engadir detalles. En Tux Paint, mentre debuxa, escribe texto ou estampa selos, o contorno segue «por riba» do que debuxa. Pode borrar as partes do debuxo que fixo, mais non pode borrar o contorno. </p> O tipo máis básico de imaxe «de inicio» é semellante a unha imaxe dun libro para colorar. É un esquema dunha forma que logo pode colorar e engadir detalles. En Tux Paint, mentre debuxa, escribe texto ou estampa selos, o contorno segue «por riba» do que debuxa. Pode borrar as partes do debuxo que fixo, mais non pode borrar o contorno. </p>
<p> <p>
Para crear este tipo de imaxe «de inicio», simplemente cree unha imaxe en branco e negro nun programa de pintura e gárdea como ficheiro PNG rasterizado ou SVG vectorial. Se o garda como PNG, opcionalmente pode renderizar a imaxe en negro e transparente no canto de en branco e negro, mais (a partir do Tux Paint 0.9.21) isto non é necesario. </p> To create this kind of 'starter' image, simply create an outlined black and white picture in a paint program, and save it as a raster PNG file, or vector SVG. If saving as a PNG, you may optionally render the image as black-and-transparent, rather than black-and-white, although this is not required. </p>
</section><!-- H2: Coloring-Book Style Starters --> </section><!-- H2: Coloring-Book Style Starters -->
<section><!-- H2: Scene-Style Starters --> <section><!-- H2: Scene-Style Starters -->
@ -957,7 +957,7 @@
alt="" alt=""
align="right"> align="right">
<p> <p>
As imaxes «modelo» tamén aparecen no diálogo «Novo», xunto coas opcións de fondo de cor sólida e «imaxes de comezo». (Nota: Tux Paint antes da versión 0.9.22 non tiña a función «Modelo»). </p> 'Template' images also appear in the 'New' dialog, along with solid color background choices and 'Starters'. </p>
<p> <p>
A diferenza das imaxes debuxadas en Tux Paint polos usuarios e abertas despois, a apertura dun «modelo» crea un novo debuxo. Cando garda, a imaxe «modelo» non se sobreescribe. A diferenza das «imaxes de comezo», non hai unha «capa» inmutábel por riba do lenzo. Pode debuxar sobre calquera parte del. </p> A diferenza das imaxes debuxadas en Tux Paint polos usuarios e abertas despois, a apertura dun «modelo» crea un novo debuxo. Cando garda, a imaxe «modelo» non se sobreescribe. A diferenza das «imaxes de comezo», non hai unha «capa» inmutábel por riba do lenzo. Pode debuxar sobre calquera parte del. </p>
@ -1118,7 +1118,7 @@
</header> </header>
<p> <p>
As of version 0.9.22, Tux Paint's 'Text' and 'Label' tools can present an on-screen keyboard that allows the pointer (via a mouse, touch screen, eye-tracking systems, etc.) to be used to input characters. Files that describe the layout and available keys are stored in Tux Paint "<code>osk</code>" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts). </p> Tux Paint's 'Text' and 'Label' tools can present an on-screen keyboard that allows the pointer (via a mouse, touch screen, eye-tracking systems, etc.) to be used to input characters. Files that describe the layout and available keys are stored in Tux Paint "<code>osk</code>" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts). </p>
<p> <p>
Usaremos o teclado QWERTY como exemplo: </p> Usaremos o teclado QWERTY como exemplo: </p>

View file

@ -96,7 +96,7 @@
</p> </p>
<p> <p>
9 de Xaneiro de 2025 </p> 12 de Xaneiro de 2025 </p>
</center> </center>
<table border="2" <table border="2"
@ -141,7 +141,7 @@
Isto significa que Tux Paint non atopou ningunha imaxe de selo ou se lle pediu que non as cargase. </p> Isto significa que Tux Paint non atopou ningunha imaxe de selo ou se lle pediu que non as cargase. </p>
<p> <p>
Se instalou Tux Paint, pero non instalou a colección opcional separada de «Selos», saia de Tux Paint e instálea agora. Debe estar dispoñíbel no mesmo lugar no que obtivo o programa principal de Tux Paint. <i>(Nota: A partir da versión 0.9.14, Tux Paint inclúe unha pequena colección de selos de exemplo.)</i> </p> If you installed Tux Paint, but did not install the separate, optional "Stamps" collection, quit Tux Paint and install it now. It should be available from the same place you got the main Tux Paint program. <i>(Note: Tux Paint ships with a very small collection of example stamps.)</i> </p>
<p> <p>
Se non quere instalar a colección predeterminada de selos, pode crear os seu.s Vexa a documentación «Ampliar Tux Paint» para obter máis información sobre como crear ficheiros de imaxe PNG e SVG, ficheiros de descrición de texto TXT, ficheiros de son Ogg Vorbis, MP3 ou WAV e ficheiros de datos de texto DAT que compoñen os selos. </p> Se non quere instalar a colección predeterminada de selos, pode crear os seu.s Vexa a documentación «Ampliar Tux Paint» para obter máis información sobre como crear ficheiros de imaxe PNG e SVG, ficheiros de descrición de texto TXT, ficheiros de son Ogg Vorbis, MP3 ou WAV e ficheiros de datos de texto DAT que compoñen os selos. </p>
@ -286,12 +286,6 @@
<p> <p>
Se ese programa non está dispoñíbel (por exemplo, está a usar CUPS, o Sistema Común de Impresión Unix e non ten instalado «<code>cups-lpr</code>»), terá que especificar unha orde apropiada usando a opción «<code>printcommand</code>» no ficheiro de configuración de Tux Paint. (Vexa a «Documentación de opcións».) </p> Se ese programa non está dispoñíbel (por exemplo, está a usar CUPS, o Sistema Común de Impresión Unix e non ten instalado «<code>cups-lpr</code>»), terá que especificar unha orde apropiada usando a opción «<code>printcommand</code>» no ficheiro de configuración de Tux Paint. (Vexa a «Documentación de opcións».) </p>
<p>
<i>Nota:</i> As versións de Tux Paint anteriores ao 0.9.15 usaban unha orde predeterminada diferente para imprimir, «<code>pngtopnm | pnmtops | lpr</code>», como formato PNG de saída de Tux PaintNG, no canto de PostScript. </p>
<p>
Se xa cambiara a súa opción «printcommand» antes de Tux Paint 0.9.15, terá que volver atras e modificala para que acepte PostScript. </p>
</dd> </dd>
<dt> <dt>
@ -363,7 +357,7 @@
</dt> </dt>
<dd> <dd>
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/> In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\<i>nome de usuario</i>\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
<br/> <br/>
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/> (Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
<br/> <br/>
@ -383,7 +377,7 @@
</dt> </dt>
<dd> <dd>
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/nome de usuario/.tuxpaint/saved/</code>"</nobr> <br/> In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/<i>nome de usuario</i>/.tuxpaint/saved/</code>"</nobr> <br/>
<br/> <br/>
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/> (Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
<br/> <br/>
@ -676,7 +670,7 @@
If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "<code>stdout.txt</code>" in the same folder where <code>TuxPaint.exe</code> resides (e.g., in <nobr>"<code style='background: #EEE;'>C:\Program Files\TuxPaint\</code>"</nobr>). </p> If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "<code>stdout.txt</code>" in the same folder where <code>TuxPaint.exe</code> resides (e.g., in <nobr>"<code style='background: #EEE;'>C:\Program Files\TuxPaint\</code>"</nobr>). </p>
<p> <p>
A lockfile (e.g., <nobr>"<code style='background: #EEE;'>/home/nome de usuario/.tuxpaint/lockfile.dat</code>"</nobr> on Linux and Unix, <nobr>"<code style='background: #EEE;'>userdata\lockfile.dat</code>"</nobr> on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once). </p> A lockfile (e.g., <nobr>"<code style='background: #EEE;'>/home/<i>nome de usuario</i>/.tuxpaint/lockfile.dat</code>"</nobr> on Linux and Unix, <nobr>"<code style='background: #EEE;'>userdata\lockfile.dat</code>"</nobr> on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once). </p>
<p> <p>
Mesmo se o ficheiro de bloqueo existe, contén a «hora» na que se executou Tux Paint por última vez. Se pasaron máis de 30 segundos, Tux Paint debería funcionar ben e simplemente actualiza o ficheiro de bloqueo coa hora actual. </p> Mesmo se o ficheiro de bloqueo existe, contén a «hora» na que se executou Tux Paint por última vez. Se pasaron máis de 30 segundos, Tux Paint debería funcionar ben e simplemente actualiza o ficheiro de bloqueo coa hora actual. </p>
@ -786,7 +780,7 @@
<blockquote> <blockquote>
<p> <p>
<nobr><code style='background: #EEE;'>C:\Users\nome de usuario\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p> <nobr><code style='background: #EEE;'>C:\Users\<i>nome de usuario</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p>
</blockquote> </blockquote>
<p> <p>
@ -830,7 +824,7 @@
<blockquote> <blockquote>
<p> <p>
<nobr><code style='background: #EEE;'>/home/nome de usuario/.tuxpaintrc</code></nobr> </p> <nobr><code style='background: #EEE;'>/home/<i>nome de usuario</i>/.tuxpaintrc</code></nobr> </p>
</blockquote> </blockquote>
<p> <p>
@ -865,7 +859,7 @@
</blockquote> </blockquote>
<p> <p>
...then you can reenable sound by either adding this option to your own <nobr>"<code style='background: #EEE;'>/home/nome de usuario/.tuxpaintrc</code>"</nobr> file: </p> ...then you can reenable sound by either adding this option to your own <nobr>"<code style='background: #EEE;'>/home/<i>nome de usuario</i>/.tuxpaintrc</code>"</nobr> file: </p>
<blockquote> <blockquote>
<p> <p>

View file

@ -93,12 +93,12 @@
Documentación da instalación </h1> Documentación da instalación </h1>
<p> <p>
Copyright &copy; 2002-2024 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2025 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
29 de Abril de 2024 </p> 12 de Xaneiro de 2025 </p>
</center> </center>
</header> </header>
@ -206,7 +206,7 @@
<dt><strong>libpaper (Só Linux/Unix)</strong></dt> <dt><strong>libpaper (Só Linux/Unix)</strong></dt>
<dd> <dd>
<p> <p>
A partir de Tux Paint 0.9.17, Tux Paint pode determinar o tamaño de papel predeterminado do seu sistema (p. ex.: A4 ou Carta), ou pódeselle indicar que use un tamaño de papel particular, grazas a «libpaper». </p> Tux Paint can determine your system's default paper size (e.g., A4 or Letter), or can be told to use a particular paper size, thanks to "libpaper". </p>
<p> <p>
<a href="https://github.com/naota/libpaper">https://github.com/naota/libpaper</a> <a href="https://github.com/naota/libpaper">https://github.com/naota/libpaper</a>
@ -226,7 +226,7 @@
<dt><strong>Compatibilidade de SVG</strong></dt> <dt><strong>Compatibilidade de SVG</strong></dt>
<dd> <dd>
<p> <p>
A partir de Tux Paint 0.9.17, Tux Paint pode cargar imaxes SVG (Scalable Vector Graphics — Gráficos Vectoriais Escalábeis) como selos. Admítense dous conxuntos de bibliotecas e pódese desactivar completamente a compatibilidade SVG (a través de «<code style="white-space: nowrap;">make SVG_LIB:=</code>») </p> Tux Paint can load SVG (Scalable Vector Graphics) images as stamps. Two sets of libraries are supported, and SVG support can be completely disabled (via "<code style="white-space: nowrap;">make SVG_LIB:=</code>") </p>
<dl> <dl>
<dt>librsvg-2 &amp; libCairo2 (bibliotecas máis recentes)</dt> <dt>librsvg-2 &amp; libCairo2 (bibliotecas máis recentes)</dt>
@ -311,7 +311,7 @@
</header> </header>
<p> <p>
A partir de febreiro de 2005 (comezando con Tux Paint 0.9.15), o «<code>Makefile</code>» inclúe compatibilidade para construír nun sistema Windows usando MinGW/MSYS (<a href="https://sourceforge.net/projects/msys2/">https://sourceforge.net/projects/msys2/</a>). </p> The "<code>Makefile</code>" includes support for building on a Windows system using MinGW/MSYS (<a href="https://sourceforge.net/projects/msys2/">https://sourceforge.net/projects/msys2/</a>). </p>
<p> <p>
Many tools and libraries are required to build Tux Paint. The package management system "<code>pacman</code>" helps you install them automatically solving complicated dependencies. </p> Many tools and libraries are required to build Tux Paint. The package management system "<code>pacman</code>" helps you install them automatically solving complicated dependencies. </p>
@ -751,7 +751,7 @@
</header> </header>
<p> <p>
If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "<code>stderr.txt</code>" in your personal saving folder for TuxPaint which is normaly <nobr>"<code style='background: #EEE;'>C:\Users\nome de usuario\AppData\Roaming\TuxPaint\</code>"</nobr>. </p> If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "<code>stderr.txt</code>" in your personal saving folder for TuxPaint which is normaly <nobr>"<code style='background: #EEE;'>C:\Users\<i>nome de usuario</i>\AppData\Roaming\TuxPaint\</code>"</nobr>. </p>
<p> <p>
Conterá unha descrición do que estaba mal. Normalmente só se debe a maiúsculas e minúsculas incorrectas (maiúsculas «Z» no canto de minúsculas «z») ou a falta (ou exceso) de «-» (guións). </p> Conterá unha descrición do que estaba mal. Normalmente só se debe a maiúsculas e minúsculas incorrectas (maiúsculas «Z» no canto de minúsculas «z») ou a falta (ou exceso) de «-» (guións). </p>

View file

@ -97,12 +97,12 @@
Magic Tool Plugin API Documentation </h2> Magic Tool Plugin API Documentation </h2>
<p> <p>
Copyright &copy; 2007-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2007-2025 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
Setembro 17, 2024 </p> Xaneiro 12, 2025 </p>
</center> </center>
</header> </header>
@ -153,7 +153,7 @@
</header> </header>
<p> <p>
Beginning with version 0.9.18, Tux Paint's 'Magic' tools were converted from routines that lived within the application itself, to a set of 'plugins' that are loaded when Tux Paint starts up. </p> Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux Paint starts up. </p>
<p> <p>
This division allows more rapid development of 'Magic' tools, and allows programmers to create and test new tools without needing to integrate them within the main Tux Paint source code. (Users of more professional graphics tools, such as GIMP, should be familiar with this plugin concept.) </div> This division allows more rapid development of 'Magic' tools, and allows programmers to create and test new tools without needing to integrate them within the main Tux Paint source code. (Users of more professional graphics tools, such as GIMP, should be familiar with this plugin concept.) </div>

View file

@ -97,12 +97,12 @@
Documentación de opcións </h2> Documentación de opcións </h2>
<p> <p>
Copyright &copy; 2002-2024 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2025 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
29 de Abril de 2024 </p> 12 de Xaneiro de 2025 </p>
</center> </center>
</header> </header>
@ -169,7 +169,7 @@
</header> </header>
<p> <p>
<nobr><code style='background: #EEE;'>/home/nome de usuario/.tuxpaintrc</code></nobr> </p> <nobr><code style='background: #EEE;'>/home/<i>nome de usuario</i>/.tuxpaintrc</code></nobr> </p>
</div> </div>
<section class="indent"><!-- H3: System-Wide Configuration File --> <section class="indent"><!-- H3: System-Wide Configuration File -->
@ -216,7 +216,7 @@
</header> </header>
<p> <p>
<nobr><code style='background: #EEE;'>C:\Users\nome de usuario\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p> <nobr><code style='background: #EEE;'>C:\Users\<i>nome de usuario</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p>
<p> <p>
Pode usar NotePad ou WordPad para crear este ficheiro. Asegúrese de gardalo como texto simple e asegúrese de que o nome do ficheiro non teña «.txt» ao final... </p> Pode usar NotePad ou WordPad para crear este ficheiro. Asegúrese de gardalo como texto simple e asegúrese de que o nome do ficheiro non teña «.txt» ao final... </p>
@ -519,10 +519,7 @@
<dd> <dd>
<p> <p>
Antes do Tux Paint 0.9.15, tamén se podían empregar os botóns medio e dereito do rato para premer. Na versión 0.9.15, cambiouse para que <i></i> funcionase o botón esquerdo do rato para non adestrar aos cativos a usar o botón incorrecto. </p> For children who have trouble with the mouse, this distinction between the two or three buttons on a mouse may be disabled by using this option. </p>
<p>
Porén, para os cativos que teñen problemas co rato, pódese desactivar esta distinción entre os dous ou tres botóns do rato (devolvendo Tux Paint ao seu antigo comportamento) usando esta opción. </p>
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nobuttondistinction=no</code>" or "<code>buttondistinction=yes</code>". In both cases, may be overridden by the command-line option "<code>--buttondistinction</code>". </p> <span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nobuttondistinction=no</code>" or "<code>buttondistinction=yes</code>". In both cases, may be overridden by the command-line option "<code>--buttondistinction</code>". </p>
</dd> </dd>
@ -1637,12 +1634,6 @@
<blockquote> <blockquote>
<code>lpr</code> <code>lpr</code>
</blockquote> </blockquote>
<p class="note">
<span title="Version variation">&#128220;</span> <b>Nota:</b> As versións de Tux Paint anteriores ao 0.9.15 enviaban datos en formato PNG á orde de impresión (de xeito predeterminado era «<code>pngtopnm | pnmtops | lpr</code>»). </p>
<p>
Se estabeleceu unha alternativa <code><b>printcommand</b></code> no ficheiro de configuración antes da versión 0.9.15, terá que cambiala. </p>
</dd> </dd>
<dt> <dt>
@ -1785,11 +1776,11 @@
<dt>Linux / Unix</dt> <dt>Linux / Unix</dt>
<dd> <dd>
Under a hidden directory in your home directory:<br/> Under a hidden directory in your home directory:<br/>
<nobr><code style='background: #EEE;'>/home/nome de usuario/.tuxpaint/saved/</code></nobr> </dd> <nobr><code style='background: #EEE;'>/home/<i>nome de usuario</i>/.tuxpaint/saved/</code></nobr> </dd>
<dt>Windows</dt> <dt>Windows</dt>
<dd> <dd>
<nobr><code style='background: #EEE;'>C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved\</code></nobr> </dd> <nobr><code style='background: #EEE;'>C:\Users\<i>nome de usuario</i>\AppData\Roaming\TuxPaint\saved\</code></nobr> </dd>
<dt>macOS</dt> <dt>macOS</dt>
<dd> <dd>
@ -1823,7 +1814,7 @@
<ul> <ul>
<li>Linux e Unix: se está dispoñíbel, onde queira que o seu contorno de escritorio estea configurado para que se almacenen imaxes, en función da configuración XDG (X Desktop Group). (Probe a executar a liña de ordes «<code style="white-space: nowrap;">xdg-user-dir PICTURES</code>» para descubrilo.)<br> <li>Linux e Unix: se está dispoñíbel, onde queira que o seu contorno de escritorio estea configurado para que se almacenen imaxes, en función da configuración XDG (X Desktop Group). (Probe a executar a liña de ordes «<code style="white-space: nowrap;">xdg-user-dir PICTURES</code>» para descubrilo.)<br>
Typically (in an English locale), this will be a "<code>Imaxes</code>" subdirectory in your home directory (i.e., <nobr>"<code style='background: #EEE;'>/home/nome de usuario/Imaxes</code>"</nobr>).<br> Typically (in an English locale), this will be a "<code>Imaxes</code>" subdirectory in your home directory (i.e., <nobr>"<code style='background: #EEE;'>/home/<i>nome de usuario</i>/Imaxes</code>"</nobr>).<br>
Tux Paint will fall back to using that typical directory, if no XDG configuration can be read, or nothing is set for "<code>XDG_PICTURES_DIR</code>". </li> Tux Paint will fall back to using that typical directory, if no XDG configuration can be read, or nothing is set for "<code>XDG_PICTURES_DIR</code>". </li>
<li>Windows - <nobr>"<code style='background: #EEE;'>My Pictures</code>"</nobr> directory for each user (normaly <nobr>"<code style='background: #EEE;'>C:\Users\nome de usuario\My Pictures</code>"</nobr>)<br>You can directly open the folder as follows: <ul> <li>Windows - <nobr>"<code style='background: #EEE;'>My Pictures</code>"</nobr> directory for each user (normaly <nobr>"<code style='background: #EEE;'>C:\Users\nome de usuario\My Pictures</code>"</nobr>)<br>You can directly open the folder as follows: <ul>
<li>Prema a tecla «[Windows]+[R]» para abrir o diálogo «Executar...».</li> <li>Prema a tecla «[Windows]+[R]» para abrir o diálogo «Executar...».</li>
@ -1836,11 +1827,11 @@
</ul> </ul>
<p class="note"> <p class="note">
<span title="Information">&#128161;</span> <strong>Note:</strong> When the defaults are used, a new "<code>TuxPaint</code>" subdirectory will be created and used. (e.g., <nobr>"<code style='background: #EEE;'>/home/nome de usuario/Imaxes/TuxPaint</code>"</nobr>) When the "<code>--exportdir</code>" option is used, the exact path specified will be used (no "<code>TuxPaint</code>" subdirectory is created). </p> <span title="Information">&#128161;</span> <strong>Note:</strong> When the defaults are used, a new "<code>TuxPaint</code>" subdirectory will be created and used. (e.g., <nobr>"<code style='background: #EEE;'>/home/<i>nome de usuario</i>/Imaxes/TuxPaint</code>"</nobr>) When the "<code>--exportdir</code>" option is used, the exact path specified will be used (no "<code>TuxPaint</code>" subdirectory is created). </p>
<p> <p>
The directory itself (e.g., <nobr>"<code style='background: #EEE;'>/home/nome de usuario/Imaxes/TuxPaint</code>"</nobr>) will be created, if it doesn't exist. </p> The directory itself (e.g., <nobr>"<code style='background: #EEE;'>/home/<i>nome de usuario</i>/Imaxes/TuxPaint</code>"</nobr>) will be created, if it doesn't exist. </p>
<p> <p>
If the <em>parent</em> directory (e.g., <nobr>"<code style='background: #EEE;'>/home/nome de usuario/Imaxes</code>"</nobr>) also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that). </p> If the <em>parent</em> directory (e.g., <nobr>"<code style='background: #EEE;'>/home/<i>nome de usuario</i>/Imaxes</code>"</nobr>) also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that). </p>
<p> <p>
Exemplo: <code>exportdir=/home/penguin/TuxPaintExports</code> </p> Exemplo: <code>exportdir=/home/penguin/TuxPaintExports</code> </p>
@ -1944,10 +1935,10 @@
<dl> <dl>
<dt>Linux / Unix</dt> <dt>Linux / Unix</dt>
<dd><nobr><code style='background: #EEE;'>/home/nome de usuario/.tuxpaint/</code></nobr></dd> <dd><nobr><code style='background: #EEE;'>/home/<i>nome de usuario</i>/.tuxpaint/</code></nobr></dd>
<dt>Windows</dt> <dt>Windows</dt>
<dd><nobr><code style='background: #EEE;'>C:\Users\nome de usuario\AppData\Roaming\TuxPaint\</code></nobr></dd> <dd><nobr><code style='background: #EEE;'>C:\Users\<i>nome de usuario</i>\AppData\Roaming\TuxPaint\</code></nobr></dd>
<dt>macoS</dt> <dt>macoS</dt>
<dd><nobr><code style='background: #EEE;'>/Users/<i>nome de usuario</i>/Library/Application Support/TuxPaint/</code></nobr></dd> <dd><nobr><code style='background: #EEE;'>/Users/<i>nome de usuario</i>/Library/Application Support/TuxPaint/</code></nobr></dd>
@ -2373,7 +2364,7 @@
</header> </header>
<p> <p>
If any of the above options are set in a system-wide configuration file (e.g. <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr> on Linux), you may override them in your own personal configuration file (e.g. <nobr>"<code style='background: #EEE;'>/home/nome de usuario/.tuxpaintrc</code>"</nobr>) </p> If any of the above options are set in a system-wide configuration file (e.g. <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr> on Linux), you may override them in your own personal configuration file (e.g. <nobr>"<code style='background: #EEE;'>/home/<i>nome de usuario</i>/.tuxpaintrc</code>"</nobr>) </p>
<p> <p>
For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your personal configuration file: </p> For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your personal configuration file: </p>
@ -2550,7 +2541,7 @@
This prevents the system-wide configuration file (e.g. <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr> on Linux), from being read. </p> This prevents the system-wide configuration file (e.g. <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr> on Linux), from being read. </p>
<p> <p>
Only your own configuration file (e.g. <nobr>"<code style='background: #EEE;'>/home/nome de usuario/.tuxpaintrc</code>"</nobr> on Linux) &mdash; if it exists &mdash; will be used. </p> Only your own configuration file (e.g. <nobr>"<code style='background: #EEE;'>/home/<i>nome de usuario</i>/.tuxpaintrc</code>"</nobr> on Linux) &mdash; if it exists &mdash; will be used. </p>
</dd> </dd>
</dl> </dl>

View file

@ -1706,7 +1706,7 @@
</dt> </dt>
<dd> <dd>
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/> In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\<i>nome de usuario</i>\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
<br/> <br/>
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/> (Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
<br/> <br/>
@ -1726,7 +1726,7 @@
</dt> </dt>
<dd> <dd>
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/nome de usuario/.tuxpaint/saved/</code>"</nobr> <br/> In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/<i>nome de usuario</i>/.tuxpaint/saved/</code>"</nobr> <br/>
<br/> <br/>
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/> (Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
<br/> <br/>

View file

@ -2,10 +2,10 @@
Tux Paint Tux Paint
version 0.9.35 version 0.9.35
Copyright © 2002-2024 by various contributors; see AUTHORS.txt. Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
desember 25, 2024 janúar 12, 2025
+-----------------------------------------+ +-----------------------------------------+
| Table of Contents | | Table of Contents |
@ -214,9 +214,9 @@ directory.)
→ Brush Spacing ← → Brush Spacing ←
As of Tux Paint version 0.9.16, you can now specify the spacing for brushes You may specify the spacing for brushes — that is, how frequently they are
(that is, how often they are drawn). By default, the spacing will be the drawn across the length of a line or stroke. By default, the spacing will
brush's height, divided by 4. be the brush's height, divided by 4.
Add a line containing the line "spacing=N" to the brush's data file, where Add a line containing the line "spacing=N" to the brush's data file, where
"N" is the spacing you want for the brush. (The lower the number, the more "N" is the spacing you want for the brush. (The lower the number, the more
@ -226,11 +226,11 @@ directory.)
→ Animated Brushes ← → Animated Brushes ←
As of Tux Paint version 0.9.16, you may now create animated brushes. As the Brushes may be animated. As the brush is used, each frame of the animation
brush is used, each frame of the animation is drawn. is drawn in sequence.
Lay each frame out across a wide PNG image. For example, if your brush is Lay each frame out across a wide PNG image. For example, if the brush is
30x30 and you have 5 frames, the image should be 150x30. 30x30 and there are 5 frames, the image should be 150x30.
Add a line containing the line "frames=N" to the brush's data file, where " Add a line containing the line "frames=N" to the brush's data file, where "
N" is the number of frames in the brush. N" is the number of frames in the brush.
@ -242,15 +242,16 @@ directory.)
→ Directional Brushes ← → Directional Brushes ←
As of Tux Paint version 0.9.16, you may now create directional brushes. As Brushes may be configured to draw a different shape based on the direction
the brush is used, different shapes are drawn, depending on the direction of the line or brush stroke. Different shapes will be drawn depending on
the brush is going. which of the eight compass directions the brush is moving — up (aka North),
up/right (aka Northeast), right (aka East), down/right (aka Southeast),
etc.). A ninth "center" shape is used when there's no motion (e.g., simply
clicking/tapping and releasing the "Paint" tool, without dragging).
The directional shapes are divided into a 3x3 square in a PNG image. For The directional shapes are divided into a 3x3 square in a PNG image. For
example, if your brush is 30x30, the image should be 90x90, and each of the example, if your brush is 30x30, the image should be 90x90, and each of the
direction's shapes placed in a 3x3 grid. The center region is used for no direction's shapes placed in a 3x3 grid.
motion. The top right is used for motion that's both up, and to the right.
And so on.
Add a line containing the word "directional" to the brush's data file. Add a line containing the word "directional" to the brush's data file.
@ -258,9 +259,9 @@ directory.)
→ Rotating Brushes ← → Rotating Brushes ←
As of Tux Paint version 0.9.27, you may now create rotating brushes. As the Brushes may be configured to rotate based on the angle of the line or brush
brush is used, it is rotated 360 degrees, depending on the direction the stroke. (Unlike Directional Brushes, described above, only a single brush
brush is going. shape may be provided.
Add a line containing the word "rotate" to the brush's data file. Add a line containing the word "rotate" to the brush's data file.
@ -268,8 +269,8 @@ directory.)
→ Chaotic Brushes ← → Chaotic Brushes ←
As of Tux Paint version 0.9.34, brushes can be configured to continuously Brushes may be configured to continuously choose a random direction as you
pick random directions as you draw with them. draw with them.
Add a line containing the word "chaotic" to the brush's data file. Add a line containing the word "chaotic" to the brush's data file.
@ -310,10 +311,10 @@ sub-folders.)
Rubber Stamps in Tux Paint can be made up of a number of separate files. The Rubber Stamps in Tux Paint can be made up of a number of separate files. The
one file that is required is, of course, the picture itself. one file that is required is, of course, the picture itself.
As of Tux Paint version 0.9.17, Stamps may be either PNG bitmap images or SVG Stamps may be either PNG bitmap images or SVG vector images. They can be
vector images. They can be full-color or greyscale. The alpha (transparency) full-color or greyscale. The alpha (transparency) channel of PNGs is used to
channel of PNGs is used to determine the actual shape of the picture (otherwise determine the actual shape of the picture (otherwise you'll stamp a large
you'll stamp a large rectangle on your drawings). rectangle on your drawings).
PNGs can be any size, and Tux Paint (by default) provides a set of sizing PNGs can be any size, and Tux Paint (by default) provides a set of sizing
buttons to let the user scale the stamp up (larger) and down (smaller). buttons to let the user scale the stamp up (larger) and down (smaller).
@ -571,9 +572,8 @@ For example, for the stamp "stamp.png" you would create another file named
"stamp_mirror.png", which will be used when the stamp is mirrored (rather than "stamp_mirror.png", which will be used when the stamp is mirrored (rather than
using a backwards version of "stamp.png"). using a backwards version of "stamp.png").
As of Tux Paint 0.9.18, you may similarly provide a pre-flipped image with " You may also provide a pre-flipped image with "_flip" in the name, and/or an
_flip" in the name, and/or an image that is both mirrored and flipped, by image that is both mirrored and flipped, by naming it "_mirror_flip".
naming it "_mirror_flip".
💡 Note: If the user flips and mirrors an image, and a pre-drawn "_mirror_flip" 💡 Note: If the user flips and mirrors an image, and a pre-drawn "_mirror_flip"
doesn't exist, but either "_flip" or "_mirror" does, it will be used, and doesn't exist, but either "_flip" or "_mirror" does, it will be used, and
@ -607,8 +607,8 @@ erase the outline.
To create this kind of 'starter' image, simply create an outlined black and To create this kind of 'starter' image, simply create an outlined black and
white picture in a paint program, and save it as a raster PNG file, or vector white picture in a paint program, and save it as a raster PNG file, or vector
SVG. If saving as a PNG, you may optionally render the image as SVG. If saving as a PNG, you may optionally render the image as
black-and-transparent, rather than black-and-white, but (as of Tux Paint black-and-transparent, rather than black-and-white, although this is not
0.9.21) this is not required. required.
### Scene-Style Starters ### ### Scene-Style Starters ###
@ -792,8 +792,7 @@ support all of the same options as starters.
'Templates' 'Templates'
'Template' images also appear in the 'New' dialog, along with solid color 'Template' images also appear in the 'New' dialog, along with solid color
background choices and 'Starters'. (Note: Tux Paint prior to version 0.9.22 did background choices and 'Starters'.
not have the 'Template' feature.)
Unlike pictures drawn in Tux Paint by users and then opened later, opening a Unlike pictures drawn in Tux Paint by users and then opened later, opening a
'template' creates a new drawing. When you save, the 'template' image is not 'template' creates a new drawing. When you save, the 'template' image is not
@ -957,12 +956,11 @@ source code ("/src/im.c"), and requires updates to the Makefile, to ensure the
On-screen Keyboard On-screen Keyboard
As of version 0.9.22, Tux Paint's 'Text' and 'Label' tools can present an Tux Paint's 'Text' and 'Label' tools can present an on-screen keyboard that
on-screen keyboard that allows the pointer (via a mouse, touch screen, allows the pointer (via a mouse, touch screen, eye-tracking systems, etc.) to
eye-tracking systems, etc.) to be used to input characters. Files that describe be used to input characters. Files that describe the layout and available keys
the layout and available keys are stored in Tux Paint "osk" directory. Each are stored in Tux Paint "osk" directory. Each keyboard layout is defined by a
keyboard layout is defined by a number of files (some of which may be shared by number of files (some of which may be shared by different layouts).
different layouts).
We'll use the QWERTY keyboard as an example: We'll use the QWERTY keyboard as an example:

View file

@ -5,7 +5,7 @@
Copyright © 2002-2025 by various contributors; see AUTHORS.txt. Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
janúar 9, 2025 janúar 12, 2025
+------------------------------+ +------------------------------+
| Table of Contents | | Table of Contents |
@ -36,9 +36,8 @@
If you installed Tux Paint, but did not install the separate, optional If you installed Tux Paint, but did not install the separate, optional
"Stamps" collection, quit Tux Paint and install it now. It should be "Stamps" collection, quit Tux Paint and install it now. It should be
available from the same place you got the main Tux Paint program. (Note: As available from the same place you got the main Tux Paint program. (Note:
of version 0.9.14, Tux Paint comes with a small collection of example Tux Paint ships with a very small collection of example stamps.)
stamps.)
If you don't want to install the default collection of stamps, you can just If you don't want to install the default collection of stamps, you can just
create your own. See the "Extending Tux Paint" documentation for more on create your own. See the "Extending Tux Paint" documentation for more on
@ -159,13 +158,6 @@
will need to specify an appropriate command using the "printcommand" option will need to specify an appropriate command using the "printcommand" option
in Tux Paint's configuration file. (See the "Options Documentation".) in Tux Paint's configuration file. (See the "Options Documentation".)
Note: Versions of Tux Paint prior to 0.9.15 used a different default
command for printing, "pngtopnm | pnmtops | lpr", as Tux Paint output PNG
format, rather than PostScript.
If you had changed your "printcommand" option prior to Tux Paint 0.9.15,
you will need to go back and alter it to accept PostScript.
→ I get the message "You can't print yet!" when I go to print ← → I get the message "You can't print yet!" when I go to print ←

View file

@ -2,10 +2,10 @@
version 0.9.35 version 0.9.35
Installation Documentation Installation Documentation
Copyright © 2002-2024 by various contributors; see AUTHORS.txt. Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
apríl 29, 2024 janúar 12, 2025
+---------------------------------------------------+ +---------------------------------------------------+
| Table of Contents | | Table of Contents |
@ -85,9 +85,9 @@ readily available for installation as part of your Linux distribution.
→ libpaper (Linux/Unix only) ← → libpaper (Linux/Unix only) ←
As of Tux Paint 0.9.17, Tux Paint can determine your system's default paper Tux Paint can determine your system's default paper size (e.g., A4 or
size (e.g., A4 or Letter), or can be told to use a particular paper size, Letter), or can be told to use a particular paper size, thanks to
thanks to "libpaper". "libpaper".
https://github.com/naota/libpaper https://github.com/naota/libpaper
@ -104,9 +104,9 @@ readily available for installation as part of your Linux distribution.
→ SVG graphics support ← → SVG graphics support ←
As of Tux Paint 0.9.17, Tux Paint can load SVG (Scalable Vector Graphics) Tux Paint can load SVG (Scalable Vector Graphics) images as stamps. Two
images as stamps. Two sets of libraries are supported, and SVG support can sets of libraries are supported, and SVG support can be completely disabled
be completely disabled (via "make SVG_LIB:=") (via "make SVG_LIB:=")
→ librsvg-2 & libCairo2 (newer libraries) ← → librsvg-2 & libCairo2 (newer libraries) ←
@ libRSVG 2: http://librsvg.sourceforge.net/ @ libRSVG 2: http://librsvg.sourceforge.net/
@ -159,9 +159,8 @@ júlí 10, 2022 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp>
## Compiling Set-Up ## ## Compiling Set-Up ##
As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile" includes The "Makefile" includes support for building on a Windows system using MinGW/
support for building on a Windows system using MinGW/MSYS (https:// MSYS (https://sourceforge.net/projects/msys2/).
sourceforge.net/projects/msys2/).
Many tools and libraries are required to build Tux Paint. The package Many tools and libraries are required to build Tux Paint. The package
management system "pacman" helps you install them automatically solving management system "pacman" helps you install them automatically solving

View file

@ -3,10 +3,10 @@
### Magic Tool Plugin API Documentation ### ### Magic Tool Plugin API Documentation ###
Höfundarréttur © 2007-2024 eftir various contributors; sjá AUTHORS-skrá. Höfundarréttur © 2007-2025 eftir various contributors; sjá AUTHORS-skrá.
https://tuxpaint.org/ https://tuxpaint.org/
17. september 2024 12. janúar 2025
+--------------------------------------------------+ +--------------------------------------------------+
| Efnisyfirlit | | Efnisyfirlit |
@ -43,9 +43,8 @@
Yfirlit Yfirlit
Beginning with version 0.9.18, Tux Paint's 'Magic' tools were converted from Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux
routines that lived within the application itself, to a set of 'plugins' that Paint starts up.
are loaded when Tux Paint starts up.
This division allows more rapid development of 'Magic' tools, and allows This division allows more rapid development of 'Magic' tools, and allows
programmers to create and test new tools without needing to integrate them programmers to create and test new tools without needing to integrate them

View file

@ -3,10 +3,10 @@
### Options Documentation ### ### Options Documentation ###
Copyright © 2002-2024 by various contributors; see AUTHORS.txt. Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
apríl 29, 2024 janúar 12, 2025
+--------------------------------------------+ +--------------------------------------------+
| Table of Contents | | Table of Contents |
@ -315,14 +315,8 @@ settings will override these. See the "Command-Line Options" section, below.)
→ nobuttondistinction=yes ← → nobuttondistinction=yes ←
Prior to Tux Paint 0.9.15, the middle and right buttons on a mouse could For children who have trouble with the mouse, this distinction between the
also be used for clicking. In version 0.9.15, it was changed so that only two or three buttons on a mouse may be disabled by using this option.
the left mouse button worked, so as to not train children to use the wrong
button.
However, for children who have trouble with the mouse, this distinction
between the two or three buttons on a mouse can be disabled (returning Tux
Paint to its old behavior) by using this option.
⚙ Note: If used in a system-wide configuration file, may be overridden by ⚙ Note: If used in a system-wide configuration file, may be overridden by
the user's configuration file using "nobuttondistinction=no" or the user's configuration file using "nobuttondistinction=no" or
@ -1022,12 +1016,6 @@ settings will override these. See the "Command-Line Options" section, below.)
lpr lpr
📜 Note: Versions of Tux Paint prior to 0.9.15 sent PNG format data to
the print command (which defaulted to "pngtopnm | pnmtops | lpr").
If you set an alternative printcommand in the configuration file prior
to version 0.9.15, you will need to change it.
→ altprintcommand=COMMAND ← → altprintcommand=COMMAND ←

View file

@ -95,12 +95,12 @@
version 0.9.35 </h1> version 0.9.35 </h1>
<p> <p>
Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2025 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
desember 25, 2024 </p> janúar 12, 2025 </p>
</center> </center>
</header> </header>
@ -231,7 +231,7 @@
<p> <p>
Your personal Tux Paint folder is stored in your personal "Application Data". For example, on newer Windows: Your personal Tux Paint folder is stored in your personal "Application Data". For example, on newer Windows:
<blockquote> <blockquote>
<nobr><code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\</code></nobr> </blockquote> <nobr><code style='background: #EEE;'>C:\Users\<i>username</i>\AppData\Roaming\TuxPaint\</code></nobr> </blockquote>
</p> </p>
</dd> </dd>
@ -246,7 +246,7 @@
<dt><strong>Linux and Unix</strong></dt> <dt><strong>Linux and Unix</strong></dt>
<dd> <dd>
<p> <p>
Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/</code>"</nobr>. </p> Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaint/</code>"</nobr>. </p>
<p> <p>
Don't forget the period ("<code>.</code>") before the "<code>tuxpaint</code>"! </p> Don't forget the period ("<code>.</code>") before the "<code>tuxpaint</code>"! </p>
</dd> </dd>
@ -256,7 +256,7 @@
To add your own brushes, stamps, 'starters,' templates, and fonts, create subdirectories under your personal Tux Paint directory named "<code><b>brushes</b></code>", "<code><b>stamps</b></code>", "<code><b>starters</b></code>", "<code><b>templates</b></code>", "<code><b>fonts</b></code>", respectively. </p> To add your own brushes, stamps, 'starters,' templates, and fonts, create subdirectories under your personal Tux Paint directory named "<code><b>brushes</b></code>", "<code><b>stamps</b></code>", "<code><b>starters</b></code>", "<code><b>templates</b></code>", "<code><b>fonts</b></code>", respectively. </p>
<p> <p>
(For example, if you created a brush named <nobr>"<code style='background: #EEE;'>flower.png</code>"</nobr>, you would put it in <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/brushes/</code>"</nobr> under Linux or Unix.) </p> (For example, if you created a brush named <nobr>"<code style='background: #EEE;'>flower.png</code>"</nobr>, you would put it in <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaint/brushes/</code>"</nobr> under Linux or Unix.) </p>
</section><!-- H2: Personal Files --> </section><!-- H2: Personal Files -->
</section><!-- H1: Where Files Go --> </section><!-- H1: Where Files Go -->
@ -337,7 +337,7 @@
<dt><strong>Brush Spacing</strong></dt> <dt><strong>Brush Spacing</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint version 0.9.16, you can now specify the spacing for brushes (that is, how often they are drawn). By default, the spacing will be the brush's height, divided by 4. </p> You may specify the spacing for brushes &mdash; that is, how frequently they are drawn across the length of a line or stroke. By default, the spacing will be the brush's height, divided by 4. </p>
<p> <p>
Add a line containing the line "<code><b>spacing=<i>N</i></b></code>" to the brush's data file, where "<i>N</i>" is the spacing you want for the brush. (The lower the number, the more often the brush is drawn.) </p> Add a line containing the line "<code><b>spacing=<i>N</i></b></code>" to the brush's data file, where "<i>N</i>" is the spacing you want for the brush. (The lower the number, the more often the brush is drawn.) </p>
</dd> </dd>
@ -345,9 +345,9 @@
<dt><strong>Animated Brushes</strong></dt> <dt><strong>Animated Brushes</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint version 0.9.16, you may now create animated brushes. As the brush is used, each frame of the animation is drawn. </p> Brushes may be animated. As the brush is used, each frame of the animation is drawn in sequence. </p>
<p> <p>
Lay each frame out across a wide PNG image. For example, if your brush is 30x30 and you have 5 frames, the image should be 150x30. </p> Lay each frame out across a wide PNG image. For example, if the brush is 30x30 and there are 5 frames, the image should be 150x30. </p>
<p> <p>
Add a line containing the line "<code><b>frames=<i>N</i></b></code>" to the brush's data file, where "<i>N</i>" is the number of frames in the brush. </p> Add a line containing the line "<code><b>frames=<i>N</i></b></code>" to the brush's data file, where "<i>N</i>" is the number of frames in the brush. </p>
<p class="note"> <p class="note">
@ -357,9 +357,9 @@
<dt><strong>Directional Brushes</strong></dt> <dt><strong>Directional Brushes</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint version 0.9.16, you may now create directional brushes. As the brush is used, different shapes are drawn, depending on the direction the brush is going. </p> Brushes may be configured to draw a different shape based on the direction of the line or brush stroke. Different shapes will be drawn depending on which of the eight compass directions the brush is moving &mdash; up (aka North), up/right (aka Northeast), right (aka East), down/right (aka Southeast), etc.). A ninth "center" shape is used when there's no motion (e.g., simply clicking/tapping and releasing the "Paint" tool, without dragging). </p>
<p> <p>
The directional shapes are divided into a 3x3 square in a PNG image. For example, if your brush is 30x30, the image should be 90x90, and each of the direction's shapes placed in a 3x3 grid. The center region is used for no motion. The top right is used for motion that's both up, and to the right. And so on. </p> The directional shapes are divided into a 3x3 square in a PNG image. For example, if your brush is 30x30, the image should be 90x90, and each of the direction's shapes placed in a 3x3 grid. </p>
<p> <p>
Add a line containing the word "<code><b>directional</b></code>" to the brush's data file. </p> Add a line containing the word "<code><b>directional</b></code>" to the brush's data file. </p>
</dd> </dd>
@ -367,7 +367,7 @@
<dt><strong>Rotating Brushes</strong></dt> <dt><strong>Rotating Brushes</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint version 0.9.27, you may now create rotating brushes. As the brush is used, it is rotated 360 degrees, depending on the direction the brush is going. </p> Brushes may be configured to rotate based on the angle of the line or brush stroke. (Unlike Directional Brushes, described above, only a single brush shape may be provided. </p>
<p> <p>
Add a line containing the word "<code><b>rotate</b></code>" to the brush's data file. </p> Add a line containing the word "<code><b>rotate</b></code>" to the brush's data file. </p>
</dd> </dd>
@ -375,7 +375,7 @@
<dt><strong>Chaotic Brushes</strong></dt> <dt><strong>Chaotic Brushes</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint version 0.9.34, brushes can be configured to continuously pick random directions as you draw with them. </p> Brushes may be configured to continuously choose a random direction as you draw with them. </p>
<p> <p>
Add a line containing the word "<code><b>chaotic</b></code>" to the brush's data file. </p> Add a line containing the word "<code><b>chaotic</b></code>" to the brush's data file. </p>
</dd> </dd>
@ -424,7 +424,7 @@
alt="" alt=""
align="right"> align="right">
<p> <p>
As of Tux Paint version 0.9.17, Stamps may be either PNG bitmap images or SVG vector images. They can be full-color or greyscale. The alpha (transparency) channel of PNGs is used to determine the actual shape of the picture (otherwise you'll stamp a large rectangle on your drawings). </p> Stamps may be either PNG bitmap images or SVG vector images. They can be full-color or greyscale. The alpha (transparency) channel of PNGs is used to determine the actual shape of the picture (otherwise you'll stamp a large rectangle on your drawings). </p>
<p> <p>
PNGs can be any size, and Tux Paint (by default) provides a set of sizing buttons to let the user scale the stamp up (larger) and down (smaller). </p> PNGs can be any size, and Tux Paint (by default) provides a set of sizing buttons to let the user scale the stamp up (larger) and down (smaller). </p>
@ -662,7 +662,7 @@
For example, for the stamp "<code>stamp.png</code>" you would create another file named "<code>stamp_mirror.png</code>", which will be used when the stamp is mirrored (rather than using a backwards version of "<code>stamp.png</code>"). </p> For example, for the stamp "<code>stamp.png</code>" you would create another file named "<code>stamp_mirror.png</code>", which will be used when the stamp is mirrored (rather than using a backwards version of "<code>stamp.png</code>"). </p>
<p> <p>
As of Tux Paint 0.9.18, you may similarly provide a pre-flipped image with "<code><b>_flip</b></code>" in the name, and/or an image that is both mirrored and flipped, by naming it "<code><b>_mirror_flip</b></code>". </p> You may also provide a pre-flipped image with "<code><b>_flip</b></code>" in the name, and/or an image that is both mirrored <em>and</em> flipped, by naming it "<code><b>_mirror_flip</b></code>". </p>
<p class="note"> <p class="note">
<span title="Information">&#128161;</span> <strong>Note:</strong> If the user flips and mirrors an image, and a pre-drawn "<code>_mirror_flip</code>" doesn't exist, but either "<code>_flip</code>" or "<code>_mirror</code>" does, it will be used, and mirrored or flipped, respectively. </p> <span title="Information">&#128161;</span> <strong>Note:</strong> If the user flips and mirrors an image, and a pre-drawn "<code>_mirror_flip</code>" doesn't exist, but either "<code>_flip</code>" or "<code>_mirror</code>" does, it will be used, and mirrored or flipped, respectively. </p>
@ -720,7 +720,7 @@
The most basic kind of 'starter' is similar to a picture in a coloring book. It's an outline of a shape which you can then color in and add details to. In Tux Paint, as you draw, type text, or stamp stamps, the outline remains 'above' what you draw. You can erase the parts of the drawing you made, but you can't erase the outline. </p> The most basic kind of 'starter' is similar to a picture in a coloring book. It's an outline of a shape which you can then color in and add details to. In Tux Paint, as you draw, type text, or stamp stamps, the outline remains 'above' what you draw. You can erase the parts of the drawing you made, but you can't erase the outline. </p>
<p> <p>
To create this kind of 'starter' image, simply create an outlined black and white picture in a paint program, and save it as a raster PNG file, or vector SVG. If saving as a PNG, you may optionally render the image as black-and-transparent, rather than black-and-white, but (as of Tux Paint 0.9.21) this is not required. </p> To create this kind of 'starter' image, simply create an outlined black and white picture in a paint program, and save it as a raster PNG file, or vector SVG. If saving as a PNG, you may optionally render the image as black-and-transparent, rather than black-and-white, although this is not required. </p>
</section><!-- H2: Coloring-Book Style Starters --> </section><!-- H2: Coloring-Book Style Starters -->
<section><!-- H2: Scene-Style Starters --> <section><!-- H2: Scene-Style Starters -->
@ -957,7 +957,7 @@
alt="" alt=""
align="right"> align="right">
<p> <p>
'Template' images also appear in the 'New' dialog, along with solid color background choices and 'Starters'. (Note: Tux Paint prior to version 0.9.22 did not have the 'Template' feature.) </p> 'Template' images also appear in the 'New' dialog, along with solid color background choices and 'Starters'. </p>
<p> <p>
Unlike pictures drawn in Tux Paint by users and then opened later, opening a 'template' creates a new drawing. When you save, the 'template' image is not overwritten. Unlike 'starters', there is no immutable 'layer' above the canvas. You may draw over any part of it. </p> Unlike pictures drawn in Tux Paint by users and then opened later, opening a 'template' creates a new drawing. When you save, the 'template' image is not overwritten. Unlike 'starters', there is no immutable 'layer' above the canvas. You may draw over any part of it. </p>
@ -1118,7 +1118,7 @@
</header> </header>
<p> <p>
As of version 0.9.22, Tux Paint's 'Text' and 'Label' tools can present an on-screen keyboard that allows the pointer (via a mouse, touch screen, eye-tracking systems, etc.) to be used to input characters. Files that describe the layout and available keys are stored in Tux Paint "<code>osk</code>" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts). </p> Tux Paint's 'Text' and 'Label' tools can present an on-screen keyboard that allows the pointer (via a mouse, touch screen, eye-tracking systems, etc.) to be used to input characters. Files that describe the layout and available keys are stored in Tux Paint "<code>osk</code>" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts). </p>
<p> <p>
We'll use the QWERTY keyboard as an example: </p> We'll use the QWERTY keyboard as an example: </p>

View file

@ -96,7 +96,7 @@
</p> </p>
<p> <p>
janúar 9, 2025 </p> janúar 12, 2025 </p>
</center> </center>
<table border="2" <table border="2"
@ -141,7 +141,7 @@
This means that Tux Paint either couldn't find any stamp images, or was asked not to load them. </p> This means that Tux Paint either couldn't find any stamp images, or was asked not to load them. </p>
<p> <p>
If you installed Tux Paint, but did not install the separate, optional "Stamps" collection, quit Tux Paint and install it now. It should be available from the same place you got the main Tux Paint program. <i>(Note: As of version 0.9.14, Tux Paint comes with a small collection of example stamps.)</i> </p> If you installed Tux Paint, but did not install the separate, optional "Stamps" collection, quit Tux Paint and install it now. It should be available from the same place you got the main Tux Paint program. <i>(Note: Tux Paint ships with a very small collection of example stamps.)</i> </p>
<p> <p>
If you don't want to install the default collection of stamps, you can just create your own. See the "Extending Tux Paint" documentation for more on creating PNG and SVG image files, TXT text description files, Ogg Vorbis, MP3 or WAV sound files, and DAT text data files that make up stamps. </p> If you don't want to install the default collection of stamps, you can just create your own. See the "Extending Tux Paint" documentation for more on creating PNG and SVG image files, TXT text description files, Ogg Vorbis, MP3 or WAV sound files, and DAT text data files that make up stamps. </p>
@ -286,12 +286,6 @@
<p> <p>
If that program is not available (for example, you're using CUPS, the Common Unix Printing System, and do not have "<code>cups-lpr</code>" installed), you will need to specify an appropriate command using the "<code>printcommand</code>" option in Tux Paint's configuration file. (See the "Options Documentation".) </p> If that program is not available (for example, you're using CUPS, the Common Unix Printing System, and do not have "<code>cups-lpr</code>" installed), you will need to specify an appropriate command using the "<code>printcommand</code>" option in Tux Paint's configuration file. (See the "Options Documentation".) </p>
<p>
<i>Note:</i> Versions of Tux Paint prior to 0.9.15 used a different default command for printing, "<code>pngtopnm | pnmtops | lpr</code>", as Tux Paint output PNG format, rather than PostScript. </p>
<p>
If you had changed your "printcommand" option prior to Tux Paint 0.9.15, you will need to go back and alter it to accept PostScript. </p>
</dd> </dd>
<dt> <dt>
@ -363,7 +357,7 @@
</dt> </dt>
<dd> <dd>
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/> In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\<i>username</i>\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
<br/> <br/>
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/> (Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
<br/> <br/>
@ -383,7 +377,7 @@
</dt> </dt>
<dd> <dd>
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/saved/</code>"</nobr> <br/> In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaint/saved/</code>"</nobr> <br/>
<br/> <br/>
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/> (Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
<br/> <br/>
@ -676,7 +670,7 @@
If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "<code>stdout.txt</code>" in the same folder where <code>TuxPaint.exe</code> resides (e.g., in <nobr>"<code style='background: #EEE;'>C:\Program Files\TuxPaint\</code>"</nobr>). </p> If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "<code>stdout.txt</code>" in the same folder where <code>TuxPaint.exe</code> resides (e.g., in <nobr>"<code style='background: #EEE;'>C:\Program Files\TuxPaint\</code>"</nobr>). </p>
<p> <p>
A lockfile (e.g., <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/lockfile.dat</code>"</nobr> on Linux and Unix, <nobr>"<code style='background: #EEE;'>userdata\lockfile.dat</code>"</nobr> on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once). </p> A lockfile (e.g., <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaint/lockfile.dat</code>"</nobr> on Linux and Unix, <nobr>"<code style='background: #EEE;'>userdata\lockfile.dat</code>"</nobr> on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once). </p>
<p> <p>
Even if the lockfile exists, it contains the 'time' Tux Paint was last run. If it's been more than 30 seconds, Tux Paint should run fine, and simply update the lockfile with the current time. </p> Even if the lockfile exists, it contains the 'time' Tux Paint was last run. If it's been more than 30 seconds, Tux Paint should run fine, and simply update the lockfile with the current time. </p>
@ -786,7 +780,7 @@
<blockquote> <blockquote>
<p> <p>
<nobr><code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p> <nobr><code style='background: #EEE;'>C:\Users\<i>username</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p>
</blockquote> </blockquote>
<p> <p>
@ -830,7 +824,7 @@
<blockquote> <blockquote>
<p> <p>
<nobr><code style='background: #EEE;'>/home/username/.tuxpaintrc</code></nobr> </p> <nobr><code style='background: #EEE;'>/home/<i>username</i>/.tuxpaintrc</code></nobr> </p>
</blockquote> </blockquote>
<p> <p>
@ -865,7 +859,7 @@
</blockquote> </blockquote>
<p> <p>
...then you can reenable sound by either adding this option to your own <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaintrc</code>"</nobr> file: </p> ...then you can reenable sound by either adding this option to your own <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaintrc</code>"</nobr> file: </p>
<blockquote> <blockquote>
<p> <p>

View file

@ -93,12 +93,12 @@
Installation Documentation </h1> Installation Documentation </h1>
<p> <p>
Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2025 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
apríl 29, 2024 </p> janúar 12, 2025 </p>
</center> </center>
</header> </header>
@ -206,7 +206,7 @@
<dt><strong>libpaper (Linux/Unix only)</strong></dt> <dt><strong>libpaper (Linux/Unix only)</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint 0.9.17, Tux Paint can determine your system's default paper size (e.g., A4 or Letter), or can be told to use a particular paper size, thanks to "libpaper". </p> Tux Paint can determine your system's default paper size (e.g., A4 or Letter), or can be told to use a particular paper size, thanks to "libpaper". </p>
<p> <p>
<a href="https://github.com/naota/libpaper">https://github.com/naota/libpaper</a> <a href="https://github.com/naota/libpaper">https://github.com/naota/libpaper</a>
@ -226,7 +226,7 @@
<dt><strong>SVG graphics support</strong></dt> <dt><strong>SVG graphics support</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint 0.9.17, Tux Paint can load SVG (Scalable Vector Graphics) images as stamps. Two sets of libraries are supported, and SVG support can be completely disabled (via "<code style="white-space: nowrap;">make SVG_LIB:=</code>") </p> Tux Paint can load SVG (Scalable Vector Graphics) images as stamps. Two sets of libraries are supported, and SVG support can be completely disabled (via "<code style="white-space: nowrap;">make SVG_LIB:=</code>") </p>
<dl> <dl>
<dt>librsvg-2 &amp; libCairo2 (newer libraries)</dt> <dt>librsvg-2 &amp; libCairo2 (newer libraries)</dt>
@ -311,7 +311,7 @@
</header> </header>
<p> <p>
As of February 2005 (starting with Tux Paint 0.9.15), the "<code>Makefile</code>" includes support for building on a Windows system using MinGW/MSYS (<a href="https://sourceforge.net/projects/msys2/">https://sourceforge.net/projects/msys2/</a>). </p> The "<code>Makefile</code>" includes support for building on a Windows system using MinGW/MSYS (<a href="https://sourceforge.net/projects/msys2/">https://sourceforge.net/projects/msys2/</a>). </p>
<p> <p>
Many tools and libraries are required to build Tux Paint. The package management system "<code>pacman</code>" helps you install them automatically solving complicated dependencies. </p> Many tools and libraries are required to build Tux Paint. The package management system "<code>pacman</code>" helps you install them automatically solving complicated dependencies. </p>
@ -751,7 +751,7 @@
</header> </header>
<p> <p>
If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "<code>stderr.txt</code>" in your personal saving folder for TuxPaint which is normaly <nobr>"<code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\</code>"</nobr>. </p> If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "<code>stderr.txt</code>" in your personal saving folder for TuxPaint which is normaly <nobr>"<code style='background: #EEE;'>C:\Users\<i>username</i>\AppData\Roaming\TuxPaint\</code>"</nobr>. </p>
<p> <p>
It will contain a description of what was wrong. Usually it will just be due to incorrect character-case (capital 'Z' instead of lowercase 'z') or a missing (or extra) '-' (dash). </p> It will contain a description of what was wrong. Usually it will just be due to incorrect character-case (capital 'Z' instead of lowercase 'z') or a missing (or extra) '-' (dash). </p>

View file

@ -97,12 +97,12 @@
Magic Tool Plugin API Documentation </h2> Magic Tool Plugin API Documentation </h2>
<p> <p>
Höfundarréttur &copy; 2007-2024 eftir various contributors; sjá <a href="../../AUTHORS.txt">AUTHORS-skrá</a>.<br> Höfundarréttur &copy; 2007-2025 eftir various contributors; sjá <a href="../../AUTHORS.txt">AUTHORS-skrá</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
17. september 2024 </p> 12. janúar 2025 </p>
</center> </center>
</header> </header>
@ -153,7 +153,7 @@
</header> </header>
<p> <p>
Beginning with version 0.9.18, Tux Paint's 'Magic' tools were converted from routines that lived within the application itself, to a set of 'plugins' that are loaded when Tux Paint starts up. </p> Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux Paint starts up. </p>
<p> <p>
This division allows more rapid development of 'Magic' tools, and allows programmers to create and test new tools without needing to integrate them within the main Tux Paint source code. (Users of more professional graphics tools, such as GIMP, should be familiar with this plugin concept.) </div> This division allows more rapid development of 'Magic' tools, and allows programmers to create and test new tools without needing to integrate them within the main Tux Paint source code. (Users of more professional graphics tools, such as GIMP, should be familiar with this plugin concept.) </div>

View file

@ -97,12 +97,12 @@
Options Documentation </h2> Options Documentation </h2>
<p> <p>
Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2025 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
apríl 29, 2024 </p> janúar 12, 2025 </p>
</center> </center>
</header> </header>
@ -169,7 +169,7 @@
</header> </header>
<p> <p>
<nobr><code style='background: #EEE;'>/home/username/.tuxpaintrc</code></nobr> </p> <nobr><code style='background: #EEE;'>/home/<i>username</i>/.tuxpaintrc</code></nobr> </p>
</div> </div>
<section class="indent"><!-- H3: System-Wide Configuration File --> <section class="indent"><!-- H3: System-Wide Configuration File -->
@ -216,7 +216,7 @@
</header> </header>
<p> <p>
<nobr><code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p> <nobr><code style='background: #EEE;'>C:\Users\<i>username</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p>
<p> <p>
You can use NotePad or WordPad to create this file. Be sure to save it as Plain Text, and make sure the filename doesn't have ".txt" at the end... </p> You can use NotePad or WordPad to create this file. Be sure to save it as Plain Text, and make sure the filename doesn't have ".txt" at the end... </p>
@ -519,10 +519,7 @@
<dd> <dd>
<p> <p>
Prior to Tux Paint 0.9.15, the middle and right buttons on a mouse could also be used for clicking. In version 0.9.15, it was changed so that <i>only</i> the left mouse button worked, so as to not train children to use the wrong button. </p> For children who have trouble with the mouse, this distinction between the two or three buttons on a mouse may be disabled by using this option. </p>
<p>
However, for children who have trouble with the mouse, this distinction between the two or three buttons on a mouse can be disabled (returning Tux Paint to its old behavior) by using this option. </p>
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nobuttondistinction=no</code>" or "<code>buttondistinction=yes</code>". In both cases, may be overridden by the command-line option "<code>--buttondistinction</code>". </p> <span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nobuttondistinction=no</code>" or "<code>buttondistinction=yes</code>". In both cases, may be overridden by the command-line option "<code>--buttondistinction</code>". </p>
</dd> </dd>
@ -1637,12 +1634,6 @@
<blockquote> <blockquote>
<code>lpr</code> <code>lpr</code>
</blockquote> </blockquote>
<p class="note">
<span title="Version variation">&#128220;</span> <b>Note:</b> Versions of Tux Paint prior to 0.9.15 sent PNG format data to the print command (which defaulted to "<code>pngtopnm | pnmtops | lpr</code>"). </p>
<p>
If you set an alternative <code><b>printcommand</b></code> in the configuration file prior to version 0.9.15, you will need to change it. </p>
</dd> </dd>
<dt> <dt>
@ -1785,11 +1776,11 @@
<dt>Linux / Unix</dt> <dt>Linux / Unix</dt>
<dd> <dd>
Under a hidden directory in your home directory:<br/> Under a hidden directory in your home directory:<br/>
<nobr><code style='background: #EEE;'>/home/username/.tuxpaint/saved/</code></nobr> </dd> <nobr><code style='background: #EEE;'>/home/<i>username</i>/.tuxpaint/saved/</code></nobr> </dd>
<dt>Windows</dt> <dt>Windows</dt>
<dd> <dd>
<nobr><code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\saved\</code></nobr> </dd> <nobr><code style='background: #EEE;'>C:\Users\<i>username</i>\AppData\Roaming\TuxPaint\saved\</code></nobr> </dd>
<dt>macOS</dt> <dt>macOS</dt>
<dd> <dd>
@ -1823,7 +1814,7 @@
<ul> <ul>
<li>Linux &amp; Unix — If available, wherever your desktop environment is configured for pictures to be stored, based on your XDG (X Desktop Group) configuration. (Try running the command-line "<code style="white-space: nowrap;">xdg-user-dir PICTURES</code>" to find out.)<br> <li>Linux &amp; Unix — If available, wherever your desktop environment is configured for pictures to be stored, based on your XDG (X Desktop Group) configuration. (Try running the command-line "<code style="white-space: nowrap;">xdg-user-dir PICTURES</code>" to find out.)<br>
Typically (in an English locale), this will be a "<code>Pictures</code>" subdirectory in your home directory (i.e., <nobr>"<code style='background: #EEE;'>/home/username/Pictures</code>"</nobr>).<br> Typically (in an English locale), this will be a "<code>Pictures</code>" subdirectory in your home directory (i.e., <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/Pictures</code>"</nobr>).<br>
Tux Paint will fall back to using that typical directory, if no XDG configuration can be read, or nothing is set for "<code>XDG_PICTURES_DIR</code>". </li> Tux Paint will fall back to using that typical directory, if no XDG configuration can be read, or nothing is set for "<code>XDG_PICTURES_DIR</code>". </li>
<li>Windows - <nobr>"<code style='background: #EEE;'>My Pictures</code>"</nobr> directory for each user (normaly <nobr>"<code style='background: #EEE;'>C:\Users\username\My Pictures</code>"</nobr>)<br>You can directly open the folder as follows: <ul> <li>Windows - <nobr>"<code style='background: #EEE;'>My Pictures</code>"</nobr> directory for each user (normaly <nobr>"<code style='background: #EEE;'>C:\Users\username\My Pictures</code>"</nobr>)<br>You can directly open the folder as follows: <ul>
<li>Press "[Windows]+[R]" key to open "Run ..." dialogue.</li> <li>Press "[Windows]+[R]" key to open "Run ..." dialogue.</li>
@ -1836,11 +1827,11 @@
</ul> </ul>
<p class="note"> <p class="note">
<span title="Information">&#128161;</span> <strong>Note:</strong> When the defaults are used, a new "<code>TuxPaint</code>" subdirectory will be created and used. (e.g., <nobr>"<code style='background: #EEE;'>/home/username/Pictures/TuxPaint</code>"</nobr>) When the "<code>--exportdir</code>" option is used, the exact path specified will be used (no "<code>TuxPaint</code>" subdirectory is created). </p> <span title="Information">&#128161;</span> <strong>Note:</strong> When the defaults are used, a new "<code>TuxPaint</code>" subdirectory will be created and used. (e.g., <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/Pictures/TuxPaint</code>"</nobr>) When the "<code>--exportdir</code>" option is used, the exact path specified will be used (no "<code>TuxPaint</code>" subdirectory is created). </p>
<p> <p>
The directory itself (e.g., <nobr>"<code style='background: #EEE;'>/home/username/Pictures/TuxPaint</code>"</nobr>) will be created, if it doesn't exist. </p> The directory itself (e.g., <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/Pictures/TuxPaint</code>"</nobr>) will be created, if it doesn't exist. </p>
<p> <p>
If the <em>parent</em> directory (e.g., <nobr>"<code style='background: #EEE;'>/home/username/Pictures</code>"</nobr>) also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that). </p> If the <em>parent</em> directory (e.g., <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/Pictures</code>"</nobr>) also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that). </p>
<p> <p>
Example: <code>exportdir=/home/penguin/TuxPaintExports</code> </p> Example: <code>exportdir=/home/penguin/TuxPaintExports</code> </p>
@ -1944,10 +1935,10 @@
<dl> <dl>
<dt>Linux / Unix</dt> <dt>Linux / Unix</dt>
<dd><nobr><code style='background: #EEE;'>/home/username/.tuxpaint/</code></nobr></dd> <dd><nobr><code style='background: #EEE;'>/home/<i>username</i>/.tuxpaint/</code></nobr></dd>
<dt>Windows</dt> <dt>Windows</dt>
<dd><nobr><code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\</code></nobr></dd> <dd><nobr><code style='background: #EEE;'>C:\Users\<i>username</i>\AppData\Roaming\TuxPaint\</code></nobr></dd>
<dt>macoS</dt> <dt>macoS</dt>
<dd><nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/</code></nobr></dd> <dd><nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/</code></nobr></dd>
@ -2373,7 +2364,7 @@
</header> </header>
<p> <p>
If any of the above options are set in a system-wide configuration file (e.g. <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr> on Linux), you may override them in your own personal configuration file (e.g. <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaintrc</code>"</nobr>) </p> If any of the above options are set in a system-wide configuration file (e.g. <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr> on Linux), you may override them in your own personal configuration file (e.g. <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaintrc</code>"</nobr>) </p>
<p> <p>
For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your personal configuration file: </p> For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your personal configuration file: </p>
@ -2550,7 +2541,7 @@
This prevents the system-wide configuration file (e.g. <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr> on Linux), from being read. </p> This prevents the system-wide configuration file (e.g. <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr> on Linux), from being read. </p>
<p> <p>
Only your own configuration file (e.g. <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaintrc</code>"</nobr> on Linux) &mdash; if it exists &mdash; will be used. </p> Only your own configuration file (e.g. <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaintrc</code>"</nobr> on Linux) &mdash; if it exists &mdash; will be used. </p>
</dd> </dd>
</dl> </dl>

View file

@ -1706,7 +1706,7 @@
</dt> </dt>
<dd> <dd>
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/> In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\<i>username</i>\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
<br/> <br/>
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/> (Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
<br/> <br/>
@ -1726,7 +1726,7 @@
</dt> </dt>
<dd> <dd>
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/saved/</code>"</nobr> <br/> In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaint/saved/</code>"</nobr> <br/>
<br/> <br/>
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/> (Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
<br/> <br/>

View file

@ -2,10 +2,10 @@
Tux Paint Tux Paint
バージョン 0.9.35 バージョン 0.9.35
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照. Copyright © 2002-2025 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/ https://tuxpaint.org/
2024年12月25 2025年1月12
+-----------------------------------------+ +-----------------------------------------+
| 目次 | | 目次 |
@ -214,9 +214,9 @@ directory.)
→ ブラシの描画間隔 ← → ブラシの描画間隔 ←
As of Tux Paint version 0.9.16, you can now specify the spacing for brushes You may specify the spacing for brushes — that is, how frequently they are
(that is, how often they are drawn). By default, the spacing will be the drawn across the length of a line or stroke. By default, the spacing will
brush's height, divided by 4. be the brush's height, divided by 4.
Add a line containing the line "spacing=N" to the brush's data file, where Add a line containing the line "spacing=N" to the brush's data file, where
"N" is the spacing you want for the brush. (The lower the number, the more "N" is the spacing you want for the brush. (The lower the number, the more
@ -226,11 +226,11 @@ directory.)
→ Animated Brushes ← → Animated Brushes ←
As of Tux Paint version 0.9.16, you may now create animated brushes. As the Brushes may be animated. As the brush is used, each frame of the animation
brush is used, each frame of the animation is drawn. is drawn in sequence.
Lay each frame out across a wide PNG image. For example, if your brush is Lay each frame out across a wide PNG image. For example, if the brush is
30x30 and you have 5 frames, the image should be 150x30. 30x30 and there are 5 frames, the image should be 150x30.
Add a line containing the line "frames=N" to the brush's data file, where " Add a line containing the line "frames=N" to the brush's data file, where "
N" is the number of frames in the brush. N" is the number of frames in the brush.
@ -242,15 +242,16 @@ directory.)
→ Directional Brushes ← → Directional Brushes ←
As of Tux Paint version 0.9.16, you may now create directional brushes. As Brushes may be configured to draw a different shape based on the direction
the brush is used, different shapes are drawn, depending on the direction of the line or brush stroke. Different shapes will be drawn depending on
the brush is going. which of the eight compass directions the brush is moving — up (aka North),
up/right (aka Northeast), right (aka East), down/right (aka Southeast),
etc.). A ninth "center" shape is used when there's no motion (e.g., simply
clicking/tapping and releasing the "Paint" tool, without dragging).
The directional shapes are divided into a 3x3 square in a PNG image. For The directional shapes are divided into a 3x3 square in a PNG image. For
example, if your brush is 30x30, the image should be 90x90, and each of the example, if your brush is 30x30, the image should be 90x90, and each of the
direction's shapes placed in a 3x3 grid. The center region is used for no direction's shapes placed in a 3x3 grid.
motion. The top right is used for motion that's both up, and to the right.
And so on.
Add a line containing the word "directional" to the brush's data file. Add a line containing the word "directional" to the brush's data file.
@ -258,9 +259,9 @@ directory.)
→ Rotating Brushes ← → Rotating Brushes ←
As of Tux Paint version 0.9.27, you may now create rotating brushes. As the Brushes may be configured to rotate based on the angle of the line or brush
brush is used, it is rotated 360 degrees, depending on the direction the stroke. (Unlike Directional Brushes, described above, only a single brush
brush is going. shape may be provided.
Add a line containing the word "rotate" to the brush's data file. Add a line containing the word "rotate" to the brush's data file.
@ -268,8 +269,8 @@ directory.)
→ Chaotic Brushes ← → Chaotic Brushes ←
As of Tux Paint version 0.9.34, brushes can be configured to continuously Brushes may be configured to continuously choose a random direction as you
pick random directions as you draw with them. draw with them.
Add a line containing the word "chaotic" to the brush's data file. Add a line containing the word "chaotic" to the brush's data file.
@ -310,10 +311,10 @@ sub-folders.)
Rubber Stamps in Tux Paint can be made up of a number of separate files. The Rubber Stamps in Tux Paint can be made up of a number of separate files. The
one file that is required is, of course, the picture itself. one file that is required is, of course, the picture itself.
As of Tux Paint version 0.9.17, Stamps may be either PNG bitmap images or SVG Stamps may be either PNG bitmap images or SVG vector images. They can be
vector images. They can be full-color or greyscale. The alpha (transparency) full-color or greyscale. The alpha (transparency) channel of PNGs is used to
channel of PNGs is used to determine the actual shape of the picture (otherwise determine the actual shape of the picture (otherwise you'll stamp a large
you'll stamp a large rectangle on your drawings). rectangle on your drawings).
PNGs can be any size, and Tux Paint (by default) provides a set of sizing PNGs can be any size, and Tux Paint (by default) provides a set of sizing
buttons to let the user scale the stamp up (larger) and down (smaller). buttons to let the user scale the stamp up (larger) and down (smaller).
@ -571,9 +572,8 @@ For example, for the stamp "stamp.png" you would create another file named
"stamp_mirror.png", which will be used when the stamp is mirrored (rather than "stamp_mirror.png", which will be used when the stamp is mirrored (rather than
using a backwards version of "stamp.png"). using a backwards version of "stamp.png").
As of Tux Paint 0.9.18, you may similarly provide a pre-flipped image with " You may also provide a pre-flipped image with "_flip" in the name, and/or an
_flip" in the name, and/or an image that is both mirrored and flipped, by image that is both mirrored and flipped, by naming it "_mirror_flip".
naming it "_mirror_flip".
💡 Note: If the user flips and mirrors an image, and a pre-drawn "_mirror_flip" 💡 Note: If the user flips and mirrors an image, and a pre-drawn "_mirror_flip"
doesn't exist, but either "_flip" or "_mirror" does, it will be used, and doesn't exist, but either "_flip" or "_mirror" does, it will be used, and
@ -607,8 +607,8 @@ erase the outline.
To create this kind of 'starter' image, simply create an outlined black and To create this kind of 'starter' image, simply create an outlined black and
white picture in a paint program, and save it as a raster PNG file, or vector white picture in a paint program, and save it as a raster PNG file, or vector
SVG. If saving as a PNG, you may optionally render the image as SVG. If saving as a PNG, you may optionally render the image as
black-and-transparent, rather than black-and-white, but (as of Tux Paint black-and-transparent, rather than black-and-white, although this is not
0.9.21) this is not required. required.
### Scene-Style Starters ### ### Scene-Style Starters ###
@ -792,8 +792,7 @@ support all of the same options as starters.
'Templates' 'Templates'
'Template' images also appear in the 'New' dialog, along with solid color 'Template' images also appear in the 'New' dialog, along with solid color
background choices and 'Starters'. (Note: Tux Paint prior to version 0.9.22 did background choices and 'Starters'.
not have the 'Template' feature.)
Unlike pictures drawn in Tux Paint by users and then opened later, opening a Unlike pictures drawn in Tux Paint by users and then opened later, opening a
'template' creates a new drawing. When you save, the 'template' image is not 'template' creates a new drawing. When you save, the 'template' image is not
@ -957,12 +956,11 @@ source code ("/src/im.c"), and requires updates to the Makefile, to ensure the
画面キーボード 画面キーボード
As of version 0.9.22, Tux Paint's 'Text' and 'Label' tools can present an Tux Paint's 'Text' and 'Label' tools can present an on-screen keyboard that
on-screen keyboard that allows the pointer (via a mouse, touch screen, allows the pointer (via a mouse, touch screen, eye-tracking systems, etc.) to
eye-tracking systems, etc.) to be used to input characters. Files that describe be used to input characters. Files that describe the layout and available keys
the layout and available keys are stored in Tux Paint "osk" directory. Each are stored in Tux Paint "osk" directory. Each keyboard layout is defined by a
keyboard layout is defined by a number of files (some of which may be shared by number of files (some of which may be shared by different layouts).
different layouts).
We'll use the QWERTY keyboard as an example: We'll use the QWERTY keyboard as an example:

View file

@ -5,7 +5,7 @@
Copyright © 2002-2025 by various contributors; AUTHORS.txt 参照. Copyright © 2002-2025 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/ https://tuxpaint.org/
2025年1月 9 2025年1月12
+------------------------------+ +------------------------------+
| 目次 | | 目次 |
@ -36,9 +36,8 @@
If you installed Tux Paint, but did not install the separate, optional If you installed Tux Paint, but did not install the separate, optional
"Stamps" collection, quit Tux Paint and install it now. It should be "Stamps" collection, quit Tux Paint and install it now. It should be
available from the same place you got the main Tux Paint program. (Note: As available from the same place you got the main Tux Paint program. (Note:
of version 0.9.14, Tux Paint comes with a small collection of example Tux Paint ships with a very small collection of example stamps.)
stamps.)
If you don't want to install the default collection of stamps, you can just If you don't want to install the default collection of stamps, you can just
create your own. See the "Extending Tux Paint" documentation for more on create your own. See the "Extending Tux Paint" documentation for more on
@ -159,13 +158,6 @@
will need to specify an appropriate command using the "printcommand" option will need to specify an appropriate command using the "printcommand" option
in Tux Paint's configuration file. (See the "Options Documentation".) in Tux Paint's configuration file. (See the "Options Documentation".)
Note: Versions of Tux Paint prior to 0.9.15 used a different default
command for printing, "pngtopnm | pnmtops | lpr", as Tux Paint output PNG
format, rather than PostScript.
If you had changed your "printcommand" option prior to Tux Paint 0.9.15,
you will need to go back and alter it to accept PostScript.
→ I get the message "You can't print yet!" when I go to print ← → I get the message "You can't print yet!" when I go to print ←

View file

@ -2,10 +2,10 @@
バージョン 0.9.35 バージョン 0.9.35
Installation Documentation Installation Documentation
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照. Copyright © 2002-2025 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/ https://tuxpaint.org/
2024年4月29 2025年1月12
+---------------------------------------------------+ +---------------------------------------------------+
| 目次 | | 目次 |
@ -85,9 +85,9 @@ readily available for installation as part of your Linux distribution.
→ libpaper (Linux/Unix only) ← → libpaper (Linux/Unix only) ←
As of Tux Paint 0.9.17, Tux Paint can determine your system's default paper Tux Paint can determine your system's default paper size (e.g., A4 or
size (e.g., A4 or Letter), or can be told to use a particular paper size, Letter), or can be told to use a particular paper size, thanks to
thanks to "libpaper". "libpaper".
https://github.com/naota/libpaper https://github.com/naota/libpaper
@ -104,9 +104,9 @@ readily available for installation as part of your Linux distribution.
→ SVG graphics support ← → SVG graphics support ←
As of Tux Paint 0.9.17, Tux Paint can load SVG (Scalable Vector Graphics) Tux Paint can load SVG (Scalable Vector Graphics) images as stamps. Two
images as stamps. Two sets of libraries are supported, and SVG support can sets of libraries are supported, and SVG support can be completely disabled
be completely disabled (via "make SVG_LIB:=") (via "make SVG_LIB:=")
→ librsvg-2 & libCairo2 (newer libraries) ← → librsvg-2 & libCairo2 (newer libraries) ←
@ libRSVG 2: http://librsvg.sourceforge.net/ @ libRSVG 2: http://librsvg.sourceforge.net/
@ -159,9 +159,8 @@ available freely.
## Compiling Set-Up ## ## Compiling Set-Up ##
As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile" includes The "Makefile" includes support for building on a Windows system using MinGW/
support for building on a Windows system using MinGW/MSYS (https:// MSYS (https://sourceforge.net/projects/msys2/).
sourceforge.net/projects/msys2/).
Many tools and libraries are required to build Tux Paint. The package Many tools and libraries are required to build Tux Paint. The package
management system "pacman" helps you install them automatically solving management system "pacman" helps you install them automatically solving

View file

@ -3,10 +3,10 @@
### Magic Tool Plugin API Documentation ### ### Magic Tool Plugin API Documentation ###
Copyright © 2007-2024 by various contributors; see AUTHORS.txt. Copyright © 2007-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
9月 17, 2024 1月 12, 2025
+--------------------------------------------------+ +--------------------------------------------------+
| Table of Contents | | Table of Contents |
@ -43,9 +43,8 @@
Overview Overview
Beginning with version 0.9.18, Tux Paint's 'Magic' tools were converted from Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux
routines that lived within the application itself, to a set of 'plugins' that Paint starts up.
are loaded when Tux Paint starts up.
This division allows more rapid development of 'Magic' tools, and allows This division allows more rapid development of 'Magic' tools, and allows
programmers to create and test new tools without needing to integrate them programmers to create and test new tools without needing to integrate them

View file

@ -3,10 +3,10 @@
### 各種設定について ### ### 各種設定について ###
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照. Copyright © 2002-2025 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/ https://tuxpaint.org/
2024年4月29 2025年1月12
+------------------------------------------------------+ +------------------------------------------------------+
| 目次 | | 目次 |
@ -324,12 +324,8 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
→ nobuttondistinction=yes ← → nobuttondistinction=yes ←
Tux Paint 0.9.15 以前では、マウスの中ボタンと右ボタンでもクリックが可能でし For children who have trouble with the mouse, this distinction between the
たが、バージョン0.9.15からは、子供たちが間違ったボタン押さないように、マウ two or three buttons on a mouse may be disabled by using this option.
スの左ボタンだけが使えるように変更しました。
マウス操作が苦手なお子さんの場合、このオプションを使用することで、マウスの2
つまたは3つのボタンの区別を無効にすることができます。
⚙ 注: システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファ ⚙ 注: システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファ
イルで "nobuttondistinction=no" または "buttondistinction=yes" を設定すると イルで "nobuttondistinction=no" または "buttondistinction=yes" を設定すると
@ -1019,12 +1015,6 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
lpr lpr
📜 注: バージョン 0.9.15 より前までは、印刷コマンド(標準では "pngtopnm
| pnmtops | lpr")に PNG 形式のデータを送信していました。
このため、バージョン 0.9.15 以前で printcommand を lpr 以外に設定してい
た場合は、この設定を変更する必要があります。
→ altprintcommand=COMMAND ← → altprintcommand=COMMAND ←

View file

@ -95,12 +95,12 @@
バージョン 0.9.35 </h1> バージョン 0.9.35 </h1>
<p> <p>
Copyright &copy; 2002-2024 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br> Copyright &copy; 2002-2025 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
2024年12月25</p> 2025年1月12</p>
</center> </center>
</header> </header>
@ -231,7 +231,7 @@
<p> <p>
Your personal Tux Paint folder is stored in your personal "Application Data". For example, on newer Windows: Your personal Tux Paint folder is stored in your personal "Application Data". For example, on newer Windows:
<blockquote> <blockquote>
<nobr><code style='background: #EEE;'>C:\Users\ユーザー名\AppData\Roaming\TuxPaint\</code></nobr> </blockquote> <nobr><code style='background: #EEE;'>C:\Users\<i>ユーザー名</i>\AppData\Roaming\TuxPaint\</code></nobr> </blockquote>
</p> </p>
</dd> </dd>
@ -246,7 +246,7 @@
<dt><strong>Linux and Unix</strong></dt> <dt><strong>Linux and Unix</strong></dt>
<dd> <dd>
<p> <p>
Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: <nobr>"<code style='background: #EEE;'>/home/ユーザー名/.tuxpaint/</code>"</nobr>. </p> Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: <nobr>"<code style='background: #EEE;'>/home/<i>ユーザー名</i>/.tuxpaint/</code>"</nobr>. </p>
<p> <p>
Don't forget the period ("<code>.</code>") before the "<code>tuxpaint</code>"! </p> Don't forget the period ("<code>.</code>") before the "<code>tuxpaint</code>"! </p>
</dd> </dd>
@ -256,7 +256,7 @@
To add your own brushes, stamps, 'starters,' templates, and fonts, create subdirectories under your personal Tux Paint directory named "<code><b>brushes</b></code>", "<code><b>stamps</b></code>", "<code><b>starters</b></code>", "<code><b>templates</b></code>", "<code><b>fonts</b></code>", respectively. </p> To add your own brushes, stamps, 'starters,' templates, and fonts, create subdirectories under your personal Tux Paint directory named "<code><b>brushes</b></code>", "<code><b>stamps</b></code>", "<code><b>starters</b></code>", "<code><b>templates</b></code>", "<code><b>fonts</b></code>", respectively. </p>
<p> <p>
(For example, if you created a brush named <nobr>"<code style='background: #EEE;'>flower.png</code>"</nobr>, you would put it in <nobr>"<code style='background: #EEE;'>/home/ユーザー名/.tuxpaint/brushes/</code>"</nobr> under Linux or Unix.) </p> (For example, if you created a brush named <nobr>"<code style='background: #EEE;'>flower.png</code>"</nobr>, you would put it in <nobr>"<code style='background: #EEE;'>/home/<i>ユーザー名</i>/.tuxpaint/brushes/</code>"</nobr> under Linux or Unix.) </p>
</section><!-- H2: Personal Files --> </section><!-- H2: Personal Files -->
</section><!-- H1: Where Files Go --> </section><!-- H1: Where Files Go -->
@ -337,7 +337,7 @@
<dt><strong>ブラシの描画間隔</strong></dt> <dt><strong>ブラシの描画間隔</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint version 0.9.16, you can now specify the spacing for brushes (that is, how often they are drawn). By default, the spacing will be the brush's height, divided by 4. </p> You may specify the spacing for brushes &mdash; that is, how frequently they are drawn across the length of a line or stroke. By default, the spacing will be the brush's height, divided by 4. </p>
<p> <p>
Add a line containing the line "<code><b>spacing=<i>N</i></b></code>" to the brush's data file, where "<i>N</i>" is the spacing you want for the brush. (The lower the number, the more often the brush is drawn.) </p> Add a line containing the line "<code><b>spacing=<i>N</i></b></code>" to the brush's data file, where "<i>N</i>" is the spacing you want for the brush. (The lower the number, the more often the brush is drawn.) </p>
</dd> </dd>
@ -345,9 +345,9 @@
<dt><strong>Animated Brushes</strong></dt> <dt><strong>Animated Brushes</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint version 0.9.16, you may now create animated brushes. As the brush is used, each frame of the animation is drawn. </p> Brushes may be animated. As the brush is used, each frame of the animation is drawn in sequence. </p>
<p> <p>
Lay each frame out across a wide PNG image. For example, if your brush is 30x30 and you have 5 frames, the image should be 150x30. </p> Lay each frame out across a wide PNG image. For example, if the brush is 30x30 and there are 5 frames, the image should be 150x30. </p>
<p> <p>
Add a line containing the line "<code><b>frames=<i>N</i></b></code>" to the brush's data file, where "<i>N</i>" is the number of frames in the brush. </p> Add a line containing the line "<code><b>frames=<i>N</i></b></code>" to the brush's data file, where "<i>N</i>" is the number of frames in the brush. </p>
<p class="note"> <p class="note">
@ -357,9 +357,9 @@
<dt><strong>Directional Brushes</strong></dt> <dt><strong>Directional Brushes</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint version 0.9.16, you may now create directional brushes. As the brush is used, different shapes are drawn, depending on the direction the brush is going. </p> Brushes may be configured to draw a different shape based on the direction of the line or brush stroke. Different shapes will be drawn depending on which of the eight compass directions the brush is moving &mdash; up (aka North), up/right (aka Northeast), right (aka East), down/right (aka Southeast), etc.). A ninth "center" shape is used when there's no motion (e.g., simply clicking/tapping and releasing the "Paint" tool, without dragging). </p>
<p> <p>
The directional shapes are divided into a 3x3 square in a PNG image. For example, if your brush is 30x30, the image should be 90x90, and each of the direction's shapes placed in a 3x3 grid. The center region is used for no motion. The top right is used for motion that's both up, and to the right. And so on. </p> The directional shapes are divided into a 3x3 square in a PNG image. For example, if your brush is 30x30, the image should be 90x90, and each of the direction's shapes placed in a 3x3 grid. </p>
<p> <p>
Add a line containing the word "<code><b>directional</b></code>" to the brush's data file. </p> Add a line containing the word "<code><b>directional</b></code>" to the brush's data file. </p>
</dd> </dd>
@ -367,7 +367,7 @@
<dt><strong>Rotating Brushes</strong></dt> <dt><strong>Rotating Brushes</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint version 0.9.27, you may now create rotating brushes. As the brush is used, it is rotated 360 degrees, depending on the direction the brush is going. </p> Brushes may be configured to rotate based on the angle of the line or brush stroke. (Unlike Directional Brushes, described above, only a single brush shape may be provided. </p>
<p> <p>
Add a line containing the word "<code><b>rotate</b></code>" to the brush's data file. </p> Add a line containing the word "<code><b>rotate</b></code>" to the brush's data file. </p>
</dd> </dd>
@ -375,7 +375,7 @@
<dt><strong>Chaotic Brushes</strong></dt> <dt><strong>Chaotic Brushes</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint version 0.9.34, brushes can be configured to continuously pick random directions as you draw with them. </p> Brushes may be configured to continuously choose a random direction as you draw with them. </p>
<p> <p>
Add a line containing the word "<code><b>chaotic</b></code>" to the brush's data file. </p> Add a line containing the word "<code><b>chaotic</b></code>" to the brush's data file. </p>
</dd> </dd>
@ -424,7 +424,7 @@
alt="" alt=""
align="right"> align="right">
<p> <p>
As of Tux Paint version 0.9.17, Stamps may be either PNG bitmap images or SVG vector images. They can be full-color or greyscale. The alpha (transparency) channel of PNGs is used to determine the actual shape of the picture (otherwise you'll stamp a large rectangle on your drawings). </p> Stamps may be either PNG bitmap images or SVG vector images. They can be full-color or greyscale. The alpha (transparency) channel of PNGs is used to determine the actual shape of the picture (otherwise you'll stamp a large rectangle on your drawings). </p>
<p> <p>
PNGs can be any size, and Tux Paint (by default) provides a set of sizing buttons to let the user scale the stamp up (larger) and down (smaller). </p> PNGs can be any size, and Tux Paint (by default) provides a set of sizing buttons to let the user scale the stamp up (larger) and down (smaller). </p>
@ -662,7 +662,7 @@
For example, for the stamp "<code>stamp.png</code>" you would create another file named "<code>stamp_mirror.png</code>", which will be used when the stamp is mirrored (rather than using a backwards version of "<code>stamp.png</code>"). </p> For example, for the stamp "<code>stamp.png</code>" you would create another file named "<code>stamp_mirror.png</code>", which will be used when the stamp is mirrored (rather than using a backwards version of "<code>stamp.png</code>"). </p>
<p> <p>
As of Tux Paint 0.9.18, you may similarly provide a pre-flipped image with "<code><b>_flip</b></code>" in the name, and/or an image that is both mirrored and flipped, by naming it "<code><b>_mirror_flip</b></code>". </p> You may also provide a pre-flipped image with "<code><b>_flip</b></code>" in the name, and/or an image that is both mirrored <em>and</em> flipped, by naming it "<code><b>_mirror_flip</b></code>". </p>
<p class="note"> <p class="note">
<span title="Information">&#128161;</span> <strong>Note:</strong> If the user flips and mirrors an image, and a pre-drawn "<code>_mirror_flip</code>" doesn't exist, but either "<code>_flip</code>" or "<code>_mirror</code>" does, it will be used, and mirrored or flipped, respectively. </p> <span title="Information">&#128161;</span> <strong>Note:</strong> If the user flips and mirrors an image, and a pre-drawn "<code>_mirror_flip</code>" doesn't exist, but either "<code>_flip</code>" or "<code>_mirror</code>" does, it will be used, and mirrored or flipped, respectively. </p>
@ -720,7 +720,7 @@
The most basic kind of 'starter' is similar to a picture in a coloring book. It's an outline of a shape which you can then color in and add details to. In Tux Paint, as you draw, type text, or stamp stamps, the outline remains 'above' what you draw. You can erase the parts of the drawing you made, but you can't erase the outline. </p> The most basic kind of 'starter' is similar to a picture in a coloring book. It's an outline of a shape which you can then color in and add details to. In Tux Paint, as you draw, type text, or stamp stamps, the outline remains 'above' what you draw. You can erase the parts of the drawing you made, but you can't erase the outline. </p>
<p> <p>
To create this kind of 'starter' image, simply create an outlined black and white picture in a paint program, and save it as a raster PNG file, or vector SVG. If saving as a PNG, you may optionally render the image as black-and-transparent, rather than black-and-white, but (as of Tux Paint 0.9.21) this is not required. </p> To create this kind of 'starter' image, simply create an outlined black and white picture in a paint program, and save it as a raster PNG file, or vector SVG. If saving as a PNG, you may optionally render the image as black-and-transparent, rather than black-and-white, although this is not required. </p>
</section><!-- H2: Coloring-Book Style Starters --> </section><!-- H2: Coloring-Book Style Starters -->
<section><!-- H2: Scene-Style Starters --> <section><!-- H2: Scene-Style Starters -->
@ -957,7 +957,7 @@
alt="" alt=""
align="right"> align="right">
<p> <p>
'Template' images also appear in the 'New' dialog, along with solid color background choices and 'Starters'. (Note: Tux Paint prior to version 0.9.22 did not have the 'Template' feature.) </p> 'Template' images also appear in the 'New' dialog, along with solid color background choices and 'Starters'. </p>
<p> <p>
Unlike pictures drawn in Tux Paint by users and then opened later, opening a 'template' creates a new drawing. When you save, the 'template' image is not overwritten. Unlike 'starters', there is no immutable 'layer' above the canvas. You may draw over any part of it. </p> Unlike pictures drawn in Tux Paint by users and then opened later, opening a 'template' creates a new drawing. When you save, the 'template' image is not overwritten. Unlike 'starters', there is no immutable 'layer' above the canvas. You may draw over any part of it. </p>
@ -1118,7 +1118,7 @@
</header> </header>
<p> <p>
As of version 0.9.22, Tux Paint's 'Text' and 'Label' tools can present an on-screen keyboard that allows the pointer (via a mouse, touch screen, eye-tracking systems, etc.) to be used to input characters. Files that describe the layout and available keys are stored in Tux Paint "<code>osk</code>" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts). </p> Tux Paint's 'Text' and 'Label' tools can present an on-screen keyboard that allows the pointer (via a mouse, touch screen, eye-tracking systems, etc.) to be used to input characters. Files that describe the layout and available keys are stored in Tux Paint "<code>osk</code>" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts). </p>
<p> <p>
We'll use the QWERTY keyboard as an example: </p> We'll use the QWERTY keyboard as an example: </p>

View file

@ -96,7 +96,7 @@
</p> </p>
<p> <p>
2025年1月 9</p> 2025年1月12</p>
</center> </center>
<table border="2" <table border="2"
@ -141,7 +141,7 @@
This means that Tux Paint either couldn't find any stamp images, or was asked not to load them. </p> This means that Tux Paint either couldn't find any stamp images, or was asked not to load them. </p>
<p> <p>
If you installed Tux Paint, but did not install the separate, optional "Stamps" collection, quit Tux Paint and install it now. It should be available from the same place you got the main Tux Paint program. <i>(Note: As of version 0.9.14, Tux Paint comes with a small collection of example stamps.)</i> </p> If you installed Tux Paint, but did not install the separate, optional "Stamps" collection, quit Tux Paint and install it now. It should be available from the same place you got the main Tux Paint program. <i>(Note: Tux Paint ships with a very small collection of example stamps.)</i> </p>
<p> <p>
If you don't want to install the default collection of stamps, you can just create your own. See the "Extending Tux Paint" documentation for more on creating PNG and SVG image files, TXT text description files, Ogg Vorbis, MP3 or WAV sound files, and DAT text data files that make up stamps. </p> If you don't want to install the default collection of stamps, you can just create your own. See the "Extending Tux Paint" documentation for more on creating PNG and SVG image files, TXT text description files, Ogg Vorbis, MP3 or WAV sound files, and DAT text data files that make up stamps. </p>
@ -286,12 +286,6 @@
<p> <p>
If that program is not available (for example, you're using CUPS, the Common Unix Printing System, and do not have "<code>cups-lpr</code>" installed), you will need to specify an appropriate command using the "<code>printcommand</code>" option in Tux Paint's configuration file. (See the "Options Documentation".) </p> If that program is not available (for example, you're using CUPS, the Common Unix Printing System, and do not have "<code>cups-lpr</code>" installed), you will need to specify an appropriate command using the "<code>printcommand</code>" option in Tux Paint's configuration file. (See the "Options Documentation".) </p>
<p>
<i>Note:</i> Versions of Tux Paint prior to 0.9.15 used a different default command for printing, "<code>pngtopnm | pnmtops | lpr</code>", as Tux Paint output PNG format, rather than PostScript. </p>
<p>
If you had changed your "printcommand" option prior to Tux Paint 0.9.15, you will need to go back and alter it to accept PostScript. </p>
</dd> </dd>
<dt> <dt>
@ -363,7 +357,7 @@
</dt> </dt>
<dd> <dd>
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\ユーザー名\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/> In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\<i>ユーザー名</i>\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
<br/> <br/>
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/> (Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
<br/> <br/>
@ -383,7 +377,7 @@
</dt> </dt>
<dd> <dd>
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/ユーザー名/.tuxpaint/saved/</code>"</nobr> <br/> In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/<i>ユーザー名</i>/.tuxpaint/saved/</code>"</nobr> <br/>
<br/> <br/>
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/> (Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
<br/> <br/>
@ -676,7 +670,7 @@
If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "<code>stdout.txt</code>" in the same folder where <code>TuxPaint.exe</code> resides (e.g., in <nobr>"<code style='background: #EEE;'>C:\Program Files\TuxPaint\</code>"</nobr>). </p> If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "<code>stdout.txt</code>" in the same folder where <code>TuxPaint.exe</code> resides (e.g., in <nobr>"<code style='background: #EEE;'>C:\Program Files\TuxPaint\</code>"</nobr>). </p>
<p> <p>
A lockfile (e.g., <nobr>"<code style='background: #EEE;'>/home/ユーザー名/.tuxpaint/lockfile.dat</code>"</nobr> on Linux and Unix, <nobr>"<code style='background: #EEE;'>userdata\lockfile.dat</code>"</nobr> on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once). </p> A lockfile (e.g., <nobr>"<code style='background: #EEE;'>/home/<i>ユーザー名</i>/.tuxpaint/lockfile.dat</code>"</nobr> on Linux and Unix, <nobr>"<code style='background: #EEE;'>userdata\lockfile.dat</code>"</nobr> on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once). </p>
<p> <p>
Even if the lockfile exists, it contains the 'time' Tux Paint was last run. If it's been more than 30 seconds, Tux Paint should run fine, and simply update the lockfile with the current time. </p> Even if the lockfile exists, it contains the 'time' Tux Paint was last run. If it's been more than 30 seconds, Tux Paint should run fine, and simply update the lockfile with the current time. </p>
@ -786,7 +780,7 @@
<blockquote> <blockquote>
<p> <p>
<nobr><code style='background: #EEE;'>C:\Users\ユーザー名\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p> <nobr><code style='background: #EEE;'>C:\Users\<i>ユーザー名</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p>
</blockquote> </blockquote>
<p> <p>
@ -830,7 +824,7 @@
<blockquote> <blockquote>
<p> <p>
<nobr><code style='background: #EEE;'>/home/ユーザー名/.tuxpaintrc</code></nobr> </p> <nobr><code style='background: #EEE;'>/home/<i>ユーザー名</i>/.tuxpaintrc</code></nobr> </p>
</blockquote> </blockquote>
<p> <p>
@ -865,7 +859,7 @@
</blockquote> </blockquote>
<p> <p>
...then you can reenable sound by either adding this option to your own <nobr>"<code style='background: #EEE;'>/home/ユーザー名/.tuxpaintrc</code>"</nobr> file: </p> ...then you can reenable sound by either adding this option to your own <nobr>"<code style='background: #EEE;'>/home/<i>ユーザー名</i>/.tuxpaintrc</code>"</nobr> file: </p>
<blockquote> <blockquote>
<p> <p>

View file

@ -93,12 +93,12 @@
Installation Documentation </h1> Installation Documentation </h1>
<p> <p>
Copyright &copy; 2002-2024 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br> Copyright &copy; 2002-2025 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
2024年4月29</p> 2025年1月12</p>
</center> </center>
</header> </header>
@ -206,7 +206,7 @@
<dt><strong>libpaper (Linux/Unix only)</strong></dt> <dt><strong>libpaper (Linux/Unix only)</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint 0.9.17, Tux Paint can determine your system's default paper size (e.g., A4 or Letter), or can be told to use a particular paper size, thanks to "libpaper". </p> Tux Paint can determine your system's default paper size (e.g., A4 or Letter), or can be told to use a particular paper size, thanks to "libpaper". </p>
<p> <p>
<a href="https://github.com/naota/libpaper">https://github.com/naota/libpaper</a> <a href="https://github.com/naota/libpaper">https://github.com/naota/libpaper</a>
@ -226,7 +226,7 @@
<dt><strong>SVG graphics support</strong></dt> <dt><strong>SVG graphics support</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint 0.9.17, Tux Paint can load SVG (Scalable Vector Graphics) images as stamps. Two sets of libraries are supported, and SVG support can be completely disabled (via "<code style="white-space: nowrap;">make SVG_LIB:=</code>") </p> Tux Paint can load SVG (Scalable Vector Graphics) images as stamps. Two sets of libraries are supported, and SVG support can be completely disabled (via "<code style="white-space: nowrap;">make SVG_LIB:=</code>") </p>
<dl> <dl>
<dt>librsvg-2 &amp; libCairo2 (newer libraries)</dt> <dt>librsvg-2 &amp; libCairo2 (newer libraries)</dt>
@ -311,7 +311,7 @@
</header> </header>
<p> <p>
As of February 2005 (starting with Tux Paint 0.9.15), the "<code>Makefile</code>" includes support for building on a Windows system using MinGW/MSYS (<a href="https://sourceforge.net/projects/msys2/">https://sourceforge.net/projects/msys2/</a>). </p> The "<code>Makefile</code>" includes support for building on a Windows system using MinGW/MSYS (<a href="https://sourceforge.net/projects/msys2/">https://sourceforge.net/projects/msys2/</a>). </p>
<p> <p>
Many tools and libraries are required to build Tux Paint. The package management system "<code>pacman</code>" helps you install them automatically solving complicated dependencies. </p> Many tools and libraries are required to build Tux Paint. The package management system "<code>pacman</code>" helps you install them automatically solving complicated dependencies. </p>
@ -751,7 +751,7 @@
</header> </header>
<p> <p>
If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "<code>stderr.txt</code>" in your personal saving folder for TuxPaint which is normaly <nobr>"<code style='background: #EEE;'>C:\Users\ユーザー名\AppData\Roaming\TuxPaint\</code>"</nobr>. </p> If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "<code>stderr.txt</code>" in your personal saving folder for TuxPaint which is normaly <nobr>"<code style='background: #EEE;'>C:\Users\<i>ユーザー名</i>\AppData\Roaming\TuxPaint\</code>"</nobr>. </p>
<p> <p>
It will contain a description of what was wrong. Usually it will just be due to incorrect character-case (capital 'Z' instead of lowercase 'z') or a missing (or extra) '-' (dash). </p> It will contain a description of what was wrong. Usually it will just be due to incorrect character-case (capital 'Z' instead of lowercase 'z') or a missing (or extra) '-' (dash). </p>

View file

@ -97,12 +97,12 @@
Magic Tool Plugin API Documentation </h2> Magic Tool Plugin API Documentation </h2>
<p> <p>
Copyright &copy; 2007-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2007-2025 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
9月 17, 2024 </p> 1月 12, 2025 </p>
</center> </center>
</header> </header>
@ -153,7 +153,7 @@
</header> </header>
<p> <p>
Beginning with version 0.9.18, Tux Paint's 'Magic' tools were converted from routines that lived within the application itself, to a set of 'plugins' that are loaded when Tux Paint starts up. </p> Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux Paint starts up. </p>
<p> <p>
This division allows more rapid development of 'Magic' tools, and allows programmers to create and test new tools without needing to integrate them within the main Tux Paint source code. (Users of more professional graphics tools, such as GIMP, should be familiar with this plugin concept.) </div> This division allows more rapid development of 'Magic' tools, and allows programmers to create and test new tools without needing to integrate them within the main Tux Paint source code. (Users of more professional graphics tools, such as GIMP, should be familiar with this plugin concept.) </div>

View file

@ -97,12 +97,12 @@
各種設定について </h2> 各種設定について </h2>
<p> <p>
Copyright &copy; 2002-2024 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br> Copyright &copy; 2002-2025 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
2024年4月29</p> 2025年1月12</p>
</center> </center>
</header> </header>
@ -169,7 +169,7 @@
</header> </header>
<p> <p>
<nobr><code style='background: #EEE;'>/home/ユーザー名/.tuxpaintrc</code></nobr> </p> <nobr><code style='background: #EEE;'>/home/<i>ユーザー名</i>/.tuxpaintrc</code></nobr> </p>
</div> </div>
<section class="indent"><!-- H3: System-Wide Configuration File --> <section class="indent"><!-- H3: System-Wide Configuration File -->
@ -216,7 +216,7 @@
</header> </header>
<p> <p>
<nobr><code style='background: #EEE;'>C:\Users\ユーザー名\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p> <nobr><code style='background: #EEE;'>C:\Users\<i>ユーザー名</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p>
<p> <p>
設定ファイルはメモ帳やワードパッドで作成できますが、必ずテキストファイルとして保存するよう注意して下さい。また、ファイル名に ".txt" という拡張子をつけないようにします。 </p> 設定ファイルはメモ帳やワードパッドで作成できますが、必ずテキストファイルとして保存するよう注意して下さい。また、ファイル名に ".txt" という拡張子をつけないようにします。 </p>
@ -519,10 +519,7 @@
<dd> <dd>
<p> <p>
Tux Paint 0.9.15 以前では、マウスの中ボタンと右ボタンでもクリックが可能でしたが、バージョン0.9.15からは、子供たちが間違ったボタン押さないように、マウスの左ボタンだけが使えるように変更しました。 </p> For children who have trouble with the mouse, this distinction between the two or three buttons on a mouse may be disabled by using this option. </p>
<p>
マウス操作が苦手なお子さんの場合、このオプションを使用することで、マウスの2つまたは3つのボタンの区別を無効にすることができます。 </p>
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>nobuttondistinction=no</code>" または "<code>buttondistinction=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--buttondistinction</code>" で変更できます。 </p> <span title="Configuration option">&#9881;</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>nobuttondistinction=no</code>" または "<code>buttondistinction=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--buttondistinction</code>" で変更できます。 </p>
</dd> </dd>
@ -1637,12 +1634,6 @@
<blockquote> <blockquote>
<code>lpr</code> <code>lpr</code>
</blockquote> </blockquote>
<p class="note">
<span title="Version variation">&#128220;</span> <b>注:</b> バージョン 0.9.15 より前までは、印刷コマンド(標準では "<code>pngtopnm | pnmtops | lpr</code>")に PNG 形式のデータを送信していました。 </p>
<p>
このため、バージョン 0.9.15 以前で <code><b>printcommand</b></code> を lpr 以外に設定していた場合は、この設定を変更する必要があります。 </p>
</dd> </dd>
<dt> <dt>
@ -1785,11 +1776,11 @@
<dt>Linux / Unix</dt> <dt>Linux / Unix</dt>
<dd> <dd>
各ユーザーのホームディレクトリ以下の隠しディレクトリ:<br/> 各ユーザーのホームディレクトリ以下の隠しディレクトリ:<br/>
<nobr><code style='background: #EEE;'>/home/ユーザー名/.tuxpaint/saved/</code></nobr> </dd> <nobr><code style='background: #EEE;'>/home/<i>ユーザー名</i>/.tuxpaint/saved/</code></nobr> </dd>
<dt>Windows</dt> <dt>Windows</dt>
<dd> <dd>
<nobr><code style='background: #EEE;'>C:\Users\ユーザー名\AppData\Roaming\TuxPaint\saved\</code></nobr> </dd> <nobr><code style='background: #EEE;'>C:\Users\<i>ユーザー名</i>\AppData\Roaming\TuxPaint\saved\</code></nobr> </dd>
<dt>macOS</dt> <dt>macOS</dt>
<dd> <dd>
@ -1823,7 +1814,7 @@
<ul> <ul>
<li>Linux および Unix — XDG (X Desktop Group) 標準に基づく設定が利用可能な場合、個々のデスクトップ環境において画像保存用として設定されているディレクトリ("<code style="white-space: nowrap;">xdg-user-dir PICTURES</code>" コマンドで確認できます)<br> <li>Linux および Unix — XDG (X Desktop Group) 標準に基づく設定が利用可能な場合、個々のデスクトップ環境において画像保存用として設定されているディレクトリ("<code style="white-space: nowrap;">xdg-user-dir PICTURES</code>" コマンドで確認できます)<br>
英語環境では一般的にユーザーのホームディレクトリ以下の "<code>Pictures</code>" ディレクトリ(<nobr>"<code style='background: #EEE;'>/home/ユーザー名/Pictures</code>"</nobr>)になります。(日本語環境では "画像"<br> 英語環境では一般的にユーザーのホームディレクトリ以下の "<code>Pictures</code>" ディレクトリ(<nobr>"<code style='background: #EEE;'>/home/<i>ユーザー名</i>/Pictures</code>"</nobr>)になります。(日本語環境では "画像"<br>
XDGの設定が読み取れない場合や、"<code>XDG_PICTURES_DIR</code> "に何も設定されていない場合は、上記の一般的なディレクトリを使用します。 </li> XDGの設定が読み取れない場合や、"<code>XDG_PICTURES_DIR</code> "に何も設定されていない場合は、上記の一般的なディレクトリを使用します。 </li>
<li>Windows — 各ユーザーの "<nobr>"<code style='background: #EEE;'>My Pictures</code>"</nobr>" ディレクトリ(通常は <nobr>"<code style='background: #EEE;'>C:\Users\ユーザー名\My Pictures</code>"</nobr>)。<br>また、次のようにして、フォルダを直接開くこともできます: <ul> <li>Windows — 各ユーザーの "<nobr>"<code style='background: #EEE;'>My Pictures</code>"</nobr>" ディレクトリ(通常は <nobr>"<code style='background: #EEE;'>C:\Users\ユーザー名\My Pictures</code>"</nobr>)。<br>また、次のようにして、フォルダを直接開くこともできます: <ul>
<li>"[Windows]+[R]" キーを押して "ファイル名を指定して実行" ダイアログを開く。</li> <li>"[Windows]+[R]" キーを押して "ファイル名を指定して実行" ダイアログを開く。</li>
@ -1836,11 +1827,11 @@
</ul> </ul>
<p class="note"> <p class="note">
<span title="Information">&#128161;</span> <strong>注:</strong> 標準では、サブディレクトリ "<code>TuxPaint</code>" が作成されます。(例: "<nobr>"<code style='background: #EEE;'>/home/ユーザー名/Pictures/TuxPaint</code>"</nobr>")一方、"<code>--exportdir</code>" オプションを用いると、指定されたパスがそのまま使用されます(サブディレクトリ "<code>TuxPaint</code>" は作成されません)。 </p> <span title="Information">&#128161;</span> <strong>注:</strong> 標準では、サブディレクトリ "<code>TuxPaint</code>" が作成されます。(例: "<nobr>"<code style='background: #EEE;'>/home/<i>ユーザー名</i>/Pictures/TuxPaint</code>"</nobr>")一方、"<code>--exportdir</code>" オプションを用いると、指定されたパスがそのまま使用されます(サブディレクトリ "<code>TuxPaint</code>" は作成されません)。 </p>
<p> <p>
ディレクトリ(例: <nobr>"<code style='background: #EEE;'>/home/ユーザー名/Pictures/TuxPaint</code>"</nobr>)が存在しない場合は新たに作成されます。 </p> ディレクトリ(例: <nobr>"<code style='background: #EEE;'>/home/<i>ユーザー名</i>/Pictures/TuxPaint</code>"</nobr>)が存在しない場合は新たに作成されます。 </p>
<p> <p>
一つ上の<em>親ディレクトリ</em>(例: <nobr>"<code style='background: #EEE;'>/home/ユーザー名/Pictures</code>"</nobr>)が存在しない場合もディレクトリの作成を試みますが、それ以上の階層のディレクトリを作成することはありません。 </p> 一つ上の<em>親ディレクトリ</em>(例: <nobr>"<code style='background: #EEE;'>/home/<i>ユーザー名</i>/Pictures</code>"</nobr>)が存在しない場合もディレクトリの作成を試みますが、それ以上の階層のディレクトリを作成することはありません。 </p>
<p> <p>
例: <code>exportdir=/home/penguin/TuxPaintExports</code> </p> 例: <code>exportdir=/home/penguin/TuxPaintExports</code> </p>
@ -1944,10 +1935,10 @@
<dl> <dl>
<dt>Linux / Unix</dt> <dt>Linux / Unix</dt>
<dd><nobr><code style='background: #EEE;'>/home/ユーザー名/.tuxpaint/</code></nobr></dd> <dd><nobr><code style='background: #EEE;'>/home/<i>ユーザー名</i>/.tuxpaint/</code></nobr></dd>
<dt>Windows</dt> <dt>Windows</dt>
<dd><nobr><code style='background: #EEE;'>C:\Users\ユーザー名\AppData\Roaming\TuxPaint\</code></nobr></dd> <dd><nobr><code style='background: #EEE;'>C:\Users\<i>ユーザー名</i>\AppData\Roaming\TuxPaint\</code></nobr></dd>
<dt>macoS</dt> <dt>macoS</dt>
<dd><nobr><code style='background: #EEE;'>/Users/<i>ユーザー名</i>/Library/Application Support/TuxPaint/</code></nobr></dd> <dd><nobr><code style='background: #EEE;'>/Users/<i>ユーザー名</i>/Library/Application Support/TuxPaint/</code></nobr></dd>
@ -2373,7 +2364,7 @@
</header> </header>
<p> <p>
上記のオプションがシステム全体の設定ファイル(例: Linuxの場合 <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr>)で設定されている場合、個人用の設定ファイル(例: <nobr>"<code style='background: #EEE;'>/home/ユーザー名/.tuxpaintrc</code>"</nobr>)で上書きすることができます。 </p> 上記のオプションがシステム全体の設定ファイル(例: Linuxの場合 <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr>)で設定されている場合、個人用の設定ファイル(例: <nobr>"<code style='background: #EEE;'>/home/<i>ユーザー名</i>/.tuxpaintrc</code>"</nobr>)で上書きすることができます。 </p>
<p> <p>
"<code>noprint</code>" や "<code>grab</code>" のような、Yes か No のオプションの場合は、個人用設定ファイルで 'no' と指定するだけで大丈夫です。 </p> "<code>noprint</code>" や "<code>grab</code>" のような、Yes か No のオプションの場合は、個人用設定ファイルで 'no' と指定するだけで大丈夫です。 </p>
@ -2550,7 +2541,7 @@
これにより、システム全体の設定ファイル(例: Linuxでは <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr>)が読み込まれなくなります。 </p> これにより、システム全体の設定ファイル(例: Linuxでは <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr>)が読み込まれなくなります。 </p>
<p> <p>
ユーザーごとの設定ファイル(例: Linux では <nobr>"<code style='background: #EEE;'>/home/ユーザー名/.tuxpaintrc</code>"</nobr>)が存在すれば、このファイルのみから設定を読み込みます。 </p> ユーザーごとの設定ファイル(例: Linux では <nobr>"<code style='background: #EEE;'>/home/<i>ユーザー名</i>/.tuxpaintrc</code>"</nobr>)が存在すれば、このファイルのみから設定を読み込みます。 </p>
</dd> </dd>
</dl> </dl>

View file

@ -1706,7 +1706,7 @@
</dt> </dt>
<dd> <dd>
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\ユーザー名\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/> In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\<i>ユーザー名</i>\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
<br/> <br/>
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/> (Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
<br/> <br/>
@ -1726,7 +1726,7 @@
</dt> </dt>
<dd> <dd>
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/ユーザー名/.tuxpaint/saved/</code>"</nobr> <br/> In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/<i>ユーザー名</i>/.tuxpaint/saved/</code>"</nobr> <br/>
<br/> <br/>
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/> (Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
<br/> <br/>

View file

@ -2,10 +2,10 @@
Tux Paint Tux Paint
version 0.9.35 version 0.9.35
Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt. Të drejta kopjimi © 2002-2025 nga kontribues të ndryshëm; shihni AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
25 dhjetor 2024 12 janar 2025
+------------------------------------------------------------------------+ +------------------------------------------------------------------------+
| Pasqyrë e Lëndës | | Pasqyrë e Lëndës |
@ -217,9 +217,9 @@ gjendet në të njëjtën drejtori.)
→ Distancë Peneli ← → Distancë Peneli ←
Që me Tux Paint version 0.9.16 tanimë mundeni të përcaktoni distancën për You may specify the spacing for brushes — that is, how frequently they are
penelat (domethënë, sa shpesh vizatohet me ta). Si parazgjedhje, distanca drawn across the length of a line or stroke. By default, the spacing will
do të jetë lartësia e penelit, pjesëtuar me 4. be the brush's height, divided by 4.
Shtoni një rresht që përmban rreshtin “spacing=N” te kartela e të dhënave Shtoni një rresht që përmban rreshtin “spacing=N” te kartela e të dhënave
të penelit, ku “N” është distanca që doni për penelin. (Sa më i vogël të penelit, ku “N” është distanca që doni për penelin. (Sa më i vogël
@ -229,11 +229,11 @@ gjendet në të njëjtën drejtori.)
→ Penela Me Animacion ← → Penela Me Animacion ←
Që me Tux Paint version 0.9.16 tanimë mundeni të krijoni penela të animuar. Brushes may be animated. As the brush is used, each frame of the animation
Teksa përdoret peneli, vizatohet çdo kuadër i animacionit. is drawn in sequence.
Vendosni çdo kuadër në një figurë të madhe PNG. Për shembull, nëse peneli Lay each frame out across a wide PNG image. For example, if the brush is
juaj është 30x30 dhe keni 5 kuadro, figura duhet të jetë 150x30. 30x30 and there are 5 frames, the image should be 150x30.
Shtoni një rresht që përmban rreshtin “frames=N” te kartela e të dhënave të Shtoni një rresht që përmban rreshtin “frames=N” te kartela e të dhënave të
penelit, ku “N” është numri i kuadrove te peneli. penelit, ku “N” është numri i kuadrove te peneli.
@ -246,15 +246,16 @@ gjendet në të njëjtën drejtori.)
→ Penela Me Drejtim ← → Penela Me Drejtim ←
Që me Tux Paint version 0.9.16 tanimë mundeni të krijoni penela me drejtim. Brushes may be configured to draw a different shape based on the direction
Teksa përdoret peneli, vizatohen forma të ndryshme, varet nga drejtimi kah of the line or brush stroke. Different shapes will be drawn depending on
shkon peneli. which of the eight compass directions the brush is moving — up (aka North),
up/right (aka Northeast), right (aka East), down/right (aka Southeast),
etc.). A ninth "center" shape is used when there's no motion (e.g., simply
clicking/tapping and releasing the "Paint" tool, without dragging).
Format për penelin me drejtim ndahen në një katror 3x3 te një figurë PNG. The directional shapes are divided into a 3x3 square in a PNG image. For
Për shembull, nëse peneli juaj është 30x30, figura duhet të jetë 90x90 dhe example, if your brush is 30x30, the image should be 90x90, and each of the
format e çdo drejtimi të vendosura në një rrjetë 3x3. Rajoni në qendër direction's shapes placed in a 3x3 grid.
përdoret për mungesë lëvizjeje. Pjesa e sipërme djathtas përdoret për
lëvizje që është për sipër dhe për djathtas, e me radhë.
Shtoni te kartela e të dhënave të penelit një rresht që përmban fjalën “ Shtoni te kartela e të dhënave të penelit një rresht që përmban fjalën “
directional”. directional”.
@ -263,9 +264,9 @@ gjendet në të njëjtën drejtori.)
→ Penela Me Rrotullim ← → Penela Me Rrotullim ←
Që me Tux Paint version 0.9.27 tanimë mundeni të krijoni penela që Brushes may be configured to rotate based on the angle of the line or brush
rrotullohen. Teksa përdoret peneli, ai rrotullohet 360 gradë, varet nga stroke. (Unlike Directional Brushes, described above, only a single brush
drejtimi kah po shkon peneli. shape may be provided.
Shtoni te kartela e të dhënave të penelit një rresht që përmban fjalën “ Shtoni te kartela e të dhënave të penelit një rresht që përmban fjalën “
rotate”. rotate”.
@ -274,8 +275,8 @@ gjendet në të njëjtën drejtori.)
→ Chaotic Brushes ← → Chaotic Brushes ←
As of Tux Paint version 0.9.34, brushes can be configured to continuously Brushes may be configured to continuously choose a random direction as you
pick random directions as you draw with them. draw with them.
Shtoni te kartela e të dhënave të penelit një rresht që përmban fjalën “ Shtoni te kartela e të dhënave të penelit një rresht që përmban fjalën “
chaotic”. chaotic”.
@ -317,11 +318,10 @@ dhe “kërshëndella”.)
Vulat e Gomës në Tux Paint mund të krijohen nga një numër kartelash të ndara Vulat e Gomës në Tux Paint mund të krijohen nga një numër kartelash të ndara
njëra nga tjetra. Kartela që është e domosdoshme është, sigurisht, vetë figura. njëra nga tjetra. Kartela që është e domosdoshme është, sigurisht, vetë figura.
Që me Tux Paint version 0.9.17, Stampat mund të jenë ose figura PNG bitmap, ose Stamps may be either PNG bitmap images or SVG vector images. They can be
figura vektoriale SVG. Mund të jenë plotësisht me ngjyra, ose shkallë të grisë. full-color or greyscale. The alpha (transparency) channel of PNGs is used to
Kanali alfa (tejdukshmëria) e PNG-ve përdoret për të përcaktuar formën faktike determine the actual shape of the picture (otherwise you'll stamp a large
të figurës (përndryshe, në vizatimet tuaja do të stampohej një drejtkëndësh i rectangle on your drawings).
madh).
PNG-të mund të jenë të çfarëdo madhësie dhe Tux Paint (si parazgjedhje) jep një PNG-të mund të jenë të çfarëdo madhësie dhe Tux Paint (si parazgjedhje) jep një
grup butonash përmasimi për ta lënë përdoruesin të zmadhojë ose zvogëlojë grup butonash përmasimi për ta lënë përdoruesin të zmadhojë ose zvogëlojë
@ -587,9 +587,8 @@ Për shembull, për stampën “stamp.png” do të krijonit një kartelë tjet
quajtur “stamp_mirror.png”, e cila do të përdoret kur stampa pasqyrohet (në quajtur “stamp_mirror.png”, e cila do të përdoret kur stampa pasqyrohet (në
vend se të përdoret një version i dikurshëm i “stamp.png”). vend se të përdoret një version i dikurshëm i “stamp.png”).
As of Tux Paint 0.9.18, you may similarly provide a pre-flipped image with " You may also provide a pre-flipped image with "_flip" in the name, and/or an
_flip" in the name, and/or an image that is both mirrored and flipped, by image that is both mirrored and flipped, by naming it "_mirror_flip".
naming it "_mirror_flip".
💡 Note: If the user flips and mirrors an image, and a pre-drawn "_mirror_flip" 💡 Note: If the user flips and mirrors an image, and a pre-drawn "_mirror_flip"
doesn't exist, but either "_flip" or "_mirror" does, it will be used, and doesn't exist, but either "_flip" or "_mirror" does, it will be used, and
@ -620,11 +619,11 @@ të shtoni në të hollësi. Në Tux Paint, teksa vizatoni, shtypni tekst, ose
stamponi stampa, përvijimi mbetet “sipër” asaj që vizatoni. Mundeni të fshini stamponi stampa, përvijimi mbetet “sipër” asaj që vizatoni. Mundeni të fshini
pjesë të vizatimit që bëtë, por smundeni të fshini përvijimin. pjesë të vizatimit që bëtë, por smundeni të fshini përvijimin.
Që të krijoni këtë lloj figure “fillesë”, thjesht krijoni me një program To create this kind of 'starter' image, simply create an outlined black and
vizatimi një figurë përvijim bardhezi dhe ruajeni si një kartelë raster PNG, white picture in a paint program, and save it as a raster PNG file, or vector
ose vektor SVG. Nëse e ruani si një PNG, mundeni, nëse doni, ta vizatoni si SVG. If saving as a PNG, you may optionally render the image as
e-zezë-dhe-e-tejdukshme, në vend se e-zezë-dhe-e-bardhë, por kjo sështë e black-and-transparent, rather than black-and-white, although this is not
domosdoshme (që me Tux Paint 0.9.21). required.
### Fillesa Në Stil Skenash ### ### Fillesa Në Stil Skenash ###
@ -813,9 +812,8 @@ mundësish dhe aktualisht mbulojnë krejt po ato mundësi si fillesat.
'Gjedhe' 'Gjedhe'
Figurat “Gjedhe” shfaqen edhe te dialogu “E re”, tok me zgjedhje për sfond në 'Template' images also appear in the 'New' dialog, along with solid color
ngjyrë të plotë dhe “Fillesa”. (Shënim: Tux Paint-i para versionit 0.9.22, se background choices and 'Starters'.
përmbante veçorinë “Gjedhe”.)
Ndryshe nga figura të vizatuara nga përdorues në Tux Paint dhe të hapura më Ndryshe nga figura të vizatuara nga përdorues në Tux Paint dhe të hapura më
vonë, hapja e një “gjedheje” krijon një figurë të re. Kur e ruani, figura vonë, hapja e një “gjedheje” krijon një figurë të re. Kur e ruani, figura
@ -985,12 +983,11 @@ kartelat “.im” janë të gatshme për përdorim gjatë xhirimit.
Tastierë Në Ekran Tastierë Në Ekran
As of version 0.9.22, Tux Paint's 'Text' and 'Label' tools can present an Tux Paint's 'Text' and 'Label' tools can present an on-screen keyboard that
on-screen keyboard that allows the pointer (via a mouse, touch screen, allows the pointer (via a mouse, touch screen, eye-tracking systems, etc.) to
eye-tracking systems, etc.) to be used to input characters. Files that describe be used to input characters. Files that describe the layout and available keys
the layout and available keys are stored in Tux Paint "osk" directory. Each are stored in Tux Paint "osk" directory. Each keyboard layout is defined by a
keyboard layout is defined by a number of files (some of which may be shared by number of files (some of which may be shared by different layouts).
different layouts).
Si shembull, do të përdorim një tastierë QWERTY: Si shembull, do të përdorim një tastierë QWERTY:

View file

@ -5,7 +5,7 @@
Të drejta kopjimi © 2002-2025 nga kontribues të ndryshëm; shihni AUTHORS.txt. Të drejta kopjimi © 2002-2025 nga kontribues të ndryshëm; shihni AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
9 janar 2025 12 janar 2025
+-------------------------------------------+ +-------------------------------------------+
| Pasqyrë e Lëndës | | Pasqyrë e Lëndës |
@ -34,11 +34,10 @@
Kjo do të thotë se Tux Paint-i ose sgjeti ndonjë figurë stampë, ose iu Kjo do të thotë se Tux Paint-i ose sgjeti ndonjë figurë stampë, ose iu
kërkua të mos i ngarkojë. kërkua të mos i ngarkojë.
Nëse e instaluat Tux Paint-in, por nuk instaluat koleksionin më vete, If you installed Tux Paint, but did not install the separate, optional
opsional, të “Stampave”, mbylleni Tux Paint-in dhe instalojeni tani. Duhet "Stamps" collection, quit Tux Paint and install it now. It should be
të gjendet te i njëjti vend ku morët programin kryesor Tux Paint. (Shënim: available from the same place you got the main Tux Paint program. (Note:
Që me versionin 0.9.14, Tux Paint-i vjen me një koleksion të vockël Tux Paint ships with a very small collection of example stamps.)
stampash shembuj.)
Nëse sdoni të instaloni koleksionin parazgjedhje të stampave, mund të Nëse sdoni të instaloni koleksionin parazgjedhje të stampave, mund të
krijoni tuajin. Shihni dokumentimin “Zgjerim i Tux Paint-it”, për më tepër krijoni tuajin. Shihni dokumentimin “Zgjerim i Tux Paint-it”, për më tepër
@ -168,13 +167,6 @@ Linux) ←
formësimit të Tux Paint-it mundësinë “printcommand”. (Shihni “Dokumentim formësimit të Tux Paint-it mundësinë “printcommand”. (Shihni “Dokumentim
Mundësish”.) Mundësish”.)
Shënim: Versione të Tux Paint-it para 0.9.15-s përdornin për shtypjen një
tjetër urdhër parazgjedhje, “pngtopnm | pnmtops | lpr”, ngaqë Tux Paint-it
prodhonte format PNG, në vend se PostScript.
Nëse e keni ndryshuar “printcommand” tuaj para Tux Paint 0.9.15-s, do tju
duhet të riktheheni dhe ta ndryshoni që të pranojë PostScript.
→ Më del mesazhi “Smund të shtypni ende!”, kur bëhem gati të shtyp ← → Më del mesazhi “Smund të shtypni ende!”, kur bëhem gati të shtyp ←

View file

@ -2,10 +2,10 @@
version 0.9.35 version 0.9.35
Dokumentim Instalimi Dokumentim Instalimi
Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt. Të drejta kopjimi © 2002-2025 nga kontribues të ndryshëm; shihni AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
29 prill 2024 12 janar 2025
+------------------------------------------------------+ +------------------------------------------------------+
| Pasqyrë e Lëndës | | Pasqyrë e Lëndës |
@ -85,9 +85,9 @@ readily available for installation as part of your Linux distribution.
→ libpaper (vetëm për Linux/Unix) ← → libpaper (vetëm për Linux/Unix) ←
As of Tux Paint 0.9.17, Tux Paint can determine your system's default paper Tux Paint can determine your system's default paper size (e.g., A4 or
size (e.g., A4 or Letter), or can be told to use a particular paper size, Letter), or can be told to use a particular paper size, thanks to
thanks to "libpaper". "libpaper".
https://github.com/naota/libpaper https://github.com/naota/libpaper
@ -104,9 +104,9 @@ readily available for installation as part of your Linux distribution.
→ Mbulim SVG-sh ← → Mbulim SVG-sh ←
As of Tux Paint 0.9.17, Tux Paint can load SVG (Scalable Vector Graphics) Tux Paint can load SVG (Scalable Vector Graphics) images as stamps. Two
images as stamps. Two sets of libraries are supported, and SVG support can sets of libraries are supported, and SVG support can be completely disabled
be completely disabled (via "make SVG_LIB:=") (via "make SVG_LIB:=")
→ librsvg-2 & libCairo2 (biblioteka më të reja) ← → librsvg-2 & libCairo2 (biblioteka më të reja) ←
@ libRSVG 2: http://librsvg.sourceforge.net/ @ libRSVG 2: http://librsvg.sourceforge.net/
@ -159,9 +159,8 @@ available freely.
## Ujdisje e Përpilimit ## ## Ujdisje e Përpilimit ##
As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile" includes The "Makefile" includes support for building on a Windows system using MinGW/
support for building on a Windows system using MinGW/MSYS (https:// MSYS (https://sourceforge.net/projects/msys2/).
sourceforge.net/projects/msys2/).
Many tools and libraries are required to build Tux Paint. The package Many tools and libraries are required to build Tux Paint. The package
management system "pacman" helps you install them automatically solving management system "pacman" helps you install them automatically solving

View file

@ -3,10 +3,10 @@
### Magic Tool Plugin API Documentation ### ### Magic Tool Plugin API Documentation ###
Copyright © 2007-2024 by various contributors; see AUTHORS.txt. Copyright © 2007-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
shtator 17, 2024 janar 12, 2025
+--------------------------------------------------+ +--------------------------------------------------+
| Table of Contents | | Table of Contents |
@ -43,9 +43,8 @@
Overview Overview
Beginning with version 0.9.18, Tux Paint's 'Magic' tools were converted from Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux
routines that lived within the application itself, to a set of 'plugins' that Paint starts up.
are loaded when Tux Paint starts up.
This division allows more rapid development of 'Magic' tools, and allows This division allows more rapid development of 'Magic' tools, and allows
programmers to create and test new tools without needing to integrate them programmers to create and test new tools without needing to integrate them

View file

@ -3,10 +3,10 @@
### Dokumentim Mundësish ### ### Dokumentim Mundësish ###
Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt. Të drejta kopjimi © 2002-2025 nga kontribues të ndryshëm; shihni AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
29 prill 2024 12 janar 2025
+-----------------------------------------------------+ +-----------------------------------------------------+
| Pasqyrë e Lëndës | | Pasqyrë e Lëndës |
@ -315,14 +315,8 @@ settings will override these. See the "Command-Line Options" section, below.)
→ nobuttondistinction=yes ← → nobuttondistinction=yes ←
Prior to Tux Paint 0.9.15, the middle and right buttons on a mouse could For children who have trouble with the mouse, this distinction between the
also be used for clicking. In version 0.9.15, it was changed so that only two or three buttons on a mouse may be disabled by using this option.
the left mouse button worked, so as to not train children to use the wrong
button.
However, for children who have trouble with the mouse, this distinction
between the two or three buttons on a mouse can be disabled (returning Tux
Paint to its old behavior) by using this option.
⚙ Note: If used in a system-wide configuration file, may be overridden by ⚙ Note: If used in a system-wide configuration file, may be overridden by
the user's configuration file using "nobuttondistinction=no" or the user's configuration file using "nobuttondistinction=no" or
@ -1022,12 +1016,6 @@ settings will override these. See the "Command-Line Options" section, below.)
lpr lpr
📜 Note: Versions of Tux Paint prior to 0.9.15 sent PNG format data to
the print command (which defaulted to "pngtopnm | pnmtops | lpr").
If you set an alternative printcommand in the configuration file prior
to version 0.9.15, you will need to change it.
→ altprintcommand=URDHËR ← → altprintcommand=URDHËR ←

View file

@ -95,12 +95,12 @@
version 0.9.35 </h1> version 0.9.35 </h1>
<p> <p>
Të drejta kopjimi &copy; 2002-2024 nga kontribues të ndryshëm; shihni <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Të drejta kopjimi &copy; 2002-2025 nga kontribues të ndryshëm; shihni <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
25 dhjetor 2024 </p> 12 janar 2025 </p>
</center> </center>
</header> </header>
@ -231,7 +231,7 @@
<p> <p>
Dosja juaj personale Tux Paint gjedenet te “Application Data” juaj personale. Për shembull, në Windows-e më të rinj: Dosja juaj personale Tux Paint gjedenet te “Application Data” juaj personale. Për shembull, në Windows-e më të rinj:
<blockquote> <blockquote>
<nobr><code style='background: #EEE;'>C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\</code></nobr> </blockquote> <nobr><code style='background: #EEE;'>C:\Users\<i>emër përdoruesi</i>\AppData\Roaming\TuxPaint\</code></nobr> </blockquote>
</p> </p>
</dd> </dd>
@ -246,7 +246,7 @@
<dt><strong>Linux dhe Unix</strong></dt> <dt><strong>Linux dhe Unix</strong></dt>
<dd> <dd>
<p> <p>
Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: <nobr>"<code style='background: #EEE;'>/home/emër përdoruesi/.tuxpaint/</code>"</nobr>. </p> Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: <nobr>"<code style='background: #EEE;'>/home/<i>emër përdoruesi</i>/.tuxpaint/</code>"</nobr>. </p>
<p> <p>
Mos harroni pikën (“<code>.</code>”) para “<code>tuxpaint</code>”! </p> Mos harroni pikën (“<code>.</code>”) para “<code>tuxpaint</code>”! </p>
</dd> </dd>
@ -256,7 +256,7 @@
Që të shoni penelat, stampat, “fillesat”, gjedhet dhe shkronjat tuaja, krijoni nëndrejtori nën drejtorinë tuaj personale Tux Paint të quajtuara “<code><b>brushes</b></code>”, “<code><b>stamps</b></code>”, “<code><b>starters</b></code>”, “<code><b>templates</b></code>”, “<code><b>fonts</b></code>”, përkatësisht. </p> Që të shoni penelat, stampat, “fillesat”, gjedhet dhe shkronjat tuaja, krijoni nëndrejtori nën drejtorinë tuaj personale Tux Paint të quajtuara “<code><b>brushes</b></code>”, “<code><b>stamps</b></code>”, “<code><b>starters</b></code>”, “<code><b>templates</b></code>”, “<code><b>fonts</b></code>”, përkatësisht. </p>
<p> <p>
(For example, if you created a brush named <nobr>"<code style='background: #EEE;'>flower.png</code>"</nobr>, you would put it in <nobr>"<code style='background: #EEE;'>/home/emër përdoruesi/.tuxpaint/brushes/</code>"</nobr> under Linux or Unix.) </p> (For example, if you created a brush named <nobr>"<code style='background: #EEE;'>flower.png</code>"</nobr>, you would put it in <nobr>"<code style='background: #EEE;'>/home/<i>emër përdoruesi</i>/.tuxpaint/brushes/</code>"</nobr> under Linux or Unix.) </p>
</section><!-- H2: Personal Files --> </section><!-- H2: Personal Files -->
</section><!-- H1: Where Files Go --> </section><!-- H1: Where Files Go -->
@ -337,7 +337,7 @@
<dt><strong>Distancë Peneli</strong></dt> <dt><strong>Distancë Peneli</strong></dt>
<dd> <dd>
<p> <p>
Që me Tux Paint version 0.9.16 tanimë mundeni të përcaktoni distancën për penelat (domethënë, sa shpesh vizatohet me ta). Si parazgjedhje, distanca do të jetë lartësia e penelit, pjesëtuar me 4. </p> You may specify the spacing for brushes &mdash; that is, how frequently they are drawn across the length of a line or stroke. By default, the spacing will be the brush's height, divided by 4. </p>
<p> <p>
Shtoni një rresht që përmban rreshtin “<code><b>spacing=<i>N</i></b></code>” te kartela e të dhënave të penelit, ku “<i>N</i>” është distanca që doni për penelin. (Sa më i vogël numri, aq më shpesh vizaton peneli.) </p> Shtoni një rresht që përmban rreshtin “<code><b>spacing=<i>N</i></b></code>” te kartela e të dhënave të penelit, ku “<i>N</i>” është distanca që doni për penelin. (Sa më i vogël numri, aq më shpesh vizaton peneli.) </p>
</dd> </dd>
@ -345,9 +345,9 @@
<dt><strong>Penela Me Animacion</strong></dt> <dt><strong>Penela Me Animacion</strong></dt>
<dd> <dd>
<p> <p>
Që me Tux Paint version 0.9.16 tanimë mundeni të krijoni penela të animuar. Teksa përdoret peneli, vizatohet çdo kuadër i animacionit. </p> Brushes may be animated. As the brush is used, each frame of the animation is drawn in sequence. </p>
<p> <p>
Vendosni çdo kuadër në një figurë të madhe PNG. Për shembull, nëse peneli juaj është 30x30 dhe keni 5 kuadro, figura duhet të jetë 150x30. </p> Lay each frame out across a wide PNG image. For example, if the brush is 30x30 and there are 5 frames, the image should be 150x30. </p>
<p> <p>
Shtoni një rresht që përmban rreshtin “<code><b>frames=<i>N</i></b></code>” te kartela e të dhënave të penelit, ku “<i>N</i>” është numri i kuadrove te peneli. </p> Shtoni një rresht që përmban rreshtin “<code><b>frames=<i>N</i></b></code>” te kartela e të dhënave të penelit, ku “<i>N</i>” është numri i kuadrove te peneli. </p>
<p class="note"> <p class="note">
@ -357,9 +357,9 @@
<dt><strong>Penela Me Drejtim</strong></dt> <dt><strong>Penela Me Drejtim</strong></dt>
<dd> <dd>
<p> <p>
Që me Tux Paint version 0.9.16 tanimë mundeni të krijoni penela me drejtim. Teksa përdoret peneli, vizatohen forma të ndryshme, varet nga drejtimi kah shkon peneli. </p> Brushes may be configured to draw a different shape based on the direction of the line or brush stroke. Different shapes will be drawn depending on which of the eight compass directions the brush is moving &mdash; up (aka North), up/right (aka Northeast), right (aka East), down/right (aka Southeast), etc.). A ninth "center" shape is used when there's no motion (e.g., simply clicking/tapping and releasing the "Paint" tool, without dragging). </p>
<p> <p>
Format për penelin me drejtim ndahen në një katror 3x3 te një figurë PNG. Për shembull, nëse peneli juaj është 30x30, figura duhet të jetë 90x90 dhe format e çdo drejtimi të vendosura në një rrjetë 3x3. Rajoni në qendër përdoret për mungesë lëvizjeje. Pjesa e sipërme djathtas përdoret për lëvizje që është për sipër dhe për djathtas, e me radhë. </p> The directional shapes are divided into a 3x3 square in a PNG image. For example, if your brush is 30x30, the image should be 90x90, and each of the direction's shapes placed in a 3x3 grid. </p>
<p> <p>
Shtoni te kartela e të dhënave të penelit një rresht që përmban fjalën “<code><b>directional</b></code>”. </p> Shtoni te kartela e të dhënave të penelit një rresht që përmban fjalën “<code><b>directional</b></code>”. </p>
</dd> </dd>
@ -367,7 +367,7 @@
<dt><strong>Penela Me Rrotullim</strong></dt> <dt><strong>Penela Me Rrotullim</strong></dt>
<dd> <dd>
<p> <p>
Që me Tux Paint version 0.9.27 tanimë mundeni të krijoni penela që rrotullohen. Teksa përdoret peneli, ai rrotullohet 360 gradë, varet nga drejtimi kah po shkon peneli. </p> Brushes may be configured to rotate based on the angle of the line or brush stroke. (Unlike Directional Brushes, described above, only a single brush shape may be provided. </p>
<p> <p>
Shtoni te kartela e të dhënave të penelit një rresht që përmban fjalën “<code><b>rotate</b></code>”. </p> Shtoni te kartela e të dhënave të penelit një rresht që përmban fjalën “<code><b>rotate</b></code>”. </p>
</dd> </dd>
@ -375,7 +375,7 @@
<dt><strong>Chaotic Brushes</strong></dt> <dt><strong>Chaotic Brushes</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint version 0.9.34, brushes can be configured to continuously pick random directions as you draw with them. </p> Brushes may be configured to continuously choose a random direction as you draw with them. </p>
<p> <p>
Shtoni te kartela e të dhënave të penelit një rresht që përmban fjalën “<code><b>chaotic</b></code>”. </p> Shtoni te kartela e të dhënave të penelit një rresht që përmban fjalën “<code><b>chaotic</b></code>”. </p>
</dd> </dd>
@ -424,7 +424,7 @@
alt="" alt=""
align="right"> align="right">
<p> <p>
Që me Tux Paint version 0.9.17, Stampat mund të jenë ose figura PNG bitmap, ose figura vektoriale SVG. Mund të jenë plotësisht me ngjyra, ose shkallë të grisë. Kanali alfa (tejdukshmëria) e PNG-ve përdoret për të përcaktuar formën faktike të figurës (përndryshe, në vizatimet tuaja do të stampohej një drejtkëndësh i madh). </p> Stamps may be either PNG bitmap images or SVG vector images. They can be full-color or greyscale. The alpha (transparency) channel of PNGs is used to determine the actual shape of the picture (otherwise you'll stamp a large rectangle on your drawings). </p>
<p> <p>
PNG-të mund të jenë të çfarëdo madhësie dhe Tux Paint (si parazgjedhje) jep një grup butonash përmasimi për ta lënë përdoruesin të zmadhojë ose zvogëlojë stampën. </p> PNG-të mund të jenë të çfarëdo madhësie dhe Tux Paint (si parazgjedhje) jep një grup butonash përmasimi për ta lënë përdoruesin të zmadhojë ose zvogëlojë stampën. </p>
@ -662,7 +662,7 @@
Për shembull, për stampën “<code>stamp.png</code>” do të krijonit një kartelë tjetër të quajtur “<code>stamp_mirror.png</code>”, e cila do të përdoret kur stampa pasqyrohet (në vend se të përdoret një version i dikurshëm i “<code>stamp.png</code>”). </p> Për shembull, për stampën “<code>stamp.png</code>” do të krijonit një kartelë tjetër të quajtur “<code>stamp_mirror.png</code>”, e cila do të përdoret kur stampa pasqyrohet (në vend se të përdoret një version i dikurshëm i “<code>stamp.png</code>”). </p>
<p> <p>
As of Tux Paint 0.9.18, you may similarly provide a pre-flipped image with "<code><b>_flip</b></code>" in the name, and/or an image that is both mirrored and flipped, by naming it "<code><b>_mirror_flip</b></code>". </p> You may also provide a pre-flipped image with "<code><b>_flip</b></code>" in the name, and/or an image that is both mirrored <em>and</em> flipped, by naming it "<code><b>_mirror_flip</b></code>". </p>
<p class="note"> <p class="note">
<span title="Information">&#128161;</span> <strong>Note:</strong> If the user flips and mirrors an image, and a pre-drawn "<code>_mirror_flip</code>" doesn't exist, but either "<code>_flip</code>" or "<code>_mirror</code>" does, it will be used, and mirrored or flipped, respectively. </p> <span title="Information">&#128161;</span> <strong>Note:</strong> If the user flips and mirrors an image, and a pre-drawn "<code>_mirror_flip</code>" doesn't exist, but either "<code>_flip</code>" or "<code>_mirror</code>" does, it will be used, and mirrored or flipped, respectively. </p>
@ -720,7 +720,7 @@
Lloji më elementar i një “fillese” është i ngjashëm me një figurë në një libër ngjyrosjesh. Është përvijimi i një forme, të cilën mandej mund ta ngjyrosni dhe të shtoni në të hollësi. Në Tux Paint, teksa vizatoni, shtypni tekst, ose stamponi stampa, përvijimi mbetet “sipër” asaj që vizatoni. Mundeni të fshini pjesë të vizatimit që bëtë, por smundeni të fshini përvijimin. </p> Lloji më elementar i një “fillese” është i ngjashëm me një figurë në një libër ngjyrosjesh. Është përvijimi i një forme, të cilën mandej mund ta ngjyrosni dhe të shtoni në të hollësi. Në Tux Paint, teksa vizatoni, shtypni tekst, ose stamponi stampa, përvijimi mbetet “sipër” asaj që vizatoni. Mundeni të fshini pjesë të vizatimit që bëtë, por smundeni të fshini përvijimin. </p>
<p> <p>
Që të krijoni këtë lloj figure “fillesë”, thjesht krijoni me një program vizatimi një figurë përvijim bardhezi dhe ruajeni si një kartelë raster PNG, ose vektor SVG. Nëse e ruani si një PNG, mundeni, nëse doni, ta vizatoni si e-zezë-dhe-e-tejdukshme, në vend se e-zezë-dhe-e-bardhë, por kjo sështë e domosdoshme (që me Tux Paint 0.9.21). </p> To create this kind of 'starter' image, simply create an outlined black and white picture in a paint program, and save it as a raster PNG file, or vector SVG. If saving as a PNG, you may optionally render the image as black-and-transparent, rather than black-and-white, although this is not required. </p>
</section><!-- H2: Coloring-Book Style Starters --> </section><!-- H2: Coloring-Book Style Starters -->
<section><!-- H2: Scene-Style Starters --> <section><!-- H2: Scene-Style Starters -->
@ -957,7 +957,7 @@
alt="" alt=""
align="right"> align="right">
<p> <p>
Figurat “Gjedhe” shfaqen edhe te dialogu “E re”, tok me zgjedhje për sfond në ngjyrë të plotë dhe “Fillesa”. (Shënim: Tux Paint-i para versionit 0.9.22, se përmbante veçorinë “Gjedhe”.) </p> 'Template' images also appear in the 'New' dialog, along with solid color background choices and 'Starters'. </p>
<p> <p>
Ndryshe nga figura të vizatuara nga përdorues në Tux Paint dhe të hapura më vonë, hapja e një “gjedheje” krijon një figurë të re. Kur e ruani, figura “gjedhe” nuk mbishkruhet. Ndryshe nga “fillesa”, ska “shtresë” të pandryshueshme mbi kanavacën. Mund të vizatoni përmbi çfarëdo pjese të saj. </p> Ndryshe nga figura të vizatuara nga përdorues në Tux Paint dhe të hapura më vonë, hapja e një “gjedheje” krijon një figurë të re. Kur e ruani, figura “gjedhe” nuk mbishkruhet. Ndryshe nga “fillesa”, ska “shtresë” të pandryshueshme mbi kanavacën. Mund të vizatoni përmbi çfarëdo pjese të saj. </p>
@ -1118,7 +1118,7 @@
</header> </header>
<p> <p>
As of version 0.9.22, Tux Paint's 'Text' and 'Label' tools can present an on-screen keyboard that allows the pointer (via a mouse, touch screen, eye-tracking systems, etc.) to be used to input characters. Files that describe the layout and available keys are stored in Tux Paint "<code>osk</code>" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts). </p> Tux Paint's 'Text' and 'Label' tools can present an on-screen keyboard that allows the pointer (via a mouse, touch screen, eye-tracking systems, etc.) to be used to input characters. Files that describe the layout and available keys are stored in Tux Paint "<code>osk</code>" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts). </p>
<p> <p>
Si shembull, do të përdorim një tastierë QWERTY: </p> Si shembull, do të përdorim një tastierë QWERTY: </p>

View file

@ -96,7 +96,7 @@
</p> </p>
<p> <p>
9 janar 2025 </p> 12 janar 2025 </p>
</center> </center>
<table border="2" <table border="2"
@ -141,7 +141,7 @@
Kjo do të thotë se Tux Paint-i ose sgjeti ndonjë figurë stampë, ose iu kërkua të mos i ngarkojë. </p> Kjo do të thotë se Tux Paint-i ose sgjeti ndonjë figurë stampë, ose iu kërkua të mos i ngarkojë. </p>
<p> <p>
Nëse e instaluat Tux Paint-in, por nuk instaluat koleksionin më vete, opsional, të “Stampave”, mbylleni Tux Paint-in dhe instalojeni tani. Duhet të gjendet te i njëjti vend ku morët programin kryesor Tux Paint. <i>(Shënim: Që me versionin 0.9.14, Tux Paint-i vjen me një koleksion të vockël stampash shembuj.)</i> </p> If you installed Tux Paint, but did not install the separate, optional "Stamps" collection, quit Tux Paint and install it now. It should be available from the same place you got the main Tux Paint program. <i>(Note: Tux Paint ships with a very small collection of example stamps.)</i> </p>
<p> <p>
Nëse sdoni të instaloni koleksionin parazgjedhje të stampave, mund të krijoni tuajin. Shihni dokumentimin “Zgjerim i Tux Paint-it”, për më tepër rreth krijimit të kartelave figura PNG dhe SVG, kartela përshkrimi TXT, kartela zanore Ogg Vorbis, MP3 ose WAV dhe kartela tekst të dhënash DAT, të cilat përbëjnë stampat. </p> Nëse sdoni të instaloni koleksionin parazgjedhje të stampave, mund të krijoni tuajin. Shihni dokumentimin “Zgjerim i Tux Paint-it”, për më tepër rreth krijimit të kartelave figura PNG dhe SVG, kartela përshkrimi TXT, kartela zanore Ogg Vorbis, MP3 ose WAV dhe kartela tekst të dhënash DAT, të cilat përbëjnë stampat. </p>
@ -286,12 +286,6 @@
<p> <p>
Nëse ai program sështë i përdorshëm (për shembull, ju xhironi CUPS, Common Unix Printing System, dhe nuk keni të instaluar “<code>cups-lpr</code>”), do tju duhet të specifikoni një urdhër të përshtatshëm duke përdorur te kartela e formësimit të Tux Paint-it mundësinë “<code>printcommand</code>”. (Shihni “Dokumentim Mundësish”.) </p> Nëse ai program sështë i përdorshëm (për shembull, ju xhironi CUPS, Common Unix Printing System, dhe nuk keni të instaluar “<code>cups-lpr</code>”), do tju duhet të specifikoni një urdhër të përshtatshëm duke përdorur te kartela e formësimit të Tux Paint-it mundësinë “<code>printcommand</code>”. (Shihni “Dokumentim Mundësish”.) </p>
<p>
<i>Shënim:</i> Versione të Tux Paint-it para 0.9.15-s përdornin për shtypjen një tjetër urdhër parazgjedhje, “<code>pngtopnm | pnmtops | lpr</code>”, ngaqë Tux Paint-it prodhonte format PNG, në vend se PostScript. </p>
<p>
Nëse e keni ndryshuar “printcommand” tuaj para Tux Paint 0.9.15-s, do tju duhet të riktheheni dhe ta ndryshoni që të pranojë PostScript. </p>
</dd> </dd>
<dt> <dt>
@ -363,7 +357,7 @@
</dt> </dt>
<dd> <dd>
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/> In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\<i>emër përdoruesi</i>\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
<br/> <br/>
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/> (Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
<br/> <br/>
@ -383,7 +377,7 @@
</dt> </dt>
<dd> <dd>
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/emër përdoruesi/.tuxpaint/saved/</code>"</nobr> <br/> In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/<i>emër përdoruesi</i>/.tuxpaint/saved/</code>"</nobr> <br/>
<br/> <br/>
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/> (Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
<br/> <br/>
@ -676,7 +670,7 @@
If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "<code>stdout.txt</code>" in the same folder where <code>TuxPaint.exe</code> resides (e.g., in <nobr>"<code style='background: #EEE;'>C:\Program Files\TuxPaint\</code>"</nobr>). </p> If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "<code>stdout.txt</code>" in the same folder where <code>TuxPaint.exe</code> resides (e.g., in <nobr>"<code style='background: #EEE;'>C:\Program Files\TuxPaint\</code>"</nobr>). </p>
<p> <p>
A lockfile (e.g., <nobr>"<code style='background: #EEE;'>/home/emër përdoruesi/.tuxpaint/lockfile.dat</code>"</nobr> on Linux and Unix, <nobr>"<code style='background: #EEE;'>userdata\lockfile.dat</code>"</nobr> on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once). </p> A lockfile (e.g., <nobr>"<code style='background: #EEE;'>/home/<i>emër përdoruesi</i>/.tuxpaint/lockfile.dat</code>"</nobr> on Linux and Unix, <nobr>"<code style='background: #EEE;'>userdata\lockfile.dat</code>"</nobr> on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once). </p>
<p> <p>
Even if the lockfile exists, it contains the 'time' Tux Paint was last run. If it's been more than 30 seconds, Tux Paint should run fine, and simply update the lockfile with the current time. </p> Even if the lockfile exists, it contains the 'time' Tux Paint was last run. If it's been more than 30 seconds, Tux Paint should run fine, and simply update the lockfile with the current time. </p>
@ -786,7 +780,7 @@
<blockquote> <blockquote>
<p> <p>
<nobr><code style='background: #EEE;'>C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p> <nobr><code style='background: #EEE;'>C:\Users\<i>emër përdoruesi</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p>
</blockquote> </blockquote>
<p> <p>
@ -830,7 +824,7 @@
<blockquote> <blockquote>
<p> <p>
<nobr><code style='background: #EEE;'>/home/emër përdoruesi/.tuxpaintrc</code></nobr> </p> <nobr><code style='background: #EEE;'>/home/<i>emër përdoruesi</i>/.tuxpaintrc</code></nobr> </p>
</blockquote> </blockquote>
<p> <p>
@ -865,7 +859,7 @@
</blockquote> </blockquote>
<p> <p>
...then you can reenable sound by either adding this option to your own <nobr>"<code style='background: #EEE;'>/home/emër përdoruesi/.tuxpaintrc</code>"</nobr> file: </p> ...then you can reenable sound by either adding this option to your own <nobr>"<code style='background: #EEE;'>/home/<i>emër përdoruesi</i>/.tuxpaintrc</code>"</nobr> file: </p>
<blockquote> <blockquote>
<p> <p>

View file

@ -93,12 +93,12 @@
Dokumentim Instalimi </h1> Dokumentim Instalimi </h1>
<p> <p>
Të drejta kopjimi &copy; 2002-2024 nga kontribues të ndryshëm; shihni <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Të drejta kopjimi &copy; 2002-2025 nga kontribues të ndryshëm; shihni <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
29 prill 2024 </p> 12 janar 2025 </p>
</center> </center>
</header> </header>
@ -206,7 +206,7 @@
<dt><strong>libpaper (vetëm për Linux/Unix)</strong></dt> <dt><strong>libpaper (vetëm për Linux/Unix)</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint 0.9.17, Tux Paint can determine your system's default paper size (e.g., A4 or Letter), or can be told to use a particular paper size, thanks to "libpaper". </p> Tux Paint can determine your system's default paper size (e.g., A4 or Letter), or can be told to use a particular paper size, thanks to "libpaper". </p>
<p> <p>
<a href="https://github.com/naota/libpaper">https://github.com/naota/libpaper</a> <a href="https://github.com/naota/libpaper">https://github.com/naota/libpaper</a>
@ -226,7 +226,7 @@
<dt><strong>Mbulim SVG-sh</strong></dt> <dt><strong>Mbulim SVG-sh</strong></dt>
<dd> <dd>
<p> <p>
As of Tux Paint 0.9.17, Tux Paint can load SVG (Scalable Vector Graphics) images as stamps. Two sets of libraries are supported, and SVG support can be completely disabled (via "<code style="white-space: nowrap;">make SVG_LIB:=</code>") </p> Tux Paint can load SVG (Scalable Vector Graphics) images as stamps. Two sets of libraries are supported, and SVG support can be completely disabled (via "<code style="white-space: nowrap;">make SVG_LIB:=</code>") </p>
<dl> <dl>
<dt>librsvg-2 &amp; libCairo2 (biblioteka më të reja)</dt> <dt>librsvg-2 &amp; libCairo2 (biblioteka më të reja)</dt>
@ -311,7 +311,7 @@
</header> </header>
<p> <p>
As of February 2005 (starting with Tux Paint 0.9.15), the "<code>Makefile</code>" includes support for building on a Windows system using MinGW/MSYS (<a href="https://sourceforge.net/projects/msys2/">https://sourceforge.net/projects/msys2/</a>). </p> The "<code>Makefile</code>" includes support for building on a Windows system using MinGW/MSYS (<a href="https://sourceforge.net/projects/msys2/">https://sourceforge.net/projects/msys2/</a>). </p>
<p> <p>
Many tools and libraries are required to build Tux Paint. The package management system "<code>pacman</code>" helps you install them automatically solving complicated dependencies. </p> Many tools and libraries are required to build Tux Paint. The package management system "<code>pacman</code>" helps you install them automatically solving complicated dependencies. </p>
@ -751,7 +751,7 @@
</header> </header>
<p> <p>
If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "<code>stderr.txt</code>" in your personal saving folder for TuxPaint which is normaly <nobr>"<code style='background: #EEE;'>C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\</code>"</nobr>. </p> If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "<code>stderr.txt</code>" in your personal saving folder for TuxPaint which is normaly <nobr>"<code style='background: #EEE;'>C:\Users\<i>emër përdoruesi</i>\AppData\Roaming\TuxPaint\</code>"</nobr>. </p>
<p> <p>
It will contain a description of what was wrong. Usually it will just be due to incorrect character-case (capital 'Z' instead of lowercase 'z') or a missing (or extra) '-' (dash). </p> It will contain a description of what was wrong. Usually it will just be due to incorrect character-case (capital 'Z' instead of lowercase 'z') or a missing (or extra) '-' (dash). </p>

View file

@ -97,12 +97,12 @@
Magic Tool Plugin API Documentation </h2> Magic Tool Plugin API Documentation </h2>
<p> <p>
Copyright &copy; 2007-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2007-2025 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
shtator 17, 2024 </p> janar 12, 2025 </p>
</center> </center>
</header> </header>
@ -153,7 +153,7 @@
</header> </header>
<p> <p>
Beginning with version 0.9.18, Tux Paint's 'Magic' tools were converted from routines that lived within the application itself, to a set of 'plugins' that are loaded when Tux Paint starts up. </p> Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux Paint starts up. </p>
<p> <p>
This division allows more rapid development of 'Magic' tools, and allows programmers to create and test new tools without needing to integrate them within the main Tux Paint source code. (Users of more professional graphics tools, such as GIMP, should be familiar with this plugin concept.) </div> This division allows more rapid development of 'Magic' tools, and allows programmers to create and test new tools without needing to integrate them within the main Tux Paint source code. (Users of more professional graphics tools, such as GIMP, should be familiar with this plugin concept.) </div>

View file

@ -97,12 +97,12 @@
Dokumentim Mundësish </h2> Dokumentim Mundësish </h2>
<p> <p>
Të drejta kopjimi &copy; 2002-2024 nga kontribues të ndryshëm; shihni <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Të drejta kopjimi &copy; 2002-2025 nga kontribues të ndryshëm; shihni <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
29 prill 2024 </p> 12 janar 2025 </p>
</center> </center>
</header> </header>
@ -169,7 +169,7 @@
</header> </header>
<p> <p>
<nobr><code style='background: #EEE;'>/home/emër përdoruesi/.tuxpaintrc</code></nobr> </p> <nobr><code style='background: #EEE;'>/home/<i>emër përdoruesi</i>/.tuxpaintrc</code></nobr> </p>
</div> </div>
<section class="indent"><!-- H3: System-Wide Configuration File --> <section class="indent"><!-- H3: System-Wide Configuration File -->
@ -216,7 +216,7 @@
</header> </header>
<p> <p>
<nobr><code style='background: #EEE;'>C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p> <nobr><code style='background: #EEE;'>C:\Users\<i>emër përdoruesi</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p>
<p> <p>
You can use NotePad or WordPad to create this file. Be sure to save it as Plain Text, and make sure the filename doesn't have ".txt" at the end... </p> You can use NotePad or WordPad to create this file. Be sure to save it as Plain Text, and make sure the filename doesn't have ".txt" at the end... </p>
@ -519,10 +519,7 @@
<dd> <dd>
<p> <p>
Prior to Tux Paint 0.9.15, the middle and right buttons on a mouse could also be used for clicking. In version 0.9.15, it was changed so that <i>only</i> the left mouse button worked, so as to not train children to use the wrong button. </p> For children who have trouble with the mouse, this distinction between the two or three buttons on a mouse may be disabled by using this option. </p>
<p>
However, for children who have trouble with the mouse, this distinction between the two or three buttons on a mouse can be disabled (returning Tux Paint to its old behavior) by using this option. </p>
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nobuttondistinction=no</code>" or "<code>buttondistinction=yes</code>". In both cases, may be overridden by the command-line option "<code>--buttondistinction</code>". </p> <span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nobuttondistinction=no</code>" or "<code>buttondistinction=yes</code>". In both cases, may be overridden by the command-line option "<code>--buttondistinction</code>". </p>
</dd> </dd>
@ -1637,12 +1634,6 @@
<blockquote> <blockquote>
<code>lpr</code> <code>lpr</code>
</blockquote> </blockquote>
<p class="note">
<span title="Version variation">&#128220;</span> <b>Note:</b> Versions of Tux Paint prior to 0.9.15 sent PNG format data to the print command (which defaulted to "<code>pngtopnm | pnmtops | lpr</code>"). </p>
<p>
If you set an alternative <code><b>printcommand</b></code> in the configuration file prior to version 0.9.15, you will need to change it. </p>
</dd> </dd>
<dt> <dt>
@ -1785,11 +1776,11 @@
<dt>Linux / Unix</dt> <dt>Linux / Unix</dt>
<dd> <dd>
Under a hidden directory in your home directory:<br/> Under a hidden directory in your home directory:<br/>
<nobr><code style='background: #EEE;'>/home/emër përdoruesi/.tuxpaint/saved/</code></nobr> </dd> <nobr><code style='background: #EEE;'>/home/<i>emër përdoruesi</i>/.tuxpaint/saved/</code></nobr> </dd>
<dt>Windows</dt> <dt>Windows</dt>
<dd> <dd>
<nobr><code style='background: #EEE;'>C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\saved\</code></nobr> </dd> <nobr><code style='background: #EEE;'>C:\Users\<i>emër përdoruesi</i>\AppData\Roaming\TuxPaint\saved\</code></nobr> </dd>
<dt>macOS</dt> <dt>macOS</dt>
<dd> <dd>
@ -1823,7 +1814,7 @@
<ul> <ul>
<li>Linux &amp; Unix — If available, wherever your desktop environment is configured for pictures to be stored, based on your XDG (X Desktop Group) configuration. (Try running the command-line "<code style="white-space: nowrap;">xdg-user-dir PICTURES</code>" to find out.)<br> <li>Linux &amp; Unix — If available, wherever your desktop environment is configured for pictures to be stored, based on your XDG (X Desktop Group) configuration. (Try running the command-line "<code style="white-space: nowrap;">xdg-user-dir PICTURES</code>" to find out.)<br>
Typically (in an English locale), this will be a "<code>Foto</code>" subdirectory in your home directory (i.e., <nobr>"<code style='background: #EEE;'>/home/emër përdoruesi/Foto</code>"</nobr>).<br> Typically (in an English locale), this will be a "<code>Foto</code>" subdirectory in your home directory (i.e., <nobr>"<code style='background: #EEE;'>/home/<i>emër përdoruesi</i>/Foto</code>"</nobr>).<br>
Tux Paint will fall back to using that typical directory, if no XDG configuration can be read, or nothing is set for "<code>XDG_PICTURES_DIR</code>". </li> Tux Paint will fall back to using that typical directory, if no XDG configuration can be read, or nothing is set for "<code>XDG_PICTURES_DIR</code>". </li>
<li>Windows - <nobr>"<code style='background: #EEE;'>My Pictures</code>"</nobr> directory for each user (normaly <nobr>"<code style='background: #EEE;'>C:\Users\emër përdoruesi\My Pictures</code>"</nobr>)<br>You can directly open the folder as follows: <ul> <li>Windows - <nobr>"<code style='background: #EEE;'>My Pictures</code>"</nobr> directory for each user (normaly <nobr>"<code style='background: #EEE;'>C:\Users\emër përdoruesi\My Pictures</code>"</nobr>)<br>You can directly open the folder as follows: <ul>
<li>Shtypni “[Windows]+[R]”" që të hapet dialogu “Xhironi …”.</li> <li>Shtypni “[Windows]+[R]”" që të hapet dialogu “Xhironi …”.</li>
@ -1836,11 +1827,11 @@
</ul> </ul>
<p class="note"> <p class="note">
<span title="Information">&#128161;</span> <strong>Note:</strong> When the defaults are used, a new "<code>TuxPaint</code>" subdirectory will be created and used. (e.g., <nobr>"<code style='background: #EEE;'>/home/emër përdoruesi/Foto/TuxPaint</code>"</nobr>) When the "<code>--exportdir</code>" option is used, the exact path specified will be used (no "<code>TuxPaint</code>" subdirectory is created). </p> <span title="Information">&#128161;</span> <strong>Note:</strong> When the defaults are used, a new "<code>TuxPaint</code>" subdirectory will be created and used. (e.g., <nobr>"<code style='background: #EEE;'>/home/<i>emër përdoruesi</i>/Foto/TuxPaint</code>"</nobr>) When the "<code>--exportdir</code>" option is used, the exact path specified will be used (no "<code>TuxPaint</code>" subdirectory is created). </p>
<p> <p>
The directory itself (e.g., <nobr>"<code style='background: #EEE;'>/home/emër përdoruesi/Foto/TuxPaint</code>"</nobr>) will be created, if it doesn't exist. </p> The directory itself (e.g., <nobr>"<code style='background: #EEE;'>/home/<i>emër përdoruesi</i>/Foto/TuxPaint</code>"</nobr>) will be created, if it doesn't exist. </p>
<p> <p>
If the <em>parent</em> directory (e.g., <nobr>"<code style='background: #EEE;'>/home/emër përdoruesi/Foto</code>"</nobr>) also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that). </p> If the <em>parent</em> directory (e.g., <nobr>"<code style='background: #EEE;'>/home/<i>emër përdoruesi</i>/Foto</code>"</nobr>) also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that). </p>
<p> <p>
Shembull: <code>exportdir=/home/penguin/TuxPaintExports</code> </p> Shembull: <code>exportdir=/home/penguin/TuxPaintExports</code> </p>
@ -1944,10 +1935,10 @@
<dl> <dl>
<dt>Linux / Unix</dt> <dt>Linux / Unix</dt>
<dd><nobr><code style='background: #EEE;'>/home/emër përdoruesi/.tuxpaint/</code></nobr></dd> <dd><nobr><code style='background: #EEE;'>/home/<i>emër përdoruesi</i>/.tuxpaint/</code></nobr></dd>
<dt>Windows</dt> <dt>Windows</dt>
<dd><nobr><code style='background: #EEE;'>C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\</code></nobr></dd> <dd><nobr><code style='background: #EEE;'>C:\Users\<i>emër përdoruesi</i>\AppData\Roaming\TuxPaint\</code></nobr></dd>
<dt>macoS</dt> <dt>macoS</dt>
<dd><nobr><code style='background: #EEE;'>/Users/<i>emër përdoruesi</i>/Library/Application Support/TuxPaint/</code></nobr></dd> <dd><nobr><code style='background: #EEE;'>/Users/<i>emër përdoruesi</i>/Library/Application Support/TuxPaint/</code></nobr></dd>
@ -2373,7 +2364,7 @@
</header> </header>
<p> <p>
If any of the above options are set in a system-wide configuration file (e.g. <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr> on Linux), you may override them in your own personal configuration file (e.g. <nobr>"<code style='background: #EEE;'>/home/emër përdoruesi/.tuxpaintrc</code>"</nobr>) </p> If any of the above options are set in a system-wide configuration file (e.g. <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr> on Linux), you may override them in your own personal configuration file (e.g. <nobr>"<code style='background: #EEE;'>/home/<i>emër përdoruesi</i>/.tuxpaintrc</code>"</nobr>) </p>
<p> <p>
For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your personal configuration file: </p> For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your personal configuration file: </p>
@ -2550,7 +2541,7 @@
This prevents the system-wide configuration file (e.g. <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr> on Linux), from being read. </p> This prevents the system-wide configuration file (e.g. <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr> on Linux), from being read. </p>
<p> <p>
Only your own configuration file (e.g. <nobr>"<code style='background: #EEE;'>/home/emër përdoruesi/.tuxpaintrc</code>"</nobr> on Linux) &mdash; if it exists &mdash; will be used. </p> Only your own configuration file (e.g. <nobr>"<code style='background: #EEE;'>/home/<i>emër përdoruesi</i>/.tuxpaintrc</code>"</nobr> on Linux) &mdash; if it exists &mdash; will be used. </p>
</dd> </dd>
</dl> </dl>

View file

@ -1706,7 +1706,7 @@
</dt> </dt>
<dd> <dd>
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/> In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\<i>emër përdoruesi</i>\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
<br/> <br/>
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/> (Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
<br/> <br/>
@ -1726,7 +1726,7 @@
</dt> </dt>
<dd> <dd>
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/emër përdoruesi/.tuxpaint/saved/</code>"</nobr> <br/> In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/<i>emër përdoruesi</i>/.tuxpaint/saved/</code>"</nobr> <br/>
<br/> <br/>
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/> (Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
<br/> <br/>