Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/magic
diff options
context:
space:
mode:
authorwkendrick <wkendrick>2009-08-10 18:00:26 (GMT)
committer wkendrick <wkendrick>2009-08-10 18:00:26 (GMT)
commitbbaa14f7357ea3441fdfe138baab0f318bed6494 (patch)
tree90a4a7f360e572373c2ff3eff444b30add70c34f /magic
parent9786dc281071613cec64735d36e500f6aa38c278 (diff)
Portuguese update.
AUTHORS/CHANGES doc'ing some new Magic tools. Need to user-doc some of the newer Magic tools (see FIXMEs in magic-docs.php)
Diffstat (limited to 'magic')
-rw-r--r--magic/magic-docs/src/magic-docs.php12
1 files changed, 11 insertions, 1 deletions
diff --git a/magic/magic-docs/src/magic-docs.php b/magic/magic-docs/src/magic-docs.php
index df18f5d..fc69e68 100644
--- a/magic/magic-docs/src/magic-docs.php
+++ b/magic/magic-docs/src/magic-docs.php
@@ -5,7 +5,7 @@ individual HTML files for each of them, and an index.html that links to
them all. */
/* Bill Kendrick <bill@newbreedsoftware.com> */
-/* 2009.08.08 */
+/* 2009.08.10 */
/* Authors of the Magic tools: */
@@ -49,6 +49,9 @@ $AUTHOR_PERE = "Pere Pujal i Carabantes|pere@fornol.no-ip.org";
$tools = array(
+
+/* FIXME: Blinds */
+
array('name'=>'Blocks',
'desc'=>'This makes the picture blocky looking ("pixelated") wherever you drag the mouse.',
'author'=>array($AUTHOR_KENDRICK,$AUTHOR_ALBERT)),
@@ -167,6 +170,11 @@ $tools = array(
'author'=>$AUTHOR_KENDRICK,
'see'=>'Flip'),
+/* FIXME: Mosaic */
+/* FIXME: Mosaic hexagon */
+/* FIXME: Mosaic irregular */
+/* FIXME: Mosaic square */
+
array('name'=>'Negative',
'desc'=>'This inverts the colors wherever you drag the mouse. (e.g., white becomes black, and vice versa.)',
'author'=>$AUTHOR_KENDRICK),
@@ -267,6 +275,8 @@ $tools = array(
'desc'=>'Paint thick blobs of color on your picture that look like toothpaste.',
'author'=>$AUTHOR_ANDREWC),
+/* FIXME: Tornado */
+
array('name'=>'Waves',
'desc'=>'Click to make the entire picture wavy, side-to-side. Drag the mouse up and down to change the height of the ripples, and left and right to change the width. Release the mouse button when it looks the way you like it.', /* FIXME: Dragging went away! */
'author'=>$AUTHOR_KENDRICK,