WIP Ability to ungroup Magic tools

Put them in a big long list, without left/right pagination buttons,
like pre-0.9.27 Tux Paint.

Code is in place, but no way of activating it.

For https://sourceforge.net/p/tuxpaint/feature-requests/229/
This commit is contained in:
Bill Kendrick 2024-04-08 22:15:23 -07:00
parent 5139985781
commit 554c6145fc
2 changed files with 80 additions and 39 deletions

View file

@ -6,7 +6,7 @@ Copyright (c) 2002-2024
Various contributors (see below, and AUTHORS.txt)
https://tuxpaint.org/
2024.March.28 (0.9.33)
2024.April.8 (0.9.33)
* New Magic Tools:
----------------
* WIP Specular Reflection: Draws a slightly blurred, wavy, and
@ -48,6 +48,12 @@ https://tuxpaint.org/
(Management scripts based on those found in `tuxpaint-stamps`.)
Bill Kendrick <bill@newbreedsoftware.com>
* WIP New option, --ungroupmagictools, to ungroup Magic tools
(one big long list, rather than paginating; grouping was
added in Tux Paint 0.9.27)
Closes https://sourceforge.net/p/tuxpaint/feature-requests/229/
Bill Kendrick <bill@newbreedsoftware.com>
* Make screen refresh more snappy on macOS.
Mark Kim <markuskimius@gmail.com>