diff options
author | Björn Steinbrink <B.Steinbrink@gmx.de> | 2007-09-21 03:58:07 +0000 |
---|---|---|
committer | Björn Steinbrink <B.Steinbrink@gmx.de> | 2007-09-21 03:58:07 +0000 |
commit | ecabe82d8720689905a6d035b0597d97037287c7 (patch) | |
tree | 5ad74efcc7ea89c3ab5e6a66bff819ce7e606f7d /ChangeLog | |
parent | 1f00238ace41ddbdcd079b139158495e119810ad (diff) | |
download | mana-ecabe82d8720689905a6d035b0597d97037287c7.tar.gz mana-ecabe82d8720689905a6d035b0597d97037287c7.tar.bz2 mana-ecabe82d8720689905a6d035b0597d97037287c7.tar.xz mana-ecabe82d8720689905a6d035b0597d97037287c7.zip |
Refactor the way in which browser box text is drawn and wrapped.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ * src/CMakeLists.txt: Added new files to build, removed old files and added SDL_tff to the required libraries. * src/gui/truetypefont.h: Remove duplicated contents. + * src/gui/browserbox.cpp: Refactor the way in which browser box text + is drawn and wrapped. 2007-09-20 Guillaume Melquiond <guillaume.melquiond@gmail.com> |