Commit graph

17 commits

Author SHA1 Message Date
Bill Kendrick
e80254df51 Ran indent.sh to re-indent all source code 2025-03-24 19:33:13 -07:00
Bill Kendrick
44d7d0ee5d Re-run indent.sh under GNU indent 2.2.13
Slight change to its default behavior re: pointer variables
(before: "type * var"; now seems to prefer: "type *var").
2024-10-20 11:22:30 -07:00
Bill Kendrick
ca537e2fbb Color Sep: Correctly abuse default size value 2024-05-14 23:26:00 -07:00
Bill Kendrick
5bdbc2766b Ran indent.sh to re-indent all source files 2024-05-10 00:26:10 -07:00
Bill Kendrick
d95e7084df 3D Glasses - Now offers various anaglyph color combos
The size option is being misused to allow different
color combinations: Red/Cyan, Red/Blue, Red/Green, and Magenta/Cyan
(there are others we could add, if only someone could figure out the
math :-D)

Note - If Tux Paint is running in "Novice" complexity mode, no choices
will be available; it will use Red/Cyan, as before.

h/t O'Hare The Rabbit for the idea
2024-04-28 18:03:28 -07:00
Bill Kendrick
b1bc736f77 Gave ordering to all Color Filter magic tools 2024-01-16 22:45:06 -08:00
Bill Kendrick
2055b071f1 All magic tools: Add "complexity_level" arg to init() 2023-12-29 14:43:40 -08:00
Bill Kendrick
18f9cad6fe Adding "indent.sh" to re-indent code; ran it!!! 2023-04-23 23:26:00 -07:00
Bill Kendrick
253d5f4a5b Colorsep: Update for new plugin API 2023-04-18 22:37:17 -07:00
Bill Kendrick
a4d942db69 Sound effect for Double Vision magic 2023-03-22 00:52:00 -07:00
Bill Kendrick
ec7aadef9e Icon for Double Vision magic 2023-03-22 00:44:10 -07:00
Bill Kendrick
dfd9ad0850 3D Glasses, Color Sep., Double Vision: Preview mode
Preview at 3x3 blockiness while dragging (to hopefully help
performance on slower systems / larger canvases; my Pixel 7 struggled
to keep up).

Render the full effect upon mouse button release.
2023-03-22 00:34:35 -07:00
Bill Kendrick
9b9fc9c845 New Magic: Double vision
WIP - needs icon & sfx
2023-03-22 00:15:16 -07:00
Bill Kendrick
559312682e Ensure 3D Glasses uses the right colors ;) 2023-02-23 00:30:42 -08:00
Bill Kendrick
2660904d52 Reworking 3D Glasses & Color Sep. icons & sfx (WIP) 2023-02-22 21:05:28 -08:00
Bill Kendrick
4eb834641d WIP: Splitting 3D Glasses out of Color Sep...
...and supporting any arbitrary color with Color Sep. tool.
2023-02-22 21:00:41 -08:00
Bill Kendrick
71ea0358c2 New Magic tool: Color Sep. (aka 3D Glasses) 2023-02-21 23:07:49 -08:00