Added "startblank" option, to cause Tux Paint to always start with a blank canvas.
This commit is contained in:
parent
e246a24f66
commit
4f902a3397
5 changed files with 56 additions and 8 deletions
|
|
@ -9,7 +9,7 @@ http://www.newbreedsoftware.com/tuxpaint/
|
|||
$Id$
|
||||
|
||||
|
||||
2006.September.6 (0.9.16)
|
||||
2006.September.9 (0.9.16)
|
||||
|
||||
* Interface improvements:
|
||||
-----------------------
|
||||
|
|
@ -43,6 +43,9 @@ $Id$
|
|||
Discovered (or assumed) window size and directory settings are shown
|
||||
when tuxpaint-import is first run (even with no arguments).
|
||||
|
||||
* "startblank" option added, to cause Tux Paint to always start with
|
||||
a blank canvas (rather than loading the most-recently-edited image).
|
||||
|
||||
* In windowed mode, Tux Paint tries to open its window in the center
|
||||
of the screen (if supported by the OS or window manager).
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
bill@newbreedsoftware.com
|
||||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
April 29, 2006
|
||||
September 9, 2006
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
|
|
@ -310,6 +310,11 @@ Windows Users
|
|||
situations where the program is only being used for fun, or in a
|
||||
test environment.
|
||||
|
||||
startblank=yes
|
||||
This causes Tux Paint to display a blank canvas when it first
|
||||
starts up, rather than loading the last image that was being
|
||||
edited.
|
||||
|
||||
lang=LANGUAGE
|
||||
|
||||
Run Tux Paint in one of the supported languages. Possible choice
|
||||
|
|
@ -474,6 +479,7 @@ Windows Users
|
|||
--1280x1204
|
||||
--1400x1050
|
||||
--1600x1200
|
||||
--startblank
|
||||
--nosound
|
||||
--noquit
|
||||
--noprint
|
||||
|
|
@ -504,6 +510,7 @@ Windows Users
|
|||
|
||||
--windowed
|
||||
--640x480
|
||||
--startlast
|
||||
--sound
|
||||
--quit
|
||||
--print
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ New Breed Software</p>
|
|||
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
|
||||
<a href="http://www.newbreedsoftware.com/tuxpaint/">http://www.newbreedsoftware.com/tuxpaint/</a></p>
|
||||
|
||||
<p>April 29, 2006</p>
|
||||
<p>September 9, 2006</p>
|
||||
</center>
|
||||
|
||||
<hr size=2 noshade>
|
||||
|
|
@ -383,6 +383,12 @@ New Breed Software</p>
|
|||
It can be used in situations where the program is only being used for
|
||||
fun, or in a test environment.
|
||||
</dd>
|
||||
|
||||
<dt><code><b>startblank=yes</b></code</dt>
|
||||
<dd>
|
||||
This causes Tux Paint to display a blank canvas when it first
|
||||
starts up, rather than loading the last image that was being edited.
|
||||
</dd>
|
||||
|
||||
<dt><code><b>lang=<i>LANGUAGE</i></b></code></dt>
|
||||
<dd>
|
||||
|
|
@ -752,6 +758,7 @@ New Breed Software</p>
|
|||
--1280x1204<br>
|
||||
--1400x1050<br>
|
||||
--1600x1200<br>
|
||||
--startblank<br>
|
||||
--nosound<br>
|
||||
--noquit<br>
|
||||
--noprint<br>
|
||||
|
|
@ -785,6 +792,7 @@ New Breed Software</p>
|
|||
<dt><code><b>
|
||||
--windowed<br>
|
||||
--640x480<br>
|
||||
--startlast<br>
|
||||
--sound<br>
|
||||
--quit<br>
|
||||
--print<br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue