Mouse cursor can be hidden, useful on touchscreen devices.

This commit is contained in:
William Kendrick 2007-05-16 01:11:33 +00:00
parent 0ade6590f6
commit 839776e2e3
7 changed files with 68 additions and 19 deletions

View file

@ -11,6 +11,11 @@ $Id$
2007.May.15 (0.9.17)
* Interface Improvements:
-----------------------
* Mouse cursor can be hidden (e.g., using "--hidecursor"), useful on
touchscreen devices like tablet PCs or the Nokia Mameo devices.
* Tool Improvements:
------------------
* Input Method Framework, with implementations of Korean (Hangul 2-Bul)

View file

@ -9,7 +9,7 @@
bill@newbreedsoftware.com
http://www.tuxpaint.org/
May 14, 2007
May 15, 2007
--------------------------------------------------------------------------
@ -243,6 +243,12 @@ Windows Users
In some enviornments, the fancy cursors cause problems. Use this
option to avoid them.
hidecursor=yes
This completely hides the mouse pointer shapes in Tux Paint.
This is useful for touchscreen devices, such as tablet PCs.
nooutlines=yes
In this mode, much simpler outlines and 'rubber-band' lines are
@ -552,6 +558,7 @@ Windows Users
--nowheelmouse
--nobuttondistinction
--nofancycursors
--hidecursor
--nooutlines
--nostamps
--nostampcontrols
@ -583,6 +590,7 @@ Windows Users
--wheelmouse
--buttondistinction
--fancycursors
--showcursor
--outlines
--stamps
--stampcontrols

View file

@ -23,7 +23,7 @@ New Breed Software</p>
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
<p>May 14, 2007</p>
<p>May 15, 2007</p>
</center>
@ -306,6 +306,13 @@ New Breed Software</p>
Use this option to avoid them.</p>
</dd>
<dt><code><b>hidecursor=yes</b></code></dt>
<dd>
<p>This completely hides the mouse pointer shapes in Tux&nbsp;Paint.</p>
<p>This is useful for touchscreen devices, such as tablet PCs.</p>
</dd>
<dt><code><b>nooutlines=yes</b></code></dt>
<dd>
<p>In this mode, much simpler outlines and 'rubber-band' lines are
@ -868,6 +875,7 @@ New Breed Software</p>
--nowheelmouse<br>
--nobuttondistinction<br>
--nofancycursors<br>
--hidecursor<br>
--nooutlines<br>
--nostamps<br>
--nostampcontrols<br>
@ -902,6 +910,7 @@ New Breed Software</p>
--wheelmouse<br>
--buttondistinction<br>
--fancycursors<br>
--showcursor<br>
--outlines<br>
--stamps<br>
--stampcontrols<br>