diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2010-09-08 18:20:41 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2010-09-08 18:20:41 (GMT) |
commit | 08bd29d0d83756944b35a312497fbadcde9d74fe (patch) | |
tree | 50ad1bcd2f31263efe40865cee7a286a7d1ebeda /ChangeLog | |
parent | f4fab105fff5bce6ffd25cdb82184459018222bf (diff) | |
download | fluxbox_pavel-08bd29d0d83756944b35a312497fbadcde9d74fe.zip fluxbox_pavel-08bd29d0d83756944b35a312497fbadcde9d74fe.tar.bz2 |
updated ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,6 +1,14 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.1.2 | 2 | Changes for 1.1.2 |
3 | 3 | ||
4 | *10/09/08: Introduced 'FbTk::BidiString' | ||
5 | |||
6 | * 'BidiString' holds both the logical content and the visual reordered | ||
7 | version of the content of a string. this helps to reduce the number of | ||
8 | calls to reorder the string before drawing it (as introduced in the patch | ||
9 | from Ken Bloom) and to be more consistent in menus and textboxes (drawing | ||
10 | cursors and underlining text). | ||
11 | |||
4 | *10/09/05: | 12 | *10/09/05: |
5 | * Added support for bidirectional text (thanx to Ken Bloom), bug #2801836 | 13 | * Added support for bidirectional text (thanx to Ken Bloom), bug #2801836 |
6 | FbTk/FbString.{cc,hh} FbTk/Font.cc | 14 | FbTk/FbString.{cc,hh} FbTk/Font.cc |