Mouse cursor can be hidden, useful on touchscreen devices.
This commit is contained in:
parent
0ade6590f6
commit
839776e2e3
7 changed files with 68 additions and 19 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue