Merge branch 'master' into sdl2.0
There are problems with im that should be investigated...
This commit is contained in:
commit
9cf77f684c
184 changed files with 9413 additions and 8107 deletions
|
|
@ -8,7 +8,7 @@ http://www.tuxpaint.org/
|
|||
|
||||
$Id$
|
||||
|
||||
2021.September.29 (0.9.28)
|
||||
2021.October.24 (0.9.27)
|
||||
* New Magic Tools:
|
||||
----------------
|
||||
* "Lightning" - Draws a bolt of lightning striking between
|
||||
|
|
@ -28,6 +28,9 @@ $Id$
|
|||
* "Smooth Rainbow" - A smooth, gradient variation of the classic
|
||||
"Rainbow" Magic tool.
|
||||
|
||||
* "Stretch" - Squish and stretch parts of your picture, giving a
|
||||
fun-house mirror effect.
|
||||
|
||||
* Magic Tool Improvements:
|
||||
------------------------
|
||||
* "Halftone" works much better, drawing large overlapping circles
|
||||
|
|
@ -42,6 +45,10 @@ $Id$
|
|||
|
||||
* Other Improvements:
|
||||
-------------------
|
||||
* New "Fill" tool mode: "Brush". Similar to classic flood fill,
|
||||
but only fills as you move the brush within the area to be
|
||||
filled.
|
||||
|
||||
* Grouped similar Magic tools into sections.
|
||||
(e.g., all of the distortions, versus painting tools, versus
|
||||
full-image effects, etc.)
|
||||
|
|
@ -79,6 +86,9 @@ $Id$
|
|||
(e.g., when returning from the "Open" dialog).
|
||||
(Closes https://sourceforge.net/p/tuxpaint/feature-requests/186/)
|
||||
|
||||
* Allowing Left [Alt] key for switching to Japanese input method.
|
||||
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
|
||||
|
||||
* Documentation updates:
|
||||
---------------------
|
||||
* Ensured Tux Paint's built-in help ("tuxpaint --help"),
|
||||
|
|
@ -150,6 +160,16 @@ $Id$
|
|||
as the drawing surface, if buttonsize was adjusted.
|
||||
(Adversely affected "Shift" magic tool.)
|
||||
|
||||
* Remove some old Win32-specific code to handle multibyte
|
||||
characters, which could cause a crash bug when using the
|
||||
on-screen keyboard under Windows. (Older mingw/msys did
|
||||
not supply a needed function.)
|
||||
* h/t @Miyagi_Andel on Twitter for reporting the crash
|
||||
* h/t Pere Pujal i Carabantes for confirming how to reproduce it
|
||||
* TOYAMA Shin-ichi <shin1@wmail.plala.or.jp> dropped the old
|
||||
code and rebuilt Tux Paint 0.9.26 for Win32 as 0.9.26-5
|
||||
* Note: This means dropping support for Windows 2000 & XP
|
||||
|
||||
* Ports & Building
|
||||
----------------
|
||||
* Fix compilation error on Linux with HOST environment variable set.
|
||||
|
|
@ -159,9 +179,29 @@ $Id$
|
|||
$HOST env. var. is set.
|
||||
Mark K. Kim <markuskimius@gmail.com>
|
||||
|
||||
* Include "AppVersion" directive to Windows installer ISS file.
|
||||
* Include "AppVersion" directive to Windows installer Inno Setup
|
||||
recipe file (.iss).
|
||||
Easton Pillay <https://sourceforge.net/u/jedieaston/profile/>
|
||||
|
||||
* Other Windows installer updates:
|
||||
+ Updated to Inno Setup 6
|
||||
+ 64-bit version now to be installed in the standard "Program Files"
|
||||
folder on 64-bit architecture instead of "Program Files (x86)" as before.
|
||||
+ 64-bit installer will invoke uninstaller for existing old x86 mode
|
||||
installation, if found.
|
||||
+ Updated translation files for the installer
|
||||
+ Added language specification to start menu shorcuts for which
|
||||
translation is supported both for the web site and installer.
|
||||
+ Disabled start menu shortcut to outdated translations of README.html.
|
||||
+ Remove old OpenCandy stuff from Windows .iss file.
|
||||
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
|
||||
|
||||
* Added shell script to build windows installer and portable zip archive.
|
||||
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
|
||||
|
||||
* Further work to remove compiler warnings.
|
||||
|
||||
|
||||
2021.June.28 (0.9.26)
|
||||
* New Features
|
||||
------------
|
||||
|
|
|
|||
|
|
@ -444,6 +444,8 @@ Available Tools
|
|||
drawing with a color of your choice. Three fill options are
|
||||
offered:
|
||||
* Solid — click once to fill an area with a solid color.
|
||||
* Brush — click and drag to fill an area with a solid
|
||||
color using freehand painting.
|
||||
* Linear — click and then drag to fill the area with
|
||||
color that fades away (a gradient) towards where you
|
||||
drag the mouse.
|
||||
|
|
|
|||
|
|
@ -701,6 +701,7 @@
|
|||
<p>
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your drawing with a color of your choice. Three fill options are offered: <ul>
|
||||
<li><strong>Solid</strong> — click once to fill an area with a solid color.</li>
|
||||
<li><strong>Brush</strong> — click and drag to fill an area with a solid color using freehand painting.</li>
|
||||
<li><strong>Linear</strong> — click and then drag to fill the area with color that fades away (a gradient) towards where you drag the mouse.</li>
|
||||
<li><strong>Radial</strong> — click once to fill an area with a color that fades away (a gradient) radially, centered on where you clicked.</li>
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -444,6 +444,8 @@ Available Tools
|
|||
drawing with a color of your choice. Three fill options are
|
||||
offered:
|
||||
* Solid — click once to fill an area with a solid color.
|
||||
* Brush — click and drag to fill an area with a solid
|
||||
color using freehand painting.
|
||||
* Linear — click and then drag to fill the area with
|
||||
color that fades away (a gradient) towards where you
|
||||
drag the mouse.
|
||||
|
|
|
|||
|
|
@ -701,6 +701,7 @@
|
|||
<p>
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your drawing with a color of your choice. Three fill options are offered: <ul>
|
||||
<li><strong>Solid</strong> — click once to fill an area with a solid color.</li>
|
||||
<li><strong>Brush</strong> — click and drag to fill an area with a solid color using freehand painting.</li>
|
||||
<li><strong>Linear</strong> — click and then drag to fill the area with color that fades away (a gradient) towards where you drag the mouse.</li>
|
||||
<li><strong>Radial</strong> — click once to fill an area with a color that fades away (a gradient) radially, centered on where you clicked.</li>
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -485,6 +485,8 @@ Outils disponibles
|
|||
de remplissage sont offertes :
|
||||
* Solide — cliquez une fois pour remplir une zone avec
|
||||
une couleur unie.
|
||||
* Brush — click and drag to fill an area with a solid
|
||||
color using freehand painting.
|
||||
* Linéaire—cliquez et faites glisser pour remplir une
|
||||
zone avec une couleur qui s'atténue au fur et à mesure
|
||||
dans la direction où vous déplacez la souris.
|
||||
|
|
|
|||
|
|
@ -701,6 +701,7 @@
|
|||
<p>
|
||||
L'outil «Remplir» «remplit» une zone contiguë de votre dessin avec une couleur unie de votre choix. Trois options de remplissage sont offertes : <ul>
|
||||
<li><strong>Solide</strong> — cliquez une fois pour remplir une zone avec une couleur unie.</li>
|
||||
<li><strong>Brush</strong> — click and drag to fill an area with a solid color using freehand painting.</li>
|
||||
<li><strong>Linéaire</strong>—cliquez et faites glisser pour remplir une zone avec une couleur qui s'atténue au fur et à mesure dans la direction où vous déplacez la souris.</li>
|
||||
<li><strong>Radial</strong>—cliquez une fois pour remplir une zone avec une couleur qui s'atténue graduellement, à partir de l'endroit où vous avez cliqué.</li>
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -461,6 +461,8 @@ Ferramentas dispoñíbeis
|
|||
recheo:
|
||||
* Sólida: prema unha vez para encher unha área cunha cor
|
||||
sólida.
|
||||
* Brush — click and drag to fill an area with a solid
|
||||
color using freehand painting.
|
||||
* Lineal: prema e arrastra para encher a área cunha cor
|
||||
que se esvae (un gradiente) cara a onde arrastra o
|
||||
rato.
|
||||
|
|
|
|||
|
|
@ -701,6 +701,7 @@
|
|||
<p>
|
||||
A ferramenta «Encher» inunda unha área contigua do seu debuxo cunha cor da súa escolla. Ofrécense tres opcións de recheo: <ul>
|
||||
<li><strong>Sólida</strong>: prema unha vez para encher unha área cunha cor sólida.</li>
|
||||
<li><strong>Brush</strong> — click and drag to fill an area with a solid color using freehand painting.</li>
|
||||
<li><strong>Lineal</strong>: prema e arrastra para encher a área cunha cor que se esvae (un gradiente) cara a onde arrastra o rato.</li>
|
||||
<li><strong>Radial</strong>: prema unha vez para encher unha área cunha cor que se esvae (un gradiente) radialmente, centrado no lugar onde premeu.</li>
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -316,6 +316,8 @@ Tux Paint の起動
|
|||
|
||||
「ぬる」ツールは、描画の連続した領域を好きな色で塗りつぶします。以下の3 つの塗りつぶしオプションが用意されています:
|
||||
* たんしょく — 領域を一つの色で塗りつぶします。
|
||||
* Brush — click and drag to fill an area with a solid
|
||||
color using freehand painting.
|
||||
* せんけい —
|
||||
領域をクリックしてからドラッグすると、ドラッグした方向に向かって色が薄くなるようにグラデーションをつけて塗りつぶします。
|
||||
* ほうしゃ —
|
||||
|
|
|
|||
|
|
@ -701,6 +701,7 @@
|
|||
<p>
|
||||
「ぬる」ツールは、描画の連続した領域を好きな色で塗りつぶします。以下の3 つの塗りつぶしオプションが用意されています: <ul>
|
||||
<li><strong>たんしょく</strong> — 領域を一つの色で塗りつぶします。</li>
|
||||
<li><strong>Brush</strong> — click and drag to fill an area with a solid color using freehand painting.</li>
|
||||
<li><strong>せんけい</strong> — 領域をクリックしてからドラッグすると、ドラッグした方向に向かって色が薄くなるようにグラデーションをつけて塗りつぶします。</li>
|
||||
<li><strong>ほうしゃ</strong> — クリックした場所を中心に周りに向かって放射状に色が薄くなるようにグラデーションをつけて塗りつぶします。</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue