From 0dc3f0629dfb710cdada8d753dce61ec97879986 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 15 Jan 2008 20:24:09 +0000 Subject: =?UTF-8?q?Bug=20469313=20=E2=80=93=20Add=20pango=5Flayout=5Fset?= =?UTF-8?q?=5Fheight()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2008-01-15 Behdad Esfahbod 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 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fd31d5f4..c9c9cf47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2008-01-15 Behdad Esfahbod + + 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 Bug 469313 – Add pango_layout_set_height() -- cgit v1.2.1