Merge branch 'master' into sdl2.0
This commit is contained in:
commit
2bc40bd9d0
152 changed files with 8460 additions and 6592 deletions
|
|
@ -8,7 +8,7 @@ http://www.tuxpaint.org/
|
|||
|
||||
$Id$
|
||||
|
||||
2020.July.31 (0.9.25)
|
||||
2020.August.15 (0.9.25)
|
||||
* New Features
|
||||
------------
|
||||
* Export drawings:
|
||||
|
|
@ -27,12 +27,37 @@ $Id$
|
|||
* The "--exportdir" option can be used to override the default
|
||||
location (but a "TuxPaint" subdir. will NOT be placed there).
|
||||
|
||||
* Shape controls:
|
||||
* Draw shapes from the center (as in previous versions of Tux Paint)
|
||||
or from a corner (similar to the default mode of most other
|
||||
graphics tools).
|
||||
* The controls to modify the drawing behavior can be removed,
|
||||
for simplification of Tux Paint's interface (for younger users).
|
||||
|
||||
* Ports & Building
|
||||
----------------
|
||||
* Corrections for Haiku not opening saved files.
|
||||
(Ref: https://github.com/haikuports/haikuports/issues/3045)
|
||||
Gerasim Troeglazov <3dEyes@gmail.com>
|
||||
|
||||
* New Brushes
|
||||
-----------
|
||||
* Footprints
|
||||
* Human feet
|
||||
Based on Openclipart by "netalloy"
|
||||
(https://openclipart.org/artist/netalloy)
|
||||
Creative Commons Zero 1.0 Public Domain License
|
||||
|
||||
* Paw (dog or cat like)
|
||||
Based on Openclipart by "alinager"
|
||||
(https://openclipart.org/artist/alinager)
|
||||
Creative Commons Zero 1.0 Public Domain License
|
||||
|
||||
* Shoes
|
||||
Based on Openclipart by "Tavin"
|
||||
(https://openclipart.org/artist/Tavin)
|
||||
Creative Commons Zero 1.0 Public Domain License
|
||||
|
||||
* Documentation updates
|
||||
---------------------
|
||||
* Cleaned up HTML code of HTML-based documentation.
|
||||
|
|
@ -701,8 +726,8 @@ $Id$
|
|||
* Frame - neon
|
||||
Made in inkscape and the gimp by Caroline Ford.
|
||||
|
||||
* New Templates
|
||||
-------------
|
||||
* New Templates:
|
||||
--------------
|
||||
* Burnt bark
|
||||
* Cliff
|
||||
* Corn maze
|
||||
|
|
@ -724,8 +749,8 @@ $Id$
|
|||
* Wool mill machine
|
||||
Photographed by Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
* New Brushes
|
||||
---------
|
||||
* New Brushes:
|
||||
------------
|
||||
* Another flower brush
|
||||
Made out of some open clipart by C Ford.
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Options Documentation
|
|||
Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
July 27, 2020
|
||||
August 14, 2020
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -358,6 +358,12 @@ Windows Users
|
|||
controls, and only provides the default functionality (usually
|
||||
paint-mode).
|
||||
|
||||
noshapecontrols=yes
|
||||
Disable the control buttons shown when using the Shapes tool
|
||||
that allow changing how shapes are drawn — centered around the
|
||||
initial mouse click, or with a corner at the initial mouse
|
||||
click.
|
||||
|
||||
nolabel=yes
|
||||
Disables the Label tool: the tool that allows text entry which
|
||||
can be edited later.
|
||||
|
|
@ -1018,6 +1024,7 @@ Windows Users
|
|||
--nostamps
|
||||
--nostampcontrols
|
||||
--nomagiccontrols
|
||||
--noshapecontrols
|
||||
--nolabel
|
||||
--newcolorslast
|
||||
--mouse-accessibility
|
||||
|
|
@ -1091,6 +1098,7 @@ Windows Users
|
|||
--stamps
|
||||
--stampcontrols
|
||||
--magiccontrols
|
||||
--shapecontrols
|
||||
--label
|
||||
--newcolorsfirst
|
||||
--nosysfonts
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright 2002-2020 by various contributors; see AUTHORS.txt
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
June 14, 2002 - July 27, 2020
|
||||
June 14, 2002 - August 15, 2020
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -285,10 +285,31 @@ Available Tools
|
|||
Select a shape from the selector on the right (circle,
|
||||
square, oval, etc.).
|
||||
|
||||
Use the options at the bottom right to choose the shape
|
||||
tool's behavior:
|
||||
|
||||
Shapes from center
|
||||
The shape will expand from where you initially
|
||||
clicked, and will be centered around that
|
||||
position. (This was Tux Paint's only behavior
|
||||
through version 0.9.24.)
|
||||
|
||||
Shapes from corner
|
||||
The shape will extend with one corner starting
|
||||
from where you initially clicked. This is the
|
||||
default method of most other traditional
|
||||
drawing software. (This option was added
|
||||
starting with Tux Paint version 0.9.25.)
|
||||
|
||||
Note: If shape controls are disabled (e.g., with the
|
||||
"--noshapecontrols" option), the controls will not be
|
||||
presented, and the "shapes from center" method will be used.
|
||||
|
||||
In the canvas, click the mouse and hold it to stretch the
|
||||
shape out from where you clicked. Some shapes can change
|
||||
proportion (e.g., rectangle and oval), others cannot (e.g.,
|
||||
square and circle).
|
||||
proportion (e.g., rectangle and oval may be wider than tall,
|
||||
or taller than wide), others cannot (e.g., square and
|
||||
circle).
|
||||
|
||||
Let go of the mouse when you're done stretching.
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
July 27, 2020
|
||||
August 14, 2020
|
||||
</p>
|
||||
</center>
|
||||
|
||||
|
|
@ -742,6 +742,17 @@
|
|||
default functionality (usually paint-mode).
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>noshapecontrols=yes</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Disable the control buttons shown when using the <b>Shapes</b>
|
||||
tool that allow changing how shapes are drawn —
|
||||
centered around the initial mouse click, or with a corner
|
||||
at the initial mouse click.
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>nolabel=yes</b></code>
|
||||
</dt>
|
||||
|
|
@ -3090,6 +3101,7 @@
|
|||
--nostamps<br>
|
||||
--nostampcontrols<br>
|
||||
--nomagiccontrols<br>
|
||||
--noshapecontrols<br>
|
||||
--nolabel<br>
|
||||
--newcolorslast<br>
|
||||
--mouse-accessibility<br>
|
||||
|
|
@ -3170,6 +3182,7 @@
|
|||
--stamps<br>
|
||||
--stampcontrols<br>
|
||||
--magiccontrols<br>
|
||||
--shapecontrols<br>
|
||||
--label<br>
|
||||
--newcolorsfirst<br>
|
||||
--nosysfonts<br>
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
June 14, 2002 - July 27, 2020
|
||||
June 14, 2002 - August 15, 2020
|
||||
</p>
|
||||
</center>
|
||||
|
||||
|
|
@ -707,11 +707,47 @@
|
|||
(circle, square, oval, etc.).
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Use the options at the bottom right to choose
|
||||
the shape tool's behavior:
|
||||
</p>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
Shapes from center
|
||||
</dt>
|
||||
<dd>
|
||||
The shape will expand from where you initially
|
||||
clicked, and will be centered around that position.
|
||||
(This was Tux Paint's only behavior through
|
||||
version 0.9.24.)
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
Shapes from corner
|
||||
</dt>
|
||||
<dd>
|
||||
The shape will extend with one corner starting
|
||||
from where you initially clicked. This is the
|
||||
default method of most other traditional drawing
|
||||
software. (This option was added starting with
|
||||
Tux Paint version 0.9.25.)
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
Note: If shape controls are disabled (e.g., with the
|
||||
"<code>--noshapecontrols</code>" option), the controls
|
||||
will not be presented, and the "shapes from center"
|
||||
method will be used.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
In the canvas, click the mouse and hold it to
|
||||
stretch the shape out from where you clicked. Some
|
||||
shapes can change proportion (e.g., rectangle and
|
||||
oval), others cannot (e.g., square and circle).
|
||||
oval may be wider than tall, or taller than wide),
|
||||
others cannot (e.g., square and circle).
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue