Attempted to add a vertical nudge value for tool button labels, based
on locale. (Specifically, to prevent Khmer text from overlapping icons.) Locale-related code needs some bugfixing before this works right, though.
This commit is contained in:
parent
0ae6112586
commit
24768b831b
4 changed files with 52 additions and 16 deletions
|
|
@ -9,7 +9,7 @@ http://www.tuxpaint.org/
|
|||
$Id$
|
||||
|
||||
|
||||
2008.February.17 (0.9.19)
|
||||
2008.February.19 (0.9.19)
|
||||
* New Localizations:
|
||||
------------------
|
||||
* Australian English
|
||||
|
|
@ -69,6 +69,10 @@ $Id$
|
|||
* Russian translation
|
||||
Sergei Popov <skein@rambler.ru>
|
||||
|
||||
* Attempted to add a vertical nudge value for tool button labels, based
|
||||
on locale. (Specifically, to prevent Khmer text from overlapping icons.)
|
||||
Locale-related code needs some bugfixing before this works right, though.
|
||||
|
||||
* System-Related Improvements:
|
||||
----------------------------
|
||||
* Removed unfinished, unused record and playback code.
|
||||
|
|
@ -77,10 +81,12 @@ $Id$
|
|||
on first launch from a non-admin account on Mac OS X.
|
||||
Martin Fuhrer <mfuhrer@users.sourceforge.net>
|
||||
|
||||
* Fixed possible lockups in fullscreen mode when attempting to print on Mac OS X.
|
||||
* Fixed possible lockups in fullscreen mode when attempting to print on
|
||||
Mac OS X.
|
||||
Martin Fuhrer <mfuhrer@users.sourceforge.net>
|
||||
|
||||
* Skipping "AppleMyungjo.ttf" when loading fonts on Mac OS X to avoid TTF lib. crash.
|
||||
* Skipping "AppleMyungjo.ttf" when loading fonts on Mac OS X to avoid
|
||||
TTF lib. crash.
|
||||
Martin Fuhrer <mfuhrer@users.sourceforge.net>
|
||||
|
||||
* Documentation Improvements:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue