Bumped version # to 0.9.22.
Updated INSTALL doc to mention FriBiDi (should've done that in 0.9.21). Updated EXTENDING doc to mention that non-transparent Starters are ok (ditto).
This commit is contained in:
parent
68b3a00f53
commit
c9e88a08f8
18 changed files with 73 additions and 57 deletions
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.21
|
||||
version 0.9.22
|
||||
Advanced Stamps HOWTO
|
||||
|
||||
Copyright 2006-2008 by Albert Cahalan for the Tux Paint project
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
albert@users.sf.net
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
March 8, 2006 - July 7, 2008
|
||||
March 8, 2006 - July 1, 2009
|
||||
|
||||
About this HOWTO
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,10 @@ http://www.tuxpaint.org/
|
|||
|
||||
$Id$
|
||||
|
||||
2009.July.1 (0.9.22)
|
||||
* TBD
|
||||
|
||||
|
||||
2009.June.28 (0.9.21)
|
||||
* New Starters:
|
||||
-------------
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
Tux Paint
|
||||
version 0.9.21
|
||||
version 0.9.22
|
||||
Extending Tux Paint
|
||||
|
||||
Copyright 2002-2008 by Bill Kendrick and others
|
||||
Copyright 2002-2009 by Bill Kendrick and others
|
||||
New Breed Software
|
||||
|
||||
bill@newbreedsoftware.com
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
June 14, 2002 - July 10, 2008
|
||||
June 14, 2002 - July 1, 2009
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -48,8 +48,8 @@ Where Files Go
|
|||
Mac OS X
|
||||
|
||||
Tux Paint stores its data files inside the "Tux Paint" application
|
||||
(which is actually a special kind of folder on Mac OS X). The following
|
||||
steps explain how to get to the folders within:
|
||||
(which is actually a special kind of folder on Mac OS X). The
|
||||
following steps explain how to get to the folders within:
|
||||
|
||||
1. Bring up a 'context' menu by holding the [Control] key and
|
||||
clicking the Tux Paint icon the in Finder. (If you have a mouse
|
||||
|
|
@ -63,9 +63,10 @@ Where Files Go
|
|||
content available to any user that launches this copy (icon) of
|
||||
Tux Paint.
|
||||
|
||||
If you install a newer version of Tux Paint and replace or discard
|
||||
the old version, you will lose changes made by following the instructions
|
||||
above, so keep backups of your new content (stamps, brushes, etc.).
|
||||
Note: If you install a newer version of Tux Paint and replace or
|
||||
discard the old version, you will lose changes made by following the
|
||||
instructions above, so keep backups of your new content (stamps,
|
||||
brushes, etc.).
|
||||
|
||||
Tux Paint also looks for files in a "TuxPaint" folder that you can
|
||||
place in your system's "Application Support" folder (found under
|
||||
|
|
@ -77,9 +78,10 @@ Where Files Go
|
|||
|
||||
/Users/(user name)/Library/Application Support/TuxPaint/
|
||||
|
||||
When you upgrade to a newer version of Tux Paint, the contents of this
|
||||
TuxPaint folder will stay the same and remain accessible by all users
|
||||
of Tux Paint.
|
||||
When you upgrade to a newer version of Tux Paint, the contents of
|
||||
this TuxPaint folder will stay the same and remain accessible by all
|
||||
users of Tux Paint.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Personal Files
|
||||
|
|
@ -96,10 +98,10 @@ Where Files Go
|
|||
|
||||
Mac OS X
|
||||
|
||||
Your personal Tux Paint folder is stored in your "Application Support"
|
||||
folder:
|
||||
Your personal Tux Paint folder is stored in your "Application
|
||||
Support" folder:
|
||||
|
||||
/Users/(user name)/Library/Application Support/TuxPaint/
|
||||
/Users/(user name)/Library/Application Support/ TuxPaint/
|
||||
|
||||
Linux and Unix
|
||||
|
||||
|
|
@ -494,10 +496,10 @@ Fonts
|
|||
(that will come out as white in Tux Paint), and save it as a PNG
|
||||
format file.
|
||||
|
||||
Note: A common mistake is to make the image black and white, rather
|
||||
than black and transparent. Unless there are transparent zones in the
|
||||
'starter' image, all drawing done by the user in Tux Paint will be
|
||||
covered up by the 'starter'.
|
||||
Note: Previous to Tux Paint 0.9.21, images needed to be black and
|
||||
transparent. As of 0.9.21, if a Starter is black and white, with no
|
||||
transparency, white will be converted to transparent when the Starter
|
||||
is opened.
|
||||
|
||||
Scene-Style
|
||||
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
Tux Paint
|
||||
version 0.9.21
|
||||
version 0.9.22
|
||||
Frequently Asked Questions
|
||||
|
||||
Copyright 2002-2008 by Bill Kendrick and others
|
||||
Copyright 2002-2009 by Bill Kendrick and others
|
||||
New Breed Software
|
||||
|
||||
bill@newbreedsoftware.com
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
September 14, 2002 - September 18, 2008
|
||||
September 14, 2002 - July 1, 2009
|
||||
|
||||
Drawing-related
|
||||
|
||||
|
|
|
|||
|
|
@ -79,6 +79,13 @@ Requirements:
|
|||
|
||||
http://www.debian.org/
|
||||
|
||||
FriBiDi
|
||||
-------
|
||||
As of Tux Paint 0.9.21, Tux Paint's "Text" tool supports bidirectional
|
||||
languages, thanks to the FriBiDi library:
|
||||
|
||||
http://fribidi.org/
|
||||
|
||||
SVG graphics support
|
||||
--------------------
|
||||
As of Tux Paint 0.9.17, Tux Paint can load SVG
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.21
|
||||
version 0.9.22
|
||||
|
||||
Options Documentation
|
||||
|
||||
|
|
@ -9,7 +9,7 @@ Options Documentation
|
|||
bill@newbreedsoftware.com
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
May 31, 2009
|
||||
July 1, 2009
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.21
|
||||
version 0.9.22
|
||||
|
||||
A simple drawing program for children
|
||||
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
bill@newbreedsoftware.com
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
June 14, 2002 - April 28, 2009
|
||||
June 14, 2002 - July 1, 2009
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ alink="#FF00FF">
|
|||
alt="Tux Paint"><br>
|
||||
version
|
||||
|
||||
0.9.21
|
||||
0.9.22
|
||||
|
||||
<br>
|
||||
Advanced Stamps HOWTO</h1>
|
||||
|
|
@ -21,7 +21,7 @@ New Breed Software</p>
|
|||
<p><a href="mailto:albert@users.sf.net">albert@users.sf.net</a><br>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||
|
||||
<p>March 8, 2006 - July 7, 2008</p>
|
||||
<p>March 8, 2006 - July 1, 2009</p>
|
||||
</center>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -12,18 +12,18 @@ alt="Tux Paint"><br>
|
|||
|
||||
version
|
||||
|
||||
0.9.21
|
||||
0.9.22
|
||||
|
||||
<br>
|
||||
Extending Tux Paint</h1>
|
||||
|
||||
<p>Copyright 2002-2008 by Bill Kendrick and others<br>
|
||||
<p>Copyright 2002-2009 by Bill Kendrick and others<br>
|
||||
New Breed Software</p>
|
||||
|
||||
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||
|
||||
<p>June 14, 2002 - July 10, 2008</p>
|
||||
<p>June 14, 2002 - July 1, 2009</p>
|
||||
</center>
|
||||
|
||||
<hr size=2 noshade>
|
||||
|
|
@ -643,10 +643,10 @@ effect.</p>
|
|||
(that will come out as white in Tux Paint), and save it as a
|
||||
PNG format file.</p>
|
||||
|
||||
<p><b>Note:</b> A common mistake is to make the image black and white,
|
||||
rather than black and transparent. Unless there are transparent zones
|
||||
in the 'starter' image, <i>all</i> drawing done by the user in
|
||||
Tux Paint will be covered up by the 'starter'.</p>
|
||||
<p><b>Note:</b> Previous to Tux Paint 0.9.21, images needed to be
|
||||
black and transparent. As of 0.9.21, if a Starter is black and white,
|
||||
with no transparency, white will be converted to transparent when the
|
||||
Starter is opened.</p>
|
||||
</blockquote>
|
||||
|
||||
<b>Scene-Style</b>
|
||||
|
|
|
|||
|
|
@ -11,18 +11,18 @@ alink="#FF00FF">
|
|||
alt="Tux Paint"><br>
|
||||
version
|
||||
|
||||
0.9.21
|
||||
0.9.22
|
||||
|
||||
<br>
|
||||
Frequently Asked Questions</h1>
|
||||
|
||||
<p>Copyright 2002-2008 by Bill Kendrick and others<br>
|
||||
<p>Copyright 2002-2009 by Bill Kendrick and others<br>
|
||||
New Breed Software</p>
|
||||
|
||||
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||
|
||||
<p>September 14, 2002 - September 18, 2008</p>
|
||||
<p>September 14, 2002 - July 1, 2009</p>
|
||||
</center>
|
||||
|
||||
<h2>Drawing-related</h2>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ alink="#FF00FF">
|
|||
|
||||
version
|
||||
|
||||
0.9.21
|
||||
0.9.22
|
||||
|
||||
</h1>
|
||||
<h2>Options Documentation</h2>
|
||||
|
|
@ -23,7 +23,7 @@ New Breed Software</p>
|
|||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||
|
||||
|
||||
<p>May 31, 2009</p>
|
||||
<p>July 1, 2009</p>
|
||||
|
||||
|
||||
</center>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ alt="Tux Paint"><br>
|
|||
|
||||
version
|
||||
|
||||
0.9.21
|
||||
0.9.22
|
||||
|
||||
</h1>
|
||||
<h3>A simple drawing program for children</h3>
|
||||
|
|
@ -26,7 +26,7 @@ version
|
|||
|
||||
<p>June 14, 2002 -
|
||||
|
||||
April 28, 2009</p>
|
||||
July 1, 2009</p>
|
||||
|
||||
</center>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue