From b88145b92416286d2ccdeda59e954c559293a543 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sun, 12 Jan 2025 10:40:45 -0800 Subject: [PATCH] Regen DOCs after clean up (removal of "as of..." notes) --- docs/CHANGES.txt | 6 +- docs/en/EXTENDING.txt | 72 +++++++++++------------ docs/en/FAQ.txt | 14 +---- docs/en/INSTALL.txt | 21 ++++--- docs/en/MAGIC-API.txt | 9 ++- docs/en/OPTIONS.txt | 20 ++----- docs/en/html/EXTENDING.html | 28 ++++----- docs/en/html/FAQ.html | 10 +--- docs/en/html/INSTALL.html | 10 ++-- docs/en/html/MAGIC-API.html | 6 +- docs/en/html/OPTIONS.html | 15 +---- docs/es_ES.UTF-8/EXTENDING.txt | 72 +++++++++++------------ docs/es_ES.UTF-8/FAQ.txt | 14 +---- docs/es_ES.UTF-8/INSTALL.txt | 21 ++++--- docs/es_ES.UTF-8/MAGIC-API.txt | 9 ++- docs/es_ES.UTF-8/OPTIONS.txt | 20 ++----- docs/es_ES.UTF-8/html/EXTENDING.html | 34 +++++------ docs/es_ES.UTF-8/html/FAQ.html | 22 +++---- docs/es_ES.UTF-8/html/INSTALL.html | 12 ++-- docs/es_ES.UTF-8/html/MAGIC-API.html | 6 +- docs/es_ES.UTF-8/html/OPTIONS.html | 39 +++++------- docs/es_ES.UTF-8/html/README.html | 4 +- docs/fr_FR.UTF-8/EXTENDING.txt | 88 +++++++++++++--------------- docs/fr_FR.UTF-8/FAQ.txt | 20 ++----- docs/fr_FR.UTF-8/INSTALL.txt | 20 +++---- docs/fr_FR.UTF-8/MAGIC-API.txt | 9 ++- docs/fr_FR.UTF-8/OPTIONS.txt | 22 ++----- docs/fr_FR.UTF-8/html/EXTENDING.html | 34 +++++------ docs/fr_FR.UTF-8/html/FAQ.html | 22 +++---- docs/fr_FR.UTF-8/html/INSTALL.html | 12 ++-- docs/fr_FR.UTF-8/html/MAGIC-API.html | 6 +- docs/fr_FR.UTF-8/html/OPTIONS.html | 39 +++++------- docs/fr_FR.UTF-8/html/README.html | 4 +- docs/gl_ES.UTF-8/EXTENDING.txt | 84 +++++++++++++------------- docs/gl_ES.UTF-8/FAQ.txt | 18 ++---- docs/gl_ES.UTF-8/INSTALL.txt | 22 ++++--- docs/gl_ES.UTF-8/MAGIC-API.txt | 9 ++- docs/gl_ES.UTF-8/OPTIONS.txt | 21 ++----- docs/gl_ES.UTF-8/html/EXTENDING.html | 34 +++++------ docs/gl_ES.UTF-8/html/FAQ.html | 22 +++---- docs/gl_ES.UTF-8/html/INSTALL.html | 12 ++-- docs/gl_ES.UTF-8/html/MAGIC-API.html | 6 +- docs/gl_ES.UTF-8/html/OPTIONS.html | 39 +++++------- docs/gl_ES.UTF-8/html/README.html | 4 +- docs/is_IS.UTF-8/EXTENDING.txt | 72 +++++++++++------------ docs/is_IS.UTF-8/FAQ.txt | 14 +---- docs/is_IS.UTF-8/INSTALL.txt | 21 ++++--- docs/is_IS.UTF-8/MAGIC-API.txt | 9 ++- docs/is_IS.UTF-8/OPTIONS.txt | 20 ++----- docs/is_IS.UTF-8/html/EXTENDING.html | 34 +++++------ docs/is_IS.UTF-8/html/FAQ.html | 22 +++---- docs/is_IS.UTF-8/html/INSTALL.html | 12 ++-- docs/is_IS.UTF-8/html/MAGIC-API.html | 6 +- docs/is_IS.UTF-8/html/OPTIONS.html | 39 +++++------- docs/is_IS.UTF-8/html/README.html | 4 +- docs/ja_JP.UTF-8/EXTENDING.txt | 72 +++++++++++------------ docs/ja_JP.UTF-8/FAQ.txt | 14 +---- docs/ja_JP.UTF-8/INSTALL.txt | 21 ++++--- docs/ja_JP.UTF-8/MAGIC-API.txt | 9 ++- docs/ja_JP.UTF-8/OPTIONS.txt | 18 ++---- docs/ja_JP.UTF-8/html/EXTENDING.html | 34 +++++------ docs/ja_JP.UTF-8/html/FAQ.html | 22 +++---- docs/ja_JP.UTF-8/html/INSTALL.html | 12 ++-- docs/ja_JP.UTF-8/html/MAGIC-API.html | 6 +- docs/ja_JP.UTF-8/html/OPTIONS.html | 39 +++++------- docs/ja_JP.UTF-8/html/README.html | 4 +- docs/sq_AL.UTF-8/EXTENDING.txt | 85 +++++++++++++-------------- docs/sq_AL.UTF-8/FAQ.txt | 18 ++---- docs/sq_AL.UTF-8/INSTALL.txt | 21 ++++--- docs/sq_AL.UTF-8/MAGIC-API.txt | 9 ++- docs/sq_AL.UTF-8/OPTIONS.txt | 20 ++----- docs/sq_AL.UTF-8/html/EXTENDING.html | 34 +++++------ docs/sq_AL.UTF-8/html/FAQ.html | 22 +++---- docs/sq_AL.UTF-8/html/INSTALL.html | 12 ++-- docs/sq_AL.UTF-8/html/MAGIC-API.html | 6 +- docs/sq_AL.UTF-8/html/OPTIONS.html | 39 +++++------- docs/sq_AL.UTF-8/html/README.html | 4 +- 77 files changed, 753 insertions(+), 1032 deletions(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 08d08a0f7..15d8799ca 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -6,7 +6,7 @@ Copyright (c) 2002-2025 Various contributors (see below, and AUTHORS.txt) https://tuxpaint.org/ -2025.January.6 (0.9.35) +2025.January.12 (0.9.35) * New Magic Tools: ---------------- + Heart, Sparkle, and Star emitters @@ -63,6 +63,10 @@ https://tuxpaint.org/ in README documentation. Bill Kendrick + * Cleaned up docs a bit, by removing notes about differences in + some very old versions of Tux Paint. + Bill Kendrick + * Ports & Building: ----------------- + Don't use Linux-specific invocation of "install"; use "mkdir" & "cp" diff --git a/docs/en/EXTENDING.txt b/docs/en/EXTENDING.txt index 3a167d529..ea3e437f4 100644 --- a/docs/en/EXTENDING.txt +++ b/docs/en/EXTENDING.txt @@ -2,10 +2,10 @@ Tux Paint 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/ - December 25, 2024 + January 12, 2025 +-----------------------------------------+ | Table of Contents | @@ -214,9 +214,9 @@ directory.) → Brush Spacing ← - 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. + You may specify the spacing for brushes — 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. 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 @@ -226,11 +226,11 @@ directory.) → Animated Brushes ← - 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. + Brushes may be animated. As the brush is used, each frame of the animation + is drawn in sequence. - 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. + 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. Add a line containing the line "frames=N" to the brush's data file, where " N" is the number of frames in the brush. @@ -242,15 +242,16 @@ directory.) → Directional Brushes ← - 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. + 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 — 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 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. + direction's shapes placed in a 3x3 grid. Add a line containing the word "directional" to the brush's data file. @@ -258,9 +259,9 @@ directory.) → Rotating Brushes ← - 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. + 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. Add a line containing the word "rotate" to the brush's data file. @@ -268,8 +269,8 @@ directory.) → Chaotic Brushes ← - As of Tux Paint version 0.9.34, brushes can be configured to continuously - pick random directions as you draw with them. + Brushes may be configured to continuously choose a random direction as you + draw with them. 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 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 -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). +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). 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). @@ -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 using a backwards version of "stamp.png"). -As of Tux Paint 0.9.18, you may similarly provide a pre-flipped image with " -_flip" in the name, and/or an image that is both mirrored and flipped, by -naming it "_mirror_flip". +You may also provide a pre-flipped image with "_flip" in the name, and/or an +image that is both mirrored and flipped, by naming it "_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 @@ -607,8 +607,8 @@ erase the outline. 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. +black-and-transparent, rather than black-and-white, although this is not +required. ### Scene-Style Starters ### @@ -792,8 +792,7 @@ support all of the same options as starters. 'Templates' '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.) +background choices and 'Starters'. 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 @@ -957,12 +956,11 @@ source code ("/src/im.c"), and requires updates to the Makefile, to ensure the On-screen Keyboard -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 "osk" directory. Each -keyboard layout is defined by a number of files (some of which may be shared by -different layouts). +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 "osk" directory. Each keyboard layout is defined by a +number of files (some of which may be shared by different layouts). We'll use the QWERTY keyboard as an example: diff --git a/docs/en/FAQ.txt b/docs/en/FAQ.txt index 91fb5457a..6508885e5 100644 --- a/docs/en/FAQ.txt +++ b/docs/en/FAQ.txt @@ -5,7 +5,7 @@ Copyright © 2002-2025 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - January 9, 2025 + January 12, 2025 +------------------------------+ | Table of Contents | @@ -36,9 +36,8 @@ 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. (Note: As - of version 0.9.14, Tux Paint comes with a small collection of example - stamps.) + available from the same place you got the main Tux Paint program. (Note: + Tux Paint ships with a very small collection of example stamps.) 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 @@ -159,13 +158,6 @@ will need to specify an appropriate command using the "printcommand" option 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 ← diff --git a/docs/en/INSTALL.txt b/docs/en/INSTALL.txt index 0cbf848c4..cbf12a757 100644 --- a/docs/en/INSTALL.txt +++ b/docs/en/INSTALL.txt @@ -2,10 +2,10 @@ version 0.9.35 Installation Documentation - Copyright © 2002-2024 by various contributors; see AUTHORS.txt. + Copyright © 2002-2025 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - April 29, 2024 + January 12, 2025 +---------------------------------------------------+ | Table of Contents | @@ -85,9 +85,9 @@ readily available for installation as part of your Linux distribution. → libpaper (Linux/Unix only) ← - 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". + 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". https://github.com/naota/libpaper @@ -104,9 +104,9 @@ readily available for installation as part of your Linux distribution. → SVG graphics support ← - 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 "make SVG_LIB:=") + 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 "make SVG_LIB:=") → librsvg-2 & libCairo2 (newer libraries) ← @ libRSVG 2: http://librsvg.sourceforge.net/ @@ -159,9 +159,8 @@ July 10, 2022 Shin-ichi TOYAMA ## Compiling Set-Up ## -As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile" includes -support for building on a Windows system using MinGW/MSYS (https:// -sourceforge.net/projects/msys2/). +The "Makefile" includes support for building on a Windows system using MinGW/ +MSYS (https://sourceforge.net/projects/msys2/). Many tools and libraries are required to build Tux Paint. The package management system "pacman" helps you install them automatically solving diff --git a/docs/en/MAGIC-API.txt b/docs/en/MAGIC-API.txt index 8e4a27320..520ed4840 100644 --- a/docs/en/MAGIC-API.txt +++ b/docs/en/MAGIC-API.txt @@ -3,10 +3,10 @@ ### 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/ - September 17, 2024 + January 12, 2025 +--------------------------------------------------+ | Table of Contents | @@ -43,9 +43,8 @@ Overview -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. +Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux +Paint starts up. This division allows more rapid development of 'Magic' tools, and allows programmers to create and test new tools without needing to integrate them diff --git a/docs/en/OPTIONS.txt b/docs/en/OPTIONS.txt index e22cbf3f9..cd1f887aa 100644 --- a/docs/en/OPTIONS.txt +++ b/docs/en/OPTIONS.txt @@ -3,10 +3,10 @@ ### Options Documentation ### - Copyright © 2002-2024 by various contributors; see AUTHORS.txt. + Copyright © 2002-2025 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - April 29, 2024 + January 12, 2025 +--------------------------------------------+ | Table of Contents | @@ -315,14 +315,8 @@ settings will override these. See the "Command-Line Options" section, below.) → nobuttondistinction=yes ← - 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 only - 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. + 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. ⚙ Note: If used in a system-wide configuration file, may be overridden by 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 - 📜 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 ← diff --git a/docs/en/html/EXTENDING.html b/docs/en/html/EXTENDING.html index 2681f5516..d0cb84c4f 100644 --- a/docs/en/html/EXTENDING.html +++ b/docs/en/html/EXTENDING.html @@ -95,12 +95,12 @@ 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/

- December 25, 2024

+ January 12, 2025

@@ -337,7 +337,7 @@
Brush Spacing

- 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.

+ You may specify the spacing for brushes — 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.

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 often the brush is drawn.)

@@ -345,9 +345,9 @@
Animated Brushes

- 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.

+ Brushes may be animated. As the brush is used, each frame of the animation is drawn in sequence.

- 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.

+ 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.

Add a line containing the line "frames=N" to the brush's data file, where "N" is the number of frames in the brush.

@@ -357,9 +357,9 @@

Directional Brushes

- 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.

+ 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 — 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 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.

+ 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.

Add a line containing the word "directional" to the brush's data file.

@@ -367,7 +367,7 @@
Rotating Brushes

- 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.

+ 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.

Add a line containing the word "rotate" to the brush's data file.

@@ -375,7 +375,7 @@
Chaotic Brushes

- As of Tux Paint version 0.9.34, brushes can be configured to continuously pick random directions as you draw with them.

+ Brushes may be configured to continuously choose a random direction as you draw with them.

Add a line containing the word "chaotic" to the brush's data file.

@@ -424,7 +424,7 @@ alt="" align="right">

- 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).

+ 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).

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).

@@ -662,7 +662,7 @@ 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 using a backwards version of "stamp.png").

- As of Tux Paint 0.9.18, you may similarly provide a pre-flipped image with "_flip" in the name, and/or an image that is both mirrored and flipped, by naming it "_mirror_flip".

+ You may also provide a pre-flipped image with "_flip" in the name, and/or an image that is both mirrored and flipped, by naming it "_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 mirrored or flipped, respectively.

@@ -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.

- 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.

+ 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.

@@ -957,7 +957,7 @@ alt="" align="right">

- '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.)

+ 'Template' images also appear in the 'New' dialog, along with solid color background choices and 'Starters'.

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.

@@ -1118,7 +1118,7 @@

- 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 "osk" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts).

+ 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 "osk" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts).

We'll use the QWERTY keyboard as an example:

diff --git a/docs/en/html/FAQ.html b/docs/en/html/FAQ.html index 9afe584d6..b29ea9b1e 100644 --- a/docs/en/html/FAQ.html +++ b/docs/en/html/FAQ.html @@ -96,7 +96,7 @@

- January 9, 2025

+ January 12, 2025

- 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. (Note: As of version 0.9.14, Tux Paint comes with a small collection of example stamps.)

+ 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. (Note: Tux Paint ships with a very small collection of example stamps.)

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.

@@ -286,12 +286,6 @@

If that program is not available (for example, you're using CUPS, the Common Unix Printing System, and do not have "cups-lpr" installed), you will need to specify an appropriate command using the "printcommand" option 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.

diff --git a/docs/en/html/INSTALL.html b/docs/en/html/INSTALL.html index d422eabba..8c2ef1319 100644 --- a/docs/en/html/INSTALL.html +++ b/docs/en/html/INSTALL.html @@ -93,12 +93,12 @@ Installation Documentation

- Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
+ Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/

- April 29, 2024

+ January 12, 2025

@@ -206,7 +206,7 @@
libpaper (Linux/Unix only)

- 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".

+ 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".

https://github.com/naota/libpaper @@ -226,7 +226,7 @@

SVG graphics support

- 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 "make SVG_LIB:=")

+ 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 "make SVG_LIB:=")

librsvg-2 & libCairo2 (newer libraries)
@@ -311,7 +311,7 @@

- As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile" includes support for building on a Windows system using MinGW/MSYS (https://sourceforge.net/projects/msys2/).

+ The "Makefile" includes support for building on a Windows system using MinGW/MSYS (https://sourceforge.net/projects/msys2/).

Many tools and libraries are required to build Tux Paint. The package management system "pacman" helps you install them automatically solving complicated dependencies.

diff --git a/docs/en/html/MAGIC-API.html b/docs/en/html/MAGIC-API.html index dfa4d0c0a..8c0c7fb14 100644 --- a/docs/en/html/MAGIC-API.html +++ b/docs/en/html/MAGIC-API.html @@ -97,12 +97,12 @@ 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/

- September 17, 2024

+ January 12, 2025

@@ -153,7 +153,7 @@

- 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.

+ Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux Paint starts up.

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.) diff --git a/docs/en/html/OPTIONS.html b/docs/en/html/OPTIONS.html index 47f53dae6..a31f8c3d8 100644 --- a/docs/en/html/OPTIONS.html +++ b/docs/en/html/OPTIONS.html @@ -97,12 +97,12 @@ Options Documentation

- Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
+ Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/

- April 29, 2024

+ January 12, 2025

@@ -519,10 +519,7 @@

- 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 only 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.

+ 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.

Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nobuttondistinction=no" or "buttondistinction=yes". In both cases, may be overridden by the command-line option "--buttondistinction".

@@ -1637,12 +1634,6 @@
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.

diff --git a/docs/es_ES.UTF-8/EXTENDING.txt b/docs/es_ES.UTF-8/EXTENDING.txt index 144751475..fb618ba04 100644 --- a/docs/es_ES.UTF-8/EXTENDING.txt +++ b/docs/es_ES.UTF-8/EXTENDING.txt @@ -2,10 +2,10 @@ Tux Paint 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/ - diciembre 25, 2024 + enero 12, 2025 +-----------------------------------------+ | Table of Contents | @@ -214,9 +214,9 @@ directory.) → Brush Spacing ← - 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. + You may specify the spacing for brushes — 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. 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 @@ -226,11 +226,11 @@ directory.) → Animated Brushes ← - 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. + Brushes may be animated. As the brush is used, each frame of the animation + is drawn in sequence. - 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. + 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. Add a line containing the line "frames=N" to the brush's data file, where " N" is the number of frames in the brush. @@ -242,15 +242,16 @@ directory.) → Directional Brushes ← - 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. + 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 — 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 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. + direction's shapes placed in a 3x3 grid. Add a line containing the word "directional" to the brush's data file. @@ -258,9 +259,9 @@ directory.) → Rotating Brushes ← - 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. + 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. Add a line containing the word "rotate" to the brush's data file. @@ -268,8 +269,8 @@ directory.) → Chaotic Brushes ← - As of Tux Paint version 0.9.34, brushes can be configured to continuously - pick random directions as you draw with them. + Brushes may be configured to continuously choose a random direction as you + draw with them. 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 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 -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). +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). 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). @@ -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 using a backwards version of "stamp.png"). -As of Tux Paint 0.9.18, you may similarly provide a pre-flipped image with " -_flip" in the name, and/or an image that is both mirrored and flipped, by -naming it "_mirror_flip". +You may also provide a pre-flipped image with "_flip" in the name, and/or an +image that is both mirrored and flipped, by naming it "_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 @@ -607,8 +607,8 @@ erase the outline. 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. +black-and-transparent, rather than black-and-white, although this is not +required. ### Scene-Style Starters ### @@ -792,8 +792,7 @@ support all of the same options as starters. 'Templates' '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.) +background choices and 'Starters'. 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 @@ -957,12 +956,11 @@ source code ("/src/im.c"), and requires updates to the Makefile, to ensure the On-screen Keyboard -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 "osk" directory. Each -keyboard layout is defined by a number of files (some of which may be shared by -different layouts). +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 "osk" directory. Each keyboard layout is defined by a +number of files (some of which may be shared by different layouts). We'll use the QWERTY keyboard as an example: diff --git a/docs/es_ES.UTF-8/FAQ.txt b/docs/es_ES.UTF-8/FAQ.txt index c1b2c99bf..ff45829a9 100644 --- a/docs/es_ES.UTF-8/FAQ.txt +++ b/docs/es_ES.UTF-8/FAQ.txt @@ -5,7 +5,7 @@ Copyright © 2002-2025 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - enero 9, 2025 + enero 12, 2025 +------------------------------+ | Table of Contents | @@ -36,9 +36,8 @@ 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. (Note: As - of version 0.9.14, Tux Paint comes with a small collection of example - stamps.) + available from the same place you got the main Tux Paint program. (Note: + Tux Paint ships with a very small collection of example stamps.) 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 @@ -159,13 +158,6 @@ will need to specify an appropriate command using the "printcommand" option 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 ← diff --git a/docs/es_ES.UTF-8/INSTALL.txt b/docs/es_ES.UTF-8/INSTALL.txt index ba10c9691..bc59baf46 100644 --- a/docs/es_ES.UTF-8/INSTALL.txt +++ b/docs/es_ES.UTF-8/INSTALL.txt @@ -2,10 +2,10 @@ versión 0.9.35 Installation Documentation - Copyright © 2002-2024 by various contributors; see AUTHORS.txt. + Copyright © 2002-2025 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - abril 29, 2024 + enero 12, 2025 +---------------------------------------------------+ | Table of Contents | @@ -85,9 +85,9 @@ readily available for installation as part of your Linux distribution. → libpaper (Linux/Unix only) ← - 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". + 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". https://github.com/naota/libpaper @@ -104,9 +104,9 @@ readily available for installation as part of your Linux distribution. → SVG graphics support ← - 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 "make SVG_LIB:=") + 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 "make SVG_LIB:=") → librsvg-2 & libCairo2 (newer libraries) ← @ libRSVG 2: http://librsvg.sourceforge.net/ @@ -159,9 +159,8 @@ julio 10, 2022 Shin-ichi TOYAMA ## Compiling Set-Up ## -As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile" includes -support for building on a Windows system using MinGW/MSYS (https:// -sourceforge.net/projects/msys2/). +The "Makefile" includes support for building on a Windows system using MinGW/ +MSYS (https://sourceforge.net/projects/msys2/). Many tools and libraries are required to build Tux Paint. The package management system "pacman" helps you install them automatically solving diff --git a/docs/es_ES.UTF-8/MAGIC-API.txt b/docs/es_ES.UTF-8/MAGIC-API.txt index 1dbfafccd..31f26dc7d 100644 --- a/docs/es_ES.UTF-8/MAGIC-API.txt +++ b/docs/es_ES.UTF-8/MAGIC-API.txt @@ -3,10 +3,10 @@ ### 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/ - septiembre 17, 2024 + enero 12, 2025 +--------------------------------------------------+ | Table of Contents | @@ -43,9 +43,8 @@ Overview -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. +Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux +Paint starts up. This division allows more rapid development of 'Magic' tools, and allows programmers to create and test new tools without needing to integrate them diff --git a/docs/es_ES.UTF-8/OPTIONS.txt b/docs/es_ES.UTF-8/OPTIONS.txt index 1fae8de20..62318c5c9 100644 --- a/docs/es_ES.UTF-8/OPTIONS.txt +++ b/docs/es_ES.UTF-8/OPTIONS.txt @@ -3,10 +3,10 @@ ### Options Documentation ### - Copyright © 2002-2024 by various contributors; see AUTHORS.txt. + Copyright © 2002-2025 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - abril 29, 2024 + enero 12, 2025 +--------------------------------------------+ | Table of Contents | @@ -315,14 +315,8 @@ settings will override these. See the "Command-Line Options" section, below.) → nobuttondistinction=yes ← - 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 only - 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. + 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. ⚙ Note: If used in a system-wide configuration file, may be overridden by 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 - 📜 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 ← diff --git a/docs/es_ES.UTF-8/html/EXTENDING.html b/docs/es_ES.UTF-8/html/EXTENDING.html index 2a4b593d0..c29c0d744 100644 --- a/docs/es_ES.UTF-8/html/EXTENDING.html +++ b/docs/es_ES.UTF-8/html/EXTENDING.html @@ -95,12 +95,12 @@ 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/

- diciembre 25, 2024

+ enero 12, 2025

@@ -231,7 +231,7 @@

Your personal Tux Paint folder is stored in your personal "Application Data". For example, on newer Windows:

- C:\Users\username\AppData\Roaming\TuxPaint\
+ C:\Users\username\AppData\Roaming\TuxPaint\

@@ -246,7 +246,7 @@
Linux and Unix

- Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: "/home/username/.tuxpaint/".

+ Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: "/home/username/.tuxpaint/".

Don't forget the period (".") before the "tuxpaint"!

@@ -256,7 +256,7 @@ To add your own brushes, stamps, 'starters,' templates, and fonts, create subdirectories under your personal Tux Paint directory named "brushes", "stamps", "starters", "templates", "fonts", respectively.

- (For example, if you created a brush named "flower.png", you would put it in "/home/username/.tuxpaint/brushes/" under Linux or Unix.)

+ (For example, if you created a brush named "flower.png", you would put it in "/home/username/.tuxpaint/brushes/" under Linux or Unix.)

@@ -337,7 +337,7 @@
Brush Spacing

- 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.

+ You may specify the spacing for brushes — 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.

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 often the brush is drawn.)

@@ -345,9 +345,9 @@
Animated Brushes

- 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.

+ Brushes may be animated. As the brush is used, each frame of the animation is drawn in sequence.

- 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.

+ 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.

Add a line containing the line "frames=N" to the brush's data file, where "N" is the number of frames in the brush.

@@ -357,9 +357,9 @@

Directional Brushes

- 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.

+ 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 — 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 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.

+ 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.

Add a line containing the word "directional" to the brush's data file.

@@ -367,7 +367,7 @@
Rotating Brushes

- 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.

+ 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.

Add a line containing the word "rotate" to the brush's data file.

@@ -375,7 +375,7 @@
Chaotic Brushes

- As of Tux Paint version 0.9.34, brushes can be configured to continuously pick random directions as you draw with them.

+ Brushes may be configured to continuously choose a random direction as you draw with them.

Add a line containing the word "chaotic" to the brush's data file.

@@ -424,7 +424,7 @@ alt="" align="right">

- 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).

+ 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).

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).

@@ -662,7 +662,7 @@ 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 using a backwards version of "stamp.png").

- As of Tux Paint 0.9.18, you may similarly provide a pre-flipped image with "_flip" in the name, and/or an image that is both mirrored and flipped, by naming it "_mirror_flip".

+ You may also provide a pre-flipped image with "_flip" in the name, and/or an image that is both mirrored and flipped, by naming it "_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 mirrored or flipped, respectively.

@@ -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.

- 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.

+ 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.

@@ -957,7 +957,7 @@ alt="" align="right">

- '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.)

+ 'Template' images also appear in the 'New' dialog, along with solid color background choices and 'Starters'.

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.

@@ -1118,7 +1118,7 @@

- 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 "osk" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts).

+ 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 "osk" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts).

We'll use the QWERTY keyboard as an example:

diff --git a/docs/es_ES.UTF-8/html/FAQ.html b/docs/es_ES.UTF-8/html/FAQ.html index 1bde91324..2fa05995b 100644 --- a/docs/es_ES.UTF-8/html/FAQ.html +++ b/docs/es_ES.UTF-8/html/FAQ.html @@ -96,7 +96,7 @@

- enero 9, 2025

+ enero 12, 2025

- 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. (Note: As of version 0.9.14, Tux Paint comes with a small collection of example stamps.)

+ 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. (Note: Tux Paint ships with a very small collection of example stamps.)

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.

@@ -286,12 +286,6 @@

If that program is not available (for example, you're using CUPS, the Common Unix Printing System, and do not have "cups-lpr" installed), you will need to specify an appropriate command using the "printcommand" option 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.

@@ -363,7 +357,7 @@
- In the user's "AppData" folder:
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
+ In the user's "AppData" folder:
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"

(Note: The "AppData" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., File Explorer).)

@@ -383,7 +377,7 @@
- In the user's "home directory" folder:
e.g., "/home/username/.tuxpaint/saved/"
+ In the user's "home directory" folder:
e.g., "/home/username/.tuxpaint/saved/"

(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., GNOME Files or Dolphin).)

@@ -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 "stdout.txt" in the same folder where TuxPaint.exe resides (e.g., in "C:\Program Files\TuxPaint\").

- A lockfile (e.g., "/home/username/.tuxpaint/lockfile.dat" on Linux and Unix, "userdata\lockfile.dat" 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).

+ A lockfile (e.g., "/home/username/.tuxpaint/lockfile.dat" on Linux and Unix, "userdata\lockfile.dat" 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).

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.

@@ -786,7 +780,7 @@

- C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg

+ C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg

@@ -830,7 +824,7 @@

- /home/username/.tuxpaintrc

+ /home/username/.tuxpaintrc

@@ -865,7 +859,7 @@

- ...then you can reenable sound by either adding this option to your own "/home/username/.tuxpaintrc" file:

+ ...then you can reenable sound by either adding this option to your own "/home/username/.tuxpaintrc" file:

diff --git a/docs/es_ES.UTF-8/html/INSTALL.html b/docs/es_ES.UTF-8/html/INSTALL.html index 9a64b2bcc..a04736146 100644 --- a/docs/es_ES.UTF-8/html/INSTALL.html +++ b/docs/es_ES.UTF-8/html/INSTALL.html @@ -93,12 +93,12 @@ Installation Documentation

- Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
+ Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/

- abril 29, 2024

+ enero 12, 2025

@@ -206,7 +206,7 @@
libpaper (Linux/Unix only)

- 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".

+ 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".

https://github.com/naota/libpaper @@ -226,7 +226,7 @@

SVG graphics support

- 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 "make SVG_LIB:=")

+ 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 "make SVG_LIB:=")

librsvg-2 & libCairo2 (newer libraries)
@@ -311,7 +311,7 @@

- As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile" includes support for building on a Windows system using MinGW/MSYS (https://sourceforge.net/projects/msys2/).

+ The "Makefile" includes support for building on a Windows system using MinGW/MSYS (https://sourceforge.net/projects/msys2/).

Many tools and libraries are required to build Tux Paint. The package management system "pacman" helps you install them automatically solving complicated dependencies.

@@ -751,7 +751,7 @@

- 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 "stderr.txt" in your personal saving folder for TuxPaint which is normaly "C:\Users\username\AppData\Roaming\TuxPaint\".

+ 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 "stderr.txt" in your personal saving folder for TuxPaint which is normaly "C:\Users\username\AppData\Roaming\TuxPaint\".

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).

diff --git a/docs/es_ES.UTF-8/html/MAGIC-API.html b/docs/es_ES.UTF-8/html/MAGIC-API.html index dfbad29d5..17aa63a87 100644 --- a/docs/es_ES.UTF-8/html/MAGIC-API.html +++ b/docs/es_ES.UTF-8/html/MAGIC-API.html @@ -97,12 +97,12 @@ 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/

- septiembre 17, 2024

+ enero 12, 2025

@@ -153,7 +153,7 @@

- 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.

+ Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux Paint starts up.

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.) diff --git a/docs/es_ES.UTF-8/html/OPTIONS.html b/docs/es_ES.UTF-8/html/OPTIONS.html index 9b0a330b6..3cdcf6b2d 100644 --- a/docs/es_ES.UTF-8/html/OPTIONS.html +++ b/docs/es_ES.UTF-8/html/OPTIONS.html @@ -97,12 +97,12 @@ Options Documentation

- Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
+ Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/

- abril 29, 2024

+ enero 12, 2025

@@ -169,7 +169,7 @@

- /home/username/.tuxpaintrc

+ /home/username/.tuxpaintrc

@@ -216,7 +216,7 @@

- C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg

+ C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg

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...

@@ -519,10 +519,7 @@

- 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 only 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.

+ 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.

Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nobuttondistinction=no" or "buttondistinction=yes". In both cases, may be overridden by the command-line option "--buttondistinction".

@@ -1637,12 +1634,6 @@
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.

@@ -1785,11 +1776,11 @@
Linux / Unix
Under a hidden directory in your home directory:
- /home/username/.tuxpaint/saved/
+ /home/username/.tuxpaint/saved/
Windows
- C:\Users\username\AppData\Roaming\TuxPaint\saved\
+ C:\Users\username\AppData\Roaming\TuxPaint\saved\
macOS
@@ -1823,7 +1814,7 @@
  • Linux & 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 "xdg-user-dir PICTURES" to find out.)
    - Typically (in an English locale), this will be a "Pictures" subdirectory in your home directory (i.e., "/home/username/Pictures").
    + Typically (in an English locale), this will be a "Pictures" subdirectory in your home directory (i.e., "/home/username/Pictures").
    Tux Paint will fall back to using that typical directory, if no XDG configuration can be read, or nothing is set for "XDG_PICTURES_DIR".
  • Windows - "My Pictures" directory for each user (normaly "C:\Users\username\My Pictures")
    You can directly open the folder as follows:
    • Press "[Windows]+[R]" key to open "Run ..." dialogue.
    • @@ -1836,11 +1827,11 @@

    - 💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will be created and used. (e.g., "/home/username/Pictures/TuxPaint") When the "--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).

    + 💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will be created and used. (e.g., "/home/username/Pictures/TuxPaint") When the "--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).

    - The directory itself (e.g., "/home/username/Pictures/TuxPaint") will be created, if it doesn't exist.

    + The directory itself (e.g., "/home/username/Pictures/TuxPaint") will be created, if it doesn't exist.

    - If the parent directory (e.g., "/home/username/Pictures") also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that).

    + If the parent directory (e.g., "/home/username/Pictures") also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that).

    Example: exportdir=/home/penguin/TuxPaintExports

    @@ -1944,10 +1935,10 @@
    Linux / Unix
    -
    /home/username/.tuxpaint/
    +
    /home/username/.tuxpaint/
    Windows
    -
    C:\Users\username\AppData\Roaming\TuxPaint\
    +
    C:\Users\username\AppData\Roaming\TuxPaint\
    macoS
    /Users/username/Library/Application Support/TuxPaint/
    @@ -2373,7 +2364,7 @@

    - If any of the above options are set in a system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), you may override them in your own personal configuration file (e.g. "/home/username/.tuxpaintrc")

    + If any of the above options are set in a system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), you may override them in your own personal configuration file (e.g. "/home/username/.tuxpaintrc")

    For true/false options, like "noprint" and "grab", you can simply say they equal 'no' in your personal configuration file:

    @@ -2550,7 +2541,7 @@ This prevents the system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), from being read.

    - Only your own configuration file (e.g. "/home/username/.tuxpaintrc" on Linux) — if it exists — will be used.

    + Only your own configuration file (e.g. "/home/username/.tuxpaintrc" on Linux) — if it exists — will be used.

diff --git a/docs/es_ES.UTF-8/html/README.html b/docs/es_ES.UTF-8/html/README.html index c3162b1b2..0bac47dc5 100644 --- a/docs/es_ES.UTF-8/html/README.html +++ b/docs/es_ES.UTF-8/html/README.html @@ -1706,7 +1706,7 @@
- In the user's "AppData" folder:
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
+ In the user's "AppData" folder:
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"

(Note: The "AppData" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., File Explorer).)

@@ -1726,7 +1726,7 @@
- In the user's "home directory" folder:
e.g., "/home/username/.tuxpaint/saved/"
+ In the user's "home directory" folder:
e.g., "/home/username/.tuxpaint/saved/"

(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., GNOME Files or Dolphin).)

diff --git a/docs/fr_FR.UTF-8/EXTENDING.txt b/docs/fr_FR.UTF-8/EXTENDING.txt index 188ab371d..569c76ef9 100644 --- a/docs/fr_FR.UTF-8/EXTENDING.txt +++ b/docs/fr_FR.UTF-8/EXTENDING.txt @@ -2,10 +2,10 @@ Tux Paint 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/ - décembre 25, 2024 + janvier 12, 2025 +-------------------------------------------------------------+ | Table des matières | @@ -225,10 +225,9 @@ qui se trouve dans le même répertoire.) → Espacement des pinceaux ← - 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. + You may specify the spacing for brushes — 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. 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 @@ -238,12 +237,11 @@ qui se trouve dans le même répertoire.) → Pinceaux animés ← - 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. + Brushes may be animated. As the brush is used, each frame of the animation + is drawn in sequence. - 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. + 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. 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. @@ -256,15 +254,16 @@ qui se trouve dans le même répertoire.) → Pinceaux directionnels ← - 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. + 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 — 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. - 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 ... + 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. Ajoute une ligne contenant le mot "directional" au fichier de données brosse. @@ -273,9 +272,9 @@ qui se trouve dans le même répertoire.) → Pinceaux tournants ← - 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. + 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. 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 ← - As of Tux Paint version 0.9.34, brushes can be configured to continuously - pick random directions as you draw with them. + Brushes may be configured to continuously choose a random direction as you + draw with them. 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 elle-même. -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). +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). 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 à @@ -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 (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 -avec "_flip" dans le nom, et / ou une image qui est à la fois en miroir et -retournée, en la nommant " _mirror_flip". +You may also provide a pre-flipped image with "_flip" in the name, and/or an +image that is both mirrored and flipped, by naming it "_mirror_flip". 💡 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 , @@ -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, mais vous ne pouvez pas effacer le contour. -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. +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. ### 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' -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'.) +'Template' images also appear in the 'New' dialog, along with solid color +background choices and 'Starters'. À 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 @@ -1015,12 +1010,11 @@ jour de Makefile, pour s'assurer que les fichiers ".im" sont disponibles pour Clavier virtuel sur écran -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 "osk" directory. Each -keyboard layout is defined by a number of files (some of which may be shared by -different layouts). +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 "osk" directory. Each keyboard layout is defined by a +number of files (some of which may be shared by different layouts). Nous utiliserons le clavier QWERTY comme exemple : diff --git a/docs/fr_FR.UTF-8/FAQ.txt b/docs/fr_FR.UTF-8/FAQ.txt index 552b12946..c588f4961 100644 --- a/docs/fr_FR.UTF-8/FAQ.txt +++ b/docs/fr_FR.UTF-8/FAQ.txt @@ -5,7 +5,7 @@ Copyright © 2002-2025 by divers contributeurs; voir AUTHORS.txt. https://tuxpaint.org/ - janvier 9, 2025 + janvier 12, 2025 +-----------------------------------+ | 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é invité à ne pas les charger. - 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. (Remarque: à partir de la - version 0.9.14, Tux Paint est livré avec une petite collection d'exemples - de tampons.) + 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. (Note: + Tux Paint ships with a very small collection of example stamps.) Si vous ne souhaitez pas installer la collection de tampons par défaut, 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 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 diff --git a/docs/fr_FR.UTF-8/INSTALL.txt b/docs/fr_FR.UTF-8/INSTALL.txt index e779d304f..20917b6c5 100644 --- a/docs/fr_FR.UTF-8/INSTALL.txt +++ b/docs/fr_FR.UTF-8/INSTALL.txt @@ -2,10 +2,10 @@ version 0.9.35 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/ - avril 29, 2024 + janvier 12, 2025 +-------------------------------------------------------+ | Table des matières | @@ -88,9 +88,9 @@ installées, soit facilement disponibles avec votre distribution Linux. → libpaper (Linux/Unix uniquement) ← - 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. + 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". https://github.com/naota/libpaper @@ -107,10 +107,9 @@ installées, soit facilement disponibles avec votre distribution Linux. → Support des graphismes SVG ← - À 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 "make SVG_LIB:==") + 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 "make SVG_LIB:=") → librsvg-2 & libCairo2 (nouvelles bibliothèques) ← @ libRSVG 2: http://librsvg.sourceforge.net/ @@ -163,8 +162,7 @@ juillet 10, 2022 Shin-ichi TOYAMA ## Réglages pour compilation ## -Depuis février 2005 (à partir de Tux Paint 0.9.15), le "Makefile" inclut la -prise en charge de la construction sur un système Windows à l'aide de MinGW/ +The "Makefile" includes support for building on a Windows system using MinGW/ MSYS (https://sourceforge.net/projects/msys2/). Beaucoup d'outils et de bibliothèques sont nécessaires pour élaborer Tux Paint. diff --git a/docs/fr_FR.UTF-8/MAGIC-API.txt b/docs/fr_FR.UTF-8/MAGIC-API.txt index 29b24e9dd..77eebc653 100644 --- a/docs/fr_FR.UTF-8/MAGIC-API.txt +++ b/docs/fr_FR.UTF-8/MAGIC-API.txt @@ -3,10 +3,10 @@ ### 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/ - septembre 17, 2024 + janvier 12, 2025 +--------------------------------------------------+ | Table of Contents | @@ -43,9 +43,8 @@ Overview -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. +Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux +Paint starts up. This division allows more rapid development of 'Magic' tools, and allows programmers to create and test new tools without needing to integrate them diff --git a/docs/fr_FR.UTF-8/OPTIONS.txt b/docs/fr_FR.UTF-8/OPTIONS.txt index 75da1670e..9fa1441db 100644 --- a/docs/fr_FR.UTF-8/OPTIONS.txt +++ b/docs/fr_FR.UTF-8/OPTIONS.txt @@ -3,10 +3,10 @@ ### 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/ - avril 29, 2024 + janvier 12, 2025 +--------------------------------------------------------------------+ | Table des matières | @@ -334,15 +334,8 @@ section "Options de ligne de commande " ci-dessous.) → nobuttondistinction=yes ← - 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. - - 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. + 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. ⚙ 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 @@ -1074,13 +1067,6 @@ section "Options de ligne de commande " ci-dessous.) 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 ← diff --git a/docs/fr_FR.UTF-8/html/EXTENDING.html b/docs/fr_FR.UTF-8/html/EXTENDING.html index 6d70c2af9..fe24a2575 100644 --- a/docs/fr_FR.UTF-8/html/EXTENDING.html +++ b/docs/fr_FR.UTF-8/html/EXTENDING.html @@ -95,12 +95,12 @@ 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/

- décembre 25, 2024

+ janvier 12, 2025

@@ -231,7 +231,7 @@

Votre dossier personnel Tux Paint est stocké dans votre dossier "Application Data". Par exemple, sur un Windows plus récent :

- C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\
+ C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\

@@ -246,7 +246,7 @@
Linux et Unix

- Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: "/home/nom d'utilisateur/.tuxpaint/".

+ Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: "/home/nom d'utilisateur/.tuxpaint/".

N'oubliez pas le point (" .") avant le "tuxpaint" !

@@ -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 "brushes", "stamps", "starters", "templates", "fonts".

- (For example, if you created a brush named "flower.png", you would put it in "/home/nom d'utilisateur/.tuxpaint/brushes/" under Linux or Unix.)

+ (For example, if you created a brush named "flower.png", you would put it in "/home/nom d'utilisateur/.tuxpaint/brushes/" under Linux or Unix.)

@@ -337,7 +337,7 @@
Espacement des pinceaux

- 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.

+ You may specify the spacing for brushes — 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.

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 le nombre est bas, plus le pinceau est dessiné souvent.)

@@ -345,9 +345,9 @@
Pinceaux animés

- 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.

+ Brushes may be animated. As the brush is used, each frame of the animation is drawn in sequence.

- 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.

+ 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.

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.

@@ -357,9 +357,9 @@

Pinceaux directionnels

- 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.

+ 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 — 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. 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 ...

+ 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.

Ajoute une ligne contenant le mot "directional" au fichier de données brosse.

@@ -367,7 +367,7 @@
Pinceaux tournants

- 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.

+ 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.

Ajoute une ligne contenant le mot "rotate" au fichier de données brosse.

@@ -375,7 +375,7 @@
Chaotic Brushes

- As of Tux Paint version 0.9.34, brushes can be configured to continuously pick random directions as you draw with them.

+ Brushes may be configured to continuously choose a random direction as you draw with them.

Ajoute une ligne contenant le mot "chaotic" au fichier de données brosse.

@@ -424,7 +424,7 @@ alt="" align="right">

- 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).

+ 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).

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).

@@ -662,7 +662,7 @@ 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 (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 avec "_flip" dans le nom, et / ou une image qui est à la fois en miroir et retournée, en la nommant " _mirror_flip".

+ You may also provide a pre-flipped image with "_flip" in the name, and/or an image that is both mirrored and flipped, by naming it "_mirror_flip".

💡 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 , il sera utilisé, et reflété ou retourné, selon le cas.

@@ -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.

- 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.

+ 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.

@@ -957,7 +957,7 @@ alt="" align="right">

- 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'.)

+ 'Template' images also appear in the 'New' dialog, along with solid color background choices and 'Starters'.

À 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.

@@ -1118,7 +1118,7 @@

- 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 "osk" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts).

+ 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 "osk" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts).

Nous utiliserons le clavier QWERTY comme exemple :

diff --git a/docs/fr_FR.UTF-8/html/FAQ.html b/docs/fr_FR.UTF-8/html/FAQ.html index ea08e777b..82c296ce2 100644 --- a/docs/fr_FR.UTF-8/html/FAQ.html +++ b/docs/fr_FR.UTF-8/html/FAQ.html @@ -96,7 +96,7 @@

- janvier 9, 2025

+ janvier 12, 2025

- 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. (Remarque: à partir de la version 0.9.14, Tux Paint est livré avec une petite collection d'exemples de tampons.)

+ 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. (Note: Tux Paint ships with a very small collection of example stamps.)

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.

@@ -286,12 +286,6 @@

Si ce programme n'est pas disponible (par exemple, vous utilisez CUPS, le système d'impression commun Unix, et n'avez pas installé "cups-lpr"), vous devrez spécifier une commande appropriée en utilisant l'option "printcommand" dans le fichier de configuration de Tux Paint. (Voir la 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.

@@ -363,7 +357,7 @@
- In the user's "AppData" folder:
e.g., "C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\saved\"
+ In the user's "AppData" folder:
e.g., "C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\saved\"

(Note: The "AppData" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., File Explorer).)

@@ -383,7 +377,7 @@
- In the user's "home directory" folder:
e.g., "/home/nom d'utilisateur/.tuxpaint/saved/"
+ In the user's "home directory" folder:
e.g., "/home/nom d'utilisateur/.tuxpaint/saved/"

(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., GNOME Files or Dolphin).)

@@ -677,7 +671,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "make nosound") 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 "stdout.txt" in the same folder where TuxPaint.exe resides (e.g., in "C:\Program Files\TuxPaint\").

- A lockfile (e.g., "/home/nom d'utilisateur/.tuxpaint/lockfile.dat" on Linux and Unix, "userdata\lockfile.dat" 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).

+ A lockfile (e.g., "/home/nom d'utilisateur/.tuxpaint/lockfile.dat" on Linux and Unix, "userdata\lockfile.dat" 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).

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.

@@ -787,7 +781,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "make nosound") Assu

- C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\tuxpaint.cfg

+ C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\tuxpaint.cfg

@@ -831,7 +825,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "make nosound") Assu

- /home/nom d'utilisateur/.tuxpaintrc

+ /home/nom d'utilisateur/.tuxpaintrc

@@ -866,7 +860,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "make nosound") Assu

- ...then you can reenable sound by either adding this option to your own "/home/nom d'utilisateur/.tuxpaintrc" file:

+ ...then you can reenable sound by either adding this option to your own "/home/nom d'utilisateur/.tuxpaintrc" file:

diff --git a/docs/fr_FR.UTF-8/html/INSTALL.html b/docs/fr_FR.UTF-8/html/INSTALL.html index b4077da4e..02e5280ad 100644 --- a/docs/fr_FR.UTF-8/html/INSTALL.html +++ b/docs/fr_FR.UTF-8/html/INSTALL.html @@ -93,12 +93,12 @@ 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/

- avril 29, 2024

+ janvier 12, 2025

@@ -206,7 +206,7 @@
libpaper (Linux/Unix uniquement)

- 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.

+ 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".

https://github.com/naota/libpaper @@ -226,7 +226,7 @@

Support des graphismes SVG

- À 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 "make SVG_LIB:==")

+ 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 "make SVG_LIB:=")

librsvg-2 & libCairo2 (nouvelles bibliothèques)
@@ -311,7 +311,7 @@

- Depuis février 2005 (à partir de Tux Paint 0.9.15), le "Makefile" inclut la prise en charge de la construction sur un système Windows à l'aide de MinGW/MSYS (https://sourceforge.net/projects/msys2/).

+ The "Makefile" includes support for building on a Windows system using MinGW/MSYS (https://sourceforge.net/projects/msys2/).

Beaucoup d'outils et de bibliothèques sont nécessaires pour élaborer Tux Paint. Le système de gestion de paquet "pacman" apporte une aide pour installer automatiquement, en résolvant less nombreuses dépendances.

@@ -751,7 +751,7 @@

- 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 "stderr.txt" in your personal saving folder for TuxPaint which is normaly "C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\".

+ 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 "stderr.txt" in your personal saving folder for TuxPaint which is normaly "C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\".

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).

diff --git a/docs/fr_FR.UTF-8/html/MAGIC-API.html b/docs/fr_FR.UTF-8/html/MAGIC-API.html index 50a887af1..1052c725b 100644 --- a/docs/fr_FR.UTF-8/html/MAGIC-API.html +++ b/docs/fr_FR.UTF-8/html/MAGIC-API.html @@ -97,12 +97,12 @@ 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/

- septembre 17, 2024

+ janvier 12, 2025

@@ -153,7 +153,7 @@

- 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.

+ Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux Paint starts up.

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.) diff --git a/docs/fr_FR.UTF-8/html/OPTIONS.html b/docs/fr_FR.UTF-8/html/OPTIONS.html index ad83b219a..6b3994907 100644 --- a/docs/fr_FR.UTF-8/html/OPTIONS.html +++ b/docs/fr_FR.UTF-8/html/OPTIONS.html @@ -97,12 +97,12 @@ 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/

- avril 29, 2024

+ janvier 12, 2025

@@ -169,7 +169,7 @@

- /home/nom d'utilisateur/.tuxpaintrc

+ /home/nom d'utilisateur/.tuxpaintrc

@@ -216,7 +216,7 @@

- C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\tuxpaint.cfg

+ C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\tuxpaint.cfg

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 ...

@@ -519,10 +519,7 @@

- 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.

- -

- 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.

+ 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.

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 utilisant "nobuttondistinction=no" ou "buttondistinction=yes". Dans les deux cas, il peut être remplacé avec l'option en ligne de commande "--buttondistinction".

@@ -1637,12 +1634,6 @@
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.

@@ -1785,11 +1776,11 @@
Linux / Unix
Under a hidden directory in your home directory:
- /home/nom d'utilisateur/.tuxpaint/saved/
+ /home/nom d'utilisateur/.tuxpaint/saved/
Windows
- C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\saved\
+ C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\saved\
macOS
@@ -1823,7 +1814,7 @@
  • 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 "xdg-user-dir PICTURES" pour le savoir.)
    - Typically (in an English locale), this will be a "Images" subdirectory in your home directory (i.e., "/home/nom d'utilisateur/Images").
    + Typically (in an English locale), this will be a "Images" subdirectory in your home directory (i.e., "/home/nom d'utilisateur/Images").
    Tux Paint will fall back to using that typical directory, if no XDG configuration can be read, or nothing is set for "XDG_PICTURES_DIR".
  • Windows - "My Pictures" directory for each user (normaly "C:\Users\nom d'utilisateur\My Pictures")
    You can directly open the folder as follows:
    • Pressez la touche "[Windows]+[R]" pour ouvrir la boîte de dialogue "Exécuter ...".
    • @@ -1836,11 +1827,11 @@

    - 💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will be created and used. (e.g., "/home/nom d'utilisateur/Images/TuxPaint") When the "--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).

    + 💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will be created and used. (e.g., "/home/nom d'utilisateur/Images/TuxPaint") When the "--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).

    - The directory itself (e.g., "/home/nom d'utilisateur/Images/TuxPaint") will be created, if it doesn't exist.

    + The directory itself (e.g., "/home/nom d'utilisateur/Images/TuxPaint") will be created, if it doesn't exist.

    - If the parent directory (e.g., "/home/nom d'utilisateur/Images") also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that).

    + If the parent directory (e.g., "/home/nom d'utilisateur/Images") also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that).

    Exemple: exportdir=/home/penguin/TuxPaintExports

    @@ -1944,10 +1935,10 @@
    Linux / Unix
    -
    /home/nom d'utilisateur/.tuxpaint/
    +
    /home/nom d'utilisateur/.tuxpaint/
    Windows
    -
    C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\
    +
    C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\
    macoS
    /Users/nom d'utilisateur/Library/Application Support/TuxPaint/
    @@ -2373,7 +2364,7 @@

    - If any of the above options are set in a system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), you may override them in your own personal configuration file (e.g. "/home/nom d'utilisateur/.tuxpaintrc")

    + If any of the above options are set in a system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), you may override them in your own personal configuration file (e.g. "/home/nom d'utilisateur/.tuxpaintrc")

    For true/false options, like "noprint" and "grab", you can simply say they equal 'no' in your personal configuration file:

    @@ -2550,7 +2541,7 @@ This prevents the system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), from being read.

    - Only your own configuration file (e.g. "/home/nom d'utilisateur/.tuxpaintrc" on Linux) — if it exists — will be used.

    + Only your own configuration file (e.g. "/home/nom d'utilisateur/.tuxpaintrc" on Linux) — if it exists — will be used.

diff --git a/docs/fr_FR.UTF-8/html/README.html b/docs/fr_FR.UTF-8/html/README.html index 94c8618b9..df1cef0e5 100644 --- a/docs/fr_FR.UTF-8/html/README.html +++ b/docs/fr_FR.UTF-8/html/README.html @@ -1706,7 +1706,7 @@
- In the user's "AppData" folder:
e.g., "C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\saved\"
+ In the user's "AppData" folder:
e.g., "C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\saved\"

(Note: The "AppData" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., File Explorer).)

@@ -1726,7 +1726,7 @@
- In the user's "home directory" folder:
e.g., "/home/nom d'utilisateur/.tuxpaint/saved/"
+ In the user's "home directory" folder:
e.g., "/home/nom d'utilisateur/.tuxpaint/saved/"

(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., GNOME Files or Dolphin).)

diff --git a/docs/gl_ES.UTF-8/EXTENDING.txt b/docs/gl_ES.UTF-8/EXTENDING.txt index 94426c9f1..856a2b141 100644 --- a/docs/gl_ES.UTF-8/EXTENDING.txt +++ b/docs/gl_ES.UTF-8/EXTENDING.txt @@ -2,10 +2,10 @@ Tux Paint 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/ - 25 de Decembro de 2024 + 12 de Xaneiro de 2025 +-------------------------------------------------------------+ | Índice | @@ -221,9 +221,9 @@ que se atopa no mesmo directorio.) → Espazado do pincel ← - 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. + You may specify the spacing for brushes — 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. 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 @@ -233,11 +233,11 @@ que se atopa no mesmo directorio.) → Pinceis animados ← - 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. + Brushes may be animated. As the brush is used, each frame of the animation + is drawn in sequence. - Coloca cada cadro nunha ampla imaxe PNG. Por exemplo, se o pincel ten 30x30 - e ten 5 fotogramas, a imaxe debería ser 150x30. + 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. 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. @@ -249,15 +249,16 @@ que se atopa no mesmo directorio.) → Pinceis direccionais ← - 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. + 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 — 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 - 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. + 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. Engada unha liña que conteña a palabra «directional» ao ficheiro de datos debrush's. @@ -266,9 +267,9 @@ que se atopa no mesmo directorio.) → Rotating Brushes ← - 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. + 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. Engada unha liña que conteña a palabra «rotate» ao ficheiro de datos debrush's. @@ -277,8 +278,8 @@ que se atopa no mesmo directorio.) → Chaotic Brushes ← - As of Tux Paint version 0.9.34, brushes can be configured to continuously - pick random directions as you draw with them. + Brushes may be configured to continuously choose a random direction as you + draw with them. Engada unha liña que conteña a palabra «chaotic» ao ficheiro de datos 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 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 -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). +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). 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 @@ -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 versión ao revés de «selo.png». -A partir de Tux Paint 0.9.18, de xeito similar pode fornecer unha imaxe -previamente invertida con «_flip» no nome e/ou unha imaxe que se reflicta e -inverta, denominándoa «_mirror_flip». +You may also provide a pre-flipped image with "_flip" in the name, and/or an +image that is both mirrored and flipped, by naming it "_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 @@ -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 fixo, mais non pode borrar o contorno. -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. +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. ### Imaxes «de comezo» ao estilo dunha escena ### @@ -811,9 +811,8 @@ support all of the same options as starters. «Modelos» -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»). +'Template' images also appear in the 'New' dialog, along with solid color +background choices and 'Starters'. 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 @@ -981,12 +980,11 @@ de execución. Teclado en pantalla -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 "osk" directory. Each -keyboard layout is defined by a number of files (some of which may be shared by -different layouts). +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 "osk" directory. Each keyboard layout is defined by a +number of files (some of which may be shared by different layouts). Usaremos o teclado QWERTY como exemplo: diff --git a/docs/gl_ES.UTF-8/FAQ.txt b/docs/gl_ES.UTF-8/FAQ.txt index b34ea7956..0d230e5cb 100644 --- a/docs/gl_ES.UTF-8/FAQ.txt +++ b/docs/gl_ES.UTF-8/FAQ.txt @@ -5,7 +5,7 @@ Copyright © 2002-2025 by varios colaboradores; see AUTHORS.txt. https://tuxpaint.org/ - 9 de Xaneiro de 2025 + 12 de Xaneiro de 2025 +--------------------------------------------+ | Índice | @@ -35,11 +35,10 @@ Isto significa que Tux Paint non atopou ningunha imaxe de selo ou se lle pediu que non as cargase. - 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. (Nota: A partir da - versión 0.9.14, Tux Paint inclúe unha pequena colección de selos de - exemplo.) + 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. (Note: + Tux Paint ships with a very small collection of example stamps.) 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 @@ -168,13 +167,6 @@ especificar unha orde apropiada usando a opción «printcommand» no ficheiro 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 ← diff --git a/docs/gl_ES.UTF-8/INSTALL.txt b/docs/gl_ES.UTF-8/INSTALL.txt index ba81f9168..4015199be 100644 --- a/docs/gl_ES.UTF-8/INSTALL.txt +++ b/docs/gl_ES.UTF-8/INSTALL.txt @@ -2,10 +2,10 @@ versión 0.9.35 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/ - 29 de Abril de 2024 + 12 de Xaneiro de 2025 +---------------------------------------------------+ | Índice | @@ -86,9 +86,9 @@ a súa instalación como parte da súa distribución de Linux. → libpaper (Só Linux/Unix) ← - 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». + 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". 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 ← - 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 «make SVG_LIB:=») + 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 "make SVG_LIB:=") → librsvg-2 & libCairo2 (bibliotecas máis recentes) ← @ libRSVG 2: http://librsvg.sourceforge.net/ @@ -162,9 +161,8 @@ está dispoñíbel libremente. ## Compiling Set-Up ## -A partir de febreiro de 2005 (comezando con Tux Paint 0.9.15), o «Makefile» -inclúe compatibilidade para construír nun sistema Windows usando MinGW/MSYS ( -https://sourceforge.net/projects/msys2/). +The "Makefile" includes support for building on a Windows system using MinGW/ +MSYS (https://sourceforge.net/projects/msys2/). Many tools and libraries are required to build Tux Paint. The package management system "pacman" helps you install them automatically solving diff --git a/docs/gl_ES.UTF-8/MAGIC-API.txt b/docs/gl_ES.UTF-8/MAGIC-API.txt index c2fc31b5b..3ec7ca4f5 100644 --- a/docs/gl_ES.UTF-8/MAGIC-API.txt +++ b/docs/gl_ES.UTF-8/MAGIC-API.txt @@ -3,10 +3,10 @@ ### 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/ - Setembro 17, 2024 + Xaneiro 12, 2025 +--------------------------------------------------+ | Table of Contents | @@ -43,9 +43,8 @@ Overview -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. +Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux +Paint starts up. This division allows more rapid development of 'Magic' tools, and allows programmers to create and test new tools without needing to integrate them diff --git a/docs/gl_ES.UTF-8/OPTIONS.txt b/docs/gl_ES.UTF-8/OPTIONS.txt index 3bd2ea0a9..c5e77e745 100644 --- a/docs/gl_ES.UTF-8/OPTIONS.txt +++ b/docs/gl_ES.UTF-8/OPTIONS.txt @@ -3,10 +3,10 @@ ### 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/ - 29 de Abril de 2024 + 12 de Xaneiro de 2025 +----------------------------------------------------+ | Índice | @@ -320,14 +320,8 @@ liña de ordes», a continuación.) → nobuttondistinction=yes ← - 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 só - 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. + 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. ⚙ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nobuttondistinction=no" or @@ -1032,13 +1026,6 @@ liña de ordes», a continuación.) 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 ← diff --git a/docs/gl_ES.UTF-8/html/EXTENDING.html b/docs/gl_ES.UTF-8/html/EXTENDING.html index 72c907507..b65dbd50a 100644 --- a/docs/gl_ES.UTF-8/html/EXTENDING.html +++ b/docs/gl_ES.UTF-8/html/EXTENDING.html @@ -95,12 +95,12 @@ 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/

- 25 de Decembro de 2024

+ 12 de Xaneiro de 2025

@@ -231,7 +231,7 @@

O seu cartafol persoal de Tux Paint almacénase nos seus «Datos da aplicación» persoais. Por exemplo, nos Windows máis recentes:

- C:\Users\nome de usuario\AppData\Roaming\TuxPaint\
+ C:\Users\nome de usuario\AppData\Roaming\TuxPaint\

@@ -246,7 +246,7 @@
Linux e Unix

- Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: "/home/nome de usuario/.tuxpaint/".

+ Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: "/home/nome de usuario/.tuxpaint/".

Non esqueza o punto («.») antes de «tuxpaint»!

@@ -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 «brushes», «stamps», «starters», «templates», «fonts», , respectivamente.

- (For example, if you created a brush named "flor.png", you would put it in "/home/nome de usuario/.tuxpaint/brushes/" under Linux or Unix.)

+ (For example, if you created a brush named "flor.png", you would put it in "/home/nome de usuario/.tuxpaint/brushes/" under Linux or Unix.)

@@ -337,7 +337,7 @@
Espazado do pincel

- 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.

+ You may specify the spacing for brushes — 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.

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 número, máis veces se debuxa o pincel.)

@@ -345,9 +345,9 @@
Pinceis animados

- 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.

+ Brushes may be animated. As the brush is used, each frame of the animation is drawn in sequence.

- Coloca cada cadro nunha ampla imaxe PNG. Por exemplo, se o pincel ten 30x30 e ten 5 fotogramas, a imaxe debería ser 150x30.

+ 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.

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.

@@ -357,9 +357,9 @@

Pinceis direccionais

- 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.

+ 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 — 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 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.

+ 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.

Engada unha liña que conteña a palabra «directional» ao ficheiro de datos debrush's.

@@ -367,7 +367,7 @@
Rotating Brushes

- 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.

+ 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.

Engada unha liña que conteña a palabra «rotate» ao ficheiro de datos debrush's.

@@ -375,7 +375,7 @@
Chaotic Brushes

- As of Tux Paint version 0.9.34, brushes can be configured to continuously pick random directions as you draw with them.

+ Brushes may be configured to continuously choose a random direction as you draw with them.

Engada unha liña que conteña a palabra «chaotic» ao ficheiro de datos debrush's.

@@ -424,7 +424,7 @@ alt="" align="right">

- 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).

+ 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).

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).

@@ -662,7 +662,7 @@ 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 versión ao revés de «selo.png».

- A partir de Tux Paint 0.9.18, de xeito similar pode fornecer unha imaxe previamente invertida con «_flip» no nome e/ou unha imaxe que se reflicta e inverta, denominándoa «_mirror_flip».

+ You may also provide a pre-flipped image with "_flip" in the name, and/or an image that is both mirrored and flipped, by naming it "_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 mirrored or flipped, respectively.

@@ -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.

- 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.

+ 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.

@@ -957,7 +957,7 @@ alt="" align="right">

- 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»).

+ 'Template' images also appear in the 'New' dialog, along with solid color background choices and 'Starters'.

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.

@@ -1118,7 +1118,7 @@

- 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 "osk" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts).

+ 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 "osk" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts).

Usaremos o teclado QWERTY como exemplo:

diff --git a/docs/gl_ES.UTF-8/html/FAQ.html b/docs/gl_ES.UTF-8/html/FAQ.html index 550d588d4..8c3d5f20e 100644 --- a/docs/gl_ES.UTF-8/html/FAQ.html +++ b/docs/gl_ES.UTF-8/html/FAQ.html @@ -96,7 +96,7 @@

- 9 de Xaneiro de 2025

+ 12 de Xaneiro de 2025

- 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. (Nota: A partir da versión 0.9.14, Tux Paint inclúe unha pequena colección de selos de exemplo.)

+ 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. (Note: Tux Paint ships with a very small collection of example stamps.)

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.

@@ -286,12 +286,6 @@

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 «cups-lpr»), terá que especificar unha orde apropiada usando a opción «printcommand» no ficheiro 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.

@@ -363,7 +357,7 @@
- In the user's "AppData" folder:
e.g., "C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved\"
+ In the user's "AppData" folder:
e.g., "C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved\"

(Note: The "AppData" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., File Explorer).)

@@ -383,7 +377,7 @@
- In the user's "home directory" folder:
e.g., "/home/nome de usuario/.tuxpaint/saved/"
+ In the user's "home directory" folder:
e.g., "/home/nome de usuario/.tuxpaint/saved/"

(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., GNOME Files or Dolphin).)

@@ -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 "stdout.txt" in the same folder where TuxPaint.exe resides (e.g., in "C:\Program Files\TuxPaint\").

- A lockfile (e.g., "/home/nome de usuario/.tuxpaint/lockfile.dat" on Linux and Unix, "userdata\lockfile.dat" 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).

+ A lockfile (e.g., "/home/nome de usuario/.tuxpaint/lockfile.dat" on Linux and Unix, "userdata\lockfile.dat" 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).

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.

@@ -786,7 +780,7 @@

- C:\Users\nome de usuario\AppData\Roaming\TuxPaint\tuxpaint.cfg

+ C:\Users\nome de usuario\AppData\Roaming\TuxPaint\tuxpaint.cfg

@@ -830,7 +824,7 @@

- /home/nome de usuario/.tuxpaintrc

+ /home/nome de usuario/.tuxpaintrc

@@ -865,7 +859,7 @@

- ...then you can reenable sound by either adding this option to your own "/home/nome de usuario/.tuxpaintrc" file:

+ ...then you can reenable sound by either adding this option to your own "/home/nome de usuario/.tuxpaintrc" file:

diff --git a/docs/gl_ES.UTF-8/html/INSTALL.html b/docs/gl_ES.UTF-8/html/INSTALL.html index c8d2e25dc..da93d99ac 100644 --- a/docs/gl_ES.UTF-8/html/INSTALL.html +++ b/docs/gl_ES.UTF-8/html/INSTALL.html @@ -93,12 +93,12 @@ 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/

- 29 de Abril de 2024

+ 12 de Xaneiro de 2025

@@ -206,7 +206,7 @@
libpaper (Só Linux/Unix)

- 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».

+ 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".

https://github.com/naota/libpaper @@ -226,7 +226,7 @@

Compatibilidade de SVG

- 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 «make SVG_LIB:=»)

+ 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 "make SVG_LIB:=")

librsvg-2 & libCairo2 (bibliotecas máis recentes)
@@ -311,7 +311,7 @@

- A partir de febreiro de 2005 (comezando con Tux Paint 0.9.15), o «Makefile» inclúe compatibilidade para construír nun sistema Windows usando MinGW/MSYS (https://sourceforge.net/projects/msys2/).

+ The "Makefile" includes support for building on a Windows system using MinGW/MSYS (https://sourceforge.net/projects/msys2/).

Many tools and libraries are required to build Tux Paint. The package management system "pacman" helps you install them automatically solving complicated dependencies.

@@ -751,7 +751,7 @@

- 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 "stderr.txt" in your personal saving folder for TuxPaint which is normaly "C:\Users\nome de usuario\AppData\Roaming\TuxPaint\".

+ 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 "stderr.txt" in your personal saving folder for TuxPaint which is normaly "C:\Users\nome de usuario\AppData\Roaming\TuxPaint\".

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).

diff --git a/docs/gl_ES.UTF-8/html/MAGIC-API.html b/docs/gl_ES.UTF-8/html/MAGIC-API.html index 860285792..ebf71ebbd 100644 --- a/docs/gl_ES.UTF-8/html/MAGIC-API.html +++ b/docs/gl_ES.UTF-8/html/MAGIC-API.html @@ -97,12 +97,12 @@ 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/

- Setembro 17, 2024

+ Xaneiro 12, 2025

@@ -153,7 +153,7 @@

- 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.

+ Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux Paint starts up.

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.) diff --git a/docs/gl_ES.UTF-8/html/OPTIONS.html b/docs/gl_ES.UTF-8/html/OPTIONS.html index f7d0c3f4a..54fd0ab13 100644 --- a/docs/gl_ES.UTF-8/html/OPTIONS.html +++ b/docs/gl_ES.UTF-8/html/OPTIONS.html @@ -97,12 +97,12 @@ 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/

- 29 de Abril de 2024

+ 12 de Xaneiro de 2025

@@ -169,7 +169,7 @@

- /home/nome de usuario/.tuxpaintrc

+ /home/nome de usuario/.tuxpaintrc

@@ -216,7 +216,7 @@

- C:\Users\nome de usuario\AppData\Roaming\TuxPaint\tuxpaint.cfg

+ C:\Users\nome de usuario\AppData\Roaming\TuxPaint\tuxpaint.cfg

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...

@@ -519,10 +519,7 @@

- 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 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.

+ 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.

Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nobuttondistinction=no" or "buttondistinction=yes". In both cases, may be overridden by the command-line option "--buttondistinction".

@@ -1637,12 +1634,6 @@
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.

@@ -1785,11 +1776,11 @@
Linux / Unix
Under a hidden directory in your home directory:
- /home/nome de usuario/.tuxpaint/saved/
+ /home/nome de usuario/.tuxpaint/saved/
Windows
- C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved\
+ C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved\
macOS
@@ -1823,7 +1814,7 @@
  • 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 «xdg-user-dir PICTURES» para descubrilo.)
    - Typically (in an English locale), this will be a "Imaxes" subdirectory in your home directory (i.e., "/home/nome de usuario/Imaxes").
    + Typically (in an English locale), this will be a "Imaxes" subdirectory in your home directory (i.e., "/home/nome de usuario/Imaxes").
    Tux Paint will fall back to using that typical directory, if no XDG configuration can be read, or nothing is set for "XDG_PICTURES_DIR".
  • Windows - "My Pictures" directory for each user (normaly "C:\Users\nome de usuario\My Pictures")
    You can directly open the folder as follows:
    • Prema a tecla «[Windows]+[R]» para abrir o diálogo «Executar...».
    • @@ -1836,11 +1827,11 @@

    - 💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will be created and used. (e.g., "/home/nome de usuario/Imaxes/TuxPaint") When the "--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).

    + 💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will be created and used. (e.g., "/home/nome de usuario/Imaxes/TuxPaint") When the "--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).

    - The directory itself (e.g., "/home/nome de usuario/Imaxes/TuxPaint") will be created, if it doesn't exist.

    + The directory itself (e.g., "/home/nome de usuario/Imaxes/TuxPaint") will be created, if it doesn't exist.

    - If the parent directory (e.g., "/home/nome de usuario/Imaxes") also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that).

    + If the parent directory (e.g., "/home/nome de usuario/Imaxes") also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that).

    Exemplo: exportdir=/home/penguin/TuxPaintExports

    @@ -1944,10 +1935,10 @@
    Linux / Unix
    -
    /home/nome de usuario/.tuxpaint/
    +
    /home/nome de usuario/.tuxpaint/
    Windows
    -
    C:\Users\nome de usuario\AppData\Roaming\TuxPaint\
    +
    C:\Users\nome de usuario\AppData\Roaming\TuxPaint\
    macoS
    /Users/nome de usuario/Library/Application Support/TuxPaint/
    @@ -2373,7 +2364,7 @@

    - If any of the above options are set in a system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), you may override them in your own personal configuration file (e.g. "/home/nome de usuario/.tuxpaintrc")

    + If any of the above options are set in a system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), you may override them in your own personal configuration file (e.g. "/home/nome de usuario/.tuxpaintrc")

    For true/false options, like "noprint" and "grab", you can simply say they equal 'no' in your personal configuration file:

    @@ -2550,7 +2541,7 @@ This prevents the system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), from being read.

    - Only your own configuration file (e.g. "/home/nome de usuario/.tuxpaintrc" on Linux) — if it exists — will be used.

    + Only your own configuration file (e.g. "/home/nome de usuario/.tuxpaintrc" on Linux) — if it exists — will be used.

diff --git a/docs/gl_ES.UTF-8/html/README.html b/docs/gl_ES.UTF-8/html/README.html index 8e37ea4ac..6901ea29a 100644 --- a/docs/gl_ES.UTF-8/html/README.html +++ b/docs/gl_ES.UTF-8/html/README.html @@ -1706,7 +1706,7 @@
- In the user's "AppData" folder:
e.g., "C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved\"
+ In the user's "AppData" folder:
e.g., "C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved\"

(Note: The "AppData" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., File Explorer).)

@@ -1726,7 +1726,7 @@
- In the user's "home directory" folder:
e.g., "/home/nome de usuario/.tuxpaint/saved/"
+ In the user's "home directory" folder:
e.g., "/home/nome de usuario/.tuxpaint/saved/"

(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., GNOME Files or Dolphin).)

diff --git a/docs/is_IS.UTF-8/EXTENDING.txt b/docs/is_IS.UTF-8/EXTENDING.txt index 0f4e1664b..be63d94e5 100644 --- a/docs/is_IS.UTF-8/EXTENDING.txt +++ b/docs/is_IS.UTF-8/EXTENDING.txt @@ -2,10 +2,10 @@ Tux Paint 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/ - desember 25, 2024 + janúar 12, 2025 +-----------------------------------------+ | Table of Contents | @@ -214,9 +214,9 @@ directory.) → Brush Spacing ← - 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. + You may specify the spacing for brushes — 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. 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 @@ -226,11 +226,11 @@ directory.) → Animated Brushes ← - 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. + Brushes may be animated. As the brush is used, each frame of the animation + is drawn in sequence. - 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. + 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. Add a line containing the line "frames=N" to the brush's data file, where " N" is the number of frames in the brush. @@ -242,15 +242,16 @@ directory.) → Directional Brushes ← - 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. + 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 — 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 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. + direction's shapes placed in a 3x3 grid. Add a line containing the word "directional" to the brush's data file. @@ -258,9 +259,9 @@ directory.) → Rotating Brushes ← - 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. + 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. Add a line containing the word "rotate" to the brush's data file. @@ -268,8 +269,8 @@ directory.) → Chaotic Brushes ← - As of Tux Paint version 0.9.34, brushes can be configured to continuously - pick random directions as you draw with them. + Brushes may be configured to continuously choose a random direction as you + draw with them. 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 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 -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). +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). 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). @@ -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 using a backwards version of "stamp.png"). -As of Tux Paint 0.9.18, you may similarly provide a pre-flipped image with " -_flip" in the name, and/or an image that is both mirrored and flipped, by -naming it "_mirror_flip". +You may also provide a pre-flipped image with "_flip" in the name, and/or an +image that is both mirrored and flipped, by naming it "_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 @@ -607,8 +607,8 @@ erase the outline. 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. +black-and-transparent, rather than black-and-white, although this is not +required. ### Scene-Style Starters ### @@ -792,8 +792,7 @@ support all of the same options as starters. 'Templates' '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.) +background choices and 'Starters'. 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 @@ -957,12 +956,11 @@ source code ("/src/im.c"), and requires updates to the Makefile, to ensure the On-screen Keyboard -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 "osk" directory. Each -keyboard layout is defined by a number of files (some of which may be shared by -different layouts). +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 "osk" directory. Each keyboard layout is defined by a +number of files (some of which may be shared by different layouts). We'll use the QWERTY keyboard as an example: diff --git a/docs/is_IS.UTF-8/FAQ.txt b/docs/is_IS.UTF-8/FAQ.txt index 84af104e6..f8bf18393 100644 --- a/docs/is_IS.UTF-8/FAQ.txt +++ b/docs/is_IS.UTF-8/FAQ.txt @@ -5,7 +5,7 @@ Copyright © 2002-2025 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - janúar 9, 2025 + janúar 12, 2025 +------------------------------+ | Table of Contents | @@ -36,9 +36,8 @@ 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. (Note: As - of version 0.9.14, Tux Paint comes with a small collection of example - stamps.) + available from the same place you got the main Tux Paint program. (Note: + Tux Paint ships with a very small collection of example stamps.) 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 @@ -159,13 +158,6 @@ will need to specify an appropriate command using the "printcommand" option 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 ← diff --git a/docs/is_IS.UTF-8/INSTALL.txt b/docs/is_IS.UTF-8/INSTALL.txt index 22c473945..406e8968a 100644 --- a/docs/is_IS.UTF-8/INSTALL.txt +++ b/docs/is_IS.UTF-8/INSTALL.txt @@ -2,10 +2,10 @@ version 0.9.35 Installation Documentation - Copyright © 2002-2024 by various contributors; see AUTHORS.txt. + Copyright © 2002-2025 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - apríl 29, 2024 + janúar 12, 2025 +---------------------------------------------------+ | Table of Contents | @@ -85,9 +85,9 @@ readily available for installation as part of your Linux distribution. → libpaper (Linux/Unix only) ← - 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". + 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". https://github.com/naota/libpaper @@ -104,9 +104,9 @@ readily available for installation as part of your Linux distribution. → SVG graphics support ← - 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 "make SVG_LIB:=") + 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 "make SVG_LIB:=") → librsvg-2 & libCairo2 (newer libraries) ← @ libRSVG 2: http://librsvg.sourceforge.net/ @@ -159,9 +159,8 @@ júlí 10, 2022 Shin-ichi TOYAMA ## Compiling Set-Up ## -As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile" includes -support for building on a Windows system using MinGW/MSYS (https:// -sourceforge.net/projects/msys2/). +The "Makefile" includes support for building on a Windows system using MinGW/ +MSYS (https://sourceforge.net/projects/msys2/). Many tools and libraries are required to build Tux Paint. The package management system "pacman" helps you install them automatically solving diff --git a/docs/is_IS.UTF-8/MAGIC-API.txt b/docs/is_IS.UTF-8/MAGIC-API.txt index b75a8fa48..f2428ca6c 100644 --- a/docs/is_IS.UTF-8/MAGIC-API.txt +++ b/docs/is_IS.UTF-8/MAGIC-API.txt @@ -3,10 +3,10 @@ ### 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/ - 17. september 2024 + 12. janúar 2025 +--------------------------------------------------+ | Efnisyfirlit | @@ -43,9 +43,8 @@ Yfirlit -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. +Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux +Paint starts up. This division allows more rapid development of 'Magic' tools, and allows programmers to create and test new tools without needing to integrate them diff --git a/docs/is_IS.UTF-8/OPTIONS.txt b/docs/is_IS.UTF-8/OPTIONS.txt index c119d0243..b84bbea6e 100644 --- a/docs/is_IS.UTF-8/OPTIONS.txt +++ b/docs/is_IS.UTF-8/OPTIONS.txt @@ -3,10 +3,10 @@ ### Options Documentation ### - Copyright © 2002-2024 by various contributors; see AUTHORS.txt. + Copyright © 2002-2025 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - apríl 29, 2024 + janúar 12, 2025 +--------------------------------------------+ | Table of Contents | @@ -315,14 +315,8 @@ settings will override these. See the "Command-Line Options" section, below.) → nobuttondistinction=yes ← - 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 only - 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. + 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. ⚙ Note: If used in a system-wide configuration file, may be overridden by 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 - 📜 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 ← diff --git a/docs/is_IS.UTF-8/html/EXTENDING.html b/docs/is_IS.UTF-8/html/EXTENDING.html index 60795acc2..80e8fb783 100644 --- a/docs/is_IS.UTF-8/html/EXTENDING.html +++ b/docs/is_IS.UTF-8/html/EXTENDING.html @@ -95,12 +95,12 @@ 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/

- desember 25, 2024

+ janúar 12, 2025

@@ -231,7 +231,7 @@

Your personal Tux Paint folder is stored in your personal "Application Data". For example, on newer Windows:

- C:\Users\username\AppData\Roaming\TuxPaint\
+ C:\Users\username\AppData\Roaming\TuxPaint\

@@ -246,7 +246,7 @@
Linux and Unix

- Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: "/home/username/.tuxpaint/".

+ Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: "/home/username/.tuxpaint/".

Don't forget the period (".") before the "tuxpaint"!

@@ -256,7 +256,7 @@ To add your own brushes, stamps, 'starters,' templates, and fonts, create subdirectories under your personal Tux Paint directory named "brushes", "stamps", "starters", "templates", "fonts", respectively.

- (For example, if you created a brush named "flower.png", you would put it in "/home/username/.tuxpaint/brushes/" under Linux or Unix.)

+ (For example, if you created a brush named "flower.png", you would put it in "/home/username/.tuxpaint/brushes/" under Linux or Unix.)

@@ -337,7 +337,7 @@
Brush Spacing

- 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.

+ You may specify the spacing for brushes — 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.

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 often the brush is drawn.)

@@ -345,9 +345,9 @@
Animated Brushes

- 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.

+ Brushes may be animated. As the brush is used, each frame of the animation is drawn in sequence.

- 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.

+ 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.

Add a line containing the line "frames=N" to the brush's data file, where "N" is the number of frames in the brush.

@@ -357,9 +357,9 @@

Directional Brushes

- 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.

+ 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 — 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 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.

+ 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.

Add a line containing the word "directional" to the brush's data file.

@@ -367,7 +367,7 @@
Rotating Brushes

- 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.

+ 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.

Add a line containing the word "rotate" to the brush's data file.

@@ -375,7 +375,7 @@
Chaotic Brushes

- As of Tux Paint version 0.9.34, brushes can be configured to continuously pick random directions as you draw with them.

+ Brushes may be configured to continuously choose a random direction as you draw with them.

Add a line containing the word "chaotic" to the brush's data file.

@@ -424,7 +424,7 @@ alt="" align="right">

- 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).

+ 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).

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).

@@ -662,7 +662,7 @@ 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 using a backwards version of "stamp.png").

- As of Tux Paint 0.9.18, you may similarly provide a pre-flipped image with "_flip" in the name, and/or an image that is both mirrored and flipped, by naming it "_mirror_flip".

+ You may also provide a pre-flipped image with "_flip" in the name, and/or an image that is both mirrored and flipped, by naming it "_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 mirrored or flipped, respectively.

@@ -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.

- 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.

+ 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.

@@ -957,7 +957,7 @@ alt="" align="right">

- '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.)

+ 'Template' images also appear in the 'New' dialog, along with solid color background choices and 'Starters'.

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.

@@ -1118,7 +1118,7 @@

- 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 "osk" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts).

+ 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 "osk" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts).

We'll use the QWERTY keyboard as an example:

diff --git a/docs/is_IS.UTF-8/html/FAQ.html b/docs/is_IS.UTF-8/html/FAQ.html index 986dea36b..4d8175581 100644 --- a/docs/is_IS.UTF-8/html/FAQ.html +++ b/docs/is_IS.UTF-8/html/FAQ.html @@ -96,7 +96,7 @@

- janúar 9, 2025

+ janúar 12, 2025

- 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. (Note: As of version 0.9.14, Tux Paint comes with a small collection of example stamps.)

+ 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. (Note: Tux Paint ships with a very small collection of example stamps.)

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.

@@ -286,12 +286,6 @@

If that program is not available (for example, you're using CUPS, the Common Unix Printing System, and do not have "cups-lpr" installed), you will need to specify an appropriate command using the "printcommand" option 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.

@@ -363,7 +357,7 @@
- In the user's "AppData" folder:
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
+ In the user's "AppData" folder:
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"

(Note: The "AppData" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., File Explorer).)

@@ -383,7 +377,7 @@
- In the user's "home directory" folder:
e.g., "/home/username/.tuxpaint/saved/"
+ In the user's "home directory" folder:
e.g., "/home/username/.tuxpaint/saved/"

(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., GNOME Files or Dolphin).)

@@ -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 "stdout.txt" in the same folder where TuxPaint.exe resides (e.g., in "C:\Program Files\TuxPaint\").

- A lockfile (e.g., "/home/username/.tuxpaint/lockfile.dat" on Linux and Unix, "userdata\lockfile.dat" 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).

+ A lockfile (e.g., "/home/username/.tuxpaint/lockfile.dat" on Linux and Unix, "userdata\lockfile.dat" 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).

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.

@@ -786,7 +780,7 @@

- C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg

+ C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg

@@ -830,7 +824,7 @@

- /home/username/.tuxpaintrc

+ /home/username/.tuxpaintrc

@@ -865,7 +859,7 @@

- ...then you can reenable sound by either adding this option to your own "/home/username/.tuxpaintrc" file:

+ ...then you can reenable sound by either adding this option to your own "/home/username/.tuxpaintrc" file:

diff --git a/docs/is_IS.UTF-8/html/INSTALL.html b/docs/is_IS.UTF-8/html/INSTALL.html index a84073a15..65d1db786 100644 --- a/docs/is_IS.UTF-8/html/INSTALL.html +++ b/docs/is_IS.UTF-8/html/INSTALL.html @@ -93,12 +93,12 @@ Installation Documentation

- Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
+ Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/

- apríl 29, 2024

+ janúar 12, 2025

@@ -206,7 +206,7 @@
libpaper (Linux/Unix only)

- 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".

+ 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".

https://github.com/naota/libpaper @@ -226,7 +226,7 @@

SVG graphics support

- 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 "make SVG_LIB:=")

+ 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 "make SVG_LIB:=")

librsvg-2 & libCairo2 (newer libraries)
@@ -311,7 +311,7 @@

- As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile" includes support for building on a Windows system using MinGW/MSYS (https://sourceforge.net/projects/msys2/).

+ The "Makefile" includes support for building on a Windows system using MinGW/MSYS (https://sourceforge.net/projects/msys2/).

Many tools and libraries are required to build Tux Paint. The package management system "pacman" helps you install them automatically solving complicated dependencies.

@@ -751,7 +751,7 @@

- 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 "stderr.txt" in your personal saving folder for TuxPaint which is normaly "C:\Users\username\AppData\Roaming\TuxPaint\".

+ 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 "stderr.txt" in your personal saving folder for TuxPaint which is normaly "C:\Users\username\AppData\Roaming\TuxPaint\".

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).

diff --git a/docs/is_IS.UTF-8/html/MAGIC-API.html b/docs/is_IS.UTF-8/html/MAGIC-API.html index 31af47c4c..c2cff9545 100644 --- a/docs/is_IS.UTF-8/html/MAGIC-API.html +++ b/docs/is_IS.UTF-8/html/MAGIC-API.html @@ -97,12 +97,12 @@ 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/

- 17. september 2024

+ 12. janúar 2025

@@ -153,7 +153,7 @@

- 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.

+ Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux Paint starts up.

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.) diff --git a/docs/is_IS.UTF-8/html/OPTIONS.html b/docs/is_IS.UTF-8/html/OPTIONS.html index a487cfc90..6fb070334 100644 --- a/docs/is_IS.UTF-8/html/OPTIONS.html +++ b/docs/is_IS.UTF-8/html/OPTIONS.html @@ -97,12 +97,12 @@ Options Documentation

- Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
+ Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/

- apríl 29, 2024

+ janúar 12, 2025

@@ -169,7 +169,7 @@

- /home/username/.tuxpaintrc

+ /home/username/.tuxpaintrc

@@ -216,7 +216,7 @@

- C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg

+ C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg

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...

@@ -519,10 +519,7 @@

- 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 only 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.

+ 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.

Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nobuttondistinction=no" or "buttondistinction=yes". In both cases, may be overridden by the command-line option "--buttondistinction".

@@ -1637,12 +1634,6 @@
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.

@@ -1785,11 +1776,11 @@
Linux / Unix
Under a hidden directory in your home directory:
- /home/username/.tuxpaint/saved/
+ /home/username/.tuxpaint/saved/
Windows
- C:\Users\username\AppData\Roaming\TuxPaint\saved\
+ C:\Users\username\AppData\Roaming\TuxPaint\saved\
macOS
@@ -1823,7 +1814,7 @@
  • Linux & 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 "xdg-user-dir PICTURES" to find out.)
    - Typically (in an English locale), this will be a "Pictures" subdirectory in your home directory (i.e., "/home/username/Pictures").
    + Typically (in an English locale), this will be a "Pictures" subdirectory in your home directory (i.e., "/home/username/Pictures").
    Tux Paint will fall back to using that typical directory, if no XDG configuration can be read, or nothing is set for "XDG_PICTURES_DIR".
  • Windows - "My Pictures" directory for each user (normaly "C:\Users\username\My Pictures")
    You can directly open the folder as follows:
    • Press "[Windows]+[R]" key to open "Run ..." dialogue.
    • @@ -1836,11 +1827,11 @@

    - 💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will be created and used. (e.g., "/home/username/Pictures/TuxPaint") When the "--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).

    + 💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will be created and used. (e.g., "/home/username/Pictures/TuxPaint") When the "--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).

    - The directory itself (e.g., "/home/username/Pictures/TuxPaint") will be created, if it doesn't exist.

    + The directory itself (e.g., "/home/username/Pictures/TuxPaint") will be created, if it doesn't exist.

    - If the parent directory (e.g., "/home/username/Pictures") also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that).

    + If the parent directory (e.g., "/home/username/Pictures") also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that).

    Example: exportdir=/home/penguin/TuxPaintExports

    @@ -1944,10 +1935,10 @@
    Linux / Unix
    -
    /home/username/.tuxpaint/
    +
    /home/username/.tuxpaint/
    Windows
    -
    C:\Users\username\AppData\Roaming\TuxPaint\
    +
    C:\Users\username\AppData\Roaming\TuxPaint\
    macoS
    /Users/username/Library/Application Support/TuxPaint/
    @@ -2373,7 +2364,7 @@

    - If any of the above options are set in a system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), you may override them in your own personal configuration file (e.g. "/home/username/.tuxpaintrc")

    + If any of the above options are set in a system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), you may override them in your own personal configuration file (e.g. "/home/username/.tuxpaintrc")

    For true/false options, like "noprint" and "grab", you can simply say they equal 'no' in your personal configuration file:

    @@ -2550,7 +2541,7 @@ This prevents the system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), from being read.

    - Only your own configuration file (e.g. "/home/username/.tuxpaintrc" on Linux) — if it exists — will be used.

    + Only your own configuration file (e.g. "/home/username/.tuxpaintrc" on Linux) — if it exists — will be used.

diff --git a/docs/is_IS.UTF-8/html/README.html b/docs/is_IS.UTF-8/html/README.html index e9f33dabc..f32a8d8dd 100644 --- a/docs/is_IS.UTF-8/html/README.html +++ b/docs/is_IS.UTF-8/html/README.html @@ -1706,7 +1706,7 @@
- In the user's "AppData" folder:
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
+ In the user's "AppData" folder:
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"

(Note: The "AppData" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., File Explorer).)

@@ -1726,7 +1726,7 @@
- In the user's "home directory" folder:
e.g., "/home/username/.tuxpaint/saved/"
+ In the user's "home directory" folder:
e.g., "/home/username/.tuxpaint/saved/"

(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., GNOME Files or Dolphin).)

diff --git a/docs/ja_JP.UTF-8/EXTENDING.txt b/docs/ja_JP.UTF-8/EXTENDING.txt index 9ec0d5fe6..49d0698be 100644 --- a/docs/ja_JP.UTF-8/EXTENDING.txt +++ b/docs/ja_JP.UTF-8/EXTENDING.txt @@ -2,10 +2,10 @@ Tux Paint バージョン 0.9.35 - Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照. + Copyright © 2002-2025 by various contributors; AUTHORS.txt 参照. 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 - (that is, how often they are drawn). By default, the spacing will be the - brush's height, divided by 4. + You may specify the spacing for brushes — 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. 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 @@ -226,11 +226,11 @@ directory.) → Animated Brushes ← - 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. + Brushes may be animated. As the brush is used, each frame of the animation + is drawn in sequence. - 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. + 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. Add a line containing the line "frames=N" to the brush's data file, where " N" is the number of frames in the brush. @@ -242,15 +242,16 @@ directory.) → Directional Brushes ← - 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. + 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 — 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 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. + direction's shapes placed in a 3x3 grid. Add a line containing the word "directional" to the brush's data file. @@ -258,9 +259,9 @@ directory.) → Rotating Brushes ← - 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. + 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. Add a line containing the word "rotate" to the brush's data file. @@ -268,8 +269,8 @@ directory.) → Chaotic Brushes ← - As of Tux Paint version 0.9.34, brushes can be configured to continuously - pick random directions as you draw with them. + Brushes may be configured to continuously choose a random direction as you + draw with them. 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 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 -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). +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). 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). @@ -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 using a backwards version of "stamp.png"). -As of Tux Paint 0.9.18, you may similarly provide a pre-flipped image with " -_flip" in the name, and/or an image that is both mirrored and flipped, by -naming it "_mirror_flip". +You may also provide a pre-flipped image with "_flip" in the name, and/or an +image that is both mirrored and flipped, by naming it "_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 @@ -607,8 +607,8 @@ erase the outline. 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. +black-and-transparent, rather than black-and-white, although this is not +required. ### Scene-Style Starters ### @@ -792,8 +792,7 @@ support all of the same options as starters. 'Templates' '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.) +background choices and 'Starters'. 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 @@ -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 -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 "osk" directory. Each -keyboard layout is defined by a number of files (some of which may be shared by -different layouts). +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 "osk" directory. Each keyboard layout is defined by a +number of files (some of which may be shared by different layouts). We'll use the QWERTY keyboard as an example: diff --git a/docs/ja_JP.UTF-8/FAQ.txt b/docs/ja_JP.UTF-8/FAQ.txt index edcc25302..86c92af24 100644 --- a/docs/ja_JP.UTF-8/FAQ.txt +++ b/docs/ja_JP.UTF-8/FAQ.txt @@ -5,7 +5,7 @@ Copyright © 2002-2025 by various contributors; AUTHORS.txt 参照. 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 "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 - of version 0.9.14, Tux Paint comes with a small collection of example - stamps.) + available from the same place you got the main Tux Paint program. (Note: + Tux Paint ships with a very small collection of example stamps.) 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 @@ -159,13 +158,6 @@ will need to specify an appropriate command using the "printcommand" option 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 ← diff --git a/docs/ja_JP.UTF-8/INSTALL.txt b/docs/ja_JP.UTF-8/INSTALL.txt index a848b5df1..aaf6b93d8 100644 --- a/docs/ja_JP.UTF-8/INSTALL.txt +++ b/docs/ja_JP.UTF-8/INSTALL.txt @@ -2,10 +2,10 @@ バージョン 0.9.35 Installation Documentation - Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照. + Copyright © 2002-2025 by various contributors; AUTHORS.txt 参照. 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) ← - 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". + 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". https://github.com/naota/libpaper @@ -104,9 +104,9 @@ readily available for installation as part of your Linux distribution. → SVG graphics support ← - 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 "make SVG_LIB:=") + 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 "make SVG_LIB:=") → librsvg-2 & libCairo2 (newer libraries) ← @ libRSVG 2: http://librsvg.sourceforge.net/ @@ -159,9 +159,8 @@ available freely. ## Compiling Set-Up ## -As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile" includes -support for building on a Windows system using MinGW/MSYS (https:// -sourceforge.net/projects/msys2/). +The "Makefile" includes support for building on a Windows system using MinGW/ +MSYS (https://sourceforge.net/projects/msys2/). Many tools and libraries are required to build Tux Paint. The package management system "pacman" helps you install them automatically solving diff --git a/docs/ja_JP.UTF-8/MAGIC-API.txt b/docs/ja_JP.UTF-8/MAGIC-API.txt index 2127e057f..71895a184 100644 --- a/docs/ja_JP.UTF-8/MAGIC-API.txt +++ b/docs/ja_JP.UTF-8/MAGIC-API.txt @@ -3,10 +3,10 @@ ### 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/ - 9月 17, 2024 + 1月 12, 2025 +--------------------------------------------------+ | Table of Contents | @@ -43,9 +43,8 @@ Overview -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. +Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux +Paint starts up. This division allows more rapid development of 'Magic' tools, and allows programmers to create and test new tools without needing to integrate them diff --git a/docs/ja_JP.UTF-8/OPTIONS.txt b/docs/ja_JP.UTF-8/OPTIONS.txt index cfd09e58c..85b9a38d9 100644 --- a/docs/ja_JP.UTF-8/OPTIONS.txt +++ b/docs/ja_JP.UTF-8/OPTIONS.txt @@ -3,10 +3,10 @@ ### 各種設定について ### - Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照. + Copyright © 2002-2025 by various contributors; AUTHORS.txt 参照. https://tuxpaint.org/ - 2024年4月29日 + 2025年1月12日 +------------------------------------------------------+ | 目次 | @@ -324,12 +324,8 @@ C:\Program Files\TuxPaint\tuxpaint.cfg → nobuttondistinction=yes ← - Tux Paint 0.9.15 以前では、マウスの中ボタンと右ボタンでもクリックが可能でし - たが、バージョン0.9.15からは、子供たちが間違ったボタン押さないように、マウ - スの左ボタンだけが使えるように変更しました。 - - マウス操作が苦手なお子さんの場合、このオプションを使用することで、マウスの2 - つまたは3つのボタンの区別を無効にすることができます。 + 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. ⚙ 注: システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファ イルで "nobuttondistinction=no" または "buttondistinction=yes" を設定すると @@ -1019,12 +1015,6 @@ C:\Program Files\TuxPaint\tuxpaint.cfg lpr - 📜 注: バージョン 0.9.15 より前までは、印刷コマンド(標準では "pngtopnm - | pnmtops | lpr")に PNG 形式のデータを送信していました。 - - このため、バージョン 0.9.15 以前で printcommand を lpr 以外に設定してい - た場合は、この設定を変更する必要があります。 - → altprintcommand=COMMAND ← diff --git a/docs/ja_JP.UTF-8/html/EXTENDING.html b/docs/ja_JP.UTF-8/html/EXTENDING.html index 5eff877b3..a5617b622 100644 --- a/docs/ja_JP.UTF-8/html/EXTENDING.html +++ b/docs/ja_JP.UTF-8/html/EXTENDING.html @@ -95,12 +95,12 @@ バージョン 0.9.35

- Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
+ Copyright © 2002-2025 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/

- 2024年12月25日

+ 2025年1月12日

@@ -231,7 +231,7 @@

Your personal Tux Paint folder is stored in your personal "Application Data". For example, on newer Windows:

- C:\Users\ユーザー名\AppData\Roaming\TuxPaint\
+ C:\Users\ユーザー名\AppData\Roaming\TuxPaint\

@@ -246,7 +246,7 @@
Linux and Unix

- Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: "/home/ユーザー名/.tuxpaint/".

+ Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: "/home/ユーザー名/.tuxpaint/".

Don't forget the period (".") before the "tuxpaint"!

@@ -256,7 +256,7 @@ To add your own brushes, stamps, 'starters,' templates, and fonts, create subdirectories under your personal Tux Paint directory named "brushes", "stamps", "starters", "templates", "fonts", respectively.

- (For example, if you created a brush named "flower.png", you would put it in "/home/ユーザー名/.tuxpaint/brushes/" under Linux or Unix.)

+ (For example, if you created a brush named "flower.png", you would put it in "/home/ユーザー名/.tuxpaint/brushes/" under Linux or Unix.)

@@ -337,7 +337,7 @@
ブラシの描画間隔

- 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.

+ You may specify the spacing for brushes — 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.

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 often the brush is drawn.)

@@ -345,9 +345,9 @@
Animated Brushes

- 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.

+ Brushes may be animated. As the brush is used, each frame of the animation is drawn in sequence.

- 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.

+ 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.

Add a line containing the line "frames=N" to the brush's data file, where "N" is the number of frames in the brush.

@@ -357,9 +357,9 @@

Directional Brushes

- 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.

+ 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 — 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 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.

+ 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.

Add a line containing the word "directional" to the brush's data file.

@@ -367,7 +367,7 @@
Rotating Brushes

- 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.

+ 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.

Add a line containing the word "rotate" to the brush's data file.

@@ -375,7 +375,7 @@
Chaotic Brushes

- As of Tux Paint version 0.9.34, brushes can be configured to continuously pick random directions as you draw with them.

+ Brushes may be configured to continuously choose a random direction as you draw with them.

Add a line containing the word "chaotic" to the brush's data file.

@@ -424,7 +424,7 @@ alt="" align="right">

- 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).

+ 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).

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).

@@ -662,7 +662,7 @@ 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 using a backwards version of "stamp.png").

- As of Tux Paint 0.9.18, you may similarly provide a pre-flipped image with "_flip" in the name, and/or an image that is both mirrored and flipped, by naming it "_mirror_flip".

+ You may also provide a pre-flipped image with "_flip" in the name, and/or an image that is both mirrored and flipped, by naming it "_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 mirrored or flipped, respectively.

@@ -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.

- 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.

+ 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.

@@ -957,7 +957,7 @@ alt="" align="right">

- '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.)

+ 'Template' images also appear in the 'New' dialog, along with solid color background choices and 'Starters'.

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.

@@ -1118,7 +1118,7 @@

- 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 "osk" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts).

+ 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 "osk" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts).

We'll use the QWERTY keyboard as an example:

diff --git a/docs/ja_JP.UTF-8/html/FAQ.html b/docs/ja_JP.UTF-8/html/FAQ.html index 46ae92e9b..8b0483550 100644 --- a/docs/ja_JP.UTF-8/html/FAQ.html +++ b/docs/ja_JP.UTF-8/html/FAQ.html @@ -96,7 +96,7 @@

- 2025年1月 9日

+ 2025年1月12日

- 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. (Note: As of version 0.9.14, Tux Paint comes with a small collection of example stamps.)

+ 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. (Note: Tux Paint ships with a very small collection of example stamps.)

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.

@@ -286,12 +286,6 @@

If that program is not available (for example, you're using CUPS, the Common Unix Printing System, and do not have "cups-lpr" installed), you will need to specify an appropriate command using the "printcommand" option 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.

@@ -363,7 +357,7 @@
- In the user's "AppData" folder:
e.g., "C:\Users\ユーザー名\AppData\Roaming\TuxPaint\saved\"
+ In the user's "AppData" folder:
e.g., "C:\Users\ユーザー名\AppData\Roaming\TuxPaint\saved\"

(Note: The "AppData" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., File Explorer).)

@@ -383,7 +377,7 @@
- In the user's "home directory" folder:
e.g., "/home/ユーザー名/.tuxpaint/saved/"
+ In the user's "home directory" folder:
e.g., "/home/ユーザー名/.tuxpaint/saved/"

(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., GNOME Files or Dolphin).)

@@ -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 "stdout.txt" in the same folder where TuxPaint.exe resides (e.g., in "C:\Program Files\TuxPaint\").

- A lockfile (e.g., "/home/ユーザー名/.tuxpaint/lockfile.dat" on Linux and Unix, "userdata\lockfile.dat" 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).

+ A lockfile (e.g., "/home/ユーザー名/.tuxpaint/lockfile.dat" on Linux and Unix, "userdata\lockfile.dat" 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).

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.

@@ -786,7 +780,7 @@

- C:\Users\ユーザー名\AppData\Roaming\TuxPaint\tuxpaint.cfg

+ C:\Users\ユーザー名\AppData\Roaming\TuxPaint\tuxpaint.cfg

@@ -830,7 +824,7 @@

- /home/ユーザー名/.tuxpaintrc

+ /home/ユーザー名/.tuxpaintrc

@@ -865,7 +859,7 @@

- ...then you can reenable sound by either adding this option to your own "/home/ユーザー名/.tuxpaintrc" file:

+ ...then you can reenable sound by either adding this option to your own "/home/ユーザー名/.tuxpaintrc" file:

diff --git a/docs/ja_JP.UTF-8/html/INSTALL.html b/docs/ja_JP.UTF-8/html/INSTALL.html index ded0bb0d8..0c2afd603 100644 --- a/docs/ja_JP.UTF-8/html/INSTALL.html +++ b/docs/ja_JP.UTF-8/html/INSTALL.html @@ -93,12 +93,12 @@ Installation Documentation

- Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
+ Copyright © 2002-2025 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/

- 2024年4月29日

+ 2025年1月12日

@@ -206,7 +206,7 @@
libpaper (Linux/Unix only)

- 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".

+ 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".

https://github.com/naota/libpaper @@ -226,7 +226,7 @@

SVG graphics support

- 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 "make SVG_LIB:=")

+ 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 "make SVG_LIB:=")

librsvg-2 & libCairo2 (newer libraries)
@@ -311,7 +311,7 @@

- As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile" includes support for building on a Windows system using MinGW/MSYS (https://sourceforge.net/projects/msys2/).

+ The "Makefile" includes support for building on a Windows system using MinGW/MSYS (https://sourceforge.net/projects/msys2/).

Many tools and libraries are required to build Tux Paint. The package management system "pacman" helps you install them automatically solving complicated dependencies.

@@ -751,7 +751,7 @@

- 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 "stderr.txt" in your personal saving folder for TuxPaint which is normaly "C:\Users\ユーザー名\AppData\Roaming\TuxPaint\".

+ 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 "stderr.txt" in your personal saving folder for TuxPaint which is normaly "C:\Users\ユーザー名\AppData\Roaming\TuxPaint\".

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).

diff --git a/docs/ja_JP.UTF-8/html/MAGIC-API.html b/docs/ja_JP.UTF-8/html/MAGIC-API.html index 3ec029a79..6def557eb 100644 --- a/docs/ja_JP.UTF-8/html/MAGIC-API.html +++ b/docs/ja_JP.UTF-8/html/MAGIC-API.html @@ -97,12 +97,12 @@ 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/

- 9月 17, 2024

+ 1月 12, 2025

@@ -153,7 +153,7 @@

- 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.

+ Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux Paint starts up.

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.) diff --git a/docs/ja_JP.UTF-8/html/OPTIONS.html b/docs/ja_JP.UTF-8/html/OPTIONS.html index 50706c399..f5a83de2b 100644 --- a/docs/ja_JP.UTF-8/html/OPTIONS.html +++ b/docs/ja_JP.UTF-8/html/OPTIONS.html @@ -97,12 +97,12 @@ 各種設定について

- Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
+ Copyright © 2002-2025 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/

- 2024年4月29日

+ 2025年1月12日

@@ -169,7 +169,7 @@

- /home/ユーザー名/.tuxpaintrc

+ /home/ユーザー名/.tuxpaintrc

@@ -216,7 +216,7 @@

- C:\Users\ユーザー名\AppData\Roaming\TuxPaint\tuxpaint.cfg

+ C:\Users\ユーザー名\AppData\Roaming\TuxPaint\tuxpaint.cfg

設定ファイルはメモ帳やワードパッドで作成できますが、必ずテキストファイルとして保存するよう注意して下さい。また、ファイル名に ".txt" という拡張子をつけないようにします。

@@ -519,10 +519,7 @@

- Tux Paint 0.9.15 以前では、マウスの中ボタンと右ボタンでもクリックが可能でしたが、バージョン0.9.15からは、子供たちが間違ったボタン押さないように、マウスの左ボタンだけが使えるように変更しました。

- -

- マウス操作が苦手なお子さんの場合、このオプションを使用することで、マウスの2つまたは3つのボタンの区別を無効にすることができます。

+ 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.

注: システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "nobuttondistinction=no" または "buttondistinction=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--buttondistinction" で変更できます。

@@ -1637,12 +1634,6 @@
lpr
- -

- 📜 注: バージョン 0.9.15 より前までは、印刷コマンド(標準では "pngtopnm | pnmtops | lpr")に PNG 形式のデータを送信していました。

- -

- このため、バージョン 0.9.15 以前で printcommand を lpr 以外に設定していた場合は、この設定を変更する必要があります。

@@ -1785,11 +1776,11 @@
Linux / Unix
各ユーザーのホームディレクトリ以下の隠しディレクトリ:
- /home/ユーザー名/.tuxpaint/saved/
+ /home/ユーザー名/.tuxpaint/saved/
Windows
- C:\Users\ユーザー名\AppData\Roaming\TuxPaint\saved\
+ C:\Users\ユーザー名\AppData\Roaming\TuxPaint\saved\
macOS
@@ -1823,7 +1814,7 @@
  • Linux および Unix — XDG (X Desktop Group) 標準に基づく設定が利用可能な場合、個々のデスクトップ環境において画像保存用として設定されているディレクトリ("xdg-user-dir PICTURES" コマンドで確認できます)
    - 英語環境では一般的にユーザーのホームディレクトリ以下の "Pictures" ディレクトリ("/home/ユーザー名/Pictures")になります。(日本語環境では "画像")
    + 英語環境では一般的にユーザーのホームディレクトリ以下の "Pictures" ディレクトリ("/home/ユーザー名/Pictures")になります。(日本語環境では "画像")
    XDGの設定が読み取れない場合や、"XDG_PICTURES_DIR "に何も設定されていない場合は、上記の一般的なディレクトリを使用します。
  • Windows — 各ユーザーの ""My Pictures"" ディレクトリ(通常は "C:\Users\ユーザー名\My Pictures")。
    また、次のようにして、フォルダを直接開くこともできます:
    • "[Windows]+[R]" キーを押して "ファイル名を指定して実行" ダイアログを開く。
    • @@ -1836,11 +1827,11 @@

    - 💡 注: 標準では、サブディレクトリ "TuxPaint" が作成されます。(例: ""/home/ユーザー名/Pictures/TuxPaint"")一方、"--exportdir" オプションを用いると、指定されたパスがそのまま使用されます(サブディレクトリ "TuxPaint" は作成されません)。

    + 💡 注: 標準では、サブディレクトリ "TuxPaint" が作成されます。(例: ""/home/ユーザー名/Pictures/TuxPaint"")一方、"--exportdir" オプションを用いると、指定されたパスがそのまま使用されます(サブディレクトリ "TuxPaint" は作成されません)。

    - ディレクトリ(例: "/home/ユーザー名/Pictures/TuxPaint")が存在しない場合は新たに作成されます。

    + ディレクトリ(例: "/home/ユーザー名/Pictures/TuxPaint")が存在しない場合は新たに作成されます。

    - 一つ上の親ディレクトリ(例: "/home/ユーザー名/Pictures")が存在しない場合もディレクトリの作成を試みますが、それ以上の階層のディレクトリを作成することはありません。

    + 一つ上の親ディレクトリ(例: "/home/ユーザー名/Pictures")が存在しない場合もディレクトリの作成を試みますが、それ以上の階層のディレクトリを作成することはありません。

    例: exportdir=/home/penguin/TuxPaintExports

    @@ -1944,10 +1935,10 @@
    Linux / Unix
    -
    /home/ユーザー名/.tuxpaint/
    +
    /home/ユーザー名/.tuxpaint/
    Windows
    -
    C:\Users\ユーザー名\AppData\Roaming\TuxPaint\
    +
    C:\Users\ユーザー名\AppData\Roaming\TuxPaint\
    macoS
    /Users/ユーザー名/Library/Application Support/TuxPaint/
    @@ -2373,7 +2364,7 @@

    - 上記のオプションがシステム全体の設定ファイル(例: Linuxの場合 "/etc/tuxpaint/tuxpaint.conf")で設定されている場合、個人用の設定ファイル(例: "/home/ユーザー名/.tuxpaintrc")で上書きすることができます。

    + 上記のオプションがシステム全体の設定ファイル(例: Linuxの場合 "/etc/tuxpaint/tuxpaint.conf")で設定されている場合、個人用の設定ファイル(例: "/home/ユーザー名/.tuxpaintrc")で上書きすることができます。

    "noprint" や "grab" のような、Yes か No のオプションの場合は、個人用設定ファイルで 'no' と指定するだけで大丈夫です。

    @@ -2550,7 +2541,7 @@ これにより、システム全体の設定ファイル(例: Linuxでは "/etc/tuxpaint/tuxpaint.conf")が読み込まれなくなります。

    - ユーザーごとの設定ファイル(例: Linux では "/home/ユーザー名/.tuxpaintrc")が存在すれば、このファイルのみから設定を読み込みます。

    + ユーザーごとの設定ファイル(例: Linux では "/home/ユーザー名/.tuxpaintrc")が存在すれば、このファイルのみから設定を読み込みます。

diff --git a/docs/ja_JP.UTF-8/html/README.html b/docs/ja_JP.UTF-8/html/README.html index 79b15365a..f60d52d26 100644 --- a/docs/ja_JP.UTF-8/html/README.html +++ b/docs/ja_JP.UTF-8/html/README.html @@ -1706,7 +1706,7 @@
- In the user's "AppData" folder:
e.g., "C:\Users\ユーザー名\AppData\Roaming\TuxPaint\saved\"
+ In the user's "AppData" folder:
e.g., "C:\Users\ユーザー名\AppData\Roaming\TuxPaint\saved\"

(Note: The "AppData" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., File Explorer).)

@@ -1726,7 +1726,7 @@
- In the user's "home directory" folder:
e.g., "/home/ユーザー名/.tuxpaint/saved/"
+ In the user's "home directory" folder:
e.g., "/home/ユーザー名/.tuxpaint/saved/"

(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., GNOME Files or Dolphin).)

diff --git a/docs/sq_AL.UTF-8/EXTENDING.txt b/docs/sq_AL.UTF-8/EXTENDING.txt index 56f2370f7..677a00e49 100644 --- a/docs/sq_AL.UTF-8/EXTENDING.txt +++ b/docs/sq_AL.UTF-8/EXTENDING.txt @@ -2,10 +2,10 @@ Tux Paint 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/ - 25 dhjetor 2024 + 12 janar 2025 +------------------------------------------------------------------------+ | Pasqyrë e Lëndës | @@ -217,9 +217,9 @@ gjendet në të njëjtën drejtori.) → Distancë Peneli ← - 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. + You may specify the spacing for brushes — 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. 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 @@ -229,11 +229,11 @@ gjendet në të njëjtën drejtori.) → Penela Me Animacion ← - 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. + Brushes may be animated. As the brush is used, each frame of the animation + is drawn in sequence. - 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. + 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. 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. @@ -246,15 +246,16 @@ gjendet në të njëjtën drejtori.) → Penela Me Drejtim ← - 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. + 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 — 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. - 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ë. + 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. Shtoni te kartela e të dhënave të penelit një rresht që përmban fjalën “ directional”. @@ -263,9 +264,9 @@ gjendet në të njëjtën drejtori.) → Penela Me Rrotullim ← - 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. + 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. Shtoni te kartela e të dhënave të penelit një rresht që përmban fjalën “ rotate”. @@ -274,8 +275,8 @@ gjendet në të njëjtën drejtori.) → Chaotic Brushes ← - As of Tux Paint version 0.9.34, brushes can be configured to continuously - pick random directions as you draw with them. + Brushes may be configured to continuously choose a random direction as you + draw with them. Shtoni te kartela e të dhënave të penelit një rresht që përmban fjalën “ 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 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 -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). +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). 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ë @@ -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ë 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 " -_flip" in the name, and/or an image that is both mirrored and flipped, by -naming it "_mirror_flip". +You may also provide a pre-flipped image with "_flip" in the name, and/or an +image that is both mirrored and flipped, by naming it "_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 @@ -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 pjesë të vizatimit që bëtë, por s’mundeni të fshini përvijimin. -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). +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. ### Fillesa Në Stil Skenash ### @@ -813,9 +812,8 @@ mundësish dhe aktualisht mbulojnë krejt po ato mundësi si fillesat. 'Gjedhe' -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, s’e -përmbante veçorinë “Gjedhe”.) +'Template' images also appear in the 'New' dialog, along with solid color +background choices and 'Starters'. 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 @@ -985,12 +983,11 @@ kartelat “.im” janë të gatshme për përdorim gjatë xhirimit. Tastierë Në Ekran -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 "osk" directory. Each -keyboard layout is defined by a number of files (some of which may be shared by -different layouts). +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 "osk" directory. Each keyboard layout is defined by a +number of files (some of which may be shared by different layouts). Si shembull, do të përdorim një tastierë QWERTY: diff --git a/docs/sq_AL.UTF-8/FAQ.txt b/docs/sq_AL.UTF-8/FAQ.txt index 85ba25867..37385286b 100644 --- a/docs/sq_AL.UTF-8/FAQ.txt +++ b/docs/sq_AL.UTF-8/FAQ.txt @@ -5,7 +5,7 @@ Të drejta kopjimi © 2002-2025 nga kontribues të ndryshëm; shihni AUTHORS.txt. https://tuxpaint.org/ - 9 janar 2025 + 12 janar 2025 +-------------------------------------------+ | Pasqyrë e Lëndës | @@ -34,11 +34,10 @@ Kjo do të thotë se Tux Paint-i ose s’gjeti ndonjë figurë stampë, ose iu kërkua të mos i ngarkojë. - 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. (Shënim: - Që me versionin 0.9.14, Tux Paint-i vjen me një koleksion të vockël - stampash shembuj.) + 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. (Note: + Tux Paint ships with a very small collection of example stamps.) Nëse s’doni të instaloni koleksionin parazgjedhje të stampave, mund të 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 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 t’ju - duhet të riktheheni dhe ta ndryshoni që të pranojë PostScript. - → Më del mesazhi “S’mund të shtypni ende!”, kur bëhem gati të shtyp ← diff --git a/docs/sq_AL.UTF-8/INSTALL.txt b/docs/sq_AL.UTF-8/INSTALL.txt index 094308596..a78bcf8ec 100644 --- a/docs/sq_AL.UTF-8/INSTALL.txt +++ b/docs/sq_AL.UTF-8/INSTALL.txt @@ -2,10 +2,10 @@ version 0.9.35 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/ - 29 prill 2024 + 12 janar 2025 +------------------------------------------------------+ | 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) ← - 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". + 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". https://github.com/naota/libpaper @@ -104,9 +104,9 @@ readily available for installation as part of your Linux distribution. → Mbulim SVG-sh ← - 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 "make SVG_LIB:=") + 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 "make SVG_LIB:=") → librsvg-2 & libCairo2 (biblioteka më të reja) ← @ libRSVG 2: http://librsvg.sourceforge.net/ @@ -159,9 +159,8 @@ available freely. ## Ujdisje e Përpilimit ## -As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile" includes -support for building on a Windows system using MinGW/MSYS (https:// -sourceforge.net/projects/msys2/). +The "Makefile" includes support for building on a Windows system using MinGW/ +MSYS (https://sourceforge.net/projects/msys2/). Many tools and libraries are required to build Tux Paint. The package management system "pacman" helps you install them automatically solving diff --git a/docs/sq_AL.UTF-8/MAGIC-API.txt b/docs/sq_AL.UTF-8/MAGIC-API.txt index fef0f6e9e..d4f32e15d 100644 --- a/docs/sq_AL.UTF-8/MAGIC-API.txt +++ b/docs/sq_AL.UTF-8/MAGIC-API.txt @@ -3,10 +3,10 @@ ### 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/ - shtator 17, 2024 + janar 12, 2025 +--------------------------------------------------+ | Table of Contents | @@ -43,9 +43,8 @@ Overview -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. +Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux +Paint starts up. This division allows more rapid development of 'Magic' tools, and allows programmers to create and test new tools without needing to integrate them diff --git a/docs/sq_AL.UTF-8/OPTIONS.txt b/docs/sq_AL.UTF-8/OPTIONS.txt index 4c29f7db1..c1670478b 100644 --- a/docs/sq_AL.UTF-8/OPTIONS.txt +++ b/docs/sq_AL.UTF-8/OPTIONS.txt @@ -3,10 +3,10 @@ ### 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/ - 29 prill 2024 + 12 janar 2025 +-----------------------------------------------------+ | Pasqyrë e Lëndës | @@ -315,14 +315,8 @@ settings will override these. See the "Command-Line Options" section, below.) → nobuttondistinction=yes ← - 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 only - 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. + 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. ⚙ Note: If used in a system-wide configuration file, may be overridden by 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 - 📜 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 ← diff --git a/docs/sq_AL.UTF-8/html/EXTENDING.html b/docs/sq_AL.UTF-8/html/EXTENDING.html index 4c30292ca..10d818e2a 100644 --- a/docs/sq_AL.UTF-8/html/EXTENDING.html +++ b/docs/sq_AL.UTF-8/html/EXTENDING.html @@ -95,12 +95,12 @@ 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/

- 25 dhjetor 2024

+ 12 janar 2025

@@ -231,7 +231,7 @@

Dosja juaj personale Tux Paint gjedenet te “Application Data” juaj personale. Për shembull, në Windows-e më të rinj:

- C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\
+ C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\

@@ -246,7 +246,7 @@
Linux dhe Unix

- Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: "/home/emër përdoruesi/.tuxpaint/".

+ Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: "/home/emër përdoruesi/.tuxpaint/".

Mos harroni pikën (“.”) para “tuxpaint”!

@@ -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 “brushes”, “stamps”, “starters”, “templates”, “fonts”, përkatësisht.

- (For example, if you created a brush named "flower.png", you would put it in "/home/emër përdoruesi/.tuxpaint/brushes/" under Linux or Unix.)

+ (For example, if you created a brush named "flower.png", you would put it in "/home/emër përdoruesi/.tuxpaint/brushes/" under Linux or Unix.)

@@ -337,7 +337,7 @@
Distancë Peneli

- 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.

+ You may specify the spacing for brushes — 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.

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 numri, aq më shpesh vizaton peneli.)

@@ -345,9 +345,9 @@
Penela Me Animacion

- 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.

+ Brushes may be animated. As the brush is used, each frame of the animation is drawn in sequence.

- 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.

+ 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.

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.

@@ -357,9 +357,9 @@

Penela Me Drejtim

- 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.

+ 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 — 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. 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ë.

+ 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.

Shtoni te kartela e të dhënave të penelit një rresht që përmban fjalën “directional”.

@@ -367,7 +367,7 @@
Penela Me Rrotullim

- 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.

+ 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.

Shtoni te kartela e të dhënave të penelit një rresht që përmban fjalën “rotate”.

@@ -375,7 +375,7 @@
Chaotic Brushes

- As of Tux Paint version 0.9.34, brushes can be configured to continuously pick random directions as you draw with them.

+ Brushes may be configured to continuously choose a random direction as you draw with them.

Shtoni te kartela e të dhënave të penelit një rresht që përmban fjalën “chaotic”.

@@ -424,7 +424,7 @@ alt="" align="right">

- 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).

+ 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).

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.

@@ -662,7 +662,7 @@ Për shembull, për stampën “stamp.png” do të krijonit një kartelë tjetër të 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”).

- As of Tux Paint 0.9.18, you may similarly provide a pre-flipped image with "_flip" in the name, and/or an image that is both mirrored and flipped, by naming it "_mirror_flip".

+ You may also provide a pre-flipped image with "_flip" in the name, and/or an image that is both mirrored and flipped, by naming it "_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 mirrored or flipped, respectively.

@@ -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 s’mundeni të fshini përvijimin.

- 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).

+ 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.

@@ -957,7 +957,7 @@ alt="" align="right">

- 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, s’e përmbante veçorinë “Gjedhe”.)

+ 'Template' images also appear in the 'New' dialog, along with solid color background choices and 'Starters'.

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”, s’ka “shtresë” të pandryshueshme mbi kanavacën. Mund të vizatoni përmbi çfarëdo pjese të saj.

@@ -1118,7 +1118,7 @@

- 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 "osk" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts).

+ 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 "osk" directory. Each keyboard layout is defined by a number of files (some of which may be shared by different layouts).

Si shembull, do të përdorim një tastierë QWERTY:

diff --git a/docs/sq_AL.UTF-8/html/FAQ.html b/docs/sq_AL.UTF-8/html/FAQ.html index e76ba9b6e..155303adf 100644 --- a/docs/sq_AL.UTF-8/html/FAQ.html +++ b/docs/sq_AL.UTF-8/html/FAQ.html @@ -96,7 +96,7 @@

- 9 janar 2025

+ 12 janar 2025

- 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. (Shënim: Që me versionin 0.9.14, Tux Paint-i vjen me një koleksion të vockël stampash shembuj.)

+ 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. (Note: Tux Paint ships with a very small collection of example stamps.)

Nëse s’doni 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.

@@ -286,12 +286,6 @@

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 “cups-lpr”), do t’ju duhet të specifikoni një urdhër të përshtatshëm duke përdorur te kartela e formësimit të Tux Paint-it mundësinë “printcommand”. (Shihni “Dokumentim 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 t’ju duhet të riktheheni dhe ta ndryshoni që të pranojë PostScript.

@@ -363,7 +357,7 @@
- In the user's "AppData" folder:
e.g., "C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\saved\"
+ In the user's "AppData" folder:
e.g., "C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\saved\"

(Note: The "AppData" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., File Explorer).)

@@ -383,7 +377,7 @@
- In the user's "home directory" folder:
e.g., "/home/emër përdoruesi/.tuxpaint/saved/"
+ In the user's "home directory" folder:
e.g., "/home/emër përdoruesi/.tuxpaint/saved/"

(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., GNOME Files or Dolphin).)

@@ -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 "stdout.txt" in the same folder where TuxPaint.exe resides (e.g., in "C:\Program Files\TuxPaint\").

- A lockfile (e.g., "/home/emër përdoruesi/.tuxpaint/lockfile.dat" on Linux and Unix, "userdata\lockfile.dat" 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).

+ A lockfile (e.g., "/home/emër përdoruesi/.tuxpaint/lockfile.dat" on Linux and Unix, "userdata\lockfile.dat" 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).

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.

@@ -786,7 +780,7 @@

- C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\tuxpaint.cfg

+ C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\tuxpaint.cfg

@@ -830,7 +824,7 @@

- /home/emër përdoruesi/.tuxpaintrc

+ /home/emër përdoruesi/.tuxpaintrc

@@ -865,7 +859,7 @@

- ...then you can reenable sound by either adding this option to your own "/home/emër përdoruesi/.tuxpaintrc" file:

+ ...then you can reenable sound by either adding this option to your own "/home/emër përdoruesi/.tuxpaintrc" file:

diff --git a/docs/sq_AL.UTF-8/html/INSTALL.html b/docs/sq_AL.UTF-8/html/INSTALL.html index 2fcac74ec..5fcb679b6 100644 --- a/docs/sq_AL.UTF-8/html/INSTALL.html +++ b/docs/sq_AL.UTF-8/html/INSTALL.html @@ -93,12 +93,12 @@ 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/

- 29 prill 2024

+ 12 janar 2025

@@ -206,7 +206,7 @@
libpaper (vetëm për Linux/Unix)

- 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".

+ 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".

https://github.com/naota/libpaper @@ -226,7 +226,7 @@

Mbulim SVG-sh

- 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 "make SVG_LIB:=")

+ 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 "make SVG_LIB:=")

librsvg-2 & libCairo2 (biblioteka më të reja)
@@ -311,7 +311,7 @@

- As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile" includes support for building on a Windows system using MinGW/MSYS (https://sourceforge.net/projects/msys2/).

+ The "Makefile" includes support for building on a Windows system using MinGW/MSYS (https://sourceforge.net/projects/msys2/).

Many tools and libraries are required to build Tux Paint. The package management system "pacman" helps you install them automatically solving complicated dependencies.

@@ -751,7 +751,7 @@

- 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 "stderr.txt" in your personal saving folder for TuxPaint which is normaly "C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\".

+ 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 "stderr.txt" in your personal saving folder for TuxPaint which is normaly "C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\".

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).

diff --git a/docs/sq_AL.UTF-8/html/MAGIC-API.html b/docs/sq_AL.UTF-8/html/MAGIC-API.html index 24a79c8e8..3bbef3a1c 100644 --- a/docs/sq_AL.UTF-8/html/MAGIC-API.html +++ b/docs/sq_AL.UTF-8/html/MAGIC-API.html @@ -97,12 +97,12 @@ 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/

- shtator 17, 2024

+ janar 12, 2025

@@ -153,7 +153,7 @@

- 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.

+ Tux Paint's 'Magic' tools come as a set of 'plugins' which are loaded when Tux Paint starts up.

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.) diff --git a/docs/sq_AL.UTF-8/html/OPTIONS.html b/docs/sq_AL.UTF-8/html/OPTIONS.html index d254fbb18..1ef44d4e7 100644 --- a/docs/sq_AL.UTF-8/html/OPTIONS.html +++ b/docs/sq_AL.UTF-8/html/OPTIONS.html @@ -97,12 +97,12 @@ 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/

- 29 prill 2024

+ 12 janar 2025

@@ -169,7 +169,7 @@

- /home/emër përdoruesi/.tuxpaintrc

+ /home/emër përdoruesi/.tuxpaintrc

@@ -216,7 +216,7 @@

- C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\tuxpaint.cfg

+ C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\tuxpaint.cfg

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...

@@ -519,10 +519,7 @@

- 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 only 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.

+ 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.

Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nobuttondistinction=no" or "buttondistinction=yes". In both cases, may be overridden by the command-line option "--buttondistinction".

@@ -1637,12 +1634,6 @@
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.

@@ -1785,11 +1776,11 @@
Linux / Unix
Under a hidden directory in your home directory:
- /home/emër përdoruesi/.tuxpaint/saved/
+ /home/emër përdoruesi/.tuxpaint/saved/
Windows
- C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\saved\
+ C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\saved\
macOS
@@ -1823,7 +1814,7 @@
  • Linux & 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 "xdg-user-dir PICTURES" to find out.)
    - Typically (in an English locale), this will be a "Foto" subdirectory in your home directory (i.e., "/home/emër përdoruesi/Foto").
    + Typically (in an English locale), this will be a "Foto" subdirectory in your home directory (i.e., "/home/emër përdoruesi/Foto").
    Tux Paint will fall back to using that typical directory, if no XDG configuration can be read, or nothing is set for "XDG_PICTURES_DIR".
  • Windows - "My Pictures" directory for each user (normaly "C:\Users\emër përdoruesi\My Pictures")
    You can directly open the folder as follows:
    • Shtypni “[Windows]+[R]”" që të hapet dialogu “Xhironi …”.
    • @@ -1836,11 +1827,11 @@

    - 💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will be created and used. (e.g., "/home/emër përdoruesi/Foto/TuxPaint") When the "--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).

    + 💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will be created and used. (e.g., "/home/emër përdoruesi/Foto/TuxPaint") When the "--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).

    - The directory itself (e.g., "/home/emër përdoruesi/Foto/TuxPaint") will be created, if it doesn't exist.

    + The directory itself (e.g., "/home/emër përdoruesi/Foto/TuxPaint") will be created, if it doesn't exist.

    - If the parent directory (e.g., "/home/emër përdoruesi/Foto") also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that).

    + If the parent directory (e.g., "/home/emër përdoruesi/Foto") also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that).

    Shembull: exportdir=/home/penguin/TuxPaintExports

    @@ -1944,10 +1935,10 @@
    Linux / Unix
    -
    /home/emër përdoruesi/.tuxpaint/
    +
    /home/emër përdoruesi/.tuxpaint/
    Windows
    -
    C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\
    +
    C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\
    macoS
    /Users/emër përdoruesi/Library/Application Support/TuxPaint/
    @@ -2373,7 +2364,7 @@

    - If any of the above options are set in a system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), you may override them in your own personal configuration file (e.g. "/home/emër përdoruesi/.tuxpaintrc")

    + If any of the above options are set in a system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), you may override them in your own personal configuration file (e.g. "/home/emër përdoruesi/.tuxpaintrc")

    For true/false options, like "noprint" and "grab", you can simply say they equal 'no' in your personal configuration file:

    @@ -2550,7 +2541,7 @@ This prevents the system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), from being read.

    - Only your own configuration file (e.g. "/home/emër përdoruesi/.tuxpaintrc" on Linux) — if it exists — will be used.

    + Only your own configuration file (e.g. "/home/emër përdoruesi/.tuxpaintrc" on Linux) — if it exists — will be used.

diff --git a/docs/sq_AL.UTF-8/html/README.html b/docs/sq_AL.UTF-8/html/README.html index 67d9f1bb1..5e4606924 100644 --- a/docs/sq_AL.UTF-8/html/README.html +++ b/docs/sq_AL.UTF-8/html/README.html @@ -1706,7 +1706,7 @@
- In the user's "AppData" folder:
e.g., "C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\saved\"
+ In the user's "AppData" folder:
e.g., "C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\saved\"

(Note: The "AppData" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., File Explorer).)

@@ -1726,7 +1726,7 @@
- In the user's "home directory" folder:
e.g., "/home/emër përdoruesi/.tuxpaint/saved/"
+ In the user's "home directory" folder:
e.g., "/home/emër përdoruesi/.tuxpaint/saved/"

(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., GNOME Files or Dolphin).)