When running in fullscreen mode, you may now ask Tux Paint to display at the screen's (more precisely, the operating system's) current resolution.

This commit is contained in:
William Kendrick 2007-05-14 16:24:01 +00:00
parent bc63859a5a
commit 7a0582aee2
4 changed files with 90 additions and 12 deletions

View file

@ -9,7 +9,7 @@ http://www.newbreedsoftware.com/tuxpaint/
$Id$
2007.May.3 (0.9.17)
2007.May.14 (0.9.17)
* Tool Improvements:
------------------
@ -54,6 +54,12 @@ $Id$
+ Star
+ Triangle (up and down)
* System-related improvements:
----------------------------
* When running in fullscreen mode, you may now ask Tux Paint to display
at the screen's (more precisely, the operating system's) current
resolution. Either use both "fullscreen=yes" and "native=yes" in the
config file, or "--fullscreen --native" on the command-line.
* Documentation Improvements:
---------------------------

View file

@ -9,7 +9,7 @@
bill@newbreedsoftware.com
http://www.tuxpaint.org/
May 6, 2007
May 14, 2007
--------------------------------------------------------------------------
@ -71,6 +71,10 @@ Windows Users
fullscreen=yes
Run the program in full screen mode, rather than in a window.
fullscreen=native
Run the program in full screen mode. Additionally, assume the
screen's current resolution (set by the operating system).
windowsize=SIZE
Run the program at a different size (in windowed mode) or at a
@ -89,6 +93,12 @@ Windows Users
* 768x1024
* 1600x1200
native=yes
When running Tux Paint in fullscreen mode, this assumes the
screen's current resolution (overriding any "windowsize"
option), as set by the operating system.
nosound=yes
Disable sound effects. (Note: Pressing [Alt] + [S] cannot be
used to reenable sounds if they were disabled using this
@ -528,6 +538,7 @@ Windows Users
--fullscreen
--WIDTHxHEIGHT
--native
--startblank
--nosound
--noquit

View file

@ -23,7 +23,7 @@ New Breed Software</p>
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
<p>May 6, 2007</p>
<p>May 14, 2007</p>
</center>
@ -105,6 +105,12 @@ New Breed Software</p>
Run the program in full screen mode, rather than in a window.
</dd>
<dt><code><b>fullscreen=native</b></code></dt>
<dd>
Run the program in full screen mode. Additionally, assume the
screen's current resolution (set by the operating system).
</dd>
<dt><code><b>windowsize=<i>SIZE</i></b></code></dt>
<dd>
<p>Run the program at a different size (in windowed mode) or
@ -125,6 +131,13 @@ New Breed Software</p>
</p>
</dd>
<dt><code><b>native=yes</b></code></dt>
<dd>
<p>When running <i>Tux&nbsp;Paint</i> in fullscreen mode, this
assumes the screen's current resolution (overriding any
"<code>windowsize</code>" option), as set by the operating system.
</dd>
<dt><code><b>nosound=yes</b></code></dt>
<dd>
Disable sound effects. (Note: Pressing <b>[Alt]</b>&nbsp;+&nbsp;<b>[S]</b>
@ -841,6 +854,7 @@ New Breed Software</p>
<dt><code><b>
--fullscreen<br>
--<i>WIDTH</i>x<i>HEIGHT</i><br>
--native<br>
--startblank<br>
--nosound<br>
--noquit<br>