Screen size can be rotated using the "--orient=portrait" command-line option or "orient=portait" configuration file setting. This swaps the width and height values used for window or screen size.
This commit is contained in:
parent
5dffed81d0
commit
3572c30937
4 changed files with 53 additions and 2 deletions
|
|
@ -22,6 +22,14 @@ $Id$
|
|||
it no longer shows 'success' pop-up that must be dismissed.)
|
||||
(Addresses SourceForge RFE #1680500)
|
||||
|
||||
* Screen size can be rotated using the "--orient=portrait" command-line
|
||||
option or "orient=portait" configuration file setting. This swaps
|
||||
the width and height values used for window or screen size.
|
||||
(e.g., "tuxpaint --fullscreen --1024x786 --orient=portrait" will
|
||||
run Tux Paint in 768x1024 mode.) Useful for tablet PCs.
|
||||
Note: override previously-set option with "--orient=landscape" or
|
||||
"orient=landscape".
|
||||
|
||||
* Tool Improvements:
|
||||
------------------
|
||||
* Input Method Framework, with implementations of Korean (Hangul 2-Bul)
|
||||
|
|
|
|||
|
|
@ -93,6 +93,12 @@ Windows Users
|
|||
* 768x1024
|
||||
* 1600x1200
|
||||
|
||||
orient=portrait
|
||||
|
||||
Swaps the width/height options given to Tux Paint, useful for
|
||||
rotating the window on portait displays, such as a tablet PC
|
||||
that's in tablet orientation.
|
||||
|
||||
native=yes
|
||||
|
||||
When running Tux Paint in fullscreen mode, this assumes the
|
||||
|
|
@ -549,6 +555,7 @@ Windows Users
|
|||
|
||||
--fullscreen
|
||||
--WIDTHxHEIGHT
|
||||
--orient=portrait
|
||||
--native
|
||||
--startblank
|
||||
--nosound
|
||||
|
|
@ -583,6 +590,7 @@ Windows Users
|
|||
|
||||
--windowed
|
||||
--800x600
|
||||
--orient=landscape
|
||||
--startlast
|
||||
--sound
|
||||
--quit
|
||||
|
|
|
|||
|
|
@ -131,6 +131,13 @@ New Breed Software</p>
|
|||
</p>
|
||||
</dd>
|
||||
|
||||
<dt><code><b>orient=portrait</b></code></dt>
|
||||
<dd>
|
||||
<p>Swaps the width/height options given to Tux Paint, useful for
|
||||
rotating the window on portait displays, such as a tablet PC that's
|
||||
in tablet orientation.
|
||||
</dd>
|
||||
|
||||
<dt><code><b>native=yes</b></code></dt>
|
||||
<dd>
|
||||
<p>When running <i>Tux Paint</i> in fullscreen mode, this
|
||||
|
|
@ -867,6 +874,7 @@ New Breed Software</p>
|
|||
<dt><code><b>
|
||||
--fullscreen<br>
|
||||
--<i>WIDTH</i>x<i>HEIGHT</i><br>
|
||||
--orient=portrait<br>
|
||||
--native<br>
|
||||
--startblank<br>
|
||||
--nosound<br>
|
||||
|
|
@ -904,6 +912,7 @@ New Breed Software</p>
|
|||
<dt><code><b>
|
||||
--windowed<br>
|
||||
--800x600<br>
|
||||
--orient=landscape<br>
|
||||
--startlast<br>
|
||||
--sound<br>
|
||||
--quit<br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue