diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-10-24 19:31:42 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-10-24 19:31:42 +0000 |
commit | 8533dce574f457267d62e32c0cb8ae1114b899a8 (patch) | |
tree | af21aab2e0d4fca28c677bb6201d4800902a3328 /ChangeLog | |
parent | 2ccf75919f04018d9286f53f1954288a8f91547c (diff) | |
download | pango-8533dce574f457267d62e32c0cb8ae1114b899a8.tar.gz |
Bug 471568 – Optimizations in _pango_cairo_update_context()
2007-10-24 Behdad Esfahbod <behdad@gnome.org>
Bug 471568 – Optimizations in _pango_cairo_update_context()
* pango/pangocairo-context.c (_pango_cairo_update_context):
Skip change notification about matrix changes if merged font
options for the context set metrics hinting to off.
svn path=/trunk/; revision=2471
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2007-10-24 Behdad Esfahbod <behdad@gnome.org> + Bug 471568 – Optimizations in _pango_cairo_update_context() + + * pango/pangocairo-context.c (_pango_cairo_update_context): + Skip change notification about matrix changes if merged font + options for the context set metrics hinting to off. + +2007-10-24 Behdad Esfahbod <behdad@gnome.org> + Bug 489909 – pango_cairo_update_context() should ignore matrix translation |