Commit graph

25 commits

Author SHA1 Message Date
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
16336cc854 Alien: Add a missing function prototype 2023-04-23 23:15:47 -07:00
Bill Kendrick
8218dbdba2 Color Shift (alien): Accept sizes
(Also, remove a debug printf() from Googly Eyes)
2023-04-18 22:16:41 -07: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
Pere Pujal i Carabantes
a1c778135d Merge branch 'master' into sdl2.0
Merging master 2019-september-24 into sdl2.0 branch
2019-09-24 14:52:40 +02:00
Bill Kendrick
7938480174 Clean up GCC warnings (2019-08-29 edition)
Updated most parts of the code that were throwing warnings in GCC.
2019-08-30 00:01:00 -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
d62e1ec901 indent alien.c 2017-10-15 11:37:22 -07:00
Joe Hansen
88a49ccfb2 Click and move -> Click and drag 2015-05-02 09:11:09 +00:00
William Kendrick
e990b48de7 Large bundle of OS X tweaks by Eric P. (basis of the 10.9-compatible
pre-release made in Dec. 2013):
 * Fix OS X 10.9 issue of current directory set by Finder
   to something else than folder where app bundle resides.
 * Some Mac OS X build / project changes & updates.
 * Adjustments to Mac OS X fontconfig config file, to avoid warnings
   and make things more robust.
 * Updates to some #include's to catch up with newer library revisions.
 * Tweaks to pixel read/write on Apple.
 * Introduction of 'intprt_t' casting to avoid warnings on x64.
 * Some additional debugging output.
 * Logging stderr & stdout to /tmp/tuxpaint.log
Untested (I don't have a Mac!)
2014-03-19 23:39:17 +00:00
Pere Pujal i Carabantes
0a2072e334 Removing warnings in half of magic tools by some GCI students. 2011-11-26 22:04:50 +00:00
Shin-ichi TOYAMA
a5fdc5cf3a gettext_noop() should be used for some old system. 2009-05-26 16:10:00 +00:00
Shin-ichi TOYAMA
82a232dca8 corrected wrong position of declaration for variables in some magic tools. 2009-05-26 15:00:26 +00:00
secretlondon
868ef36be4 sound for color shift magic tool 2008-11-02 00:16:18 +00:00
secretlondon
9ab6854f87 Renamed alien to shift color. Tried to fix negative's description 2008-11-01 21:49:10 +00:00
secretlondon
ee8020589a More attempts to simplify and standardise the language of the new magic tools. 2008-08-28 21:34:52 +00:00
secretlondon
9c859fd13e new icons for alien, rain, snowflake, snowball and edges magic tools + typo 2008-08-27 22:39:12 +00:00
Andrew Corcoran
a0cd6daeb5 Removed error checking from magic tools as it was causing problems with --nosound 2008-08-03 22:15:52 +00:00
Andrew Corcoran
d0d5e16b00 Added alien magic tool. Added missing description text for some magic tools. 2008-07-29 19:57:55 +00:00