commit 7c4f5ec21c7221e8e7a5d0198b0ca6f1a479ae68 Author: Matthias Clasen Date: Mon Nov 11 11:01:39 2013 -0500 1.36.1 NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) commit 8be9097e75611ccdc818ca6af9028c52df772b70 Author: Behdad Esfahbod Date: Mon Sep 30 12:50:41 2013 -0400 Update git.mk git.mk | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 102 insertions(+), 20 deletions(-) commit fbb05a88a35871378a2967b38e67f974439f115f Author: Behdad Esfahbod Date: Fri Sep 27 15:09:56 2013 -0400 Doc fixups docs/pango-docs.sgml | 12 ++++++++++++ pango/pango-fontmap.c | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) commit 6d08bcab0d2821365a2ffd955cbbb07270565664 Author: Behdad Esfahbod Date: Fri Sep 27 14:36:51 2013 -0400 Bug 685167 - migrate docs to no-tmpl flavour Patch from Rafał Mużyło. configure.ac | 2 +- docs/pango-docs.sgml | 4 - docs/pango-sections.txt | 1 + docs/tmpl/bidi.sgml | 108 ---- docs/tmpl/coretext-fonts.sgml | 40 -- docs/tmpl/coverage-maps.sgml | 140 ----- docs/tmpl/engines.sgml | 120 ----- docs/tmpl/fonts.sgml | 1036 ------------------------------------- docs/tmpl/freetype-fonts.sgml | 228 -------- docs/tmpl/glyphs.sgml | 694 ------------------------- docs/tmpl/layout.sgml | 938 --------------------------------- docs/tmpl/main.sgml | 478 ----------------- docs/tmpl/modules.sgml | 90 ---- docs/tmpl/opentype.sgml | 554 -------------------- docs/tmpl/pango-engine-lang.sgml | 56 -- docs/tmpl/pango-engine-shape.sgml | 57 -- docs/tmpl/pango-renderer.sgml | 246 --------- docs/tmpl/pango-version.sgml | 115 ---- docs/tmpl/pangocairo.sgml | 441 ---------------- docs/tmpl/pangofc-decoder.sgml | 58 --- docs/tmpl/pangofc-font.sgml | 130 ----- docs/tmpl/pangofc-fontmap.sgml | 241 --------- docs/tmpl/scripts.sgml | 280 ---------- docs/tmpl/tab-stops.sgml | 150 ------ docs/tmpl/text-attributes.sgml | 833 ----------------------------- docs/tmpl/utils.sgml | 222 -------- docs/tmpl/vertical.sgml | 155 ------ docs/tmpl/win32-fonts.sgml | 267 ---------- docs/tmpl/xft-fonts.sgml | 311 ----------- pango/fonts.c | 13 + pango/modules.c | 21 + pango/pango-attributes.c | 13 +- pango/pango-attributes.h | 217 +++++++- pango/pango-bidi-type.c | 22 +- pango/pango-break.h | 53 ++ pango/pango-context.c | 18 +- pango/pango-coverage.c | 12 +- pango/pango-coverage.h | 21 + pango/pango-engine.c | 39 ++ pango/pango-engine.h | 46 ++ pango/pango-font.h | 234 +++++++++ pango/pango-fontmap.h | 68 +++ pango/pango-fontset.h | 42 ++ pango/pango-glyph-item.h | 64 +++ pango/pango-glyph.h | 55 ++ pango/pango-gravity.c | 60 ++- pango/pango-item.h | 28 + pango/pango-language.c | 9 + pango/pango-language.h | 5 + pango/pango-layout.c | 50 +- pango/pango-layout.h | 43 ++ pango/pango-modules.h | 11 + pango/pango-ot-buffer.c | 2 +- pango/pango-ot-info.c | 10 + pango/pango-ot-private.h | 18 + pango/pango-ot-ruleset.c | 12 + pango/pango-ot.h | 149 ++++++ pango/pango-script.c | 11 +- pango/pango-script.h | 102 ++++ pango/pango-tabs.c | 14 + pango/pango-tabs.h | 11 + pango/pango-types.h | 104 +++- pango/pango-utils.c | 18 + pango/pango-utils.h | 44 ++ pango/pangocairo-context.c | 2 +- pango/pangocairo-render.c | 133 +++++ pango/pangocairo.h | 14 + pango/pangocoretext.c | 8 + pango/pangocoretext.h | 6 + pango/pangofc-decoder.c | 8 + pango/pangofc-font.c | 18 + pango/pangofc-fontmap.c | 21 + pango/pangofc-fontmap.h | 4 +- pango/pangoft2-fontmap.c | 21 +- pango/pangoft2-render.c | 11 + pango/pangoft2.c | 15 +- pango/pangoft2.h | 13 + pango/pangowin32-fontcache.c | 5 + pango/pangowin32-fontmap.c | 4 +- pango/pangowin32.c | 8 + pango/pangowin32.h | 6 + pango/pangoxft-font.c | 30 ++ pango/pangoxft-fontmap.c | 4 +- pango/pangoxft.h | 26 + pango/shape.c | 10 + 85 files changed, 1975 insertions(+), 8026 deletions(-) commit bb5c4c8497157afddcb5ced7e16c5dad4e893a03 Author: Owen W. Taylor Date: Wed Sep 25 14:50:15 2013 -0400 pango_attr_iterator_get_font(): handle scaling absolute font sizes When handling PANGO_ATTR_SCALE on a font description with an absolute size, properly preserve the absolute flag when setting the scaled size. https://bugzilla.gnome.org/show_bug.cgi?id=708778 pango/pango-attributes.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)