Merge work in autoscroll from 'master' into sdl2.0

This commit is contained in:
Pere Pujal i Carabantes 2022-04-26 00:25:29 +02:00
commit bf73b3679b
75 changed files with 34464 additions and 43544 deletions

View file

@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
http://www.tuxpaint.org/
2022.March.17 (0.9.28)
2022.April.14 (0.9.28)
* Improvements to "Paint" and "Lines" tools:
------------------------------------------
* Brush spacing may now be altered within Tux Paint.
@ -128,6 +128,20 @@ http://www.tuxpaint.org/
you scale down (similar to "Panels", but with non-integer scaling).
Bill Kendrick <bill@newbreedsoftware.com>
* New Brushes:
------------
* "Dog" animated directional brush.
(Modified version of art from the "oneko" package by Tatsuya Kato.
https://github.com/tie/oneko)
Brushified by Bill Kendrick <bill@newbreedsoftware.com>
* Other Improvements:
-------------------
* The up & down scroll buttons now auto-repeat if you click/tap and
hold them in the "Tools" section, and "Open", "New", and "Slideshow"
dialogs. (For https://sourceforge.net/p/tuxpaint/feature-requests/173/)
Bill Kendrick <bill@newbreedsoftware.com>
* Localization Updates:
---------------------
* Albanian translation
@ -196,6 +210,12 @@ http://www.tuxpaint.org/
saved drawing. (Affected Windows only.)
Bill Kendrick <bill@newbreedsoftware.com>
* Avoid crashes when coming across unexpected Label data stored within
a saved PNG image.
(h/t Donny Sianipar for the report & sample image)
Bill Kendrick <bill@newbreedsoftware.com> and
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Ports & Building:
-----------------
* Windows
@ -238,7 +258,8 @@ http://www.tuxpaint.org/
* Documentation updates:
---------------------
* Added some styling, use of HTML semantic tags, call-outs for notes,
improved printed output, and other improvements to the README docs.
improved printed output, and other improvements to the README and
OPTIONS docs.
Bill Kendrick <bill@newbreedsoftware.com>
* macOS Apple Silicon and Universal Binary build instructions