Cleaned up title image. Fix mouse-pointer (cursor) shape inconsistencies.

Added "--noshortcuts" option.
This commit is contained in:
William Kendrick 2003-09-12 02:40:59 +00:00
parent 6a6f300909
commit 1c68ae37ce
7 changed files with 114 additions and 34 deletions

View file

@ -7,7 +7,7 @@ bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
2003.Sep.05 (0.9.13) [cvs]
2003.Sep.11 (0.9.13) [cvs]
* Fixed incorrect tag in HTML documentation. (Bad results in IE)
* Fixed typo regarding "savedir" in README.
@ -25,6 +25,19 @@ http://www.newbreedsoftware.com/tuxpaint/
scrolls up one line (so that the cursor isn't off the top of the
screen!)
* Cleaned up font aliasing blurriness and JPEG noise in title image.
* Updated copyright date in title image.
* Cursor doesn't change to 'hand' shape over color buttons when colors
aren't available (e.g., Magic tool, most Stamps, etc.)
* Cursor doesn't change to 'hand' shape over selector buttons when
they aren't available.
* Added "--noshortcuts" option, to disable keyboard shortcuts
(e.g., [Ctrl]+[S] for Save, etc.)
2003.Aug.18 (0.9.12)
* Replaced "efont-serif" fonts with those from the 'ttf-freefont' package,

View file

@ -9,7 +9,7 @@
bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
June 14, 2002 - September 3, 2003
June 14, 2002 - September 11, 2003
----------------------------------------------------------------------
@ -252,6 +252,15 @@ Options
cycling, [Ctrl]-[Escape], etc. This is especially useful
in fullscreen mode.
noshortcuts=yes
This disable keyboard shortcuts (e.g., [Ctrl]-[S] for
save, [Ctrl]-[N] for a new image, etc.)
This is useful to prevent unwanted commands from being
activated by children who aren't experienced with
keyboards.
nowheelmouse=yes
This disables support for the wheel on mice that have it.
(Normally, the wheel will scroll the selector menu on the
@ -423,6 +432,7 @@ Options
--printcfg
--simpleshapes
--uppercase
--noshortcuts
--grab
--keyboard
--nooutlines
@ -443,6 +453,7 @@ Options
--noprintcfg
--complexshapes
--mixedcase
--shortcuts
--dontgrab
--mouse
--outlines

View file

@ -6,7 +6,7 @@ Copyright (c) 2003 by Bill Kendrick
bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
July 19, 2003
September 11, 2003
LOW-PRIORITY DOCUMENTATION CHANGES:
@ -31,9 +31,6 @@ LOW-PRIORITY IMPLEMENTATION CHANGES:
* Clean up 800x600 support code
* Make mouse pointer change from hand to arrow when over unselectable
Selector or Color.
* Allow locale font files to be specified in conf file
(so instead of using /usr/local/share/tuxpaint/fonts/locale/ja.ttf,
it can use /usr/local/share/ttf/kochi-mincho.ttf).
@ -43,9 +40,6 @@ LOW-PRIORITY IMPLEMENTATION CHANGES:
HIGH-PRIORITY BUGS:
-------------------
* Figure out why Tux Paint crashes when displaying Euro symbol (under Linux)
2003.02.22
* Figure out why fonts don't appear on PPC.
(Thomas Klausner reported: 2002.09.30)
@ -62,14 +56,15 @@ LOW-PRIORITY BUGS:
PLATFORM-SPECIFIC BUGS:
-----------------------
* Create a 'tuxpaint-import' type program for Windows.
* Support Apple-key buttons ([H]ide, [?]help, [M]inimize, [Q]uit)
(Is this "META" modifier in SDL_keysyms.h???)
* Create a 'tuxpaint-import' type program for Windows, Mac OS X and BeOS.
* Translated sound effects not working under XP for some reason.
(Works okay under Win98 and Win2K. - Gabriel G., 2002.09.13;
still a problem as of 0.9.7, 2003.01.27)
* Crashing when printing on OS X? (Reported in v.0.9.2 for OS X)
HIGH-PRIORITY TRANSLATION STUFF:
--------------------------------
@ -78,10 +73,6 @@ HIGH-PRIORITY TRANSLATION STUFF:
* Finish current translations.
* Fix Romanian!
* Tip text (except stamps) aren't translated in --uppercase mode.
LOW-PRIORITY TRANSLATION STUFF:
-------------------------------

View file

@ -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 - September 3, 2003</p>
<p>June 14, 2002 - September 11, 2003</p>
</center>
<hr size=2 noshade>
@ -344,6 +344,15 @@ New Breed Software</p>
<b>[Ctrl]-[Escape]</b>, etc. This is especially useful in
fullscreen mode.</p>
</dd>
<dt><code><b>noshortcuts=yes</b></code></dt>
<dd>
<p>This disable keyboard shortcuts (e.g., <b>[Ctrl]-[S]</b> for save,
<b>[Ctrl]-[N]</b> for a new image, etc.)</p>
<p>This is useful to prevent unwanted commands from being activated
by children who aren't experienced with keyboards.</p>
</dd>
<dt><code><b>nowheelmouse=yes</b></code></dt>
<dd>
@ -635,6 +644,7 @@ New Breed Software</p>
--printcfg<br>
--simpleshapes<br>
--uppercase<br>
--noshortcuts<br>
--grab<br>
--keyboard<br>
--nooutlines<br>
@ -659,6 +669,7 @@ New Breed Software</p>
--noprintcfg<br>
--complexshapes<br>
--mixedcase<br>
--shortcuts<br>
--dontgrab<br>
--mouse<br>
--outlines<br>