Merge branch 'master' into sdl2.0. Updating with latest changes and improvements, clone, fill,...

This commit is contained in:
Pere Pujal i Carabantes 2021-02-25 00:48:38 +01:00
commit 00b4aa126f
180 changed files with 15268 additions and 8028 deletions

View file

@ -8,25 +8,37 @@ http://www.tuxpaint.org/
$Id$
2021.February.10 (0.9.26)
2021.February.20 (0.9.26)
* New Features
------------
* [WIP] Larger UI buttons
* Larger UI buttons
Pere Pujal i Carabantes <pere@fornol.no-ip.org>
* It's now possible to increase how many rows of buttons are shown
for the color palette at the bottom of the screen.
(Use the "colorsrows" option.)
Pere Pujal i Carabantes <pere@fornol.no-ip.org>
* Adding sub-tools to the Fill tool:
+ Solid -- The classic fill tool; click to fill
+ Linear -- A linear gradient; click and drag to adjust,
release mouse to finish
+ Radial -- A radial gradient; click to fill
(The gradients transition from the current color to the
background that's being filled.)
* New Magic Tools:
----------------
* Pixels
Draws large squares, for classic computer 'pixel art' style drawings.
* Checkerboard
Cover the entire canvas with a checkboard pattern using the
current color. Drag to change the size of the squares.
* Clone
Clones (copies, via painting) part of a drawing to another position.
* Pixels
Draws large squares, for classic computer 'pixel art' style drawings.
* Documentation updates
---------------------
* Documentation is now maintained in a separate source repository,
@ -36,6 +48,9 @@ $Id$
few which had previously only been available as plain TXT are now
available as HTML).
+ French translation
Jacques Chion <jacques.chion@orange.fr>
+ Galician
Miguel Anxo Bouzada <mbouzada@gmail.com>
@ -66,6 +81,15 @@ $Id$
* Galician translation
Miguel Bouzada <mbouzada@gmail.com>
* Magic Tool Improvememnts:
-------------------------
* A new "xorpixel()" function has been added to the Magic Tools API.
* Bug Fixes:
----------
* Halftone magic tool wasn't loading due to a problem
with its sound effect file.
2020.December.27 (0.9.25)
* New Features
------------