commit a78778e54f7cc013080fda9d9349ad113ecb3e0e Author: Matthias Clasen Date: Sat Aug 16 09:05:00 2014 -0400 Updates for 1.36.6 NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) commit 8441321866247a0a6c2f4b11a3c3863005bfba44 Author: Behdad Esfahbod Date: Sun Aug 10 19:23:29 2014 -0400 [coretext] Minor fix modules/basic/basic-coretext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 729e7678cd6a691e6a423c716bda55177c540de7 Author: Behdad Esfahbod Date: Sun Aug 10 19:22:58 2014 -0400 [coretext] Bug 734174 Crashes on OS Yosemite modules/basic/basic-coretext.c | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) commit 051aa4844b9e60cbeae0e6088aa33d192de06621 Author: Andre Klapper Date: Fri Aug 1 23:33:09 2014 +0200 doap: add pango.doap | 1 + 1 file changed, 1 insertion(+) commit c53b48e5a3a46784c5008f692cfbf24d75571f10 Author: Behdad Esfahbod Date: Thu Jul 31 10:48:37 2014 -0400 Add more Hangul jamo to previous commit https://github.com/GNOME/pango/commit/61aeba6257ec7691a7a5222fb69aec3cc042435b#commitcomment-7215250 pango/pango-context.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 61aeba6257ec7691a7a5222fb69aec3cc042435b Author: Behdad Esfahbod Date: Wed Jul 30 18:58:14 2014 -0400 Don't break run in the middle of Hangul jamo sequence See comments. Bug 705727 - Incorrect rendering w/ Hangul syllable composition GSUB https://bugzilla.gnome.org/show_bug.cgi?id=705727 pango/pango-context.c | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) commit 2b414de9d93989950667d5642b548d427a89dc1c Author: Olav Vitters Date: Wed Jul 30 20:41:01 2014 +0200 doap category core pango.doap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f60fbff29c729244bae42712b2b3a7fd2a11f5a1 Author: Behdad Esfahbod Date: Tue Jul 29 11:36:30 2014 -0400 Bug 733898 - Fix build of pangocairo-fontmap.c pango/pangocairo-fontmap.c | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) commit 4866be2c7b252182ec81ba2880fd2740afa20633 Author: Behdad Esfahbod Date: Tue Jul 29 10:58:56 2014 -0400 [win32] Invert y_offset All these years, in the win32 backend, the y_offset was inverted. Ie. no vertical glyph positioning worked, ever... Sigh. modules/basic/basic-win32.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 8d4d42e7b34ef625677a7adae020b0e6c7ebc136 Author: Behdad Esfahbod Date: Tue Jul 29 10:58:25 2014 -0400 [coretext] Reverse glyphs if right-to-left The shape.c layer is doing this for clumsy backends but warns. Fix properly. modules/basic/basic-coretext.c | 4 ++++ 1 file changed, 4 insertions(+) commit caa226bc36d4d449b89a6eab6c0d24a5bba2658c Author: Behdad Esfahbod Date: Mon Jul 28 18:20:42 2014 -0400 [pangocairo] Fix backend selection through $PANGOCAIRO_BACKEND pango/pangocairo-fontmap.c | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) commit cda5d4ffb5ad9e48da235a7a97ae3fe8b782e6aa Author: Behdad Esfahbod Date: Sat Jul 26 17:33:14 2014 -0400 [coretext] Support PANGO_WEIGHT_SEMILIGHT We should interpolate. Added TODO. Don't have a coretext build so don't want to break it. Bug 733764 - Support more / free font weights pango/pangocoretext-fontmap.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) commit 40f5c151e911464cb9da569d8ceee88f52fcbfbf Author: Behdad Esfahbod Date: Sat Jul 26 16:27:59 2014 -0400 [fc] Use FcWeightTo/FromOpenType() if available This makes the weight mapping a continuous, as ooposed to a step function. Last piece of Bug 733764 - Support more / free font weights configure.ac | 6 ++++++ pango/pangofc-fontmap.c | 8 ++++++++ 2 files changed, 14 insertions(+) commit b30a04708823c14fc9fef81294bfb2b87ac5df7a Author: Behdad Esfahbod Date: Sat Jul 26 16:22:20 2014 -0400 More PANGO_WEIGHT_SEMILIGHT Previous commit was incomplete. pango/pangofc-fontmap.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 6a1420c22bb1365bac94cc979053b558ba328796 Author: Behdad Esfahbod Date: Fri Jul 25 18:24:32 2014 -0400 Add PANGO_WEIGHT_SEMILIGHT Part of Bug 733764 - Support more / free font weights pango/fonts.c | 2 ++ pango/pango-font.h | 2 ++ pango/pangofc-fontmap.c | 4 +++- pango/pangofc-private.h | 6 ++++++ 4 files changed, 13 insertions(+), 1 deletion(-) commit 9f221d657e98d2dff377420a02cd91c6411b9c5a Author: Behdad Esfahbod Date: Fri Jul 25 18:17:51 2014 -0400 [win32] Bug 733764 - Support more / free font weights pango/pangowin32-fontmap.c | 38 ++++---------------------------------- 1 file changed, 4 insertions(+), 34 deletions(-) commit 424008bd763abfa881ea8c6fac669062cbcfa83d Author: Behdad Esfahbod Date: Thu Jul 24 15:03:13 2014 -0400 Accept PANGOCAIRO_BACKEND=fc as alias to fontconfig pango/pangocairo-fontmap.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 8aa4afb3c2700279efb057bb7ad63c613ec20387 Author: Behdad Esfahbod Date: Wed Jul 23 12:27:48 2014 -0400 Fix introspection includes Inspired by: https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-pango pango/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 1a043201e0b1ef4496ada1e980e66996570b1efe Author: Behdad Esfahbod Date: Wed Jul 23 12:21:53 2014 -0400 [pangocairo] Allow backend selection Based on: https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-pango/0008-allow-backend-selection.mingw.patch pango/pangocairo-fontmap.c | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) commit 1075fc4bd12df3b81bdfb94f6a2c960595e98a3f Author: Behdad Esfahbod Date: Wed Jul 23 11:42:13 2014 -0400 Give CC to gir-scanner From: https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-pango/0006-give-cc-to-gir-scanner.mingw.patch pango/Makefile.am | 1 + 1 file changed, 1 insertion(+) commit 25ddf43c0185e3c7935414618bd21aee0c35dfe2 Author: Behdad Esfahbod Date: Mon Jul 14 12:53:12 2014 -0400 Bug 733137 - Don't force no static builds on Win32 configure.ac | 11 ----------- 1 file changed, 11 deletions(-) commit 9f67b924eb662f498f4e643ed740ce84640968f7 Author: Behdad Esfahbod Date: Fri Jul 11 12:05:45 2014 -0400 Prevent HarfBuzz from using REPLACEMENT CHARACTER Needed after this: https://github.com/behdad/harfbuzz/commit/efe74214bbb68eaa3d7621e73869b5d58210107e modules/basic/basic-fc.c | 6 ++++++ 1 file changed, 6 insertions(+) commit fe66e7b36331d031f1025dbe05db065334381fee Author: Chun-wei Fan Date: Tue Jul 1 16:04:51 2014 +0800 MSVC 2012/2013 Support: Update Property Sheet Creation Be a bit more carful when copying and updating the property sheets, so that we don't accidently change fields with '10' in them that are actually not indicating the Visual Studio version. build/Makefile-newvs.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e895f9e56353448842c333a37a3f92f9b58e79f0 Author: Chun-wei Fan Date: Tue Jul 1 13:46:46 2014 +0800 Build: Provide Simple Support for MSVC 2012/2013 As the Visual Studio 2012/2013 are only slightly different from the Visual Studio 2010 projects, we can provide support for them by using scripts to copy the Visual Studio 2010 projects, and update the specific parts as necessary. Thus, there would be little maintenance overhead for these as only the 2010 projects need to be kept up-to-date as a result. This might change when we do get the stack working with WinRT/Metro, but that's going to be another totally different issue. build/Makefile-newvs.am | 37 +++++++++++++++++++++++++++++++++++++ build/win32/Makefile.am | 6 +++++- build/win32/vs11/Makefile.am | 28 ++++++++++++++++++++++++++++ build/win32/vs12/Makefile.am | 28 ++++++++++++++++++++++++++++ configure.ac | 2 ++ 5 files changed, 100 insertions(+), 1 deletion(-) commit 33b83516e17a6a34265d036f9e02b272cd1b436a Author: Sebastian Dröge Date: Thu Jun 26 13:15:38 2014 +0200 pango: Don't fail to initialize if LC_CTYPE is not set g_once_init_leave() does not work on NULL, and just returns... and all future calls to g_once_init_enter() will block forever. Happens on Android, so let's just fall back to the C locale if there's nothing else we can do. https://bugzilla.gnome.org/show_bug.cgi?id=732276 pango/pango-language.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) commit 4cf39ece01babd61ccbee37295fbdb77d8ce46cd Author: Matthias Clasen Date: Tue Jun 24 13:38:32 2014 -0400 Bump version configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)