Merge branch 'master' into sdl2.0

This commit is contained in:
Pere Pujal i Carabantes 2022-05-14 19:41:24 +02:00
commit 956292e122
818 changed files with 12739 additions and 11233 deletions

View file

@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
http://www.tuxpaint.org/
2022.April.14 (0.9.28)
2022.May.7 (0.9.28)
* Improvements to "Paint" and "Lines" tools:
------------------------------------------
* Brush spacing may now be altered within Tux Paint.
@ -128,6 +128,9 @@ http://www.tuxpaint.org/
you scale down (similar to "Panels", but with non-integer scaling).
Bill Kendrick <bill@newbreedsoftware.com>
* "Rush"; similar to "Zoom", but the effect is blurred.
Bill Kendrick <bill@newbreedsoftware.com>
* New Brushes:
------------
* "Dog" animated directional brush.
@ -216,6 +219,10 @@ http://www.tuxpaint.org/
Bill Kendrick <bill@newbreedsoftware.com> and
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Adjust where libpaper gets init'd.
Reuben Thomas <https://sourceforge.net/u/rrt/>
(https://sourceforge.net/p/tuxpaint/bugs/250/)
* Ports & Building:
-----------------
* Windows
@ -262,6 +269,11 @@ http://www.tuxpaint.org/
OPTIONS docs.
Bill Kendrick <bill@newbreedsoftware.com>
* Magic Tool docs sort tools by localized names, include full
localized names in the "See also" references, corrected HTML docs
(and subsequent TXT conversions) character encoding (us-ascii -> UTF-8).
Bill Kendrick <bill@newbreedsoftware.com>
* macOS Apple Silicon and Universal Binary build instructions
Mark Kim <markuskimius@gmail.com>