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
Bill Kendrick
1d5dd8eb9f
Finished organizing Magic tools; updated docs
...
Added group code to `tp_magic_example.c`, and documented
in the "Creating Tux Paint Magic Tool Plugins" docs.
2021-09-21 01:02:22 -07:00
Bill Kendrick
cb8c885433
Ran indent on tp_magic_example.c
...
See https://sourceforge.net/p/tuxpaint/mailman/message/36077409/
from Oct. 2017 for more.
2019-04-13 12:13:28 -07:00
Bill Kendrick
1bb6bbeef4
indent magic tool example code (tp_magic_example.c)
...
Sure, why not? Running `indent` on "tp_magic_example.c" in the
Magic Tool development docs :-)
2017-10-15 11:52:51 -07:00
William Kendrick
f556b503b9
switchin() and switchout() now accept mode.
2008-07-10 20:26:38 +00:00
William Kendrick
fdb90e51aa
Adding new 'mode' args to _click() and _get_description() in example file.
2008-07-10 06:54:58 +00:00
William Kendrick
47850ca0b2
tp_magic_api.h now has gettext_noop() macro def; example code doesn't need it.
2008-07-09 21:48:21 +00:00
William Kendrick
472692fbab
Magic tools can now be both painted and full-image.
...
Negative tool now does this.
2008-07-09 02:46:54 +00:00
William Kendrick
2e61076718
switchin() and switchout() Magic functions now used.
...
Documented new switchin() and switchout() functions.
2008-07-08 01:54:00 +00:00
William Kendrick
0d6c2cf1b9
Magic tools (and tp-magic-config) supports local (user) plugins.
...
Added copyright & credit info to new Magic tool plugin .c files.
Updated Magic plugin doc API.
2007-08-08 06:56:04 +00:00
William Kendrick
26c7051c07
Stamps can now be pre-flipped and/or pre-mirrored-and-flipped now (in addition to pre-mirrored).
...
Updated version # in some docs.
Expanded comments in tp_magic_example.c Magic plugin example code.
2007-08-03 16:17:46 +00:00
William Kendrick
f8249b1e4d
Added new magic tools: Kalidescope, Glass Tile, Emboss, Metal Paint, Waves.
...
Began new magic tool: Flower.
2007-07-11 00:24:15 +00:00
William Kendrick
c44cf54033
Added dirty rect to magic api.
...
Added 'release' event to magic api.
2007-07-08 23:17:18 +00:00
William Kendrick
73b8464b75
Added Magic tool API version API.
2007-07-08 07:53:39 +00:00
William Kendrick
4aaec931be
Created start of HTML documentation to Magic plugin API.
...
Included example plugin source.
2007-07-06 19:34:18 +00:00