Organized 0.9.15's changelog entries.
This commit is contained in:
parent
027d5cf261
commit
c02e4948ab
1 changed files with 141 additions and 121 deletions
262
docs/CHANGES.txt
262
docs/CHANGES.txt
|
|
@ -8,145 +8,165 @@ http://www.newbreedsoftware.com/tuxpaint/
|
|||
|
||||
|
||||
2004.December.11 (0.9.15)
|
||||
* Added "Darken" magic tool. (Works the opposite of "Fade")
|
||||
* Stamp tool improvements:
|
||||
------------------------
|
||||
* Greatly improved stamp outlining (to avoid empty rows or columns
|
||||
and other artifacts) by using a thick stippled pattern.
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* Lockfile now cleared upon exit, allowing Tux Paint to be re-launched
|
||||
immediately.
|
||||
* Stamp tinting code changed. Stamp ".dat" files may include
|
||||
"tinter=anyhue", "tinter=narrow", "tinter=normal" or "tinter=vector",
|
||||
describing how the contents of the stamp should be tinted. (See README)
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* Lithuanian updates.
|
||||
Gintaras Go?tautas <gintaras@nes.lt>
|
||||
* Tinter now 2x to 4x faster.
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* Hotspot for 'tiny' crosshair mouse pointer shape is now
|
||||
correct in 16x16 size.
|
||||
* Added "scale" keyword (in stamp ".dat" files) for high-resolution stamp
|
||||
images. (Allows stamps to be made larger without losing quality.)
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* Somewhat better treatment of wrong-sized images when loading them.
|
||||
It works well for typical kid drawings, as long as objects don't
|
||||
touch the edge of the screen. (the earth and sky -- and anything
|
||||
else at the edge -- get extended to fill the space) This could be
|
||||
better done with wavelets I think, or some vector-based notion of
|
||||
what lies at the edge of the screen. Starters, as usual, need work.
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* Magic blur effect now gamma-aware, circular, and modifying all points
|
||||
within the brush instead of just 25% of them.
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* fixed display corruption in load dialog when saved images are
|
||||
from a larger display size
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* getpixel function now considers edges as extending to infinity
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* New smudge tool!
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* Magic blocks effect now gamma-aware and using all 16 (not just 4)
|
||||
source pixels.
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* More range for stamp sizes. Can't hang off edge in both dimensions.
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* Tinter now 2x to 4x faster.
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* Sorry about that leak. Many MB per stamp and nobody complained???
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* Greatly improved stamp outlining (to avoid empty rows or columns
|
||||
and other artifacts) by using a thick stippled pattern.
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* Stamp tinting code changed. Stamp ".dat" files may include
|
||||
"tinter=anyhue", "tinter=narrow", "tinter=normal" or "tinter=vector",
|
||||
describing how the contents of the stamp should be tinted. (See README)
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* Added "scale" keyword (in stamp ".dat" files) for high-resolution stamp
|
||||
images.
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* Arbitrary window sizes allowed (--XXXXxYYYY); useful for more modern
|
||||
displays (e.g., Mac monitors)
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* abstracted stamp scaling (prep for large sizes)
|
||||
Per-stamp sane scaling range enforced. (generally bigger)
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* Simplified strip_trailing_whitespace() function; now O(n)
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* drawtext_callback() prototype forces useless arg.; voided it
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* Enabled more compiler warnings, and updated code to prevent them.
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
* Updated Hebrew translation.
|
||||
Dovix <dovix2003@yahoo.com>
|
||||
|
||||
* Increased maximum number of stamps that can be loaded at once from
|
||||
256 to 512.
|
||||
Albert Cahalan <albert@users.sourceforge.net>
|
||||
|
||||
* Switched from using 16bpp display surfaces to 32bpp, to reduce
|
||||
discoloration. ("#define" options exist at the top of src/tuxpaint.c
|
||||
to choose which you want.)
|
||||
Albert Cahalan <albert@users.sourceforge.net>
|
||||
|
||||
* Now uses "AUDIO_S16SYS" when initializing audio system (on Linux/Mac/BeOS);
|
||||
helps sound on Linux on Mac hardware.
|
||||
Albert Cahalan <albert@users.sourceforge.net>
|
||||
* More range for stamp sizes. Can't hang off edge in both dimensions.
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* New Magic tools:
|
||||
----------------
|
||||
* "Smudge" (pushes the colors around like wet paint)
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* Added beige and tan colors. Changed "Lime" to "Neon Green."
|
||||
Renamed "Fuschia" to "Magenta." Tweaked some color values.
|
||||
Moved grey/silver next to black/white.
|
||||
Albert Cahalan <albert@users.sourceforge.net>
|
||||
* "Darken" (opposite of "Fade"),
|
||||
* "Tint" (changes colors of parts of the picture), and
|
||||
* "Cartoon" (makes parts of the picture look like a cartoon or comic)
|
||||
Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
* Magic tool improvements:
|
||||
------------------------
|
||||
* Magic blur effect now gamma-aware, circular, and modifying all points
|
||||
within the brush instead of just 25% of them.
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* Magic blocks effect now gamma-aware and using all 16 (not just 4)
|
||||
source pixels.
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* Albanian translation created.
|
||||
Ilir Rugova <ilirrugova@gmx.de>
|
||||
Laurent Dhima <laurenti@alblinux.net>
|
||||
* Improved support for varying image sizes:
|
||||
-----------------------------------------
|
||||
* Somewhat better treatment of wrong-sized images when loading them.
|
||||
It works well for typical kid drawings, as long as objects don't
|
||||
touch the edge of the screen. (the earth and sky -- and anything
|
||||
else at the edge -- get extended to fill the space) This could be
|
||||
better done with wavelets I think, or some vector-based notion of
|
||||
what lies at the edge of the screen. Starters, as usual, need work.
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* Updated Spanish documentation.
|
||||
Gabriel Gazzán <ggabriel@internet.com.uy>
|
||||
* Fixed display corruption in 'Open' dialog when saved images are
|
||||
from a larger display size.
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* BeOS code updates.
|
||||
Marcin 'Shard' Konicki <shard at beosjournal.org>
|
||||
* System-related improvements:
|
||||
----------------------------
|
||||
* Added larger screen size support:
|
||||
1024x768, 1280x1024, 1400x1050, 1600x1200
|
||||
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
|
||||
|
||||
* Delete thumbnails from ".thumbs" subdirectory.
|
||||
Marcin 'Shard' Konicki <shard at beosjournal.org>
|
||||
* Arbitrary window sizes allowed (--XXXXxYYYY); useful for more modern
|
||||
displays (e.g., Mac monitors)
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* Switched from using 16bpp display surfaces to 32bpp, to reduce
|
||||
discoloration. ("#define" options exist at the top of src/tuxpaint.c
|
||||
to choose which you want.)
|
||||
Albert Cahalan <albert@users.sourceforge.net>
|
||||
|
||||
* Updated BeOS Makefile.
|
||||
Marcin 'Shard' Konicki <shard at beosjournal.org>
|
||||
* Now uses "AUDIO_S16SYS" when initializing audio system
|
||||
(on Linux/Mac/BeOS); helps sound under Linux on Mac hardware.
|
||||
Albert Cahalan <albert@users.sourceforge.net>
|
||||
|
||||
* Other improvements:
|
||||
-------------------
|
||||
* Added beige and tan colors. Changed "Lime" to "Neon Green."
|
||||
Renamed "Fuschia" to "Magenta." Tweaked some color values.
|
||||
Moved grey/silver next to black/white.
|
||||
Albert Cahalan <albert@users.sourceforge.net>
|
||||
|
||||
* getpixel function now considers edges as extending to infinity
|
||||
(to improve Magic tools like 'Blur')
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* Added BeOS resource file (src/tuxpaint.rsrc)
|
||||
Marcin 'Shard' Konicki <shard at beosjournal.org>
|
||||
* drawtext_callback() prototype forces useless arg.; voided it
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* Removed TODO.txt file and moved all bugs
|
||||
and feature requests to the SourceForge
|
||||
tracker: http://sourceforge.net/tracker/?group_id=66938
|
||||
* Simplified strip_trailing_whitespace() function; now O(n)
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* Updated Norwegian Bokmal translation.
|
||||
Klaus Ade Johnstad <klaus@skolelinux.no>
|
||||
* Increased maximum number of stamps that can be loaded at once from
|
||||
256 to 512.
|
||||
Albert Cahalan <albert@users.sourceforge.net>
|
||||
|
||||
* Bug fixes:
|
||||
-------------------
|
||||
* Lockfile now cleared upon exit, allowing Tux Paint to be re-launched
|
||||
immediately.
|
||||
|
||||
* Hotspot for 'tiny' crosshair mouse pointer shape is now
|
||||
correct in 16x16 size (used on Mac OS X).
|
||||
|
||||
* Galician translation created.
|
||||
Leandro Regueiro <unho@gulo.org>
|
||||
* Delete thumbnails from ".thumbs" subdirectory.
|
||||
Marcin 'Shard' Konicki <shard at beosjournal.org>
|
||||
|
||||
* Chinese (Traditional) documentation updates.
|
||||
Song Huang <Song@ossacc.org>
|
||||
* Compiling, porting and packaging updates:
|
||||
-----------------------------------------
|
||||
* BeOS code updates.
|
||||
Marcin 'Shard' Konicki <shard at beosjournal.org>
|
||||
|
||||
* Added "PKG_ROOT" variable to Makefile, and "tuxpaint.spec" file,
|
||||
for Tux Paint RPM building ease.
|
||||
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
|
||||
* Updated BeOS Makefile.
|
||||
Marcin 'Shard' Konicki <shard at beosjournal.org>
|
||||
|
||||
* Added larger screen size support: 1024x768, 1280x1024, 1400x1050, 1600x1200
|
||||
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
|
||||
* Added BeOS resource file (src/tuxpaint.rsrc)
|
||||
Marcin 'Shard' Konicki <shard at beosjournal.org>
|
||||
|
||||
* Added "PKG_ROOT" variable to Makefile, and "tuxpaint.spec" file,
|
||||
for Tux Paint RPM building ease.
|
||||
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
|
||||
|
||||
* Fixed to compile on old GLIBC system (such as RedHat-6.2)
|
||||
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
|
||||
* Fixed to compile on old GLIBC system (such as RedHat-6.2)
|
||||
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
|
||||
|
||||
* Enabled more compiler warnings, and updated code to prevent them.
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
* Documentation updates:
|
||||
----------------------
|
||||
* Removed TODO.txt file and moved all bugs
|
||||
and feature requests to the SourceForge
|
||||
tracker: http://sourceforge.net/tracker/?group_id=66938
|
||||
|
||||
* New translations:
|
||||
-----------------
|
||||
* Albanian translation created.
|
||||
Ilir Rugova <ilirrugova@gmx.de>
|
||||
Laurent Dhima <laurenti@alblinux.net>
|
||||
|
||||
* Galician translation created.
|
||||
Leandro Regueiro <unho@gulo.org>
|
||||
|
||||
* Translation updates:
|
||||
--------------------
|
||||
* Chinese (Traditional) documentation
|
||||
Song Huang <Song@ossacc.org>
|
||||
|
||||
* Hebrew
|
||||
Dovix <dovix2003@yahoo.com>
|
||||
|
||||
* Lithuanian
|
||||
Gintaras Go?tautas <gintaras@nes.lt>
|
||||
|
||||
* Norwegian Bokmal
|
||||
Klaus Ade Johnstad <klaus@skolelinux.no>
|
||||
|
||||
* Spanish documentation.
|
||||
Gabriel Gazzán <ggabriel@internet.com.uy>
|
||||
|
||||
|
||||
2004.September.28 (0.9.14)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue