Cleaned up TODO list, added some OSX comments. Commented/documented get_fname

This commit is contained in:
William Kendrick 2003-12-18 15:39:10 +00:00
parent 8f9afd6b62
commit 0cf7ae51df
2 changed files with 71 additions and 22 deletions

View file

@ -6,24 +6,29 @@ Copyright (c) 2003 by Bill Kendrick
bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
September 28, 2003
December 18, 2003
LOW-PRIORITY DOCUMENTATION CHANGES:
-----------------------------------
* Windows compilation in INSTALL.txt
* Mac OS X compilation in INSTALL.txt
* Mention CONFDIR in INSTALL.txt
HIGH-PRIORITY IMPLEMENTATION CHANGES:
-------------------------------------
* Provide a more Mac OS X style for handling configuration
(don't use "~/.tuxpaintrc"; see the FIXME in src/tuxpaint.c)
* Get Mac OS X to look for stamps, brushes, etc. in
/Library/Preferences/tuxpaint first, then ~/Library/Preferences/tuxpaint
LOW-PRIORITY IMPLEMENTATION CHANGES:
------------------------------------
* Allow disabling of per-stamp flip/mirror disabling.
(e.g., allow TOTAL artistic control from the user; right now,
some stamps will insist on not being mirrored/flipped; e.g., number
stamps)
(Ben Armstrong's suggestion.)
* Fix and use scanline fill for filled shapes.
* Fix "update_shape()" function and use it to replace SDL_Flip()'s
@ -46,9 +51,6 @@ LOW-PRIORITY IMPLEMENTATION CHANGES:
HIGH-PRIORITY BUGS:
-------------------
* Figure out why fonts don't appear on PPC.
(Thomas Klausner reported: 2002.09.30)
* Deal with clash between Open dialog arrow key controls and
mouse arrow key (--keyboard) controls.
@ -66,6 +68,7 @@ PLATFORM-SPECIFIC BUGS:
(Is this "META" modifier in SDL_keysyms.h???)
* Create a 'tuxpaint-import' type program for Windows, Mac OS X and BeOS.
FREQUENTLY REQUESTED
* Translated sound effects not working under XP for some reason.
(Works okay under Win98 and Win2K. - Gabriel G., 2002.09.13;
@ -93,10 +96,13 @@ LOW-PRIORITY TRANSLATION STUFF:
FEATURE IDEAS:
--------------
* Sym-link "~/TuxPaintPictures" to "~/.tuxpaint/saved/"???
* Create symbolic link "~/TuxPaintPictures" that points to
"~/.tuxpaint/saved/"???
FREQUENTLY REQUESTED
* Add "click to start, click to end" functionality in Brush, Eraser, etc.
(Pablo Saratxaga's suggestion; 2003.07.19)
FREQUENTLY REQUESTED
* Show shape instructions after _temporarily_ describing the shape???
(Herman Bruyninckx's suggestion; 2002.08.25)
@ -111,18 +117,18 @@ FEATURE IDEAS:
* Allow compile-time option (or system config?) that disables
parsing of ~/.tuxpaintrc and/or command-line options.
* Allow command-line option to disable parsing of ~/.tuxpaintrc
* Show only one category of stamps at a time?
(Provide category selection dialog) !?!?!?
FREQUENTLY REQUESTED
* Show configuration options (e.g., from ~/.tuxpaintrc) in --version info.
POSSIBLE FEATURE IDEAS:
-----------------------
* Round eraser
* Round eraser / eraser sizes
FREQUENTLY REQUESTED
* Support animated brushes (then replace Sparkle magic with one) ??
* Make a 'rainbow' color (then remove Rainbow magic tool; no longer needed) ??