diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-04-18 20:04:31 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-04-18 20:04:31 +0000 |
commit | 799b1cfe73d7fc5676f584715b6ac6efefc6a9eb (patch) | |
tree | 48373dee44a24064ddf16c887fc860e044186d51 /ChangeLog.pre-1-10 | |
parent | 4121f3559f75d07a04af44874264701fbd29b493 (diff) | |
download | pango-799b1cfe73d7fc5676f584715b6ac6efefc6a9eb.tar.gz |
Add a function pango_layout_line_get_x_ranges(), to allow handling
Mon Apr 17 12:04:20 2000 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.[ch]: Add a function pango_layout_line_get_x_ranges(),
to allow handling selections not as attributes. Which is necessary,
since currently setting the background/foreground results in
splitting shaped runs.
Fri Apr 14 13:20:05 2000 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c (pango_layout_check_lines): Fix bug with
indent handling.
* pango/pango-layout.c (process_item): Never break a line at
a non-break position, even if that position ends an item.
Fri Apr 14 10:43:09 2000 Owen Taylor <otaylor@redhat.com>
* pango/pangox.c (pango_x_render_layout_line): Fix a missing
PANGO_SCALE factor for UNDERLINE_SINGLE.
* pango/pango-layout.c (pango_layout_get_cursor_pos): New function
to determine cursor positions corresponding to a particular
index.
Wed Apr 12 15:44:22 2000 Owen Taylor <otaylor@redhat.com>
* pango/pango-attributes.[ch]: Add PANGO_ATTR_FONT_DESC, which
allows an entire font description to be specified as a single
attribute, instead of as 6 separate attributes.
Diffstat (limited to 'ChangeLog.pre-1-10')
-rw-r--r-- | ChangeLog.pre-1-10 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 5436a11e..3086e653 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,33 @@ +Mon Apr 17 12:04:20 2000 Owen Taylor <otaylor@redhat.com> + + * pango/pango-layout.[ch]: Add a function pango_layout_line_get_x_ranges(), + to allow handling selections not as attributes. Which is necessary, + since currently setting the background/foreground results in + splitting shaped runs. + +Fri Apr 14 13:20:05 2000 Owen Taylor <otaylor@redhat.com> + + * pango/pango-layout.c (pango_layout_check_lines): Fix bug with + indent handling. + + * pango/pango-layout.c (process_item): Never break a line at + a non-break position, even if that position ends an item. + +Fri Apr 14 10:43:09 2000 Owen Taylor <otaylor@redhat.com> + + * pango/pangox.c (pango_x_render_layout_line): Fix a missing + PANGO_SCALE factor for UNDERLINE_SINGLE. + + * pango/pango-layout.c (pango_layout_get_cursor_pos): New function + to determine cursor positions corresponding to a particular + index. + +Wed Apr 12 15:44:22 2000 Owen Taylor <otaylor@redhat.com> + + * pango/pango-attributes.[ch]: Add PANGO_ATTR_FONT_DESC, which + allows an entire font description to be specified as a single + attribute, instead of as 6 separate attributes. + Wed Apr 12 13:59:22 2000 Owen Taylor <otaylor@redhat.com> * configure.in modules/Makefile.am modules/devanagari/*: Added Devanagari |