Support for 1024x768, 1280x1024, 1400x1050 and 1600x1200 resolutions!
(Thanks, Shin-Ichi!)
This commit is contained in:
parent
42529fa427
commit
bdc6d1eb4f
9 changed files with 243 additions and 134 deletions
|
|
@ -17,6 +17,9 @@ http://www.newbreedsoftware.com/tuxpaint/
|
|||
* Added "PKG_ROOT" variable to Makefile for Tux Paint RPM building ease.
|
||||
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
|
||||
|
||||
* Added larger screen size support: 1024x768, 1280x1024, 1400x1050, 1600x1200
|
||||
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
|
||||
|
||||
|
||||
2004.September.28 (0.9.14)
|
||||
* New Features:
|
||||
|
|
|
|||
|
|
@ -1,17 +1,17 @@
|
|||
Tux Paint
|
||||
version 0.9.15
|
||||
|
||||
Options Documentation
|
||||
Options Documentation
|
||||
|
||||
Copyright 2004 by Bill Kendrick
|
||||
New Breed Software
|
||||
|
||||
bill@newbreedsoftware.com
|
||||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
[1]bill@newbreedsoftware.com
|
||||
[2]http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
October 23, 2004
|
||||
October 24, 2004
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Tux Paint Config.
|
||||
|
||||
|
|
@ -20,7 +20,7 @@ Options Documentation
|
|||
install and use this tool, or want a better understanding of the
|
||||
available options, please continue reading.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Configuration File
|
||||
|
||||
|
|
@ -60,20 +60,27 @@ Windows Users
|
|||
as Plain Text, and make sure the filename doesn't have ".txt" at the
|
||||
end...
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Available Options
|
||||
|
||||
The following settings can be set in the configuration file.
|
||||
(Command-line settings will override these. See the "Command-Line
|
||||
(Command-line settings will override these. See the "[3]Command-Line
|
||||
Options" section, below.)
|
||||
|
||||
fullscreen=yes
|
||||
Run the program in full screen mode, rather than in a window.
|
||||
|
||||
800x600=yes
|
||||
Run the program at 800x600 resolution (EXPERIMENTAL), rather
|
||||
than the smaller 640x480 resolution.
|
||||
windowsize=SIZE
|
||||
Run the program at a higher resolution, rather than the default
|
||||
of 640x480. The SIZE value may be one of:
|
||||
|
||||
* 640x480
|
||||
* 800x600
|
||||
* 1024x768
|
||||
* 1280x1024
|
||||
* 1400x1050
|
||||
* 1600x1200
|
||||
|
||||
nosound=yes
|
||||
Disable sound effects.
|
||||
|
|
@ -334,7 +341,7 @@ Windows Users
|
|||
|welsh |cymraeg | |
|
||||
+-------------------------------------------------+
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Overriding System Config. Options using .tuxpaintrc
|
||||
|
||||
|
|
@ -355,7 +362,7 @@ Windows Users
|
|||
print=yes
|
||||
mixedcase=yes
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Command-Line Options
|
||||
|
||||
|
|
@ -363,6 +370,10 @@ Windows Users
|
|||
|
||||
--fullscreen
|
||||
--800x600
|
||||
--1024x768
|
||||
--1280x1204
|
||||
--1400x1050
|
||||
--1600x1200
|
||||
--nosound
|
||||
--noquit
|
||||
--noprint
|
||||
|
|
@ -418,8 +429,8 @@ Windows Users
|
|||
--locale locale
|
||||
|
||||
Run Tux Paint in one of the support languages. See the
|
||||
"Choosing a Different Language" section below for the locale
|
||||
strings (e.g., "de_DE" for German) to use.
|
||||
"[4]Choosing a Different Language" section below for the
|
||||
locale strings (e.g., "de_DE" for German) to use.
|
||||
|
||||
(If your locale is already set, e.g. with the "$LANG"
|
||||
environment variable, this option is not necessary, since
|
||||
|
|
@ -450,7 +461,7 @@ Windows Users
|
|||
By default, the lockfile is stored in "~/.tuxpaint/" under
|
||||
Linux and Unix, and "userdata\" under Windows.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Command-Line Informational Options
|
||||
|
||||
|
|
@ -474,7 +485,7 @@ Command-Line Informational Options
|
|||
--lang help
|
||||
Display a list of available languages in Tux Paint.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Choosing a Different Language
|
||||
|
||||
|
|
@ -484,7 +495,8 @@ Command-Line Informational Options
|
|||
configuration file (e.g., "lang=spanish").
|
||||
|
||||
Tux Paint also honors your environment's current locale. (You can
|
||||
override it on the command-line using the "--locale" option; see above.)
|
||||
override it on the command-line using the "--locale" option; see
|
||||
[5]above.)
|
||||
|
||||
Use the option "--lang help" to list the available language options
|
||||
available.
|
||||
|
|
@ -592,7 +604,7 @@ Available Languages
|
|||
|
||||
(*) - These languages require their own fonts, since they are not
|
||||
represented using a Latin character set, like the others. See the
|
||||
"Special Fonts" section, below.
|
||||
"[6]Special Fonts" section, below.
|
||||
|
||||
Setting Your Environment's Locale
|
||||
|
||||
|
|
@ -630,7 +642,7 @@ Setting Your Environment's Locale
|
|||
setenv LANG es_ES ; \
|
||||
tuxpaint
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Windows Users
|
||||
|
||||
|
|
@ -679,7 +691,7 @@ Setting Your Environment's Locale
|
|||
Some languages require special fonts be installed. These font files
|
||||
(which are in TrueType format (TTF)), are much too large to include
|
||||
with the Tux Paint download, and are available separately. (See the
|
||||
table above, under the "Choosing a Different Language" section.)
|
||||
table above, under the "[7]Choosing a Different Language" section.)
|
||||
|
||||
When running Tux Paint in a language that requires its own font,
|
||||
Tux Paint will try to load the font file from its system-wide "fonts"
|
||||
|
|
@ -695,8 +707,20 @@ Setting Your Environment's Locale
|
|||
/usr/share/tuxpaint/fonts/locale/ko.ttf
|
||||
|
||||
You can download fonts for supported languages from Tux Paint's
|
||||
website, http://www.newbreedsoftware.com/tuxpaint/. (Look in the
|
||||
website, [8]http://www.newbreedsoftware.com/tuxpaint/. (Look in the
|
||||
'Fonts' section under 'Download.')
|
||||
|
||||
Under Unix and Linux, you can use the Makefile that comes with the
|
||||
font to install the font in the appropriate location.
|
||||
|
||||
References
|
||||
|
||||
Visible links
|
||||
1. mailto:bill@newbreedsoftware.com
|
||||
2. http://www.newbreedsoftware.com/tuxpaint/
|
||||
3. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/OPTIONS.html#command_line
|
||||
4. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/OPTIONS.html#different_language
|
||||
5. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/OPTIONS.html#locale
|
||||
6. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/OPTIONS.html#special_fonts
|
||||
7. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/OPTIONS.html#different_language
|
||||
8. http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
|
|
|||
163
docs/README.txt
163
docs/README.txt
|
|
@ -1,17 +1,17 @@
|
|||
Tux Paint
|
||||
[1]Tux Paint
|
||||
version 0.9.15
|
||||
|
||||
A simple drawing program for children
|
||||
A simple drawing program for children
|
||||
|
||||
Copyright 2004 by Bill Kendrick
|
||||
New Breed Software
|
||||
|
||||
bill@newbreedsoftware.com
|
||||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
[2]bill@newbreedsoftware.com
|
||||
[3]http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
June 14, 2002 - October 23, 2004
|
||||
June 14, 2002 - October 24, 2004
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
About
|
||||
|
||||
|
|
@ -30,7 +30,7 @@ License:
|
|||
behind the program is available. (This allows others to add features,
|
||||
fix bugs, and use parts of the program in their own GPL'd software.)
|
||||
|
||||
See COPYING.txt for the full text of the GPL license.
|
||||
See [4]COPYING.txt for the full text of the GPL license.
|
||||
|
||||
Objectives:
|
||||
|
||||
|
|
@ -65,7 +65,7 @@ Objectives:
|
|||
is done by selecting it from a collection of thumbnails.
|
||||
Access to other files on the computer is restricted.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Using Tux Paint
|
||||
|
||||
|
|
@ -84,11 +84,11 @@ Loading Tux Paint
|
|||
If any errors occur, they will be displayed on the terminal (to
|
||||
"stderr").
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Windows Users
|
||||
|
||||
[Icon]
|
||||
[5][Icon]
|
||||
Tux Paint
|
||||
|
||||
If you installed Tux Paint on your computer using the
|
||||
|
|
@ -110,25 +110,25 @@ Loading Tux Paint
|
|||
If you used the 'ZIP-file' download, Tux Paint's folder will be
|
||||
wherever you put it when you unzipped the ZIP file.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Mac OS X Users
|
||||
|
||||
Simply double-click the "Tux Paint" icon.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Title Screen
|
||||
|
||||
When Tux Paint first loads, a title/credits screen will appear.
|
||||
|
||||
[Title Screenshot]
|
||||
[6][Title Screenshot]
|
||||
|
||||
Once loading is complete, press a key or click on the mouse to
|
||||
continue. (Or, after about 30 seconds, the title screen will go away
|
||||
automatically.)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Main Screen
|
||||
|
||||
|
|
@ -138,15 +138,15 @@ Main Screen
|
|||
|
||||
The toolbar contains the drawing and editing controls.
|
||||
|
||||
[Tools: Paint, Stamp, Lines, Shapes, Text, Magic, Undo, Redo, Eraser, New,
|
||||
Open, Save, Print, Quit]
|
||||
[7][Tools: Paint, Stamp, Lines, Shapes, Text, Magic, Undo, Redo, Eraser,
|
||||
New, Open, Save, Print, Quit]
|
||||
|
||||
Middle: Drawing Canvas
|
||||
|
||||
The largest part of the screen, in the center, is the drawing
|
||||
canvas. This is, obviously, where you draw!
|
||||
|
||||
[(Canvas)]
|
||||
[8][(Canvas)]
|
||||
|
||||
Right Side: Selector
|
||||
|
||||
|
|
@ -155,14 +155,14 @@ Main Screen
|
|||
the various brushes available. When the Rubber Stamp tool is
|
||||
selected, it shows the different shapes you can use.
|
||||
|
||||
[Selectors - Brushes, Letters, Shapes, Stamps]
|
||||
[9][Selectors - Brushes, Letters, Shapes, Stamps]
|
||||
|
||||
Lower: Colors
|
||||
|
||||
A palette of available colors are shown near the bottom of the
|
||||
screen.
|
||||
|
||||
[Colors - Black, White, Red, Pink, Orange, Yellow, Green, Cyan, Blue,
|
||||
[10][Colors - Black, White, Red, Pink, Orange, Yellow, Green, Cyan, Blue,
|
||||
Purple, Brown, Grey]
|
||||
|
||||
Bottom: Help Area
|
||||
|
|
@ -170,11 +170,11 @@ Main Screen
|
|||
At the very bottom of the screen, Tux, the Linux Penguin,
|
||||
provides tips and other information while you draw.
|
||||
|
||||
(For example: 'Pick a shape. Click to pick the center, drag, then let go
|
||||
when it is the size you want. Move around to rotate it, and click to draw
|
||||
it.)
|
||||
[11](For example: 'Pick a shape. Click to pick the center, drag, then let
|
||||
go when it is the size you want. Move around to rotate it, and click to
|
||||
draw it.)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Available Tools
|
||||
|
||||
|
|
@ -192,7 +192,7 @@ Available Tools
|
|||
As you draw, a sound is played. The bigger the brush, the
|
||||
lower the pitch.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Stamp (Rubber Stamp)
|
||||
|
||||
|
|
@ -212,9 +212,9 @@ Available Tools
|
|||
|
||||
(NOTE: If the "nostampcontrols" option is set, Tux Paint
|
||||
won't display the Mirror, Flip, Shrink and Grow controls for
|
||||
stamps. See the "Options" documentation.)
|
||||
stamps. See the "[12]Options" documentation.)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Lines
|
||||
|
||||
|
|
@ -228,7 +228,7 @@ Available Tools
|
|||
Let go of the mouse to complete the line. A "sproing!" sound
|
||||
will play.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Shapes
|
||||
|
||||
|
|
@ -259,7 +259,7 @@ Available Tools
|
|||
drawn on the canvas when you let go of the
|
||||
mouse button. (There's no rotation step.)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Text
|
||||
|
||||
|
|
@ -274,7 +274,7 @@ Available Tools
|
|||
Click elsewhere in the picture and the current line of text
|
||||
will move there, where you can continue editing.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Magic (Special Effects)
|
||||
|
||||
|
|
@ -341,7 +341,7 @@ Available Tools
|
|||
you quickly fill parts of the picture, as if it
|
||||
were a coloring book.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Eraser
|
||||
|
||||
|
|
@ -359,7 +359,7 @@ Available Tools
|
|||
As you erase, a "squeaky clean" eraser/wiping sound is
|
||||
played.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Other Controls
|
||||
|
||||
|
|
@ -371,7 +371,7 @@ Available Tools
|
|||
Note: You can also press [Control]-[Z] on the keyboard to
|
||||
undo.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Redo
|
||||
|
||||
|
|
@ -384,7 +384,7 @@ Available Tools
|
|||
Note: You can also press [Control]-[R] on the keyboard to
|
||||
redo.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
New
|
||||
|
||||
|
|
@ -394,7 +394,7 @@ Available Tools
|
|||
Note: You can also press [Control]-[N] on the keyboard to
|
||||
start a new drawing.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Open
|
||||
|
||||
|
|
@ -436,12 +436,12 @@ Available Tools
|
|||
|
||||
If choose to open a picture, and your current drawing hasn't
|
||||
been saved, you will be prompted as to whether you want to
|
||||
save it or not. (See "Save," below.)
|
||||
save it or not. (See "[13]Save," below.)
|
||||
|
||||
Note: You can also press [Control]-[O] on the keyboard to
|
||||
get the 'Open' dialog.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Save
|
||||
|
||||
|
|
@ -461,13 +461,13 @@ Available Tools
|
|||
create a new entry (a new file).
|
||||
|
||||
(NOTE: If either the "saveover" or "saveovernew" options are
|
||||
set, it won't ask before saving over. See the "Options"
|
||||
set, it won't ask before saving over. See the "[14]Options"
|
||||
documentation.)
|
||||
|
||||
Note: You can also press [Control]-[S] on the keyboard to
|
||||
save.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Print
|
||||
|
||||
|
|
@ -481,7 +481,7 @@ Available Tools
|
|||
command-line), the "Print" button will be
|
||||
disabled.
|
||||
|
||||
See the "Options" documentation.)
|
||||
See the "[15]Options" documentation.)
|
||||
|
||||
Restricting Printing
|
||||
|
||||
|
|
@ -494,7 +494,7 @@ Available Tools
|
|||
For example, with "printdelay=60", you can
|
||||
print only once a minute.
|
||||
|
||||
See the "Options" documentation.)
|
||||
See the "[16]Options" documentation.)
|
||||
|
||||
Printing Command
|
||||
|
||||
|
|
@ -510,7 +510,7 @@ Available Tools
|
|||
"printcommand" value in Tux Paint's
|
||||
configuration file.
|
||||
|
||||
See the "Options" documentation.)
|
||||
See the "[17]Options" documentation.)
|
||||
|
||||
Printer Settings
|
||||
|
||||
|
|
@ -537,9 +537,9 @@ Available Tools
|
|||
"userdata/print.cfg". Any changes will be saved
|
||||
there as well.
|
||||
|
||||
See the "Options" documentation.)
|
||||
See the "[18]Options" documentation.)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Quit
|
||||
|
||||
|
|
@ -548,7 +548,7 @@ Available Tools
|
|||
|
||||
(NOTE: The "Quit" button can be disabled (e.g., with the
|
||||
"--noquit" command-line option), but the [Escape] key will
|
||||
still work. See the "Options" documentation.)
|
||||
still work. See the "[19]Options" documentation.)
|
||||
|
||||
You will first be prompted as to whether you really want to
|
||||
quit.
|
||||
|
|
@ -556,13 +556,13 @@ Available Tools
|
|||
If you choose to quit, and you haven't saved the current
|
||||
picture, you will first be asked if wish to save it. If it's
|
||||
not a new image, you will then be asked if you want to save
|
||||
over the old version, or create a new entry. (See "Save"
|
||||
over the old version, or create a new entry. (See "[20]Save"
|
||||
above.)
|
||||
|
||||
NOTE: If the image is saved, it will be reloaded
|
||||
automatically the next time you run Tux Paint!
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Loading Other Pictures into Tux Paint
|
||||
|
||||
|
|
@ -642,7 +642,7 @@ Doing it Manually
|
|||
Under Windows, this is in the "userdata" folder. Under Mac OS X, this
|
||||
is in "Library/Preferences/tuxpaint/" in your home directory.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Extending Tux Paint
|
||||
|
||||
|
|
@ -687,7 +687,7 @@ Where Files Go
|
|||
|
||||
/Users/Joe/Library/Preferences/
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Personal Files
|
||||
|
||||
|
|
@ -717,7 +717,7 @@ Where Files Go
|
|||
(For example, if you created a brush named "flower.png", you would
|
||||
put it in "~/.tuxpaint/brushes/" under Linux or Unix.)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Brushes
|
||||
|
||||
|
|
@ -737,7 +737,7 @@ Brushes
|
|||
it's because you forgot to use alpha transparency! See the
|
||||
documentation file "PNG.txt" for more information and tips.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Stamps
|
||||
|
||||
|
|
@ -765,7 +765,7 @@ Stamps
|
|||
use alpha transparency! See the documentation file "PNG.txt" for
|
||||
more information and tips.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Description Text
|
||||
|
||||
|
|
@ -801,7 +801,7 @@ Stamps
|
|||
them as Plain Text, and make sure they have ".txt" at the end of
|
||||
the filename...
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Sound Effects
|
||||
|
||||
|
|
@ -823,7 +823,7 @@ Stamps
|
|||
If no localized sound effect can be loaded, Tux Paint will attempt
|
||||
to load the 'default' sound file. (e.g., "picture.wav")
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Stamp Options
|
||||
|
||||
|
|
@ -909,7 +909,7 @@ Stamps
|
|||
named "truck_mirror.png", which will be used when the stamp is
|
||||
mirrored (rather than using a backwards version of 'truck.png').
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Fonts
|
||||
|
||||
|
|
@ -919,7 +919,7 @@ Fonts
|
|||
font and provide four different sizes in the 'Letters' selector when
|
||||
using the 'Text' tool.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
'Starters'
|
||||
|
||||
|
|
@ -971,8 +971,9 @@ Fonts
|
|||
corresponds to the "reef.png" overlay, or foreground.)
|
||||
|
||||
The 'starter' images should be the same size as Tux Paint's canvas. In
|
||||
the default 640x480 mode, that is 448x376 pixels. (If you're using
|
||||
800x600 mode, it should be 608x496.)
|
||||
the default 640x480 mode, that is 448x376 pixels. If you're using
|
||||
800x600 mode, it should be 608x496. (It should be 192 pixels less
|
||||
wide, and 104 pixels less tall than the resolution.)
|
||||
|
||||
Place them in the "starters" directory. When the 'Open' dialog is
|
||||
accessed in Tux Paint, the 'starter' images will appear at the
|
||||
|
|
@ -991,37 +992,63 @@ Fonts
|
|||
picture loaded or started. (In other words, if you base a drawing on a
|
||||
'starter' image, it will always be affected by it.)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Further Reading
|
||||
|
||||
Other documentation included with Tux Paint (in the "docs"
|
||||
folder/directory) include:
|
||||
* AUTHORS.txt
|
||||
|
||||
* [21]AUTHORS.txt
|
||||
List of authors and contributors
|
||||
* CHANGES.txt
|
||||
* [22]CHANGES.txt
|
||||
Summary of changed between releases
|
||||
* COPYING.txt
|
||||
* [23]COPYING.txt
|
||||
Copying license (The GNU General Public License)
|
||||
* INSTALL.txt
|
||||
* [24]INSTALL.txt
|
||||
Instructions for compiling/installing, when applicable
|
||||
* OPTIONS.html
|
||||
* [25]OPTIONS.html
|
||||
Detailed instructions on command-line and configuration-file
|
||||
options, for those who don't want to use Tux Paint Config.
|
||||
* PNG.txt
|
||||
* [26]PNG.txt
|
||||
Notes on creating PNG format images for use in Tux Paint
|
||||
* TODO.txt
|
||||
* [27]TODO.txt
|
||||
A list of pending features or bugs needing fixed
|
||||
|
||||
----------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
How to Get Help
|
||||
|
||||
If you need help, feel free to contact New Breed Software:
|
||||
|
||||
http://www.newbreedsoftware.com/
|
||||
[28]http://www.newbreedsoftware.com/
|
||||
|
||||
You may also wish to participate in the numerous Tux Paint mailing
|
||||
lists:
|
||||
|
||||
http://www.newbreedsoftware.com/tuxpaint/lists/
|
||||
[29]http://www.newbreedsoftware.com/tuxpaint/lists/
|
||||
|
||||
References
|
||||
|
||||
Visible links
|
||||
2. mailto:bill@newbreedsoftware.com
|
||||
3. http://www.newbreedsoftware.com/tuxpaint/
|
||||
4. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/COPYING.txt
|
||||
12. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/OPTIONS.html
|
||||
13. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/README.html#save
|
||||
14. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/OPTIONS.html
|
||||
15. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/OPTIONS.html
|
||||
16. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/OPTIONS.html
|
||||
17. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/OPTIONS.html
|
||||
18. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/OPTIONS.html
|
||||
19. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/OPTIONS.html
|
||||
20. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/README.html#save
|
||||
21. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/AUTHORS.txt
|
||||
22. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/CHANGES.txt
|
||||
23. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/COPYING.txt
|
||||
24. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/INSTALL.txt
|
||||
25. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/OPTIONS.html
|
||||
26. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/PNG.txt
|
||||
27. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/TODO.txt
|
||||
28. http://www.newbreedsoftware.com/
|
||||
29. http://www.newbreedsoftware.com/tuxpaint/lists/
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ Copyright (c) 2004 by Bill Kendrick
|
|||
bill@newbreedsoftware.com
|
||||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
September 21, 2004
|
||||
October 24, 2004
|
||||
|
||||
|
||||
BUGS!
|
||||
-----
|
||||
* Get Starters to work properly in 800x600 mode.
|
||||
* Scale down larger images when loading in lower resolution!!!
|
||||
|
||||
|
||||
HIGH-PRIORITY DOCUMENTATION CHANGES:
|
||||
|
|
|
|||
|
|
@ -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>October 23, 2004</p>
|
||||
<p>October 24, 2004</p>
|
||||
</center>
|
||||
|
||||
<hr size=2 noshade>
|
||||
|
|
@ -102,10 +102,18 @@ New Breed Software</p>
|
|||
Run the program in full screen mode, rather than in a window.
|
||||
</dd>
|
||||
|
||||
<dt><code><b>800x600=yes</b></code></dt>
|
||||
<dt><code><b>windowsize=<i>SIZE</i></b></code></dt>
|
||||
<dd>
|
||||
Run the program at 800x600 resolution (EXPERIMENTAL), rather
|
||||
than the smaller 640x480 resolution.
|
||||
Run the program at a higher resolution, rather than the default of 640x480.
|
||||
The <i>SIZE</i> value may be one of:
|
||||
<ul>
|
||||
<li>640x480
|
||||
<li>800x600
|
||||
<li>1024x768
|
||||
<li>1280x1024
|
||||
<li>1400x1050
|
||||
<li>1600x1200
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
<dt><code><b>nosound=yes</b></code></dt>
|
||||
|
|
@ -591,6 +599,10 @@ New Breed Software</p>
|
|||
<dt><code><b>
|
||||
--fullscreen<br>
|
||||
--800x600<br>
|
||||
--1024x768<br>
|
||||
--1280x1204<br>
|
||||
--1400x1050<br>
|
||||
--1600x1200<br>
|
||||
--nosound<br>
|
||||
--noquit<br>
|
||||
--noprint<br>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,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>June 14, 2002 - October 23, 2004</p>
|
||||
<p>June 14, 2002 - October 24, 2004</p>
|
||||
</center>
|
||||
|
||||
<hr size=2 noshade>
|
||||
|
|
@ -1327,7 +1327,8 @@ New Breed Software</p>
|
|||
|
||||
<p>The 'starter' images should be the same size as Tux Paint's
|
||||
canvas. In the default 640x480 mode, that is 448x376 pixels.
|
||||
(If you're using 800x600 mode, it should be 608x496.)</p>
|
||||
If you're using 800x600 mode, it should be 608x496. (It should be
|
||||
192 pixels less wide, and 104 pixels less tall than the resolution.)</p>
|
||||
|
||||
<p>Place them in the "<code><b>starters</b></code>" directory.
|
||||
When the 'Open' dialog is accessed in Tux Paint, the 'starter'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue