formatting and spell

SVN revision: 57359
This commit is contained in:
Vincent Torri 2011-02-27 09:37:14 +00:00
parent bd5cdd7432
commit 03d42cee69
1 changed files with 16 additions and 11 deletions

View File

@ -39,10 +39,15 @@
2011-02-01 Tom Hacohen (TAsn)
* Started using string objects instead of strings in most of the font engine (everywhere except draw). Haven't removed the paramteres yet, but did mark them as UNUSED. Removing them will be part of a future change.
* Started using string objects instead of strings in most of the
font engine (everywhere except draw). Haven't removed the
paramteres yet, but did mark them as UNUSED. Removing them will be
part of a future change.
* Removed run-time OT toggling support, OT is now fast, no need for that.
* Renamed all of the intl_props->text_props (because it really changed purpose
* Fixed spliting/merging of text_props to be fast and good, not hacky and complex like before.
* Renamed all of the intl_props->text_props (because it really
changed purpose
* Fixed spliting/merging of text_props to be fast and good, not
hacky and complex like before.
* Added "mirrored mode" to table object.
2011-02-07 Brett Nash (nash@nash.id.au)
@ -109,7 +114,7 @@
* Fix bug in font string parsing that can result in a crash if a
font element is long enough.
* Fiix convert rgba8888 -> a8 bug so it wont crash.
* Fix convert rgba8888 -> a8 bug so it wont crash.
2011-02-21 Carsten Haitzler (The Rasterman)