summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2008-01-15 20:24:09 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-01-15 20:24:09 +0000
commit0dc3f0629dfb710cdada8d753dce61ec97879986 (patch)
tree144fcea76c0d0c3721506f5809413bae7a3e1ff2 /ChangeLog
parent0c22ac357e0e89772e3854725f126b29d75f3eea (diff)
downloadpango-0dc3f0629dfb710cdada8d753dce61ec97879986.tar.gz
Bug 469313 – Add pango_layout_set_height()
2008-01-15 Behdad Esfahbod <behdad@gnome.org> Bug 469313 – Add pango_layout_set_height() * pango/pango-layout.c (get_x_offset), (should_ellipsize_current_line), (add_line), (process_line), (pango_layout_check_lines), (pango_layout_line_get_width), (pango_layout_line_get_x_ranges), (justify_words), (pango_layout_line_postprocess): Implement height >= 0; There are still bugs left. Most notably, there will be at least two lines showed no matter how small height is. svn path=/trunk/; revision=2544
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd31d5f4..c9c9cf47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2008-01-15 Behdad Esfahbod <behdad@gnome.org>
+
+ Bug 469313 – Add pango_layout_set_height()
+
+ * pango/pango-layout.c (get_x_offset),
+ (should_ellipsize_current_line), (add_line), (process_line),
+ (pango_layout_check_lines), (pango_layout_line_get_width),
+ (pango_layout_line_get_x_ranges), (justify_words),
+ (pango_layout_line_postprocess):
+ Implement height >= 0; There are still bugs left. Most notably,
+ there will be at least two lines showed no matter how small height is.
+
2008-01-14 Behdad Esfahbod <behdad@gnome.org>
Bug 469313 – Add pango_layout_set_height()