Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/docs/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CHANGES.txt')
-rw-r--r--docs/CHANGES.txt29
1 files changed, 26 insertions, 3 deletions
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index b45ae86..fdc3821 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -6,9 +6,10 @@ Copyright (c) 2002-2011 by Bill Kendrick and others
bill@newbreedsoftware.com
http://www.tuxpaint.org/
-$Id: CHANGES.txt,v 1.778 2011/05/25 18:53:13 wkendrick Exp $
+$Id: CHANGES.txt,v 1.779 2011/05/27 21:14:15 perepujal Exp $
+
+2011.May.27 (0.9.22)
-2011.May.25 (0.9.22)
* New Tools:
----------
* Label - A tool to add text to a drawing, which can be modified or
@@ -112,7 +113,23 @@ $Id: CHANGES.txt,v 1.778 2011/05/25 18:53:13 wkendrick Exp $
via config.
* ASDW is QWERTY-centric; drop it, or add ways to support other
keyboard layouts.
- * Who wrote this, so we can credit!?!?
+
+ * Joystick can be used to drive Tuxpaint
+ by Ankit Choudary <ankit.goaldecided@gmail.com> (GSOC 2010)
+ with integration and fixes by Pere Pujal i Carabantes
+
+ * Uses the first joystick found on the system, so should work out of the box
+ * Uses any of the buttons found in the joystick, no need for configuration.
+ * The hat of the joystick moves one pixel at a time, usefull to carefully place the pointer.
+ * The ball of the joystick should also trigger pointer motion. FIXME: This should work but is not tested.
+ * The responsivity of the joystick can be configured via command line or config files:
+ * --joystick-slownes sets a delay at each axis motion event.
+ Allowed values from 0 to 500, defaults to 15.
+ * --joystick-threshold sets the minimum value of axis motion to begin move the pointer.
+ Allowed values from 0 to 32766, defaults to 3200.
+ * --joystick_maxsteps sets the maximum number of pixels that the pointer will move at a time.
+ Allowed values from 1 to 7, defaults to 7.
+
* Magic Tool Improvememnts:
--------------------------
@@ -228,6 +245,12 @@ $Id: CHANGES.txt,v 1.778 2011/05/25 18:53:13 wkendrick Exp $
Albert Cahalan <albert@users.sourceforge.net>,
Bill Kendrick <bill@newbreedsoftware.com>
+ * Packaging all the metadata in the PNG file. Before a draw based on a starter
+ would have need 3 files: the draw, the starter and the .dat file, whith
+ the addition of the Labels tool this increased to 5 files. Now all this stuff
+ is packed in customs chunks inside the PNG file.
+
+
* New Starters:
-------------
* Elephant