diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-05-02 09:53:25 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-05-02 09:53:25 +0000 |
commit | 86c5228a67df1d3028439fa1b97310e613e36fee (patch) | |
tree | c121f004fbda5e0e8b98bd445f17b1ec6d725b4f /ChangeLog | |
parent | a7abfd976e51954953adb3846f584c35fcb785eb (diff) | |
download | pango-86c5228a67df1d3028439fa1b97310e613e36fee.tar.gz |
Bug 64538 – pango_layout_set_justify() doesn't work
2007-05-02 Behdad Esfahbod <behdad@gnome.org>
Bug 64538 – pango_layout_set_justify() doesn't work
* pango/pango-layout.c (zero_line_final_space), (justify_clusters),
(justify_words), (pango_layout_line_postprocess): Implement
justification by expanding spaces!
Based on early patch from Mathias Hasselmann.
svn path=/trunk/; revision=2252
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2007-05-02 Behdad Esfahbod <behdad@gnome.org> + Bug 64538 – pango_layout_set_justify() doesn't work + + * pango/pango-layout.c (zero_line_final_space), (justify_clusters), + (justify_words), (pango_layout_line_postprocess): Implement + justification by expanding spaces! + Based on early patch from Mathias Hasselmann. + +2007-05-02 Behdad Esfahbod <behdad@gnome.org> + Patch from Mathias Hasselmann * docs/tmpl/main.sgml: |