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
244ab1d6f2
Being more consistent w/ use of gettext()/_noop()
...
...in Magic tools (for names & descriptions / tool-tips).
2024-10-07 21:44:08 -07:00
Bill Kendrick
0532b35f31
Gave ordering to all Distorts magic tools
2024-01-16 21:31:07 -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
b85e47cf60
New "TV (Bright)" variation of "TV" Magic tool
2023-04-22 12:13:12 -07:00
Bill Kendrick
9003d15717
TV: Support sizes
2023-04-22 11:52:20 -07:00
Bill Kendrick
4d932f800b
Add ATTRIBUTE_UNUSED back to MAGIC_set_color() funcs
...
Avoid compile time warnings
2023-02-12 13:17:49 -08:00
Bill Kendrick
3b1c26c93d
Update all other Magic tools' "set_color()"
...
FIXME: This loses "ATTRIBUTE_UNUSED" where they existed, and also
all of the files committed here need that compiler hint added to
all of the new arguments ('canvas', 'last', etc.) since they
obviously don't use them either.
2023-01-25 02:15:19 -08:00
Bill Kendrick
0517b4392c
Update URL to https://tuxpaint.org/ everywhere
...
Also, add other social media accounts to list of places to
announce Tux Paint in RELEASE docs.
Also, list a ton more options missing from default example config file
"src/tuxpaint.conf"
2022-12-11 01:29:25 -08:00
Bill Kendrick
cc05925d9e
Re-ran indent on all .c & .h source code files
...
Like so --
find . -name "*.c" -or -name "*.h" -exec indent -nbfda -npcs -npsl -bli0 --no-tabs {} \;
The `indent` invocation differs from the last one noted in
CHANGES.txt (from 2006!?), in that I've added "--no-tabs",
to ensure indents are all space-based.
2022-09-15 00:14:20 -07:00
Pere Pujal i Carabantes
b6b0636eb5
Merge branch 'master' into sdl2.0
2021-09-27 23:32:48 +02:00
Bill Kendrick
448a4b4487
Put more Magic tools into their groups
...
...WIP
2021-09-21 00:07:14 -07:00
Bill Kendrick
8f31459990
"TV" Magic Tool enhancement
...
"TV" now breaks pixels into red/green/blue components,
rather than merely adding a 'scanline' effect.
Reworked how it handles interaction (click/drag vs fullscreen).
2021-09-20 22:28:29 -07:00
Pere Pujal i Carabantes
f836cc775a
Magic tools: Inline->static for android, corrected paths to avoid double slash which makes SDL2 not loading the stuff from assets.
...
Thoose changes were already in the SDL2 and android versions, they were reverted somehow...
2018-02-28 00:23:15 +01:00
Bill Kendrick
cc7dd8e3c9
indent tv.c
2017-10-15 11:51:18 -07:00
Pere Pujal i Carabantes
bda0f95b55
Removing warnings on magic toothpaste and tv by finaiized as a task in GCI
2011-12-17 22:43:56 +00:00
Pere Pujal i Carabantes
4c85679135
Corrected sound, adding paint mode
2009-06-19 19:40:59 +00:00
Pere Pujal i Carabantes
ab3ed4eecf
Playing new tv sound
2009-06-18 21:59:17 +00:00
secretlondon
4caafe2854
kill click on string2.ogg, note that tv doesn't play sound
2009-06-18 21:43:03 +00:00
secretlondon
f9fee364a2
New tv sound. Made in audacity.
2009-06-18 19:32:24 +00:00
William Kendrick
6169f461b0
String cleanup.
2008-08-18 22:00:47 +00:00
William Kendrick
6c3893fd41
Added TV & Rosette Magic tools.
2008-08-18 21:45:49 +00:00