* Keyboard mouse control disabled by default.
* CHANGES.txt updates/corrections: * Removed OSK-related FIXMEs, since they're addressed. * Noted "--joystick-dev list" feature * Noted "--keyboard" (not "--keymouse") for keyboard mouse control
This commit is contained in:
parent
be64f318b9
commit
d7f9139170
2 changed files with 8 additions and 17 deletions
|
|
@ -2,13 +2,13 @@ CHANGES.txt for Tux Paint
|
||||||
|
|
||||||
Tux Paint - A simple drawing program for children.
|
Tux Paint - A simple drawing program for children.
|
||||||
|
|
||||||
Copyright (c) 2002-2012 by Bill Kendrick and others
|
Copyright (c) 2002-2014 by Bill Kendrick and others
|
||||||
bill@newbreedsoftware.com
|
bill@newbreedsoftware.com
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
2014.March.19 (0.9.22)
|
2014.April.6 (0.9.22)
|
||||||
|
|
||||||
* New Tools:
|
* New Tools:
|
||||||
----------
|
----------
|
||||||
|
|
@ -114,17 +114,7 @@ $Id$
|
||||||
Special thanks to Richard Verhoeven <river@win.tue.nl>
|
Special thanks to Richard Verhoeven <river@win.tue.nl>
|
||||||
Public domain.
|
Public domain.
|
||||||
|
|
||||||
FIXME:
|
* Keyboard can be used to move and click mouse ("keyboard" option).
|
||||||
* When refreshing a draw full of labels flickers a lot.
|
|
||||||
* "Caps" label perhaps should show an up-arrow (a la
|
|
||||||
old Mac keyboards?) (Unicode U+21CE or U+21EA?)
|
|
||||||
* Replace "Shift" with an arrow? (Unicode U+21E7)
|
|
||||||
* "Back" label perhaps should be a delete left-arrow?
|
|
||||||
(Unicode U+232B)
|
|
||||||
* "Enter" should probably be replaced with a carriage return
|
|
||||||
down-then-left-arrow. (Unicode U+21B5 or U+23CE)
|
|
||||||
|
|
||||||
* Keyboard can be used to move and click mouse ("keymouse").
|
|
||||||
[Experimental!]
|
[Experimental!]
|
||||||
by Ankit Choudary <ankit.goaldecided@gmail.com> (GSOC 2010)
|
by Ankit Choudary <ankit.goaldecided@gmail.com> (GSOC 2010)
|
||||||
|
|
||||||
|
|
@ -157,6 +147,7 @@ $Id$
|
||||||
|
|
||||||
* Use --joystick-dev to choose joystick (otherwise
|
* Use --joystick-dev to choose joystick (otherwise
|
||||||
uses the first joystick found on the system).
|
uses the first joystick found on the system).
|
||||||
|
* Use '--joystick-dev list' to list available joysticks.
|
||||||
* Uses any of the buttons found in the joystick, no need for
|
* Uses any of the buttons found in the joystick, no need for
|
||||||
configuration. (--joystick-buttons-ignore can be used to
|
configuration. (--joystick-buttons-ignore can be used to
|
||||||
ignore buttons.)
|
ignore buttons.)
|
||||||
|
|
@ -174,8 +165,8 @@ $Id$
|
||||||
* --joystick_maxsteps sets the maximum number of pixels that
|
* --joystick_maxsteps sets the maximum number of pixels that
|
||||||
the pointer will move at a time.
|
the pointer will move at a time.
|
||||||
Allowed values from 1 to 7, defaults to 7.
|
Allowed values from 1 to 7, defaults to 7.
|
||||||
* Joystick buttons can be assigned used to activate certain commands.
|
* Joystick buttons can be assigned used to activate certain commands
|
||||||
(--joystick-btn-COMMAND options)
|
in Tux Paint (--joystick-btn-COMMAND options)
|
||||||
|
|
||||||
* Magic Tool Improvememnts:
|
* Magic Tool Improvememnts:
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
(See COPYING.txt)
|
(See COPYING.txt)
|
||||||
|
|
||||||
June 14, 2002 - March 30, 2014
|
June 14, 2002 - April 6, 2014
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1103,7 +1103,7 @@ static int alt_print_command_default = ALTPRINT_MOD;
|
||||||
static int want_alt_printcommand;
|
static int want_alt_printcommand;
|
||||||
|
|
||||||
static int wheely = 1;
|
static int wheely = 1;
|
||||||
static int keymouse = 1; /* FIXME: Should be off by default -bjk 2011.04.15 */
|
static int keymouse = 0;
|
||||||
static int no_button_distinction;
|
static int no_button_distinction;
|
||||||
static int button_down;
|
static int button_down;
|
||||||
static int scrolling;
|
static int scrolling;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue