aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65d31de..fcb1c21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.1.2 2Changes 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