From e3a9d0d2fe726180a0456893d22d4aaa3ddb8931 Mon Sep 17 00:00:00 2001 From: Youngbok Shin Date: Tue, 11 Jul 2017 19:18:08 +0900 Subject: [PATCH] Imported Upstream version 1.4.6 --- Android.mk | 107 - CMakeLists.txt | 361 + ChangeLog | 23965 +++++++++++-------- Makefile.am | 2 +- Makefile.in | 2 +- NEWS | 160 + README | 1 + config.h.in | 46 + configure | 968 +- configure.ac | 35 +- docs/harfbuzz-docs.xml | 10 + docs/harfbuzz-sections.txt | 66 +- docs/harfbuzz.types | 3 + .../a-clustering-example-for-levels-0-and-1.html | 81 + docs/html/adding-text-to-the-buffer.html | 9 +- docs/html/annotation-glossary.html | 18 +- docs/html/api-index-0-9-10.html | 9 +- docs/html/api-index-0-9-11.html | 9 +- docs/html/api-index-0-9-2.html | 35 +- docs/html/api-index-0-9-20.html | 9 +- docs/html/api-index-0-9-22.html | 9 +- docs/html/api-index-0-9-28.html | 9 +- docs/html/api-index-0-9-30.html | 9 +- docs/html/api-index-0-9-31.html | 9 +- docs/html/api-index-0-9-38.html | 9 +- docs/html/api-index-0-9-39.html | 9 +- docs/html/api-index-0-9-41.html | 9 +- docs/html/api-index-0-9-42.html | 9 +- docs/html/api-index-0-9-5.html | 9 +- docs/html/api-index-0-9-7.html | 13 +- docs/html/api-index-0-9-8.html | 9 +- docs/html/api-index-1-0-5.html | 9 +- docs/html/api-index-1-1-2.html | 9 +- docs/html/api-index-1-1-3.html | 13 +- docs/html/api-index-1-2-3.html | 46 + docs/html/api-index-1-3-3.html | 86 + docs/html/api-index-full.html | 209 +- .../buffers-language-script-and-direction.html | 9 +- docs/html/building.html | 9 +- docs/html/{ch07.html => ch08.html} | 12 +- docs/html/clusters.html | 97 + docs/html/customizing-unicode-functions.html | 9 +- docs/html/deprecated-api-index.html | 24 +- docs/html/fonts-and-faces.html | 9 +- docs/html/harfbuzz-Buffers.html | 366 +- docs/html/harfbuzz-Shaping.html | 69 +- docs/html/harfbuzz-hb-blob.html | 103 +- docs/html/harfbuzz-hb-common.html | 118 +- docs/html/harfbuzz-hb-coretext.html | 23 +- docs/html/harfbuzz-hb-deprecated.html | 96 +- docs/html/harfbuzz-hb-face.html | 128 +- docs/html/harfbuzz-hb-font.html | 831 +- docs/html/harfbuzz-hb-ft.html | 55 +- docs/html/harfbuzz-hb-glib.html | 33 +- docs/html/harfbuzz-hb-gobject.html | 658 +- docs/html/harfbuzz-hb-graphite2.html | 24 +- docs/html/harfbuzz-hb-icu.html | 23 +- docs/html/harfbuzz-hb-ot-font.html | 25 +- docs/html/harfbuzz-hb-ot-layout.html | 92 +- docs/html/harfbuzz-hb-ot-math.html | 956 + docs/html/harfbuzz-hb-ot-shape.html | 29 +- docs/html/harfbuzz-hb-ot-tag.html | 27 +- docs/html/harfbuzz-hb-ot.html | 24 +- docs/html/harfbuzz-hb-set.html | 207 +- docs/html/harfbuzz-hb-shape-plan.html | 144 +- docs/html/harfbuzz-hb-unicode.html | 185 +- docs/html/harfbuzz-hb-uniscribe.html | 23 +- docs/html/harfbuzz-hb-version.html | 50 +- docs/html/harfbuzz-hb.html | 28 +- docs/html/harfbuzz.devhelp2 | 461 +- docs/html/hello-harfbuzz.html | 9 +- docs/html/home.png | Bin 169 -> 256 bytes docs/html/index.html | 24 +- docs/html/index.sgml | 601 - docs/html/install-harfbuzz.html | 9 +- docs/html/left-insensitive.png | Bin 329 -> 395 bytes docs/html/left.png | Bin 187 -> 262 bytes docs/html/level-2.html | 130 + docs/html/object-tree.html | 20 +- docs/html/plans-and-caching.html | 9 +- docs/html/pt01.html | 21 +- docs/html/pt02.html | 22 +- docs/html/reordering-in-levels-0-and-1.html | 53 + docs/html/right-insensitive.png | Bin 233 -> 373 bytes docs/html/right.png | Bin 186 -> 261 bytes docs/html/setting-buffer-properties.html | 9 +- docs/html/shaping-and-shape-plans.html | 13 +- docs/html/style.css | 302 +- .../the-distinction-between-levels-0-and-1.html | 81 + docs/html/up-insensitive.png | Bin 293 -> 374 bytes docs/html/up.png | Bin 187 -> 260 bytes ...g-harfbuzzs-native-opentype-implementation.html | 9 +- docs/html/using-your-own-font-functions.html | 13 +- docs/html/what-about-the-other-scripts.html | 9 +- docs/html/what-is-harfbuzz.html | 9 +- docs/html/why-is-it-called-harfbuzz.html | 9 +- docs/version.xml | 2 +- m4/ax_pthread.m4 | 394 +- src/Makefile.am | 20 +- src/Makefile.in | 309 +- src/Makefile.sources | 35 +- src/check-symbols.sh | 4 +- src/hb-buffer-private.hh | 6 +- src/hb-buffer-serialize.cc | 2 + src/hb-cache-private.hh | 8 +- src/hb-common.cc | 350 +- src/hb-common.h | 36 + src/hb-coretext.cc | 33 +- src/hb-directwrite.cc | 68 +- src/hb-directwrite.h | 4 + src/hb-face-private.hh | 21 +- src/hb-face.cc | 27 +- src/hb-fallback-shape.cc | 10 +- src/hb-font-private.hh | 127 +- src/hb-font.cc | 184 +- src/hb-font.h | 22 + src/hb-ft.cc | 43 +- src/hb-glib.cc | 2 + src/hb-glib.h | 3 +- src/hb-gobject-structs.cc | 3 + src/hb-graphite2.cc | 77 +- src/hb-graphite2.h | 4 + src/hb-open-file-private.hh | 2 +- src/hb-open-type-private.hh | 111 +- src/hb-ot-cbdt-table.hh | 384 + src/hb-ot-cmap-table.hh | 6 +- src/hb-ot-font.cc | 194 +- src/hb-ot-hmtx-table.hh | 8 +- src/hb-ot-layout-common-private.hh | 505 +- src/hb-ot-layout-gdef-table.hh | 54 +- src/hb-ot-layout-gpos-table.hh | 117 +- src/hb-ot-layout-gsub-table.hh | 82 +- src/hb-ot-layout-gsubgpos-private.hh | 68 +- src/hb-ot-layout-private.hh | 10 +- src/hb-ot-layout.cc | 92 +- src/hb-ot-layout.h | 19 + src/hb-ot-map-private.hh | 20 +- src/hb-ot-map.cc | 118 +- src/hb-ot-math-table.hh | 722 + src/hb-ot-math.cc | 253 + src/hb-ot-math.h | 209 + src/hb-ot-shape-complex-arabic.cc | 3 +- src/hb-ot-shape-complex-default.cc | 1 + src/hb-ot-shape-complex-hangul.cc | 3 +- src/hb-ot-shape-complex-hebrew.cc | 13 + src/hb-ot-shape-complex-indic-table.cc | 7 + src/hb-ot-shape-complex-indic.cc | 22 +- src/hb-ot-shape-complex-myanmar.cc | 2 + src/hb-ot-shape-complex-private.hh | 11 + src/hb-ot-shape-complex-thai.cc | 1 + src/hb-ot-shape-complex-tibetan.cc | 1 + src/hb-ot-shape-complex-use.cc | 22 +- src/hb-ot-shape-normalize.cc | 2 +- src/hb-ot-shape-private.hh | 6 +- src/hb-ot-shape.cc | 91 +- src/hb-ot-tag.cc | 97 +- src/hb-ot-var-avar-table.hh | 144 + src/hb-ot-var-fvar-table.hh | 209 + src/hb-ot-var-hvar-table.hh | 165 + src/hb-ot-var-mvar-table.hh | 110 + src/hb-ot-var.cc | 159 + src/hb-ot-var.h | 105 + src/hb-ot.h | 2 + src/hb-private.hh | 11 +- src/hb-set-private.hh | 4 +- src/hb-set.cc | 2 +- src/hb-shape-plan-private.hh | 9 +- src/hb-shape-plan.cc | 121 +- src/hb-shape-plan.h | 19 + src/hb-shape.cc | 255 +- src/hb-shape.h | 16 - src/hb-shaper-private.hh | 16 +- src/hb-ucdn/Makefile.in | 9 +- src/hb-ucdn/Makefile.sources | 5 +- src/hb-unicode.cc | 6 +- src/hb-uniscribe.cc | 12 +- src/hb-version.h | 6 +- test/api/Makefile.am | 23 +- test/api/Makefile.in | 100 +- test/api/fonts/MathTestFontEmpty.otf | Bin 0 -> 14320 bytes test/api/fonts/MathTestFontFull.otf | Bin 0 -> 25412 bytes test/api/fonts/MathTestFontNone.otf | Bin 0 -> 14284 bytes test/api/fonts/MathTestFontPartial1.otf | Bin 0 -> 14348 bytes test/api/fonts/MathTestFontPartial2.otf | Bin 0 -> 14356 bytes test/api/fonts/MathTestFontPartial3.otf | Bin 0 -> 14380 bytes test/api/fonts/MathTestFontPartial4.otf | Bin 0 -> 14360 bytes test/api/test-font.c | 35 +- test/api/test-ot-math.c | 712 + test/api/test-ot-tag.c | 69 +- test/fuzzing/Makefile.am | 3 +- test/fuzzing/Makefile.in | 39 +- test/fuzzing/hb-fuzzer.cc | 43 +- test/fuzzing/hb-fuzzer.hh | 4 + test/fuzzing/main.cc | 21 + test/shaping/Makefile.am | 5 + test/shaping/Makefile.in | 16 +- test/shaping/README.md | 6 +- .../15dfc433a135a658b9f4b1a861b5cdd9658ccbb9.ttf | Bin 0 -> 4936 bytes .../217a934cfe15c548b572c203dceb2befdf026462.ttf | Bin 0 -> 1384 bytes .../3493e92eaded2661cadde752a39f9d58b11f0326.ttf | Bin 0 -> 1400 bytes .../558661aa659912f4d30ecd27bd09835171a8e2b0.ttf | Bin 0 -> 1358 bytes .../5dfad7735c6a67085f1b90d4d497e32907db4c78.ttf | Bin 0 -> 21160 bytes .../6991b13ce889466be6de3f66e891de2bc0f117ee.ttf | Bin 0 -> 5596 bytes .../85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf | Bin 0 -> 66936 bytes .../a34a9191d9376bda419836effeef7e75c1386016.ttf | Bin 0 -> 1010 bytes .../a69118c2c2ada48ff803d9149daa54c9ebdae30e.ttf | Bin 0 -> 820 bytes .../b6acef662e0beb8d5fcf5b61c6b0ca69537b7402.ttf | Bin 0 -> 3301 bytes .../e88c339237f52d21e01c55f01b9c1b4cc14a0467.ttf | Bin 0 -> 515 bytes .../ee39587d13b2afa5499cc79e45780aa79293bbd4.ttf | Bin 0 -> 3724 bytes .../f9b1dd4dcb515e757789a22cb4241107746fd3d0.ttf | Bin 0 -> 1004 bytes test/shaping/hb_test_tools.py | 13 +- test/shaping/record-test.sh | 12 +- test/shaping/tests/arabic-like-joining.tests | 1 + test/shaping/tests/automatic-fractions.tests | 3 + test/shaping/tests/color-fonts.tests | 1 + test/shaping/tests/fuzzed.tests | 6 + test/shaping/tests/language-tags.tests | 12 + test/shaping/tests/use-marchen.tests | 35 + test/shaping/tests/vertical.tests | 2 + util/hb-shape.cc | 4 +- util/helper-cairo.cc | 20 +- util/options.cc | 80 +- util/options.hh | 8 +- win32/Makefile.vc | 15 + win32/README.txt | 21 +- win32/build-rules-msvc.mak | 13 - win32/config-msvc.mak | 89 +- win32/config.h.win32 | 8 +- win32/config.h.win32.in | 4 +- win32/create-lists-msvc.mak | 13 - win32/detectenv-msvc.mak | 16 +- win32/generate-msvc.mak | 4 +- win32/info-msvc.mak | 64 +- win32/install.mak | 4 - 234 files changed, 26235 insertions(+), 14394 deletions(-) delete mode 100644 Android.mk create mode 100644 CMakeLists.txt create mode 100644 docs/html/a-clustering-example-for-levels-0-and-1.html create mode 100644 docs/html/api-index-1-2-3.html create mode 100644 docs/html/api-index-1-3-3.html rename docs/html/{ch07.html => ch08.html} (92%) create mode 100644 docs/html/clusters.html create mode 100644 docs/html/harfbuzz-hb-ot-math.html delete mode 100644 docs/html/index.sgml create mode 100644 docs/html/level-2.html create mode 100644 docs/html/reordering-in-levels-0-and-1.html create mode 100644 docs/html/the-distinction-between-levels-0-and-1.html create mode 100644 src/hb-ot-cbdt-table.hh create mode 100644 src/hb-ot-math-table.hh create mode 100644 src/hb-ot-math.cc create mode 100644 src/hb-ot-math.h create mode 100644 src/hb-ot-var-avar-table.hh create mode 100644 src/hb-ot-var-fvar-table.hh create mode 100644 src/hb-ot-var-hvar-table.hh create mode 100644 src/hb-ot-var-mvar-table.hh create mode 100644 src/hb-ot-var.cc create mode 100644 src/hb-ot-var.h create mode 100644 test/api/fonts/MathTestFontEmpty.otf create mode 100644 test/api/fonts/MathTestFontFull.otf create mode 100644 test/api/fonts/MathTestFontNone.otf create mode 100644 test/api/fonts/MathTestFontPartial1.otf create mode 100644 test/api/fonts/MathTestFontPartial2.otf create mode 100644 test/api/fonts/MathTestFontPartial3.otf create mode 100644 test/api/fonts/MathTestFontPartial4.otf create mode 100644 test/api/test-ot-math.c create mode 100644 test/fuzzing/hb-fuzzer.hh create mode 100644 test/fuzzing/main.cc create mode 100644 test/shaping/fonts/sha1sum/15dfc433a135a658b9f4b1a861b5cdd9658ccbb9.ttf create mode 100644 test/shaping/fonts/sha1sum/217a934cfe15c548b572c203dceb2befdf026462.ttf create mode 100644 test/shaping/fonts/sha1sum/3493e92eaded2661cadde752a39f9d58b11f0326.ttf create mode 100644 test/shaping/fonts/sha1sum/558661aa659912f4d30ecd27bd09835171a8e2b0.ttf create mode 100644 test/shaping/fonts/sha1sum/5dfad7735c6a67085f1b90d4d497e32907db4c78.ttf create mode 100644 test/shaping/fonts/sha1sum/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf create mode 100644 test/shaping/fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf create mode 100644 test/shaping/fonts/sha1sum/a34a9191d9376bda419836effeef7e75c1386016.ttf create mode 100644 test/shaping/fonts/sha1sum/a69118c2c2ada48ff803d9149daa54c9ebdae30e.ttf create mode 100644 test/shaping/fonts/sha1sum/b6acef662e0beb8d5fcf5b61c6b0ca69537b7402.ttf create mode 100644 test/shaping/fonts/sha1sum/e88c339237f52d21e01c55f01b9c1b4cc14a0467.ttf create mode 100644 test/shaping/fonts/sha1sum/ee39587d13b2afa5499cc79e45780aa79293bbd4.ttf create mode 100644 test/shaping/fonts/sha1sum/f9b1dd4dcb515e757789a22cb4241107746fd3d0.ttf create mode 100644 test/shaping/tests/arabic-like-joining.tests create mode 100644 test/shaping/tests/automatic-fractions.tests create mode 100644 test/shaping/tests/color-fonts.tests create mode 100644 test/shaping/tests/language-tags.tests create mode 100644 test/shaping/tests/use-marchen.tests diff --git a/Android.mk b/Android.mk deleted file mode 100644 index 654f0e0..0000000 --- a/Android.mk +++ /dev/null @@ -1,107 +0,0 @@ -## -## Copyright (C) 2012 The Android Open Source Project -## -## Licensed under the Apache License, Version 2.0 (the "License"); -## you may not use this file except in compliance with the License. -## You may obtain a copy of the License at -## -## http://www.apache.org/licenses/LICENSE-2.0 -## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. -## - -############################################################# -# Note: -# -# This file is used to build HarfBuzz within the Android -# platform itself. If you need to compile HarfBuzz to -# ship with your Android NDK app, you can use the autotools -# build system to do so. To do that you need to install a -# "standalone" toolchain with the NDK, eg: -# -# ndk/build/tools/make-standalone-toolchain.sh \ -# --platform=android-18 \ -# --install-dir=/prefix -# -# Set PLATFORM_PREFIX eng var to that prefix and make sure -# the cross-compile tools from PLATFORM_PREFIX are in path. -# Configure and install HarfBuzz: -# -# ./configure --host=arm-linux-androideabi \ -# --prefix=$PLATFORM_PREFIX \ -# --enable-static \ -# --with-freetype \ -# PKG_CONFIG_LIBDIR=$PLATFORM_PREFIX/lib/pkgconfig -# make install -# -# You can first build FreeType the same way: -# -# ./configure --host=arm-linux-androideabi \ -# --prefix=$PLATFORM_PREFIX \ -# --enable-static \ -# --without-png \ -# PKG_CONFIG_LIBDIR=$PLATFORM_PREFIX/lib/pkgconfig -# make install -# - -LOCAL_PATH:= $(call my-dir) - -HARFBUZZ_SRC_FILES = \ - src/hb-blob.cc \ - src/hb-buffer-serialize.cc \ - src/hb-buffer.cc \ - src/hb-common.cc \ - src/hb-face.cc \ - src/hb-font.cc \ - src/hb-ot-tag.cc \ - src/hb-set.cc \ - src/hb-shape.cc \ - src/hb-shape-plan.cc \ - src/hb-shaper.cc \ - src/hb-unicode.cc \ - src/hb-warning.cc \ - src/hb-ot-font.cc \ - src/hb-ot-layout.cc \ - src/hb-ot-map.cc \ - src/hb-ot-shape.cc \ - src/hb-ot-shape-complex-arabic.cc \ - src/hb-ot-shape-complex-default.cc \ - src/hb-ot-shape-complex-hangul.cc \ - src/hb-ot-shape-complex-hebrew.cc \ - src/hb-ot-shape-complex-indic.cc \ - src/hb-ot-shape-complex-indic-table.cc \ - src/hb-ot-shape-complex-myanmar.cc \ - src/hb-ot-shape-complex-thai.cc \ - src/hb-ot-shape-complex-tibetan.cc \ - src/hb-ot-shape-complex-use.cc \ - src/hb-ot-shape-complex-use-table.cc \ - src/hb-ot-shape-normalize.cc \ - src/hb-ot-shape-fallback.cc \ - $(NULL) - -############################################################# -# build the harfbuzz shared library -# -include $(CLEAR_VARS) -LOCAL_ARM_MODE := arm -LOCAL_MODULE_TAGS := optional -LOCAL_SRC_FILES:= \ - $(HARFBUZZ_SRC_FILES) \ - src/hb-icu.cc -LOCAL_CPP_EXTENSION := .cc -LOCAL_SHARED_LIBRARIES := \ - libcutils \ - libicuuc \ - libicui18n \ - libutils \ - liblog -LOCAL_C_INCLUDES += \ - $(LOCAL_PATH)/src -LOCAL_CFLAGS += -DHB_NO_MT -DHAVE_OT -DHAVE_ICU -DHAVE_ICU_BUILTIN \ - -Wno-unused-parameter -Wno-missing-field-initializers -LOCAL_MODULE:= libharfbuzz_ng -include $(BUILD_SHARED_LIBRARY) diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..91e7eca --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,361 @@ +cmake_minimum_required(VERSION 2.8.0) +project(harfbuzz) + +## Disallow in-source builds +if ("${PROJECT_BINARY_DIR}" STREQUAL "${PROJECT_SOURCE_DIR}") + message(FATAL_ERROR + " +In-source builds are not permitted! Make a separate folder for" + " building, e.g.," + " + mkdir build; cd build; cmake .." + " +Before that, remove the files created by this failed run with" + " + rm -rf CMakeCache.txt CMakeFiles") +endif () +## + +## HarfBuzz build configurations +option(HB_HAVE_FREETYPE "Enable freetype interop helpers" OFF) +option(HB_HAVE_GRAPHITE2 "Enable Graphite2 complementary shaper" OFF) +option(HB_BUILTIN_UCDN "Use HarfBuzz provided UCDN" ON) +option(HB_HAVE_GLIB "Enable glib unicode functions" OFF) +option(HB_HAVE_ICU "Enable icu unicode functions" OFF) +if (APPLE) + option(HB_HAVE_CORETEXT "Enable CoreText shaper backend on macOS" ON) +endif () +if (WIN32) + option(HB_HAVE_UNISCRIBE "Enable Uniscribe shaper backend on Windows" OFF) + option(HB_HAVE_DIRECWRITE "Enable DirectWrite shaper backend on Windows" OFF) +endif () +option(HB_BUILD_UTILS "Build harfbuzz utils, needs cairo, freetype, and glib properly be installed" OFF) +if (HB_BUILD_UTILS) + set(HB_HAVE_GLIB ON) + set(HB_HAVE_FREETYPE ON) +endif () + +include_directories(AFTER + ${PROJECT_SOURCE_DIR}/src + ${PROJECT_BINARY_DIR}/src + ) + +add_definitions(-DHAVE_OT) + +if (BUILD_SHARED_LIBS) + add_definitions(-DHAVE_ATEXIT) +endif () + +if (MSVC) + add_definitions(-wd4244 -wd4267 -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS) +endif () + +if (WIN32 AND NOT MINGW AND BUILD_SHARED_LIBS) + add_definitions("-DHB_EXTERN=__declspec(dllexport) extern") +endif () +## + +set(IN_HB_DIST FALSE) +if (EXISTS "${PROJECT_SOURCE_DIR}/src/hb-version.h") + # perhaps we are on dist directory + set(IN_HB_DIST TRUE) + set(HB_VERSION_H "${PROJECT_SOURCE_DIR}/src/hb-version.h") +endif () + +## Extract variables from Makefile files +# http://stackoverflow.com/a/27630120/1414809 +function (prepend var prefix) + set(listVar "") + foreach (f ${ARGN}) + list(APPEND listVar "${prefix}${f}") + endforeach () + set(${var} "${listVar}" PARENT_SCOPE) +endfunction () + +function (extract_make_variable variable file prefix) + string(REGEX MATCH "${variable} = ([^$]+)\\$" temp ${file}) + string(REGEX MATCHALL "[^ \n\t\\]+" list ${CMAKE_MATCH_1}) + prepend(list ${prefix} ${list}) + set(${variable} ${list} PARENT_SCOPE) +endfunction () + +file(READ ${PROJECT_SOURCE_DIR}/src/Makefile.sources SRCSOURCES) +file(READ ${PROJECT_SOURCE_DIR}/util/Makefile.sources UTILSOURCES) +file(READ ${PROJECT_SOURCE_DIR}/src/hb-ucdn/Makefile.sources UCDNSOURCES) + +extract_make_variable(HB_BASE_sources ${SRCSOURCES} "${PROJECT_SOURCE_DIR}/src/") +extract_make_variable(HB_BASE_headers ${SRCSOURCES} "${PROJECT_SOURCE_DIR}/src/") +extract_make_variable(HB_OT_sources ${SRCSOURCES} "${PROJECT_SOURCE_DIR}/src/") +extract_make_variable(HB_OT_headers ${SRCSOURCES} "${PROJECT_SOURCE_DIR}/src/") + +if (IN_HB_DIST) + set(RAGEL_GENERATED_DIR "${PROJECT_SOURCE_DIR}/src/") +else () + set(RAGEL_GENERATED_DIR "${PROJECT_BINARY_DIR}/src/") +endif () +extract_make_variable(HB_BASE_RAGEL_GENERATED_sources ${SRCSOURCES} ${RAGEL_GENERATED_DIR}) +extract_make_variable(HB_OT_RAGEL_GENERATED_sources ${SRCSOURCES} ${RAGEL_GENERATED_DIR}) + +extract_make_variable(HB_VIEW_sources ${UTILSOURCES} "${PROJECT_SOURCE_DIR}/util/") +extract_make_variable(HB_SHAPE_sources ${UTILSOURCES} "${PROJECT_SOURCE_DIR}/util/") +extract_make_variable(HB_OT_SHAPE_CLOSURE_sources ${UTILSOURCES} "${PROJECT_SOURCE_DIR}/util/") + +extract_make_variable(LIBHB_UCDN_sources ${UCDNSOURCES} "${PROJECT_SOURCE_DIR}/src/hb-ucdn/") + +file(READ configure.ac CONFIGUREAC) +string(REGEX MATCH "\\[(([0-9]+)\\.([0-9]+)\\.([0-9]+))\\]" HB_VERSION_MATCH ${CONFIGUREAC}) +set(HB_VERSION ${CMAKE_MATCH_1}) +set(HB_VERSION_MAJOR ${CMAKE_MATCH_2}) +set(HB_VERSION_MINOR ${CMAKE_MATCH_3}) +set(HB_VERSION_MICRO ${CMAKE_MATCH_4}) +## + +if (NOT IN_HB_DIST) + ## Define ragel tasks + find_program(RAGEL "ragel") + + if (RAGEL) + message(STATUS "ragel found at: ${RAGEL}") + else () + message(FATAL_ERROR "ragel not found, get it here -- http://www.complang.org/ragel/ or, use harfbuzz releases https://github.com/behdad/harfbuzz/releases") + endif () + + foreach (ragel_output IN ITEMS ${HB_BASE_RAGEL_GENERATED_sources} ${HB_OT_RAGEL_GENERATED_sources}) + string(REGEX MATCH "([^/]+)\\.hh" temp ${ragel_output}) + set(target_name ${CMAKE_MATCH_1}) + add_custom_command(OUTPUT ${ragel_output} + COMMAND ${RAGEL} -G2 -o ${ragel_output} ${PROJECT_SOURCE_DIR}/src/${target_name}.rl -I ${PROJECT_SOURCE_DIR} ${ARGN} + DEPENDS ${PROJECT_SOURCE_DIR}/src/${target_name}.rl + ) + add_custom_target(harfbuzz_${target_name} DEPENDS ${PROJECT_BINARY_DIR}/src/${target_name}) + endforeach () + + mark_as_advanced(RAGEL) + ## + + ## Generate hb-version.h + set(HB_VERSION_H_IN "${PROJECT_SOURCE_DIR}/src/hb-version.h.in") + set(HB_VERSION_H "${PROJECT_BINARY_DIR}/src/hb-version.h") + set_source_files_properties("${HB_VERSION_H}" PROPERTIES GENERATED true) + configure_file("${HB_VERSION_H_IN}" "${HB_VERSION_H}.tmp" @ONLY) + execute_process(COMMAND "${CMAKE_COMMAND}" -E copy_if_different + "${HB_VERSION_H}.tmp" + "${HB_VERSION_H}") + file(REMOVE "${HB_VERSION_H}.tmp") + ## +endif () + +## Define sources and headers of the project +set(project_sources + ${HB_BASE_sources} + ${HB_BASE_RAGEL_GENERATED_sources} + + ${HB_OT_sources} + ${HB_OT_RAGEL_GENERATED_sources} + ) + +set(project_headers + ${HB_VERSION_H} + + ${HB_BASE_headers} + ${HB_OT_headers} + ) + +if (HB_HAVE_FREETYPE) + add_definitions(-DHAVE_FREETYPE=1 -DHAVE_FT_FACE_GETCHARVARIANTINDEX=1) + + # https://github.com/WebKit/webkit/blob/master/Source/cmake/FindFreetype2.cmake + find_package(PkgConfig) + pkg_check_modules(PC_FREETYPE2 QUIET freetype2) + + find_path(FREETYPE2_HEADER_DIR NAMES freetype.h HINTS ${PC_FREETYPE2_INCLUDE_DIRS} ${PC_FREETYPE2_INCLUDEDIR} $ENV{FREETYPE_DIR}/include PATH_SUFFIXES freetype) + find_path(FREETYPE2_ROOT_INCLUDE_DIR NAMES freetype/freetype.h HINTS ${PC_FREETYPE2_INCLUDE_DIRS} ${PC_FREETYPE2_INCLUDEDIR} $ENV{FREETYPE_DIR}/include) + if (CMAKE_BUILD_TYPE MATCHES Debug) + set(FREETYPE2_LIBRARY_NAME freetyped) + else () + set(FREETYPE2_LIBRARY_NAME freetype) + endif () + find_library(FREETYPE2_LIBRARIES ${FREETYPE2_LIBRARY_NAME} HINTS ${PC_FREETYPE2_LIBDIR} ${PC_FREETYPE2_LIBRARY_DIRS} $ENV{FREETYPE_DIR}/lib) + + include_directories(AFTER ${FREETYPE2_HEADER_DIR} ${FREETYPE2_ROOT_INCLUDE_DIR}) + + list(APPEND project_sources ${PROJECT_SOURCE_DIR}/src/hb-ft.cc) + list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-ft.h) + + list(APPEND THIRD_PARTY_LIBS ${FREETYPE2_LIBRARIES}) + + mark_as_advanced(FREETYPE2_HEADER_DIR FREETYPE2_ROOT_INCLUDE_DIR FREETYPE2_LIBRARIES) +endif () + +if (HB_HAVE_GRAPHITE2) + add_definitions(-DHAVE_GRAPHITE2) + + find_path(GRAPHITE2_INCLUDE_DIR graphite2/Font.h) + find_library(GRAPHITE2_LIBRARY graphite2) + + include_directories(${GRAPHITE2_INCLUDE_DIR}) + + list(APPEND project_sources ${PROJECT_SOURCE_DIR}/src/hb-graphite2.cc) + list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-graphite2.h) + + list(APPEND THIRD_PARTY_LIBS ${GRAPHITE2_LIBRARY}) + + mark_as_advanced(GRAPHITE2_INCLUDE_DIR GRAPHITE2_LIBRARY) +endif () + +if (HB_BUILTIN_UCDN) + include_directories(src/hb-ucdn) + add_definitions(-DHAVE_UCDN) + + list(APPEND project_sources + ${PROJECT_SOURCE_DIR}/src/hb-ucdn.cc + ${LIBHB_UCDN_sources}) +endif () + +if (HB_HAVE_GLIB) + add_definitions(-DHAVE_GLIB) + + # https://github.com/WebKit/webkit/blob/master/Source/cmake/FindGLIB.cmake + find_package(PkgConfig) + pkg_check_modules(PC_GLIB QUIET glib-2.0) + + find_library(GLIB_LIBRARIES NAMES glib-2.0 HINTS ${PC_GLIB_LIBDIR} ${PC_GLIB_LIBRARY_DIRS}) + find_path(GLIBCONFIG_INCLUDE_DIR NAMES glibconfig.h HINTS ${PC_LIBDIR} ${PC_LIBRARY_DIRS} ${PC_GLIB_INCLUDEDIR} ${PC_GLIB_INCLUDE_DIRS} PATH_SUFFIXES glib-2.0/include) + find_path(GLIB_INCLUDE_DIR NAMES glib.h HINTS ${PC_GLIB_INCLUDEDIR} ${PC_GLIB_INCLUDE_DIRS} PATH_SUFFIXES glib-2.0) + + include_directories(${GLIBCONFIG_INCLUDE_DIR} ${GLIB_INCLUDE_DIR}) + + list(APPEND project_sources ${PROJECT_SOURCE_DIR}/src/hb-glib.cc) + list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-glib.h) + + list(APPEND THIRD_PARTY_LIBS ${GLIB_LIBRARIES}) + + mark_as_advanced(GLIB_LIBRARIES GLIBCONFIG_INCLUDE_DIR GLIB_INCLUDE_DIR) +endif () + +if (HB_HAVE_ICU) + add_definitions(-DHAVE_ICU) + + # https://github.com/WebKit/webkit/blob/master/Source/cmake/FindICU.cmake + find_package(PkgConfig) + pkg_check_modules(PC_ICU QUIET icu-uc) + + find_path(ICU_INCLUDE_DIR NAMES unicode/utypes.h HINTS ${PC_ICU_INCLUDE_DIRS} ${PC_ICU_INCLUDEDIR}) + find_library(ICU_LIBRARY NAMES libicuuc cygicuuc cygicuuc32 icuuc HINTS ${PC_ICU_LIBRARY_DIRS} ${PC_ICU_LIBDIR}) + + include_directories(${ICU_INCLUDE_DIR}) + + list(APPEND project_sources ${PROJECT_SOURCE_DIR}/src/hb-icu.cc) + list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-icu.h) + + list(APPEND THIRD_PARTY_LIBS ${ICU_LIBRARY}) + + mark_as_advanced(ICU_INCLUDE_DIR ICU_LIBRARY) +endif () + +if (APPLE AND HB_HAVE_CORETEXT) + # Apple Advanced Typography + add_definitions(-DHAVE_CORETEXT) + + list(APPEND project_sources ${PROJECT_SOURCE_DIR}/src/hb-coretext.cc) + list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-coretext.h) + + find_library(APPLICATION_SERVICES_FRAMEWORK ApplicationServices) + if (APPLICATION_SERVICES_FRAMEWORK) + list(APPEND THIRD_PARTY_LIBS ${APPLICATION_SERVICES_FRAMEWORK}) + endif (APPLICATION_SERVICES_FRAMEWORK) + + mark_as_advanced(APPLICATION_SERVICES_FRAMEWORK) +endif () + +if (WIN32 AND HB_HAVE_UNISCRIBE) + add_definitions(-DHAVE_UNISCRIBE) + + list(APPEND project_sources ${PROJECT_SOURCE_DIR}/src/hb-uniscribe.cc) + list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-uniscribe.h) + + list(APPEND THIRD_PARTY_LIBS usp10 gdi32 rpcrt4) +endif () + +if (WIN32 AND HB_HAVE_DIRECTWRITE) + add_definitions(-DHAVE_DIRECTWRITE) + + list(APPEND project_sources ${PROJECT_SOURCE_DIR}/src/hb-directwrite.cc) + list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-directwrite.h) + + list(APPEND THIRD_PARTY_LIBS dwrite rpcrt4) +endif () +## + +## Atomic ops availability detection +file(WRITE "${PROJECT_BINARY_DIR}/try_compile_intel_atomic_primitives.c" +" void memory_barrier (void) { __sync_synchronize (); } + int atomic_add (int *i) { return __sync_fetch_and_add (i, 1); } + int mutex_trylock (int *m) { return __sync_lock_test_and_set (m, 1); } + void mutex_unlock (int *m) { __sync_lock_release (m); } + int main () { return 0; } +") +try_compile(HB_HAVE_INTEL_ATOMIC_PRIMITIVES + ${PROJECT_BINARY_DIR}/try_compile_intel_atomic_primitives + SOURCES ${PROJECT_BINARY_DIR}/try_compile_intel_atomic_primitives.c) +if (HB_HAVE_INTEL_ATOMIC_PRIMITIVES) + add_definitions(-DHAVE_INTEL_ATOMIC_PRIMITIVES) +endif () + +file(WRITE "${PROJECT_BINARY_DIR}/try_compile_solaris_atomic_ops.c" +" #include + /* This requires Solaris Studio 12.2 or newer: */ + #include + void memory_barrier (void) { __machine_rw_barrier (); } + int atomic_add (volatile unsigned *i) { return atomic_add_int_nv (i, 1); } + void *atomic_ptr_cmpxchg (volatile void **target, void *cmp, void *newval) { return atomic_cas_ptr (target, cmp, newval); } + int main () { return 0; } +") +try_compile(HB_HAVE_SOLARIS_ATOMIC_OPS + ${PROJECT_BINARY_DIR}/try_compile_solaris_atomic_ops + SOURCES ${PROJECT_BINARY_DIR}/try_compile_solaris_atomic_ops.c) +if (HB_HAVE_SOLARIS_ATOMIC_OPS) + add_definitions(-DHAVE_SOLARIS_ATOMIC_OPS) +endif () +## + +add_library(harfbuzz ${project_sources} ${project_headers}) +target_link_libraries(harfbuzz ${THIRD_PARTY_LIBS}) + +if (HB_BUILD_UTILS) + # https://github.com/WebKit/webkit/blob/master/Source/cmake/FindCairo.cmake + find_package(PkgConfig) + pkg_check_modules(PC_CAIRO QUIET cairo) + + find_path(CAIRO_INCLUDE_DIRS NAMES cairo.h HINTS ${PC_CAIRO_INCLUDEDIR} ${PC_CAIRO_INCLUDE_DIRS} PATH_SUFFIXES cairo) + find_library(CAIRO_LIBRARIESNAMES cairo HINTS ${PC_CAIRO_LIBDIR} ${PC_CAIRO_LIBRARY_DIRS}) + + add_definitions("-DPACKAGE_NAME=\"HarfBuzz\"") + add_definitions("-DPACKAGE_VERSION=\"${HB_VERSION}\"") + include_directories(${CAIRO_INCLUDE_DIRS}) + + add_executable(hb-view ${HB_VIEW_sources}) + target_link_libraries(hb-view harfbuzz ${CAIRO_LIBRARIESNAMES}) + + add_executable(hb-shape ${HB_SHAPE_sources}) + target_link_libraries(hb-shape harfbuzz) + + add_executable(hb-ot-shape-closure ${HB_OT_SHAPE_CLOSURE_sources}) + target_link_libraries(hb-ot-shape-closure harfbuzz) + + mark_as_advanced(CAIRO_LIBRARIESNAMES) +endif () + +## Install +if (NOT SKIP_INSTALL_HEADERS AND NOT SKIP_INSTALL_ALL) + install(FILES ${project_headers} DESTINATION include/harfbuzz) +endif () + +if (NOT SKIP_INSTALL_LIBRARIES AND NOT SKIP_INSTALL_ALL) + install(TARGETS harfbuzz + ARCHIVE DESTINATION lib + LIBRARY DESTINATION lib + RUNTIME DESTINATION bin + ) +endif () +## diff --git a/ChangeLog b/ChangeLog index 106d1e8..86ffc1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,3377 @@ +commit 74b99ef2249107e7cd01bd1ee522a5d9ce61e05f +Author: mhosken +Date: Thu Apr 20 19:13:22 2017 +0100 + + Fix graphite2 rtl conversion (#475) + + src/hb-graphite2.cc | 32 ++++++++++++++------------------ + 1 file changed, 14 insertions(+), 18 deletions(-) + +commit 696641314e7eb60a5a2e08c1c4fd1e5e41022148 +Author: ebraminio +Date: Wed Apr 19 22:59:46 2017 +0430 + + [cmake] Final touches (#473) + + CMakeLists.txt | 113 + +++++++++++++++++++++++++++------------------------------ + 1 file changed, 54 insertions(+), 59 deletions(-) + +commit aacca37590656e235218557ea509eb5624dfbff9 +Author: Chris Peterson +Date: Mon Apr 17 23:25:24 2017 -0700 + + Fix clang -Wcomma warnings (#471) (#472) + + clang's new -Wcomma compiler option warns about possible misuse of the + comma operator such as between two statements. + + hb-common.cc:190:9 [-Wcomma] possible misuse of comma operator here + hb-ot-layout-gsubgpos-private.hh:345:30 [-Wcomma] possible misuse of + comma operator here + hb-shape-plan.cc:438:26 [-Wcomma] possible misuse of comma operator + here + + src/hb-common.cc | 6 ++++-- + src/hb-ot-layout-gsubgpos-private.hh | 2 +- + src/hb-shape-plan.cc | 7 ++++--- + 3 files changed, 9 insertions(+), 6 deletions(-) + +commit 4d7c52066b5b205b20ba2679cb57a4e593942102 +Author: ebraminio +Date: Mon Apr 17 15:53:46 2017 +0430 + + [cmake] Remove HB_DISABLE_DEPRECATED as it seems needed for pango + build (#470) + + CMakeLists.txt | 2 -- + 1 file changed, 2 deletions(-) + +commit 5ecf96e3a22e896184710a9f146a8bf149af6ca4 +Author: William Hua +Date: Mon Apr 17 01:33:42 2017 -0400 + + Use absolute paths of ragel generated headers (#467) + + https://github.com/behdad/harfbuzz/issues/455 + + src/Makefile.am | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit c42869eb713f53504e1b77a679cff2f88ebd0c20 +Author: Dominik Schlösser +Date: Sat Apr 15 21:17:05 2017 +0200 + + Small doc fix: `make check` runs the tests (#469) + + test/shaping/README.md | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 75931427aa4344cd75321c618b8373ffcf1ffc33 +Author: ebraminio +Date: Fri Apr 14 05:08:11 2017 +0430 + + [cmake] Fix try compile link issues (#466) + + CMakeLists.txt | 2 ++ + 1 file changed, 2 insertions(+) + +commit cb021e14ab345def326fb58ce486515af179b2cf +Author: ebraminio +Date: Fri Apr 14 04:31:17 2017 +0430 + + [cmake] typo (#465) + + CMakeLists.txt | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit a41d5ea4453995dfd7c523427c6017623164c6ff +Author: ebraminio +Date: Fri Apr 14 04:25:50 2017 +0430 + + [cmake] Add atomic ops availability detection (#464) + + CMakeLists.txt | 30 ++++++++++++++++++++++++++++++ + 1 file changed, 30 insertions(+) + +commit 8568588202dd718b089e43cd6d46f689c706f665 +Author: ebraminio +Date: Thu Apr 13 02:17:16 2017 +0430 + + [cmake] Remove NO_MT flag (#462) + + CMakeLists.txt | 1 - + 1 file changed, 1 deletion(-) + +commit c04c1fe86ee4b9b58ad88dad5593239ade4c75b8 +Author: jfkthame +Date: Tue Apr 11 22:29:13 2017 +0100 + + Blacklist GDEF table in additional Tahoma versions. (#459) + + There are more broken versions of Tahoma out there on various + Windows releases, + so we need to add them to our blacklist to avoid broken rendering. + See https://bugzilla.mozilla.org/show_bug.cgi?id=1279925 for details. + + src/hb-ot-layout.cc | 8 ++++++++ + 1 file changed, 8 insertions(+) + +commit adfd4ae1cf6c4abe66aecf1eb0a05c7183a0f4e2 +Author: ebraminio +Date: Tue Apr 11 23:18:18 2017 +0430 + + [cmake] Improve third party libraries support (#461) + + CMakeLists.txt | 57 + ++++++++++++++++++++++++++++++++++++-------- + src/hb-ucdn/Makefile.sources | 5 +++- + 2 files changed, 51 insertions(+), 11 deletions(-) + +commit 3a8bc572115a28741d5a80f3f1e28e6756b9abfa +Author: ebraminio +Date: Tue Apr 11 21:32:14 2017 +0430 + + [cmake] Add utils build support (#460) + + CMakeLists.txt | 150 + +++++++++++++++++++++++++++++++++++++++++---------------- + 1 file changed, 108 insertions(+), 42 deletions(-) + +commit bc1244e2395f844b2b41315cb1eef29570e46b29 +Author: Chun-wei Fan +Date: Thu Apr 6 18:44:28 2017 +0800 + + NMake Makefiles: Fix ICU builds + + Fix the check conditions in config-msvc.mak and info-msvc.mak so that + the ICU items does indeed get built into the HarfBuzz main DLL, + and that + the correct configuration info is displayed. + + Also update the checks in detectenv-msvc.mak so that we can detect + that + we are using Visual Studio 2017 (although the 2015-built binaries use + the same CRT DLL as the 2017 ones). + + win32/config-msvc.mak | 22 ++++++++++++---------- + win32/detectenv-msvc.mak | 4 +++- + win32/info-msvc.mak | 12 ++++++++---- + 3 files changed, 23 insertions(+), 15 deletions(-) + +commit a4471d0c2cc4baa81e2cea695f9bd15e03d0f15e +Author: Behdad Esfahbod +Date: Wed Apr 5 15:42:11 2017 +0200 + + Move list of ragel sources to Makefile.sources as well + + src/Makefile.am | 14 ++++---------- + src/Makefile.sources | 9 +++++++++ + 2 files changed, 13 insertions(+), 10 deletions(-) + +commit d2acaf6d729727f47c5aacf7ee40097580b6f18d +Author: ebraminio +Date: Wed Apr 5 02:21:23 2017 -0700 + + Split ragel generated files lists and remove hardcoded rl files lists + (#453) + + CMakeLists.txt | 126 + +++++++++++++++++++++----------------------------- + src/Makefile.am | 2 + + src/Makefile.sources | 16 +++++-- + win32/config-msvc.mak | 8 ++-- + 4 files changed, 71 insertions(+), 81 deletions(-) + +commit 7d64c0ef37dd930e9807bd80d398491aa9c4428c +Author: ebraminio +Date: Tue Apr 4 15:03:51 2017 +0430 + + Add CMake build support (#444) + + CMakeLists.txt | 254 + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + Makefile.am | 1 + + appveyor.yml | 61 +++++++++----- + 3 files changed, 295 insertions(+), 21 deletions(-) + +commit 740fdbcd0e6d25c1d6f12537ca2aa559650b9d52 +Author: jfkthame +Date: Mon Apr 3 12:22:39 2017 +0100 + + avoid UBSan warning in get_stage_lookups (#450) + + See https://bugzilla.mozilla.org/show_bug.cgi?id=1336600 + + src/hb-ot-map-private.hh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 8d256841ca7462fd596329abf6f71bafb56fd621 +Author: Dominik Schloesser +Date: Sun Mar 26 09:22:34 2017 +0200 + + Current fonttools (3.9.1) generate subset-file called font.subset.ttf + instead of older font.ttf.subset + + test/shaping/record-test.sh | 12 ++++++------ + 1 file changed, 6 insertions(+), 6 deletions(-) + +commit c2a9de15f5d9477c6f1c143ed8265f71fdb04584 +Author: Dominik Schloesser +Date: Sun Mar 26 09:21:13 2017 +0200 + + Updated samples: record-it.sh is now record-test.sh + + test/shaping/README.md | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit f2e6c7ce51283809033d08692a2dee7cf04aefc5 +Author: Khaled Hosny +Date: Sun Mar 26 10:48:53 2017 +0200 + + [tools] Make hb-unicode-code work with Python 3 + + Related to https://github.com/behdad/harfbuzz/pull/445 + + test/shaping/hb_test_tools.py | 13 ++++++++++++- + 1 file changed, 12 insertions(+), 1 deletion(-) + +commit edcf6344bc62af9ea726a633468c9243e127fa13 +Author: Behdad Esfahbod +Date: Fri Mar 24 10:24:52 2017 -0700 + + Blacklist more versions of Padauk + + Patch from Phil Race. + + src/hb-ot-layout.cc | 8 ++++++++ + 1 file changed, 8 insertions(+) + +commit e693ba77980d5ded65bf773d48b6b58274933fb7 +Author: Khaled Hosny +Date: Thu Mar 23 00:35:36 2017 +0200 + + [ci] Fix msys2 build on AppVeyor + + For whatever reason the env variables need to be the Windows way + or they + end up being empty. + + appveyor.yml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 91570a1eeb1eca425372e203656369f39ede5c61 +Author: Khaled Hosny +Date: Wed Mar 22 23:07:15 2017 +0200 + + Just always use strtod here + + src/hb-common.cc | 4 ---- + 1 file changed, 4 deletions(-) + +commit 539571c1a9cb5d443d029247874af37fed75432f +Author: Chun-wei Fan +Date: Fri Feb 24 17:58:25 2017 +0800 + + src/hb-common.cc: Fix build on older Visual Studio + + Visual Studio only supported strtof() from Visual Studio 2013 + onwards, so + use strtod() instead to do the operation, which should do the + same thing, + sans going to a double, not a float. + + src/hb-common.cc | 4 ++++ + 1 file changed, 4 insertions(+) + +commit b90fb83ea6067802e62af9e1ea0c61c7ac79e9a9 +Author: Chun-wei Fan +Date: Fri Feb 24 17:47:44 2017 +0800 + + Visual Studio builds: Fix Introspection when UCDN enabled + + The sources in src/hb-ucdn and not included correctly into the NMake + Makefiles, as we need their explicit relative location as we pass + all the + sources we used into the introspection scanner. This was not an issue + before as we excluded the UCDN sources in the build when we enabled + introspection (meaning GLib is enabled), but since we default on using + UCDN on all builds unless explicitly disabled, we need to deal + with this. + + This did not affect builds using UCDN without introspection due to + the use + of NMake batch rules. + + Fix this by creating a NMake Makefile module on-the-fly with the + correct + subdir info, and using that list in there instead. + + win32/Makefile.vc | 15 +++++++++++++++ + win32/config-msvc.mak | 2 +- + 2 files changed, 16 insertions(+), 1 deletion(-) + +commit f0aa167e447e8aa818a63a4a325be57844bf0353 +Author: Chun-wei Fan +Date: Thu Feb 23 13:02:49 2017 +0800 + + Update Visual Studio builds for UCDN usage + + We now use UCDN by default, so make it so in the build files; however + don't hardcode HAVE_UCDN as one may still opt not to use it (but pass + it in as a CFLAG unless one explicitly disables UCDN by using + NO_UCDN=1 + on the NMake command line). + + Note that we are not blocking builds where UCDN is disabled along with + GLib and ICU, as that will trigger a build error anyways which + will tell + the user what needs to be done to remedy this. + + win32/README.txt | 6 +++--- + win32/config-msvc.mak | 28 +++++++++++++++------------- + win32/config.h.win32.in | 2 +- + win32/info-msvc.mak | 43 +++++++++++++++++++++++++------------------ + 4 files changed, 44 insertions(+), 35 deletions(-) + +commit 60e2586f7652aaa0ee908eb8f54b1498e2ad299e +Author: Behdad Esfahbod +Date: Fri Mar 10 23:02:28 2017 -0800 + + 1.4.5 + + NEWS | 8 ++++++++ + configure.ac | 2 +- + 2 files changed, 9 insertions(+), 1 deletion(-) + +commit 47e7a1800fba9b8bf042a1f4976a15ab012ebfc7 +Author: Behdad Esfahbod +Date: Fri Mar 10 13:23:02 2017 -0800 + + Revert "Fix Context lookup application when moving back after a + glyph delete" + + This reverts commit b9b005f3a44ccf78a45b212b126287b69b9f4b40. + + This introduced invalid access cases. Revert until I fix correctly. + + src/hb-ot-layout-gsubgpos-private.hh | 7 ++++--- + .../sha1sum/5bbf3712e6f79775c66a4407837a90e591efbef2.ttf | Bin 6400 -> + 0 bytes + test/shaping/tests/context-matching.tests | 1 - + 3 files changed, 4 insertions(+), 4 deletions(-) + +commit 3c080a7a0aefec1e9620e3fb399ad280ea4ee5a2 +Author: Behdad Esfahbod +Date: Tue Mar 7 18:13:28 2017 -0800 + + Fix buffer serialize of empty buffer + + Ouch! + + src/hb-buffer-serialize.cc | 2 ++ + 1 file changed, 2 insertions(+) + +commit 8e42c3cb2bb81351d0a28f213cb4f6d35f4b5e46 +Author: Behdad Esfahbod +Date: Sun Mar 5 13:54:56 2017 -0800 + + 1.4.4 + + NEWS | 8 ++++++++ + configure.ac | 2 +- + 2 files changed, 9 insertions(+), 1 deletion(-) + +commit 9ac9af725c781f4597e8db46cf330d595c072739 +Author: Behdad Esfahbod +Date: Sun Mar 5 13:51:01 2017 -0800 + + Add TODO item + + src/hb-ot-layout-gsubgpos-private.hh | 24 +++++++++++++++++++++++- + 1 file changed, 23 insertions(+), 1 deletion(-) + +commit 5aec2fb8d0a4db52ae414d980b66018ca5ce1e9c +Author: Behdad Esfahbod +Date: Thu Mar 2 11:46:33 2017 -0800 + + Remove TODO item that is not going to happen + + src/hb-ot-shape.cc | 1 - + 1 file changed, 1 deletion(-) + +commit b9b005f3a44ccf78a45b212b126287b69b9f4b40 +Author: Behdad Esfahbod +Date: Wed Mar 1 14:27:23 2017 -0800 + + Fix Context lookup application when moving back after a glyph delete + + This was broken forever, since days that we did not allow moving + tape backwards. Works now. Reported by Doug Felt. + + src/hb-ot-layout-gsubgpos-private.hh | 7 +++---- + .../sha1sum/5bbf3712e6f79775c66a4407837a90e591efbef2.ttf | Bin 0 -> + 6400 bytes + test/shaping/tests/context-matching.tests | 1 + + 3 files changed, 4 insertions(+), 4 deletions(-) + +commit a11501444cfc4854bfe2b1d3ce0fc5a957e959d8 +Author: Behdad Esfahbod +Date: Sat Feb 25 13:37:54 2017 -0800 + + Add few tests found by libFuzzer and oss-fuzz + + .../sha1sum/a34a9191d9376bda419836effeef7e75c1386016.ttf | Bin 0 -> + 1010 bytes + .../sha1sum/a69118c2c2ada48ff803d9149daa54c9ebdae30e.ttf | Bin 0 -> + 820 bytes + .../sha1sum/b6acef662e0beb8d5fcf5b61c6b0ca69537b7402.ttf | Bin 0 -> + 3301 bytes + .../sha1sum/e88c339237f52d21e01c55f01b9c1b4cc14a0467.ttf | Bin 0 -> + 515 bytes + test/shaping/tests/fuzzed.tests | 4 ++++ + 5 files changed, 4 insertions(+) + +commit 85630996b8afa699f7b5d19346cdf5c72fcd6e2d +Author: Behdad Esfahbod +Date: Sat Feb 25 13:30:38 2017 -0800 + + Fix buffer-overrun with Bengali reph positioning code + + This has no security implications whatsoever since we always keep + and extra element at the end of buffer, just in case. + + Discovered by oss-fuzz + CC https://github.com/behdad/harfbuzz/issues/139 + Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=660 + + src/hb-ot-shape-complex-indic.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 6685d281d6f50bf046bbfef4a5263e15d15f2f02 +Author: Behdad Esfahbod +Date: Sat Feb 25 11:35:05 2017 -0800 + + 1.4.3 + + NEWS | 12 ++++++++++++ + configure.ac | 2 +- + 2 files changed, 13 insertions(+), 1 deletion(-) + +commit a657f23ca31237d652b5c101ed24194b6aeadaf8 +Author: Dominik Röttsches +Date: Mon Feb 20 21:52:07 2017 +0200 + + Blacklist another instance of Padauk (#419) + + In https://crbug.com/681813 another instance of Padauk was identified + triggering collapsed glyphs. Blacklist this version by patching + hb-ot-layout.cc to print out gdef, gsub, and gpos table length, then + adding those to the list of blacklisted versions. + + src/hb-ot-layout.cc | 3 +++ + 1 file changed, 3 insertions(+) + +commit 70202983f57fe85b2d3b56a9c205effeee66222d +Author: ebraminio +Date: Sat Feb 18 10:37:36 2017 +0330 + + [ci] Disable vcpkg freetype installation and fix Appveyor CI (#422) + + appveyor.yml | 16 ++++++++-------- + 1 file changed, 8 insertions(+), 8 deletions(-) + +commit 44f7d6ecde9bf7427a05cbe73ed5d668b8a72b2a +Author: jfkthame +Date: Fri Feb 17 03:03:24 2017 +0000 + + Guard against underflow when adjusting length (#421) + + * Guard against underflow when adjusting length + + With the fuzz-testcase in mozilla bug 1295299, we end up with a + recursed lookup that removes 3 items, when `match_positions[idx]` + is 0, which results in (unsigned) `end` wrapping to a huge value. + + Making `end` a signed int is probably the simplest route to a fix. + + Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1295299. + + * Add testcase for #421. + + src/hb-ot-layout-gsubgpos-private.hh | 6 +++--- + .../sha1sum/558661aa659912f4d30ecd27bd09835171a8e2b0.ttf | Bin 0 -> + 1358 bytes + test/shaping/tests/fuzzed.tests | 1 + + 3 files changed, 4 insertions(+), 3 deletions(-) + +commit 45766b673f427bb791c9d5886cadedfac0447066 +Author: jfkthame +Date: Thu Feb 16 17:40:21 2017 +0000 + + [indic] Add support for Grantha marks that may be used in Tamil to + th… (#401) + + * [indic] Add support for Grantha marks that may be used in Tamil + to the Indic table. + + See https://bugzilla.mozilla.org/show_bug.cgi?id=1331339. + + Testcase: U+0BA4,U+0BC6,U+1133c,U+0BAA,U+1133c,U+0BC6,U+1133c + + * [indic] Add test for Grantha nukta that is allowed in Tamil by + ScriptExtensions.txt + + src/hb-ot-shape-complex-indic-table.cc | 7 +++++++ + .../sha1sum/3493e92eaded2661cadde752a39f9d58b11f0326.ttf | Bin 0 -> + 1400 bytes + test/shaping/tests/indic-script-extensions.tests | 1 + + 3 files changed, 8 insertions(+) + +commit d4bb52b9fd8a5bc4af13752ea3e464eccfe3223b +Author: Behdad Esfahbod +Date: Thu Feb 9 14:13:25 2017 -0800 + + Unbreak hb-coretext build + + src/hb-coretext.cc | 3 +++ + 1 file changed, 3 insertions(+) + +commit c8dfed8e1ee4ab64b6936f5c8561db0666e37647 +Merge: 7c47474f b435c7c4 +Author: Behdad Esfahbod +Date: Wed Feb 8 14:36:18 2017 -0800 + + Merge pull request #357 from khaledhosny/graphite-scale + + [graphite] Fix shaping with varying font sizes + +commit 7c47474f209bdf84cf87844c277ed711cad78196 +Author: Behdad Esfahbod +Date: Wed Feb 8 14:33:28 2017 -0800 + + Set LC_ALL instead of LANG when creating harfbuzz.def + + Hopefully fixes Travis faliure? + https://github.com/behdad/harfbuzz/pull/413#issuecomment-278481882 + https://travis-ci.org/khaledhosny/harfbuzz/jobs/199785332#L1065 + + src/Makefile.am | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit ffde3c9f9effcd2b47f5fd76df45551e68c0b1ec +Author: Philip Withnall +Date: Wed Feb 8 21:56:57 2017 +0000 + + hb-font: Fix a potentially undefined use of memcmp() (#413) + + While it’s fine to call memcmp(x, 0, 0) in practice, the C99 + standard + explicitly says that this is not allowed: even if the length is zero, + the pointer arguments must be valid. + + http://stackoverflow.com/a/16363034 + + Coverity ID: 141178 + + Signed-off-by: Philip Withnall + + src/hb-font.cc | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +commit 09594df1aecbb7d37093055147c25cc7d7b7fef6 +Author: Behdad Esfahbod +Date: Tue Feb 7 18:25:12 2017 -0800 + + Update ax_pthread.m4 to latest upstream version + + Might help with https://github.com/behdad/harfbuzz/issues/399 + + m4/ax_pthread.m4 | 394 + ++++++++++++++++++++++++++++++++++++++++--------------- + 1 file changed, 285 insertions(+), 109 deletions(-) + +commit a6ced90efccf869defc0b310effca220f01cf318 +Author: Philip Withnall +Date: Wed Feb 8 02:18:33 2017 +0000 + + test: Fix some memory leaks in test-font.c (#409) + + Coverity IDs: 141039, 141040, 141041 + + test/api/test-font.c | 35 ++++++++++++++++++++++++++++++----- + 1 file changed, 30 insertions(+), 5 deletions(-) + +commit 925ceacfed45c44dd2a025c32bebb1358b560741 +Author: Philip Withnall +Date: Wed Feb 8 02:17:48 2017 +0000 + + util: Add missing field initialisers in constructor (#410) + + Coverity ID: 141042 + + util/hb-shape.cc | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +commit 73c6dcbb45269186f204b2212288b6384ce42c9d +Author: Behdad Esfahbod +Date: Tue Feb 7 16:53:21 2017 -0800 + + Silence Coverity warning + + Fixes https://github.com/behdad/harfbuzz/issues/408 + + src/hb-ot-shape-complex-arabic.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 466b3e58bdc64229dab08c6e0e0079c789540370 +Author: Behdad Esfahbod +Date: Fri Feb 3 16:43:25 2017 -0800 + + Shuffle things around a bit + + src/hb-coretext.cc | 4 ++-- + src/hb-directwrite.cc | 4 ++-- + src/hb-fallback-shape.cc | 4 ++++ + src/hb-graphite2.cc | 4 ++-- + src/hb-ot-layout-private.hh | 1 - + src/hb-ot-layout.cc | 2 -- + src/hb-ot-math.cc | 3 +-- + src/hb-ot-shape.cc | 4 ++++ + src/hb-ot-var.cc | 2 -- + src/hb-shape-plan.cc | 7 ------- + src/hb-shaper-private.hh | 11 +++++++---- + src/hb-uniscribe.cc | 4 ++-- + 12 files changed, 24 insertions(+), 26 deletions(-) + +commit fc8189b63931f03c5d2e70dde198e9c856bd78f5 +Author: Behdad Esfahbod +Date: Fri Feb 3 16:17:08 2017 -0800 + + Minor + + src/hb-shaper-private.hh | 5 +++-- + 1 file changed, 3 insertions(+), 2 deletions(-) + +commit d3d3691806aaa6aed93a88c845d472e727e7f850 +Author: Behdad Esfahbod +Date: Fri Feb 3 15:42:03 2017 -0800 + + Add dirty-state tracking to hb_face_t + + src/hb-face-private.hh | 9 +++++++++ + src/hb-face.cc | 19 ++++++++++++++++++- + src/hb-font.cc | 2 +- + 3 files changed, 28 insertions(+), 2 deletions(-) + +commit 2171f48b4b1e66a3c16a83cc00b0006d32ae9738 +Author: Behdad Esfahbod +Date: Fri Feb 3 10:58:09 2017 -0800 + + Add dirty-state tracking to hb_font_t + + src/hb-font-private.hh | 12 ++++++++++++ + src/hb-font.cc | 30 ++++++++++++++++++++++++++++++ + 2 files changed, 42 insertions(+) + +commit 95808bad2c17a9ef41c58c04faf1b4706fb7d72e +Author: Behdad Esfahbod +Date: Fri Feb 3 10:39:40 2017 -0800 + + Add new API hb_font_set_face() + + For completeness. + + src/hb-font.cc | 29 +++++++++++++++++++++++++++++ + src/hb-font.h | 4 ++++ + 2 files changed, 33 insertions(+) + +commit 4ec19319ab195d852708661e12da2a6485fce544 +Author: jfkthame +Date: Thu Feb 2 18:48:23 2017 +0000 + + Add Win10 Anniversary Update version of Tahoma to GDEF + blacklist. (#412) + + src/hb-ot-layout.cc | 4 ++++ + 1 file changed, 4 insertions(+) + +commit 1dd630a7f2c2cec780fee507367341bc9050cdb3 +Author: Behdad Esfahbod +Date: Wed Feb 1 11:57:21 2017 -0800 + + Minor + + Fixes https://github.com/behdad/harfbuzz/issues/411 + + src/hb-fallback-shape.cc | 2 +- + src/hb-ot-shape-normalize.cc | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +commit e888f642db16f52836cbfec29de43ff20236dc85 +Author: Behdad Esfahbod +Date: Thu Jan 26 14:50:14 2017 -0800 + + Route Adlam through Arabic shaper + + Fixes joined Adlam rendering. + + Fixes https://github.com/googlei18n/noto-fonts/issues/828 + + src/hb-ot-shape-complex-private.hh | 3 +++ + test/shaping/Makefile.am | 1 + + .../5dfad7735c6a67085f1b90d4d497e32907db4c78.ttf | Bin 0 -> + 21160 bytes + test/shaping/tests/arabic-like-joining.tests | 1 + + 4 files changed, 5 insertions(+) + +commit 72c754873c6b15cecb32d9e491c98495f804347a +Author: jfkthame +Date: Thu Jan 26 22:35:41 2017 +0000 + + Add Win7 version of himalaya.ttf to the GDEF table blacklist. (#407) + + src/hb-ot-layout.cc | 2 ++ + 1 file changed, 2 insertions(+) + +commit 22af28a3f14c6d748ed589f8980b168152116c8c +Author: Behdad Esfahbod +Date: Mon Jan 23 23:42:53 2017 -0800 + + [var] Implement MVAR table + + Unhooked. Untested. + + src/Makefile.sources | 1 + + src/hb-font.cc | 2 +- + src/hb-ot-var-mvar-table.hh | 110 + ++++++++++++++++++++++++++++++++++++++++++++ + src/hb-ot-var.cc | 1 + + 4 files changed, 113 insertions(+), 1 deletion(-) + +commit 67a191164dec2cfcab97363175c58e459f6ff8f9 +Author: Behdad Esfahbod +Date: Mon Jan 23 23:21:30 2017 -0800 + + [var] Whitespace + + src/hb-ot-var-hvar-table.hh | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +commit 6af6c1114a3495584ac4197c62592741c407b5a2 +Author: Behdad Esfahbod +Date: Mon Jan 23 18:35:00 2017 -0800 + + 1.4.2 + + NEWS | 31 +++++++++++++++++++++++++++++++ + configure.ac | 2 +- + 2 files changed, 32 insertions(+), 1 deletion(-) + +commit 79e8e27ffd3da29ca27d3aebd2ef425bf1cb7f9d +Author: Behdad Esfahbod +Date: Mon Jan 23 17:55:31 2017 -0800 + + [var] Hook up advance variations to hb-ot-font + + Yay, works! + + src/hb-ot-font.cc | 6 +++++- + 1 file changed, 5 insertions(+), 1 deletion(-) + +commit 607434037199ccca422287e4d097487f17f3cfb5 +Author: Behdad Esfahbod +Date: Mon Jan 23 17:55:16 2017 -0800 + + [var] Fix bug in HVAR/VVAR impl + + src/hb-ot-var-hvar-table.hh | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit bd3b11d92663343350813ca29606b369f691af03 +Author: Behdad Esfahbod +Date: Mon Jan 23 17:34:44 2017 -0800 + + [var] Prepare for hooking up advance variations to hb-ot-font + + src/hb-ot-font.cc | 28 +++++++++++++++++----------- + src/hb-ot-var-hvar-table.hh | 8 ++++---- + 2 files changed, 21 insertions(+), 15 deletions(-) + +commit a4fca9f0051dbc177390a4e555b2d0fe642f724e +Author: Behdad Esfahbod +Date: Mon Jan 23 11:56:08 2017 -0800 + + [var] Implement DeltaSetIndexMap and advance delta fetching + + Not hooked up to hb-ot-font yet. + + src/hb-ot-layout-common-private.hh | 8 ++++++ + src/hb-ot-var-hvar-table.hh | 56 + ++++++++++++++++++++++++++++++++++++-- + 2 files changed, 61 insertions(+), 3 deletions(-) + +commit 7b399f73efa76cd97131fd123a9a1566f8639cfd +Author: Behdad Esfahbod +Date: Mon Jan 23 11:41:43 2017 -0800 + + [var] Start adding HVAR/VVAR + + src/Makefile.sources | 1 + + src/hb-ot-font.cc | 1 + + src/hb-ot-var-avar-table.hh | 1 - + src/hb-ot-var-fvar-table.hh | 1 - + src/hb-ot-var-hvar-table.hh | 115 + ++++++++++++++++++++++++++++++++++++++++++++ + 5 files changed, 117 insertions(+), 2 deletions(-) + +commit b732c53eb5bd0c2cc86f35a9d9623c92579a0b8c +Author: Behdad Esfahbod +Date: Sun Jan 22 20:31:53 2017 -0800 + + Add LArrayOf<> + + src/hb-open-type-private.hh | 1 + + src/hb-ot-cbdt-table.hh | 4 ++-- + src/hb-ot-layout-common-private.hh | 2 +- + 3 files changed, 4 insertions(+), 3 deletions(-) + +commit 5e156fa5ed33cd1a8ff388833563f15930bb12f9 +Author: Behdad Esfahbod +Date: Sun Jan 22 20:28:56 2017 -0800 + + Add LOffsetTo<> + + src/hb-open-file-private.hh | 2 +- + src/hb-open-type-private.hh | 1 + + src/hb-ot-cbdt-table.hh | 4 ++-- + src/hb-ot-cmap-table.hh | 6 +++--- + src/hb-ot-layout-common-private.hh | 10 +++++----- + src/hb-ot-layout-gdef-table.hh | 4 ++-- + src/hb-ot-layout-gsubgpos-private.hh | 2 +- + 7 files changed, 15 insertions(+), 14 deletions(-) + +commit d6bdbbca307d1a4aed60a78133eea40a1a9d5bf3 +Author: Behdad Esfahbod +Date: Sun Jan 22 20:16:51 2017 -0800 + + [var] Remove HB_OT_TAG_fvar/avar + + We're not going to define public macros for tags for tables. + There's little use to those and they are implementation detail. + + docs/harfbuzz-sections.txt | 2 -- + src/hb-ot-var-avar-table.hh | 2 ++ + src/hb-ot-var-fvar-table.hh | 2 ++ + src/hb-ot-var.h | 3 --- + 4 files changed, 4 insertions(+), 5 deletions(-) + +commit a11d9a0466e480efebd69a34827675387cd2ca34 +Author: Behdad Esfahbod +Date: Sun Jan 22 20:09:47 2017 -0800 + + Minor + + src/hb-ot-font.cc | 6 +++--- + src/hb-ot-hmtx-table.hh | 8 +++----- + 2 files changed, 6 insertions(+), 8 deletions(-) + +commit 7a860f656e4aec45c45e0f5fb28c49a91dc5eef2 +Author: Behdad Esfahbod +Date: Sun Jan 22 19:52:09 2017 -0800 + + [var] Add macros for standard axes + + docs/harfbuzz-sections.txt | 7 +++++++ + src/hb-ot-var.h | 6 ++++++ + 2 files changed, 13 insertions(+) + +commit a484e237b11650d00092329855d33dd2f67980e4 +Author: Behdad Esfahbod +Date: Sun Jan 22 19:41:33 2017 -0800 + + [var] Implement 'avar' table mapping + + Untested! + + src/hb-ot-math.cc | 2 -- + src/hb-ot-var-avar-table.hh | 46 + ++++++++++++++++++++++++++++++++++++++++++++- + src/hb-ot-var.cc | 23 +++++++++++++++-------- + 3 files changed, 60 insertions(+), 11 deletions(-) + +commit a42909057207cbed1ef95716170434c05beb0002 +Author: Behdad Esfahbod +Date: Sun Jan 22 19:01:07 2017 -0800 + + [var] Flesh out --variations documentation + + util/options.cc | 53 + ++++++++++++++--------------------------------------- + 1 file changed, 14 insertions(+), 39 deletions(-) + +commit 5ec96d30cad1592b5e468bd8ad1832dbaf0ad32b +Author: Behdad Esfahbod +Date: Sun Jan 22 18:52:00 2017 -0800 + + [var] Adjust API in prep for 'avar' implementation + + The 'avar' table does not allow random access to axis maps, + so change API to avoid quadratic-time implementation. + + Removed -hb_ot_var_normalize_axis_value(), added + +hb_ot_var_normalize_variations() and + +hb_ot_var_normalize_coords() instead. + + docs/harfbuzz-sections.txt | 3 ++- + src/Makefile.sources | 1 + + src/hb-font.cc | 20 +++++--------------- + src/hb-ot-var.cc | 45 + +++++++++++++++++++++++++++++++++++++++------ + src/hb-ot-var.h | 16 ++++++++++++---- + 5 files changed, 59 insertions(+), 26 deletions(-) + +commit 8a577aaa0dd760409bcad1ae3d4f5fb561a62a4b +Author: Behdad Esfahbod +Date: Sun Jan 22 18:22:40 2017 -0800 + + [var] Stub implementation of avar table + + src/hb-ot-var-avar-table.hh | 99 + +++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 99 insertions(+) + +commit 7647a05a0b37c53465560952b412db4e590f2716 +Author: Behdad Esfahbod +Date: Sun Jan 22 17:47:49 2017 -0800 + + Minor + + src/hb-font.cc | 5 ++++- + src/hb-font.h | 2 +- + src/hb-ft.cc | 2 +- + util/helper-cairo.cc | 14 +++++++++----- + 4 files changed, 15 insertions(+), 8 deletions(-) + +commit d2f249e745a9179943ee39c719b73e1057acbc13 +Author: Behdad Esfahbod +Date: Sun Jan 22 17:42:33 2017 -0800 + + Stub out doc comments for new symbols + + docs/harfbuzz-docs.xml | 2 +- + docs/harfbuzz-sections.txt | 35 +++++++++++++++++++++++++++++++++-- + src/hb-common.cc | 10 ++++++++++ + src/hb-common.h | 5 +++++ + src/hb-directwrite.cc | 2 +- + src/hb-directwrite.h | 2 +- + src/hb-font.cc | 20 ++++++++++++++++++++ + src/hb-ot-var.cc | 24 ++++++++++++++++++++++-- + src/hb-ot-var.h | 12 +++++------- + src/hb-set.cc | 2 +- + 10 files changed, 99 insertions(+), 15 deletions(-) + +commit 5dfd341f51543279039ddafe883c0a1de205fb8a +Author: Behdad Esfahbod +Date: Sun Jan 22 16:55:40 2017 -0800 + + Minor + + src/hb-directwrite.cc | 4 ++-- + src/hb-shape.cc | 2 +- + 2 files changed, 3 insertions(+), 3 deletions(-) + +commit 825e40407da74576f8e83ce0bacad5b0459b83c8 +Author: Behdad Esfahbod +Date: Sun Jan 22 16:41:45 2017 -0800 + + [hb-ft] Remove use of variable-length array + + Hopefully also fixes build failure on msvc. + + src/hb-ft.cc | 33 +++++++++++++++++++++------------ + 1 file changed, 21 insertions(+), 12 deletions(-) + +commit 47ee34e84745756a9aaeb964772377b6c1417ed1 +Author: Behdad Esfahbod +Date: Sat Jan 21 18:10:08 2017 -0800 + + [var] Hook up variations to FreeType face + + hb-view correctly renders variations with ft font-funcs now. + hb-ot-font needs HVAR implementation. + + src/hb-ft.cc | 10 ++++++++++ + util/helper-cairo.cc | 16 +++++++++++++++- + 2 files changed, 25 insertions(+), 1 deletion(-) + +commit 111f3e55178f7cd5a8ae4e8ae111cb48aea4acb5 +Author: Behdad Esfahbod +Date: Sat Jan 21 17:51:41 2017 -0800 + + [util] Add --variations + + Is hooked up to the font, but not to FreeType, so raster doesn't + show yet. + + Documentation needs to be done. + + util/options.cc | 91 + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + util/options.hh | 8 ++++- + 2 files changed, 98 insertions(+), 1 deletion(-) + +commit bb1e19268f02d4aad2240c52852e72afcf0f79ad +Author: Behdad Esfahbod +Date: Sat Jan 21 17:41:37 2017 -0800 + + [var] Rename var_coord to variation + + Looks much better. + + src/hb-common.cc | 36 ++++++++++++++++++------------------ + src/hb-common.h | 10 +++++----- + src/hb-font.cc | 20 ++++++++++---------- + src/hb-font.h | 6 +++--- + 4 files changed, 36 insertions(+), 36 deletions(-) + +commit 64fe92bf2d43a0ea31743d774e073f202021dbd1 +Author: Behdad Esfahbod +Date: Sat Jan 21 15:36:35 2017 -0800 + + [var] Remove use of variable-length arrays + + src/hb-font.cc | 30 +++++++++++++++++++++--------- + 1 file changed, 21 insertions(+), 9 deletions(-) + +commit 2491134b386507f611a47e43e3f7c2766d0d288b +Author: Behdad Esfahbod +Date: Sat Jan 21 15:21:50 2017 -0800 + + [var] Add hb_font_set_var_coords() + + src/hb-font.cc | 38 ++++++++++++++++++++++++++++++++++++-- + src/hb-font.h | 8 ++++++-- + 2 files changed, 42 insertions(+), 4 deletions(-) + +commit 113393efec5e0c4c10c141a6d4b801d50fcd8ab8 +Author: Behdad Esfahbod +Date: Sat Jan 21 15:12:03 2017 -0800 + + Remove a few unused includes + + src/hb-face.cc | 6 +----- + src/hb-font.cc | 7 ------- + src/hb-ot-layout.cc | 5 +---- + src/hb-ot-tag.cc | 3 --- + 4 files changed, 2 insertions(+), 19 deletions(-) + +commit 2d40923ca914c90304d07d6e7b9b1040c79c76fe +Author: Behdad Esfahbod +Date: Sat Jan 21 15:06:15 2017 -0800 + + Minor + + src/hb-ot-math.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 8b2a58047095604dcdc576ecbe3e8c2ebb8f48f0 +Author: Behdad Esfahbod +Date: Sat Jan 21 15:05:00 2017 -0800 + + [var] Add hb_font_set_var_coords_design() + + src/hb-font.cc | 21 +++++++++++++++++++-- + src/hb-font.h | 7 ++++++- + 2 files changed, 25 insertions(+), 3 deletions(-) + +commit 0dcc7b49a830e2680d3e6d86d953efab85cef6ff +Author: Behdad Esfahbod +Date: Sat Jan 21 14:50:22 2017 -0800 + + [var] Minor lifecycle adjustment + + src/hb-font.cc | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit bf0d3a665baac9e33c0f774b22197c321b864c80 +Author: Behdad Esfahbod +Date: Sat Jan 21 14:48:46 2017 -0800 + + [var] Add hb_font_get_var_coords_normalized() + + src/hb-font.cc | 10 ++++++++++ + src/hb-font.h | 4 ++++ + 2 files changed, 14 insertions(+) + +commit b3c0714b4bbb726b2b3e5e0416ac84cb5c6eb34e +Author: Behdad Esfahbod +Date: Fri Jan 20 20:30:03 2017 -0800 + + [var] Add hb_var_coord_t and parsing routines + + src/hb-common.cc | 94 + +++++++++++++++++++++++++++++++++++++++++++++++++++++--- + src/hb-common.h | 15 ++++++++- + 2 files changed, 103 insertions(+), 6 deletions(-) + +commit 72364103bc9d910d19f23a3764d045af79d076d5 +Author: Behdad Esfahbod +Date: Fri Jan 20 20:16:53 2017 -0800 + + Move code around + + src/hb-common.cc | 250 + +++++++++++++++++++++++++++++++++++++++++++++++++++++++ + src/hb-common.h | 18 ++++ + src/hb-shape.cc | 248 + ------------------------------------------------------ + src/hb-shape.h | 16 ---- + 4 files changed, 268 insertions(+), 264 deletions(-) + +commit 785982bf830723552270db5649abcb9f9f0b46b1 +Author: Behdad Esfahbod +Date: Fri Jan 20 19:57:27 2017 -0800 + + [var] Flesh out some more + + src/Makefile.am | 2 ++ + src/hb-ot-var-fvar-table.hh | 69 + ++++++++++++++++++++++++++++++++------------- + src/hb-ot-var.cc | 39 ++++++++++++++++++++++++- + src/hb-ot-var.h | 21 +++++++++----- + 4 files changed, 104 insertions(+), 27 deletions(-) + +commit 422c0c36c80145a2d993f80d5c7d3265e3d8357a +Author: Behdad Esfahbod +Date: Fri Jan 20 19:14:54 2017 -0800 + + [var] Flesh out a bit + + src/hb-ot-var-fvar-table.hh | 72 + ++++++++++++++++++++++++++++++++++++--------- + src/hb-ot-var.h | 10 ++++++- + 2 files changed, 67 insertions(+), 15 deletions(-) + +commit b8376b10904e1772b8d34d852d1100ca7e2185e2 +Author: Behdad Esfahbod +Date: Fri Jan 20 18:19:28 2017 -0800 + + Minor + + src/hb-ft.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit f2e73d37e77ccea8b948d1ecf5f11e7a699386dc +Author: Behdad Esfahbod +Date: Fri Jan 20 17:42:18 2017 -0800 + + [var] Remove over-optimization + + src/hb-font.cc | 4 ---- + 1 file changed, 4 deletions(-) + +commit 469926cc45760cb681d44e5757b18b9bdd736189 +Author: Behdad Esfahbod +Date: Fri Jan 20 17:40:46 2017 -0800 + + [var] Change double to float in API + + src/hb-ot-var.h | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +commit 55d42fd667b9c34a1109bb850bf2ea7322c01040 +Author: Behdad Esfahbod +Date: Thu Jan 19 19:35:48 2017 -0800 + + Start adding hb-ot-var.h and implementation + + Supports enumerating variation axes, normalizing values, etc. + + src/Makefile.sources | 3 + + src/hb-ot-layout-private.hh | 6 ++ + src/hb-ot-layout.cc | 4 ++ + src/hb-ot-var-fvar-table.hh | 133 + ++++++++++++++++++++++++++++++++++++++++++++ + src/hb-ot-var.cc | 63 +++++++++++++++++++++ + src/hb-ot-var.h | 81 +++++++++++++++++++++++++++ + src/hb-ot.h | 1 + + 7 files changed, 291 insertions(+) + +commit 272b5115325b785e92ff5500d4bfc3a67490b6f8 +Author: Behdad Esfahbod +Date: Thu Jan 19 19:33:07 2017 -0800 + + Minor + + src/hb-ot-math.cc | 7 +++---- + 1 file changed, 3 insertions(+), 4 deletions(-) + +commit a8a5e81a52f56f5f8bf975dc4d9f79bede5d895b +Author: Behdad Esfahbod +Date: Thu Jan 19 16:55:04 2017 -0800 + + [test-ot-math] Add test with nil face/font + + test/api/test-ot-math.c | 8 ++++++++ + 1 file changed, 8 insertions(+) + +commit 331d07bd40a3d9ff30db5cdf85fdc4f10f0fcb99 +Author: Behdad Esfahbod +Date: Thu Jan 19 16:51:36 2017 -0800 + + Minor + + test/api/test-ot-math.c | 3 +++ + 1 file changed, 3 insertions(+) + +commit b5ecf1bfa459a755e36bc4c7f545c7f803b7d016 +Author: Behdad Esfahbod +Date: Thu Jan 19 16:50:29 2017 -0800 + + Fix warnings + + test/api/test-ot-math.c | 18 ++++++++++-------- + 1 file changed, 10 insertions(+), 8 deletions(-) + +commit 2f2ceee1853649d1b2ad4315a38cd9c07659932a +Author: Behdad Esfahbod +Date: Thu Jan 19 16:48:01 2017 -0800 + + Minor + + test/api/test-ot-math.c | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +commit 2452543fdd383e62b8c4bc44b11bfd6796fc9963 +Author: Khaled Hosny +Date: Wed Jan 18 22:48:13 2017 +0200 + + [ot] Fix automatic fraction for RTL scripts (#405) + + The numbers for right-to-left scripts are processed also from right to + left, so the order of applying “numr” and “dnom” features + should be + reversed in such case. + + Fixes https://github.com/behdad/harfbuzz/issues/395 + + src/hb-ot-shape.cc | 16 + ++++++++++++++-- + test/shaping/Makefile.am | 1 + + .../15dfc433a135a658b9f4b1a861b5cdd9658ccbb9.ttf | Bin 0 -> + 4936 bytes + test/shaping/tests/automatic-fractions.tests | 3 +++ + 4 files changed, 18 insertions(+), 2 deletions(-) + +commit 1337428e4f8a2a4c78312c581bf4e96cd49d783f +Author: Sascha Brawer +Date: Wed Jan 18 13:51:02 2017 +0100 + + Update language tags to OpenType 1.8.1 (#403) + + Resolves https://github.com/behdad/harfbuzz/issues/324 + + src/hb-ot-tag.cc | 77 + ++++++++++++++++++++++++++++++++++++++++++++------ + test/api/test-ot-tag.c | 58 +++++++++++++++++++++++++++++++++++++ + 2 files changed, 126 insertions(+), 9 deletions(-) + +commit 784d1180de19fbf4948f08ee2124277cc06066dd +Author: Behdad Esfahbod +Date: Wed Jan 11 11:58:13 2017 -0800 + + Fix build with clang + + src/hb-open-type-private.hh | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit 1f810daf1640f279c2f7aad8c312664cf2293987 +Author: Behdad Esfahbod +Date: Mon Jan 9 23:50:56 2017 -0800 + + Port math table to hb_lazy_table_loader_t + + src/hb-open-type-private.hh | 22 +++++++++++++++++----- + src/hb-ot-layout-private.hh | 4 ++-- + src/hb-ot-layout.cc | 7 +++---- + src/hb-ot-math.cc | 17 +---------------- + 4 files changed, 23 insertions(+), 27 deletions(-) + +commit ebbcc1112229cde9ed469efdfeac7ef79dfcd834 +Author: Behdad Esfahbod +Date: Mon Jan 9 22:45:25 2017 -0800 + + Add hb_lazy_table_loader_t + + src/hb-open-type-private.hh | 40 ++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 40 insertions(+) + +commit 1af9d924a474f210fda10b5e8ab6b388241aa0b5 +Author: Behdad Esfahbod +Date: Mon Jan 9 22:22:37 2017 -0800 + + Move lazy-loader to more generic place + + src/hb-open-type-private.hh | 47 + ++++++++++++++++++++++++++++++++++++++++++++ + src/hb-ot-font.cc | 48 + ++------------------------------------------- + 2 files changed, 49 insertions(+), 46 deletions(-) + +commit ac274331c285e1b42632870e150e1d66a9e21933 +Author: Behdad Esfahbod +Date: Mon Jan 9 22:20:38 2017 -0800 + + In lazy-loading, remember allocation failure + + src/hb-ot-font.cc | 8 +++++--- + 1 file changed, 5 insertions(+), 3 deletions(-) + +commit 29fb0cb727555ea60460d794a3c6f30179546af9 +Author: Behdad Esfahbod +Date: Mon Jan 9 21:18:55 2017 -0800 + + Minor + + src/hb-face-private.hh | 12 ++++++++---- + 1 file changed, 8 insertions(+), 4 deletions(-) + +commit 93ef684b9bc411b7642df3adeb2248ad6010ee66 +Author: Behdad Esfahbod +Date: Mon Jan 9 21:11:00 2017 -0800 + + Rename hb-ot-layout-math-table.hh to hb-ot-math-table.hh + + src/Makefile.sources | 2 +- + src/{hb-ot-layout-math-table.hh => hb-ot-math-table.hh} | 6 +++--- + src/hb-ot-math.cc | 2 +- + 3 files changed, 5 insertions(+), 5 deletions(-) + +commit 3b5263b0e9e23e56e14ce6a8498c21c5ce95cc35 +Author: Behdad Esfahbod +Date: Mon Jan 9 15:49:08 2017 -0800 + + Typo + + src/hb-ot-layout-math-table.hh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit ebf927d3d4394159e480fec2042a0456df8dd0f4 +Author: ebraminio +Date: Mon Jan 9 13:12:09 2017 +0330 + + Make UCDN default enabled (fixes #389) (#391) + + win32/config-msvc.mak | 7 ++++--- + 1 file changed, 4 insertions(+), 3 deletions(-) + +commit 00adf9c8a4573a2b3ef61991197821af03bca310 +Author: Behdad Esfahbod +Date: Mon Jan 9 00:00:49 2017 -0800 + + Minor + + Should be enough to get -hangul.cc out of SOURCES in Firefox build: + https://dxr.mozilla.org/mozilla-central/source/gfx/harfbuzz/src/moz.build + + No one else should care! + + src/hb-ot-shape-complex-hangul.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 7cf9952e7fc015d0b08d3de6c95357662d57ad8d +Author: Behdad Esfahbod +Date: Sun Jan 8 23:55:54 2017 -0800 + + [USE] Remove non-canonical decompositions + + We have had added this in Indic shaper to assist shaping these + scripts. + In Universal Shaping Engine however, it is up to font designer to + decompose them. Hence moving them from Indic shaper to USE was + wrong. + + Fixup for f6ba63b2e8eb577385f70758efdd3b8408c8a9cb + + Part of fixing https://github.com/behdad/harfbuzz/issues/387 + + src/hb-ot-shape-complex-use.cc | 22 ---------------------- + 1 file changed, 22 deletions(-) + +commit b435c7c46a46350771e837e87fee448fd9dc06d3 +Author: Khaled Hosny +Date: Fri Nov 11 02:16:39 2016 +0200 + + [graphite] Stop creating unused gr_face + + It is unused after previous commit, hb_graphite2_font_get_gr_font() + makes no sense now so deprecating it. + + src/hb-graphite2.cc | 22 +++++----------------- + src/hb-graphite2.h | 4 ++++ + 2 files changed, 9 insertions(+), 17 deletions(-) + +commit 1b00a3b0488a5d1c6ede141ae0545e2eb9af0ed8 +Author: Khaled Hosny +Date: Sun Oct 30 20:16:41 2016 +0200 + + [graphite] Fix shaping with varying font sizes + + Shape using design units and scale the output. + + See https://bugs.documentfoundation.org/show_bug.cgi?id=103403#c7 + + src/hb-graphite2.cc | 27 +++++++++++++++------------ + 1 file changed, 15 insertions(+), 12 deletions(-) + +commit af596a5655ee2ed09da17a7de79f619e1547dcd9 +Author: Behdad Esfahbod +Date: Thu Jan 5 20:24:41 2017 -0800 + + 1.4.1 + + NEWS | 10 ++++++++++ + configure.ac | 2 +- + 2 files changed, 11 insertions(+), 1 deletion(-) + +commit 31f7b1bb94c2cef7ce58df52ddd1b09b42e8f596 +Author: Behdad Esfahbod +Date: Thu Jan 5 20:20:06 2017 -0800 + + Add tests for USE using Marchen font and text + + From http://www.babelstone.co.uk/Fonts/Marchen.html + + test/shaping/Makefile.am | 1 + + .../85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf | Bin 0 -> 66936 bytes + test/shaping/tests/use-marchen.tests | 35 + +++++++++++++++++++++ + 3 files changed, 36 insertions(+) + +commit 53543f8b3e19456279c86f711feba42ce976668c +Author: Behdad Esfahbod +Date: Thu Jan 5 20:12:32 2017 -0800 + + Ship UCDN and use it by default + + So we are not relying on version of Unicode data in glib... + + Fixes https://github.com/behdad/harfbuzz/issues/386 + Fixes https://github.com/behdad/harfbuzz/issues/388 + + configure.ac | 12 ++++++++---- + src/hb-unicode.cc | 6 +++--- + 2 files changed, 11 insertions(+), 7 deletions(-) + +commit f3397069479cae34e6bdc658e2875fb178b03e43 +Author: Behdad Esfahbod +Date: Thu Jan 5 01:27:49 2017 -0800 + + 1.4.0 + + NEWS | 34 ++++++++++++++++++++++++++++++++++ + configure.ac | 2 +- + 2 files changed, 35 insertions(+), 1 deletion(-) + +commit ae00af4a47587308969dfaf7baa93164d7842710 +Author: Frédéric Wang +Date: Tue Jan 3 05:55:09 2017 +0100 + + Move math-specific code from hb-ot-layout to hb-ot-math #235 (#384) + + src/Makefile.sources | 1 + + src/hb-ot-layout.cc | 244 --------------------------------------------- + src/hb-ot-math.cc | 272 + +++++++++++++++++++++++++++++++++++++++++++++++++++ + 3 files changed, 273 insertions(+), 244 deletions(-) + +commit e053ccc5bb7268fe5900dd364d906638c58b2908 +Author: Behdad Esfahbod +Date: Wed Dec 28 15:51:57 2016 -0500 + + Remove Android.mk + + Android uses its own file these days and third-party developers should + be using the autotools-based system against Android NDK. + + Android.mk | 107 + ------------------------------------------------------------ + Makefile.am | 1 - + 2 files changed, 108 deletions(-) + +commit 6cff75394192a1ab0dda82981752ade532838333 +Author: Behdad Esfahbod +Date: Wed Dec 28 13:46:21 2016 -0500 + + Remove Tibetan decomposition rules from Indic shaper + + The decomposition is very obscure and unlikely to help + any fonts. Just remove it since Uniscribe probably doesn't + do this either. + + Fixes https://github.com/behdad/harfbuzz/issues/382 + + src/hb-ot-shape-complex-indic.cc | 4 ---- + 1 file changed, 4 deletions(-) + +commit f6ba63b2e8eb577385f70758efdd3b8408c8a9cb +Author: Behdad Esfahbod +Date: Wed Dec 28 13:45:32 2016 -0500 + + Port decompositions from Indic to USE shaper + + Part of https://github.com/behdad/harfbuzz/issues/382 + + src/hb-ot-shape-complex-indic.cc | 16 ---------------- + src/hb-ot-shape-complex-use.cc | 22 ++++++++++++++++++++++ + 2 files changed, 22 insertions(+), 16 deletions(-) + +commit e678b537f77954615721abd65fef28854f95dc5d +Author: Behdad Esfahbod +Date: Mon Dec 26 14:11:59 2016 -0500 + + [indic] Remove Chakma decomposition rule from Indic shaper + + This is now added to USE: + https://github.com/behdad/harfbuzz/pull/383 + + See: + https://github.com/behdad/harfbuzz/issues/381 + https://github.com/behdad/harfbuzz/issues/382 + + src/hb-ot-shape-complex-indic.cc | 4 ---- + 1 file changed, 4 deletions(-) + +commit 49ba698124399373cea000d08e0e9fe5fc2396e8 +Author: jfkthame +Date: Wed Dec 28 18:00:51 2016 +0000 + + [use] Special-case Chakma split-vowel decomp in the USE shaper. (#383) + + src/hb-ot-shape-complex-use.cc | 21 ++++++++++++++++++++- + 1 file changed, 20 insertions(+), 1 deletion(-) + +commit c4ca49d55b49c65e04f0b2acecacd6a5c70978f4 +Author: Behdad Esfahbod +Date: Mon Dec 26 14:52:08 2016 -0500 + + Revert "[indic] Remove redundant Chakma decomposition rule" + + This reverts commit 805f76fc002d703acfcc4c5727f0b4d1baecefaa. + + Need to investigate why having this rule (with the reversed order) + fixes decomposition as reported by punchcutter: + https://github.com/behdad/harfbuzz/issues/381#issuecomment-269237796 + + src/hb-ot-shape-complex-indic.cc | 4 ++++ + 1 file changed, 4 insertions(+) + +commit 805f76fc002d703acfcc4c5727f0b4d1baecefaa +Author: Behdad Esfahbod +Date: Mon Dec 26 14:11:59 2016 -0500 + + [indic] Remove redundant Chakma decomposition rule + + This was not used BTW since Chakma doesn't go through Indic shaper + anymore. + + See: + https://github.com/behdad/harfbuzz/issues/381 + https://github.com/behdad/harfbuzz/issues/382 + + src/hb-ot-shape-complex-indic.cc | 4 ---- + 1 file changed, 4 deletions(-) + +commit 3cc48a46b56be06e6734aaabf37a4b521606380c +Author: Behdad Esfahbod +Date: Mon Dec 26 13:10:31 2016 -0500 + + [indix] Comment + + src/hb-ot-shape-complex-indic.cc | 25 ++++++++++++++++++++++--- + 1 file changed, 22 insertions(+), 3 deletions(-) + +commit 7d1c5d8281b05a5c178ea3ae048b0062145968aa +Author: nvelinov +Date: Sat Dec 24 02:46:37 2016 +0100 + + Compilation Error for ASSERT_STATIC on Some Compilers (#380) + + * this pointer in type definitions is not interpreted as a constant. + This rule is not enforced strictly by all compilers, but the Green + Hills Software compiler will regard this as an error. + + * Merging branches for the DEFINE_SIZE_UNION macro + Adding check for the existence of static_size field in the tested + member. + + src/hb-open-type-private.hh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit e2b878055bb1c0b84e1f7cfbf3d3f80bfc6811ea +Author: Behdad Esfahbod +Date: Thu Dec 22 14:40:19 2016 -0600 + + Disable OTL processing for Hebrew if GPOS doesn't have Hebrew subtable + + New approach to fix this: + https://github.com/behdad/harfbuzz/commit/69f9fbc4200442a35484d3c790ae8f4979be5d60 + + Previous approach was reverted as it was too broad. See context: + https://github.com/behdad/harfbuzz/issues/347#issuecomment-267838368 + + With U+05E9,U+05B8,U+05C1,U+05DC and Arial Unicode, we now (correctly) + disable + GDEF and GPOS, so we get results very close to Uniscribe, but + slightly different + since our fallback position logic is not exactly the same: + + Before: [gid1166=3+991|gid1142=0+737|gid5798=0+1434] + After: [gid1166=3+991|gid1142=0@402,-26+0|gid5798=0+1434] + Uniscribe: [gid1166=3+991|gid1142=0@348,0+0|gid5798=0+1434] + + src/hb-ot-shape-complex-arabic.cc | 1 + + src/hb-ot-shape-complex-default.cc | 1 + + src/hb-ot-shape-complex-hangul.cc | 1 + + src/hb-ot-shape-complex-hebrew.cc | 13 +++++++++++++ + src/hb-ot-shape-complex-indic.cc | 1 + + src/hb-ot-shape-complex-myanmar.cc | 2 ++ + src/hb-ot-shape-complex-private.hh | 8 ++++++++ + src/hb-ot-shape-complex-thai.cc | 1 + + src/hb-ot-shape-complex-tibetan.cc | 1 + + src/hb-ot-shape-complex-use.cc | 1 + + src/hb-ot-shape.cc | 29 ++++++++++++++++------------- + 11 files changed, 46 insertions(+), 13 deletions(-) + +commit 1a0f4aa6dfee69236b422f7c8825eff940f45c19 +Author: Behdad Esfahbod +Date: Thu Dec 22 13:33:54 2016 -0600 + + Revert "Synthesize GDEF glyph class for any glyph that does not have + one in GDEF" + + This reverts commit 69f9fbc4200442a35484d3c790ae8f4979be5d60. + + See + https://github.com/behdad/harfbuzz/issues/347#issuecomment-268873401 + Fixes https://github.com/behdad/harfbuzz/issues/347 + + src/hb-ot-layout-gsub-table.hh | 22 ++-------------------- + src/hb-ot-shape.cc | 29 +++++++++++++++++++++++++++++ + 2 files changed, 31 insertions(+), 20 deletions(-) + +commit 4b4a1b9f235598b04ce9ae1f9670fc978ab7620d +Author: Behdad Esfahbod +Date: Wed Dec 21 23:10:43 2016 -0600 + + Fix assert fail with contextual matching + + As discovered by libFuzzer / Chromium fuzzing. + + Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=659496 + CC https://github.com/behdad/harfbuzz/issues/139 + + src/hb-ot-layout-gsubgpos-private.hh | 6 +++++- + .../sha1sum/217a934cfe15c548b572c203dceb2befdf026462.ttf | Bin 0 -> + 1384 bytes + test/shaping/tests/fuzzed.tests | 1 + + 3 files changed, 6 insertions(+), 1 deletion(-) + +commit df98ce5fc8cf1dafd58c329975f07aafbeee3263 +Author: Behdad Esfahbod +Date: Wed Dec 21 19:27:30 2016 -0600 + + Improve debug output with really deep nesting + + src/hb-private.hh | 11 +++++++---- + 1 file changed, 7 insertions(+), 4 deletions(-) + +commit eab418c5e6fa34b90133862cc8ce11e617ce08bf +Author: Behdad Esfahbod +Date: Wed Dec 21 15:51:28 2016 -0600 + + Avoid infinite loop in CoverageFormat2 iteration with bad fonts + + Fixes https://github.com/behdad/harfbuzz/issues/363 + + src/hb-ot-layout-common-private.hh | 29 ++++++++++++++++++----------- + 1 file changed, 18 insertions(+), 11 deletions(-) + +commit a0688e8e7b58c156f5809c272b5884bfe75f68ae +Author: Behdad Esfahbod +Date: Tue Dec 20 20:52:50 2016 -0600 + + Ouch, finish previous change + + test/fuzzing/Makefile.am | 3 ++- + test/fuzzing/hb-fuzzer.cc | 30 ++++-------------------------- + 2 files changed, 6 insertions(+), 27 deletions(-) + +commit de14c19d14be90367a1231de56dd347e3f54931c +Author: Behdad Esfahbod +Date: Tue Dec 20 20:50:38 2016 -0600 + + [fuzzer] Separate main() into a new file + + test/fuzzing/hb-fuzzer.hh | 4 ++++ + test/fuzzing/main.cc | 21 +++++++++++++++++++++ + 2 files changed, 25 insertions(+) + +commit 7ed71eb347c894c5b4b012bcca0816922c3052c2 +Author: Behdad Esfahbod +Date: Tue Dec 20 15:01:16 2016 -0600 + + Protect collect_glyphs() and closure() against malicious DDOS fonts + + Fixes https://github.com/behdad/harfbuzz/issues/363 + + src/hb-ot-layout-gsub-table.hh | 58 + ++++++++++++++++++++++++++++++++++-------- + 1 file changed, 48 insertions(+), 10 deletions(-) + +commit 1c98ff87c76536553e53c131e75aba33033ee3a0 +Author: Mike Hommey +Date: Fri Sep 30 18:15:37 2016 +0900 + + Support building with older glib versions + + It is desirable to be able to build against older versions of glib. + + fd7a245 changed the configure check to require glib > 2.38 for + G_TEST_DIST. Before that, version 2.16 was required, but in fact, + since aafe395, G_PASTE is being used, which was introduced in 2.19.1. + And since 0ef179e2, hb-glib uses GBytes, which were introduced in + 2.31.10. + + 2.19.1 is rather old, but 2.38 is rather new. For Firefox, building + against 2.22 is still supported, although we could probably get away + with bumping that to 2.28. Either way, GBytes is not available. + + Arguably, if you build against a glib that doesn't support GBytes, + you're not going to use the hb_glib_blob_create function, so we hide + the function when building against such a glib. + + As for G_TEST_DIST, when building against versions of glib that don't + support it, we can fallback to the previous behavior, which, AIUI, was + just making the test not work when building in a separate directory. + + configure.ac | 2 +- + src/hb-glib.cc | 2 ++ + src/hb-glib.h | 3 ++- + test/api/test-ot-math.c | 4 ++++ + 4 files changed, 9 insertions(+), 2 deletions(-) + +commit ad273881c597a95929ce3b84f63865f9d7dcdb7e +Author: Volker H. Simonis +Date: Wed Dec 14 18:56:17 2016 +0100 + + Minor fixes to pacify Coverity code scan + + Fixes https://github.com/behdad/harfbuzz/pull/377 + + src/hb-ot-font.cc | 6 +++++- + src/hb-ot-layout-gpos-table.hh | 14 +++++++------- + 2 files changed, 12 insertions(+), 8 deletions(-) + +commit 1e1825bf47aa29968f75a78305d4541ce2c9d40c +Author: ebraminio +Date: Sat Dec 17 10:30:40 2016 +0330 + + [dwrite] Provide an experimental API for justification (#279) + + src/hb-directwrite.cc | 48 + ++++++++++++++++++++++++++++++++++++++++-------- + src/hb-directwrite.h | 4 ++++ + 2 files changed, 44 insertions(+), 8 deletions(-) + +commit 4cd0cd67914db1da10906e40335faea7dbec1d0a +Author: elmarb +Date: Wed Dec 7 11:50:27 2016 +0100 + + NMake ICU option builds with builtin ICU (#375) + + win32/build-rules-msvc.mak | 13 ------------- + win32/config-msvc.mak | 37 ++++++++++++++++++++----------------- + win32/create-lists-msvc.mak | 13 ------------- + win32/detectenv-msvc.mak | 4 +++- + win32/generate-msvc.mak | 2 +- + win32/info-msvc.mak | 12 +++++------- + win32/install.mak | 4 ---- + 7 files changed, 29 insertions(+), 56 deletions(-) + +commit 75fa884f925c203a839b5874f30bf9ebf025b6e4 +Author: Khaled Hosny +Date: Mon Dec 5 23:20:47 2016 +0200 + + [win32] Fix wrong description of the ICU option (#372) + + win32/README.txt | 4 +--- + 1 file changed, 1 insertion(+), 3 deletions(-) + +commit 219cb29c5d230ecc6ee154b447fabd7b59fbe089 +Author: Behdad Esfahbod +Date: Wed Sep 28 17:16:06 2016 +0200 + + Fix build after rebasing opentype-gx branch on top of MATH table + + src/hb-ot-layout-common-private.hh | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit 0aedfd59be54972e61a952753ffc0d12631771fe +Author: Behdad Esfahbod +Date: Wed Sep 28 17:05:43 2016 +0200 + + [GX] Apply 'rvrn' feature before any other feature + + src/hb-ot-shape.cc | 3 +++ + 1 file changed, 3 insertions(+) + +commit 42c81425316190f6424ecb9b19d5a886aa1e4136 +Author: Behdad Esfahbod +Date: Tue Sep 13 23:49:46 2016 +0200 + + [GX] Fix build with older FreeType + + configure.ac | 4 ++++ + src/hb-ft.cc | 12 ++++++++---- + 2 files changed, 12 insertions(+), 4 deletions(-) + +commit 72873cf522a6e3bec1b6508d8d20d3d2ce233cd6 +Author: Sascha Brawer +Date: Tue Sep 13 18:40:07 2016 +0200 + + Call hb_font_set_var_coords_normalized() from FT_Face coords + + src/hb-ft.cc | 14 ++++++++++++++ + 1 file changed, 14 insertions(+) + +commit 4ebbeb7c50e5c1e934d230ceacf792602c6eb9b9 +Author: Behdad Esfahbod +Date: Sat Sep 10 04:52:34 2016 -0700 + + [GX] Make FeatureVariations actually work + + Yay!!!! + + src/hb-ot-layout-common-private.hh | 19 +++++++------------ + src/hb-ot-layout-gsubgpos-private.hh | 3 ++- + 2 files changed, 9 insertions(+), 13 deletions(-) + +commit 72ada4f0c6998fc2a282efc2a573733e37db8be5 +Author: Behdad Esfahbod +Date: Sat Sep 10 03:57:24 2016 -0700 + + [GX] Hook up feature variations + + Shape-plan caching is not implemented. + + src/hb-coretext.cc | 8 +++- + src/hb-directwrite.cc | 6 ++- + src/hb-fallback-shape.cc | 4 +- + src/hb-font.cc | 6 +-- + src/hb-graphite2.cc | 4 +- + src/hb-ot-map-private.hh | 17 +++++--- + src/hb-ot-map.cc | 25 ++++++++--- + src/hb-ot-shape-private.hh | 6 ++- + src/hb-ot-shape.cc | 9 ++-- + src/hb-shape-plan-private.hh | 9 +++- + src/hb-shape-plan.cc | 102 + +++++++++++++++++++++++++++++++++++++++---- + src/hb-shape-plan.h | 19 ++++++++ + src/hb-shape.cc | 5 ++- + src/hb-uniscribe.cc | 4 +- + 14 files changed, 183 insertions(+), 41 deletions(-) + +commit ec87ba9ba32a374d49dd3e40137f75f4f4232aee +Author: Behdad Esfahbod +Date: Sat Sep 10 03:53:11 2016 -0700 + + [GX] Add hb_ot_layout_feature_with_variations_get_lookups() + + src/hb-ot-layout-common-private.hh | 30 +++++++++++++++++++++++++++++- + src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++++++ + src/hb-ot-layout.cc | 28 ++++++++++++++++++++++++---- + src/hb-ot-layout.h | 9 +++++++++ + 4 files changed, 74 insertions(+), 5 deletions(-) + +commit 30c42b644eb33551aa0986287182a46f2d8c32ed +Author: Behdad Esfahbod +Date: Sat Sep 10 03:32:39 2016 -0700 + + [GX] Add hb_ot_layout_table_find_feature_variations() + + src/hb-ot-layout-common-private.hh | 18 +++++++++++------- + src/hb-ot-layout-gsubgpos-private.hh | 6 +++--- + src/hb-ot-layout.cc | 15 +++++++++++++++ + src/hb-ot-layout.h | 10 ++++++++++ + 4 files changed, 39 insertions(+), 10 deletions(-) + +commit 7ceadbe981aa50481163bb365f0fe3f994266165 +Author: Behdad Esfahbod +Date: Sat Sep 10 02:44:20 2016 -0700 + + Shuffle code around + + src/hb-ot-map.cc | 81 + ++++++++++++++++++++++++++++---------------------------- + 1 file changed, 41 insertions(+), 40 deletions(-) + +commit bde5e3959c0ffdb92db87668035b01aaee9b2352 +Author: Behdad Esfahbod +Date: Sat Sep 10 02:43:20 2016 -0700 + + Move add_lookups from map to map-builder + + In prep for more changes. + + src/hb-ot-map-private.hh | 15 ++++++++------- + src/hb-ot-map.cc | 29 +++++++++++++++-------------- + 2 files changed, 23 insertions(+), 21 deletions(-) + +commit 26648cebcd14bd26142ccfe5ac8c0be08a213671 +Author: Behdad Esfahbod +Date: Sat Sep 10 02:11:05 2016 -0700 + + [GX] Remove (partial) support for anisotropic variations + + It doesn't always work, not part of FreeType, and we were not going + to expose it in the API anyway. Can always be added later. + + src/hb-font-private.hh | 3 +-- + src/hb-font.cc | 17 ++++++----------- + src/hb-ot-layout-common-private.hh | 9 ++++----- + 3 files changed, 11 insertions(+), 18 deletions(-) + +commit c22176d4bac720b4c9121b3d6629595831f19fb0 +Author: Behdad Esfahbod +Date: Sat Sep 10 01:58:27 2016 -0700 + + [GX] Handle setting var coords to NULL + + src/hb-font.cc | 8 +++++--- + 1 file changed, 5 insertions(+), 3 deletions(-) + +commit 59055b5494f802013ca3613a15e565ae1ca0c589 +Author: Behdad Esfahbod +Date: Sat Sep 10 01:24:28 2016 -0700 + + [GX] Implement Feature Variations + + Not hooked up to shaper yet. + + src/hb-ot-layout-common-private.hh | 168 + ++++++++++++++++++++++++++++++++++- + src/hb-ot-layout-gdef-table.hh | 1 - + src/hb-ot-layout-gpos-table.hh | 2 - + src/hb-ot-layout-gsub-table.hh | 2 - + src/hb-ot-layout-gsubgpos-private.hh | 15 +++- + 5 files changed, 180 insertions(+), 8 deletions(-) + +commit 85ec4944346a1ac111217698e1424669a9732280 +Author: Behdad Esfahbod +Date: Sat Sep 10 00:25:16 2016 -0700 + + [GX] Fix another x/y thinko + + Thanks Werner! + + src/hb-ot-layout-common-private.hh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit cf3de4d8f79fc6e8413957cdef034e975343ce30 +Author: Behdad Esfahbod +Date: Sat Sep 10 00:22:24 2016 -0700 + + [GX] Rename VarStore to VariationStore + + src/hb-ot-layout-common-private.hh | 12 ++++++------ + src/hb-ot-layout-gdef-table.hh | 14 +++++++------- + src/hb-ot-layout-gpos-table.hh | 2 +- + src/hb-ot-layout-gsubgpos-private.hh | 2 +- + 4 files changed, 15 insertions(+), 15 deletions(-) + +commit 1f6ed356e0a849b61ce98b6a2f38d04d98c2191e +Author: Behdad Esfahbod +Date: Sat Sep 10 00:01:10 2016 -0700 + + [GX] Fix build with some compilers + + Eg. + https://ci.appveyor.com/project/behdad/harfbuzz/build/1.0.48/job/o9mnd33kcdeeg30r + + hb-open-type-private.hh:103:29: error: static data member + 'OT::Device::::::static_size' + in unnamed class [-fpermissive] + + src/hb-ot-layout-common-private.hh | 19 ++++++++++++------- + 1 file changed, 12 insertions(+), 7 deletions(-) + +commit 250bcd6fb691d6f15fa9ca71b475ce419d0b5e37 +Author: Behdad Esfahbod +Date: Fri Sep 9 23:12:14 2016 -0700 + + [GX] Skip tail zero entries when setting variation coordinates + + src/hb-font.cc | 4 ++++ + 1 file changed, 4 insertions(+) + +commit 1124d2ece55e323ed934357b30e68df75829cfaa +Author: Behdad Esfahbod +Date: Fri Sep 9 22:48:27 2016 -0700 + + [GX] Fix thinko + + src/hb-ot-layout-common-private.hh | 1 - + src/hb-ot-layout-gpos-table.hh | 2 +- + 2 files changed, 1 insertion(+), 2 deletions(-) + +commit ad69e8f07c6e3e47fe7e7103c2ff7c053d272b1a +Author: Behdad Esfahbod +Date: Fri Sep 9 22:23:34 2016 -0700 + + [GX] Add new API hb_font_set_var_coords_normalized() + + Will probably change. + + src/hb-font.cc | 23 +++++++++++++++++++++++ + src/hb-font.h | 5 +++++ + 2 files changed, 28 insertions(+) + +commit 151d93de8a595924a8dcb00fcba648b4b3df0bf5 +Author: Behdad Esfahbod +Date: Fri Sep 9 17:03:11 2016 -0700 + + [GX] Hook up GPOS to Variation Store stored in GDEF + + Untested. + + src/hb-ot-layout-common-private.hh | 22 ++++++++++---------- + src/hb-ot-layout-gdef-table.hh | 27 +++++++++++++++--------- + src/hb-ot-layout-gpos-table.hh | 40 + ++++++++++++++++-------------------- + src/hb-ot-layout-gsubgpos-private.hh | 2 ++ + 4 files changed, 48 insertions(+), 43 deletions(-) + +commit dcfd309533ac83e44369dea7204d668623b08207 +Author: Behdad Esfahbod +Date: Fri Sep 9 16:51:07 2016 -0700 + + [GX] Change GDEF API to return varStore + + src/hb-ot-layout-gdef-table.hh | 5 ++--- + 1 file changed, 2 insertions(+), 3 deletions(-) + +commit 49cb87850c2692be45b201168c8ce10b263168cc +Author: Behdad Esfahbod +Date: Fri Sep 9 16:27:03 2016 -0700 + + [GX] Pass apply-context down to get_anchor() + + Needed to access GDEF for varStore. + + src/hb-ot-layout-gpos-table.hh | 57 + ++++++++++++++++++++++-------------------- + 1 file changed, 30 insertions(+), 27 deletions(-) + +commit f0c3fd8c9ab402be923fe0845fb51d99841829b6 +Author: Behdad Esfahbod +Date: Fri Sep 9 16:22:45 2016 -0700 + + [GX] Add varStore member to GDEF + + Still not hooked up from GPOS. + + src/hb-ot-layout-gdef-table.hh | 17 ++++++++++++++--- + 1 file changed, 14 insertions(+), 3 deletions(-) + +commit 5c971f8dbc823dbad4a2869cf9e835095ab6ddb2 +Author: Behdad Esfahbod +Date: Fri Sep 9 16:05:17 2016 -0700 + + Minor change to GDEF, in prep for new version + + src/hb-ot-layout-gdef-table.hh | 10 +++++----- + 1 file changed, 5 insertions(+), 5 deletions(-) + +commit dc9f2297998b4cbc4f9e4c2591fc2bb5f92986d1 +Author: Behdad Esfahbod +Date: Fri Sep 9 15:40:15 2016 -0700 + + [GX] Port variation stuff to Variation Store design + + Not hooked up to GDEF yet. + + src/hb-ot-layout-common-private.hh | 294 + +++++++++++++++++++++++-------------- + src/hb-ot-layout-gpos-table.hh | 2 +- + 2 files changed, 184 insertions(+), 112 deletions(-) + +commit a7edeb6f02cbc4418285fdfc58ef8a8740a380e9 +Author: Behdad Esfahbod +Date: Fri Sep 9 15:39:52 2016 -0700 + + Make OffsetArrayOf take OffsetType template argument + + src/hb-open-type-private.hh | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit 8dddc231cf9d934eb93a39f2657717cbdad43a64 +Author: Behdad Esfahbod +Date: Fri Sep 9 13:17:33 2016 -0700 + + [GX] Revert "[GX] Add VariationAlternates, to allow conditional + lookups in GSUB/GPOS" + + This reverts commit 2859f1c7174d6f7ae5dcf0db5411bc0182b21594. + We are going in a different direction. + + src/hb-open-type-private.hh | 1 - + src/hb-ot-layout-common-private.hh | 99 + +------------------------------------- + 2 files changed, 2 insertions(+), 98 deletions(-) + +commit bb4d2e6ed562c248fff15313a013d49e38a18789 +Author: Behdad Esfahbod +Date: Fri Sep 9 13:08:52 2016 -0700 + + [GX] Free GX coordinates + + src/hb-font.cc | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) + +commit baa329c6a12c7ffd56feed32351d9405b7d1651b +Author: Behdad Esfahbod +Date: Fri Mar 18 15:52:24 2016 -0700 + + [GX] Add compact VariationDevice implementation + + Add compact format that uses signed bytes instead of shorts. + + src/hb-open-type-private.hh | 1 + + src/hb-ot-layout-common-private.hh | 35 + ++++++++++++++++++++++++----------- + 2 files changed, 25 insertions(+), 11 deletions(-) + +commit 71b06fd392680b6fcfece60d8a83ba6c56eada09 +Author: Behdad Esfahbod +Date: Sat Mar 12 23:49:09 2016 -0800 + + [GX] Add VariationAlternates, to allow conditional lookups in + GSUB/GPOS + + Not hooked up to runtime yet. + + src/hb-open-type-private.hh | 1 + + src/hb-ot-layout-common-private.hh | 99 + +++++++++++++++++++++++++++++++++++++- + 2 files changed, 98 insertions(+), 2 deletions(-) + +commit 976eeb8e025e2b7601a91e661d6e9a88bf8afbd2 +Author: Behdad Esfahbod +Date: Sat Mar 12 23:28:12 2016 -0800 + + [GX] Minor + + src/hb-ot-layout-common-private.hh | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +commit ed8a9067ca0fe51ac4b80dab55db596763df72bb +Author: Behdad Esfahbod +Date: Wed Mar 2 12:54:35 2016 -0800 + + [GX] Minor + + src/hb-ot-layout-common-private.hh | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +commit 15c5ee67473a17859a919104c5e6fed1f813aa65 +Author: Behdad Esfahbod +Date: Wed Mar 2 12:41:49 2016 +0900 + + [GX] Minor rename + + src/hb-ot-layout-common-private.hh | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +commit 4c535a822f16b23a4e41e14d1b17fe179b83eabc +Author: Behdad Esfahbod +Date: Wed Mar 2 12:21:36 2016 +0900 + + [GX] Hookup VariationDevice to Device table implementation + + src/hb-ot-layout-common-private.hh | 65 + +++++++++++++++++++++++++++++++++++++- + 1 file changed, 64 insertions(+), 1 deletion(-) + +commit a0c2366075fcb894212b9bf137e4dd34bb65537c +Author: Behdad Esfahbod +Date: Tue Mar 1 19:42:24 2016 +0900 + + [GX] Break out early if factor is zero + + Also disable sanity-checking of variation records. + + src/hb-ot-layout-common-private.hh | 9 ++++++++- + 1 file changed, 8 insertions(+), 1 deletion(-) + +commit ca286703164caf1eda665f6f27ef83bf04e2f8ba +Author: Behdad Esfahbod +Date: Tue Mar 1 19:29:36 2016 +0900 + + [GX] Towards anisotropic interpolation + + Also hookup to ValueRecord and Anchors. + + src/hb-font-private.hh | 5 +++-- + src/hb-font.cc | 9 +++++++-- + src/hb-ot-layout-common-private.hh | 4 ++-- + src/hb-ot-layout-gpos-table.hh | 20 ++++++++++---------- + 4 files changed, 22 insertions(+), 16 deletions(-) + +commit 6d9d3c55bbd4209ba339ccd2b925bb4a6c97f622 +Author: Behdad Esfahbod +Date: Tue Mar 1 19:12:08 2016 +0900 + + [GX] Add data types for encoding numerical variations + + src/hb-font-private.hh | 10 ++++ + src/hb-font.cc | 3 + + src/hb-ot-layout-common-private.hh | 113 + +++++++++++++++++++++++++++++++++++++ + 3 files changed, 126 insertions(+) + +commit b843c6d8b66c2833cd35407ee494546465e6d775 +Author: Behdad Esfahbod +Date: Mon Dec 5 13:42:28 2016 -0800 + + 1.3.4 + + NEWS | 8 ++++++++ + configure.ac | 2 +- + 2 files changed, 9 insertions(+), 1 deletion(-) + +commit 8c842e4a44908cce0f416481c73dc0866a0a9c95 +Author: Behdad Esfahbod +Date: Sun Dec 4 20:28:38 2016 -0800 + + [hb-fuzzer] Get glyph extents for output glyphs + + To exercise glyph-extents codepaths (glyf / CBLC+CBDT). + + test/fuzzing/hb-fuzzer.cc | 13 +++++++++++++ + 1 file changed, 13 insertions(+) + +commit 9f6144cdb9dd2bc8cd147306e678d76ae82663d8 +Author: Behdad Esfahbod +Date: Sun Dec 4 19:55:17 2016 -0800 + + [CBDT] Add test for fetching glyph extents + + test/shaping/Makefile.am | 1 + + .../sha1sum/ee39587d13b2afa5499cc79e45780aa79293bbd4.ttf | Bin 0 -> + 3724 bytes + test/shaping/tests/color-fonts.tests | 1 + + 3 files changed, 2 insertions(+) + +commit e4bfccfb2a0f425ff69b0a50ca8a4731c4001069 +Author: Behdad Esfahbod +Date: Sun Dec 4 19:43:33 2016 -0800 + + [CBDT] Minor + + src/hb-ot-cbdt-table.hh | 21 ++++++++++++++------- + src/hb-ot-font.cc | 38 ++++++++++++++++++++------------------ + 2 files changed, 34 insertions(+), 25 deletions(-) + +commit b7068af423dba30fd831041aabf4b805d26fe349 +Author: Behdad Esfahbod +Date: Sun Dec 4 19:36:30 2016 -0800 + + [CBDT] Fix thinko! + + src/hb-ot-cbdt-table.hh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit a141d1da9bb0f91521a9a7749f9533c75cfe6a2f +Author: Behdad Esfahbod +Date: Sun Dec 4 19:26:54 2016 -0800 + + [CBDT] Implement IndexSubtableFormat3 + + src/hb-ot-cbdt-table.hh | 11 +++++++++-- + 1 file changed, 9 insertions(+), 2 deletions(-) + +commit 9eda74c92c9024ffb8ec6e9344c99d51dd763f0c +Author: Behdad Esfahbod +Date: Sun Dec 4 19:12:52 2016 -0800 + + [cbdt] Move some more code around + + src/hb-ot-cbdt-table.hh | 61 + ++++++++++++++++++++++++++++++++++--------------- + src/hb-ot-font.cc | 18 ++++++--------- + 2 files changed, 49 insertions(+), 30 deletions(-) + +commit 654f9ab0d8d5ee032b5da763e34e7b1f454416b9 +Author: Behdad Esfahbod +Date: Sun Dec 4 18:56:24 2016 -0800 + + [cbdt] Fix sign bug + + Was introduced in d495fc5e38038f4cfb20425b1109324fa70bf2f9 + + src/hb-ot-cbdt-table.hh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit c27d6fcf8db6f02e075dd1868ae67d878fff39d4 +Author: Behdad Esfahbod +Date: Fri Dec 2 22:43:05 2016 -0800 + + [cbdt] Last of sanitization fixes + + Should be all good now.. + + src/hb-ot-font.cc | 23 ++++++++++++++++------- + 1 file changed, 16 insertions(+), 7 deletions(-) + +commit d495fc5e38038f4cfb20425b1109324fa70bf2f9 +Author: Behdad Esfahbod +Date: Fri Dec 2 21:36:42 2016 -0800 + + [cbdt] Clean up some more + + Almost there.. + + src/hb-ot-cbdt-table.hh | 134 + +++++++++++++++++++++++++++++++++++++++++++----- + src/hb-ot-font.cc | 38 ++++---------- + 2 files changed, 131 insertions(+), 41 deletions(-) + +commit ce09e90e1502d5f944bafd64e51c29e365a963ae +Author: Behdad Esfahbod +Date: Fri Dec 2 20:12:57 2016 -0800 + + [cbdt] More sanitize work + + src/hb-ot-cbdt-table.hh | 65 + +++++++++++++++++++++++++++++-------------------- + src/hb-ot-font.cc | 46 ++++++++++++++++++---------------- + 2 files changed, 63 insertions(+), 48 deletions(-) + +commit 70eb2ff682344688635cebb716fee0b73557c925 +Author: Behdad Esfahbod +Date: Fri Dec 2 19:51:23 2016 -0800 + + Check for offset overflows during sanitize + + src/hb-open-type-private.hh | 2 ++ + 1 file changed, 2 insertions(+) + +commit 4b58c9e326acde09d389c699014e4e7f6259f50a +Author: Behdad Esfahbod +Date: Fri Dec 2 19:25:54 2016 -0800 + + [cbdt] Start fixing sanitization (or lack thereof) + + src/hb-ot-cbdt-table.hh | 77 + ++++++++++++++++++++++++++++++++++++------------- + src/hb-ot-font.cc | 22 +++++++------- + 2 files changed, 68 insertions(+), 31 deletions(-) + +commit b92ba7bafcd9545a401fb871eb342e6284032c47 +Author: Behdad Esfahbod +Date: Fri Dec 2 15:21:43 2016 -0800 + + [CBDT] Use CHAR instead of int8_t + + src/hb-open-type-private.hh | 1 + + src/hb-ot-cbdt-table.hh | 28 ++++++++++++++-------------- + 2 files changed, 15 insertions(+), 14 deletions(-) + +commit efca7bf97f9967af4fa399a6665b723af643cecd +Author: Behdad Esfahbod +Date: Fri Dec 2 15:11:37 2016 -0800 + + Rename 'ebdt' to 'cbdt' since we only support the PNG format + + src/Makefile.sources | 2 +- + src/{hb-ot-ebdt-table.hh => hb-ot-cbdt-table.hh} | 6 +++--- + src/hb-ot-font.cc | 12 ++++++------ + 3 files changed, 10 insertions(+), 10 deletions(-) + +commit 831852594b777f250efedb76d19bee1cfc8eeaa4 +Author: Seigo Nonaka +Date: Fri Dec 2 15:03:50 2016 -0800 + + Introduce get_extent support for color bitmap font. (#351) + + hb_font_get_glyph_extents now works for color bitmap fonts. + Currently only font having index format 1 and image format 17 + is supported. + + src/Makefile.sources | 1 + + src/hb-ot-ebdt-table.hh | 193 + ++++++++++++++++++++++++++++++++++++++++++++++++ + src/hb-ot-font.cc | 96 ++++++++++++++++++++++++ + 3 files changed, 290 insertions(+) + +commit 261837e7202ec584f653f379851e1c6457396b07 +Author: Ebrahim Byagowi +Date: Fri Oct 28 21:49:11 2016 +0330 + + Fix "nmake install" when ADDITIONAL_LIB_DIR is provided and test it + on CI (#356) + + appveyor.yml | 1 + + win32/detectenv-msvc.mak | 4 ++-- + win32/generate-msvc.mak | 2 +- + 3 files changed, 4 insertions(+), 3 deletions(-) + +commit d163cd956246449e3e48b54ce6eb5cdb14e3a0a6 +Author: Behdad Esfahbod +Date: Wed Oct 26 18:27:48 2016 +0200 + + [tests] Add tests for vertical origin with ft and ot font-funcs + + .../sha1sum/f9b1dd4dcb515e757789a22cb4241107746fd3d0.ttf | Bin 0 -> + 1004 bytes + test/shaping/tests/vertical.tests | 2 ++ + 2 files changed, 2 insertions(+) + +commit 2b117720c03869c7714304fd7fbfb2b01199bb3a +Author: Behdad Esfahbod +Date: Wed Oct 26 18:12:50 2016 +0200 + + Use horizontal ascent as fallback vertical origin + + src/hb-font-private.hh | 7 ++++--- + 1 file changed, 4 insertions(+), 3 deletions(-) + +commit a7b32f2057098012b3ab43121397766ae45b3559 +Author: Behdad Esfahbod +Date: Wed Oct 26 18:08:41 2016 +0200 + + Move code around + + src/hb-font-private.hh | 38 +++++++++++++++++++++++--------------- + 1 file changed, 23 insertions(+), 15 deletions(-) + +commit 63635c763dd9393df236f49d491510cca18a1ccc +Author: Behdad Esfahbod +Date: Wed Oct 26 17:54:04 2016 +0200 + + [hb-ot-font] Use ascent+descent as fallback vertical advance + + src/hb-ot-font.cc | 8 +++++--- + 1 file changed, 5 insertions(+), 3 deletions(-) + +commit 9ee23c49a7a7b2479ae0d36a64720e92eb8a36e7 +Author: Behdad Esfahbod +Date: Wed Oct 26 17:44:16 2016 +0200 + + Fix vertical glyph origin with hb-ot-font + + src/hb-font-private.hh | 51 + ++++++++++++++++++++++++++++---------------------- + 1 file changed, 29 insertions(+), 22 deletions(-) + +commit b3b0816d5fc00298621f738cf400de60f8a42c5d +Author: Behdad Esfahbod +Date: Wed Oct 26 17:19:07 2016 +0200 + + Fix vertical font metrics + + Ouch! + + src/hb-font-private.hh | 4 ++-- + src/hb-ot-font.cc | 8 ++++++-- + 2 files changed, 8 insertions(+), 4 deletions(-) + +commit 966ac7ecd3d0128a3adacdd26aacef2bd8afa4d4 +Author: Behdad Esfahbod +Date: Wed Oct 26 16:17:15 2016 +0200 + + 1.3.3 + + NEWS | 24 ++++++++++++++++++++++++ + configure.ac | 2 +- + 2 files changed, 25 insertions(+), 1 deletion(-) + +commit 118164293cc7eb18ba03896f602aff816400134b +Author: Behdad Esfahbod +Date: Wed Oct 26 16:04:30 2016 +0200 + + Fix "make distcheck" + + configure.ac | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +commit b6c765871b752c9436ec993e47b48f9d4fecaed5 +Author: Behdad Esfahbod +Date: Wed Oct 26 10:33:33 2016 +0200 + + [ci] Fix appveyor.yml syntax error + + appveyor.yml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 0e79ebb3ca9b7b6d238a0007e5ca022845ee9afc +Author: Behdad Esfahbod +Date: Sun Oct 23 14:39:43 2016 +0200 + + [gobject] Update for new MATH structs + + src/hb-gobject-structs.cc | 3 +++ + 1 file changed, 3 insertions(+) + +commit 8c854dc023b1f9e081a3bbd16416b88a4671c267 +Merge: bb9805f5 c3fa5d0e +Author: Khaled Hosny +Date: Tue Oct 25 00:31:36 2016 +0300 + + Merge pull request #352 from fred-wang/makefile-am + + Remove inexistent file ttx file from test/api/Makefile.am + +commit c3fa5d0e03b57be131c66ea8720806c946d0e10f +Author: Frédéric Wang +Date: Mon Oct 24 21:42:04 2016 +0200 + + Remove inexistent file ttx file from test/api/Makefile.am + + test/api/Makefile.am | 1 - + 1 file changed, 1 deletion(-) + +commit bb9805f5419f18c7f5cab32d660fd4109c30f7cc +Merge: 702d9f52 755a0c20 +Author: Ebrahim Byagowi +Date: Sat Oct 22 12:23:05 2016 +0330 + + Merge pull request #349 from ebraminio/mergebackvcpkgpatches + + [ci] Enable hb-freetype on Windows build tests + +commit 755a0c20798e3c3e6bb933a28e38f9667fccdadc +Author: Ebrahim Byagowi +Date: Fri Oct 21 11:48:58 2016 +0330 + + [ci] Enable freetype on msvc using vcpkg + + appveyor.yml | 15 +++++++++++++-- + 1 file changed, 13 insertions(+), 2 deletions(-) + +commit 4631d84c2bb51395efe3156f9c9f1a6b0e277947 +Author: Ebrahim Byagowi +Date: Tue Oct 18 14:30:00 2016 +0330 + + Merge back @vlj's local patches of vcpkg + + win32/config-msvc.mak | 7 +++++++ + win32/detectenv-msvc.mak | 3 +++ + 2 files changed, 10 insertions(+) + +commit 702d9f522d1ac4797700f0ea056f69169b8d1a78 +Merge: 331c46c7 d8e2eb9e +Author: Ebrahim Byagowi +Date: Fri Oct 14 13:54:55 2016 +0330 + + Merge pull request #340 from ebraminio/nouniscribe + + Make Uniscribe optional on nmake win32 builds + +commit d8e2eb9ee0f47af7e90056d8db5949d10a88786a +Author: Ebrahim Byagowi +Date: Sun Oct 9 09:06:05 2016 +0330 + + Make Uniscribe optional on nmake win32 builds + + Most of harfbuzz clients don't need Uniscribe and DirectWrite support + at all + as harfbuzz is a replacement for Uniscribe so Chromium and Firefox + are using + harfbuzz without them on Windows. + + This removal also helps win32 nmake clients to have reduced binary + size and + libs count. + + appveyor.yml | 2 +- + win32/README.txt | 13 +++++++------ + win32/config-msvc.mak | 18 +++++++++++++----- + win32/config.h.win32.in | 2 +- + win32/info-msvc.mak | 11 +++++++++-- + 5 files changed, 31 insertions(+), 15 deletions(-) + +commit 331c46c79b4d18cb4948be12c78ebb71a143e7ac +Author: Behdad Esfahbod +Date: Tue Oct 11 13:45:22 2016 -0700 + + Fix configure on iOS + + Fixes https://github.com/behdad/harfbuzz/issues/342 + + configure.ac | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +commit f6e194e77a2c34cd118b47c0d73a22afde85dfda +Merge: 7201fdd0 bef240b3 +Author: Ebrahim Byagowi +Date: Tue Oct 11 17:23:41 2016 +0330 + + Merge pull request #344 from ebraminio/fixmacci + + [ci] Whitelist more symbols and unbreak mac CI + +commit bef240b36ee9086b0d92e351e4c5118c0bbb5df6 +Author: Ebrahim Byagowi +Date: Mon Oct 10 17:27:52 2016 +0330 + + [ci] Whitelist more symbols and unbreak mac CI + + Thanks to @khaledhosny, actually this is his work :) + + src/check-symbols.sh | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit 7201fdd0a8e26d49b13e289b53de375d5b1c9fcb +Author: Behdad Esfahbod +Date: Tue Oct 4 14:53:17 2016 -0700 + + LFS (large file system?) support in hb-*shap*, hb-view + + Fixes https://github.com/behdad/harfbuzz/issues/336 + + configure.ac | 3 +++ + 1 file changed, 3 insertions(+) + +commit 34fc4a2cfa61089b7ec2d9510d99cdc4c13bceb4 +Author: Behdad Esfahbod +Date: Wed Sep 28 19:17:27 2016 +0200 + + Fix dist + + test/api/Makefile.am | 10 ++++++++++ + 1 file changed, 10 insertions(+) + +commit d1c62370a0c2bdb365a1468dc8d782b9a7245946 +Author: Behdad Esfahbod +Date: Wed Sep 28 19:11:22 2016 +0200 + + Aim math API for 1.3.3 instead of 1.4.0 + + docs/harfbuzz-docs.xml | 6 +++--- + docs/harfbuzz-sections.txt | 12 ++++++------ + src/hb-ot-layout.cc | 18 +++++++++--------- + src/hb-ot-math.h | 10 +++++----- + 4 files changed, 23 insertions(+), 23 deletions(-) + +commit 7adbc5dd62ca03a65d1886e0f32e7026964dc5e5 +Author: Khaled Hosny +Date: Fri Sep 30 04:01:24 2016 -0700 + + Fix building math docs (#335) + + src/hb-ot-layout.cc | 9 --------- + 1 file changed, 9 deletions(-) + +commit fd7a245d3525905ffbce57472b52900fcb0e330b +Author: Behdad Esfahbod +Date: Tue Sep 27 17:56:35 2016 +0200 + + Require glib >= 2.38.0 for G_TEST_DIST + + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 6d3e6abf0c6ad55dabae96c76b4da9ab14bf16ef +Merge: f73a87d9 c3e21a66 +Author: Behdad Esfahbod +Date: Tue Sep 27 17:15:59 2016 +0200 + + Merge branch 'math' + + Supercedes https://github.com/behdad/harfbuzz/pull/326 + Fixes https://github.com/behdad/harfbuzz/pull/331 + +commit c3e21a6620c35500afa350d11620f69802920df3 +Author: Behdad Esfahbod +Date: Tue Sep 27 16:51:38 2016 +0200 + + [MATH] Fix more docs + + src/hb-ot-layout.cc | 18 +++++++++--------- + src/hb-ot-math.h | 25 +++++++++++++++++++++++++ + 2 files changed, 34 insertions(+), 9 deletions(-) + +commit 46cc4a3a2a529c80677babe38ca1542f9c773ac0 +Author: Behdad Esfahbod +Date: Tue Sep 27 16:44:22 2016 +0200 + + [MATH] Rename hb_math_*_t types to hb_ot_math_*_t + + With this, I believe MATH table API is not ready to be merged. + + docs/harfbuzz-sections.txt | 6 +++--- + src/hb-ot-layout-math-table.hh | 12 ++++++------ + src/hb-ot-layout.cc | 8 ++++---- + src/hb-ot-math.h | 16 ++++++++-------- + test/api/test-ot-math.c | 4 ++-- + 5 files changed, 23 insertions(+), 23 deletions(-) + +commit db5ebcf10f8595d1f4a9df27befd6cb5e76ca94d +Author: Behdad Esfahbod +Date: Tue Sep 27 16:42:25 2016 +0200 + + Update docs + + docs/harfbuzz-docs.xml | 9 +++++++++ + docs/harfbuzz-sections.txt | 30 ++++++++++++++++++++++++++++-- + 2 files changed, 37 insertions(+), 2 deletions(-) + +commit 0762b35474c47171e5661904e93851eb73a44e5c +Author: Frédéric Wang +Date: Tue Sep 27 15:28:35 2016 +0200 + + Document API for MathVariants (#330) + + src/hb-ot-layout.cc | 56 + +++++++++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 56 insertions(+) + +commit 8d622f1114d6a0eca1786b94c7fc1a0bcd87f74b +Author: Frédéric Wang +Date: Tue Sep 27 13:53:34 2016 +0200 + + Add tests for get_mathvariant (#329) + + test/api/test-ot-math.c | 160 + ++++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 160 insertions(+) + +commit f73a87d9a8c76a181794b74b527ea268048f78e3 +Author: Behdad Esfahbod +Date: Tue Sep 27 13:50:54 2016 +0200 + + 1.3.2 + + NEWS | 7 +++++++ + configure.ac | 2 +- + 2 files changed, 8 insertions(+), 1 deletion(-) + +commit 485e4873fb7cacfa9d853272c2275bbc5826023e +Author: Frédéric Wang +Date: Tue Sep 27 13:18:00 2016 +0200 + + Add tests for hb_ot_math_get_glyph_variants (#328) + + test/api/test-ot-math.c | 126 + ++++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 126 insertions(+) + +commit f16bf6c2dacf5b9c82b2d1ffacc092cc396189a7 +Author: Phil Krylov +Date: Tue Sep 27 12:38:49 2016 +0200 + + Allow building with graphite2 without pkg-config (#318) + + configure.ac | 10 ++++++++++ + 1 file changed, 10 insertions(+) + +commit a5629a2ed9c2e69f2b4ebb74d85fbe0b5ba2be67 +Author: Behdad Esfahbod +Date: Tue Sep 27 11:30:44 2016 +0200 + + [MATH] Simplify test + + test/api/test-ot-math.c | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +commit edcfa789bf92c18f5badad31c0ad04a6a77d7226 +Author: Frédéric Wang +Date: Tue Sep 27 11:02:08 2016 +0200 + + test-ot-math: Use different scales for vertical + and horizontal directions and add test for + hb_ot_math_get_min_connector_overlap. (#327) + + test/api/test-ot-math.c | 81 + ++++++++++++++++++++++++++++++------------------- + 1 file changed, 49 insertions(+), 32 deletions(-) + +commit bc19f7fe20e89823dba07a46c3d48c7406b781b6 +Author: Behdad Esfahbod +Date: Tue Sep 27 10:58:08 2016 +0200 + + [MATH] Add HB_OT_MATH_SCRIPT + + src/hb-ot-math.h | 3 +++ + 1 file changed, 3 insertions(+) + +commit cdc9eef7da934ae71578694f29665e439686c3bd +Author: Behdad Esfahbod +Date: Mon Sep 26 22:18:41 2016 +0200 + + [MATH] Enable tests for glyph-assembly italics-correction + + test/api/test-ot-math.c | 49 + ++++++++++++++++++++++++++++++------------------- + 1 file changed, 30 insertions(+), 19 deletions(-) + +commit 86106c7528d9bff8de6bc3e1487be780c31ea4fd +Author: Behdad Esfahbod +Date: Mon Sep 26 22:12:48 2016 +0200 + + [MATH] Rename all API to hb_ot_math_* + + src/hb-ot-layout-private.hh | 10 -- + src/hb-ot-layout.cc | 69 ++++---- + src/hb-ot-math.h | 56 +++--- + test/api/Makefile.am | 6 +- + test/api/test-ot-layout-math.c | 382 + ----------------------------------------- + test/api/test-ot-math.c | 381 + ++++++++++++++++++++++++++++++++++++++++ + 6 files changed, 447 insertions(+), 457 deletions(-) + +commit 1ba767cd4e3606beb9dc59806b83b1e61f5958d4 +Author: Behdad Esfahbod +Date: Mon Sep 26 21:57:14 2016 +0200 + + [MATH] Move API from hb-ot-layout.h to hb-ot-math.h + + src/hb-ot-layout.h | 52 + -------------------------------------------------- + src/hb-ot-math.h | 56 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++ + src/hb-ot.h | 1 + + 3 files changed, 57 insertions(+), 52 deletions(-) + +commit 97b72da6006d8d6355ee90d514f627e6604a4936 +Author: Behdad Esfahbod +Date: Mon Sep 26 21:53:25 2016 +0200 + + Whitespace + + src/hb-ot-layout-math-table.hh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 559eb564472575ae4d87a241314b8a3ca24418c4 +Author: Behdad Esfahbod +Date: Mon Sep 26 21:46:05 2016 +0200 + + [MATH] Wire up get_glyph_assembly() + + src/hb-ot-layout-math-table.hh | 64 + ++++++++++++++++++++++++++++++++++++++---- + src/hb-ot-layout.cc | 26 +++++++++-------- + src/hb-ot-layout.h | 14 ++++----- + 3 files changed, 81 insertions(+), 23 deletions(-) + +commit 353f455af7ccbc1af8338dcb0c8ab87aef866c79 +Author: Behdad Esfahbod +Date: Mon Sep 26 21:22:48 2016 +0200 + + [MATH] Wire up get_glyph_variants() + + src/hb-font-private.hh | 11 ++- + src/hb-ot-layout-math-table.hh | 178 + +++++++++++++++++++---------------------- + src/hb-ot-layout.cc | 7 +- + src/hb-ot-layout.h | 2 +- + 4 files changed, 95 insertions(+), 103 deletions(-) + +commit 7fe0e28c22331a353d396f8bc1e3a60f1580a96d +Author: Behdad Esfahbod +Date: Mon Sep 26 17:51:47 2016 +0100 + + [MATH] Start fleshing out glyph variant API + + src/hb-font-private.hh | 4 +++ + src/hb-ot-layout-math-table.hh | 10 ++---- + src/hb-ot-layout.cc | 73 + +++++++++++++++--------------------------- + src/hb-ot-layout.h | 20 ++++++++++++ + src/hb-ot-math.h | 18 +++++++++++ + 5 files changed, 71 insertions(+), 54 deletions(-) + +commit 1f3327f21045df8a050a21a949b44b9ce186ceaa +Author: Behdad Esfahbod +Date: Mon Sep 26 16:10:08 2016 +0100 + + [MATH] Clean up math variants + + src/hb-ot-layout-math-table.hh | 35 +++++++++-------------------------- + 1 file changed, 9 insertions(+), 26 deletions(-) + +commit 51da7a1cd672aada84bdbb3a2a8dd77ab1134249 +Author: Frédéric Wang +Date: Thu Aug 25 11:17:50 2016 +0200 + + MATH table: Add API to access math variants. + + src/hb-ot-layout-math-table.hh | 253 + +++++++++++++++++++++++++++++++- + src/hb-ot-layout-private.hh | 10 ++ + src/hb-ot-layout.cc | 54 +++++++ + test/api/fonts/MathTestFontPartial4.otf | Bin 0 -> 14360 bytes + test/api/test-ot-layout-math.c | 51 +++++++ + 5 files changed, 364 insertions(+), 4 deletions(-) + +commit 722e620f20fa2225cf874f4aeb115a064142fcf1 +Author: Frédéric Wang +Date: Mon Sep 26 11:51:36 2016 +0200 + + Use G_TEST_DIST to build the path of math test fonts + + test/api/Makefile.am | 2 ++ + test/api/test-ot-layout-math.c | 8 ++++++-- + 2 files changed, 8 insertions(+), 2 deletions(-) + +commit 8d58e3433e242bd9dd18aa08f55ab0a406583fb0 +Author: Behdad Esfahbod +Date: Mon Sep 26 13:39:58 2016 +0100 + + [MATH] Fix get_kerning() with negative y-scale + + src/hb-ot-layout-math-table.hh | 36 +++++++++++++++++++++--------------- + 1 file changed, 21 insertions(+), 15 deletions(-) + +commit 94f5df5626b223ad92d0c167f560c1f2e2f19042 +Author: Behdad Esfahbod +Date: Mon Sep 26 13:31:47 2016 +0100 + + [MATH] Clean up get_kerning() + + src/hb-ot-layout-math-table.hh | 29 +++++++++++++++++------------ + src/hb-ot-layout.cc | 5 +---- + 2 files changed, 18 insertions(+), 16 deletions(-) + +commit 17ff30e9afde79e41c17786223293e867b49ebba +Author: Behdad Esfahbod +Date: Mon Sep 26 12:18:32 2016 +0100 + + [MATH] Clean up get_top_accent_attachment() + + Note, the function now returns "half of horizontal advance width" + if top accent attachment for glyph is not explicitly defined. + This is what the spec requires. Updated tests. + + src/hb-ot-layout-math-table.hh | 31 +++++++++++-------------------- + src/hb-ot-layout.cc | 7 +------ + test/api/test-ot-layout-math.c | 8 ++++---- + 3 files changed, 16 insertions(+), 30 deletions(-) + +commit 8bcf517fe59608d2247a8974445b3ff0f4b4b4ac +Author: Behdad Esfahbod +Date: Mon Sep 26 12:12:41 2016 +0100 + + [MATH] Clean up get_italics_correction() + + src/hb-ot-layout-math-table.hh | 16 ++++++++-------- + src/hb-ot-layout.cc | 17 ++++++----------- + src/hb-ot-layout.h | 4 ++-- + test/api/test-ot-layout-math.c | 18 +++++++++--------- + 4 files changed, 25 insertions(+), 30 deletions(-) + +commit 06003f71ba0d0327fb1a17098a9d7faa8fb336f0 +Author: Behdad Esfahbod +Date: Mon Sep 26 12:07:29 2016 +0100 + + [MATH] Clean up a bit more + + src/hb-ot-layout-math-table.hh | 12 +-------- + src/hb-ot-layout.cc | 57 + ++++++++++++++++-------------------------- + 2 files changed, 22 insertions(+), 47 deletions(-) + +commit 54c0cc38fba24fa4370231408ba121589b190a28 +Author: Behdad Esfahbod +Date: Mon Sep 26 11:56:40 2016 +0100 + + [MATH] Clean up get_math_constant implementation + + src/hb-ot-layout-math-table.hh | 10 +++++----- + src/hb-ot-layout.cc | 5 ++--- + 2 files changed, 7 insertions(+), 8 deletions(-) + +commit 8a8cfad9a0834fe278a747c1d755144bd78f564b +Author: Behdad Esfahbod +Date: Mon Sep 26 11:47:05 2016 +0100 + + [MATH] Cleanup previous commit a bit + + src/hb-ot-layout-math-table.hh | 186 + ++++++++++++++++++++--------------------- + src/hb-ot-layout.cc | 30 +++---- + src/hb-ot-layout.h | 14 ++-- + 3 files changed, 113 insertions(+), 117 deletions(-) + +commit d7182d129612c619b9026ee9b15f2dcfada132db +Author: Frédéric Wang +Date: Thu Aug 25 11:15:31 2016 +0200 + + MATH Table: Add API to access glyph info. + + src/hb-ot-layout-math-table.hh | 271 + +++++++++++++++++++++++++++++++- + src/hb-ot-layout.cc | 114 ++++++++++++++ + src/hb-ot-layout.h | 18 +++ + src/hb-ot-math.h | 7 + + test/api/fonts/MathTestFontPartial1.otf | Bin 0 -> 14348 bytes + test/api/fonts/MathTestFontPartial2.otf | Bin 0 -> 14356 bytes + test/api/fonts/MathTestFontPartial3.otf | Bin 0 -> 14380 bytes + test/api/test-ot-layout-math.c | 155 ++++++++++++++++++ + 8 files changed, 563 insertions(+), 2 deletions(-) + +commit 6fd2fe418dc838743f0d4a8a2222cdcaf587500c +Author: Behdad Esfahbod +Date: Mon Sep 26 11:24:39 2016 +0100 + + [MATH] Fixup math constants commit a bit more + + src/hb-ot-layout-math-table.hh | 24 +++++++++++------------- + 1 file changed, 11 insertions(+), 13 deletions(-) + +commit 1a381153a2e6a15bded1f8e31f6b0e0cadb078af +Author: Behdad Esfahbod +Date: Mon Sep 26 11:15:59 2016 +0100 + + [MATH] Fixups for math constants commit + + src/hb-ot-layout-math-table.hh | 19 +++++++++---------- + 1 file changed, 9 insertions(+), 10 deletions(-) + +commit 319ff59161e6b027391f8b9fdce0db6dd44cc20d +Author: Frédéric Wang +Date: Thu Aug 25 11:06:41 2016 +0200 + + MATH Table: Add API to access math contants. + + src/Makefile.sources | 1 + + src/hb-ot-layout-math-table.hh | 146 + +++++++++++++++++++++++++++++++++++- + src/hb-ot-layout.cc | 25 ++++++ + src/hb-ot-layout.h | 5 ++ + src/hb-ot-math.h | 100 ++++++++++++++++++++++++ + test/api/fonts/MathTestFontFull.otf | Bin 0 -> 25412 bytes + test/api/test-ot-layout-math.c | 72 ++++++++++++++++++ + 7 files changed, 345 insertions(+), 4 deletions(-) + +commit 4d3892e9b05a4df67b2f5cfd6dd3a1e0f5b38fc7 +Author: Behdad Esfahbod +Date: Mon Sep 26 10:45:58 2016 +0100 + + [MATH] Fixups for previous commit + + src/hb-ot-layout-math-table.hh | 8 ++++---- + src/hb-ot-layout.cc | 29 +++++++++++++++++++---------- + src/hb-ot-layout.h | 2 ++ + test/api/Makefile.am | 6 ++---- + test/api/test-ot-layout-math.c | 16 +++++++++------- + 5 files changed, 36 insertions(+), 25 deletions(-) + +commit 5fbcb992bd7887f95b1cf2ca045c9226de8148fc +Author: Frédéric Wang +Date: Thu Aug 25 10:47:15 2016 +0200 + + MATH Table: Add API to check availability of math data. + + src/Makefile.sources | 1 + + src/hb-ot-layout-math-table.hh | 60 +++++++++++++++++++++ + src/hb-ot-layout-private.hh | 3 ++ + src/hb-ot-layout.cc | 45 ++++++++++++++++ + src/hb-ot-layout.h | 7 +++ + test/api/Makefile.am | 14 ++++- + test/api/fonts/MathTestFontEmpty.otf | Bin 0 -> 14320 bytes + test/api/fonts/MathTestFontNone.otf | Bin 0 -> 14284 bytes + test/api/test-ot-layout-math.c | 98 + +++++++++++++++++++++++++++++++++++ + 9 files changed, 227 insertions(+), 1 deletion(-) + +commit 02bfd965af588640250c47f344ad3096c8a373e0 +Author: Gregory Morse +Date: Mon Sep 12 10:22:15 2016 +0200 + + Update detectenv-msvc.mak (#316) + + Windows x86 ARM capability + + win32/detectenv-msvc.mak | 3 +++ + 1 file changed, 3 insertions(+) + +commit fc4e671f311241e21c1cc3ed941b1fc651875a2e +Author: Ebrahim Byagowi +Date: Fri Sep 9 23:28:28 2016 +0430 + + [coretext] Use intended coretext version check logic (#315) + + src/hb-coretext.cc | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +commit 48677345281a93d8829dd37d0480a6062945416a +Author: Khaled Hosny +Date: Thu Sep 8 04:44:37 2016 +0300 + + Try to unbreak building on older macOS again (#314) + + src/hb-coretext.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit d22ab6cf040467e7f17476ccdfe9cab4dce16639 +Author: Behdad Esfahbod +Date: Wed Sep 7 14:28:47 2016 -0700 + + 1.3.1 + + NEWS | 9 +++++++++ + configure.ac | 2 +- + 2 files changed, 10 insertions(+), 1 deletion(-) + +commit b717cd7be506217e466e32a456df9af4d2720c0c +Author: Dominik Röttsches +Date: Wed Sep 7 23:56:57 2016 +0300 + + Do reconfigure the cascade list for Emoji font on OS X 10.9.5 (#313) + + This seems to fix crash issues on 10.9.5 reported on Chrome, compare + crbug.com/549610 + + src/hb-coretext.cc | 13 ++++++++++--- + 1 file changed, 10 insertions(+), 3 deletions(-) + +commit 67e9fdf427e8536f0a134f84ad3bf1740245fe12 +Author: Dominik Röttsches +Date: Mon Sep 5 11:27:25 2016 +0300 + + Blacklist Padauk 2.80 and 3.00 (#311) + + According to comments in issue #305 broken GDEF tables lead + to incorrect rendering of Latin characters. Blacklisting + this font. + + src/hb-ot-layout.cc | 8 ++++++++ + 1 file changed, 8 insertions(+) + +commit 17f0dd2dfb9a15aed9d1a229115940cc23bdbc97 +Author: Ebrahim Byagowi +Date: Fri Sep 2 01:21:48 2016 +0430 + + [ci] Add msys2 build to CI and run its testsuite on Windows (#310) + + appveyor.yml | 20 ++++++++++++++++---- + 1 file changed, 16 insertions(+), 4 deletions(-) + +commit 5362ce6a6455c539d615e7fb221a904ac744b74c +Author: Ebrahim Byagowi +Date: Thu Sep 1 20:05:45 2016 +0430 + + [dwrite] Minor, don't include unnecessary headers (#309) + + src/hb-directwrite.cc | 4 ---- + 1 file changed, 4 deletions(-) + +commit c4f36b04e32ae5111ef11d225e5d6e82c8216185 +Author: Ebrahim Byagowi +Date: Thu Sep 1 17:31:16 2016 +0430 + + [ci] Add Windows CI support, provided by AppVeyor (#308) + + README | 1 + + appveyor.yml | 28 ++++++++++++++++++++++++++++ + win32/generate-msvc.mak | 2 +- + 3 files changed, 30 insertions(+), 1 deletion(-) + +commit 3d976d20f1b97c771e64a9cfed2760ebec64037a +Author: Khaled Hosny +Date: Sat Aug 27 16:38:42 2016 +0300 + + Show the shaper name in the debug message (#306) + + src/hb-shape-plan.cc | 5 +++-- + 1 file changed, 3 insertions(+), 2 deletions(-) + +commit 547ddb0721365dca985aef5b759d08718f7c5f82 +Merge: bd1aac9c e7ecbba2 +Author: Sascha Brawer +Date: Thu Aug 18 22:33:14 2016 +0200 + + Merge pull request #303 from behdad/fonnapa + + Support Americanist Phonetic Notation + +commit e7ecbba2cc3c9369c5e7dc7296cb210018aca3bb +Author: Sascha Brawer +Date: Thu Aug 18 12:48:38 2016 +0200 + + Support Americanist Phonetic Notation + + OpenType language system tag: `APPH` + https://www.microsoft.com/typography/otspec/languagetags.htm + + IETF BCP47 variant tag: `fonnapa` + http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry + + src/hb-ot-tag.cc | 14 ++++++++++++-- + test/api/test-ot-tag.c | 6 ++++++ + 2 files changed, 18 insertions(+), 2 deletions(-) + +commit bd1aac9c0021a936058637424a478abf792533dd +Merge: 18c19dd3 a0f1b44b +Author: Sascha Brawer +Date: Thu Aug 18 13:59:38 2016 +0200 + + Merge pull request #302 from khaledhosny/master + + [travis] Fix MacOS libtool issue + +commit a0f1b44b6c0e3b1e6a1ba63dde2be22e0425353f +Author: Khaled Hosny +Date: Tue Aug 16 03:09:04 2016 +0200 + + [coretext] Blind fix for build on MacOS 10.9 + + src/hb-coretext.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 0634d5600e559a69a92d49173ffb8e715fe7576c +Author: Khaled Hosny +Date: Tue Aug 16 02:49:48 2016 +0200 + + [travis] Fix MacOS libtool issue + + Reveals another MacOS build breakage in the Core Text shaper. + + .travis.yml | 1 + + 1 file changed, 1 insertion(+) + +commit 18c19dd34dcdcaab0a6d47768339f8fb70c0d3f0 +Author: Behdad Esfahbod +Date: Tue Aug 9 13:03:14 2016 -0700 + + Fix build + + test/api/test-ot-tag.c | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) + +commit 91f2585411aaf5565fcf0c991b9055b0b397f1cd +Author: Behdad Esfahbod +Date: Mon Aug 8 18:08:08 2016 -0700 + + Actually add test + + test/shaping/Makefile.am | 1 + + 1 file changed, 1 insertion(+) + +commit f1b76275da716a4174092e6389979e03c0e3be59 +Author: Behdad Esfahbod +Date: Mon Aug 8 18:06:09 2016 -0700 + + Add tests for Chinese language tags + + Using font from https://github.com/behdad/harfbuzz/issues/300 + + .../sha1sum/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf | Bin 0 -> + 5596 bytes + test/shaping/tests/language-tags.tests | 12 + ++++++++++++ + 2 files changed, 12 insertions(+) + +commit 37f21bdbb75c98d741e749b7f1e0f367941aef4e +Author: Behdad Esfahbod +Date: Mon Aug 8 17:57:06 2016 -0700 + + Map Macao to ZHH lang tag + + Fixes https://github.com/behdad/harfbuzz/issues/300 + + src/hb-ot-tag.cc | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +commit 09c7a2d6bf00dc902343e999f92cac0e8146f949 +Author: Behdad Esfahbod +Date: Mon Aug 8 17:28:54 2016 -0700 + + Limit bits-per-feature to eight + + Limits number of alternatives per glyph per feature to 255, so be it. + That's better than possibly breaking shaping because of one bad + feature + value. + + src/hb-ot-map.cc | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +commit 333173103bb618f721bd25d0c565a3c3c9ea224e +Author: Behdad Esfahbod +Date: Mon Aug 8 17:24:04 2016 -0700 + + Fix sign of shift operators + + This one: + + map->mask = (1 << (next_bit + bits_needed)) - (1 << next_bit); + + before the fix, the shift was done as an int, causing overflow + if it ever got to 1 << 31. Sprinkle 'u's around. + + Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=634805 + + src/hb-buffer-private.hh | 6 +++--- + src/hb-cache-private.hh | 8 ++++---- + src/hb-coretext.cc | 2 +- + src/hb-directwrite.cc | 2 +- + src/hb-face.cc | 2 -- + src/hb-font.cc | 2 -- + src/hb-ft.cc | 6 ++++-- + src/hb-ot-map.cc | 4 ++-- + src/hb-set-private.hh | 4 ++-- + src/hb-uniscribe.cc | 4 ++-- + 10 files changed, 19 insertions(+), 21 deletions(-) + +commit 10a0d4aa2254f783758bb908175047df3a0b41fe +Author: Behdad Esfahbod +Date: Mon Aug 8 16:51:08 2016 -0700 + + Map zh-Hant-HK to ZHH + + Fixes https://github.com/behdad/harfbuzz/issues/300 + + src/hb-ot-tag.cc | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +commit dd31fc9f7e6d23b414b22874de96eb3c002c80ba +Author: Khaled Hosny +Date: Fri Jul 22 02:26:54 2016 +0300 + + Don’t build UCDN support when building with GLib (#296) + + Regression from: b424b6c372dfe4c0ed75a49761eb34a416819446. + + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 489acf6c3180d3726158864fa0e1adeea3c23fae +Author: Behdad Esfahbod +Date: Fri Jul 22 17:41:43 2016 -0700 + + [coretext] "Fix" crashes on CoreText < 10.10 + + Fixes https://github.com/behdad/harfbuzz/issues/297 + + src/hb-coretext.cc | 8 ++++++++ + 1 file changed, 8 insertions(+) + +commit a732e00ea4fffebaa85a89420f09df4c11d650e0 +Author: Behdad Esfahbod +Date: Thu Jul 21 01:58:00 2016 -0700 + + 1.3.0 + + NEWS | 15 +++++++++++++++ + configure.ac | 2 +- + 2 files changed, 16 insertions(+), 1 deletion(-) + commit 08c08af2f9ed683ad20322c3ef1ba0f87ce15426 Author: Behdad Esfahbod Date: Thu Jul 21 01:23:33 2016 -0700 @@ -110,7 +3484,7 @@ Date: Mon Jul 11 21:57:26 2016 +0200 1 file changed, 1 insertion(+), 1 deletion(-) commit 2f522fd485c2e946c9bce9e3828b6ff6247c59e4 -Merge: d3e2a06 e4d451e +Merge: d3e2a06b e4d451ee Author: Behdad Esfahbod Date: Fri Jul 1 17:09:28 2016 -0700 @@ -148,7 +3522,7 @@ Date: Thu Jun 30 09:46:52 2016 -0700 1 file changed, 9 insertions(+), 9 deletions(-) commit 46809dee30232d493539519b1bb527fa816c37db -Merge: 70e72e5 1bea49e +Merge: 70e72e5f 1bea49eb Author: Behdad Esfahbod Date: Thu Jun 30 09:41:03 2016 -0700 @@ -157,7 +3531,7 @@ Date: Thu Jun 30 09:41:03 2016 -0700 Discard reconfigured CTFont if URL changes commit 1bea49eb4b7a94ab6222f9c3c40320cbdb247b2d -Merge: 7aa3631 70e72e5 +Merge: 7aa3631d 70e72e5f Author: Dominik Röttsches Date: Wed Jun 29 12:10:41 2016 +0200 @@ -178,7 +3552,7 @@ Date: Tue Jun 28 21:00:37 2016 -0700 4 files changed, 13 insertions(+), 18 deletions(-) commit d8273aac19771033c5064a2f079c29d09a86e7c0 -Merge: abae93f ae9054c +Merge: abae93fa ae9054c7 Author: Behdad Esfahbod Date: Tue Jun 28 21:15:28 2016 -0700 @@ -196,24 +3570,24 @@ Date: Tue Jun 28 21:14:38 2016 -0700 1 file changed, 1 insertion(+), 2 deletions(-) commit 7aa3631dd06af74a1fa9f0bfaa5f721876be817f -Merge: f7da048 abae93f +Merge: f7da0486 abae93fa Author: Dominik Röttsches Date: Tue Jun 28 09:52:18 2016 +0200 Merge branch 'master' into conflictingFontFix commit abae93faef32562f34a72981d252c848cc4f7565 -Merge: 07461d0 8179ff5 +Merge: 07461d06 8179ff5d Author: Behdad Esfahbod Date: Mon Jun 27 14:33:27 2016 -0400 Merge pull request #273 from ebraminio/master - [dwrite] Use stream font loader instead GDI interop + [dwrite] Use stream font loader instead GDI interop commit 8179ff5d7ba4a140cf6743729a22072800e98a79 Author: Ebrahim Byagowi -Date: Mon Jun 27 03:54:15 2016 +0430 +Date: Mon Jun 27 03:54:15 2016 +0430 [dwrite] Don't allocate more than needed @@ -224,7 +3598,7 @@ Date: Mon Jun 27 03:54:15 2016 +0430 commit 07b724f3419a28c479cd8a75ae0eecb841a6d2f3 Author: Ebrahim Byagowi -Date: Fri Jun 24 12:23:25 2016 +0430 +Date: Fri Jun 24 12:23:25 2016 +0430 [dwrite] Delete remained objects @@ -236,7 +3610,7 @@ Date: Fri Jun 24 12:23:25 2016 +0430 commit be565d17141818e006aa1e4582f3ae14c726fa85 Author: Ebrahim Byagowi -Date: Fri Jun 24 11:42:01 2016 +0430 +Date: Fri Jun 24 11:42:01 2016 +0430 [dwrite] Release allocated blob on face destroy @@ -249,7 +3623,7 @@ Date: Fri Jun 24 11:42:01 2016 +0430 commit f3f0ea980a359343ac0e3d359a95855c2cf7be25 Author: Ebrahim Byagowi -Date: Thu Jun 23 16:41:37 2016 +0430 +Date: Thu Jun 23 16:41:37 2016 +0430 [dwrite] Remove ifdefs without breaking execution on old Windows versions @@ -260,7 +3634,7 @@ Date: Thu Jun 23 16:41:37 2016 +0430 commit 6b861dbd8b3662d0fa0e51fad1736d72192da868 Author: Ebrahim Byagowi -Date: Tue Jun 21 13:57:26 2016 +0430 +Date: Tue Jun 21 13:57:26 2016 +0430 [dwrite] Use stream font loader instead GDI interop @@ -273,25 +3647,25 @@ Date: Tue Jun 21 13:57:26 2016 +0430 2 files changed, 135 insertions(+), 217 deletions(-) commit f7da0486ed8884481d477ce08fcf928c4da9a0a3 -Merge: a022327 07461d0 +Merge: a0223274 07461d06 Author: Dominik Röttsches -Date: Mon Jun 20 10:25:43 2016 +0300 +Date: Mon Jun 20 10:25:43 2016 +0300 Merge branch 'master' into conflictingFontFix commit 07461d06d242cd5cfda7ccb891189f074a89b460 Author: Kelvin -Date: Sat Jun 18 22:46:38 2016 +0000 +Date: Sat Jun 18 22:46:38 2016 +0000 - Use UTF-32 in Python sample + Use UTF-32 in Python sample src/sample.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit fca0c61d67aa309fc824fb18f247493c2b7701ef -Merge: 4b8de1e 9883505 +Merge: 4b8de1ea 98835058 Author: Khaled Hosny -Date: Sun Jun 19 00:08:51 2016 +0300 +Date: Sun Jun 19 00:08:51 2016 +0300 Merge pull request #270 from khaledhosny/travis-failure @@ -299,7 +3673,7 @@ Date: Sun Jun 19 00:08:51 2016 +0300 commit 988350586f607c7a46bbb658a2abecfd004f41fb Author: Khaled Hosny -Date: Sat Jun 18 21:12:19 2016 +0200 +Date: Sat Jun 18 21:12:19 2016 +0200 [tests] Workaround Python 2 “narrow” builds @@ -316,7 +3690,7 @@ Date: Sat Jun 18 21:12:19 2016 +0200 commit a0223274b97e82fe02730fd45729172511fec459 Author: Dominik Röttsches -Date: Thu Jun 16 14:19:39 2016 +0200 +Date: Thu Jun 16 14:19:39 2016 +0200 Discard reconfigured CTFont if URL changes @@ -327,7 +3701,7 @@ Date: Thu Jun 16 14:19:39 2016 +0200 commit 4b8de1ea804b225e8357422d0686aad76b05ccf3 Author: Behdad Esfahbod -Date: Mon Jun 6 23:08:54 2016 -0700 +Date: Mon Jun 6 23:08:54 2016 -0700 Round, not truncate, when scaling values @@ -338,7 +3712,7 @@ Date: Mon Jun 6 23:08:54 2016 -0700 commit a93078a0ece6dcdea8c5b46cabd30854dd7cf593 Author: Behdad Esfahbod -Date: Mon Jun 6 15:58:41 2016 -0700 +Date: Mon Jun 6 15:58:41 2016 -0700 Change bugreport URL to github @@ -349,18 +3723,18 @@ Date: Mon Jun 6 15:58:41 2016 -0700 commit bed201d2b839c1b1e727e17efc2e0c8f705b86c5 Author: Behdad Esfahbod -Date: Mon Jun 6 14:14:24 2016 -0700 +Date: Mon Jun 6 14:14:24 2016 -0700 Update for latest Unicode 9 data files src/hb-ot-shape-complex-indic-table.cc | 10 +++++----- - src/hb-ot-shape-complex-indic.cc | 5 ----- - src/hb-ot-shape-complex-use-table.cc | 4 ++-- + src/hb-ot-shape-complex-indic.cc | 5 ----- + src/hb-ot-shape-complex-use-table.cc | 4 ++-- 3 files changed, 7 insertions(+), 12 deletions(-) commit aba4b0ca52f490adfc2f3c6ec0accddd6596fdf6 Author: Behdad Esfahbod -Date: Wed Jun 1 16:57:29 2016 -0700 +Date: Wed Jun 1 16:57:29 2016 -0700 Add TODO @@ -369,7 +3743,7 @@ Date: Wed Jun 1 16:57:29 2016 -0700 commit a2b03de5b30b7e83f7fbf3457e9ba9c00eb88d00 Author: Behdad Esfahbod -Date: Fri May 6 17:56:07 2016 +0100 +Date: Fri May 6 17:56:07 2016 +0100 [myanmar] Handle U+AA74..U+AA76 @@ -380,7 +3754,7 @@ Date: Fri May 6 17:56:07 2016 +0100 commit 6c0aa9e92bbd22011c85d98c6db021012f7b4101 Author: Behdad Esfahbod -Date: Fri May 6 17:50:06 2016 +0100 +Date: Fri May 6 17:50:06 2016 +0100 Fix build on droid.io @@ -389,33 +3763,33 @@ Date: Fri May 6 17:50:06 2016 +0100 commit 9b6312f9451db790db00dc2c2e27a5a1db852e72 Author: Behdad Esfahbod -Date: Fri May 6 17:41:49 2016 +0100 +Date: Fri May 6 17:41:49 2016 +0100 [use] Update to draft spec from Andrew Glass from August 2015 - src/gen-use-table.py | 29 +++-- - src/hb-ot-shape-complex-use-machine.rl | 15 +-- - src/hb-ot-shape-complex-use-private.hh | 1 - - src/hb-ot-shape-complex-use-table.cc | 142 + src/gen-use-table.py | 29 +++-- + src/hb-ot-shape-complex-use-machine.rl | 15 +-- + src/hb-ot-shape-complex-use-private.hh | 1 - + src/hb-ot-shape-complex-use-table.cc | 142 ++++++++++----------- - src/hb-ot-shape-complex-use.cc | 11 +- + src/hb-ot-shape-complex-use.cc | 11 +- .../6ff0fbead4462d9f229167b4e6839eceb8465058.ttf | Bin 0 -> 1148 bytes - test/shaping/tests/use.tests | 1 + + test/shaping/tests/use.tests | 1 + 7 files changed, 93 insertions(+), 106 deletions(-) commit 3e4e7616a8ca80a50a438601b84428b4ba4c8694 Author: Behdad Esfahbod -Date: Fri May 6 17:28:25 2016 +0100 +Date: Fri May 6 17:28:25 2016 +0100 [use] Add a catch-all clause to the machine src/hb-ot-shape-complex-use-machine.rl | 2 ++ - src/hb-ot-shape-complex-use.cc | 2 ++ + src/hb-ot-shape-complex-use.cc | 2 ++ 2 files changed, 4 insertions(+) commit d04e461fe3310ccaf8633efcb79b8eb6ca2201c3 Author: Behdad Esfahbod -Date: Fri May 6 17:17:00 2016 +0100 +Date: Fri May 6 17:17:00 2016 +0100 [use] Fix 'Number-joiner terminated cluster' to use HN instead of H @@ -426,7 +3800,7 @@ Date: Fri May 6 17:17:00 2016 +0100 commit 359dead960c825edeb4587915a511d323f1c1f2a Author: Behdad Esfahbod -Date: Fri May 6 16:19:19 2016 +0100 +Date: Fri May 6 16:19:19 2016 +0100 Allow MultipleSubst to delete glyph @@ -440,7 +3814,7 @@ Date: Fri May 6 16:19:19 2016 +0100 commit 3c1666cfb589275de96d54eecb95a13a98e3819e Author: Behdad Esfahbod -Date: Fri May 6 16:05:07 2016 +0100 +Date: Fri May 6 16:05:07 2016 +0100 [indic] Remove more unused logic after Javanese is gone @@ -450,18 +3824,18 @@ Date: Fri May 6 16:05:07 2016 +0100 commit 8b5d6e755b271d0d22b31a7726d5bfbf2aae8b2f Author: Behdad Esfahbod -Date: Fri May 6 15:59:27 2016 +0100 +Date: Fri May 6 15:59:27 2016 +0100 [indic] Remove unused Javanese bits src/hb-ot-shape-complex-indic-machine.rl | 3 +-- src/hb-ot-shape-complex-indic-private.hh | 5 ++--- - src/hb-ot-shape-complex-indic.cc | 4 ---- + src/hb-ot-shape-complex-indic.cc | 4 ---- 3 files changed, 3 insertions(+), 9 deletions(-) commit 30e6e29f0f0f77eb65bfd1c4576b38c2da555017 Author: Behdad Esfahbod -Date: Fri May 6 15:52:27 2016 +0100 +Date: Fri May 6 15:52:27 2016 +0100 [indic/use] Move Javanese from Indic shaper to USE @@ -478,26 +3852,26 @@ Date: Fri May 6 15:52:27 2016 +0100 U+A99F,U+A9C0,U+A9A2,U+A9BF - src/gen-indic-table.py | 1 - - src/hb-ot-shape-complex-indic-table.cc | 23 + src/gen-indic-table.py | 1 - + src/hb-ot-shape-complex-indic-table.cc | 23 ++++------------------ - src/hb-ot-shape-complex-private.hh | 5 +---- - .../south-east-asian/script-javanese/misc.txt | 1 + + src/hb-ot-shape-complex-private.hh | 5 +---- + .../south-east-asian/script-javanese/misc.txt | 1 + 4 files changed, 6 insertions(+), 24 deletions(-) commit c6ee5f5f06a27a6f147f63aaf51186622821f20b Author: Behdad Esfahbod -Date: Fri May 6 15:39:02 2016 +0100 +Date: Fri May 6 15:39:02 2016 +0100 Add Javanese sample text - .../south-east-asian/script-javanese/misc.txt | 53 + .../south-east-asian/script-javanese/misc.txt | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) commit e21921a68a959b7e929f71a4260a6cbe055ab4e6 Author: Behdad Esfahbod -Date: Fri May 6 15:24:39 2016 +0100 +Date: Fri May 6 15:24:39 2016 +0100 Minor @@ -506,18 +3880,18 @@ Date: Fri May 6 15:24:39 2016 +0100 commit 01a30a6aa9a5827c93245961e3392a1f361745fe Author: Behdad Esfahbod -Date: Fri May 6 11:50:02 2016 +0100 +Date: Fri May 6 11:50:02 2016 +0100 [indic] Remove data for scripts that don't go thorough this shaper - src/gen-indic-table.py | 29 +- + src/gen-indic-table.py | 29 +- src/hb-ot-shape-complex-indic-table.cc | 604 +-------------------------------- 2 files changed, 43 insertions(+), 590 deletions(-) commit 7cd9269f4eba7b85cd72301a3fc39fab42a4e439 Author: Behdad Esfahbod -Date: Fri May 6 11:34:46 2016 +0100 +Date: Fri May 6 11:34:46 2016 +0100 Update tables to Unicode 9.0.0 beta @@ -526,12 +3900,12 @@ Date: Fri May 6 11:34:46 2016 +0100 src/hb-ot-shape-complex-arabic-table.hh | 56 ++++++++----- src/hb-ot-shape-complex-indic-table.cc | 137 +++++++++++++++++++++++--------- - src/hb-ot-shape-complex-use-table.cc | 86 ++++++++++++++------ + src/hb-ot-shape-complex-use-table.cc | 86 ++++++++++++++------ 3 files changed, 196 insertions(+), 83 deletions(-) commit f718fe370ea89e8aeb407addaa6cc926d52a4cdb Author: Behdad Esfahbod -Date: Fri May 6 11:21:12 2016 +0100 +Date: Fri May 6 11:21:12 2016 +0100 Minor @@ -540,21 +3914,21 @@ Date: Fri May 6 11:21:12 2016 +0100 commit 691086f131cb6c9d97e98730c27673484bf93f87 Author: Behdad Esfahbod -Date: Fri May 6 12:08:18 2016 +0100 +Date: Fri May 6 12:08:18 2016 +0100 Add Unicode 9 beta scripts These are frozen, so good time to add. - src/hb-common.cc | 3 +++ - src/hb-common.h | 9 +++++++++ + src/hb-common.cc | 3 +++ + src/hb-common.h | 9 +++++++++ src/hb-ot-shape-complex-private.hh | 9 +++++++++ src/hb-ot-shape-complex-use.cc | 3 +++ 4 files changed, 24 insertions(+) commit bc5198fe1277d662926a4f616913c085cd4fc8ee Author: Behdad Esfahbod -Date: Fri May 6 11:59:05 2016 +0100 +Date: Fri May 6 11:59:05 2016 +0100 Whitespace @@ -563,17 +3937,17 @@ Date: Fri May 6 11:59:05 2016 +0100 commit a5b7b0dd4508d8a1e7573b75c4cb8832c9e34e3f Author: Behdad Esfahbod -Date: Mon May 2 10:44:13 2016 +0200 +Date: Mon May 2 10:44:13 2016 +0200 1.2.7 - NEWS | 12 ++++++++++++ + NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) commit 9879fc1db3cad684f412c2f3d6b49e0435697d0e Author: Behdad Esfahbod -Date: Mon May 2 10:29:12 2016 +0200 +Date: Mon May 2 10:29:12 2016 +0200 [ot-font] Remove unused 'post' table include for now @@ -584,11 +3958,11 @@ Date: Mon May 2 10:29:12 2016 +0200 commit f8061ae7972462ad800c23be7cd7b3d7ab94b93b Author: Behdad Esfahbod -Date: Mon May 2 10:28:24 2016 +0200 +Date: Mon May 2 10:28:24 2016 +0200 [tests] Fix test - test/shaping/Makefile.am | + test/shaping/Makefile.am | 2 +- .../tests/{fallback-positioning.test => fallback-positioning.tests} | 0 @@ -596,7 +3970,7 @@ Date: Mon May 2 10:28:24 2016 +0200 commit f00ab2a33ab34ba64f38cbbe65830c770a3e071e Author: Behdad Esfahbod -Date: Mon May 2 10:24:00 2016 +0200 +Date: Mon May 2 10:24:00 2016 +0200 [hb-ot-font] Make 'glyf' table loading lazy @@ -606,36 +3980,36 @@ Date: Mon May 2 10:24:00 2016 +0200 positioning happens. - src/hb-ot-font.cc | 45 + src/hb-ot-font.cc | 45 ++++++++++++++++++++- - test/shaping/Makefile.am | 1 + + test/shaping/Makefile.am | 1 + .../7ef276fc886ea502a03b9b0e5c8b547d5dc2b61c.ttf | Bin 0 -> 784 bytes - test/shaping/tests/fallback-positioning.test | 2 + + test/shaping/tests/fallback-positioning.test | 2 + 4 files changed, 46 insertions(+), 2 deletions(-) commit 587d46227a56940a7f5bb053cbeda6144394acf7 Author: Behdad Esfahbod -Date: Sat Apr 30 19:20:56 2016 +0200 +Date: Sat Apr 30 19:20:56 2016 +0200 [ot-font] Start implementing 'post' table, for accessing glyph names - src/Makefile.sources | 1 + - src/hb-open-type-private.hh | 12 ++++- - src/hb-ot-font.cc | 1 + + src/Makefile.sources | 1 + + src/hb-open-type-private.hh | 12 ++++- + src/hb-ot-font.cc | 1 + src/hb-ot-post-table.hh | 119 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 132 insertions(+), 1 deletion(-) commit 9abaaac409b8e3a0a9182b67dc384133013f7878 -Merge: 2f560ee 264b7a7 +Merge: 2f560ee4 264b7a72 Author: Behdad Esfahbod -Date: Wed Apr 27 03:38:24 2016 -0700 +Date: Wed Apr 27 03:38:24 2016 -0700 Merge commit '264b7a728a41becfbf23ce258fc2a3af19d0cbbe' into HEAD commit 2f560ee44b7b08683e8e6955fe3b95187e8bda32 Author: Behdad Esfahbod -Date: Wed Apr 27 03:11:41 2016 -0700 +Date: Wed Apr 27 03:11:41 2016 -0700 [tibetan] Reorder marks to better match Uniscribe @@ -650,20 +4024,20 @@ Date: Wed Apr 27 03:11:41 2016 -0700 commit f68390f196216718c22c434e1d8921118e646824 Author: Behdad Esfahbod -Date: Wed Apr 27 02:44:35 2016 -0700 +Date: Wed Apr 27 02:44:35 2016 -0700 [test] Add text for Tibetan shorthand contractions From http://www.babelstone.co.uk/Tibetan/Contractions.html - .../script-tibetan/misc/contractions.txt | 612 + .../script-tibetan/misc/contractions.txt | 612 +++++++++++++++++++++ 1 file changed, 612 insertions(+) commit 264b7a728a41becfbf23ce258fc2a3af19d0cbbe -Merge: 7e2da03 adafdcd +Merge: 7e2da035 adafdcdd Author: Khaled Hosny -Date: Wed Apr 27 03:48:23 2016 +0300 +Date: Wed Apr 27 03:48:23 2016 +0300 Merge pull request #247 from khaledhosny/update-opentype-language-tags @@ -671,7 +4045,7 @@ Date: Wed Apr 27 03:48:23 2016 +0300 commit adafdcddced076da4bfa3114a00e15a387aaf1f7 Author: Arthur Reutenauer -Date: Sat Nov 7 23:37:21 2015 +0000 +Date: Sat Nov 7 23:37:21 2015 +0000 Mass-added “difficult” tags – to be curated. @@ -681,7 +4055,7 @@ Date: Sat Nov 7 23:37:21 2015 +0000 commit 3d6a2c0d7d9f6c5b3097f78c1123f9e59dcc76e2 Author: Arthur Reutenauer -Date: Sat Nov 7 22:59:13 2015 +0000 +Date: Sat Nov 7 22:59:13 2015 +0000 Initial import of missing OpenType 1.7 language tags. @@ -691,7 +4065,7 @@ Date: Sat Nov 7 22:59:13 2015 +0000 commit 7e2da035f68e46ce8f4759b67b4ed3a1b211d793 Author: Behdad Esfahbod -Date: Tue Apr 26 16:42:25 2016 -0700 +Date: Tue Apr 26 16:42:25 2016 -0700 Undo accidental change @@ -700,23 +4074,23 @@ Date: Tue Apr 26 16:42:25 2016 -0700 commit b20305022a8235b19e6b640bc62651854e1336f1 Author: Behdad Esfahbod -Date: Tue Apr 26 16:41:17 2016 -0700 +Date: Tue Apr 26 16:41:17 2016 -0700 Do NOT ignore Mongolian Free Variation Selectors during matching Fixes https://github.com/behdad/harfbuzz/issues/234 - src/hb-ot-layout-gsubgpos-private.hh | 2 +- - src/hb-ot-layout-private.hh | 23 + src/hb-ot-layout-gsubgpos-private.hh | 2 +- + src/hb-ot-layout-private.hh | 23 +++++++++++++++++++-- - src/hb-ot-shape-complex-arabic.cc | 2 +- + src/hb-ot-shape-complex-arabic.cc | 2 +- .../a34a7b00f22ffb5fd7eef6933b81c7e71bc2cdfb.ttf | Bin 0 -> 3700 bytes - .../tests/mongolian-variation-selector.tests | 1 + + .../tests/mongolian-variation-selector.tests | 1 + 5 files changed, 24 insertions(+), 4 deletions(-) commit 21ab5501f5f5267d20cf23256866dd9d82a667ef Author: Behdad Esfahbod -Date: Tue Apr 26 16:02:04 2016 -0700 +Date: Tue Apr 26 16:02:04 2016 -0700 Move ZWJ/ZWNJ bits to top byte of unicode_props() @@ -728,7 +4102,7 @@ Date: Tue Apr 26 16:02:04 2016 -0700 commit de508516cb06ddb064d75bd7be8e843a5ebcf70d Author: Behdad Esfahbod -Date: Tue Apr 26 11:28:37 2016 -0700 +Date: Tue Apr 26 11:28:37 2016 -0700 [util] Print out --debug buffer to stderr @@ -737,7 +4111,7 @@ Date: Tue Apr 26 11:28:37 2016 -0700 commit 29393884b9f045460fb65d6ad10a94461ba93430 Author: Behdad Esfahbod -Date: Tue Apr 26 10:35:23 2016 -0700 +Date: Tue Apr 26 10:35:23 2016 -0700 Annotate blacklisted fonts with their sha1sum @@ -745,9 +4119,9 @@ Date: Tue Apr 26 10:35:23 2016 -0700 1 file changed, 12 insertions(+), 6 deletions(-) commit 14bb4a56971fd45063cd6c1288d911627088abb2 -Merge: 1c625df 5069062 +Merge: 1c625dff 5069062d Author: Sascha Brawer -Date: Tue Apr 26 11:38:16 2016 +0200 +Date: Tue Apr 26 11:38:16 2016 +0200 Merge pull request #245 from KonstantinRitt/fixes/ce @@ -755,7 +4129,7 @@ Date: Tue Apr 26 11:38:16 2016 +0200 commit 5069062d0a9342bb716eebf3ddc1efad91924caa Author: Konstantin Ritt -Date: Tue Apr 26 12:02:26 2016 +0400 +Date: Tue Apr 26 12:02:26 2016 +0400 Unbreak build on Windows CE @@ -767,7 +4141,7 @@ Date: Tue Apr 26 12:02:26 2016 +0400 commit 1c625dff2269c54ff429ca45be88893ff1fa6c34 Author: Behdad Esfahbod -Date: Sat Apr 9 12:53:23 2016 -0700 +Date: Sat Apr 9 12:53:23 2016 -0700 Minor @@ -776,7 +4150,7 @@ Date: Sat Apr 9 12:53:23 2016 -0700 commit 851b0db36d1b724fc1e0db506445119c78186285 Author: Behdad Esfahbod -Date: Fri Apr 8 23:46:55 2016 -0700 +Date: Fri Apr 8 23:46:55 2016 -0700 Minor. We should never get to this branch, but fix it anyway. @@ -785,17 +4159,17 @@ Date: Fri Apr 8 23:46:55 2016 -0700 commit 00ea66f35754a1e6e4d3b7b139d611a9a623a9d1 Author: Behdad Esfahbod -Date: Fri Apr 8 13:51:01 2016 -0700 +Date: Fri Apr 8 13:51:01 2016 -0700 1.2.6 - NEWS | 10 ++++++++++ + NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) commit 4f3d59a1877dcb94d09da48e9694a6c1b05a86fe Author: Behdad Esfahbod -Date: Fri Apr 8 13:41:20 2016 -0700 +Date: Fri Apr 8 13:41:20 2016 -0700 Blacklist another set of timesi.ttf and timesbi.ttf @@ -803,9 +4177,9 @@ Date: Fri Apr 8 13:41:20 2016 -0700 1 file changed, 2 insertions(+) commit ef476be80d773332e0c768a3465d99381d76edd9 -Merge: a0331b5 d3134a6 +Merge: a0331b55 d3134a66 Author: Behdad Esfahbod -Date: Fri Apr 8 13:16:33 2016 -0700 +Date: Fri Apr 8 13:16:33 2016 -0700 Merge pull request #239 from ebraminio/dwfix @@ -813,7 +4187,7 @@ Date: Fri Apr 8 13:16:33 2016 -0700 commit d3134a66ad551ded726db9528d3c25459088f105 Author: Ebrahim Byagowi -Date: Tue Apr 5 21:01:05 2016 +0000 +Date: Tue Apr 5 21:01:05 2016 +0000 Fix when no feature is given @@ -822,29 +4196,29 @@ Date: Tue Apr 5 21:01:05 2016 +0000 commit a0331b55f7b45437980e1fc323251f4091bf2c4e Author: Behdad Esfahbod -Date: Mon Apr 4 16:25:32 2016 -0700 +Date: Mon Apr 4 16:25:32 2016 -0700 1.2.5 - NEWS | 7 +++++++ + NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit 6e55199b5f097ac93bad38f32e9813e2da14c5a7 Author: Behdad Esfahbod -Date: Mon Apr 4 16:24:27 2016 -0700 +Date: Mon Apr 4 16:24:27 2016 -0700 Add test for 6dd80faf0dcb3e8a8915c3a25da44e2a67cb0cd8 - test/shaping/Makefile.am | 1 + - .../f22416c692720a7d46fadf4af99f4c9e094f00b9.ttf | Bin 0 -> + test/shaping/Makefile.am | 1 + + .../f22416c692720a7d46fadf4af99f4c9e094f00b9.ttf | Bin 0 -> 16736 bytes - test/shaping/tests/mark-filtering-sets.tests | 5 +++++ + test/shaping/tests/mark-filtering-sets.tests | 5 +++++ 3 files changed, 6 insertions(+) commit 59089622dbb8dda783b1639c932123f125c3592d Author: Behdad Esfahbod -Date: Mon Apr 4 14:54:32 2016 -0700 +Date: Mon Apr 4 14:54:32 2016 -0700 [coretext] Clarify comment @@ -853,7 +4227,7 @@ Date: Mon Apr 4 14:54:32 2016 -0700 commit 6dd80faf0dcb3e8a8915c3a25da44e2a67cb0cd8 Author: Behdad Esfahbod -Date: Mon Apr 4 14:34:25 2016 -0700 +Date: Mon Apr 4 14:34:25 2016 -0700 Fix FixedVersion::to_int() @@ -867,7 +4241,7 @@ Date: Mon Apr 4 14:34:25 2016 -0700 commit 4a104021697439fd21390a1f4cdc9310348882fa Author: Ebrahim Byagowi -Date: Sat Apr 2 13:47:59 2016 +0000 +Date: Sat Apr 2 13:47:59 2016 +0000 Hide justification behind HB_DIRECTWRITE_EXPERIMENTAL_JUSTIFICATION @@ -876,7 +4250,7 @@ Date: Sat Apr 2 13:47:59 2016 +0000 commit 63ee9ca5d81b53eb035972754ed95572821c393c Author: Ebrahim Byagowi -Date: Fri Apr 1 15:47:07 2016 +0000 +Date: Fri Apr 1 15:47:07 2016 +0000 Use standard types instead Windows favourites ones @@ -886,7 +4260,7 @@ Date: Fri Apr 1 15:47:07 2016 +0000 commit adf20ba0d18d1506e633dcd9b4827a6c93abcadd Author: Ebrahim Byagowi -Date: Fri Apr 1 15:36:40 2016 +0000 +Date: Fri Apr 1 15:36:40 2016 +0000 Limit GetJustifiedGlyphs only to scripts with custom justification character @@ -897,7 +4271,7 @@ Date: Fri Apr 1 15:36:40 2016 +0000 commit 32ae9d1b3ffbe7e26e654437a56a26a95fe9f5a6 Author: Ebrahim Byagowi -Date: Fri Apr 1 06:39:57 2016 +0000 +Date: Fri Apr 1 06:39:57 2016 +0000 Add justification support @@ -907,7 +4281,7 @@ Date: Fri Apr 1 06:39:57 2016 +0000 commit 10c3d9e41520595c88dd2a8321590e03ce8fcf47 Author: Ebrahim Byagowi -Date: Thu Mar 31 18:19:44 2016 +0000 +Date: Thu Mar 31 18:19:44 2016 +0000 Basic opentype features support @@ -917,7 +4291,7 @@ Date: Thu Mar 31 18:19:44 2016 +0000 commit d129897120d3ad414220d603557c15a60aa69fa6 Author: Ebrahim Byagowi -Date: Thu Mar 31 13:45:37 2016 +0000 +Date: Thu Mar 31 13:45:37 2016 +0000 Refactor and remove dupe getglyphs call @@ -927,7 +4301,7 @@ Date: Thu Mar 31 13:45:37 2016 +0000 commit 5f1a8961008b93f72acc47336109af3a64e248d0 Author: Ebrahim Byagowi -Date: Thu Mar 31 12:26:16 2016 +0000 +Date: Thu Mar 31 12:26:16 2016 +0000 Better glyph offset support @@ -936,7 +4310,7 @@ Date: Thu Mar 31 12:26:16 2016 +0000 commit d691ba3f405738c6857450752b8cc0911dfcdb01 Author: Ebrahim Byagowi -Date: Wed Mar 30 20:21:40 2016 +0000 +Date: Wed Mar 30 20:21:40 2016 +0000 Don't fail when language is not set @@ -945,7 +4319,7 @@ Date: Wed Mar 30 20:21:40 2016 +0000 commit 1c00a46c7a608ebc0b03c5abfcfe7f2b9881d0df Author: Ebrahim Byagowi -Date: Wed Mar 30 20:15:09 2016 +0000 +Date: Wed Mar 30 20:15:09 2016 +0000 Make DirectWrite backend to work with different font sizes @@ -956,17 +4330,17 @@ Date: Wed Mar 30 20:15:09 2016 +0000 commit 0251b0cc5c39272d2299d4b2ab802faaafe96837 Author: Behdad Esfahbod -Date: Thu Mar 17 14:37:11 2016 -0700 +Date: Thu Mar 17 14:37:11 2016 -0700 1.2.4 - NEWS | 15 +++++++++++++++ + NEWS | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) commit 69f9fbc4200442a35484d3c790ae8f4979be5d60 Author: Behdad Esfahbod -Date: Thu Mar 17 11:59:43 2016 -0700 +Date: Thu Mar 17 11:59:43 2016 -0700 Synthesize GDEF glyph class for any glyph that does not have one in GDEF @@ -995,26 +4369,26 @@ Date: Thu Mar 17 11:59:43 2016 -0700 Test string for Arial Unicode: - U+05E9,U+05B8,U+05C1,U+05DC + U+05E9,U+05B8,U+05C1,U+05DC - Before: [gid1166=3+991|gid1142=0+737|gid5798=0+1434] - After: [gid1166=3+991|gid1142=0+0|gid5798=0+1434] - Uniscribe: [gid1166=3+991|gid1142=0@348,0+0|gid5798=0+1434] + Before: [gid1166=3+991|gid1142=0+737|gid5798=0+1434] + After: [gid1166=3+991|gid1142=0+0|gid5798=0+1434] + Uniscribe: [gid1166=3+991|gid1142=0@348,0+0|gid5798=0+1434] Note that our new output matches what we were generating until July 2014, because the Hebrew shaper used to zero mark advances based on - Unicode, NOT GDEF. That's 9e834e29e0b657f0555df1ab9cea79ff7abcf08d. + Unicode, NOT GDEF. That's 9e834e29e0b657f0555df1ab9cea79ff7abcf08d. Reported by Greg Douglas. src/hb-ot-layout-gsub-table.hh | 22 ++++++++++++++++++++-- - src/hb-ot-shape.cc | 29 ----------------------------- + src/hb-ot-shape.cc | 29 ----------------------------- 2 files changed, 20 insertions(+), 31 deletions(-) commit fef5dd9a72f326c160a7194f558749d24bac7283 -Merge: 01ea9ea 5f995db +Merge: 01ea9eaa 5f995db1 Author: Behdad Esfahbod -Date: Sat Mar 12 19:15:15 2016 -0800 +Date: Sat Mar 12 19:15:15 2016 -0800 Merge pull request #232 from c0nk/wip-icu @@ -1022,7 +4396,7 @@ Date: Sat Mar 12 19:15:15 2016 -0800 commit 01ea9eaac373d9f3de6e56c1ca26cdcd259ecc8e Author: Behdad Esfahbod -Date: Fri Mar 11 18:50:02 2016 -0800 +Date: Fri Mar 11 18:50:02 2016 -0800 [build] Use tar-ustar instead of tar-pax @@ -1036,7 +4410,7 @@ Date: Fri Mar 11 18:50:02 2016 -0800 commit 3e10460a1dd41de32752e308771aa30d23565cc0 Author: Behdad Esfahbod -Date: Fri Mar 11 18:45:19 2016 -0800 +Date: Fri Mar 11 18:45:19 2016 -0800 Minor comment @@ -1045,7 +4419,7 @@ Date: Fri Mar 11 18:45:19 2016 -0800 commit d14fea4bdcc1423fe9a585af3abdefa9605d17e6 Author: Behdad Esfahbod -Date: Tue Mar 8 12:16:41 2016 -0800 +Date: Tue Mar 8 12:16:41 2016 -0800 Remove default clause in minor switch statements @@ -1057,9 +4431,9 @@ Date: Tue Mar 8 12:16:41 2016 -0800 2 files changed, 5 deletions(-) commit ce8ae9970102f83b67bb1e8e8b2bf894a0e26c07 -Merge: 731a430 71248a8 +Merge: 731a430c 71248a84 Author: Behdad Esfahbod -Date: Fri Mar 4 17:20:35 2016 -0800 +Date: Fri Mar 4 17:20:35 2016 -0800 Merge pull request #231 from KonstantinRitt/post123buildfix @@ -1067,7 +4441,7 @@ Date: Fri Mar 4 17:20:35 2016 -0800 commit 731a430cd36caabcef04e099b21ebc6daedd536f Author: Behdad Esfahbod -Date: Wed Mar 2 13:32:42 2016 -0800 +Date: Wed Mar 2 13:32:42 2016 -0800 Fix requiredFeature stage handling logic @@ -1089,7 +4463,7 @@ Date: Wed Mar 2 13:32:42 2016 -0800 commit 68b6296d3333fd38bd5442d2ba087ced481603bc Author: Behdad Esfahbod -Date: Tue Mar 1 16:41:53 2016 +0900 +Date: Tue Mar 1 16:41:53 2016 +0900 Add F2DOT14 type @@ -1098,7 +4472,7 @@ Date: Tue Mar 1 16:41:53 2016 +0900 commit 082b79fe9f06607998178dcdcbe817af28b017de Author: Behdad Esfahbod -Date: Tue Mar 1 16:41:26 2016 +0900 +Date: Tue Mar 1 16:41:26 2016 +0900 Use FWORD and UFWORD when it makes sense @@ -1110,7 +4484,7 @@ Date: Tue Mar 1 16:41:26 2016 +0900 commit 5f995db10381172ec63fd7ffbb0acf2c6b3dae5e Author: Kal Conley -Date: Fri Feb 26 00:36:17 2016 +0100 +Date: Fri Feb 26 00:36:17 2016 +0100 Fix missing ICU #include @@ -1122,17 +4496,17 @@ Date: Fri Feb 26 00:36:17 2016 +0100 commit b424b6c372dfe4c0ed75a49761eb34a416819446 Author: Kal Conley -Date: Fri Feb 26 00:35:15 2016 +0100 +Date: Fri Feb 26 00:35:15 2016 +0100 Add --with-icu=builtin configure option - configure.ac | 33 +++++++++++++++++++-------------- + configure.ac | 33 +++++++++++++++++++-------------- src/Makefile.am | 7 +++++++ 2 files changed, 26 insertions(+), 14 deletions(-) commit 71248a843f976c86022eb5bb8c6e8880b2499937 Author: Konstantin Ritt -Date: Thu Feb 25 18:55:28 2016 +0400 +Date: Thu Feb 25 18:55:28 2016 +0400 Fix build with HB_DISABLE_DEPRECATED @@ -1144,7 +4518,7 @@ Date: Thu Feb 25 18:55:28 2016 +0400 commit 0c7fb7419c20d04b803412945565562c32b42929 Author: Behdad Esfahbod -Date: Thu Feb 25 14:40:09 2016 +0900 +Date: Thu Feb 25 14:40:09 2016 +0900 Speed up buffer variable allocation sanity check @@ -1154,13 +4528,13 @@ Date: Thu Feb 25 14:40:09 2016 +0900 src/hb-buffer-private.hh | 67 ++++++++++++++++++++++++++++----------------- - src/hb-buffer.cc | 70 + src/hb-buffer.cc | 70 ------------------------------------------------ 2 files changed, 43 insertions(+), 94 deletions(-) commit 91dd11565221bdb108c138662ea013aac14bb968 Author: Behdad Esfahbod -Date: Thu Feb 25 13:56:47 2016 +0900 +Date: Thu Feb 25 13:56:47 2016 +0900 Add HB_NDEBUG @@ -1169,7 +4543,7 @@ Date: Thu Feb 25 13:56:47 2016 +0900 - Disable costlier sanity checks if HB_NDEBUG is defined. In 1.2.3 introduced some code to disable costly sanity checks if - NDEBUG is defined. NDEBUG, however, disables all assert()s as + NDEBUG is defined. NDEBUG, however, disables all assert()s as well. With HB_NDEBUG, one can disable costlier checks but keep assert()s. @@ -1177,38 +4551,38 @@ Date: Thu Feb 25 13:56:47 2016 +0900 release tarballs. But for now, production systems that do NOT define NDEBUG, are encouraged to define HB_NDEBUG for our build. - src/Makefile.am | 2 +- + src/Makefile.am | 2 +- src/hb-buffer-private.hh | 4 ++-- - src/hb-buffer.cc | 4 ++-- - src/hb-private.hh | 9 +++++++++ + src/hb-buffer.cc | 4 ++-- + src/hb-private.hh | 9 +++++++++ 4 files changed, 14 insertions(+), 5 deletions(-) commit 75568b0a7f811ea18e23037735ec8541a7431f88 Author: Behdad Esfahbod -Date: Thu Feb 25 12:26:26 2016 +0900 +Date: Thu Feb 25 12:26:26 2016 +0900 1.2.3 - NEWS | 42 ++++++++++++++++++++++++++++++++++++++++++ + NEWS | 42 ++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 43 insertions(+), 1 deletion(-) commit 988165021f8d48dc7120b071d056491256569f4f Author: Behdad Esfahbod -Date: Thu Feb 25 12:23:02 2016 +0900 +Date: Thu Feb 25 12:23:02 2016 +0900 Disable internal buffer variable bookkeeping in NDEBUG builds Saves some sweet time and binary size! - src/Makefile.am | 1 + + src/Makefile.am | 1 + src/hb-buffer-private.hh | 30 ++++++++++++++++++++---------- - src/hb-buffer.cc | 6 ++++-- + src/hb-buffer.cc | 6 ++++-- 3 files changed, 25 insertions(+), 12 deletions(-) commit 94dd0bb7e78125994cb7c833a5b03110f1ffc822 Author: Behdad Esfahbod -Date: Thu Feb 25 11:31:03 2016 +0900 +Date: Thu Feb 25 11:31:03 2016 +0900 Add blacklist signature for Times New Roman (Bold) Italic on OS X @@ -1217,7 +4591,7 @@ Date: Thu Feb 25 11:31:03 2016 +0900 commit dd8598c1c7f29fc92253b0cd4e856c1941b1d0c0 Author: Behdad Esfahbod -Date: Thu Feb 25 11:20:05 2016 +0900 +Date: Thu Feb 25 11:20:05 2016 +0900 [test] Pass closure to hb_font_set_glyph_func() @@ -1228,7 +4602,7 @@ Date: Thu Feb 25 11:20:05 2016 +0900 commit e23cf902e91142a10229e3514be4ceee69efde04 Author: Behdad Esfahbod -Date: Thu Feb 25 11:11:15 2016 +0900 +Date: Thu Feb 25 11:11:15 2016 +0900 Blacklist GDEF table of timesi.ttf and timesbi.ttf on Win 7 @@ -1240,7 +4614,7 @@ Date: Thu Feb 25 11:11:15 2016 +0900 commit c335fd7986fe360ab8e1c032c9b988d0d30511eb Author: Behdad Esfahbod -Date: Thu Feb 25 09:16:05 2016 +0900 +Date: Thu Feb 25 09:16:05 2016 +0900 In trampoline implementation of get_glyph(), don't destroy user data twice! @@ -1250,18 +4624,18 @@ Date: Thu Feb 25 09:16:05 2016 +0900 commit 23335deaad9d4d9824ff41343264514d3f9f7e37 Author: Behdad Esfahbod -Date: Wed Feb 24 20:27:13 2016 +0900 +Date: Wed Feb 24 20:27:13 2016 +0900 [ot-font] Accelerate cmap format4 get_glyph src/hb-ot-cmap-table.hh | 111 ++++++++++++++++++++++++++++-------------------- - src/hb-ot-font.cc | 14 +++++- + src/hb-ot-font.cc | 14 +++++- 2 files changed, 77 insertions(+), 48 deletions(-) commit e0f16a715bc3e621ff21a8be88102e9672630574 Author: Behdad Esfahbod -Date: Wed Feb 24 19:52:36 2016 +0900 +Date: Wed Feb 24 19:52:36 2016 +0900 [ot-font] Towards accelerating get_glyph() @@ -1270,17 +4644,17 @@ Date: Wed Feb 24 19:52:36 2016 +0900 commit 5473ebfb84c7b6059ac16e04676b363acc51aa00 Author: Behdad Esfahbod -Date: Wed Feb 24 19:32:43 2016 +0900 +Date: Wed Feb 24 19:32:43 2016 +0900 [ot-font] Remove level of indirection in get_glyph_variant src/hb-ot-cmap-table.hh | 14 ++------------ - src/hb-ot-font.cc | 13 +++++++++---- + src/hb-ot-font.cc | 13 +++++++++---- 2 files changed, 11 insertions(+), 16 deletions(-) commit 49fe6ecf19522413e79a11a29aa0ffc5bdfcd2f8 Author: Behdad Esfahbod -Date: Wed Feb 24 19:10:06 2016 +0900 +Date: Wed Feb 24 19:10:06 2016 +0900 [TODO] Update @@ -1291,7 +4665,7 @@ Date: Wed Feb 24 19:10:06 2016 +0900 commit 8b5bc141cd3a6bfcea3c91a882a630426876ceb3 Author: Behdad Esfahbod -Date: Wed Feb 24 19:05:23 2016 +0900 +Date: Wed Feb 24 19:05:23 2016 +0900 Add get_nominal_glyph() and get_variation_glyph() instead of get_glyph() @@ -1313,39 +4687,39 @@ Date: Wed Feb 24 19:05:23 2016 +0900 get_variation_glyph() pair. The variation version can assume that variation_selector argument is not zero. - src/hb-deprecated.h | 10 ++ - src/hb-fallback-shape.cc | 4 +- - src/hb-font-private.hh | 26 +++-- - src/hb-font.cc | 203 + src/hb-deprecated.h | 10 ++ + src/hb-fallback-shape.cc | 4 +- + src/hb-font-private.hh | 26 +++-- + src/hb-font.cc | 203 ++++++++++++++++++++++++++++++++++--- - src/hb-font.h | 55 +++++++--- - src/hb-ft.cc | 38 ++++--- - src/hb-ot-font.cc | 57 +++++++---- - src/hb-ot-shape-complex-indic.cc | 8 +- - src/hb-ot-shape-complex-myanmar.cc | 2 +- - src/hb-ot-shape-complex-use.cc | 2 +- - src/hb-ot-shape-fallback.cc | 6 +- - src/hb-ot-shape-normalize.cc | 18 ++-- - src/hb-ot-shape.cc | 6 +- + src/hb-font.h | 55 +++++++--- + src/hb-ft.cc | 38 ++++--- + src/hb-ot-font.cc | 57 +++++++---- + src/hb-ot-shape-complex-indic.cc | 8 +- + src/hb-ot-shape-complex-myanmar.cc | 2 +- + src/hb-ot-shape-complex-use.cc | 2 +- + src/hb-ot-shape-fallback.cc | 6 +- + src/hb-ot-shape-normalize.cc | 18 ++-- + src/hb-ot-shape.cc | 6 +- 13 files changed, 344 insertions(+), 91 deletions(-) commit b30a971bf792b9c683c345e1be25c5a5869a113c Author: Behdad Esfahbod -Date: Wed Feb 24 17:32:22 2016 +0900 +Date: Wed Feb 24 17:32:22 2016 +0900 1.2.2 - NEWS | 14 +++++++++++++- + NEWS | 14 +++++++++++++- configure.ac | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) commit af48e3d27c01c538f46f1dc376d994a0c24a8170 Author: Behdad Esfahbod -Date: Wed Feb 24 16:06:40 2016 +0900 +Date: Wed Feb 24 16:06:40 2016 +0900 Fix recent test - Not sure why the FT functions were returning advance 1024. This + Not sure why the FT functions were returning advance 1024. This caused failure on drone.io. Switch to hb-ot-font and disable glyph names. @@ -1354,7 +4728,7 @@ Date: Wed Feb 24 16:06:40 2016 +0900 commit 17c831701756bb46300c412fd64b19d67f299c18 Author: Behdad Esfahbod -Date: Wed Feb 24 16:06:23 2016 +0900 +Date: Wed Feb 24 16:06:23 2016 +0900 [tests] Fix for multiple options in test runner scripts @@ -1363,7 +4737,7 @@ Date: Wed Feb 24 16:06:23 2016 +0900 commit ebd7431f824c718db6ce5b85e94f2b3911127af4 Author: Behdad Esfahbod -Date: Wed Feb 24 15:53:40 2016 +0900 +Date: Wed Feb 24 15:53:40 2016 +0900 Partially revert 86c68c7a2c971efe8e35b1f1bd99401dc8b688d2 @@ -1377,14 +4751,14 @@ Date: Wed Feb 24 15:53:40 2016 +0900 The cursive+mark interaction is broken again. To be fixed in a different way. - src/hb-ot-layout-gpos-table.hh | 28 + src/hb-ot-layout-gpos-table.hh | 28 ++++++++++++---------------- test/shaping/tests/cursive-positioning.tests | 2 +- 2 files changed, 13 insertions(+), 17 deletions(-) commit 284481b3120963353f5f34ed094f07ffc13480ef Author: Behdad Esfahbod -Date: Wed Feb 24 15:52:37 2016 +0900 +Date: Wed Feb 24 15:52:37 2016 +0900 Add test for mark positioning in rtl with non-zero mark advance @@ -1393,12 +4767,12 @@ Date: Wed Feb 24 15:52:37 2016 +0900 .../sha1sum/07f054357ff8638bac3711b422a1e31180bba863.ttf | Bin 0 -> 848 bytes - test/shaping/tests/cursive-positioning.tests | 1 + + test/shaping/tests/cursive-positioning.tests | 1 + 2 files changed, 1 insertion(+) commit 56a84e8dd18c63782b8db3a86e94651dae5bb01b Author: Behdad Esfahbod -Date: Wed Feb 24 15:50:33 2016 +0900 +Date: Wed Feb 24 15:50:33 2016 +0900 [tests] Allow commenting out tests to be skipped @@ -1407,7 +4781,7 @@ Date: Wed Feb 24 15:50:33 2016 +0900 commit 7cfd6cc486f2751d7f78c5008a636d677af4e12f Author: Behdad Esfahbod -Date: Wed Feb 24 12:30:57 2016 +0900 +Date: Wed Feb 24 12:30:57 2016 +0900 [Android.mk] Update with warning flags @@ -1416,17 +4790,17 @@ Date: Wed Feb 24 12:30:57 2016 +0900 commit dabf32a5ad706726412ba5c64e1ea614a707b928 Author: Behdad Esfahbod -Date: Tue Feb 23 15:38:43 2016 +0900 +Date: Tue Feb 23 15:38:43 2016 +0900 1.2.1 - NEWS | 13 +++++++++++++ + NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) commit 525cc7d28cbe4e8149ddba677224f134dc0a3274 Author: Behdad Esfahbod -Date: Tue Feb 23 15:19:27 2016 +0900 +Date: Tue Feb 23 15:19:27 2016 +0900 Add note re only adding tests with Free Software fonts @@ -1435,7 +4809,7 @@ Date: Tue Feb 23 15:19:27 2016 +0900 commit 6a09d7e34b949f9929f616ee53278b2edfd9b7ea Author: Behdad Esfahbod -Date: Tue Feb 23 13:47:16 2016 +0900 +Date: Tue Feb 23 13:47:16 2016 +0900 [test] Add README about how to add shaping tests @@ -1445,121 +4819,121 @@ Date: Tue Feb 23 13:47:16 2016 +0900 commit f8ee7906d0454d950081c621f2b04a6d08e1b92f Author: Behdad Esfahbod -Date: Tue Feb 23 13:45:38 2016 +0900 +Date: Tue Feb 23 13:45:38 2016 +0900 Remove MANIFEST files - They are unused currently. We can add later if we hook them up + They are unused currently. We can add later if we hook them up to anything useful. - test/shaping/fonts/sha1sum/MANIFEST | 52 + test/shaping/fonts/sha1sum/MANIFEST | 52 ---------------------- - test/shaping/tests/MANIFEST | 19 -------- - test/shaping/texts/MANIFEST | 1 - - test/shaping/texts/in-tree/MANIFEST | 9 ---- + test/shaping/tests/MANIFEST | 19 -------- + test/shaping/texts/MANIFEST | 1 - + test/shaping/texts/in-tree/MANIFEST | 9 ---- test/shaping/texts/in-tree/shaper-arabic/MANIFEST | 6 --- .../in-tree/shaper-arabic/script-arabic/MANIFEST | 3 -- - .../script-arabic/language-persian/MANIFEST | 1 - - .../script-arabic/language-urdu/MANIFEST | 1 - + .../script-arabic/language-persian/MANIFEST | 1 - + .../script-arabic/language-urdu/MANIFEST | 1 - .../script-arabic/language-urdu/crulp/MANIFEST | 1 - - .../language-urdu/crulp/ligatures/MANIFEST | 7 --- - .../shaper-arabic/script-arabic/misc/MANIFEST | 1 - - .../script-arabic/misc/diacritics/MANIFEST | 7 --- + .../language-urdu/crulp/ligatures/MANIFEST | 7 --- + .../shaper-arabic/script-arabic/misc/MANIFEST | 1 - + .../script-arabic/misc/diacritics/MANIFEST | 7 --- .../in-tree/shaper-arabic/script-mandaic/MANIFEST | 1 - .../shaper-arabic/script-mandaic/misc/MANIFEST | 0 - .../shaper-arabic/script-mongolian/MANIFEST | 1 - + .../shaper-arabic/script-mongolian/MANIFEST | 1 - .../shaper-arabic/script-mongolian/misc/MANIFEST | 4 -- - .../in-tree/shaper-arabic/script-nko/MANIFEST | 1 - + .../in-tree/shaper-arabic/script-nko/MANIFEST | 1 - .../in-tree/shaper-arabic/script-nko/misc/MANIFEST | 1 - .../in-tree/shaper-arabic/script-phags-pa/MANIFEST | 1 - .../shaper-arabic/script-phags-pa/misc/MANIFEST | 1 - .../in-tree/shaper-arabic/script-syriac/MANIFEST | 1 - - .../shaper-arabic/script-syriac/misc/MANIFEST | 2 - + .../shaper-arabic/script-syriac/misc/MANIFEST | 2 - test/shaping/texts/in-tree/shaper-default/MANIFEST | 5 --- - .../shaper-default/script-ethiopic/MANIFEST | 1 - + .../shaper-default/script-ethiopic/MANIFEST | 1 - .../shaper-default/script-ethiopic/misc/MANIFEST | 1 - .../in-tree/shaper-default/script-han/MANIFEST | 1 - - .../shaper-default/script-han/misc/MANIFEST | 1 - - .../shaper-default/script-hiragana/MANIFEST | 1 - + .../shaper-default/script-han/misc/MANIFEST | 1 - + .../shaper-default/script-hiragana/MANIFEST | 1 - .../shaper-default/script-hiragana/misc/MANIFEST | 2 - - .../shaper-default/script-linear-b/MANIFEST | 1 - + .../shaper-default/script-linear-b/MANIFEST | 1 - .../shaper-default/script-linear-b/misc/MANIFEST | 1 - - .../shaper-default/script-tifinagh/MANIFEST | 1 - + .../shaper-default/script-tifinagh/MANIFEST | 1 - .../shaper-default/script-tifinagh/misc/MANIFEST | 1 - test/shaping/texts/in-tree/shaper-hangul/MANIFEST | 1 - .../in-tree/shaper-hangul/script-hangul/MANIFEST | 1 - - .../shaper-hangul/script-hangul/misc/MANIFEST | 1 - + .../shaper-hangul/script-hangul/misc/MANIFEST | 1 - test/shaping/texts/in-tree/shaper-hebrew/MANIFEST | 1 - .../in-tree/shaper-hebrew/script-hebrew/MANIFEST | 1 - - .../shaper-hebrew/script-hebrew/misc/MANIFEST | 1 - + .../shaper-hebrew/script-hebrew/misc/MANIFEST | 1 - test/shaping/texts/in-tree/shaper-indic/MANIFEST | 2 - - .../texts/in-tree/shaper-indic/indic/MANIFEST | 11 ----- + .../texts/in-tree/shaper-indic/indic/MANIFEST | 11 ----- .../shaper-indic/indic/script-assamese/MANIFEST | 2 - - .../indic/script-assamese/misc/MANIFEST | 0 - .../indic/script-assamese/utrrs/MANIFEST | 3 -- + .../indic/script-assamese/misc/MANIFEST | 0 + .../indic/script-assamese/utrrs/MANIFEST | 3 -- .../indic/script-assamese/utrrs/codepoint/MANIFEST | 7 --- - .../indic/script-assamese/utrrs/gpos/MANIFEST | 2 - - .../indic/script-assamese/utrrs/gsub/MANIFEST | 1 - + .../indic/script-assamese/utrrs/gpos/MANIFEST | 2 - + .../indic/script-assamese/utrrs/gsub/MANIFEST | 1 - .../shaper-indic/indic/script-bengali/MANIFEST | 2 - - .../indic/script-bengali/misc/MANIFEST | 2 - - .../indic/script-bengali/utrrs/MANIFEST | 3 -- + .../indic/script-bengali/misc/MANIFEST | 2 - + .../indic/script-bengali/utrrs/MANIFEST | 3 -- .../indic/script-bengali/utrrs/codepoint/MANIFEST | 7 --- - .../indic/script-bengali/utrrs/gpos/MANIFEST | 2 - - .../indic/script-bengali/utrrs/gsub/MANIFEST | 1 - + .../indic/script-bengali/utrrs/gpos/MANIFEST | 2 - + .../indic/script-bengali/utrrs/gsub/MANIFEST | 1 - .../shaper-indic/indic/script-devanagari/MANIFEST | 2 - - .../indic/script-devanagari/misc/MANIFEST | 6 --- - .../indic/script-devanagari/utrrs/MANIFEST | 3 -- + .../indic/script-devanagari/misc/MANIFEST | 6 --- + .../indic/script-devanagari/utrrs/MANIFEST | 3 -- .../script-devanagari/utrrs/codepoint/MANIFEST | 9 ---- .../indic/script-devanagari/utrrs/gpos/MANIFEST | 2 - .../indic/script-devanagari/utrrs/gsub/MANIFEST | 1 - .../shaper-indic/indic/script-gujarati/MANIFEST | 2 - - .../indic/script-gujarati/misc/MANIFEST | 0 - .../indic/script-gujarati/utrrs/MANIFEST | 3 -- + .../indic/script-gujarati/misc/MANIFEST | 0 + .../indic/script-gujarati/utrrs/MANIFEST | 3 -- .../indic/script-gujarati/utrrs/codepoint/MANIFEST | 7 --- - .../indic/script-gujarati/utrrs/gpos/MANIFEST | 2 - - .../indic/script-gujarati/utrrs/gsub/MANIFEST | 1 - + .../indic/script-gujarati/utrrs/gpos/MANIFEST | 2 - + .../indic/script-gujarati/utrrs/gsub/MANIFEST | 1 - .../shaper-indic/indic/script-gurmukhi/MANIFEST | 2 - - .../indic/script-gurmukhi/misc/MANIFEST | 1 - - .../indic/script-gurmukhi/utrrs/MANIFEST | 3 -- + .../indic/script-gurmukhi/misc/MANIFEST | 1 - + .../indic/script-gurmukhi/utrrs/MANIFEST | 3 -- .../indic/script-gurmukhi/utrrs/codepoint/MANIFEST | 7 --- - .../indic/script-gurmukhi/utrrs/gpos/MANIFEST | 2 - - .../indic/script-gurmukhi/utrrs/gsub/MANIFEST | 1 - + .../indic/script-gurmukhi/utrrs/gpos/MANIFEST | 2 - + .../indic/script-gurmukhi/utrrs/gsub/MANIFEST | 1 - .../shaper-indic/indic/script-kannada/MANIFEST | 2 - - .../indic/script-kannada/misc/MANIFEST | 2 - - .../indic/script-kannada/utrrs/MANIFEST | 3 -- + .../indic/script-kannada/misc/MANIFEST | 2 - + .../indic/script-kannada/utrrs/MANIFEST | 3 -- .../indic/script-kannada/utrrs/codepoint/MANIFEST | 8 ---- - .../indic/script-kannada/utrrs/gpos/MANIFEST | 1 - - .../indic/script-kannada/utrrs/gsub/MANIFEST | 1 - + .../indic/script-kannada/utrrs/gpos/MANIFEST | 1 - + .../indic/script-kannada/utrrs/gsub/MANIFEST | 1 - .../shaper-indic/indic/script-malayalam/MANIFEST | 2 - - .../indic/script-malayalam/misc/MANIFEST | 3 -- - .../indic/script-malayalam/utrrs/MANIFEST | 2 - - .../script-malayalam/utrrs/codepoint/MANIFEST | 7 --- + .../indic/script-malayalam/misc/MANIFEST | 3 -- + .../indic/script-malayalam/utrrs/MANIFEST | 2 - + .../script-malayalam/utrrs/codepoint/MANIFEST | 7 --- .../indic/script-malayalam/utrrs/gsub/MANIFEST | 1 - - .../shaper-indic/indic/script-oriya/MANIFEST | 2 - + .../shaper-indic/indic/script-oriya/MANIFEST | 2 - .../shaper-indic/indic/script-oriya/misc/MANIFEST | 2 - .../shaper-indic/indic/script-oriya/utrrs/MANIFEST | 2 - .../indic/script-oriya/utrrs/codepoint/MANIFEST | 9 ---- - .../indic/script-oriya/utrrs/gsub/MANIFEST | 1 - + .../indic/script-oriya/utrrs/gsub/MANIFEST | 1 - .../shaper-indic/indic/script-sinhala/MANIFEST | 2 - - .../indic/script-sinhala/misc/MANIFEST | 4 -- - .../indic/script-sinhala/utrrs/MANIFEST | 3 -- + .../indic/script-sinhala/misc/MANIFEST | 4 -- + .../indic/script-sinhala/utrrs/MANIFEST | 3 -- .../indic/script-sinhala/utrrs/codepoint/MANIFEST | 5 --- - .../indic/script-sinhala/utrrs/gpos/MANIFEST | 1 - - .../indic/script-sinhala/utrrs/gsub/MANIFEST | 7 --- - .../shaper-indic/indic/script-tamil/MANIFEST | 2 - + .../indic/script-sinhala/utrrs/gpos/MANIFEST | 1 - + .../indic/script-sinhala/utrrs/gsub/MANIFEST | 7 --- + .../shaper-indic/indic/script-tamil/MANIFEST | 2 - .../shaper-indic/indic/script-tamil/misc/MANIFEST | 1 - .../shaper-indic/indic/script-tamil/utrrs/MANIFEST | 3 -- .../indic/script-tamil/utrrs/codepoint/MANIFEST | 10 ----- - .../indic/script-tamil/utrrs/gpos/MANIFEST | 2 - - .../indic/script-tamil/utrrs/gsub/MANIFEST | 1 - - .../shaper-indic/indic/script-telugu/MANIFEST | 2 - + .../indic/script-tamil/utrrs/gpos/MANIFEST | 2 - + .../indic/script-tamil/utrrs/gsub/MANIFEST | 1 - + .../shaper-indic/indic/script-telugu/MANIFEST | 2 - .../shaper-indic/indic/script-telugu/misc/MANIFEST | 1 - - .../indic/script-telugu/utrrs/MANIFEST | 3 -- + .../indic/script-telugu/utrrs/MANIFEST | 3 -- .../indic/script-telugu/utrrs/codepoint/MANIFEST | 7 --- - .../indic/script-telugu/utrrs/gpos/MANIFEST | 1 - - .../indic/script-telugu/utrrs/gsub/MANIFEST | 1 - + .../indic/script-telugu/utrrs/gpos/MANIFEST | 1 - + .../indic/script-telugu/utrrs/gsub/MANIFEST | 1 - .../in-tree/shaper-indic/south-east-asian/MANIFEST | 1 - - .../south-east-asian/script-khmer/MANIFEST | 1 - + .../south-east-asian/script-khmer/MANIFEST | 1 - .../south-east-asian/script-khmer/misc/MANIFEST | 3 -- test/shaping/texts/in-tree/shaper-myanmar/MANIFEST | 1 - .../in-tree/shaper-myanmar/script-myanmar/MANIFEST | 1 - @@ -1576,14 +4950,14 @@ Date: Tue Feb 23 13:45:38 2016 +0900 .../texts/in-tree/shaper-use/script-batak/MANIFEST | 1 - .../in-tree/shaper-use/script-buginese/MANIFEST | 1 - .../texts/in-tree/shaper-use/script-cham/MANIFEST | 1 - - .../in-tree/shaper-use/script-kaithi/MANIFEST | 1 - + .../in-tree/shaper-use/script-kaithi/MANIFEST | 1 - .../in-tree/shaper-use/script-kharoshti/MANIFEST | 1 - .../in-tree/shaper-use/script-tai-tham/MANIFEST | 2 - 126 files changed, 381 deletions(-) commit 815bdd7700155efcffa9a4c3ca5bfc31833d0586 Author: Behdad Esfahbod -Date: Mon Feb 22 18:22:44 2016 +0900 +Date: Mon Feb 22 18:22:44 2016 +0900 In cluster-level=0, group ZWJ/ZWNJ with previous cluster @@ -1596,15 +4970,15 @@ Date: Mon Feb 22 18:22:44 2016 +0900 Fixes https://github.com/behdad/harfbuzz/issues/217 - src/hb-ot-layout-private.hh | 6 ++++++ - src/hb-ot-shape.cc | 3 ++- + src/hb-ot-layout-private.hh | 6 ++++++ + src/hb-ot-shape.cc | 3 ++- test/shaping/tests/indic-joiner-candrabindu.tests | 2 +- test/shaping/tests/mongolian-variation-selector.tests | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) commit 89137e325a19d62fb00979e1e8ab2ca59a2c1147 Author: Behdad Esfahbod -Date: Mon Feb 22 16:00:59 2016 +0900 +Date: Mon Feb 22 16:00:59 2016 +0900 Minor @@ -1614,7 +4988,7 @@ Date: Mon Feb 22 16:00:59 2016 +0900 commit 15063b12f7619d4f44981248e28f38c172d12e1f Author: Behdad Esfahbod -Date: Mon Feb 22 15:56:29 2016 +0900 +Date: Mon Feb 22 15:56:29 2016 +0900 [coretext] Move CTFont construction to face_data @@ -1624,7 +4998,7 @@ Date: Mon Feb 22 15:56:29 2016 +0900 commit ba3d49d9a56932d341bf1916a30f322be665e3a6 Author: Behdad Esfahbod -Date: Mon Feb 22 15:50:12 2016 +0900 +Date: Mon Feb 22 15:50:12 2016 +0900 [coretext] Move code around @@ -1634,7 +5008,7 @@ Date: Mon Feb 22 15:50:12 2016 +0900 commit 90194efb8480d58c55b7a19962624c7aadbdca63 Author: Behdad Esfahbod -Date: Mon Feb 22 15:42:53 2016 +0900 +Date: Mon Feb 22 15:42:53 2016 +0900 [coretext] Move code around @@ -1643,7 +5017,7 @@ Date: Mon Feb 22 15:42:53 2016 +0900 commit ca539e37a4b71e585a267a288db1a3975cbb99fc Author: Behdad Esfahbod -Date: Mon Feb 22 15:37:18 2016 +0900 +Date: Mon Feb 22 15:37:18 2016 +0900 [build] git.mk fix for m4/gtk-doc.m4 @@ -1652,7 +5026,7 @@ Date: Mon Feb 22 15:37:18 2016 +0900 commit 54788cb1ecc5a5ffd63d07cd1f0b07b2afa9a8ca Author: Behdad Esfahbod -Date: Mon Feb 22 15:32:52 2016 +0900 +Date: Mon Feb 22 15:32:52 2016 +0900 [win32] Install git.mk @@ -1661,23 +5035,23 @@ Date: Mon Feb 22 15:32:52 2016 +0900 commit 9a13ed453ef96822a47d6e6f58332b87f38d5c59 Author: Behdad Esfahbod -Date: Mon Feb 22 11:44:45 2016 +0900 +Date: Mon Feb 22 11:44:45 2016 +0900 Make FixedVersion a template - src/hb-open-file-private.hh | 4 ++-- - src/hb-open-type-private.hh | 9 +++++---- - src/hb-ot-head-table.hh | 4 ++-- - src/hb-ot-hhea-table.hh | 2 +- + src/hb-open-file-private.hh | 4 ++-- + src/hb-open-type-private.hh | 9 +++++---- + src/hb-ot-head-table.hh | 4 ++-- + src/hb-ot-hhea-table.hh | 2 +- src/hb-ot-layout-gdef-table.hh | 2 +- src/hb-ot-layout-gsubgpos-private.hh | 2 +- src/hb-ot-layout-jstf-table.hh | 2 +- - src/hb-ot-maxp-table.hh | 2 +- + src/hb-ot-maxp-table.hh | 2 +- 8 files changed, 14 insertions(+), 13 deletions(-) commit 238b943e850ea1ab0093e12c74d2cd7c686f318e Author: Behdad Esfahbod -Date: Mon Feb 22 15:31:22 2016 +0900 +Date: Mon Feb 22 15:31:22 2016 +0900 [coretext] Fix leak! @@ -1686,7 +5060,7 @@ Date: Mon Feb 22 15:31:22 2016 +0900 commit e561122856a50ed405d71cb1629317e7ae63f316 Author: Behdad Esfahbod -Date: Mon Feb 22 15:28:37 2016 +0900 +Date: Mon Feb 22 15:28:37 2016 +0900 [coretext] Move code around @@ -1696,7 +5070,7 @@ Date: Mon Feb 22 15:28:37 2016 +0900 commit 04c64431530a4a6d9ebd33674c4665a8e6d25bdd Author: Behdad Esfahbod -Date: Mon Feb 22 15:12:27 2016 +0900 +Date: Mon Feb 22 15:12:27 2016 +0900 [coretext] Ignore PPEM in font size selection @@ -1705,7 +5079,7 @@ Date: Mon Feb 22 15:12:27 2016 +0900 commit 62c2711121fe78f373c15c0f53090b62b52d11c1 Author: Behdad Esfahbod -Date: Mon Feb 22 15:07:20 2016 +0900 +Date: Mon Feb 22 15:07:20 2016 +0900 [coretext] Limit grapheme-cluster forming to cluster-level=0 @@ -1715,7 +5089,7 @@ Date: Mon Feb 22 15:07:20 2016 +0900 commit 061105ec443eb7350ffe217305f9d8902c179e2f Author: Behdad Esfahbod -Date: Mon Feb 22 14:59:39 2016 +0900 +Date: Mon Feb 22 14:59:39 2016 +0900 [coretext] Fix shaping with varying font size @@ -1726,17 +5100,17 @@ Date: Mon Feb 22 14:59:39 2016 +0900 commit 27847cab1264b4ce8342603f4626b4e0645979e4 Author: Behdad Esfahbod -Date: Fri Feb 19 15:56:50 2016 +0700 +Date: Fri Feb 19 15:56:50 2016 +0700 1.2.0 - NEWS | 20 ++++++++++++++++++++ + NEWS | 20 ++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) commit c3731559042e1730e85d19574321ad850010f7de Author: Behdad Esfahbod -Date: Fri Feb 19 15:13:07 2016 +0700 +Date: Fri Feb 19 15:13:07 2016 +0700 [fuzzing] Add test for recent fix @@ -1747,13 +5121,13 @@ Date: Fri Feb 19 15:13:07 2016 +0700 .../sha1sum/205edd09bd3d141cc9580f650109556cc28b22cb.ttf | Bin 0 -> 1966 bytes - test/shaping/fonts/sha1sum/MANIFEST | 1 + - test/shaping/tests/fuzzed.tests | 1 + + test/shaping/fonts/sha1sum/MANIFEST | 1 + + test/shaping/tests/fuzzed.tests | 1 + 3 files changed, 2 insertions(+) commit aa33cb72ab29c31e87f0cca9a0e72fe3a68247b7 Author: Behdad Esfahbod -Date: Fri Feb 19 15:12:24 2016 +0700 +Date: Fri Feb 19 15:12:24 2016 +0700 [fuzzing] Make test runner actually work @@ -1762,7 +5136,7 @@ Date: Fri Feb 19 15:12:24 2016 +0700 commit 2735555c6b0c95db7dfc2b391f92a1a5c06084c4 Author: Behdad Esfahbod -Date: Fri Feb 19 15:12:16 2016 +0700 +Date: Fri Feb 19 15:12:16 2016 +0700 [fuzzing] Add TODO item @@ -1771,7 +5145,7 @@ Date: Fri Feb 19 15:12:16 2016 +0700 commit b87e36f6f119fac80b8fd55f3abae563c2c5b798 Author: Behdad Esfahbod -Date: Fri Feb 19 14:52:31 2016 +0700 +Date: Fri Feb 19 14:52:31 2016 +0700 Avoid buffer->move_to() in case of buffer error @@ -1784,13 +5158,13 @@ Date: Fri Feb 19 14:52:31 2016 +0700 test/fuzzing/ and have its own test runner. At that point, should add test from this issue as well. - src/hb-buffer.cc | 2 ++ + src/hb-buffer.cc | 2 ++ src/hb-ot-layout-gsubgpos-private.hh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) commit 7e76bbabbaa56af314abff8ddba8866c634919cd Author: Behdad Esfahbod -Date: Fri Feb 19 14:43:39 2016 +0700 +Date: Fri Feb 19 14:43:39 2016 +0700 [fuzzing] Make "make hb-fuzzer" build lib dependency @@ -1801,7 +5175,7 @@ Date: Fri Feb 19 14:43:39 2016 +0700 commit 568a0c60e8695a6ad8a93ec60d55b137c48890cb Author: Behdad Esfahbod -Date: Thu Feb 18 19:31:51 2016 +0700 +Date: Thu Feb 18 19:31:51 2016 +0700 Remove pointless overflow check in pointer math @@ -1812,19 +5186,19 @@ Date: Thu Feb 18 19:31:51 2016 +0700 commit aae2847099cbf05bf0668fbe526fc58736837c1b Author: Behdad Esfahbod -Date: Thu Feb 18 17:06:25 2016 +0700 +Date: Thu Feb 18 17:06:25 2016 +0700 Emoji skin tone modifiers need to be treated as combining marks Fixes https://github.com/behdad/harfbuzz/issues/169 src/hb-ot-layout-private.hh | 15 ++++++++++++++- - src/hb-unicode-private.hh | 5 +++-- + src/hb-unicode-private.hh | 5 +++-- 2 files changed, 17 insertions(+), 3 deletions(-) commit da41e48f0a1a6af6d44ef25185d2421a29bd4166 Author: Behdad Esfahbod -Date: Tue Feb 16 17:16:33 2016 +0700 +Date: Tue Feb 16 17:16:33 2016 +0700 [USE] Zero mark advances by GDEF early @@ -1833,17 +5207,17 @@ Date: Tue Feb 16 17:16:33 2016 +0700 Update tests to match. - src/hb-ot-shape-complex-use.cc | 2 +- - test/shaping/fonts/sha1sum/MANIFEST | 1 + + src/hb-ot-shape-complex-use.cc | 2 +- + test/shaping/fonts/sha1sum/MANIFEST | 1 + .../sha1sum/f518eb6f6b5eec2946c9fbbbde44e45d46f5e2ac.ttf | Bin 0 -> 1356 bytes - test/shaping/tests/context-matching.tests | 2 +- - test/shaping/tests/use.tests | 2 ++ + test/shaping/tests/context-matching.tests | 2 +- + test/shaping/tests/use.tests | 2 ++ 5 files changed, 5 insertions(+), 2 deletions(-) commit 86c68c7a2c971efe8e35b1f1bd99401dc8b688d2 Author: Behdad Esfahbod -Date: Tue Feb 16 16:07:20 2016 +0700 +Date: Tue Feb 16 16:07:20 2016 +0700 [GPOS] Fix interaction of mark attachments and cursive chaining @@ -1895,16 +5269,16 @@ Date: Tue Feb 16 16:07:20 2016 +0700 after cursive, things move together, period. - src/hb-ot-layout-gpos-table.hh | 31 + src/hb-ot-layout-gpos-table.hh | 31 +++++++++++---------- .../706c5d7b625f207bc0d874c67237aad6f1e9cd6f.ttf | Bin 0 -> 3868 bytes - test/shaping/fonts/sha1sum/MANIFEST | 1 + - test/shaping/tests/cursive-positioning.tests | 1 + + test/shaping/fonts/sha1sum/MANIFEST | 1 + + test/shaping/tests/cursive-positioning.tests | 1 + 4 files changed, 18 insertions(+), 15 deletions(-) commit 80c8855cfeffa028d74a25df884d0e5577c95c6c Author: Behdad Esfahbod -Date: Fri Feb 12 12:50:17 2016 +0700 +Date: Fri Feb 12 12:50:17 2016 +0700 Minor @@ -1913,7 +5287,7 @@ Date: Fri Feb 12 12:50:17 2016 +0700 commit 6ab920224c32e38072a0bec5e84d4b0d58b74167 Author: Behdad Esfahbod -Date: Thu Feb 11 16:57:52 2016 +0700 +Date: Thu Feb 11 16:57:52 2016 +0700 [GPOS] Minor @@ -1924,47 +5298,47 @@ Date: Thu Feb 11 16:57:52 2016 +0700 commit cbc3a76c5a38ab24f72e80357377711bd3f54d56 Author: Behdad Esfahbod -Date: Thu Feb 11 16:48:13 2016 +0700 +Date: Thu Feb 11 16:48:13 2016 +0700 [GPOS] Merge fixing of offsets for cursive and mark attachments Part of fixing https://github.com/behdad/harfbuzz/issues/211 - src/hb-buffer-private.hh | 3 +- + src/hb-buffer-private.hh | 3 +- src/hb-ot-layout-gpos-table.hh | 73 ++++++++++++++++++------------------------ 2 files changed, 33 insertions(+), 43 deletions(-) commit 7d8d58ac81fe267e29ea68cdc6f4a4fa8c22d40f Author: Behdad Esfahbod -Date: Thu Feb 11 16:34:28 2016 +0700 +Date: Thu Feb 11 16:34:28 2016 +0700 [GPOS] Divide position_finish() into two phases, for advances and offsets - Right now the position_finish_advances() is empty. To be used for + Right now the position_finish_advances() is empty. To be used for spacing attachments proposal later. src/hb-ot-layout-gpos-table.hh | 11 +++++++++-- src/hb-ot-layout-gsub-table.hh | 6 ------ - src/hb-ot-layout-private.hh | 19 +++++++++---------- - src/hb-ot-layout.cc | 16 ++++++++-------- - src/hb-ot-shape.cc | 7 +++---- + src/hb-ot-layout-private.hh | 19 +++++++++---------- + src/hb-ot-layout.cc | 16 ++++++++-------- + src/hb-ot-shape.cc | 7 +++---- 5 files changed, 29 insertions(+), 30 deletions(-) commit 8474231567a08873cc5e0aa08fea60316a04c27e Author: Behdad Esfahbod -Date: Thu Feb 11 16:27:41 2016 +0700 +Date: Thu Feb 11 16:27:41 2016 +0700 [ot] Minor shuffling code around src/hb-ot-layout-gpos-table.hh | 2 -- - src/hb-ot-shape.cc | 13 ++++++++----- + src/hb-ot-shape.cc | 13 ++++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) commit b0b11614e9fb9ecd1faae28b0ed71ac6bf5c1266 Author: Behdad Esfahbod -Date: Thu Feb 11 15:28:55 2016 +0700 +Date: Thu Feb 11 15:28:55 2016 +0700 [GPOS] Add harmless recursion in fix_mark_attachment() @@ -1975,7 +5349,7 @@ Date: Thu Feb 11 15:28:55 2016 +0700 commit 686567baab5a32ffea843538643e01de2885fa4f Author: Behdad Esfahbod -Date: Thu Feb 11 15:25:28 2016 +0700 +Date: Thu Feb 11 15:25:28 2016 +0700 [GPOS] Merge attach_chain() and cursive_chain() @@ -1987,7 +5361,7 @@ Date: Thu Feb 11 15:25:28 2016 +0700 commit 806ad8dc65931ab7893bff7d5592a67a9bd237ca Author: Behdad Esfahbod -Date: Thu Feb 11 14:53:11 2016 +0700 +Date: Thu Feb 11 14:53:11 2016 +0700 [GPOS] Minor shuffling @@ -1996,7 +5370,7 @@ Date: Thu Feb 11 14:53:11 2016 +0700 commit 0f6278d1fbb75856132f1fa2d29648979f033316 Author: Behdad Esfahbod -Date: Thu Feb 11 14:49:10 2016 +0700 +Date: Thu Feb 11 14:49:10 2016 +0700 [GPOS] Negate sign of attach_lookback(), and rename it to attach_chain() @@ -2010,25 +5384,25 @@ Date: Thu Feb 11 14:49:10 2016 +0700 commit 5b5dc2c0406d8180e72d97a54334c722fda325b1 Author: Behdad Esfahbod -Date: Thu Feb 11 12:15:38 2016 +0700 +Date: Thu Feb 11 12:15:38 2016 +0700 [tests] Add test for advance zeroing of an ASCII letter marked as mark in GDEF - test/shaping/fonts/sha1sum/MANIFEST | 1 + + test/shaping/fonts/sha1sum/MANIFEST | 1 + .../sha1sum/a98e908e2ed21b22228ea59ebcc0f05034c86f2e.ttf | Bin 0 -> 1016 bytes - test/shaping/tests/zero-width-marks.tests | 1 + + test/shaping/tests/zero-width-marks.tests | 1 + 3 files changed, 2 insertions(+) commit 660c9d3fc21172e8dc340b017122c084dac6334c Author: Behdad Esfahbod -Date: Thu Feb 11 12:14:27 2016 +0700 +Date: Thu Feb 11 12:14:27 2016 +0700 Remove font-dependent ASCII-only perf hack Is confusing. I already hit it myself. Remove. We can optimize - ASCII based on Unicode properties. But should not do based on + ASCII based on Unicode properties. But should not do based on assumptions on the font. src/hb-ot-shape.cc | 4 ---- @@ -2036,17 +5410,17 @@ Date: Thu Feb 11 12:14:27 2016 +0700 commit 3fe0cf10401875f1e9b8b5fbaf59826e64ea61d2 Author: Behdad Esfahbod -Date: Wed Feb 10 18:43:43 2016 +0700 +Date: Wed Feb 10 18:43:43 2016 +0700 Fix previous commit! - test/shaping/fonts/sha1sum/MANIFEST | 6 +++--- + test/shaping/fonts/sha1sum/MANIFEST | 6 +++--- test/shaping/tests/zero-width-marks.tests | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) commit 293a210eee0a53b59f4b33298f42ec6e59d785e0 Author: Behdad Esfahbod -Date: Wed Feb 10 18:39:59 2016 +0700 +Date: Wed Feb 10 18:39:59 2016 +0700 [tests] Fix fonts in cc4a78bf22c4a735b84c89b04be3bb531f42135e @@ -2068,17 +5442,17 @@ Date: Wed Feb 10 18:39:59 2016 +0700 commit eaadcbbc53e02838c847e53ef214a55d6915d677 Author: Behdad Esfahbod -Date: Wed Feb 10 18:29:54 2016 +0700 +Date: Wed Feb 10 18:29:54 2016 +0700 Remove now-unused mark zeroing BY_UNICODE src/hb-ot-shape-complex-private.hh | 2 -- - src/hb-ot-shape.cc | 29 ----------------------------- + src/hb-ot-shape.cc | 29 ----------------------------- 2 files changed, 31 deletions(-) commit cc4a78bf22c4a735b84c89b04be3bb531f42135e Author: Behdad Esfahbod -Date: Wed Feb 10 18:24:08 2016 +0700 +Date: Wed Feb 10 18:24:08 2016 +0700 [tests] Add tests for Latin mark zeroing @@ -2088,15 +5462,15 @@ Date: Wed Feb 10 18:24:08 2016 +0700 1448 bytes .../sha1sum/894e96a367f00c196d82e6243673a1d4414f4f6a.ttf | Bin 0 -> 1448 bytes - test/shaping/fonts/sha1sum/MANIFEST | 4 ++++ + test/shaping/fonts/sha1sum/MANIFEST | 4 ++++ .../sha1sum/fcdcffbdf1c4c97c05308d7600e4c283eb47dbca.ttf | Bin 0 -> 1344 bytes - test/shaping/tests/zero-width-marks.tests | 4 ++++ + test/shaping/tests/zero-width-marks.tests | 4 ++++ 6 files changed, 8 insertions(+) commit 55ff34b9c157a839d026465af8f30424ce7f891b Author: Behdad Esfahbod -Date: Wed Feb 10 18:20:02 2016 +0700 +Date: Wed Feb 10 18:20:02 2016 +0700 [tests] Add tests for Thai mark zeroing @@ -2106,15 +5480,15 @@ Date: Wed Feb 10 18:20:02 2016 +0700 1080 bytes .../sha1sum/8099955657a54e9ee38a6ba1d6f950ce58e3cc25.ttf | Bin 0 -> 1024 bytes - test/shaping/fonts/sha1sum/MANIFEST | 4 ++++ + test/shaping/fonts/sha1sum/MANIFEST | 4 ++++ .../sha1sum/bb0c53752e85c3d28973ebc913287b8987d3dfe8.ttf | Bin 0 -> 976 bytes - test/shaping/tests/zero-width-marks.tests | 4 ++++ + test/shaping/tests/zero-width-marks.tests | 4 ++++ 6 files changed, 8 insertions(+) commit b3582a8ee82942a931130a83b2867b239f8ca71a Author: Behdad Esfahbod -Date: Wed Feb 10 18:10:15 2016 +0700 +Date: Wed Feb 10 18:10:15 2016 +0700 Change default mark advance zeroing behavior from Unicode to GDEF @@ -2128,7 +5502,7 @@ Date: Wed Feb 10 18:10:15 2016 +0700 commit 43bb2b8fb00705c3334730a58ade7984181018b2 Author: Behdad Esfahbod -Date: Wed Feb 10 14:11:43 2016 +0700 +Date: Wed Feb 10 14:11:43 2016 +0700 Minor @@ -2136,9 +5510,9 @@ Date: Wed Feb 10 14:11:43 2016 +0700 1 file changed, 1 insertion(+), 1 deletion(-) commit bdaa784bb610ec65626d63cc068a0958ff5005fc -Merge: a168db4 f6ffba6 +Merge: a168db47 f6ffba63 Author: Behdad Esfahbod -Date: Wed Feb 10 11:11:36 2016 +0700 +Date: Wed Feb 10 11:11:36 2016 +0700 Merge pull request #164 from fanc999/msvc.build @@ -2146,7 +5520,7 @@ Date: Wed Feb 10 11:11:36 2016 +0700 commit a168db4739148459bc33c7dae88e73efa0153d72 Author: Behdad Esfahbod -Date: Wed Feb 10 11:10:08 2016 +0700 +Date: Wed Feb 10 11:10:08 2016 +0700 [README] Add ABI Tracker link @@ -2155,7 +5529,7 @@ Date: Wed Feb 10 11:10:08 2016 +0700 commit f6ffba634bb33d6d4b051abce9c23fcae280c3fe Author: Chun-wei Fan -Date: Wed Dec 9 14:57:15 2015 +0800 +Date: Wed Dec 9 14:57:15 2015 +0800 MSVC builds: Add support to build DirectWrite shaping backend @@ -2170,29 +5544,29 @@ Date: Wed Dec 9 14:57:15 2015 +0800 if a system shaping API is to be used. - win32/README.txt | 4 ++++ - win32/config-msvc.mak | 10 ++++++++++ + win32/README.txt | 4 ++++ + win32/config-msvc.mak | 10 ++++++++++ win32/config.h.win32.in | 3 +++ - win32/info-msvc.mak | 7 +++++++ + win32/info-msvc.mak | 7 +++++++ 4 files changed, 24 insertions(+) commit c6792854557ca104948e8f0b142c9384105b0d05 Author: Chun-wei Fan -Date: Wed Feb 3 18:31:23 2016 +0800 +Date: Wed Feb 3 18:31:23 2016 +0800 build: Build the DirectWrite sources if requested This adds to the autotools build system so that the (experimental) DirectWrite support for HarfBuzz is built (and dist'ed). - configure.ac | 25 +++++++++++++++++++++++++ + configure.ac | 25 +++++++++++++++++++++++++ src/Makefile.am | 7 +++++++ src/Makefile.sources | 3 +++ 3 files changed, 35 insertions(+) commit d7b6636e5ebf1ddf7d7a04007ffbc411cf7e462e Author: Chun-wei Fan -Date: Tue Nov 3 19:00:42 2015 +0800 +Date: Tue Nov 3 19:00:42 2015 +0800 build: Support Visual Studio builds using NMake @@ -2223,28 +5597,28 @@ Date: Tue Nov 3 19:00:42 2015 +0800 this has been checked successfully with 'make -j8 distcheck'. - BUILD.md | 4 +- - Makefile.am | 2 +- - configure.ac | 2 + - win32/Makefile.am | 14 +++ - win32/Makefile.vc | 52 +++++++++++ - win32/README.txt | 75 ++++++++++++++++ - win32/build-rules-msvc.mak | 140 ++++++++++++++++++++++++++++++ - win32/config-msvc.mak | 188 + BUILD.md | 4 +- + Makefile.am | 2 +- + configure.ac | 2 + + win32/Makefile.am | 14 +++ + win32/Makefile.vc | 52 +++++++++++ + win32/README.txt | 75 ++++++++++++++++ + win32/build-rules-msvc.mak | 140 ++++++++++++++++++++++++++++++ + win32/config-msvc.mak | 188 ++++++++++++++++++++++++++++++++++++++++ - win32/create-lists-msvc.mak | 151 ++++++++++++++++++++++++++++++++ - win32/create-lists.bat | 42 +++++++++ - win32/detectenv-msvc.mak | 136 +++++++++++++++++++++++++++++ - win32/generate-msvc.mak | 26 ++++++ + win32/create-lists-msvc.mak | 151 ++++++++++++++++++++++++++++++++ + win32/create-lists.bat | 42 +++++++++ + win32/detectenv-msvc.mak | 136 +++++++++++++++++++++++++++++ + win32/generate-msvc.mak | 26 ++++++ win32/hb-introspection-msvc.mak | 42 +++++++++ - win32/info-msvc.mak | 130 +++++++++++++++++++++++++++ - win32/install.mak | 29 +++++++ - win32/introspection-msvc.mak | 73 ++++++++++++++++ + win32/info-msvc.mak | 130 +++++++++++++++++++++++++++ + win32/install.mak | 29 +++++++ + win32/introspection-msvc.mak | 73 ++++++++++++++++ 16 files changed, 1104 insertions(+), 2 deletions(-) commit 5c3e7260bcb4999b8b7cb9afb26e6eaff867634b Author: Chun-wei Fan -Date: Tue Nov 3 18:52:46 2015 +0800 +Date: Tue Nov 3 18:52:46 2015 +0800 MSVC builds: Add a pre-configured config.h(.win32) template @@ -2266,7 +5640,7 @@ Date: Tue Nov 3 18:52:46 2015 +0800 commit 35ded3af74a5bc4b038a07308354d5f7501ae3c7 Author: Chun-wei Fan -Date: Tue Nov 3 16:56:27 2015 +0800 +Date: Tue Nov 3 16:56:27 2015 +0800 build: Move source listings into separate Makefile snippets @@ -2275,18 +5649,18 @@ Date: Tue Nov 3 16:56:27 2015 +0800 snippets, so that they may be shared between different Makefile-based build systems, such as NMake for Visual Studio. - src/Makefile.am | 165 + src/Makefile.am | 165 +++++++++---------------------------------- - src/Makefile.sources | 147 ++++++++++++++++++++++++++++++++++++++ + src/Makefile.sources | 147 ++++++++++++++++++++++++++++++++++++++ src/hb-ucdn/Makefile.am | 6 +- src/hb-ucdn/Makefile.sources | 4 ++ - util/Makefile.am | 34 ++------- - util/Makefile.sources | 32 +++++++++ + util/Makefile.am | 34 ++------- + util/Makefile.sources | 32 +++++++++ 6 files changed, 223 insertions(+), 165 deletions(-) commit b894a85ad1e7c3ecfb6d3732a7c9779f5462fe70 Author: Behdad Esfahbod -Date: Tue Feb 2 16:39:19 2016 +0800 +Date: Tue Feb 2 16:39:19 2016 +0800 Fix more hangs in case of buffer allocation errors @@ -2299,9 +5673,9 @@ Date: Tue Feb 2 16:39:19 2016 +0800 3 files changed, 3 insertions(+), 3 deletions(-) commit b693992ea160b66541f678dc9be29b513c77a30b -Merge: 9a6a33c 498574e +Merge: 9a6a33cc 498574e6 Author: Behdad Esfahbod -Date: Tue Feb 2 12:33:32 2016 +0800 +Date: Tue Feb 2 12:33:32 2016 +0800 Merge pull request #222 from n8willis/master @@ -2309,7 +5683,7 @@ Date: Tue Feb 2 12:33:32 2016 +0800 commit 498574e6c1a83bbd2768925af6e39806fe1ea8bb Author: n8willis -Date: Thu Jan 28 12:21:32 2016 -0600 +Date: Thu Jan 28 12:21:32 2016 -0600 Update Makefile.am @@ -2318,7 +5692,7 @@ Date: Thu Jan 28 12:21:32 2016 -0600 commit e12fc666994573dbabb6928a8b2e8698667088ce Author: n8willis -Date: Thu Jan 28 12:14:12 2016 -0600 +Date: Thu Jan 28 12:14:12 2016 -0600 Added initial usermanual chapter on cluster levels. @@ -2328,9 +5702,9 @@ Date: Thu Jan 28 12:14:12 2016 -0600 2 files changed, 305 insertions(+) commit 9a6a33ccbea8a2e23e779bd955958fa41974c1c7 -Merge: d05b783 146fe25 +Merge: d05b7833 146fe252 Author: Behdad Esfahbod -Date: Mon Jan 18 12:47:18 2016 +0100 +Date: Mon Jan 18 12:47:18 2016 +0100 Merge pull request #216 from mhosken/master @@ -2338,7 +5712,7 @@ Date: Mon Jan 18 12:47:18 2016 +0100 commit 146fe252c3ebd0253344ce20981554e40926497b Author: Martin Hosken -Date: Sat Jan 16 17:24:00 2016 -0600 +Date: Sat Jan 16 17:24:00 2016 -0600 Refactor graphite2 to make ovleraps into negative width spaces @@ -2348,7 +5722,7 @@ Date: Sat Jan 16 17:24:00 2016 -0600 commit d05b783322d90208b2ddf06a5ebffc7c301be3d7 Author: Behdad Esfahbod -Date: Tue Jan 12 16:17:21 2016 +0000 +Date: Tue Jan 12 16:17:21 2016 +0000 Fix compiler warning @@ -2359,7 +5733,7 @@ Date: Tue Jan 12 16:17:21 2016 +0000 commit d163dc18e66c9e2f404d09310482464245cae704 Author: Behdad Esfahbod -Date: Tue Jan 12 13:05:01 2016 +0000 +Date: Tue Jan 12 13:05:01 2016 +0000 Minor @@ -2368,7 +5742,7 @@ Date: Tue Jan 12 13:05:01 2016 +0000 commit 505b7d4732c6a8c423f43c0de46e05dc583e82c0 Author: Behdad Esfahbod -Date: Mon Jan 11 18:31:04 2016 +0000 +Date: Mon Jan 11 18:31:04 2016 +0000 [fuzzing] Fuzz input text @@ -2382,7 +5756,7 @@ Date: Mon Jan 11 18:31:04 2016 +0000 commit 3e704521f67e021fb51cda7319925fd39eba4f97 Author: Behdad Esfahbod -Date: Mon Jan 11 17:38:41 2016 +0000 +Date: Mon Jan 11 17:38:41 2016 +0000 [OT] Get list of lookup subtables once and loop through them @@ -2396,7 +5770,7 @@ Date: Mon Jan 11 17:38:41 2016 +0000 We might, in the future, collect subtables in the lookup_accel. That would also allow us to do a per-subtbale set-digest, which should speed things up some more, specially for ContextChainFormat3 - lookups... Amiri, for example, contains one lookup with 53 + lookups... Amiri, for example, contains one lookup with 53 subtables! src/hb-ot-layout.cc | 120 @@ -2405,17 +5779,17 @@ Date: Mon Jan 11 17:38:41 2016 +0000 commit 11441291bbf4326dca9b14ec3e9cad3d4d229303 Author: Behdad Esfahbod -Date: Mon Jan 11 13:16:35 2016 +0000 +Date: Mon Jan 11 13:16:35 2016 +0000 1.1.3 - NEWS | 29 +++++++++++++++++++++++++++++ + NEWS | 29 +++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) commit 97624d9244de0fdb9c03f60e03fe242028efa8a1 Author: Behdad Esfahbod -Date: Mon Jan 11 12:58:45 2016 +0000 +Date: Mon Jan 11 12:58:45 2016 +0000 [docs] Minor fixes. @@ -2424,7 +5798,7 @@ Date: Mon Jan 11 12:58:45 2016 +0000 commit a39ff95fce39226e80850ff251cb34a7aad12bd7 Author: Behdad Esfahbod -Date: Mon Jan 11 12:28:37 2016 +0000 +Date: Mon Jan 11 12:28:37 2016 +0000 [coretext] Speed up CoreText font fallback @@ -2435,7 +5809,7 @@ Date: Mon Jan 11 12:28:37 2016 +0000 commit 5afebbdcb2dab0e9a42d580df629d8e60b50d2f9 Author: Behdad Esfahbod -Date: Thu Jan 7 22:53:59 2016 +0000 +Date: Thu Jan 7 22:53:59 2016 +0000 Add Homebrew build instructions @@ -2444,7 +5818,7 @@ Date: Thu Jan 7 22:53:59 2016 +0000 commit e8a27d79476a5d7a83cf2287d92ca291257546f4 Author: Behdad Esfahbod -Date: Thu Jan 7 22:52:16 2016 +0000 +Date: Thu Jan 7 22:52:16 2016 +0000 Don't build hb-fuzzer in "make", only "make check" @@ -2453,7 +5827,7 @@ Date: Thu Jan 7 22:52:16 2016 +0000 commit 25671466d245449187f8ab17e1a233f1d087d5ed Author: Behdad Esfahbod -Date: Thu Jan 7 19:11:41 2016 +0000 +Date: Thu Jan 7 19:11:41 2016 +0000 Add 9 reserved entries to hb_font_extents_t @@ -2465,7 +5839,7 @@ Date: Thu Jan 7 19:11:41 2016 +0000 commit e6d5e4c3106180cb22253c2c278b40f7c4c98f2f Author: Behdad Esfahbod -Date: Wed Jan 6 12:29:50 2016 +0000 +Date: Wed Jan 6 12:29:50 2016 +0000 [uniscribe] Fix negative advance @@ -2476,21 +5850,21 @@ Date: Wed Jan 6 12:29:50 2016 +0000 commit 99d34955762d0fff4b66a30e6fbe65fd1cf9976b Author: Behdad Esfahbod -Date: Wed Jan 6 12:20:47 2016 +0000 +Date: Wed Jan 6 12:20:47 2016 +0000 [test] Add test text for Kaithi - test/shaping/texts/in-tree/shaper-hangul/MANIFEST | 1 + - test/shaping/texts/in-tree/shaper-hebrew/MANIFEST | 1 + - test/shaping/texts/in-tree/shaper-tibetan/MANIFEST | 1 + - test/shaping/texts/in-tree/shaper-use/MANIFEST | 1 + + test/shaping/texts/in-tree/shaper-hangul/MANIFEST | 1 + + test/shaping/texts/in-tree/shaper-hebrew/MANIFEST | 1 + + test/shaping/texts/in-tree/shaper-tibetan/MANIFEST | 1 + + test/shaping/texts/in-tree/shaper-use/MANIFEST | 1 + test/shaping/texts/in-tree/shaper-use/script-kaithi/MANIFEST | 1 + test/shaping/texts/in-tree/shaper-use/script-kaithi/misc.txt | 6 ++++++ 6 files changed, 11 insertions(+) commit 53c47c85827a7e3ca82000e3baa9aa87c5770ce9 Author: Behdad Esfahbod -Date: Tue Jan 5 13:26:20 2016 +0000 +Date: Tue Jan 5 13:26:20 2016 +0000 Increase sanitize edit count from 8 to 32 @@ -2501,7 +5875,7 @@ Date: Tue Jan 5 13:26:20 2016 +0000 commit da2fcfdc51a2cc0d0a782efa6c91b733f7aa84ba Author: Behdad Esfahbod -Date: Tue Jan 5 13:23:45 2016 +0000 +Date: Tue Jan 5 13:23:45 2016 +0000 Don't count fixing-up FeatureParams offset as error @@ -2520,7 +5894,7 @@ Date: Tue Jan 5 13:23:45 2016 +0000 commit d0adc80965506810820f9ec165b8df80cc8907e3 Author: Behdad Esfahbod -Date: Sat Jan 2 13:25:18 2016 +0000 +Date: Sat Jan 2 13:25:18 2016 +0000 Check magicNumber in head table during sanitize @@ -2528,9 +5902,9 @@ Date: Sat Jan 2 13:25:18 2016 +0000 1 file changed, 3 insertions(+), 1 deletion(-) commit 3a48c776701a919e11b067129586e40372d90d54 -Merge: 9230911 4b4948d +Merge: 9230911f 4b4948d3 Author: Behdad Esfahbod -Date: Sat Jan 2 00:59:14 2016 +0000 +Date: Sat Jan 2 00:59:14 2016 +0000 Merge pull request #208 from khaledhosny/travis-trusty @@ -2538,7 +5912,7 @@ Date: Sat Jan 2 00:59:14 2016 +0000 commit 4b4948d360a2141e0ffda2994aa308645dc32f59 Author: Khaled Hosny -Date: Sat Jan 2 00:36:19 2016 +0400 +Date: Sat Jan 2 00:36:19 2016 +0400 [travis] Try building on Trusty @@ -2551,7 +5925,7 @@ Date: Sat Jan 2 00:36:19 2016 +0400 commit 9230911facf90c06626e54023ca4d99f5e05f1a4 Author: Behdad Esfahbod -Date: Fri Jan 1 19:06:43 2016 +0000 +Date: Fri Jan 1 19:06:43 2016 +0000 [travis] Only run coveralls if testing behdad/harfbuzz @@ -2562,9 +5936,9 @@ Date: Fri Jan 1 19:06:43 2016 +0000 1 file changed, 1 insertion(+), 1 deletion(-) commit 6f66f05757d3d5738571b3d4ee40afffb8f26ff9 -Merge: bfdf684 9ab9f97 +Merge: bfdf684f 9ab9f974 Author: Behdad Esfahbod -Date: Fri Jan 1 16:44:01 2016 +0000 +Date: Fri Jan 1 16:44:01 2016 +0000 Merge pull request #207 from khaledhosny/docs-4 @@ -2572,32 +5946,32 @@ Date: Fri Jan 1 16:44:01 2016 +0000 commit 9ab9f974d42e0001966e243a23a64e6aefbd4764 Author: Khaled Hosny -Date: Fri Jan 1 20:38:21 2016 +0400 +Date: Fri Jan 1 20:38:21 2016 +0400 [docs] More buffers documentation docs/harfbuzz-sections.txt | 4 +- src/hb-buffer-serialize.cc | 85 ++++++++++++++++++++++++++++++------------- - src/hb-buffer.cc | 91 + src/hb-buffer.cc | 91 +++++++++++++++++++++++++++++++++++----------- - src/hb-buffer.h | 78 +++++++++++++++++++++++++-------------- - src/hb-shape.cc | 10 +++-- + src/hb-buffer.h | 78 +++++++++++++++++++++++++-------------- + src/hb-shape.cc | 10 +++-- 5 files changed, 187 insertions(+), 81 deletions(-) commit bfdf684f7957645dd016fbf76700c5911c4bee2d -Merge: d7ed6f5 85c2443 +Merge: d7ed6f50 85c2443b Author: Behdad Esfahbod -Date: Wed Dec 30 22:20:14 2015 +0100 +Date: Wed Dec 30 22:20:14 2015 +0100 Merge pull request #205 from khaledhosny/more-docs More docs commit d7ed6f50b4ff13a94701131913d931f13a4d1266 -Merge: b758e5e a7f0e25 +Merge: b758e5ea a7f0e25d Author: Behdad Esfahbod -Date: Wed Dec 30 22:20:00 2015 +0100 +Date: Wed Dec 30 22:20:00 2015 +0100 Merge pull request #206 from nico/patch-3 @@ -2605,7 +5979,7 @@ Date: Wed Dec 30 22:20:00 2015 +0100 commit a7f0e25dafa90bd21b01c38cb0782ade54b75cdc Author: Nico Weber -Date: Wed Dec 30 16:05:52 2015 -0500 +Date: Wed Dec 30 16:05:52 2015 -0500 Remove unused HB_SHAPER_DATA_ENSURE_DECLARE lines. @@ -2620,7 +5994,7 @@ Date: Wed Dec 30 16:05:52 2015 -0500 commit 85c2443b737335b77c7e9bb6fd6741912f70fcef Author: Khaled Hosny -Date: Wed Dec 30 22:57:04 2015 +0400 +Date: Wed Dec 30 22:57:04 2015 +0400 [docs] Reduce gtkdoc-check errors @@ -2635,7 +6009,7 @@ Date: Wed Dec 30 22:57:04 2015 +0400 commit 9cffe329f15b3a74a3af4e68c1884f1dbda49666 Author: Khaled Hosny -Date: Wed Dec 30 22:50:08 2015 +0400 +Date: Wed Dec 30 22:50:08 2015 +0400 [docs] Typo @@ -2643,9 +6017,9 @@ Date: Wed Dec 30 22:50:08 2015 +0400 1 file changed, 1 insertion(+), 1 deletion(-) commit b758e5ea223eced0fde9a3e62d0fdf04c04914a1 -Merge: 266bfa3 8b1224f +Merge: 266bfa37 8b1224f0 Author: Behdad Esfahbod -Date: Wed Dec 30 16:44:19 2015 +0100 +Date: Wed Dec 30 16:44:19 2015 +0100 Merge pull request #203 from nico/patch-1 @@ -2653,7 +6027,7 @@ Date: Wed Dec 30 16:44:19 2015 +0100 commit 266bfa3772e75fedcd93db22bf8672a13ad7a7d9 Author: Behdad Esfahbod -Date: Wed Dec 30 16:25:48 2015 +0100 +Date: Wed Dec 30 16:25:48 2015 +0100 [docs] Minor @@ -2662,17 +6036,17 @@ Date: Wed Dec 30 16:25:48 2015 +0100 commit d08035f8f15b7ddd89a318ea34bc386a9e33a8ea Author: Behdad Esfahbod -Date: Wed Dec 30 16:15:36 2015 +0100 +Date: Wed Dec 30 16:15:36 2015 +0100 [docs] Fix up build, really .ci/deploy-docs.sh | 9 ++++----- - .travis.yml | 2 +- + .travis.yml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) commit 0d45c3cf63692151166ca7071f755dfaa8922a67 Author: Behdad Esfahbod -Date: Wed Dec 30 16:09:39 2015 +0100 +Date: Wed Dec 30 16:09:39 2015 +0100 [docs] Turn bash tracing on @@ -2681,7 +6055,7 @@ Date: Wed Dec 30 16:09:39 2015 +0100 commit 33b2d981a0b12ea165ef9282204a73f4a1ce0477 Author: Behdad Esfahbod -Date: Wed Dec 30 15:56:56 2015 +0100 +Date: Wed Dec 30 15:56:56 2015 +0100 [docs] Another try, not sure why the bot isn't building @@ -2690,7 +6064,7 @@ Date: Wed Dec 30 15:56:56 2015 +0100 commit f3a051149b3b565b5ad4e489bf730c5203c3549e Author: Behdad Esfahbod -Date: Wed Dec 30 15:45:43 2015 +0100 +Date: Wed Dec 30 15:45:43 2015 +0100 [docs] Shuffling code around in deploy-docs.sh @@ -2700,9 +6074,9 @@ Date: Wed Dec 30 15:45:43 2015 +0100 1 file changed, 27 insertions(+), 19 deletions(-) commit 8f31d0a94b27bb658aabe600472fc10bc47885f6 -Merge: 9d280cf fb192c2 +Merge: 9d280cf4 fb192c26 Author: Behdad Esfahbod -Date: Wed Dec 30 15:13:37 2015 +0100 +Date: Wed Dec 30 15:13:37 2015 +0100 Merge pull request #202 from khaledhosny/doc-fixes @@ -2710,52 +6084,52 @@ Date: Wed Dec 30 15:13:37 2015 +0100 commit fb192c263e17081c87f4cc971274d9be42f19513 Author: Khaled Hosny -Date: Wed Dec 30 15:05:50 2015 +0400 +Date: Wed Dec 30 15:05:50 2015 +0400 [docs] A bit more buffers documentation docs/harfbuzz-sections.txt | 2 ++ - src/hb-buffer.cc | 7 +++--- - src/hb-buffer.h | 56 + src/hb-buffer.cc | 7 +++--- + src/hb-buffer.h | 56 ++++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 60 insertions(+), 5 deletions(-) commit 8ab797c5b86c33eab6ee024471fd3c147325d26a Author: Khaled Hosny -Date: Tue Dec 29 17:42:16 2015 +0400 +Date: Tue Dec 29 17:42:16 2015 +0400 [docs] A bit more buffers documentation docs/harfbuzz-sections.txt | 60 +++++++++++++++--------------- - src/hb-buffer.cc | 93 + src/hb-buffer.cc | 93 +++++++++++++++++++++++++++++++--------------- - src/hb-buffer.h | 7 +++- - src/hb-common.cc | 43 +++++++++++++-------- - src/hb-common.h | 15 +++++--- + src/hb-buffer.h | 7 +++- + src/hb-common.cc | 43 +++++++++++++-------- + src/hb-common.h | 15 +++++--- 5 files changed, 135 insertions(+), 83 deletions(-) commit f18d2226b62f20d29e6299c01ae8467c725ea971 Author: Khaled Hosny -Date: Tue Dec 29 15:21:20 2015 +0400 +Date: Tue Dec 29 15:21:20 2015 +0400 [docs] Some documentation on buffers Some of it (create, reference, destroy) are adapted from Cairo docs. docs/harfbuzz-sections.txt | 55 +++++++------- - src/hb-buffer.cc | 174 + src/hb-buffer.cc | 174 +++++++++++++++++++++++++++------------------ 2 files changed, 132 insertions(+), 97 deletions(-) commit d7bf9d05c519a369a7b3a02e9ed5ecc05a20cd3e Author: Khaled Hosny -Date: Tue Dec 29 02:23:24 2015 +0400 +Date: Tue Dec 29 02:23:24 2015 +0400 [docs] Fix comment syntax To lower the number of gtk-doc warnings. - .travis.yml | 2 +- + .travis.yml | 2 +- src/hb-directwrite.cc | 4 ++-- src/hb-ot-layout.cc | 14 ++++++++++++++ src/hb-unicode.h | 16 ++++++++++++++++ @@ -2763,7 +6137,7 @@ Date: Tue Dec 29 02:23:24 2015 +0400 commit 8b1224f0eece7a5b6846e206333e57ac4653a705 Author: Nico Weber -Date: Mon Dec 28 21:31:28 2015 -0500 +Date: Mon Dec 28 21:31:28 2015 -0500 Remove unused `retry:` label. @@ -2775,7 +6149,7 @@ Date: Mon Dec 28 21:31:28 2015 -0500 commit 1f5559293f9bb1b4e911f4bdecf276ff1f6ae01c Author: Khaled Hosny -Date: Tue Dec 29 02:15:21 2015 +0400 +Date: Tue Dec 29 02:15:21 2015 +0400 [docs] Ignore the new HB_EXTERN decoration @@ -2786,7 +6160,7 @@ Date: Tue Dec 29 02:15:21 2015 +0400 commit 9d280cf49f25181f64c978752f926b79e7c3746a Author: Khaled Hosny -Date: Sat Dec 26 06:45:51 2015 +0400 +Date: Sat Dec 26 06:45:51 2015 +0400 Fix previous commit @@ -2795,7 +6169,7 @@ Date: Sat Dec 26 06:45:51 2015 +0400 commit b789199f107912cfce5e4a95d6152f9a1a7993f2 Author: Khaled Hosny -Date: Sat Dec 26 06:35:08 2015 +0400 +Date: Sat Dec 26 06:35:08 2015 +0400 [travis] Build docs only on tagged revisions @@ -2806,7 +6180,7 @@ Date: Sat Dec 26 06:35:08 2015 +0400 commit e5b90c08a4c1f475560209a5e47628f695606d89 Author: Behdad Esfahbod -Date: Fri Dec 25 18:41:41 2015 +0100 +Date: Fri Dec 25 18:41:41 2015 +0100 [travis] Remove secure var @@ -2815,13 +6189,13 @@ Date: Fri Dec 25 18:41:41 2015 +0100 to set the var here. .ci/deploy-docs.sh | 2 +- - .travis.yml | 1 - + .travis.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) commit e75c1ffdf548185ce1f1df7937f0d028e5e40efe -Merge: 6173c2a d25317f +Merge: 6173c2a6 d25317f6 Author: Behdad Esfahbod -Date: Fri Dec 25 18:21:08 2015 +0100 +Date: Fri Dec 25 18:21:08 2015 +0100 Merge pull request #199 from behdad/travis-docs @@ -2829,7 +6203,7 @@ Date: Fri Dec 25 18:21:08 2015 +0100 commit 6173c2a6fc6ea0bf812f7f398770b5342974f9bf Author: Behdad Esfahbod -Date: Fri Dec 25 18:18:23 2015 +0100 +Date: Fri Dec 25 18:18:23 2015 +0100 Fix flaky test @@ -2841,14 +6215,14 @@ Date: Fri Dec 25 18:18:23 2015 +0100 ...> 1c2fb74c1b2aa173262734c1f616148f1648cfd6.ttf} | Bin 4064 -> 4064 bytes - test/shaping/fonts/sha1sum/MANIFEST | 2 +- - test/shaping/tests/ligature-id.tests | 70 + test/shaping/fonts/sha1sum/MANIFEST | 2 +- + test/shaping/tests/ligature-id.tests | 70 ++++++++++----------- 3 files changed, 36 insertions(+), 36 deletions(-) commit 3fcae6d82da389c9944386a8ab41eb1c13b99330 Author: Behdad Esfahbod -Date: Fri Dec 25 18:18:02 2015 +0100 +Date: Fri Dec 25 18:18:02 2015 +0100 [tests] Add --reference, for re-recording tests @@ -2857,28 +6231,28 @@ Date: Fri Dec 25 18:18:02 2015 +0100 commit d25317f67f3c5c77f9059961935b0f35cbaa9ac4 Author: Khaled Hosny -Date: Wed Dec 23 01:29:48 2015 +0400 +Date: Wed Dec 23 01:29:48 2015 +0400 Move more docs from FreeDesktop page - docs/Makefile.am | 1 + - docs/harfbuzz-docs.xml | 15 ++++---- + docs/Makefile.am | 1 + + docs/harfbuzz-docs.xml | 15 ++++---- docs/usermanual-install-harfbuzz.xml | 70 ++++++++++++++++++++++++++++++++++++ 3 files changed, 80 insertions(+), 6 deletions(-) commit 493a92220844c8996be67c8a7a2c5447942fe2c1 Author: Khaled Hosny -Date: Wed Dec 23 00:33:41 2015 +0400 +Date: Wed Dec 23 00:33:41 2015 +0400 Rename user manual files Use chapter ids instead of numbers, so that we can reorder them, introduce new ones etc. without the numbers becoming out of date. - docs/Makefile.am | 12 + docs/Makefile.am | 12 ++++++------ - docs/harfbuzz-docs.xml | 12 + docs/harfbuzz-docs.xml | 12 ++++++------ ... => usermanual-buffers-language-script-and-direction.xml} | 0 docs/{usermanual-ch04.xml => usermanual-fonts-and-faces.xml} | 0 @@ -2890,18 +6264,18 @@ Date: Wed Dec 23 00:33:41 2015 +0400 commit 4dc2265918089ee08c6d82eed0cfd41e02d7d231 Author: Khaled Hosny -Date: Wed Dec 23 00:26:20 2015 +0400 +Date: Wed Dec 23 00:26:20 2015 +0400 Intro from freedesktop.org/wiki/Software/HarfBuzz/ - docs/HarfBuzz.png | Bin 0 -> 3419 bytes - docs/Makefile.am | 3 ++- + docs/HarfBuzz.png | Bin 0 -> 3419 bytes + docs/Makefile.am | 3 ++- docs/harfbuzz-docs.xml | 31 ++++++++++++++++++++++++++++++- 3 files changed, 32 insertions(+), 2 deletions(-) commit 22b07782ced6503a0bf33f2fe157b70540238f6d Author: Khaled Hosny -Date: Mon Dec 14 23:33:51 2015 +0400 +Date: Mon Dec 14 23:33:51 2015 +0400 Deploy docs to gh-pages branch from Travis builds @@ -2909,12 +6283,12 @@ Date: Mon Dec 14 23:33:51 2015 +0400 them available at http://behdad.github.io/harfbuzz/ .ci/deploy-docs.sh | 25 +++++++++++++++++++++++++ - .travis.yml | 4 ++++ + .travis.yml | 4 ++++ 2 files changed, 29 insertions(+) commit fc38e6034c76d5450f5398d667184bc3696efcc4 Author: Behdad Esfahbod -Date: Wed Dec 23 14:50:53 2015 +0100 +Date: Wed Dec 23 14:50:53 2015 +0100 [layout] Collect coverage glyphs in PairPos @@ -2926,7 +6300,7 @@ Date: Wed Dec 23 14:50:53 2015 +0100 commit 8718dae818b22c3933c33bdfc8a7413ef4c3110a Author: Behdad Esfahbod -Date: Fri Dec 18 19:53:40 2015 +0000 +Date: Fri Dec 18 19:53:40 2015 +0000 [python] Hook up sample debugger @@ -2935,7 +6309,7 @@ Date: Fri Dec 18 19:53:40 2015 +0000 commit 0475ef2f97e3035a2eea9a0f96031331e07e8e29 Author: Behdad Esfahbod -Date: Fri Dec 18 18:17:07 2015 +0000 +Date: Fri Dec 18 18:17:07 2015 +0000 [buffer] Add debugging, aka, message, API @@ -2946,26 +6320,26 @@ Date: Fri Dec 18 18:17:07 2015 +0000 is specified. src/hb-buffer-private.hh | 18 ++++++++++++++++++ - src/hb-buffer.cc | 44 + src/hb-buffer.cc | 44 ++++++++++++++++++++++++++++++++++++++++++++ - src/hb-buffer.h | 15 +++++++++++++++ - src/hb-ot-layout.cc | 12 ++---------- + src/hb-buffer.h | 15 +++++++++++++++ + src/hb-ot-layout.cc | 12 ++---------- util/main-font-text.hh | 18 ++++++++++++++++++ 5 files changed, 97 insertions(+), 10 deletions(-) commit 9ea0aa43ac5cf243b698aae0ec80241b5efd7488 Author: Behdad Esfahbod -Date: Fri Dec 18 17:30:18 2015 +0000 +Date: Fri Dec 18 17:30:18 2015 +0000 Don't deserialize positions if buffer has no positions src/hb-buffer-serialize.cc | 3 +++ - src/hb-ot-layout.cc | 2 -- + src/hb-ot-layout.cc | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) commit 862b1644e9469a7e70555141f53729409d50d0d2 Author: Behdad Esfahbod -Date: Fri Dec 18 13:54:06 2015 +0000 +Date: Fri Dec 18 13:54:06 2015 +0000 [use] Only set syllable-based topographical features if not Arabic-joining @@ -2975,7 +6349,7 @@ Date: Fri Dec 18 13:54:06 2015 +0000 commit 45b7ec365225109eb0854e6c417f48860b5f24af Author: Behdad Esfahbod -Date: Fri Dec 18 13:47:16 2015 +0000 +Date: Fri Dec 18 13:47:16 2015 +0000 [indic] Followup fix for Malayalam context matching @@ -3001,7 +6375,7 @@ Date: Fri Dec 18 13:47:16 2015 +0000 commit 2813e3049a69d64e5395f68c52c4690e1d256d55 Author: Behdad Esfahbod -Date: Fri Dec 18 11:05:11 2015 +0000 +Date: Fri Dec 18 11:05:11 2015 +0000 [indic] Update data tables to Unicode 8.0 @@ -3025,17 +6399,17 @@ Date: Fri Dec 18 11:05:11 2015 +0000 MYANMAR: 1123865 out of 1123883 tests passed. 18 failed (0.00160159%) - src/gen-indic-table.py | 1 + + src/gen-indic-table.py | 1 + src/hb-ot-shape-complex-indic-private.hh | 40 ++-- src/hb-ot-shape-complex-indic-table.cc | 372 ++++++++++++++++++------------- - src/hb-ot-shape-complex-indic.cc | 23 +- - src/hb-ot-shape-complex-myanmar.cc | 4 + + src/hb-ot-shape-complex-indic.cc | 23 +- + src/hb-ot-shape-complex-myanmar.cc | 4 + 5 files changed, 244 insertions(+), 196 deletions(-) commit fc06cff40f136440f6402d0a5e735e2a4a3c062a Author: Behdad Esfahbod -Date: Thu Dec 17 17:47:35 2015 +0000 +Date: Thu Dec 17 17:47:35 2015 +0000 Remove HB_OT_SHAPE_ZERO_WIDTH_MARKS_DEFAULT @@ -3049,12 +6423,12 @@ Date: Thu Dec 17 17:47:35 2015 +0000 commit 508cc3d3cfcfb0383df0fe795cc28db4e0fd5729 Author: Behdad Esfahbod -Date: Thu Dec 17 17:31:17 2015 +0000 +Date: Thu Dec 17 17:31:17 2015 +0000 [indic] Allow context when matching for Malayalam new-spec Test sequence: - U+0995,U+09CD,U+09B0 + U+0995,U+09CD,U+09B0 With Nirmala shipped on Windows 10, this failed to form the below form. @@ -3067,7 +6441,7 @@ Date: Thu Dec 17 17:31:17 2015 +0000 commit eaf1e93ef1ee19a3e72d781e8abbd7f1165c1618 Author: Behdad Esfahbod -Date: Thu Dec 17 16:57:47 2015 +0000 +Date: Thu Dec 17 16:57:47 2015 +0000 [uniscribe] Handle E_NOT_SUFFICIENT_BUFFER as well as E_OUTOFMEMORY @@ -3085,11 +6459,11 @@ Date: Thu Dec 17 16:57:47 2015 +0000 commit 21e5d7edc4f28157254ef29a8ac247f3a572f6a6 Author: Behdad Esfahbod -Date: Thu Dec 17 16:28:38 2015 +0000 +Date: Thu Dec 17 16:28:38 2015 +0000 [util] Use O_BINARY instead of _O_BINARY - The latter doesn't seem to be available in Cygwin. I'm surprised it + The latter doesn't seem to be available in Cygwin. I'm surprised it compiled before... util/options.cc | 4 ++-- @@ -3097,7 +6471,7 @@ Date: Thu Dec 17 16:28:38 2015 +0000 commit 100fbeaf196515774c985ee839d0fa0695f9a6fa Author: Behdad Esfahbod -Date: Thu Dec 17 15:23:09 2015 +0000 +Date: Thu Dec 17 15:23:09 2015 +0000 Fix ligature component of a mark happening after a ligature within a ligature! @@ -3111,7 +6485,7 @@ Date: Thu Dec 17 15:23:09 2015 +0000 commit 2f02fc79a5018e3348fccf366c470803554e1e58 Author: Behdad Esfahbod -Date: Thu Dec 17 15:21:14 2015 +0000 +Date: Thu Dec 17 15:21:14 2015 +0000 Improve ligature-component handling @@ -3124,24 +6498,24 @@ Date: Thu Dec 17 15:21:14 2015 +0000 Fixes https://github.com/behdad/harfbuzz/issues/198 - src/hb-ot-layout-gsubgpos-private.hh | 12 +++++-- - test/shaping/Makefile.am | 1 + - test/shaping/fonts/sha1sum/MANIFEST | 1 + + src/hb-ot-layout-gsubgpos-private.hh | 12 +++++-- + test/shaping/Makefile.am | 1 + + test/shaping/fonts/sha1sum/MANIFEST | 1 + .../c78d1f25ea1df1210414f2fe2e0e1e53082bba76.ttf | Bin 0 -> 4064 bytes - test/shaping/tests/MANIFEST | 1 + - test/shaping/tests/ligature-id.tests | 35 + test/shaping/tests/MANIFEST | 1 + + test/shaping/tests/ligature-id.tests | 35 +++++++++++++++++++++ 6 files changed, 47 insertions(+), 3 deletions(-) commit 2ab0de9fbd03231b647345b01e31b136e2e00978 Author: Behdad Esfahbod -Date: Thu Dec 17 11:59:15 2015 +0000 +Date: Thu Dec 17 11:59:15 2015 +0000 [use] Fix halant detection Before, we were just checking the use_category(). This detects as halant a ligature that had the halant as first glyph (as seen in - NotoSansBalinese.) Change that to use the is_ligated() glyph prop + NotoSansBalinese.) Change that to use the is_ligated() glyph prop bit. The font is forming this ligature in ccmp, which is before the rphf / pref tests. So we need to make sure the "ligated" bit survives those tests. Since those only check the "substituted" bit, @@ -3149,20 +6523,20 @@ Date: Thu Dec 17 11:59:15 2015 +0000 Fixes https://github.com/behdad/harfbuzz/issues/180 - src/hb-ot-layout-private.hh | 6 ++---- - src/hb-ot-shape-complex-use.cc | 19 + src/hb-ot-layout-private.hh | 6 ++---- + src/hb-ot-shape-complex-use.cc | 19 ++++++++++++------- - test/shaping/Makefile.am | 1 + - test/shaping/fonts/sha1sum/MANIFEST | 1 + + test/shaping/Makefile.am | 1 + + test/shaping/fonts/sha1sum/MANIFEST | 1 + .../fbb6c84c9e1fe0c39e152fbe845e51fd81f6748e.ttf | Bin 0 -> 2616 bytes - test/shaping/tests/MANIFEST | 1 + - test/shaping/tests/use.tests | 1 + + test/shaping/tests/MANIFEST | 1 + + test/shaping/tests/use.tests | 1 + 7 files changed, 18 insertions(+), 11 deletions(-) commit 86bcbd65b0d98357fb3d67a2f4f2a704ace55e10 Author: Behdad Esfahbod -Date: Thu Dec 17 11:04:33 2015 +0000 +Date: Thu Dec 17 11:04:33 2015 +0000 [arabic] Use glyph advance width in apply_stch() instead of extents @@ -3173,7 +6547,7 @@ Date: Thu Dec 17 11:04:33 2015 +0000 commit f11c11a1f123ef245e59ba892230db14170a8e5a Author: Behdad Esfahbod -Date: Wed Dec 16 17:08:36 2015 +0100 +Date: Wed Dec 16 17:08:36 2015 +0100 Fix Since: tags for new API @@ -3183,9 +6557,9 @@ Date: Wed Dec 16 17:08:36 2015 +0100 1 file changed, 3 insertions(+), 3 deletions(-) commit 15f2c055c17c54b0a6ae6eef50dcda13c58cda75 -Merge: 49e7263 a13b023 +Merge: 49e72634 a13b023d Author: Behdad Esfahbod -Date: Mon Dec 14 14:19:03 2015 +0100 +Date: Mon Dec 14 14:19:03 2015 +0100 Merge pull request #196 from srl295/aix @@ -3193,7 +6567,7 @@ Date: Mon Dec 14 14:19:03 2015 +0100 commit a13b023dbfd0532e8cd74c356fbbd4453d0ffaa0 Author: Steven R. Loomis -Date: Fri Dec 11 10:21:27 2015 -0800 +Date: Fri Dec 11 10:21:27 2015 -0800 AIX fixes @@ -3209,12 +6583,12 @@ Date: Fri Dec 11 10:21:27 2015 -0800 src/check-header-guards.sh | 5 ++--- src/hb-font-private.hh | 2 +- src/hb-open-type-private.hh | 3 --- - src/hb-private.hh | 2 ++ + src/hb-private.hh | 2 ++ 4 files changed, 5 insertions(+), 7 deletions(-) commit 49e72634af74a9fbad01f42f48e104218413acc0 Author: Behdad Esfahbod -Date: Thu Dec 10 17:44:19 2015 +0100 +Date: Thu Dec 10 17:44:19 2015 +0100 Limit use of AIX intrinsics to IBM's compiler @@ -3222,9 +6596,9 @@ Date: Thu Dec 10 17:44:19 2015 +0100 1 file changed, 1 insertion(+), 1 deletion(-) commit e1d4d0f1dbd8518b5672245c05d73f22a9ed03ea -Merge: 70b33ed 808d3fc +Merge: 70b33eda 808d3fc0 Author: Behdad Esfahbod -Date: Thu Dec 10 16:56:07 2015 +0100 +Date: Thu Dec 10 16:56:07 2015 +0100 Merge branch 'font-extents' @@ -3232,7 +6606,7 @@ Date: Thu Dec 10 16:56:07 2015 +0100 commit 808d3fc0eadd379909f2a0308fd3db474f1efde8 Author: Behdad Esfahbod -Date: Thu Dec 10 16:55:16 2015 +0100 +Date: Thu Dec 10 16:55:16 2015 +0100 [util] Port hb-view to use font metrics from HarfBuzz instead of cairo @@ -3242,7 +6616,7 @@ Date: Thu Dec 10 16:55:16 2015 +0100 commit 31fa3892947138c7950303ea3719bb5ceb813625 Author: Behdad Esfahbod -Date: Thu Dec 10 16:38:29 2015 +0100 +Date: Thu Dec 10 16:38:29 2015 +0100 [ft] Use ftface->size->metrics for font extent info @@ -3251,7 +6625,7 @@ Date: Thu Dec 10 16:38:29 2015 +0100 commit 3ad16048fdd841f31f1cb98d7ff9ea1871841146 Author: Behdad Esfahbod -Date: Thu Dec 10 16:37:49 2015 +0100 +Date: Thu Dec 10 16:37:49 2015 +0100 [ot-font] Respect OS/2 fsSelection USE_TYPO_METRICS bit @@ -3260,7 +6634,7 @@ Date: Thu Dec 10 16:37:49 2015 +0100 commit 70b33edae7c8b9c031b83c95f00cb383789f1041 Author: Behdad Esfahbod -Date: Thu Dec 10 15:54:42 2015 +0100 +Date: Thu Dec 10 15:54:42 2015 +0100 Add atomic ops for AIX @@ -3271,7 +6645,7 @@ Date: Thu Dec 10 15:54:42 2015 +0100 commit 98460779bae19e4d64d29461ff154b3527bf8420 Author: Behdad Esfahbod -Date: Mon Dec 7 21:38:47 2015 +0100 +Date: Mon Dec 7 21:38:47 2015 +0100 Remove final pause from Arabic shaper @@ -3302,9 +6676,9 @@ Date: Mon Dec 7 21:38:47 2015 +0100 1 file changed, 1 insertion(+), 1 deletion(-) commit dee0fbf9e2eac8b61730efc4978bc10c552b5227 -Merge: 255df68 a7ffe35 +Merge: 255df680 a7ffe353 Author: Behdad Esfahbod -Date: Mon Dec 7 10:44:08 2015 +0100 +Date: Mon Dec 7 10:44:08 2015 +0100 Merge pull request #192 from behdad/jfkthame-stch @@ -3312,7 +6686,7 @@ Date: Mon Dec 7 10:44:08 2015 +0100 commit 255df6801201fb22402420f7b7b7ea8b042df8ba Author: Behdad Esfahbod -Date: Mon Dec 7 10:34:47 2015 +0100 +Date: Mon Dec 7 10:34:47 2015 +0100 Fix undefined behavior in cmp function @@ -3323,7 +6697,7 @@ Date: Mon Dec 7 10:34:47 2015 +0100 commit fcf9e61bad13c828b5482f26491c82db65d91c96 Author: Behdad Esfahbod -Date: Mon Dec 7 10:30:43 2015 +0100 +Date: Mon Dec 7 10:30:43 2015 +0100 Fix sorting order of ot_languages array @@ -3335,7 +6709,7 @@ Date: Mon Dec 7 10:30:43 2015 +0100 commit 70952ddb5a29c5bcbb4b6c3a05a428496033234a Author: Behdad Esfahbod -Date: Mon Dec 7 10:28:46 2015 +0100 +Date: Mon Dec 7 10:28:46 2015 +0100 Add test to make sure ot-languages array is sorted @@ -3347,9 +6721,9 @@ Date: Mon Dec 7 10:28:46 2015 +0100 2 files changed, 31 insertions(+), 1 deletion(-) commit 8c37556f730d7e961394075cd863f624af4c53c4 -Merge: 8e5f902 f35b3e9 +Merge: 8e5f9026 f35b3e93 Author: Behdad Esfahbod -Date: Mon Dec 7 09:34:58 2015 +0100 +Date: Mon Dec 7 09:34:58 2015 +0100 Merge pull request #134 from ebraminio/dwrite @@ -3357,7 +6731,7 @@ Date: Mon Dec 7 09:34:58 2015 +0100 commit a7ffe3535836032dba5559080dffeec79473197b Author: jfkthame -Date: Sat Dec 5 17:47:37 2015 +0000 +Date: Sat Dec 5 17:47:37 2015 +0000 Make apply_stch() give a more precise fit @@ -3371,7 +6745,7 @@ Date: Sat Dec 5 17:47:37 2015 +0000 commit 8e5f902656d2882d24c30e8b26ddbd3963baa55c Author: Behdad Esfahbod -Date: Mon Nov 30 16:53:21 2015 -0800 +Date: Mon Nov 30 16:53:21 2015 -0800 src/test.cc: wrong field printed @@ -3383,42 +6757,42 @@ Date: Mon Nov 30 16:53:21 2015 -0800 commit 6f2e6de1fae0ab2269b472a750788817de6c2a6e Author: Simon Cozens -Date: Mon Oct 26 16:23:22 2015 +0900 +Date: Mon Oct 26 16:23:22 2015 +0900 Get font ascender and descender metrics from OS/2 table. src/hb-font-private.hh | 39 ++++++++++++++++++- - src/hb-font.cc | 102 + src/hb-font.cc | 102 ++++++++++++++++++++++++++++++++++++++++++++++++- - src/hb-font.h | 62 ++++++++++++++++++++++++++++-- - src/hb-ft.cc | 21 ++++++++++ - src/hb-ot-font.cc | 58 ++++++++++++++++++++++++++-- + src/hb-font.h | 62 ++++++++++++++++++++++++++++-- + src/hb-ft.cc | 21 ++++++++++ + src/hb-ot-font.cc | 58 ++++++++++++++++++++++++++-- 5 files changed, 274 insertions(+), 8 deletions(-) commit 097c998a0c7b250924801bb69f5fa0c529edd183 Author: Simon Cozens -Date: Mon Oct 26 16:22:38 2015 +0900 +Date: Mon Oct 26 16:22:38 2015 +0900 Parse the OS/2 table. - src/Makefile.am | 1 + + src/Makefile.am | 1 + src/hb-ot-os2-table.hh | 105 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 106 insertions(+) commit d44d52bd0da033865641dfd39d94852119fd4fd7 Author: Behdad Esfahbod -Date: Thu Nov 26 19:35:43 2015 -0500 +Date: Thu Nov 26 19:35:43 2015 -0500 1.1.2 - NEWS | 15 +++++++++++++++ + NEWS | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) commit 35d18585fc57750d817f57bfffe569069f9803b5 Author: Behdad Esfahbod -Date: Thu Nov 26 19:30:37 2015 -0500 +Date: Thu Nov 26 19:30:37 2015 -0500 Fix a few docs blocks @@ -3431,7 +6805,7 @@ Date: Thu Nov 26 19:30:37 2015 -0500 commit 0e38c918b66df31978d8fd3d8271a9b781384545 Author: Behdad Esfahbod -Date: Thu Nov 26 19:26:26 2015 -0500 +Date: Thu Nov 26 19:26:26 2015 -0500 [introspection] Make scanner happy with HB_EXTERN @@ -3440,26 +6814,26 @@ Date: Thu Nov 26 19:26:26 2015 -0500 commit ea512f71084296be3bd893f78650def894066de0 Author: Behdad Esfahbod -Date: Thu Nov 26 19:22:22 2015 -0500 +Date: Thu Nov 26 19:22:22 2015 -0500 Use C-style casts instead of compare to 0, to convert hb_bool_t to bool - src/hb-common.cc | 2 +- - src/hb-fallback-shape.cc | 2 +- - src/hb-font-private.hh | 2 +- - src/hb-ot-layout.cc | 2 +- - src/hb-ot-map.cc | 2 +- + src/hb-common.cc | 2 +- + src/hb-fallback-shape.cc | 2 +- + src/hb-font-private.hh | 2 +- + src/hb-ot-layout.cc | 2 +- + src/hb-ot-map.cc | 2 +- src/hb-ot-shape-complex-hangul.cc | 2 +- src/hb-ot-shape-complex-hebrew.cc | 2 +- src/hb-ot-shape-complex-indic.cc | 4 ++-- - src/hb-ot-shape-normalize.cc | 6 +++--- - src/hb-ot-shape.cc | 2 +- + src/hb-ot-shape-normalize.cc | 6 +++--- + src/hb-ot-shape.cc | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) commit 67a36a725e2a61a096ba0324f359d17f9b02d312 Author: Behdad Esfahbod -Date: Thu Nov 26 18:48:42 2015 -0500 +Date: Thu Nov 26 18:48:42 2015 -0500 Fix vertical GPOS @@ -3474,21 +6848,21 @@ Date: Thu Nov 26 18:48:42 2015 -0500 commit 1c6a057dd1a52511474630896a597bf8e5215214 Author: Behdad Esfahbod -Date: Thu Nov 26 18:48:30 2015 -0500 +Date: Thu Nov 26 18:48:30 2015 -0500 Add tests for previous commit - test/shaping/Makefile.am | 1 + + test/shaping/Makefile.am | 1 + .../sha1sum/49c9f7485c1392fa09a1b801bc2ffea79275f22e.ttf | Bin 0 -> 1496 bytes - test/shaping/fonts/sha1sum/MANIFEST | 1 + - test/shaping/tests/MANIFEST | 1 + - test/shaping/tests/simple.tests | 2 ++ + test/shaping/fonts/sha1sum/MANIFEST | 1 + + test/shaping/tests/MANIFEST | 1 + + test/shaping/tests/simple.tests | 2 ++ 5 files changed, 5 insertions(+) commit c41c145c7386ebe72b1cfb0475d836a689fecc5e Author: Behdad Esfahbod -Date: Thu Nov 26 18:43:15 2015 -0500 +Date: Thu Nov 26 18:43:15 2015 -0500 Make nil glyph_h_origin() function return true @@ -3506,27 +6880,27 @@ Date: Thu Nov 26 18:43:15 2015 -0500 1 file changed, 1 insertion(+), 1 deletion(-) commit 766963adba6770dcd45de4417481ed8eda60a716 -Merge: b344af8 f798b8e +Merge: b344af80 f798b8e2 Author: Behdad Esfahbod -Date: Tue Nov 24 15:38:43 2015 -0600 +Date: Tue Nov 24 15:38:43 2015 -0600 Merge pull request #114 from ThePhD/vc++-fixes Fix all VC++ warnings and errors commit b344af80ca95b9eddfd6017aa6ae103388d6b5f8 -Merge: 662acd2 835bbdc +Merge: 662acd26 835bbdc7 Author: Behdad Esfahbod -Date: Tue Nov 24 15:30:27 2015 -0600 +Date: Tue Nov 24 15:30:27 2015 -0600 Merge pull request #177 from fanc999/exporting Enable use of compiler directives to export symbols commit 662acd26d10c38e96a9afcdaab2cb2979794966f -Merge: b24e93e 1979f6f +Merge: b24e93e3 1979f6fe Author: Behdad Esfahbod -Date: Tue Nov 24 15:29:44 2015 -0600 +Date: Tue Nov 24 15:29:44 2015 -0600 Merge pull request #181 from mhosken/master @@ -3534,18 +6908,18 @@ Date: Tue Nov 24 15:29:44 2015 -0600 commit b24e93e3a4d98111c4684fa08e9080b471881d5c Author: Behdad Esfahbod -Date: Tue Nov 24 13:18:20 2015 -0600 +Date: Tue Nov 24 13:18:20 2015 -0600 1.1.1 - NEWS | 7 +++++++ + NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit 233944ac91bb81250c0e63150eecfedfaf09f590 -Merge: 5a24b1d d538201 +Merge: 5a24b1d2 d5382019 Author: Khaled Hosny -Date: Tue Nov 24 18:37:35 2015 +0400 +Date: Tue Nov 24 18:37:35 2015 +0400 Merge pull request #185 from khaledhosny/travis-osx @@ -3553,7 +6927,7 @@ Date: Tue Nov 24 18:37:35 2015 +0400 commit d538201918e6932ef7645f8d5b2c3491954936f8 Author: Khaled Hosny -Date: Tue Nov 24 12:46:35 2015 +0400 +Date: Tue Nov 24 12:46:35 2015 +0400 [travis] Enable Mac OS X support @@ -3564,19 +6938,19 @@ Date: Tue Nov 24 12:46:35 2015 +0400 commit 5a24b1d25c59865e298bf105f54503e79587265c Author: Behdad Esfahbod -Date: Mon Nov 23 16:46:14 2015 -0600 +Date: Mon Nov 23 16:46:14 2015 -0600 [travis] Remove coverity scan I never could get it to work, and it's a proprietary platform. .travis.yml | 11 ----------- - README | 1 - + README | 1 - 2 files changed, 12 deletions(-) commit 1979f6fedca82fa1e4f65491de491db1aa6dc645 Author: Martin Hosken -Date: Mon Nov 23 10:03:56 2015 +0700 +Date: Mon Nov 23 10:03:56 2015 +0700 Fix y_scale problems in hb-gr @@ -3585,7 +6959,7 @@ Date: Mon Nov 23 10:03:56 2015 +0700 commit 835bbdc7c92bd774ff92c42a9277ded72066d29d Author: Chun-wei Fan -Date: Thu Nov 19 18:34:12 2015 +0800 +Date: Thu Nov 19 18:34:12 2015 +0800 Public headers: Decorate public symbols with HB_EXTERN @@ -3595,35 +6969,35 @@ Date: Thu Nov 19 18:34:12 2015 +0800 symbols listing files, as this is what was and is done in GLib and GTK+. - src/hb-blob.h | 24 +++++----- - src/hb-buffer.h | 100 +++++++++++++++++++------------------- - src/hb-common.h | 22 ++++----- - src/hb-coretext.h | 6 +-- - src/hb-face.h | 34 ++++++------- - src/hb-font.h | 114 + src/hb-blob.h | 24 +++++----- + src/hb-buffer.h | 100 +++++++++++++++++++------------------- + src/hb-common.h | 22 ++++----- + src/hb-coretext.h | 6 +-- + src/hb-face.h | 34 ++++++------- + src/hb-font.h | 114 ++++++++++++++++++++++---------------------- - src/hb-ft.h | 18 +++---- - src/hb-glib.h | 8 ++-- - src/hb-gobject-enums.h.tmpl | 2 +- - src/hb-gobject-structs.h | 26 +++++----- - src/hb-graphite2.h | 4 +- - src/hb-icu.h | 6 +-- - src/hb-ot-font.h | 2 +- - src/hb-ot-layout.h | 56 +++++++++++----------- - src/hb-ot-shape.h | 4 +- - src/hb-ot-tag.h | 8 ++-- - src/hb-set.h | 52 ++++++++++---------- - src/hb-shape-plan.h | 18 +++---- - src/hb-shape.h | 10 ++-- - src/hb-unicode.h | 52 ++++++++++---------- - src/hb-uniscribe.h | 4 +- - src/hb-version.h.in | 6 +-- - src/hb.h | 4 ++ + src/hb-ft.h | 18 +++---- + src/hb-glib.h | 8 ++-- + src/hb-gobject-enums.h.tmpl | 2 +- + src/hb-gobject-structs.h | 26 +++++----- + src/hb-graphite2.h | 4 +- + src/hb-icu.h | 6 +-- + src/hb-ot-font.h | 2 +- + src/hb-ot-layout.h | 56 +++++++++++----------- + src/hb-ot-shape.h | 4 +- + src/hb-ot-tag.h | 8 ++-- + src/hb-set.h | 52 ++++++++++---------- + src/hb-shape-plan.h | 18 +++---- + src/hb-shape.h | 10 ++-- + src/hb-unicode.h | 52 ++++++++++---------- + src/hb-uniscribe.h | 4 +- + src/hb-version.h.in | 6 +-- + src/hb.h | 4 ++ 23 files changed, 292 insertions(+), 288 deletions(-) commit f798b8e2d683a1b89b6905b1a8615375b847b468 Author: ThePhD -Date: Sat Nov 21 16:57:26 2015 -0500 +Date: Sat Nov 21 16:57:26 2015 -0500 c-style cast @@ -3631,9 +7005,9 @@ Date: Sat Nov 21 16:57:26 2015 -0500 1 file changed, 1 insertion(+), 1 deletion(-) commit a6991813659376a6a11c00a9f67d85b4f7ba9b5d -Merge: 1dc32ea f19c6db +Merge: 1dc32ea4 f19c6db1 Author: Behdad Esfahbod -Date: Fri Nov 20 13:28:42 2015 -0800 +Date: Fri Nov 20 13:28:42 2015 -0800 Merge pull request #176 from behdad/missing-braces @@ -3641,7 +7015,7 @@ Date: Fri Nov 20 13:28:42 2015 -0800 commit 1dc32ea4d2f294f9d1ae1c8fd19fb75f9278223b Author: Behdad Esfahbod -Date: Fri Nov 20 13:24:19 2015 -0800 +Date: Fri Nov 20 13:24:19 2015 -0800 Whitespace @@ -3650,7 +7024,7 @@ Date: Fri Nov 20 13:24:19 2015 -0800 commit f94c0ecbb1488138d3ec3b9d6d9fb78113dfee4f Author: Behdad Esfahbod -Date: Fri Nov 20 13:21:29 2015 -0800 +Date: Fri Nov 20 13:21:29 2015 -0800 Define HB_MARK_AS_FLAG_T as a macro instead of using templates @@ -3671,7 +7045,7 @@ Date: Fri Nov 20 13:21:29 2015 -0800 commit f19c6db18e2e2dd0e9a406fc7e8533049fab48b0 Author: jfkthame -Date: Fri Nov 20 08:43:49 2015 +0000 +Date: Fri Nov 20 08:43:49 2015 +0000 Add braces for subobject initializer in _hb_font_funcs_nil @@ -3683,7 +7057,7 @@ Date: Fri Nov 20 08:43:49 2015 +0000 commit 9cc1ed4fa68075b3b142a2737438109772dd0002 Author: Behdad Esfahbod -Date: Thu Nov 19 12:39:09 2015 -0800 +Date: Thu Nov 19 12:39:09 2015 -0800 Do not allow recursiving to same position and same lookup @@ -3693,16 +7067,16 @@ Date: Thu Nov 19 12:39:09 2015 -0800 Fixes https://github.com/behdad/harfbuzz/issues/174 - src/hb-ot-layout-gsubgpos-private.hh | 5 +++++ - test/shaping/fonts/sha1sum/MANIFEST | 1 + + src/hb-ot-layout-gsubgpos-private.hh | 5 +++++ + test/shaping/fonts/sha1sum/MANIFEST | 1 + .../sha1sum/fab39d60d758cb586db5a504f218442cd1395725.ttf | Bin 0 -> 1894 bytes - test/shaping/tests/fuzzed.tests | 1 + + test/shaping/tests/fuzzed.tests | 1 + 4 files changed, 7 insertions(+) commit 7d75eee799bbb5ee7eef2651cf7b7d3aee6f09b0 Author: Behdad Esfahbod -Date: Thu Nov 19 12:03:04 2015 -0800 +Date: Thu Nov 19 12:03:04 2015 -0800 [fuzzing] Run fuzzing tests using hb-fuzzer as well @@ -3711,7 +7085,7 @@ Date: Thu Nov 19 12:03:04 2015 -0800 commit 13188cba7f0eaacd587beeb1c2258526ae24c438 Author: Behdad Esfahbod -Date: Thu Nov 19 11:59:03 2015 -0800 +Date: Thu Nov 19 11:59:03 2015 -0800 Revert "Fix hang in OOM situations" @@ -3725,7 +7099,7 @@ Date: Thu Nov 19 11:59:03 2015 -0800 commit 18e1c6b6ef7c85a1b02e3dae86280d8ed6b65118 Author: Behdad Esfahbod -Date: Thu Nov 19 11:50:58 2015 -0800 +Date: Thu Nov 19 11:50:58 2015 -0800 Revert "Make sure we make progress in OOM situations" @@ -3735,22 +7109,22 @@ Date: Thu Nov 19 11:50:58 2015 -0800 fix for this. src/hb-buffer-private.hh | 7 +++++-- - src/hb-buffer.cc | 31 ++++++++----------------------- + src/hb-buffer.cc | 31 ++++++++----------------------- 2 files changed, 13 insertions(+), 25 deletions(-) commit e1118aeac3b5556df0ce502732df8ac92bdac45a Author: Behdad Esfahbod -Date: Wed Nov 18 23:40:47 2015 -0800 +Date: Wed Nov 18 23:40:47 2015 -0800 1.1.0 - NEWS | 22 ++++++++++++++++++++++ + NEWS | 22 ++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) commit 63fe05c8b1cd4f08b525028409e1299f34750810 Author: Behdad Esfahbod -Date: Wed Nov 18 23:52:34 2015 -0800 +Date: Wed Nov 18 23:52:34 2015 -0800 Fix make distcheck @@ -3759,7 +7133,7 @@ Date: Wed Nov 18 23:52:34 2015 -0800 commit 9b087dec7753ad96d256ce1b9ae347bd8d697c75 Author: Behdad Esfahbod -Date: Wed Nov 18 23:23:35 2015 -0800 +Date: Wed Nov 18 23:23:35 2015 -0800 [travis] Only coverity-scan the coverity_scan branch @@ -3774,7 +7148,7 @@ Date: Wed Nov 18 23:23:35 2015 -0800 commit 85062e3b4655ec6d5c3cf5344ce22cd88c21a2aa Author: Behdad Esfahbod -Date: Wed Nov 18 23:09:13 2015 -0800 +Date: Wed Nov 18 23:09:13 2015 -0800 Add tests for previous two commits @@ -3784,15 +7158,15 @@ Date: Wed Nov 18 23:09:13 2015 -0800 .../sha1sum/43979b90b2dd929723cf4fe1715990bcb9c9a56b.ttf | Bin 0 -> 1804 bytes - test/shaping/fonts/sha1sum/MANIFEST | 2 ++ + test/shaping/fonts/sha1sum/MANIFEST | 2 ++ .../sha1sum/b9e2aaa0d75fcef6971ec3a96d806ba4a6b31fe2.ttf | Bin 0 -> 1804 bytes - test/shaping/tests/fuzzed.tests | 2 ++ + test/shaping/tests/fuzzed.tests | 2 ++ 4 files changed, 4 insertions(+) commit 37b40cd8a18e25d3324f829acec197f016f4a524 Author: Behdad Esfahbod -Date: Wed Nov 18 23:04:45 2015 -0800 +Date: Wed Nov 18 23:04:45 2015 -0800 Fix another move_to assertion failure @@ -3805,7 +7179,7 @@ Date: Wed Nov 18 23:04:45 2015 -0800 commit abadc1717d997b69f987fdf1be9e12156d2d13d6 Author: Behdad Esfahbod -Date: Wed Nov 18 17:52:08 2015 -0800 +Date: Wed Nov 18 17:52:08 2015 -0800 Try to better handle OOM situations @@ -3813,18 +7187,18 @@ Date: Wed Nov 18 17:52:08 2015 -0800 with libharfbuzz-fuzzing. src/hb-ot-layout-gsubgpos-private.hh | 2 +- - src/hb-ot-layout.cc | 2 +- + src/hb-ot-layout.cc | 2 +- src/hb-ot-shape-complex-hangul.cc | 2 +- src/hb-ot-shape-complex-indic.cc | 2 +- src/hb-ot-shape-complex-thai.cc | 2 +- src/hb-ot-shape-complex-use.cc | 8 +------- - src/hb-ot-shape-normalize.cc | 10 +++++----- - src/hb-ot-shape.cc | 2 +- + src/hb-ot-shape-normalize.cc | 10 +++++----- + src/hb-ot-shape.cc | 2 +- 8 files changed, 12 insertions(+), 18 deletions(-) commit ec625f7dfb5f6df19d35d81af6605d05e08321f2 Author: Behdad Esfahbod -Date: Wed Nov 18 16:37:59 2015 -0800 +Date: Wed Nov 18 16:37:59 2015 -0800 Try to fix gnome-continuous build fail @@ -3833,20 +7207,20 @@ Date: Wed Nov 18 16:37:59 2015 -0800 commit ff16ef3379e06afe44b5e78b8893aeae0cee2b5b Author: Behdad Esfahbod -Date: Wed Nov 18 16:27:32 2015 -0800 +Date: Wed Nov 18 16:27:32 2015 -0800 Enable building a bounded version of the library for fuzzing test/fuzzing/hb-fuzzer links against libharfbuzz-fuzzing.so now. - src/Makefile.am | 16 ++++++++++++++++ + src/Makefile.am | 16 ++++++++++++++++ test/fuzzing/Makefile.am | 9 ++------- - test/fuzzing/README | 6 ++---- + test/fuzzing/README | 6 ++---- 3 files changed, 20 insertions(+), 11 deletions(-) commit e0082ae60dbd87d433f3b2b9d2bfa64b9a4c3663 Author: Behdad Esfahbod -Date: Tue Nov 17 18:42:13 2015 -0800 +Date: Tue Nov 17 18:42:13 2015 -0800 Move things around @@ -3854,9 +7228,9 @@ Date: Tue Nov 17 18:42:13 2015 -0800 1 file changed, 11 insertions(+), 11 deletions(-) commit dde8cc87bd880bd35baf764820f4c85bd0a58696 -Merge: e97835a 167c327 +Merge: e97835ad 167c3271 Author: Behdad Esfahbod -Date: Tue Nov 17 18:40:10 2015 -0800 +Date: Tue Nov 17 18:40:10 2015 -0800 Merge pull request #163 from fanc999/msvc.src @@ -3864,7 +7238,7 @@ Date: Tue Nov 17 18:40:10 2015 -0800 commit 167c3271778cd1a8c4433b9d2230901ce17c099e Author: Chun-wei Fan -Date: Mon Nov 9 17:17:56 2015 +0800 +Date: Mon Nov 9 17:17:56 2015 +0800 Fix build on MSVC >= 2012 @@ -3888,16 +7262,16 @@ Date: Mon Nov 9 17:17:56 2015 +0800 C4800 is harmless but is so far an unavoidable side effect of using DEFINE_ENUM_FLAG_OPERATORS. - src/hb-buffer-private.hh | 6 +++--- + src/hb-buffer-private.hh | 6 +++--- src/hb-ot-layout-common-private.hh | 2 +- - src/hb-ot-layout-private.hh | 4 ++-- - src/hb-ot-map-private.hh | 2 +- - src/hb-private.hh | 11 +++++++++++ + src/hb-ot-layout-private.hh | 4 ++-- + src/hb-ot-map-private.hh | 2 +- + src/hb-private.hh | 11 +++++++++++ 5 files changed, 18 insertions(+), 7 deletions(-) commit 4d27bb87468a1b84387e7ce084e3d92c0fc8f065 Author: Chun-wei Fan -Date: Fri Nov 6 14:28:30 2015 +0800 +Date: Fri Nov 6 14:28:30 2015 +0800 hb-ot-shape-complex-arabic.cc: Fix build on Visual Studio @@ -3910,7 +7284,7 @@ Date: Fri Nov 6 14:28:30 2015 +0800 commit a49e7b7e40127beba25f39ef3c10d7a77e2bb0f0 Author: Chun-wei Fan -Date: Tue Nov 3 18:49:34 2015 +0800 +Date: Tue Nov 3 18:49:34 2015 +0800 MSVC builds: Add fallback implementation for pre-2013 MSVC @@ -3925,14 +7299,14 @@ Date: Tue Nov 3 18:49:34 2015 +0800 commit 998e8dda938cfef0146f1bfc4e8973a0e12d7d35 Author: Chun-wei Fan -Date: Mon Nov 2 16:55:29 2015 +0800 +Date: Mon Nov 2 16:55:29 2015 +0800 util: Fix build on Visual Studio Use the fallback implementation for lround() only on pre-2013 Visual Studio, and ensure we are clear about the types of the parameters for lround() and scalbnf(), since Visual Studio can be quite picky on - ambiguous parameter types. Also, use g_ascii_strcasecmp() rather than + ambiguous parameter types. Also, use g_ascii_strcasecmp() rather than strcasecmp() as we are already using GLib for this code and we are assured that g_ascii_strcasemp() is available. @@ -3951,7 +7325,7 @@ Date: Mon Nov 2 16:55:29 2015 +0800 commit e97835ad43f5c68e8cb29599246cae0f4461d663 Author: Behdad Esfahbod -Date: Tue Nov 10 11:37:01 2015 -0800 +Date: Tue Nov 10 11:37:01 2015 -0800 [util] Fix crash when --output-file is specified but not --output-format @@ -3960,9 +7334,9 @@ Date: Tue Nov 10 11:37:01 2015 -0800 1 file changed, 3 insertions(+) commit d5f0d7c9fb14255388ab616f56e178cb7ca10ec2 -Merge: 04ff23e 529a933 +Merge: 04ff23e7 529a9331 Author: Behdad Esfahbod -Date: Sat Nov 7 07:50:58 2015 -0800 +Date: Sat Nov 7 07:50:58 2015 -0800 Merge pull request #167 from KonstantinRitt/unicode_cp_opt @@ -3970,11 +7344,11 @@ Date: Sat Nov 7 07:50:58 2015 -0800 commit 04ff23e73d847ab3a5da0e9fac4fbca19aefd284 Author: Behdad Esfahbod -Date: Fri Nov 6 16:29:44 2015 -0800 +Date: Fri Nov 6 16:29:44 2015 -0800 [arabic] Improve stretch length calculation - Err on the side of being too short, than too wide. Reduces chance + Err on the side of being too short, than too wide. Reduces chance of overlaps with neighboring glyphs. src/hb-ot-shape-complex-arabic.cc | 2 +- @@ -3982,23 +7356,23 @@ Date: Fri Nov 6 16:29:44 2015 -0800 commit 59821ab8b413df3a444c38b80582a5137e364a70 Author: Behdad Esfahbod -Date: Fri Nov 6 16:27:44 2015 -0800 +Date: Fri Nov 6 16:27:44 2015 -0800 [arabic] Don't stretch over cased letters Addresses https://github.com/behdad/harfbuzz/commit/6e6f82b6f3dde0fc6c3c7d991d9ec6cfff57823d#commitcomment-14248516 - src/hb-ot-shape-complex-arabic.cc | 24 + src/hb-ot-shape-complex-arabic.cc | 24 +++++++++++++++++++++- - src/hb-unicode-private.hh | 20 + src/hb-unicode-private.hh | 20 ------------------ - .../script-syriac/misc/abbreviation-mark.txt | 4 ++-- + .../script-syriac/misc/abbreviation-mark.txt | 4 ++-- 3 files changed, 25 insertions(+), 23 deletions(-) commit 5337db29af39084d677a63154f404eca0c20cfeb Author: Behdad Esfahbod -Date: Fri Nov 6 16:18:09 2015 -0800 +Date: Fri Nov 6 16:18:09 2015 -0800 Revert "Don't process lookups if buffer is in error" @@ -4013,7 +7387,7 @@ Date: Fri Nov 6 16:18:09 2015 -0800 commit 529a93312815dff3c2f37f880bf6ccb428bd3da0 Author: Konstantin Ritt -Date: Sat Nov 7 02:00:04 2015 +0400 +Date: Sat Nov 7 02:00:04 2015 +0400 Micro optimization to hb_utf16_t and hb_utf32_t ::prev() @@ -4024,7 +7398,7 @@ Date: Sat Nov 7 02:00:04 2015 +0400 commit 44ae9be7a29eebd6003cad2fdb90b40512a9c8eb Author: Konstantin Ritt -Date: Sat Nov 7 01:58:38 2015 +0400 +Date: Sat Nov 7 01:58:38 2015 +0400 Nano optimization to hb_utf16_t and hb_utf32_t ::next() @@ -4033,7 +7407,7 @@ Date: Sat Nov 7 01:58:38 2015 +0400 commit a6d7668a954a763a053f8af8edbff4731aa43729 Author: Behdad Esfahbod -Date: Fri Nov 6 09:46:54 2015 -0800 +Date: Fri Nov 6 09:46:54 2015 -0800 [fuzzing] Cap max buffer len at 128 @@ -4042,7 +7416,7 @@ Date: Fri Nov 6 09:46:54 2015 -0800 commit f1c4adbcd3f6275e81e118ddadc9396f82daeccf Author: Behdad Esfahbod -Date: Fri Nov 6 09:46:05 2015 -0800 +Date: Fri Nov 6 09:46:05 2015 -0800 Fix typo @@ -4051,17 +7425,17 @@ Date: Fri Nov 6 09:46:05 2015 -0800 commit 68b507a3c3c62c28c38e13fee733702bb703b6ca Author: Behdad Esfahbod -Date: Fri Nov 6 00:09:26 2015 -0800 +Date: Fri Nov 6 00:09:26 2015 -0800 Make sure we make progress in OOM situations src/hb-buffer-private.hh | 7 ++----- - src/hb-buffer.cc | 31 +++++++++++++++++++++++-------- + src/hb-buffer.cc | 31 +++++++++++++++++++++++-------- 2 files changed, 25 insertions(+), 13 deletions(-) commit 5a7eb5d4d862f402136044c19ead87ad098bd78f Author: Behdad Esfahbod -Date: Fri Nov 6 00:01:24 2015 -0800 +Date: Fri Nov 6 00:01:24 2015 -0800 [fuzzing] Add test case for OOM @@ -4069,13 +7443,13 @@ Date: Fri Nov 6 00:01:24 2015 -0800 .../sha1sum/3511ff5c1647150595846ac414c595cccac34f18.ttf | Bin 0 -> 1483 bytes - test/shaping/fonts/sha1sum/MANIFEST | 2 +- - test/shaping/tests/fuzzed.tests | 1 + + test/shaping/fonts/sha1sum/MANIFEST | 2 +- + test/shaping/tests/fuzzed.tests | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) commit f0599db761d7fc2d585d86e757a797f75ebc7499 Author: Behdad Esfahbod -Date: Thu Nov 5 23:52:41 2015 -0800 +Date: Thu Nov 5 23:52:41 2015 -0800 Fix hang in OOM situations @@ -4086,7 +7460,7 @@ Date: Thu Nov 5 23:52:41 2015 -0800 commit f92bd86cc8c11d262d1830c631cb7c63fc9d4bc8 Author: Behdad Esfahbod -Date: Thu Nov 5 23:52:29 2015 -0800 +Date: Thu Nov 5 23:52:29 2015 -0800 Don't process lookups if buffer is in error @@ -4095,35 +7469,35 @@ Date: Thu Nov 5 23:52:29 2015 -0800 commit 4301703bddb63a01651a0d58474bb15ac0ebbcf6 Author: Behdad Esfahbod -Date: Thu Nov 5 23:44:59 2015 -0800 +Date: Thu Nov 5 23:44:59 2015 -0800 Limit buffer max size growth https://github.com/behdad/harfbuzz/issues/161 src/hb-buffer-private.hh | 11 +++++++++++ - src/hb-buffer.cc | 8 ++++++++ - src/hb-ot-shape.cc | 6 ++++++ + src/hb-buffer.cc | 8 ++++++++ + src/hb-ot-shape.cc | 6 ++++++ test/fuzzing/Makefile.am | 2 ++ 4 files changed, 27 insertions(+) commit 19300183a6f0bac0d23f7a994b40a51e9c90d6e1 Author: Behdad Esfahbod -Date: Thu Nov 5 23:08:50 2015 -0800 +Date: Thu Nov 5 23:08:50 2015 -0800 [fuzzing] Add build system - configure.ac | 1 + - test/Makefile.am | 2 +- + configure.ac | 1 + + test/Makefile.am | 2 +- test/fuzzing/Makefile.am | 44 ++++++++++++++++++++++++++++++++++++++++++++ - test/fuzzing/README | 2 ++ + test/fuzzing/README | 2 ++ test/fuzzing/hb-fuzzer.cc | 4 ++-- 5 files changed, 50 insertions(+), 3 deletions(-) commit 9c9ad214af43685b00f6d8493b7807d6607d4e2d Author: Behdad Esfahbod -Date: Thu Nov 5 22:50:52 2015 -0800 +Date: Thu Nov 5 22:50:52 2015 -0800 [fuzzer] Add README @@ -4134,7 +7508,7 @@ Date: Thu Nov 5 22:50:52 2015 -0800 commit 6e6f82b6f3dde0fc6c3c7d991d9ec6cfff57823d Author: Behdad Esfahbod -Date: Thu Nov 5 17:29:03 2015 -0800 +Date: Thu Nov 5 17:29:03 2015 -0800 Implement SYRIAC ABBREVIATION MARK with 'stch' feature @@ -4145,16 +7519,16 @@ Date: Thu Nov 5 17:29:03 2015 -0800 Fixes https://github.com/behdad/harfbuzz/issues/141 - src/hb-ot-shape-complex-arabic.cc | 219 + src/hb-ot-shape-complex-arabic.cc | 219 ++++++++++++++++++++- - src/hb-unicode-private.hh | 19 ++ - .../shaper-arabic/script-syriac/misc/MANIFEST | 1 + - .../script-syriac/misc/abbreviation-mark.txt | 11 ++ + src/hb-unicode-private.hh | 19 ++ + .../shaper-arabic/script-syriac/misc/MANIFEST | 1 + + .../script-syriac/misc/abbreviation-mark.txt | 11 ++ 4 files changed, 244 insertions(+), 6 deletions(-) commit c743ec5886a1f6d57de26da33a770a8706be83d6 Author: Behdad Esfahbod -Date: Thu Nov 5 17:33:57 2015 -0800 +Date: Thu Nov 5 17:33:57 2015 -0800 [ft] Fix extents with negative scales @@ -4165,7 +7539,7 @@ Date: Thu Nov 5 17:33:57 2015 -0800 commit 73fec3992acb492829bde1d885f1ebeed8dcc133 Author: Behdad Esfahbod -Date: Thu Nov 5 15:22:18 2015 -0800 +Date: Thu Nov 5 15:22:18 2015 -0800 Reserve a few scratch-flags bits for complex shapers @@ -4174,7 +7548,7 @@ Date: Thu Nov 5 15:22:18 2015 -0800 commit 136863371c1402769426d892aef1b92f9ca1a25e Author: Behdad Esfahbod -Date: Thu Nov 5 13:24:15 2015 -0800 +Date: Thu Nov 5 13:24:15 2015 -0800 Add new shaper method postprocess_glyphs() @@ -4192,12 +7566,12 @@ Date: Thu Nov 5 13:24:15 2015 -0800 src/hb-ot-shape-complex-thai.cc | 1 + src/hb-ot-shape-complex-tibetan.cc | 1 + src/hb-ot-shape-complex-use.cc | 1 + - src/hb-ot-shape.cc | 9 ++++++--- + src/hb-ot-shape.cc | 9 ++++++--- 11 files changed, 29 insertions(+), 7 deletions(-) commit 6c0ebd02c99e7536975ba7194832a1f33abd7faf Author: Behdad Esfahbod -Date: Thu Nov 5 11:37:48 2015 -0800 +Date: Thu Nov 5 11:37:48 2015 -0800 [util] If font has color, generate PNG with color @@ -4208,7 +7582,7 @@ Date: Thu Nov 5 11:37:48 2015 -0800 commit e95eb23a4ee920eab1e2f4eec9cf490bb431452c Author: Behdad Esfahbod -Date: Wed Nov 4 22:55:11 2015 -0800 +Date: Wed Nov 4 22:55:11 2015 -0800 Don't try zeroing marks by GDEF if there are no non-ASCII @@ -4219,7 +7593,7 @@ Date: Wed Nov 4 22:55:11 2015 -0800 commit 7fa54ed75aa30ae1d6ee9136ccb83b630c24fb65 Author: Behdad Esfahbod -Date: Wed Nov 4 22:54:49 2015 -0800 +Date: Wed Nov 4 22:54:49 2015 -0800 Don't try zeroing mark attachments by Unicode if there's no non-ASCII @@ -4228,17 +7602,17 @@ Date: Wed Nov 4 22:54:49 2015 -0800 commit 550bd14d2b21ec2a2b509ff42f4df4341dbf2d46 Author: Behdad Esfahbod -Date: Wed Nov 4 22:58:58 2015 -0800 +Date: Wed Nov 4 22:58:58 2015 -0800 Actually commit changes for previous commit - src/hb-buffer-private.hh | 2 ++ + src/hb-buffer-private.hh | 2 ++ src/hb-ot-layout-gpos-table.hh | 15 ++++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) commit ff31b3c1b8a2a21b57dba37eb5bb5db0579e0640 Author: Behdad Esfahbod -Date: Wed Nov 4 22:42:41 2015 -0800 +Date: Wed Nov 4 22:42:41 2015 -0800 Skip GPOS cursive / attachment adjustmnent if none happened @@ -4249,7 +7623,7 @@ Date: Wed Nov 4 22:42:41 2015 -0800 commit 0f407325f6923db11d332585e8250e3646cb74d6 Author: Behdad Esfahbod -Date: Wed Nov 4 22:28:44 2015 -0800 +Date: Wed Nov 4 22:28:44 2015 -0800 Minor @@ -4258,7 +7632,7 @@ Date: Wed Nov 4 22:28:44 2015 -0800 commit 497a6c2071cd0638e4c6af07621d01335fd963a9 Author: Behdad Esfahbod -Date: Wed Nov 4 22:24:19 2015 -0800 +Date: Wed Nov 4 22:24:19 2015 -0800 Skip forming clusters if text is all ASCII @@ -4267,19 +7641,19 @@ Date: Wed Nov 4 22:24:19 2015 -0800 commit 28de104f15b80df4b678267c4488b7d09a42720c Author: Behdad Esfahbod -Date: Wed Nov 4 22:00:25 2015 -0800 +Date: Wed Nov 4 22:00:25 2015 -0800 Move variable-sized struct member to end Hopefully makes clang build happy src/hb-font-private.hh | 21 ++++++++++----------- - src/hb-font.cc | 20 ++++++++++++++++++++ + src/hb-font.cc | 20 ++++++++++++++++++++ 2 files changed, 30 insertions(+), 11 deletions(-) commit 5bc28b5f688ee90d103d052e98bc15d6e0e7e0b1 Author: Behdad Esfahbod -Date: Wed Nov 4 21:53:16 2015 -0800 +Date: Wed Nov 4 21:53:16 2015 -0800 Optimize positioning for when h_origin is nil @@ -4288,7 +7662,7 @@ Date: Wed Nov 4 21:53:16 2015 -0800 commit 762770c964f9f0591bf4c44427f73ea3e1c51733 Author: Behdad Esfahbod -Date: Wed Nov 4 21:42:55 2015 -0800 +Date: Wed Nov 4 21:42:55 2015 -0800 Add font->has_...() to check for individual nil font funcs @@ -4296,12 +7670,12 @@ Date: Wed Nov 4 21:42:55 2015 -0800 moments to getting this to compile... src/hb-font-private.hh | 19 +++++++++++++++++-- - src/hb-font.cc | 7 +++++++ + src/hb-font.cc | 7 +++++++ 2 files changed, 24 insertions(+), 2 deletions(-) commit 88e9a9bcae61421d9dd65715d25e5f20b2847c03 Author: Behdad Esfahbod -Date: Wed Nov 4 21:16:26 2015 -0800 +Date: Wed Nov 4 21:16:26 2015 -0800 Minor reshaping of hb_font_funcs_t implementation @@ -4309,12 +7683,12 @@ Date: Wed Nov 4 21:16:26 2015 -0800 src/hb-font-private.hh | 80 ++++++++++++++++++++++++++------------------------ - src/hb-font.cc | 4 +-- + src/hb-font.cc | 4 +-- 2 files changed, 43 insertions(+), 41 deletions(-) commit a6a7715bac8b0c8f5473b84bc649c315ad4d2d51 Author: Behdad Esfahbod -Date: Wed Nov 4 20:51:21 2015 -0800 +Date: Wed Nov 4 20:51:21 2015 -0800 Comments @@ -4323,7 +7697,7 @@ Date: Wed Nov 4 20:51:21 2015 -0800 commit 6c48ec830ffac00a920d047ed77acd1b05549074 Author: Behdad Esfahbod -Date: Wed Nov 4 20:47:42 2015 -0800 +Date: Wed Nov 4 20:47:42 2015 -0800 [ot] Remove font funcs that do nothing @@ -4333,7 +7707,7 @@ Date: Wed Nov 4 20:47:42 2015 -0800 commit 75ea2daa1d9bbe235cd4a8570efb1913d58c3c62 Author: Behdad Esfahbod -Date: Wed Nov 4 20:43:59 2015 -0800 +Date: Wed Nov 4 20:43:59 2015 -0800 [ot] Port ot font funcs to allocated object @@ -4342,7 +7716,7 @@ Date: Wed Nov 4 20:43:59 2015 -0800 commit 44f82750807475aa5b16099ccccd917d488df703 Author: Behdad Esfahbod -Date: Wed Nov 4 20:40:05 2015 -0800 +Date: Wed Nov 4 20:40:05 2015 -0800 [ft] Remove font funcs that do nothing @@ -4351,7 +7725,7 @@ Date: Wed Nov 4 20:40:05 2015 -0800 commit 7918c261efd283e0428ce7836e9e42768a6aa05c Author: Behdad Esfahbod -Date: Wed Nov 4 20:37:49 2015 -0800 +Date: Wed Nov 4 20:37:49 2015 -0800 [ft] Port ft font funcs to allocated object @@ -4360,7 +7734,7 @@ Date: Wed Nov 4 20:37:49 2015 -0800 commit da29b43794cfa3f9a602c34b33c5d8a9c36f87b5 Author: Behdad Esfahbod -Date: Wed Nov 4 20:22:44 2015 -0800 +Date: Wed Nov 4 20:22:44 2015 -0800 Separate nil font-funcs from parent-peeking font-funcs @@ -4374,31 +7748,31 @@ Date: Wed Nov 4 20:22:44 2015 -0800 commit bee901b38ef3c26a04f69c299c8d5e028a0090e9 Author: Behdad Esfahbod -Date: Wed Nov 4 19:28:17 2015 -0800 +Date: Wed Nov 4 19:28:17 2015 -0800 Optimize positioning direction calculations It makes the binary smaller AND faster. Yumm! src/hb-font-private.hh | 40 +++++++++++++++++++++++++++++++++++++++ - src/hb-ot-shape.cc | 51 + src/hb-ot-shape.cc | 51 +++++++++++++++++++++++++++----------------------- 2 files changed, 68 insertions(+), 23 deletions(-) commit e3e4bb011ae1a2f1ba05e7ea450595b185304bec Author: Behdad Esfahbod -Date: Wed Nov 4 18:58:02 2015 -0800 +Date: Wed Nov 4 18:58:02 2015 -0800 Don't do fractions if buffer is ASCII-only src/hb-buffer-private.hh | 5 +++-- src/hb-ot-layout-private.hh | 1 + - src/hb-ot-shape.cc | 3 ++- + src/hb-ot-shape.cc | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) commit 6986208ba3b395534f4c7bcfa51df6bf9038f717 Author: Behdad Esfahbod -Date: Wed Nov 4 18:46:22 2015 -0800 +Date: Wed Nov 4 18:46:22 2015 -0800 Optimize runs without Default_Ignorable's @@ -4408,13 +7782,13 @@ Date: Wed Nov 4 18:46:22 2015 -0800 src/hb-buffer-private.hh | 3 ++- src/hb-ot-layout-private.hh | 4 +++- src/hb-ot-shape-normalize.cc | 4 ++-- - src/hb-ot-shape.cc | 10 ++++++---- - src/hb-private.hh | 3 +++ + src/hb-ot-shape.cc | 10 ++++++---- + src/hb-private.hh | 3 +++ 5 files changed, 16 insertions(+), 8 deletions(-) commit 14c2de321826c36037adde859ccca3e2011325a9 Author: Behdad Esfahbod -Date: Wed Nov 4 18:00:57 2015 -0800 +Date: Wed Nov 4 18:00:57 2015 -0800 Limit max edits during sanitize to 8 @@ -4429,7 +7803,7 @@ Date: Wed Nov 4 18:00:57 2015 -0800 commit 9cbc39aef962a95b0eba32c24ff9c415d1316d56 Author: Behdad Esfahbod -Date: Wed Nov 4 18:00:53 2015 -0800 +Date: Wed Nov 4 18:00:53 2015 -0800 Minor @@ -4438,7 +7812,7 @@ Date: Wed Nov 4 18:00:53 2015 -0800 commit 52e6c4e15893ed1cb0997795912a07b3e446b65a Author: Behdad Esfahbod -Date: Wed Nov 4 17:45:06 2015 -0800 +Date: Wed Nov 4 17:45:06 2015 -0800 If font doesn't support U+2011, fall back to U+2010 @@ -4449,7 +7823,7 @@ Date: Wed Nov 4 17:45:06 2015 -0800 commit 75483aafa6ad02d6391712d082d093823edcd758 Author: Behdad Esfahbod -Date: Wed Nov 4 17:43:36 2015 -0800 +Date: Wed Nov 4 17:43:36 2015 -0800 Untangle if/else waterfall @@ -4459,24 +7833,24 @@ Date: Wed Nov 4 17:43:36 2015 -0800 commit 04fd8517f85ae9aa05b44f25578d2b19abfef7cb Author: Behdad Esfahbod -Date: Wed Nov 4 17:38:22 2015 -0800 +Date: Wed Nov 4 17:38:22 2015 -0800 Add tests for hyphen fallback U+2011 is equivaent of U+2010, so we should do the fallback for it. Currently fails. - test/shaping/Makefile.am | 1 + + test/shaping/Makefile.am | 1 + .../sha1sum/1c04a16f32a39c26c851b7fc014d2e8d298ba2b8.ttf | Bin 0 -> 820 bytes - test/shaping/fonts/sha1sum/MANIFEST | 2 ++ - test/shaping/tests/MANIFEST | 1 + - test/shaping/tests/hyphens.tests | 2 ++ + test/shaping/fonts/sha1sum/MANIFEST | 2 ++ + test/shaping/tests/MANIFEST | 1 + + test/shaping/tests/hyphens.tests | 2 ++ 5 files changed, 6 insertions(+) commit 550417117da7e14457a11f49a20145311f58587b Author: Behdad Esfahbod -Date: Wed Nov 4 17:37:30 2015 -0800 +Date: Wed Nov 4 17:37:30 2015 -0800 [test] Drop hintings when subsetting fonts to record @@ -4485,7 +7859,7 @@ Date: Wed Nov 4 17:37:30 2015 -0800 commit 49ef630936325b2e56a870fcef9aa8473a8f8526 Author: Behdad Esfahbod -Date: Wed Nov 4 17:27:07 2015 -0800 +Date: Wed Nov 4 17:27:07 2015 -0800 Adjust the width of various spaces if font does not cover them @@ -4493,38 +7867,38 @@ Date: Wed Nov 4 17:27:07 2015 -0800 https://github.com/behdad/harfbuzz/commit/81ef4f407d9c7bd98cf62cef951dc538b13442eb There's no way to disable this fallback, but I don't think it would - be needed. Let's hope for the best! + be needed. Let's hope for the best! Fixes https://github.com/behdad/harfbuzz/issues/153 - src/hb-buffer-private.hh | 7 ++++ - src/hb-buffer.cc | 2 ++ - src/hb-ot-shape-fallback-private.hh | 4 +++ - src/hb-ot-shape-fallback.cc | 67 + src/hb-buffer-private.hh | 7 ++++ + src/hb-buffer.cc | 2 ++ + src/hb-ot-shape-fallback-private.hh | 4 +++ + src/hb-ot-shape-fallback.cc | 67 +++++++++++++++++++++++++++++++++++++ - src/hb-ot-shape-normalize.cc | 1 + - src/hb-ot-shape.cc | 3 ++ - src/hb-unicode-private.hh | 56 +++++++++++++++++-------------- + src/hb-ot-shape-normalize.cc | 1 + + src/hb-ot-shape.cc | 3 ++ + src/hb-unicode-private.hh | 56 +++++++++++++++++-------------- test/shaping/tests/spaces.tests | 24 ++++++------- 8 files changed, 126 insertions(+), 38 deletions(-) commit aa7044de0ceacd71cab19212d266c3a66c03b41e Author: Behdad Esfahbod -Date: Wed Nov 4 16:25:57 2015 -0800 +Date: Wed Nov 4 16:25:57 2015 -0800 Generalize flags types - src/hb-buffer-private.hh | 3 +++ + src/hb-buffer-private.hh | 3 +++ src/hb-ot-layout-common-private.hh | 5 +++++ - src/hb-ot-layout-private.hh | 8 +++++--- - src/hb-ot-map-private.hh | 16 +--------------- - src/hb-ot-shape.cc | 2 +- - src/hb-private.hh | 14 ++++++++++++++ + src/hb-ot-layout-private.hh | 8 +++++--- + src/hb-ot-map-private.hh | 16 +--------------- + src/hb-ot-shape.cc | 2 +- + src/hb-private.hh | 14 ++++++++++++++ 6 files changed, 29 insertions(+), 19 deletions(-) commit 7793aad946e09b53523b30d57de85abd1d15f8b6 Author: Behdad Esfahbod -Date: Wed Nov 4 14:48:46 2015 -0800 +Date: Wed Nov 4 14:48:46 2015 -0800 Normalize various spaces to space if font doesn't support @@ -4534,26 +7908,26 @@ Date: Wed Nov 4 14:48:46 2015 -0800 It also remembers which space character it was, such that later on we can approximate the width of this particular space - character. That part is not implemented yet. + character. That part is not implemented yet. We normalize all GC=Zs chars except for U+1680 OGHA SPACE MARK, which is better left alone. - src/hb-ot-layout-private.hh | 47 + src/hb-ot-layout-private.hh | 47 +++------------------ - src/hb-ot-shape-normalize.cc | 12 +++++- - src/hb-unicode-private.hh | 40 + src/hb-ot-shape-normalize.cc | 12 +++++- + src/hb-unicode-private.hh | 40 ++++++++++++++++++ - test/shaping/Makefile.am | 1 + + test/shaping/Makefile.am | 1 + .../1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf | Bin 0 -> 316 bytes - test/shaping/fonts/sha1sum/MANIFEST | 1 + - test/shaping/tests/MANIFEST | 1 + - test/shaping/tests/spaces.tests | 17 ++++++++ + test/shaping/fonts/sha1sum/MANIFEST | 1 + + test/shaping/tests/MANIFEST | 1 + + test/shaping/tests/spaces.tests | 17 ++++++++ 8 files changed, 76 insertions(+), 43 deletions(-) commit 8b3c7f9ede77052225cff8495d660860bf9c7629 Author: Behdad Esfahbod -Date: Wed Nov 4 15:30:48 2015 -0800 +Date: Wed Nov 4 15:30:48 2015 -0800 [test] Support recording multiple lines of text in record-test.sh @@ -4562,7 +7936,7 @@ Date: Wed Nov 4 15:30:48 2015 -0800 commit 85658394809fe0593ab5dfb30fd96118765c7dc5 Author: Behdad Esfahbod -Date: Wed Nov 4 14:46:52 2015 -0800 +Date: Wed Nov 4 14:46:52 2015 -0800 Protect against possible invalid-memory access after OOM @@ -4571,7 +7945,7 @@ Date: Wed Nov 4 14:46:52 2015 -0800 commit 4cc80bed25450af3d84a30ea417fa9275b15e014 Author: Behdad Esfahbod -Date: Wed Nov 4 14:46:10 2015 -0800 +Date: Wed Nov 4 14:46:10 2015 -0800 Fix typo! @@ -4582,7 +7956,7 @@ Date: Wed Nov 4 14:46:10 2015 -0800 commit 9ac4b9656dd78ffd129bc3d560a92e2692bc3058 Author: Behdad Esfahbod -Date: Wed Nov 4 14:18:39 2015 -0800 +Date: Wed Nov 4 14:18:39 2015 -0800 Add Unicode space category @@ -4594,7 +7968,7 @@ Date: Wed Nov 4 14:18:39 2015 -0800 commit 8249ec3f86510fd24462ce71ed64a6978f0ade17 Author: Behdad Esfahbod -Date: Wed Nov 4 13:26:17 2015 -0800 +Date: Wed Nov 4 13:26:17 2015 -0800 Make top-byte of unicode_props available to be used differently per-GC @@ -4603,17 +7977,17 @@ Date: Wed Nov 4 13:26:17 2015 -0800 commit cc5d3a33882b52f906ee4346707700f5e846d2ac Author: Behdad Esfahbod -Date: Wed Nov 4 13:21:25 2015 -0800 +Date: Wed Nov 4 13:21:25 2015 -0800 Towards using top-byte of unicode-props for more things src/hb-ot-layout-gsubgpos-private.hh | 1 - - src/hb-ot-layout-private.hh | 3 ++- + src/hb-ot-layout-private.hh | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) commit 2f38dde5a1ea5459789fabaee661cae9235d204e Author: Behdad Esfahbod -Date: Wed Nov 4 13:17:33 2015 -0800 +Date: Wed Nov 4 13:17:33 2015 -0800 Add _hb_glyph_info_is_unicode_mark() @@ -4624,17 +7998,17 @@ Date: Wed Nov 4 13:17:33 2015 -0800 commit 90d75f93bb85aeb627c4e6bb9e4cbd75895c99f7 Author: Behdad Esfahbod -Date: Tue Nov 3 12:58:12 2015 -0800 +Date: Tue Nov 3 12:58:12 2015 -0800 Tighten ccc-setting a bit and document it src/hb-ot-layout-private.hh | 12 +++++++++++- - src/hb-unicode-private.hh | 5 +++++ + src/hb-unicode-private.hh | 5 +++++ 2 files changed, 16 insertions(+), 1 deletion(-) commit 2f0dfd43cdc2259e6117704f8077ab6951c761e5 Author: Behdad Esfahbod -Date: Tue Nov 3 12:28:34 2015 -0800 +Date: Tue Nov 3 12:28:34 2015 -0800 Fix test expectation @@ -4643,7 +8017,7 @@ Date: Tue Nov 3 12:28:34 2015 -0800 commit df698f3299d92867e3305715f675b2621c316acd Author: Behdad Esfahbod -Date: Tue Nov 3 12:15:12 2015 -0800 +Date: Tue Nov 3 12:15:12 2015 -0800 [ot-font] Fix hmtx table length checking, *again* @@ -4659,29 +8033,29 @@ Date: Tue Nov 3 12:15:12 2015 -0800 https://github.com/behdad/harfbuzz/issues/139#issuecomment-153449473 Fixes https://github.com/behdad/harfbuzz/issues/156 - src/hb-ot-font.cc | 4 ++-- + src/hb-ot-font.cc | 4 ++-- .../sha1sum/8240789f6d12d4cfc4b5e8e6f246c3701bcf861f.ttf | Bin 0 -> 633 bytes - test/shaping/fonts/sha1sum/MANIFEST | 1 + - test/shaping/tests/fuzzed.tests | 1 + + test/shaping/fonts/sha1sum/MANIFEST | 1 + + test/shaping/tests/fuzzed.tests | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) commit 3530cc2d7c3b7102902cb0e38b0bf9f46188078d Author: Behdad Esfahbod -Date: Tue Nov 3 11:34:47 2015 -0800 +Date: Tue Nov 3 11:34:47 2015 -0800 [util] Fix option-parsing leaks - util/helper-cairo.cc | 7 +++++-- + util/helper-cairo.cc | 7 +++++-- util/main-font-text.hh | 22 ++++++++++++++++++--- - util/options.cc | 21 ++++++++++---------- - util/options.hh | 53 + util/options.cc | 21 ++++++++++---------- + util/options.hh | 53 +++++++++++++++++++++++++++++++++----------------- 4 files changed, 70 insertions(+), 33 deletions(-) commit 642135f3b2d6d6eb800153c76c4718239733c0e6 Author: Behdad Esfahbod -Date: Tue Nov 3 11:26:34 2015 -0800 +Date: Tue Nov 3 11:26:34 2015 -0800 [util] In --debug mode, duplicate font data @@ -4698,7 +8072,7 @@ Date: Tue Nov 3 11:26:34 2015 -0800 commit ed2024ef93ac3af214082016e5aa8c14db9d7515 Author: Behdad Esfahbod -Date: Mon Nov 2 17:58:12 2015 -0800 +Date: Mon Nov 2 17:58:12 2015 -0800 [perf] Micro-optimize @@ -4707,7 +8081,7 @@ Date: Mon Nov 2 17:58:12 2015 -0800 commit 76a5310a830c7ae12037b768c5043bef0ff733a0 Author: Behdad Esfahbod -Date: Mon Nov 2 17:52:45 2015 -0800 +Date: Mon Nov 2 17:52:45 2015 -0800 Remove irrelevant comment @@ -4720,7 +8094,7 @@ Date: Mon Nov 2 17:52:45 2015 -0800 commit 8259669fbd1b070fc02287325894caf1bc4d590e Author: Behdad Esfahbod -Date: Mon Nov 2 17:44:05 2015 -0800 +Date: Mon Nov 2 17:44:05 2015 -0800 Minor @@ -4730,7 +8104,7 @@ Date: Mon Nov 2 17:44:05 2015 -0800 commit 9382c471eabce8d36d3a73c97499ab60af422716 Author: Behdad Esfahbod -Date: Mon Nov 2 17:36:51 2015 -0800 +Date: Mon Nov 2 17:36:51 2015 -0800 Combine unicode_props0/1 into a uint16 @@ -4742,7 +8116,7 @@ Date: Mon Nov 2 17:36:51 2015 -0800 commit 71277185454482cff9b0c10b85c416eb4d6e0ed9 Author: Behdad Esfahbod -Date: Mon Nov 2 17:27:48 2015 -0800 +Date: Mon Nov 2 17:27:48 2015 -0800 [perf] Only call combining_class() for marks @@ -4754,7 +8128,7 @@ Date: Mon Nov 2 17:27:48 2015 -0800 commit 5ba450407b9d9856453e63a815499da8721ff6a7 Author: Behdad Esfahbod -Date: Mon Nov 2 15:43:08 2015 -0800 +Date: Mon Nov 2 15:43:08 2015 -0800 Make max context-length and max nesting level configurable @@ -4767,7 +8141,7 @@ Date: Mon Nov 2 15:43:08 2015 -0800 commit 67f8821fb25d9bd55719f5e29a582ae1af4b02b3 Author: Behdad Esfahbod -Date: Mon Nov 2 15:37:29 2015 -0800 +Date: Mon Nov 2 15:37:29 2015 -0800 [ot] Make bad-hmtx handling match FreeType @@ -4776,13 +8150,13 @@ Date: Mon Nov 2 15:37:29 2015 -0800 on FreeType behavior for badly-broken fonts. Fixes failing test with FreeType master. - src/hb-ot-font.cc | 24 ++++++++++++++---------- + src/hb-ot-font.cc | 24 ++++++++++++++---------- test/shaping/tests/fuzzed.tests | 10 +++++----- 2 files changed, 19 insertions(+), 15 deletions(-) commit 672ca3b4e65a75fb3a418ec5d117ad242a98acbb Author: Behdad Esfahbod -Date: Mon Oct 26 14:05:05 2015 -0700 +Date: Mon Oct 26 14:05:05 2015 -0700 Use templates for making sure expression is constant @@ -4791,7 +8165,7 @@ Date: Mon Oct 26 14:05:05 2015 -0700 commit 5c8174eda32c08187bc2ed40eefa1017f5b40668 Author: Behdad Esfahbod -Date: Wed Oct 21 18:51:40 2015 -0200 +Date: Wed Oct 21 18:51:40 2015 -0200 Update comments for removal of compat decompositions @@ -4800,7 +8174,7 @@ Date: Wed Oct 21 18:51:40 2015 -0200 commit f6799700404c49ae0a6018fd51be19551c76768a Author: Behdad Esfahbod -Date: Wed Oct 21 17:20:55 2015 -0200 +Date: Wed Oct 21 17:20:55 2015 -0200 Disable compatibility decomposition usage during normalization @@ -4811,7 +8185,7 @@ Date: Wed Oct 21 17:20:55 2015 -0200 commit ce889189c1f8ef5b400a17f623dcb8b935d1102b Author: Behdad Esfahbod -Date: Wed Oct 21 11:23:12 2015 -0200 +Date: Wed Oct 21 11:23:12 2015 -0200 Fix two more -Wshadow warnings @@ -4822,7 +8196,7 @@ Date: Wed Oct 21 11:23:12 2015 -0200 commit 4a6b1eedbb0044b57505eea65a329d2dc4f9f917 Author: Behdad Esfahbod -Date: Wed Oct 21 11:20:55 2015 -0200 +Date: Wed Oct 21 11:20:55 2015 -0200 Fix one more -Wshadow warning @@ -4833,7 +8207,7 @@ Date: Wed Oct 21 11:20:55 2015 -0200 commit 6f932bc8f9045b224613a617af2b4f3450c79467 Author: Behdad Esfahbod -Date: Wed Oct 21 11:16:49 2015 -0200 +Date: Wed Oct 21 11:16:49 2015 -0200 Fix a few more -Wshadow-local warnings @@ -4846,7 +8220,7 @@ Date: Wed Oct 21 11:16:49 2015 -0200 commit b90cb366d7723c28758c6b75a0770613fbb5456e Author: Behdad Esfahbod -Date: Wed Oct 21 11:13:21 2015 -0200 +Date: Wed Oct 21 11:13:21 2015 -0200 Fix one -Wshadow-compatible-local warning @@ -4857,7 +8231,7 @@ Date: Wed Oct 21 11:13:21 2015 -0200 commit 50e5750bd8670b4cf4463471a2348d4c99c9d054 Author: Behdad Esfahbod -Date: Wed Oct 21 11:10:10 2015 -0200 +Date: Wed Oct 21 11:10:10 2015 -0200 Avoid unnecessary cast to 64-bit @@ -4870,7 +8244,7 @@ Date: Wed Oct 21 11:10:10 2015 -0200 commit 305d2fbf5a2db51447c8ed894a48a88896930673 Author: Behdad Esfahbod -Date: Wed Oct 21 11:04:28 2015 -0200 +Date: Wed Oct 21 11:04:28 2015 -0200 Add HB_FALLTHROUGH @@ -4878,13 +8252,13 @@ Date: Wed Oct 21 11:04:28 2015 -0200 src/hb-ot-shape-complex-indic.cc | 2 +- src/hb-ot-shape-complex-thai.cc | 2 +- - src/hb-ot-shape-fallback.cc | 4 +++- - src/hb-private.hh | 30 ++++++++++++++++++++++++++++++ + src/hb-ot-shape-fallback.cc | 4 +++- + src/hb-private.hh | 30 ++++++++++++++++++++++++++++++ 4 files changed, 35 insertions(+), 3 deletions(-) commit f35b3e931ddacd075c5d0810e9b17de07b232ee2 Author: Ebrahim Byagowi -Date: Fri Sep 11 09:48:12 2015 +0430 +Date: Fri Sep 11 09:48:12 2015 +0430 Add a prototype of DirectWrite as a shaping backend @@ -4896,7 +8270,7 @@ Date: Fri Sep 11 09:48:12 2015 +0430 commit 6486e3755482563ecd89aeb3f8348ed190945e26 Author: Behdad Esfahbod -Date: Tue Oct 20 16:39:41 2015 -0200 +Date: Tue Oct 20 16:39:41 2015 -0200 Fix typo @@ -4905,7 +8279,7 @@ Date: Tue Oct 20 16:39:41 2015 -0200 commit 753ea7b90904c951c199861409458bea182abb37 Author: Behdad Esfahbod -Date: Tue Oct 20 15:21:18 2015 -0200 +Date: Tue Oct 20 15:21:18 2015 -0200 Add BUILD.md to dist @@ -4913,18 +8287,18 @@ Date: Tue Oct 20 15:21:18 2015 -0200 1 file changed, 1 insertion(+) commit 5d7a30fde09320c2c62c7c73570ce3f2e298eba6 -Merge: 904b0dc 2fb95a0 +Merge: 904b0dc3 2fb95a0c Author: Behdad Esfahbod -Date: Tue Oct 20 15:19:41 2015 -0200 +Date: Tue Oct 20 15:19:41 2015 -0200 Merge pull request #148 from ebraminio/inst Add BUILD.md based on harfbuzz.org docs commit 904b0dc3811464cf61dc9457664de95ee4f61a86 -Merge: 86cadc2 ba096bc +Merge: 86cadc2c ba096bcc Author: Behdad Esfahbod -Date: Mon Oct 19 16:59:43 2015 -0200 +Date: Mon Oct 19 16:59:43 2015 -0200 Merge pull request #147 from ebraminio/dockerci @@ -4932,7 +8306,7 @@ Date: Mon Oct 19 16:59:43 2015 -0200 commit ba096bcc28ca80e2096e0a15191848fcd175e395 Author: Ebrahim Byagowi -Date: Mon Oct 19 21:41:01 2015 +0330 +Date: Mon Oct 19 21:41:01 2015 +0330 [ci] change to docker infrastructure @@ -4941,7 +8315,7 @@ Date: Mon Oct 19 21:41:01 2015 +0330 commit 2fb95a0c9d2cb8b03b7c158706d6b0e41283a6df Author: Ebrahim Byagowi -Date: Mon Oct 19 22:02:12 2015 +0330 +Date: Mon Oct 19 22:02:12 2015 +0330 Add BUILD.md based on harfbuzz.org docs @@ -4950,17 +8324,17 @@ Date: Mon Oct 19 22:02:12 2015 +0330 commit 86cadc2cd4171050e9d74306b76c42f6ec74b861 Author: Behdad Esfahbod -Date: Thu Oct 15 20:25:29 2015 -0300 +Date: Thu Oct 15 20:25:29 2015 -0300 1.0.6 - NEWS | 13 +++++++++++++ + NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) commit ca97ea7aa2cb7186f432aaba76f4f151aa90c1d0 Author: Behdad Esfahbod -Date: Thu Oct 15 20:20:22 2015 -0300 +Date: Thu Oct 15 20:20:22 2015 -0300 [ft] Revert change-of-behavior of hb_ft_font_create() introduced in 1.0.5 @@ -4979,7 +8353,7 @@ Date: Thu Oct 15 20:20:22 2015 -0300 commit 338ffec9e4a5819f2be21c3a320a567378c977b1 Author: Behdad Esfahbod -Date: Thu Oct 15 12:55:57 2015 -0300 +Date: Thu Oct 15 12:55:57 2015 -0300 Add tests for a couple of fixed issues found by libFuzzer @@ -4991,13 +8365,13 @@ Date: Thu Oct 15 12:55:57 2015 -0300 1024 bytes .../sha1sum/641bd9db850193064d17575053ae2bf8ec149ddc.ttf | Bin 0 -> 305 bytes - test/shaping/fonts/sha1sum/MANIFEST | 2 ++ - test/shaping/tests/fuzzed.tests | 2 ++ + test/shaping/fonts/sha1sum/MANIFEST | 2 ++ + test/shaping/tests/fuzzed.tests | 2 ++ 4 files changed, 4 insertions(+) commit 63ef0b41dc48d6112d1918c1b1de9de8ea90adb5 Author: Behdad Esfahbod -Date: Thu Oct 15 12:47:22 2015 -0300 +Date: Thu Oct 15 12:47:22 2015 -0300 [ot-font] Fix hmtx wrong table length check @@ -5010,7 +8384,7 @@ Date: Thu Oct 15 12:47:22 2015 -0300 commit 613e630617074eb9b62b794cc37c9b42a7fb079b Author: Behdad Esfahbod -Date: Tue Oct 13 23:33:28 2015 -0300 +Date: Tue Oct 13 23:33:28 2015 -0300 Reduce max nesting level from 8 to 6 @@ -5025,17 +8399,17 @@ Date: Tue Oct 13 23:33:28 2015 -0300 commit ab170529246ad80830bef2b3c8b48e9a8d2b7483 Author: Behdad Esfahbod -Date: Tue Oct 13 10:55:33 2015 -0300 +Date: Tue Oct 13 10:55:33 2015 -0300 1.0.5 - NEWS | 24 ++++++++++++++++++++++++ + NEWS | 24 ++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) commit ed13e2ce509408f849255be1d3cc3dbd7dbb3ba2 Author: Behdad Esfahbod -Date: Tue Oct 13 10:32:56 2015 -0300 +Date: Tue Oct 13 10:32:56 2015 -0300 [ot-font] Fix leak @@ -5046,19 +8420,19 @@ Date: Tue Oct 13 10:32:56 2015 -0300 commit 55db94be2b754ba9b9121f09abcf8496c798affc Author: Behdad Esfahbod -Date: Tue Oct 13 00:33:59 2015 -0400 +Date: Tue Oct 13 00:33:59 2015 -0400 Add test for previous commit .../sha1sum/0509e80afb379d16560e9e47bdd7d888bebdebc6.ttf | Bin 0 -> 61 bytes - test/shaping/fonts/sha1sum/MANIFEST | 1 + - test/shaping/tests/fuzzed.tests | 1 + + test/shaping/fonts/sha1sum/MANIFEST | 1 + + test/shaping/tests/fuzzed.tests | 1 + 3 files changed, 2 insertions(+) commit f96664974774bfeb237a7274f512f64aaafb201e Author: Behdad Esfahbod -Date: Tue Oct 13 00:30:50 2015 -0400 +Date: Tue Oct 13 00:30:50 2015 -0400 Fix another memory access issue discovered by libFuzzer @@ -5070,7 +8444,7 @@ Date: Tue Oct 13 00:30:50 2015 -0400 commit c1a5dc46c2231f7b62421e06b9766ccfebaf3ef5 Author: Behdad Esfahbod -Date: Mon Oct 12 17:39:52 2015 -0400 +Date: Mon Oct 12 17:39:52 2015 -0400 [fuzz] Add fuzzing script from kcc@ @@ -5082,7 +8456,7 @@ Date: Mon Oct 12 17:39:52 2015 -0400 commit cc6ea308d4c99b9dd6d625fa3a9b0ef62fa2614f Author: Behdad Esfahbod -Date: Mon Oct 12 17:21:52 2015 -0400 +Date: Mon Oct 12 17:21:52 2015 -0400 Extern "C" custom-allocator declerations @@ -5091,19 +8465,19 @@ Date: Mon Oct 12 17:21:52 2015 -0400 commit 98c6fccc00062ead7a86892dd059aa13d266b981 Author: Behdad Esfahbod -Date: Sun Oct 11 21:41:04 2015 -0400 +Date: Sun Oct 11 21:41:04 2015 -0400 Add test for ee9b0b6cb5fdb08671ab064f26c299135f828260 .../sha1sum/5a5daf5eb5a4db77a2baa3ad9c7a6ed6e0655fa8.ttf | Bin 0 -> 61 bytes - test/shaping/fonts/sha1sum/MANIFEST | 1 + - test/shaping/tests/fuzzed.tests | 1 + + test/shaping/fonts/sha1sum/MANIFEST | 1 + + test/shaping/tests/fuzzed.tests | 1 + 3 files changed, 2 insertions(+) commit 50f489a0a013fc589626bb532a9f64f50bb41f58 Author: Behdad Esfahbod -Date: Sun Oct 11 20:59:29 2015 -0400 +Date: Sun Oct 11 20:59:29 2015 -0400 Typo @@ -5112,7 +8486,7 @@ Date: Sun Oct 11 20:59:29 2015 -0400 commit ee9b0b6cb5fdb08671ab064f26c299135f828260 Author: Behdad Esfahbod -Date: Fri Oct 9 14:23:15 2015 -0400 +Date: Fri Oct 9 14:23:15 2015 -0400 Fix another sanitize bug @@ -5123,21 +8497,21 @@ Date: Fri Oct 9 14:23:15 2015 -0400 commit 34379b49e6922b86c15ee62f7fe3bf016cdc2514 Author: Behdad Esfahbod -Date: Fri Oct 9 12:34:02 2015 -0400 +Date: Fri Oct 9 12:34:02 2015 -0400 Add test for previous fix - test/shaping/Makefile.am | 1 + + test/shaping/Makefile.am | 1 + .../sha1sum/1a6f1687b7a221f9f2c834b0b360d3c8463b6daf.ttf | Bin 0 -> 64 bytes - test/shaping/fonts/sha1sum/MANIFEST | 1 + - test/shaping/tests/MANIFEST | 1 + - test/shaping/tests/fuzzed.tests | 1 + + test/shaping/fonts/sha1sum/MANIFEST | 1 + + test/shaping/tests/MANIFEST | 1 + + test/shaping/tests/fuzzed.tests | 1 + 5 files changed, 4 insertions(+) commit f396fbb000dc1c8acddbf6a16e193b328c5e551e Author: Behdad Esfahbod -Date: Fri Oct 9 12:25:55 2015 -0400 +Date: Fri Oct 9 12:25:55 2015 -0400 Fix return value of sanitize when subformat is not readable @@ -5146,7 +8520,7 @@ Date: Fri Oct 9 12:25:55 2015 -0400 This was caught by "libFuzzer" testing. - src/hb-open-type-private.hh | 2 ++ + src/hb-open-type-private.hh | 2 ++ src/hb-ot-layout-gpos-table.hh | 15 +++++++-------- src/hb-ot-layout-gsub-table.hh | 13 ++++++------- src/hb-ot-layout-gsubgpos-private.hh | 8 ++++---- @@ -5154,19 +8528,19 @@ Date: Fri Oct 9 12:25:55 2015 -0400 commit 77a1a2bc18e7b04d4e352a8777ccce345b2f8659 Author: Behdad Esfahbod -Date: Fri Oct 9 12:20:58 2015 -0400 +Date: Fri Oct 9 12:20:58 2015 -0400 Add hb_dispatch_context_t - src/hb-open-type-private.hh | 26 ++++++++++++++++++++++---- + src/hb-open-type-private.hh | 26 ++++++++++++++++++++++---- src/hb-ot-layout-gsubgpos-private.hh | 36 ++++++++++++------------------------ - src/hb-ot-layout.cc | 8 +++----- + src/hb-ot-layout.cc | 8 +++----- 3 files changed, 37 insertions(+), 33 deletions(-) commit 3e905e396bcd745bda88e751998a76556c5cb8c6 Author: Behdad Esfahbod -Date: Thu Oct 8 12:51:02 2015 -0400 +Date: Thu Oct 8 12:51:02 2015 -0400 Add hb_font_set_parent() @@ -5175,13 +8549,13 @@ Date: Thu Oct 8 12:51:02 2015 -0400 parent into a font... src/hb-font.cc | 26 ++++++++++++++++++++++++++ - src/hb-font.h | 4 ++++ + src/hb-font.h | 4 ++++ test/api/test-font.c | 12 ++++++++++++ 3 files changed, 42 insertions(+) commit edeb3dabf4a589d67c3f1da7ba43a74e4d3a9afd Author: Behdad Esfahbod -Date: Thu Oct 8 12:47:15 2015 -0400 +Date: Thu Oct 8 12:47:15 2015 -0400 [ft] Add version for new API @@ -5190,7 +8564,7 @@ Date: Thu Oct 8 12:47:15 2015 -0400 commit 2a9627c5641cd000e2adff0e42a0dc687b53ec70 Author: Behdad Esfahbod -Date: Wed Oct 7 17:33:20 2015 -0400 +Date: Wed Oct 7 17:33:20 2015 -0400 [ft] API: Add hb_font_[sg]et_load_flags() API @@ -5207,7 +8581,7 @@ Date: Wed Oct 7 17:33:20 2015 -0400 commit 3224a594dcf2164b5585b4ccba34f244af3f61b9 Author: Behdad Esfahbod -Date: Wed Oct 7 17:33:02 2015 -0400 +Date: Wed Oct 7 17:33:02 2015 -0400 Minor @@ -5216,7 +8590,7 @@ Date: Wed Oct 7 17:33:02 2015 -0400 commit 52b418555b62a3b25399f202c1fa72ab7288c224 Author: Behdad Esfahbod -Date: Sat Oct 3 13:20:55 2015 +0100 +Date: Sat Oct 3 13:20:55 2015 +0100 Allow compiling with custom allocators @@ -5229,7 +8603,7 @@ Date: Sat Oct 3 13:20:55 2015 +0100 commit 88da7bba9fa4665b33f5bfcd45add7443097eaf3 Author: Behdad Esfahbod -Date: Fri Oct 2 14:38:20 2015 +0100 +Date: Fri Oct 2 14:38:20 2015 +0100 Default font scale to face upem @@ -5242,7 +8616,7 @@ Date: Fri Oct 2 14:38:20 2015 +0100 commit 1866e17114b41d565eb066e7d9393c2ff3e0a12b Author: Behdad Esfahbod -Date: Fri Oct 2 14:21:29 2015 +0100 +Date: Fri Oct 2 14:21:29 2015 +0100 Make hb_font_create_sub_font() NOT make parent immutable @@ -5255,7 +8629,7 @@ Date: Fri Oct 2 14:21:29 2015 +0100 commit 980e25cad2e58c31f5361862b9223d94ec47fc7a Author: Behdad Esfahbod -Date: Fri Oct 2 08:21:12 2015 +0100 +Date: Fri Oct 2 08:21:12 2015 +0100 Fix hb-ot-shape-normalize with empty buffer @@ -5266,7 +8640,7 @@ Date: Fri Oct 2 08:21:12 2015 +0100 commit a5efaac4ff61b587f228830b265b39fe8e5e4e47 Author: Behdad Esfahbod -Date: Fri Oct 2 08:02:29 2015 +0100 +Date: Fri Oct 2 08:02:29 2015 +0100 Replace a couple of malloc()s with calloc() @@ -5277,7 +8651,7 @@ Date: Fri Oct 2 08:02:29 2015 +0100 commit 26ba4d1e1fb8949632fe08e6a7600badfba4f142 Author: Behdad Esfahbod -Date: Fri Oct 2 07:25:52 2015 +0100 +Date: Fri Oct 2 07:25:52 2015 +0100 Fix segfault with empty buffer in hb_shape_plan_execute() @@ -5292,29 +8666,29 @@ Date: Fri Oct 2 07:25:52 2015 +0100 commit 432ffc47a46d41bea17d839d0d3980e654c6e638 Author: Behdad Esfahbod -Date: Wed Sep 30 22:51:16 2015 +0100 +Date: Wed Sep 30 22:51:16 2015 +0100 1.0.4 - NEWS | 7 +++++++ + NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit b47159011ca518c3b94d782ed16a91ffe9dd2ab2 Author: Behdad Esfahbod -Date: Tue Sep 29 14:57:02 2015 +0100 +Date: Tue Sep 29 14:57:02 2015 +0100 Define return_trace() Not functional change (expected!). - src/hb-open-file-private.hh | 20 +-- - src/hb-open-type-private.hh | 62 +++---- - src/hb-ot-cmap-table.hh | 56 +++---- - src/hb-ot-glyf-table.hh | 4 +- - src/hb-ot-head-table.hh | 2 +- - src/hb-ot-hhea-table.hh | 2 +- - src/hb-ot-hmtx-table.hh | 2 +- + src/hb-open-file-private.hh | 20 +-- + src/hb-open-type-private.hh | 62 +++---- + src/hb-ot-cmap-table.hh | 56 +++---- + src/hb-ot-glyf-table.hh | 4 +- + src/hb-ot-head-table.hh | 2 +- + src/hb-ot-hhea-table.hh | 2 +- + src/hb-ot-hmtx-table.hh | 2 +- src/hb-ot-layout-common-private.hh | 108 ++++++------- src/hb-ot-layout-gdef-table.hh | 44 ++--- src/hb-ot-layout-gpos-table.hh | 252 +++++++++++++++-------------- @@ -5322,14 +8696,14 @@ Date: Tue Sep 29 14:57:02 2015 +0100 ++++++++++++++++++----------------- src/hb-ot-layout-gsubgpos-private.hh | 205 +++++++++++------------ src/hb-ot-layout-jstf-table.hh | 35 ++-- - src/hb-ot-maxp-table.hh | 5 +- - src/hb-ot-name-table.hh | 14 +- - src/hb-private.hh | 6 +- + src/hb-ot-maxp-table.hh | 5 +- + src/hb-ot-name-table.hh | 14 +- + src/hb-private.hh | 6 +- 16 files changed, 575 insertions(+), 546 deletions(-) commit c917965b9e6fe2b21ed6c51559673288fa3af4b7 Author: Behdad Esfahbod -Date: Tue Sep 29 14:45:35 2015 +0100 +Date: Tue Sep 29 14:45:35 2015 +0100 Add missing returns @@ -5344,7 +8718,7 @@ Date: Tue Sep 29 14:45:35 2015 +0100 commit f3159ba5141c2ab0e430e64742972df140f91c43 Author: Behdad Esfahbod -Date: Tue Sep 29 14:34:56 2015 +0100 +Date: Tue Sep 29 14:34:56 2015 +0100 Micro-optimize hb_language_from_string() @@ -5355,7 +8729,7 @@ Date: Tue Sep 29 14:34:56 2015 +0100 commit f2ad935e19338a29113492150f0c5a5fd5befd75 Author: Sascha Brawer -Date: Sun Jun 28 03:29:47 2015 +0200 +Date: Sun Jun 28 03:29:47 2015 +0200 Handle language tags that indicate phonetic IPA transcription @@ -5367,40 +8741,40 @@ Date: Sun Jun 28 03:29:47 2015 +0200 http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry - src/hb-ot-tag.cc | 15 ++++++++++++++- + src/hb-ot-tag.cc | 15 ++++++++++++++- test/api/test-ot-tag.c | 7 +++++++ 2 files changed, 21 insertions(+), 1 deletion(-) commit b8811429b6810c4f13be087b593a862c17d9d987 Author: Behdad Esfahbod -Date: Thu Sep 3 15:53:22 2015 +0430 +Date: Thu Sep 3 15:53:22 2015 +0430 Fix Since tags Fixes https://github.com/behdad/harfbuzz/issues/103 - src/hb-blob.cc | 24 +++++++++---------- + src/hb-blob.cc | 24 +++++++++---------- src/hb-buffer-serialize.cc | 10 ++++---- - src/hb-buffer.cc | 58 + src/hb-buffer.cc | 58 +++++++++++++++++++++++----------------------- - src/hb-buffer.h | 9 +++++++ - src/hb-common.cc | 24 +++++++++---------- - src/hb-common.h | 3 +++ - src/hb-coretext.cc | 3 +++ - src/hb-font.h | 18 +++++++------- - src/hb-ft.cc | 6 ++--- - src/hb-graphite2.cc | 6 +++++ - src/hb-ot-layout.cc | 2 +- - src/hb-ot-tag.cc | 2 +- - src/hb-set.h | 3 +++ - src/hb-shape.cc | 2 +- - src/hb-unicode.cc | 18 +++++++------- - src/hb-unicode.h | 10 ++++---- + src/hb-buffer.h | 9 +++++++ + src/hb-common.cc | 24 +++++++++---------- + src/hb-common.h | 3 +++ + src/hb-coretext.cc | 3 +++ + src/hb-font.h | 18 +++++++------- + src/hb-ft.cc | 6 ++--- + src/hb-graphite2.cc | 6 +++++ + src/hb-ot-layout.cc | 2 +- + src/hb-ot-tag.cc | 2 +- + src/hb-set.h | 3 +++ + src/hb-shape.cc | 2 +- + src/hb-unicode.cc | 18 +++++++------- + src/hb-unicode.h | 10 ++++---- 16 files changed, 111 insertions(+), 87 deletions(-) commit 5d74ff02ab01df67808b416af8bb9cefb06f841e Author: Behdad Esfahbod -Date: Thu Sep 3 14:55:59 2015 +0430 +Date: Thu Sep 3 14:55:59 2015 +0430 Fix Since: version tags on font and face APIs @@ -5417,17 +8791,17 @@ Date: Thu Sep 3 14:55:59 2015 +0430 commit 7f5405397406a24c5a001b5ef43dcf4d6926415e Author: Behdad Esfahbod -Date: Tue Sep 1 17:03:50 2015 +0100 +Date: Tue Sep 1 17:03:50 2015 +0100 1.0.3 - NEWS | 11 +++++++++++ + NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) commit 5828c45d7a816ccd0a7f10a665ea3cf8cfd63b05 Author: Behdad Esfahbod -Date: Tue Sep 1 16:26:35 2015 +0100 +Date: Tue Sep 1 16:26:35 2015 +0100 [indic] Add comments to merge_clusters calls @@ -5436,7 +8810,7 @@ Date: Tue Sep 1 16:26:35 2015 +0100 commit bdc8215949a7add742cc800b4fdea6acaa37d152 Author: Behdad Esfahbod -Date: Tue Sep 1 16:24:54 2015 +0100 +Date: Tue Sep 1 16:24:54 2015 +0100 [thai] Respect cluster-level > 0 @@ -5445,7 +8819,7 @@ Date: Tue Sep 1 16:24:54 2015 +0100 commit 5b31fe383ead726ec77062501ed3bb24c02842b3 Author: Behdad Esfahbod -Date: Tue Sep 1 16:24:34 2015 +0100 +Date: Tue Sep 1 16:24:34 2015 +0100 [use] Merge /before/ reordering @@ -5454,7 +8828,7 @@ Date: Tue Sep 1 16:24:34 2015 +0100 commit 0d438f89bd9422c66838c776eb4aa867de0a2ad8 Author: Behdad Esfahbod -Date: Tue Sep 1 16:24:13 2015 +0100 +Date: Tue Sep 1 16:24:13 2015 +0100 [hangul] Merge /before/ reordering @@ -5463,7 +8837,7 @@ Date: Tue Sep 1 16:24:13 2015 +0100 commit f883de664fc4bfe01e30c89e07e31dc113f906d9 Author: Behdad Esfahbod -Date: Tue Sep 1 16:23:40 2015 +0100 +Date: Tue Sep 1 16:23:40 2015 +0100 [OT] Merge /before/ reordering @@ -5472,7 +8846,7 @@ Date: Tue Sep 1 16:23:40 2015 +0100 commit c403d6320074455a5e8e48902c0ac4ee9685e33d Author: Behdad Esfahbod -Date: Tue Sep 1 16:15:25 2015 +0100 +Date: Tue Sep 1 16:15:25 2015 +0100 [myanmar] Use buffer->sort() to sort cluster @@ -5483,7 +8857,7 @@ Date: Tue Sep 1 16:15:25 2015 +0100 commit e995d33c10a4bd9404699d01bddb2b69d811e9ed Author: Behdad Esfahbod -Date: Tue Sep 1 16:13:32 2015 +0100 +Date: Tue Sep 1 16:13:32 2015 +0100 [OT] Merge clusters when reordering marks for normalization @@ -5491,13 +8865,13 @@ Date: Tue Sep 1 16:13:32 2015 +0100 and cluster test. src/hb-buffer-private.hh | 2 ++ - src/hb-buffer.cc | 21 +++++++++++++++++++++ + src/hb-buffer.cc | 21 +++++++++++++++++++++ src/hb-ot-shape-normalize.cc | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) commit b6d7d161a87b5dde710924e5c557d39c302f5630 Author: Behdad Esfahbod -Date: Tue Sep 1 16:12:44 2015 +0100 +Date: Tue Sep 1 16:12:44 2015 +0100 [tests] Add Hebrew test for normalization under cluster-level=1 @@ -5506,13 +8880,13 @@ Date: Tue Sep 1 16:12:44 2015 +0100 .../sha1sum/43ef465752be9af900745f72fe29cb853a1401a5.ttf | Bin 0 -> 4272 bytes - test/shaping/fonts/sha1sum/MANIFEST | 1 + - test/shaping/tests/cluster.tests | 1 + + test/shaping/fonts/sha1sum/MANIFEST | 1 + + test/shaping/tests/cluster.tests | 1 + 3 files changed, 2 insertions(+) commit 93099748e39740a3f6f003c83d9dec1d21660ce8 Author: Behdad Esfahbod -Date: Tue Sep 1 16:11:27 2015 +0100 +Date: Tue Sep 1 16:11:27 2015 +0100 Minor @@ -5521,35 +8895,35 @@ Date: Tue Sep 1 16:11:27 2015 +0100 commit 85846b3de7491b6a07fed6a2c0c6c1b09943b249 Author: Behdad Esfahbod -Date: Tue Sep 1 15:07:52 2015 +0100 +Date: Tue Sep 1 15:07:52 2015 +0100 Use insertion-sort instead of bubble-sort Needed for upcoming merge-clusters fix. - src/hb-buffer.cc | 4 +-- + src/hb-buffer.cc | 4 +-- src/hb-ot-shape-complex-arabic-fallback.hh | 6 ++-- - src/hb-ot-shape-complex-indic.cc | 2 +- - src/hb-ot-shape-complex-myanmar.cc | 2 +- - src/hb-ot-shape-normalize.cc | 6 ++-- - src/hb-private.hh | 56 + src/hb-ot-shape-complex-indic.cc | 2 +- + src/hb-ot-shape-complex-myanmar.cc | 2 +- + src/hb-ot-shape-normalize.cc | 6 ++-- + src/hb-private.hh | 56 +++++++++++++----------------- 6 files changed, 34 insertions(+), 42 deletions(-) commit fad2674874591b4a1df822603144c8864f5364c1 Author: Behdad Esfahbod -Date: Tue Sep 1 14:45:46 2015 +0100 +Date: Tue Sep 1 14:45:46 2015 +0100 Minor - test/Makefile.am | 4 ++++ - test/api/Makefile.am | 4 ++++ + test/Makefile.am | 4 ++++ + test/api/Makefile.am | 4 ++++ test/shaping/Makefile.am | 4 ++++ 3 files changed, 12 insertions(+) commit 23e4fac6de913201f263a73e13d3c1fab31d1bdd Author: Behdad Esfahbod -Date: Mon Aug 31 19:41:01 2015 +0100 +Date: Mon Aug 31 19:41:01 2015 +0100 Update git.mk from upstream @@ -5558,35 +8932,35 @@ Date: Mon Aug 31 19:41:01 2015 +0100 commit 5783e05f81bbf6debf2618c8994d6852630d9847 Author: Behdad Esfahbod -Date: Mon Aug 31 19:18:10 2015 +0100 +Date: Mon Aug 31 19:18:10 2015 +0100 [docs] Move docs/reference/ contents into docs/ - configure.ac | 3 +- - docs/Makefile.am | 117 + configure.ac | 3 +- + docs/Makefile.am | 117 ++++++++++++++++++++++++++- - docs/{reference => }/harfbuzz-docs.xml | 0 - docs/{reference => }/harfbuzz-overrides.txt | 0 - docs/{reference => }/harfbuzz-sections.txt | 0 - docs/reference/Makefile.am | 118 + docs/{reference => }/harfbuzz-docs.xml | 0 + docs/{reference => }/harfbuzz-overrides.txt | 0 + docs/{reference => }/harfbuzz-sections.txt | 0 + docs/reference/Makefile.am | 118 ---------------------------- - docs/{reference => }/usermanual-ch01.xml | 0 - docs/{reference => }/usermanual-ch02.xml | 0 - docs/{reference => }/usermanual-ch03.xml | 0 - docs/{reference => }/usermanual-ch04.xml | 0 - docs/{reference => }/usermanual-ch05.xml | 0 - docs/{reference => }/usermanual-ch06.xml | 0 - docs/{reference => }/version.xml.in | 0 + docs/{reference => }/usermanual-ch01.xml | 0 + docs/{reference => }/usermanual-ch02.xml | 0 + docs/{reference => }/usermanual-ch03.xml | 0 + docs/{reference => }/usermanual-ch04.xml | 0 + docs/{reference => }/usermanual-ch05.xml | 0 + docs/{reference => }/usermanual-ch06.xml | 0 + docs/{reference => }/version.xml.in | 0 13 files changed, 117 insertions(+), 121 deletions(-) commit cd5e3a13a6e0b6606d3a421f8cd44cdfb8314907 Author: Behdad Esfahbod -Date: Mon Aug 31 19:16:41 2015 +0100 +Date: Mon Aug 31 19:16:41 2015 +0100 [docs] Fix out-of-tree build - docs/reference/Makefile.am | 9 ++++++++- - docs/reference/harfbuzz-docs.xml | 12 ++++++------ + docs/reference/Makefile.am | 9 ++++++++- + docs/reference/harfbuzz-docs.xml | 12 ++++++------ docs/{ => reference}/usermanual-ch01.xml | 0 docs/{ => reference}/usermanual-ch02.xml | 0 docs/{ => reference}/usermanual-ch03.xml | 0 @@ -5596,9 +8970,9 @@ Date: Mon Aug 31 19:16:41 2015 +0100 8 files changed, 14 insertions(+), 7 deletions(-) commit 3899795fa3c3e058e3885ec7a6638f0597a752cc -Merge: d205965 01e16e8 +Merge: d2059652 01e16e88 Author: Behdad Esfahbod -Date: Mon Aug 31 10:46:01 2015 +0100 +Date: Mon Aug 31 10:46:01 2015 +0100 Merge pull request #131 from simoncozens/docs @@ -5606,7 +8980,7 @@ Date: Mon Aug 31 10:46:01 2015 +0100 commit 01e16e88f50b65b82dcb84773f532f18a351319f Author: Simon Cozens -Date: Mon Aug 31 10:40:17 2015 +0100 +Date: Mon Aug 31 10:40:17 2015 +0100 Combine user / reference information into gtk-doc generated manual. @@ -5616,7 +8990,7 @@ Date: Mon Aug 31 10:40:17 2015 +0100 commit 11a07c4729174e1d4af028103ecb0a351e4c2707 Author: Simon Cozens -Date: Mon Aug 31 10:39:10 2015 +0100 +Date: Mon Aug 31 10:39:10 2015 +0100 Correct tag hierarchy, to allow for table-of-contents entries. @@ -5629,7 +9003,7 @@ Date: Mon Aug 31 10:39:10 2015 +0100 commit 387d6af428ddd5d4f211fe5748412011013a3826 Author: Simon Cozens -Date: Mon Aug 31 10:31:09 2015 +0100 +Date: Mon Aug 31 10:31:09 2015 +0100 Missing tag (oops). @@ -5638,7 +9012,7 @@ Date: Mon Aug 31 10:31:09 2015 +0100 commit d205965286798af4b7ad07e1eafa58288bee4bdb Author: Behdad Esfahbod -Date: Mon Aug 31 10:12:05 2015 +0100 +Date: Mon Aug 31 10:12:05 2015 +0100 [docs] Fix typo @@ -5646,9 +9020,9 @@ Date: Mon Aug 31 10:12:05 2015 +0100 1 file changed, 1 insertion(+), 1 deletion(-) commit c424b41705b50055c7f92b268cf78a2680af73af -Merge: 31594b9 5470e74 +Merge: 31594b98 5470e744 Author: Behdad Esfahbod -Date: Mon Aug 31 09:53:16 2015 +0100 +Date: Mon Aug 31 09:53:16 2015 +0100 Merge pull request #129 from simoncozens/docs @@ -5656,7 +9030,7 @@ Date: Mon Aug 31 09:53:16 2015 +0100 commit 31594b98af0c9181982c77d8d3803753007f8fd4 Author: Behdad Esfahbod -Date: Sun Aug 30 17:33:04 2015 +0100 +Date: Sun Aug 30 17:33:04 2015 +0100 [test] Fix test-object @@ -5667,7 +9041,7 @@ Date: Sun Aug 30 17:33:04 2015 +0100 commit 326b5ebf5748f547e4eb7388d66b79fe23130e2a Author: Behdad Esfahbod -Date: Sun Aug 30 17:29:21 2015 +0100 +Date: Sun Aug 30 17:29:21 2015 +0100 Poison freed objects such that double-free is detected @@ -5690,7 +9064,7 @@ Date: Sun Aug 30 17:29:21 2015 +0100 commit 5470e744dd264c2dc33437a68d20bcf7c5ffb905 Author: Simon Cozens -Date: Sat Aug 29 08:21:18 2015 +0100 +Date: Sat Aug 29 08:21:18 2015 +0100 Current state and skeleton outline @@ -5703,7 +9077,7 @@ Date: Sat Aug 29 08:21:18 2015 +0100 commit 6578575cc8aeb05341f2053039acfcd735707674 Author: Behdad Esfahbod -Date: Tue Aug 25 20:24:59 2015 +0100 +Date: Tue Aug 25 20:24:59 2015 +0100 [GPOS] Fix cursive connection with mix of RTL and non-RTL lookups @@ -5717,27 +9091,27 @@ Date: Tue Aug 25 20:24:59 2015 +0100 commit 7368da67244ea53195cd9b95a5c57485df695732 Author: Behdad Esfahbod -Date: Tue Aug 25 20:28:39 2015 +0100 +Date: Tue Aug 25 20:28:39 2015 +0100 [test] Add test for cursive-positioning with mixed directions - Fails now. Fix coming. See thread "Issue with cursive attachment" - started by Khaled. Test fonts were made by modifying test font + Fails now. Fix coming. See thread "Issue with cursive attachment" + started by Khaled. Test fonts were made by modifying test font from Khaled to add more anchors. - test/shaping/Makefile.am | 1 + + test/shaping/Makefile.am | 1 + .../sha1sum/298c9e1d955f10f6f72c6915c3c6ff9bf9695cec.ttf | Bin 0 -> 2520 bytes - test/shaping/fonts/sha1sum/MANIFEST | 2 ++ + test/shaping/fonts/sha1sum/MANIFEST | 2 ++ .../sha1sum/c4e48b0886ef460f532fb49f00047ec92c432ec0.ttf | Bin 0 -> 2512 bytes - test/shaping/tests/MANIFEST | 1 + - test/shaping/tests/cursive-positioning.tests | 2 ++ + test/shaping/tests/MANIFEST | 1 + + test/shaping/tests/cursive-positioning.tests | 2 ++ 6 files changed, 6 insertions(+) commit f0807654da160bd7ceb9aff5b8338ec0b643171c Author: Simon Cozens -Date: Tue Aug 25 19:57:15 2015 +0100 +Date: Tue Aug 25 19:57:15 2015 +0100 First two chapters. More to follow. @@ -5748,7 +9122,7 @@ Date: Tue Aug 25 19:57:15 2015 +0100 commit 58f2a73fb95af42e264a91cdef7bb5a89e965601 Author: Behdad Esfahbod -Date: Tue Aug 25 18:55:34 2015 +0100 +Date: Tue Aug 25 18:55:34 2015 +0100 [GPOS] Rewrite cursive attachment slightly differently @@ -5760,7 +9134,7 @@ Date: Tue Aug 25 18:55:34 2015 +0100 commit fdd1770e006ca2d2973c049177ceda87a575e07f Author: Behdad Esfahbod -Date: Mon Aug 24 13:49:55 2015 +0100 +Date: Mon Aug 24 13:49:55 2015 +0100 Add API/cmdline to show glyph extents when serializing buffer @@ -5771,15 +9145,15 @@ Date: Mon Aug 24 13:49:55 2015 +0100 Patch from Simon Cozens. src/hb-buffer-serialize.cc | 17 +++++++++++++++++ - src/hb-buffer.h | 3 ++- - util/hb-shape.cc | 2 ++ - util/options.cc | 1 + - util/options.hh | 2 ++ + src/hb-buffer.h | 3 ++- + util/hb-shape.cc | 2 ++ + util/options.cc | 1 + + util/options.hh | 2 ++ 5 files changed, 24 insertions(+), 1 deletion(-) commit 2cee5b68a07b99214ef9428fe5d03e7b378a558f Author: Behdad Esfahbod -Date: Mon Aug 24 13:45:12 2015 +0100 +Date: Mon Aug 24 13:45:12 2015 +0100 [ot-font] Fix short-offset calculation @@ -5788,16 +9162,16 @@ Date: Mon Aug 24 13:45:12 2015 +0100 commit b50fcfa82994f93568a54dd1eb7fd327f6db5586 Author: Behdad Esfahbod -Date: Sun Aug 23 14:42:20 2015 +0100 +Date: Sun Aug 23 14:42:20 2015 +0100 [ot-font] Implement glyph_extents() for TrueType fonts This brings ot-fonts into almost-complete shape and mostly in par with ft font. - src/Makefile.am | 1 + - src/hb-font.h | 9 +++-- - src/hb-ot-font.cc | 90 +++++++++++++++++++++++++++++++++++++++-- + src/Makefile.am | 1 + + src/hb-font.h | 9 +++-- + src/hb-ot-font.cc | 90 +++++++++++++++++++++++++++++++++++++++-- src/hb-ot-glyf-table.hh | 104 ++++++++++++++++++++++++++++++++++++++++++++++++ src/hb-ot-head-table.hh | 3 +- @@ -5805,7 +9179,7 @@ Date: Sun Aug 23 14:42:20 2015 +0100 commit 0299b45000b5047c0b9bf0fe51f3b8b68a7982f8 Author: Behdad Esfahbod -Date: Fri Aug 21 12:44:36 2015 +0100 +Date: Fri Aug 21 12:44:36 2015 +0100 Make BYTE a real type @@ -5814,7 +9188,7 @@ Date: Fri Aug 21 12:44:36 2015 +0100 commit ed6962c795ae7c54aaee9ed5667fa65ccf7412bf Author: Behdad Esfahbod -Date: Thu Aug 20 15:39:53 2015 +0100 +Date: Thu Aug 20 15:39:53 2015 +0100 [coretext] Use i32 instead of u32 as well @@ -5825,7 +9199,7 @@ Date: Thu Aug 20 15:39:53 2015 +0100 commit 163c435f1807c138da9f74f09d29d913eb9e29e9 Author: Behdad Esfahbod -Date: Thu Aug 20 15:39:06 2015 +0100 +Date: Thu Aug 20 15:39:06 2015 +0100 [uniscribe] Fix negative offsets @@ -5836,17 +9210,17 @@ Date: Thu Aug 20 15:39:06 2015 +0100 commit 789b89ef7130ffe5f22c571fc3cb4e6d35456654 Author: Behdad Esfahbod -Date: Wed Aug 19 13:39:57 2015 +0100 +Date: Wed Aug 19 13:39:57 2015 +0100 1.0.2 - NEWS | 13 +++++++++++++ + NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) commit 958c268fa3a520666436e77a2111a3b564a36d96 Author: Behdad Esfahbod -Date: Wed Aug 19 13:22:12 2015 +0100 +Date: Wed Aug 19 13:22:12 2015 +0100 [coretext] Add TODO item @@ -5855,7 +9229,7 @@ Date: Wed Aug 19 13:22:12 2015 +0100 commit 7c5bee09d9c7c25672c7c77572ebae0b731892d0 Author: Behdad Esfahbod -Date: Wed Aug 19 13:20:31 2015 +0100 +Date: Wed Aug 19 13:20:31 2015 +0100 [uniscribe] Fix font scale handling @@ -5867,7 +9241,7 @@ Date: Wed Aug 19 13:20:31 2015 +0100 commit 902e74a098dad8c3b487856284f9fdf99b04f9f1 Author: Behdad Esfahbod -Date: Tue Aug 18 18:55:03 2015 +0100 +Date: Tue Aug 18 18:55:03 2015 +0100 Commented-out code to print buffer before each lookup @@ -5878,7 +9252,7 @@ Date: Tue Aug 18 18:55:03 2015 +0100 commit 75504a50488a6aac0b9789f728fb5b87e641d4c3 Author: Behdad Esfahbod -Date: Tue Aug 18 18:47:02 2015 +0100 +Date: Tue Aug 18 18:47:02 2015 +0100 Allow serializing buffer with output-buffer being used @@ -5890,7 +9264,7 @@ Date: Tue Aug 18 18:47:02 2015 +0100 commit e47b772a56af44a9a4f9ec907ee2091b725b94c1 Author: Behdad Esfahbod -Date: Tue Aug 18 18:42:47 2015 +0100 +Date: Tue Aug 18 18:42:47 2015 +0100 [ot] Change buffer content type right after we map to glyphs @@ -5901,7 +9275,7 @@ Date: Tue Aug 18 18:42:47 2015 +0100 commit d104415e4c1e0f9140f794cd8d09c6460c63e966 Author: Behdad Esfahbod -Date: Tue Aug 18 17:33:34 2015 +0100 +Date: Tue Aug 18 17:33:34 2015 +0100 [Android.mk] Update for SEA removal and USE addition @@ -5910,7 +9284,7 @@ Date: Tue Aug 18 17:33:34 2015 +0100 commit ddd6bf12f1cabaa298feed820313483b9893528c Author: Behdad Esfahbod -Date: Tue Aug 18 15:55:09 2015 +0100 +Date: Tue Aug 18 15:55:09 2015 +0100 Don't declare dependency on freetype in harfbuzz.pc @@ -5921,19 +9295,19 @@ Date: Tue Aug 18 15:55:09 2015 +0100 commit 2c8b3b2e5312c9858584f568b1528c57e5bb8a10 Author: Behdad Esfahbod -Date: Tue Aug 18 14:36:43 2015 +0100 +Date: Tue Aug 18 14:36:43 2015 +0100 [debug] Print lookup index in debug-apply output src/hb-ot-layout-gpos-table.hh | 5 ++++- src/hb-ot-layout-gsub-table.hh | 5 ++++- src/hb-ot-layout-gsubgpos-private.hh | 7 +++++-- - src/hb-ot-layout.cc | 3 ++- + src/hb-ot-layout.cc | 3 ++- 4 files changed, 15 insertions(+), 5 deletions(-) commit 50ad7788eeb7160caef4ec78e65c7c630e601b06 Author: Behdad Esfahbod -Date: Tue Aug 18 10:22:16 2015 +0100 +Date: Tue Aug 18 10:22:16 2015 +0100 [coretext] Remove assert that kicks in on Mac OS 10.6 @@ -5944,7 +9318,7 @@ Date: Tue Aug 18 10:22:16 2015 +0100 commit 2b646fa07f5f9d4d10d563a91d22a2750b5fc771 Author: Behdad Esfahbod -Date: Mon Aug 17 16:03:28 2015 +0200 +Date: Mon Aug 17 16:03:28 2015 +0200 Remove unused function @@ -5953,7 +9327,7 @@ Date: Mon Aug 17 16:03:28 2015 +0200 commit 23237b0279a04407addf33f599c45faa60f002ca Author: ThePhD -Date: Fri Aug 14 01:19:08 2015 -0400 +Date: Fri Aug 14 01:19:08 2015 -0400 Last apparent boolean fix! @@ -5961,28 +9335,28 @@ Date: Fri Aug 14 01:19:08 2015 -0400 1 file changed, 1 insertion(+), 1 deletion(-) commit 5c99cf93d6242803bddcac2ca8300fdec7e0f8a7 -Merge: 8ad89f0 539a610 +Merge: 8ad89f05 539a610e Author: ThePhD -Date: Fri Aug 14 01:02:00 2015 -0400 +Date: Fri Aug 14 01:02:00 2015 -0400 Merge branch 'master' into vc++-fixes commit 539a610e2e72375e598ab29fd390ed9ec93816d5 Author: Behdad Esfahbod -Date: Tue Aug 11 12:58:49 2015 +0200 +Date: Tue Aug 11 12:58:49 2015 +0200 Add Libs.private and Requires.private to harfbuzz.pc Fixes https://bugs.freedesktop.org/show_bug.cgi?id=64501 - configure.ac | 12 +++++++++--- + configure.ac | 12 +++++++++--- src/Makefile.am | 15 ++++++++++++--- src/harfbuzz.pc.in | 2 ++ 3 files changed, 23 insertions(+), 6 deletions(-) commit c7dfe316f8c0fc04b7976fca5e58eb46d91b4821 Author: jfkthame -Date: Fri Aug 7 17:55:03 2015 +0100 +Date: Fri Aug 7 17:55:03 2015 +0100 Don't rely on .cluster in _hb_ot_shape_normalize() @@ -5993,7 +9367,7 @@ Date: Fri Aug 7 17:55:03 2015 +0100 commit 9099e48e29fe5cfdf8566c8f1ba6ddc8c0799e7e Author: jfkthame -Date: Fri Aug 7 17:51:28 2015 +0100 +Date: Fri Aug 7 17:51:28 2015 +0100 Don't rely on .cluster field in fallback_position @@ -6006,24 +9380,24 @@ Date: Fri Aug 7 17:51:28 2015 +0100 commit f3792342f670978cdc3f8512fb5e80314ca0678d Author: Behdad Esfahbod -Date: Sat Aug 8 18:02:18 2015 +0200 +Date: Sat Aug 8 18:02:18 2015 +0200 [tests] Add test for fallback positioning with cluster_level > 0 For https://github.com/behdad/harfbuzz/pull/123 Currently fails. Fix coming. - test/shaping/Makefile.am | 1 + + test/shaping/Makefile.am | 1 + .../sha1sum/6466d38c62e73a39202435a4f73bf5d6acbb73c0.ttf | Bin 0 -> 824 bytes - test/shaping/fonts/sha1sum/MANIFEST | 1 + - test/shaping/tests/MANIFEST | 1 + - test/shaping/tests/cluster.tests | 1 + + test/shaping/fonts/sha1sum/MANIFEST | 1 + + test/shaping/tests/MANIFEST | 1 + + test/shaping/tests/cluster.tests | 1 + 5 files changed, 4 insertions(+) commit bd22a5cfae24b3b9253bccaeb139e698e74cd0c3 Author: Behdad Esfahbod -Date: Fri Aug 7 11:13:27 2015 +0200 +Date: Fri Aug 7 11:13:27 2015 +0200 Bug 91559 - HarfBuzz 1.0.1: Inconsistent DLL files specified/created... @@ -6034,9 +9408,9 @@ Date: Fri Aug 7 11:13:27 2015 +0200 1 file changed, 1 insertion(+), 1 deletion(-) commit 02d6439f420d959183dd446abd0b0118ee1ee061 -Merge: 9002c27 160f635 +Merge: 9002c27b 160f6355 Author: Behdad Esfahbod -Date: Mon Aug 3 22:47:18 2015 +0300 +Date: Mon Aug 3 22:47:18 2015 +0300 Merge pull request #122 from RomainNaour/static-fix @@ -6044,7 +9418,7 @@ Date: Mon Aug 3 22:47:18 2015 +0300 commit 160f635523d596f61e292776f638d4eb09673463 Author: Romain Naour -Date: Wed Jul 22 23:26:23 2015 +0200 +Date: Wed Jul 22 23:26:23 2015 +0200 fix static linking with icu-uc @@ -6062,17 +9436,17 @@ Date: Wed Jul 22 23:26:23 2015 +0200 commit 9002c27b2f54bb5135db92045c0d770b47317577 Author: Behdad Esfahbod -Date: Mon Jul 27 12:17:54 2015 +0200 +Date: Mon Jul 27 12:17:54 2015 +0200 1.0.1 - NEWS | 9 ++++++++- + NEWS | 9 ++++++++- configure.ac | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) commit f1c20e1ba5bf218df7dc3e198bdcf1f449fc9387 Author: Behdad Esfahbod -Date: Mon Jul 27 12:16:02 2015 +0200 +Date: Mon Jul 27 12:16:02 2015 +0200 [USE] Fix out-of-bounds static array access @@ -6081,35 +9455,35 @@ Date: Mon Jul 27 12:16:02 2015 +0200 commit 260442346a5756c3538ee8fcbf157d1cddcf6f36 Author: Behdad Esfahbod -Date: Sun Jul 26 23:39:10 2015 +0200 +Date: Sun Jul 26 23:39:10 2015 +0200 1.0.0 - NEWS | 10 ++++++++++ - configure.ac | 4 ++-- + NEWS | 10 ++++++++++ + configure.ac | 4 ++-- src/Makefile.am | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) commit df6cb84449a473d540821e41fb5007b59644780f -Merge: 2ed6be6 786ba45 +Merge: 2ed6be66 786ba458 Author: Behdad Esfahbod -Date: Sun Jul 26 19:40:55 2015 +0200 +Date: Sun Jul 26 19:40:55 2015 +0200 Merge branch 'use' commit 2ed6be66703e6cc67f3a3746e197001dad3d9b74 Author: Behdad Esfahbod -Date: Sun Jul 26 19:29:53 2015 +0200 +Date: Sun Jul 26 19:29:53 2015 +0200 0.9.42 - NEWS | 12 ++++++++++++ + NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) commit 23e56e088a721863cfdef4f027fb66eecbd77457 Author: Behdad Esfahbod -Date: Sat Jul 25 17:36:46 2015 +0200 +Date: Sat Jul 25 17:36:46 2015 +0200 Fix broken sentence @@ -6118,7 +9492,7 @@ Date: Sat Jul 25 17:36:46 2015 +0200 commit 91a2e5d2878a8c0b4d4500e3d52d4fbaaf1ac0d7 Author: Grigori Goronzy -Date: Wed Jul 8 23:28:11 2015 +0200 +Date: Wed Jul 8 23:28:11 2015 +0200 Update UCDN to upstream commit 8af93f30 @@ -6126,15 +9500,15 @@ Date: Wed Jul 8 23:28:11 2015 +0200 properties for ranges of codepoints. - src/hb-ucdn.cc | 6 + - src/hb-ucdn/ucdn.h | 6 + + src/hb-ucdn.cc | 6 + + src/hb-ucdn/ucdn.h | 6 + src/hb-ucdn/unicodedata_db.h | 2167 +++++++++++++++++++++--------------------- 3 files changed, 1118 insertions(+), 1061 deletions(-) commit 786ba45847127b9cd4d9c0c01ae0e6c61f3a8e06 Author: Behdad Esfahbod -Date: Thu Jul 23 13:04:34 2015 +0100 +Date: Thu Jul 23 13:04:34 2015 +0100 [test] Encode Kharoshti text @@ -6146,7 +9520,7 @@ Date: Thu Jul 23 13:04:34 2015 +0100 commit b4231255032e243153a6f32cf8c93c158cb0bf6a Author: Behdad Esfahbod -Date: Thu Jul 23 13:01:55 2015 +0100 +Date: Thu Jul 23 13:01:55 2015 +0100 [test] Add Batak and Buginese test texts @@ -6160,19 +9534,19 @@ Date: Thu Jul 23 13:01:55 2015 +0100 commit b8c159ffccad090974a2b97be0a0140fa09af132 Author: Behdad Esfahbod -Date: Thu Jul 23 12:59:17 2015 +0100 +Date: Thu Jul 23 12:59:17 2015 +0100 [test] Remove shaper-sea texts under shaper-use - test/shaping/texts/in-tree/MANIFEST | + test/shaping/texts/in-tree/MANIFEST | 1 - - test/shaping/texts/in-tree/shaper-sea/MANIFEST | + test/shaping/texts/in-tree/shaper-sea/MANIFEST | 2 -- - test/shaping/texts/in-tree/shaper-sea/script-cham/MANIFEST | + test/shaping/texts/in-tree/shaper-sea/script-cham/MANIFEST | 1 - - test/shaping/texts/in-tree/shaper-sea/script-tai-tham/MANIFEST | + test/shaping/texts/in-tree/shaper-sea/script-tai-tham/MANIFEST | 1 - - test/shaping/texts/in-tree/shaper-use/MANIFEST | + test/shaping/texts/in-tree/shaper-use/MANIFEST | 2 ++ .../{shaper-sea/script-cham/misc => shaper-use/script-cham}/MANIFEST | 0 @@ -6188,15 +9562,15 @@ Date: Thu Jul 23 12:59:17 2015 +0100 commit 67ba7320cc5545baeacfcff64cea338223b9bd6d Author: Behdad Esfahbod -Date: Thu Jul 23 12:58:21 2015 +0100 +Date: Thu Jul 23 12:58:21 2015 +0100 [test] Remove New Tai Lue texts New Tai Lue changed encoding to visual, boring, model. - test/shaping/texts/in-tree/shaper-sea/MANIFEST | + test/shaping/texts/in-tree/shaper-sea/MANIFEST | 1 - - test/shaping/texts/in-tree/shaper-sea/script-new-tai-lue/MANIFEST | + test/shaping/texts/in-tree/shaper-sea/script-new-tai-lue/MANIFEST | 1 - test/shaping/texts/in-tree/shaper-sea/script-new-tai-lue/misc/MANIFEST | 1 - @@ -6206,21 +9580,21 @@ Date: Thu Jul 23 12:58:21 2015 +0100 commit c81d957a264539dfe3252f9a94ee066c4a44edf4 Author: Behdad Esfahbod -Date: Thu Jul 23 12:50:48 2015 +0100 +Date: Thu Jul 23 12:50:48 2015 +0100 [test] Add tests for improved 'vert' feature - test/shaping/Makefile.am | 1 + + test/shaping/Makefile.am | 1 + .../sha1sum/191826b9643e3f124d865d617ae609db6a2ce203.ttf | Bin 0 -> 2140 bytes - test/shaping/fonts/sha1sum/MANIFEST | 1 + - test/shaping/tests/MANIFEST | 1 + - test/shaping/tests/vertical.tests | 1 + + test/shaping/fonts/sha1sum/MANIFEST | 1 + + test/shaping/tests/MANIFEST | 1 + + test/shaping/tests/vertical.tests | 1 + 5 files changed, 4 insertions(+) commit 8a6a16dbcb1808c7ed50f9ba320384565bbf405a Author: Behdad Esfahbod -Date: Thu Jul 23 12:49:09 2015 +0100 +Date: Thu Jul 23 12:49:09 2015 +0100 [test] Add recently added test @@ -6231,44 +9605,44 @@ Date: Thu Jul 23 12:49:09 2015 +0100 commit 895fb31c7f0201f13df5a6866b367476bc4aab2e Author: Behdad Esfahbod -Date: Thu Jul 23 12:14:03 2015 +0100 +Date: Thu Jul 23 12:14:03 2015 +0100 [test] Support additional options to hb-shape in micro-test suite - test/shaping/record-test.sh | 47 + test/shaping/record-test.sh | 47 ++++++++++++++++++---- - test/shaping/run-tests.sh | 9 ++++- + test/shaping/run-tests.sh | 9 ++++- test/shaping/tests/arabic-fallback-shaping.tests | 2 +- - test/shaping/tests/arabic-feature-order.tests | 6 +-- - test/shaping/tests/context-matching.tests | 6 +-- - test/shaping/tests/default-ignorables.tests | 2 +- - test/shaping/tests/hangul-jamo.tests | 4 +- + test/shaping/tests/arabic-feature-order.tests | 6 +-- + test/shaping/tests/context-matching.tests | 6 +-- + test/shaping/tests/default-ignorables.tests | 2 +- + test/shaping/tests/hangul-jamo.tests | 4 +- test/shaping/tests/indic-joiner-candrabindu.tests | 4 +- - test/shaping/tests/indic-old-spec.tests | 4 +- - test/shaping/tests/indic-pref-blocking.tests | 4 +- - .../tests/mongolian-variation-selector.tests | 6 +-- - test/shaping/tests/zero-width-marks.tests | 4 +- + test/shaping/tests/indic-old-spec.tests | 4 +- + test/shaping/tests/indic-pref-blocking.tests | 4 +- + .../tests/mongolian-variation-selector.tests | 6 +-- + test/shaping/tests/zero-width-marks.tests | 4 +- 12 files changed, 67 insertions(+), 31 deletions(-) commit 0f98fe88f42471eb8fb28d08d45eca9cd8303f7a Author: Behdad Esfahbod -Date: Thu Jul 23 11:52:11 2015 +0100 +Date: Thu Jul 23 11:52:11 2015 +0100 [ot] Search globally for 'vert' feature if not found in specified script/lang Fixes https://github.com/behdad/harfbuzz/issues/63 - src/hb-ot-layout-private.hh | 9 +++++++++ - src/hb-ot-layout.cc | 22 ++++++++++++++++++++++ - src/hb-ot-map-private.hh | 7 ++++--- - src/hb-ot-map.cc | 10 ++++++++++ - src/hb-ot-shape.cc | 6 +++++- + src/hb-ot-layout-private.hh | 9 +++++++++ + src/hb-ot-layout.cc | 22 ++++++++++++++++++++++ + src/hb-ot-map-private.hh | 7 ++++--- + src/hb-ot-map.cc | 10 ++++++++++ + src/hb-ot-shape.cc | 6 +++++- 5 files changed, 50 insertions(+), 4 deletions(-) commit f327aacfa107bbef0c823ef9c3b7dfc91316040c Author: Behdad Esfahbod -Date: Thu Jul 23 11:32:59 2015 +0100 +Date: Thu Jul 23 11:32:59 2015 +0100 [ot] Minor @@ -6277,7 +9651,7 @@ Date: Thu Jul 23 11:32:59 2015 +0100 commit d78463c8016ff1852233479a1ebde30c3bb6de6e Author: Behdad Esfahbod -Date: Thu Jul 23 10:11:35 2015 +0100 +Date: Thu Jul 23 10:11:35 2015 +0100 Minor debug output fix @@ -6286,7 +9660,7 @@ Date: Thu Jul 23 10:11:35 2015 +0100 commit d99f50bde0e8be0866385ca6886938d2023dbd4f Author: Behdad Esfahbod -Date: Thu Jul 23 10:08:48 2015 +0100 +Date: Thu Jul 23 10:08:48 2015 +0100 Add missing TRACE_RETURN @@ -6295,7 +9669,7 @@ Date: Thu Jul 23 10:08:48 2015 +0100 commit 2dc8e3f470d7c0b579f867605b8bf40688bc5722 Author: Behdad Esfahbod -Date: Thu Jul 23 10:07:21 2015 +0100 +Date: Thu Jul 23 10:07:21 2015 +0100 [ot] Add missing return! @@ -6304,20 +9678,20 @@ Date: Thu Jul 23 10:07:21 2015 +0100 commit 582069172c39326c7f94373793c656439a4c2b59 Author: Behdad Esfahbod -Date: Wed Jul 22 18:44:59 2015 +0100 +Date: Wed Jul 22 18:44:59 2015 +0100 Add test case for deleting default ignorables with positioning .../sha1sum/051d92f8bc6ff724511b296c27623f824de256e9.ttf | Bin 0 -> 2028 bytes - test/shaping/fonts/sha1sum/MANIFEST | 1 + - test/shaping/tests/MANIFEST | 1 + - test/shaping/tests/default-ignorables.tests | 1 + + test/shaping/fonts/sha1sum/MANIFEST | 1 + + test/shaping/tests/MANIFEST | 1 + + test/shaping/tests/default-ignorables.tests | 1 + 4 files changed, 3 insertions(+) commit 8cfbc304ee563ec96e402beed34b10b6c0950a6a Author: Behdad Esfahbod -Date: Wed Jul 22 18:41:10 2015 +0100 +Date: Wed Jul 22 18:41:10 2015 +0100 Fix hide-default-ignorables after f0010dfd01ef4a927b0bdc175dd4e343a8637174 @@ -6330,7 +9704,7 @@ Date: Wed Jul 22 18:41:10 2015 +0100 commit 2dbd3d29d6548bd96fd976606ed689fac8ad8817 Author: Behdad Esfahbod -Date: Wed Jul 22 18:28:39 2015 +0100 +Date: Wed Jul 22 18:28:39 2015 +0100 Fix hide-ignorables if font doesn't have space glyph @@ -6338,24 +9712,24 @@ Date: Wed Jul 22 18:28:39 2015 +0100 positioning data by then and can't use the output buffer. Ouch! src/hb-buffer-private.hh | 18 ------------------ - src/hb-ot-shape.cc | 44 + src/hb-ot-shape.cc | 44 +++++++++++++++++++++++++++++++++++--------- 2 files changed, 35 insertions(+), 27 deletions(-) commit 4ba796b26ee62de0d2830a550f3aa3b4aecf6f59 Author: Behdad Esfahbod -Date: Wed Jul 22 17:41:31 2015 +0100 +Date: Wed Jul 22 17:41:31 2015 +0100 Refactor _hb_glyph_info_is_default_ignorable() src/hb-ot-layout-gsubgpos-private.hh | 3 +-- - src/hb-ot-layout-private.hh | 4 +++- - src/hb-ot-shape.cc | 9 +++------ + src/hb-ot-layout-private.hh | 4 +++- + src/hb-ot-shape.cc | 9 +++------ 3 files changed, 7 insertions(+), 9 deletions(-) commit f0010dfd01ef4a927b0bdc175dd4e343a8637174 Author: Behdad Esfahbod -Date: Wed Jul 22 17:36:23 2015 +0100 +Date: Wed Jul 22 17:36:23 2015 +0100 [ot] Hide default-ignorables before finishing off positioning @@ -6372,7 +9746,7 @@ Date: Wed Jul 22 17:36:23 2015 +0100 commit 376d587f36b4ff10342ee6ca3bacd73532ea44c8 Author: Behdad Esfahbod -Date: Wed Jul 22 16:51:12 2015 +0100 +Date: Wed Jul 22 16:51:12 2015 +0100 Implement more granular cluster-merging @@ -6380,20 +9754,20 @@ Date: Wed Jul 22 16:51:12 2015 +0100 Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=71445 - NEWS | 8 +++++++ - src/hb-buffer-private.hh | 1 + - src/hb-buffer.cc | 46 + NEWS | 8 +++++++ + src/hb-buffer-private.hh | 1 + + src/hb-buffer.cc | 46 ++++++++++++++++++++++++++++++++++----- - src/hb-buffer.h | 12 ++++++++++ + src/hb-buffer.h | 12 ++++++++++ src/hb-ot-shape-complex-hangul.cc | 13 +++++------ - src/hb-ot-shape.cc | 7 ++++++ - util/options.cc | 1 + - util/options.hh | 3 +++ + src/hb-ot-shape.cc | 7 ++++++ + util/options.cc | 1 + + util/options.hh | 3 +++ 8 files changed, 77 insertions(+), 14 deletions(-) commit a60e2cfa395718cde48eb81f43adc27b4a92e117 Author: Behdad Esfahbod -Date: Wed Jul 22 15:49:08 2015 +0100 +Date: Wed Jul 22 15:49:08 2015 +0100 [ot] Don't rely on cluster numbers for ensure_native_direction() @@ -6402,18 +9776,18 @@ Date: Wed Jul 22 15:49:08 2015 +0100 commit 701112dad9f6e690b253f1e64f4e7e549f5ae65f Author: Behdad Esfahbod -Date: Wed Jul 22 15:42:20 2015 +0100 +Date: Wed Jul 22 15:42:20 2015 +0100 [ot] Simplify form_clusters() src/hb-buffer-private.hh | 9 ++++++++- - src/hb-buffer.cc | 7 ++----- - src/hb-ot-shape.cc | 11 +++++++++-- + src/hb-buffer.cc | 7 ++----- + src/hb-ot-shape.cc | 11 +++++++++-- 3 files changed, 19 insertions(+), 8 deletions(-) commit 7b8b63adc5e0389fc4cf2720ef7e5804ab6c29cc Author: Behdad Esfahbod -Date: Wed Jul 22 15:24:26 2015 +0100 +Date: Wed Jul 22 15:24:26 2015 +0100 [ot] Don't mirror character if font doesn't support mirrored character! @@ -6423,7 +9797,7 @@ Date: Wed Jul 22 15:24:26 2015 +0100 commit 97d7c3a100e2673279f066540229d229aaf0df78 Author: Behdad Esfahbod -Date: Wed Jul 22 14:28:25 2015 +0100 +Date: Wed Jul 22 14:28:25 2015 +0100 [graphite2] Fix bunch of stuff @@ -6435,7 +9809,7 @@ Date: Wed Jul 22 14:28:25 2015 +0100 commit ea7f8414e34d4b5efc7b98974637c08f75440f0e Author: Behdad Esfahbod -Date: Wed Jul 22 13:53:45 2015 +0100 +Date: Wed Jul 22 13:53:45 2015 +0100 [graphite2] Enlarge buffer for output glyphs! @@ -6444,7 +9818,7 @@ Date: Wed Jul 22 13:53:45 2015 +0100 commit 9cd59db1af47ff511edf251949d58b82673cf704 Author: Behdad Esfahbod -Date: Wed Jul 22 13:27:06 2015 +0100 +Date: Wed Jul 22 13:27:06 2015 +0100 [USE] Implement topographical features for non-Arabic-joining scripts @@ -6457,7 +9831,7 @@ Date: Wed Jul 22 13:27:06 2015 +0100 commit ecb0b24ef3f8177e7c789f45a2e858bd67e31be3 Author: Behdad Esfahbod -Date: Wed Jul 22 12:02:09 2015 +0100 +Date: Wed Jul 22 12:02:09 2015 +0100 Use foreach_cluster in Indic shaper @@ -6467,7 +9841,7 @@ Date: Wed Jul 22 12:02:09 2015 +0100 commit 56f71ff98890fc4fd13e8d9743dc34c4b9407309 Author: Behdad Esfahbod -Date: Wed Jul 22 11:58:11 2015 +0100 +Date: Wed Jul 22 11:58:11 2015 +0100 Use foreach_syllable in Myanmar shaper @@ -6477,20 +9851,20 @@ Date: Wed Jul 22 11:58:11 2015 +0100 commit ac596511a8c9eeaeb455ca16b5b9c5f1b9923b3a Author: Behdad Esfahbod -Date: Wed Jul 22 11:54:02 2015 +0100 +Date: Wed Jul 22 11:54:02 2015 +0100 Add foreach_syllable Use it in USE. - src/hb-ot-layout-private.hh | 24 ++++++++ + src/hb-ot-layout-private.hh | 24 ++++++++ src/hb-ot-shape-complex-use.cc | 129 +++++++++++++---------------------------- 2 files changed, 64 insertions(+), 89 deletions(-) commit 8ba9e689680f7685c04cfe7c6019222bdf0c52b0 Author: Behdad Esfahbod -Date: Wed Jul 22 11:16:01 2015 +0100 +Date: Wed Jul 22 11:16:01 2015 +0100 [USE] Do Arabic-like shaping @@ -6500,19 +9874,19 @@ Date: Wed Jul 22 11:16:01 2015 +0100 commit 9daf2dfb6bd5683fd951bdf166c8b87938257e52 Author: Behdad Esfahbod -Date: Wed Jul 22 10:32:30 2015 +0100 +Date: Wed Jul 22 10:32:30 2015 +0100 Add hb-ot-shape-complex-arabic-private.hh - src/Makefile.am | 1 + + src/Makefile.am | 1 + src/hb-ot-shape-complex-arabic-private.hh | 50 +++++++++++++++++++++++++++++++ - src/hb-ot-shape-complex-arabic.cc | 37 +++++++++++++---------- + src/hb-ot-shape-complex-arabic.cc | 37 +++++++++++++---------- 3 files changed, 73 insertions(+), 15 deletions(-) commit a51a661fe1dcfdd3a274a6be6ad741c68d430c8c Author: Behdad Esfahbod -Date: Tue Jul 21 18:24:21 2015 +0100 +Date: Tue Jul 21 18:24:21 2015 +0100 [USE] Only reorder the first component of a split left mark @@ -6521,7 +9895,7 @@ Date: Tue Jul 21 18:24:21 2015 +0100 commit a08a278b15c7e57a1d0a783f2bc877471b9d8229 Author: Behdad Esfahbod -Date: Tue Jul 21 18:09:40 2015 +0100 +Date: Tue Jul 21 18:09:40 2015 +0100 [USE] Don't compose split matras @@ -6532,19 +9906,19 @@ Date: Tue Jul 21 18:09:40 2015 +0100 commit 21cb08a417f1203523191192d6a342e8cd0ea14c Author: Behdad Esfahbod -Date: Tue Jul 21 17:47:06 2015 +0100 +Date: Tue Jul 21 17:47:06 2015 +0100 Remove unused SEA shaper - src/Makefile.am | 4 - + src/Makefile.am | 4 - src/hb-ot-shape-complex-sea-machine.rl | 102 --------- - src/hb-ot-shape-complex-sea.cc | 380 + src/hb-ot-shape-complex-sea.cc | 380 --------------------------------- 3 files changed, 486 deletions(-) commit db1e9cdd41ff7c97c29b4d9b64b2351ed0ef0403 Author: Behdad Esfahbod -Date: Tue Jul 21 17:46:06 2015 +0100 +Date: Tue Jul 21 17:46:06 2015 +0100 Retire SEA shaper in favor of USE @@ -6553,7 +9927,7 @@ Date: Tue Jul 21 17:46:06 2015 +0100 commit 87dde9c64753dea4017f11a7734e7528b8eecac0 Author: Behdad Esfahbod -Date: Tue Jul 21 17:31:43 2015 +0100 +Date: Tue Jul 21 17:31:43 2015 +0100 [USE] Only use USE shaper if script system is not DFLT @@ -6564,7 +9938,7 @@ Date: Tue Jul 21 17:31:43 2015 +0100 commit 29832d797ff2f3a96721dd44f2f03a83fb2e8dda Author: Behdad Esfahbod -Date: Tue Jul 21 17:24:18 2015 +0100 +Date: Tue Jul 21 17:24:18 2015 +0100 Route misc untested scripts through USE shaper instead of Indic @@ -6580,7 +9954,7 @@ Date: Tue Jul 21 17:24:18 2015 +0100 commit 40c4a991c7ea18017273ff8993eecc3953869e69 Author: Behdad Esfahbod -Date: Tue Jul 21 17:14:54 2015 +0100 +Date: Tue Jul 21 17:14:54 2015 +0100 [USE] Implement dotted-circle @@ -6588,45 +9962,45 @@ Date: Tue Jul 21 17:14:54 2015 +0100 are concerned. src/hb-ot-shape-complex-use-machine.rl | 10 ++++++++++ - src/hb-ot-shape-complex-use.cc | 18 +++++++++++++++--- + src/hb-ot-shape-complex-use.cc | 18 +++++++++++++++--- 2 files changed, 25 insertions(+), 3 deletions(-) commit 7ce03ebe7c525919ce22d9094480847ff1b3c2b2 Author: Behdad Esfahbod -Date: Tue Jul 21 16:55:26 2015 +0100 +Date: Tue Jul 21 16:55:26 2015 +0100 [USE] Move pref src/hb-ot-shape-complex-use-machine.rl | 9 +++++---- src/hb-ot-shape-complex-use-private.hh | 9 +++++---- - src/hb-ot-shape-complex-use.cc | 24 ++++++++++++++++++++++-- + src/hb-ot-shape-complex-use.cc | 24 ++++++++++++++++++++++-- 3 files changed, 32 insertions(+), 10 deletions(-) commit 2d4b62ead931b13f95f5dc0e5b740d997a8d1a8e Author: Behdad Esfahbod -Date: Tue Jul 21 16:46:37 2015 +0100 +Date: Tue Jul 21 16:46:37 2015 +0100 [USE] Fix-up variation selectors and word joiner in table - src/gen-use-table.py | 7 ++++++- + src/gen-use-table.py | 7 ++++++- src/hb-ot-shape-complex-use-table.cc | 34 +++++++++++++++++++++++----------- 2 files changed, 29 insertions(+), 12 deletions(-) commit ad7178227f16abc17456f122deac1508031cbbc3 Author: Behdad Esfahbod -Date: Tue Jul 21 16:43:27 2015 +0100 +Date: Tue Jul 21 16:43:27 2015 +0100 [USE] Use a couple warnings - src/gen-use-table.py | 20 ++++----- + src/gen-use-table.py | 20 ++++----- src/hb-ot-shape-complex-use-table.cc | 82 ++++++++++++++++++------------------ 2 files changed, 51 insertions(+), 51 deletions(-) commit a85c4da9b1750c2f994f9f85226a3e755fafe50b Author: Behdad Esfahbod -Date: Tue Jul 21 16:07:10 2015 +0100 +Date: Tue Jul 21 16:07:10 2015 +0100 [USE] Move rphf @@ -6636,7 +10010,7 @@ Date: Tue Jul 21 16:07:10 2015 +0100 commit 5b5617e0664e59770910d04d15175f643a5ffb73 Author: Behdad Esfahbod -Date: Tue Jul 21 15:52:15 2015 +0100 +Date: Tue Jul 21 15:52:15 2015 +0100 Add FLAG_UNSAFE() @@ -6647,7 +10021,7 @@ Date: Tue Jul 21 15:52:15 2015 +0100 commit f8160a495966c790b79134a9f9382b6545f8c733 Author: Behdad Esfahbod -Date: Tue Jul 21 15:50:02 2015 +0100 +Date: Tue Jul 21 15:50:02 2015 +0100 Add FLAG_SAFE() for values known to be small-enough @@ -6656,13 +10030,13 @@ Date: Tue Jul 21 15:50:02 2015 +0100 src/hb-ot-shape-complex-arabic.cc | 2 +- src/hb-ot-shape-complex-indic.cc | 12 ++++++------ src/hb-ot-shape-complex-myanmar.cc | 2 +- - src/hb-private.hh | 5 +++-- - src/hb-unicode-private.hh | 2 +- + src/hb-private.hh | 5 +++-- + src/hb-unicode-private.hh | 2 +- 5 files changed, 12 insertions(+), 11 deletions(-) commit 366aeaad006b230481a3c08ab4d239fb6b64fef8 Author: Behdad Esfahbod -Date: Tue Jul 21 15:45:48 2015 +0100 +Date: Tue Jul 21 15:45:48 2015 +0100 Add note re ASSERT_STATIC_EXPR_ZERO() @@ -6671,18 +10045,18 @@ Date: Tue Jul 21 15:45:48 2015 +0100 commit d6adca9fbbbd6fc7c8906121b50c3930fbe2de8e Author: Behdad Esfahbod -Date: Tue Jul 21 15:17:27 2015 +0100 +Date: Tue Jul 21 15:17:27 2015 +0100 Remove unused macro ASSERT_STATIC_EXPR() src/hb-ot-shape-complex-arabic-win1256.hh | 4 ++-- src/hb-ot-shape-complex-indic-private.hh | 2 -- - src/hb-private.hh | 1 - + src/hb-private.hh | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) commit 1025e1a9e7785ac67cc90d05b02862e38b3e6026 Author: Behdad Esfahbod -Date: Tue Jul 21 15:05:35 2015 +0100 +Date: Tue Jul 21 15:05:35 2015 +0100 Use unsigned in FLAG() @@ -6691,7 +10065,7 @@ Date: Tue Jul 21 15:05:35 2015 +0100 commit cf59c7589c2b4064f4b9f4936115f830089a8ee7 Author: Behdad Esfahbod -Date: Tue Jul 21 14:51:45 2015 +0100 +Date: Tue Jul 21 14:51:45 2015 +0100 [USE] Use use_category() for rphf/pref memory @@ -6701,30 +10075,30 @@ Date: Tue Jul 21 14:51:45 2015 +0100 commit 595936ec25e9c0924851bd1aa1af5eed3723b54f Author: Behdad Esfahbod -Date: Tue Jul 21 14:15:35 2015 +0100 +Date: Tue Jul 21 14:15:35 2015 +0100 [USE] Hook of rphf and pref custom processing Still no reordering. - src/hb-ot-layout-private.hh | 8 ++ + src/hb-ot-layout-private.hh | 8 ++ src/hb-ot-shape-complex-use.cc | 181 +++++++++++++++++++++++++++++++++++++++-- 2 files changed, 181 insertions(+), 8 deletions(-) commit ba72801325e4bd58f7597938d4409762c9fa530c Author: Behdad Esfahbod -Date: Tue Jul 21 11:57:23 2015 +0100 +Date: Tue Jul 21 11:57:23 2015 +0100 [USE] Add CGJ to table - src/gen-use-table.py | 13 ++++++++++--- + src/gen-use-table.py | 13 ++++++++++--- src/hb-ot-shape-complex-use-table.cc | 1 + 2 files changed, 11 insertions(+), 3 deletions(-) commit 4febed61edc5367543e5a206ae01d3393841b612 Author: Behdad Esfahbod -Date: Tue Jul 21 10:24:32 2015 +0100 +Date: Tue Jul 21 10:24:32 2015 +0100 [USE] Set up features @@ -6734,7 +10108,7 @@ Date: Tue Jul 21 10:24:32 2015 +0100 commit 52a957795697085a5d379921ddd8aa6cf2f1a99d Author: Behdad Esfahbod -Date: Tue Jul 21 10:02:04 2015 +0100 +Date: Tue Jul 21 10:02:04 2015 +0100 [USE] Hook up new scripts to USE shaper @@ -6747,56 +10121,56 @@ Date: Tue Jul 21 10:02:04 2015 +0100 commit b4c0829bc18b696f140a260fa2e1089d10164519 Author: Behdad Esfahbod -Date: Tue Jul 21 09:31:19 2015 +0100 +Date: Tue Jul 21 09:31:19 2015 +0100 [USE] Remove unused Unicode data enums from USE C++ side src/hb-ot-shape-complex-use-private.hh | 66 +--------------------------------- - src/hb-ot-shape-complex-use.cc | 14 ++------ + src/hb-ot-shape-complex-use.cc | 14 ++------ 2 files changed, 3 insertions(+), 77 deletions(-) commit 44910cef626e6d03baa4d89d8fbe2c088971902d Author: Behdad Esfahbod -Date: Mon Jul 20 18:01:10 2015 +0100 +Date: Mon Jul 20 18:01:10 2015 +0100 [USE] Finish converting Unicode positional categories to USE Even compiles. - src/gen-use-table.py | 114 +++++- + src/gen-use-table.py | 114 +++++- src/hb-ot-shape-complex-use-table.cc | 702 ++++++++++++++++++----------------- 2 files changed, 467 insertions(+), 349 deletions(-) commit ad725552521273a1f571f04bc96a04221c3e067a Author: Behdad Esfahbod -Date: Mon Jul 20 17:00:06 2015 +0100 +Date: Mon Jul 20 17:00:06 2015 +0100 [USE] Map from Unicode data to USE syllabic categories Positional sub-categories not applied yet. - src/gen-use-table.py | 128 ++-- + src/gen-use-table.py | 128 ++-- src/hb-ot-shape-complex-use-table.cc | 1062 ++++++++++++---------------------- 2 files changed, 409 insertions(+), 781 deletions(-) commit 20e246e674155d5fb6527722fc3ef3accf2413df Author: Behdad Esfahbod -Date: Mon Jul 20 15:56:19 2015 +0100 +Date: Mon Jul 20 15:56:19 2015 +0100 [USE] Start moving Unicode-to-USE mapping into Python code - src/Makefile.am | 2 +- - src/gen-use-table.py | 176 + src/Makefile.am | 2 +- + src/gen-use-table.py | 176 +++++++++++++++++++++++++++++++++-- src/hb-ot-shape-complex-use-table.cc | 3 +- 3 files changed, 169 insertions(+), 12 deletions(-) commit eb74535cc2c0d0de41e54e75bdc71825ec969523 Author: Behdad Esfahbod -Date: Mon Jul 20 15:33:25 2015 +0100 +Date: Mon Jul 20 15:33:25 2015 +0100 [USE] Fix Number clusters @@ -6807,18 +10181,18 @@ Date: Mon Jul 20 15:33:25 2015 +0100 commit a9663958fe861950b6f389b389f146232b2cd909 Author: Behdad Esfahbod -Date: Mon Jul 20 14:24:55 2015 +0100 +Date: Mon Jul 20 14:24:55 2015 +0100 [USE] Start putting together the shaper body src/hb-ot-shape-complex-use-private.hh | 2 +- - src/hb-ot-shape-complex-use.cc | 339 + src/hb-ot-shape-complex-use.cc | 339 +++++++++++++++++++++++++++++++++ 2 files changed, 340 insertions(+), 1 deletion(-) commit e0eabd7f67462ac34fbfc749d897be478fbd1224 Author: Behdad Esfahbod -Date: Mon Jul 20 13:30:51 2015 +0100 +Date: Mon Jul 20 13:30:51 2015 +0100 [USE] Put a Ragel machine together @@ -6832,7 +10206,7 @@ Date: Mon Jul 20 13:30:51 2015 +0100 commit fd74b939b176f47d34d34b3d33e2a09d255c2d9e Author: Behdad Esfahbod -Date: Mon Jul 20 13:30:45 2015 +0100 +Date: Mon Jul 20 13:30:45 2015 +0100 Minor @@ -6841,21 +10215,21 @@ Date: Mon Jul 20 13:30:45 2015 +0100 commit 5e5c8560cca3cb9c6be90c7c18ecb77d5cca0c0f Author: Behdad Esfahbod -Date: Mon Jul 20 12:01:20 2015 +0100 +Date: Mon Jul 20 12:01:20 2015 +0100 [USE] Minor optimization of USE table - src/gen-use-table.py | 2 +- + src/gen-use-table.py | 2 +- src/hb-ot-shape-complex-use-table.cc | 30 ++++++++++++------------------ 2 files changed, 13 insertions(+), 19 deletions(-) commit 14b12f92a9ef7db57c5252ef0442239319ce4bca Author: Behdad Esfahbod -Date: Mon Jul 20 11:57:44 2015 +0100 +Date: Mon Jul 20 11:57:44 2015 +0100 [USE] Add Kharoshti test data from Unicode proposal - test/shaping/texts/in-tree/MANIFEST | 1 + + test/shaping/texts/in-tree/MANIFEST | 1 + test/shaping/texts/in-tree/shaper-use/MANIFEST | 1 + .../in-tree/shaper-use/script-kharoshti/MANIFEST | 1 + .../in-tree/shaper-use/script-kharoshti/misc.txt | 36 @@ -6864,33 +10238,33 @@ Date: Mon Jul 20 11:57:44 2015 +0100 commit c48ff288522f33dc6c78520de0a0a74306630895 Author: Behdad Esfahbod -Date: Mon Jul 20 11:46:17 2015 +0100 +Date: Mon Jul 20 11:46:17 2015 +0100 [USE] Build Universal Shaping Engine data table from Unicode 8 files - src/gen-use-table.py | 35 +- + src/gen-use-table.py | 35 +- src/hb-ot-shape-complex-use-table.cc | 1016 ++++++++++++++++++++++++++++++++++ 2 files changed, 1032 insertions(+), 19 deletions(-) commit e2c95116e1423f83a692d6170553d0cc95733d24 Author: Behdad Esfahbod -Date: Mon Jul 20 11:32:48 2015 +0100 +Date: Mon Jul 20 11:32:48 2015 +0100 [USE] Add Universal Shaping Engine to Makefile - src/Makefile.am | 23 +++- - src/gen-use-table.py | 237 + src/Makefile.am | 23 +++- + src/gen-use-table.py | 237 +++++++++++++++++++++++++++++++++ src/hb-ot-shape-complex-use-machine.rl | 0 src/hb-ot-shape-complex-use-private.hh | 0 - src/hb-ot-shape-complex-use-table.cc | 0 - src/hb-ot-shape-complex-use.cc | 0 + src/hb-ot-shape-complex-use-table.cc | 0 + src/hb-ot-shape-complex-use.cc | 0 6 files changed, 254 insertions(+), 6 deletions(-) commit 41a29af8053782e3a9c6a96a394bd76ef6d42099 Author: Behdad Esfahbod -Date: Wed Jul 15 01:39:57 2015 +0100 +Date: Wed Jul 15 01:39:57 2015 +0100 Update Arabic shaping table for Unicode 8.0 @@ -6899,7 +10273,7 @@ Date: Wed Jul 15 01:39:57 2015 +0100 commit 64a2726e2c6efce4379a7609024ec21eb4b5e4dc Author: Behdad Esfahbod -Date: Wed Jul 15 01:36:39 2015 +0100 +Date: Wed Jul 15 01:36:39 2015 +0100 Add Unicode 8.0 scripts @@ -6911,7 +10285,7 @@ Date: Wed Jul 15 01:36:39 2015 +0100 commit 9ae156b76820d9079bae062e7e38c34a386d9bd2 Author: Behdad Esfahbod -Date: Sun Jul 5 22:43:17 2015 +0100 +Date: Sun Jul 5 22:43:17 2015 +0100 Fix pragma usage @@ -6933,7 +10307,7 @@ Date: Sun Jul 5 22:43:17 2015 +0100 commit 8ad89f057d737ccbc6f411e9ebcf11b8130a50bb Author: ThePhD -Date: Tue Jun 23 09:09:24 2015 -0400 +Date: Tue Jun 23 09:09:24 2015 -0400 Spelling words is not my strong point. @@ -6942,7 +10316,7 @@ Date: Tue Jun 23 09:09:24 2015 -0400 commit e0a828ecbd708757d67977f7e92a6f4c1b0b92fd Author: ThePhD -Date: Tue Jun 23 09:07:17 2015 -0400 +Date: Tue Jun 23 09:07:17 2015 -0400 Back to using regular `strdup`, with an `hb-private.hh` fix that special-cases VC++'s @@ -6954,24 +10328,24 @@ Date: Tue Jun 23 09:07:17 2015 -0400 commit 8e545d59610211261e684c10158b9e5df6fae24d Author: ThePhD -Date: Mon Jun 22 22:29:04 2015 -0400 +Date: Mon Jun 22 22:29:04 2015 -0400 Fix all VC++ warnings and errors in the current commit's builds. - src/hb-common.cc | 4 ++-- - src/hb-fallback-shape.cc | 2 +- - src/hb-ot-layout.cc | 2 +- - src/hb-ot-map.cc | 2 +- + src/hb-common.cc | 4 ++-- + src/hb-fallback-shape.cc | 2 +- + src/hb-ot-layout.cc | 2 +- + src/hb-ot-map.cc | 2 +- src/hb-ot-shape-complex-hangul.cc | 2 +- src/hb-ot-shape-complex-hebrew.cc | 2 +- src/hb-ot-shape-complex-indic.cc | 4 ++-- - src/hb-ot-shape-normalize.cc | 6 +++--- - src/hb-ot-shape.cc | 2 +- + src/hb-ot-shape-normalize.cc | 6 +++--- + src/hb-ot-shape.cc | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) commit 5f13bbd9d4b0970851626e2ce3cf4ecb3cfde801 Author: Behdad Esfahbod -Date: Fri Jun 19 13:31:49 2015 -0700 +Date: Fri Jun 19 13:31:49 2015 -0700 When removing default-ignorables, merge clusters @@ -6979,13 +10353,13 @@ Date: Fri Jun 19 13:31:49 2015 -0700 https://code.google.com/p/chromium/issues/detail?id=497578 src/hb-buffer-private.hh | 2 ++ - src/hb-buffer.cc | 36 ++++++++++++++++++++++++++++++++++-- - src/hb-ot-shape.cc | 2 +- + src/hb-buffer.cc | 36 ++++++++++++++++++++++++++++++++++-- + src/hb-ot-shape.cc | 2 +- 3 files changed, 37 insertions(+), 3 deletions(-) commit 82b521aeb7cc73879b44ca4278d6fa8b4347527f Author: Behdad Esfahbod -Date: Fri Jun 19 11:57:57 2015 -0700 +Date: Fri Jun 19 11:57:57 2015 -0700 Rewrite hide_default_ignorables @@ -6995,13 +10369,13 @@ Date: Fri Jun 19 11:57:57 2015 -0700 Needed for upcoming cluster merge fix. src/hb-buffer-private.hh | 18 ++++++++++++++ - src/hb-ot-shape.cc | 65 + src/hb-ot-shape.cc | 65 +++++++++++++++++++++++++++++------------------- 2 files changed, 57 insertions(+), 26 deletions(-) commit b3a2f6afbac1956b65f29a17b9dc896e86135329 Author: Behdad Esfahbod -Date: Thu Jun 18 17:15:33 2015 -0700 +Date: Thu Jun 18 17:15:33 2015 -0700 [test] Add test for cluster merging @@ -7020,17 +10394,17 @@ Date: Thu Jun 18 17:15:33 2015 -0700 commit a6446d44e6d04e1eeea994682e29f9cb6265f7f6 Author: Behdad Esfahbod -Date: Thu Jun 18 11:14:56 2015 -0700 +Date: Thu Jun 18 11:14:56 2015 -0700 0.9.41 - NEWS | 10 ++++++++++ + NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) commit cd042fc8c4a3984c3647cd22a27c34f00636f6e8 Author: Behdad Esfahbod -Date: Thu Jun 18 10:55:13 2015 -0700 +Date: Thu Jun 18 10:55:13 2015 -0700 [util] Disable hb-fc-list for now @@ -7042,7 +10416,7 @@ Date: Thu Jun 18 10:55:13 2015 -0700 commit 351f68f4e01a107f62e4eb3458d7c7ae379939fb Author: Behdad Esfahbod -Date: Fri Jun 12 17:46:06 2015 -0700 +Date: Fri Jun 12 17:46:06 2015 -0700 [bindings] Fix hb_language_get_default() and hb_ot_tag_to_language() @@ -7054,7 +10428,7 @@ Date: Fri Jun 12 17:46:06 2015 -0700 commit f0c80060763475aa34a18ecbef600b6811855cb6 Author: Behdad Esfahbod -Date: Fri Jun 12 17:37:41 2015 -0700 +Date: Fri Jun 12 17:37:41 2015 -0700 [TravisCI] Hook up Coverity @@ -7065,7 +10439,7 @@ Date: Fri Jun 12 17:37:41 2015 -0700 commit 8ac446908ca75bea989414a0f551a6da8885bf52 Author: Behdad Esfahbod -Date: Fri Jun 12 17:29:05 2015 -0700 +Date: Fri Jun 12 17:29:05 2015 -0700 Add Coverity Scan badge @@ -7074,7 +10448,7 @@ Date: Fri Jun 12 17:29:05 2015 -0700 commit a5e4f6d6088f6ed37fb1d68d3682b8eb4c9b46fe Author: Behdad Esfahbod -Date: Wed Jun 10 10:57:46 2015 -0700 +Date: Wed Jun 10 10:57:46 2015 -0700 Fix warnings: "member call on null pointer of type" @@ -7085,7 +10459,7 @@ Date: Wed Jun 10 10:57:46 2015 -0700 commit 16dac7eccf04bb357e95a8e4c18c8418dcfb4030 Author: Behdad Esfahbod -Date: Wed Jun 3 12:07:46 2015 -0700 +Date: Wed Jun 3 12:07:46 2015 -0700 Fix build @@ -7094,7 +10468,7 @@ Date: Wed Jun 3 12:07:46 2015 -0700 commit 8dacb7f8b46c70f22b70c78e0a8efc3309137650 Author: Behdad Esfahbod -Date: Wed Jun 3 11:53:42 2015 -0700 +Date: Wed Jun 3 11:53:42 2015 -0700 Add include check to hb-ot-font.h @@ -7102,9 +10476,9 @@ Date: Wed Jun 3 11:53:42 2015 -0700 1 file changed, 4 insertions(+) commit 37c8daf724add4a41a06385e571277d137dc2a2f -Merge: f1b4430 01c3a88 +Merge: f1b44303 01c3a885 Author: Behdad Esfahbod -Date: Mon Jun 1 13:27:37 2015 -0700 +Date: Mon Jun 1 13:27:37 2015 -0700 Merge pull request #111 from brawer/since @@ -7112,35 +10486,35 @@ Date: Mon Jun 1 13:27:37 2015 -0700 commit 01c3a88543850c87483fd8671044df53b368c520 Author: Sascha Brawer -Date: Mon Jun 1 13:22:01 2015 +0200 +Date: Mon Jun 1 13:22:01 2015 +0200 Fix "Since:" tags Based on data from http://upstream-tracker.org/versions/harfbuzz.html Resolves #103 - src/hb-buffer.cc | 32 +++++++++++++++++------------ - src/hb-common.cc | 4 ++-- - src/hb-face.cc | 12 +++++------ - src/hb-font.cc | 14 ++++++------- - src/hb-font.h | 4 ++-- - src/hb-ft.cc | 4 ++-- - src/hb-glib.cc | 3 +++ + src/hb-buffer.cc | 32 +++++++++++++++++------------ + src/hb-common.cc | 4 ++-- + src/hb-face.cc | 12 +++++------ + src/hb-font.cc | 14 ++++++------- + src/hb-font.h | 4 ++-- + src/hb-ft.cc | 4 ++-- + src/hb-glib.cc | 3 +++ src/hb-gobject-structs.h | 18 +++++++++++++++++ - src/hb-ot-font.cc | 3 +++ - src/hb-ot-layout.cc | 30 ++++++++++++++++++++++++++++ - src/hb-ot-shape.cc | 6 ++++++ - src/hb-set.cc | 52 + src/hb-ot-font.cc | 3 +++ + src/hb-ot-layout.cc | 30 ++++++++++++++++++++++++++++ + src/hb-ot-shape.cc | 6 ++++++ + src/hb-set.cc | 52 ++++++++++++++++++++++++------------------------ - src/hb-shape-plan.cc | 18 ++++++++--------- - src/hb-shape.cc | 8 ++++---- - src/hb-unicode.cc | 6 +++--- - src/hb-unicode.h | 31 ++++++++++++++++++++++++++--- + src/hb-shape-plan.cc | 18 ++++++++--------- + src/hb-shape.cc | 8 ++++---- + src/hb-unicode.cc | 6 +++--- + src/hb-unicode.h | 31 ++++++++++++++++++++++++++--- 16 files changed, 168 insertions(+), 77 deletions(-) commit f1b44303df0712b433e35e1e1e75115c353b279e Author: Behdad Esfahbod -Date: Thu May 21 14:00:15 2015 -0700 +Date: Thu May 21 14:00:15 2015 -0700 Fix unary minus operator applied to unsigned int @@ -7159,7 +10533,7 @@ Date: Thu May 21 14:00:15 2015 -0700 commit 1ae6cdb365c15405500d4f50ec98016dde23a26b Author: Behdad Esfahbod -Date: Tue May 19 17:42:30 2015 -0700 +Date: Tue May 19 17:42:30 2015 -0700 [gobject] Remove hb_language_t workarounds for g-i shortcomings @@ -7181,7 +10555,7 @@ Date: Tue May 19 17:42:30 2015 -0700 commit ece434fa0fec6754e5164d881c1e967376729eca Author: Behdad Esfahbod -Date: Tue May 19 17:20:58 2015 -0700 +Date: Tue May 19 17:20:58 2015 -0700 [gobject] Macroize value types @@ -7193,7 +10567,7 @@ Date: Tue May 19 17:20:58 2015 -0700 commit 9df099b4837df722e738675af318efcc9ac39a78 Author: Behdad Esfahbod -Date: Mon May 18 18:37:06 2015 -0700 +Date: Mon May 18 18:37:06 2015 -0700 [ft] Don't set *glyph in get_glyph() if glyph not found @@ -7202,7 +10576,7 @@ Date: Mon May 18 18:37:06 2015 -0700 commit ff0f210519bcb0e44d4b986f7eef2004383cd344 Author: Behdad Esfahbod -Date: Mon May 18 14:16:28 2015 -0700 +Date: Mon May 18 14:16:28 2015 -0700 [util] Minor @@ -7210,9 +10584,9 @@ Date: Mon May 18 14:16:28 2015 -0700 1 file changed, 13 insertions(+), 13 deletions(-) commit fbecde3d5c5c6d5af315140e4966dc850388ad63 -Merge: 5801521 74139f9 +Merge: 58015215 74139f98 Author: Behdad Esfahbod -Date: Thu May 7 10:46:42 2015 -0700 +Date: Thu May 7 10:46:42 2015 -0700 Merge pull request #105 from ebraminio/master @@ -7220,7 +10594,7 @@ Date: Thu May 7 10:46:42 2015 -0700 commit 74139f9839f69ea3e7a1d17627f52fea6c06d58a Author: Ebrahim Byagowi -Date: Thu May 7 13:09:32 2015 +0000 +Date: Thu May 7 13:09:32 2015 +0000 Fix Travis CI config to pass again @@ -7229,7 +10603,7 @@ Date: Thu May 7 13:09:32 2015 +0000 commit 58015215321a76d68df8e0d51039904a67291108 Author: Behdad Esfahbod -Date: Wed May 6 00:40:31 2015 -0700 +Date: Wed May 6 00:40:31 2015 -0700 Add note re OpenType 1.7 language tags @@ -7238,7 +10612,7 @@ Date: Wed May 6 00:40:31 2015 -0700 commit f6266ad291d7686d5e110255ace5f2ff9e70bf38 Author: Roozbeh Pournader -Date: Tue May 5 22:31:19 2015 -0700 +Date: Tue May 5 22:31:19 2015 -0700 [minor] Remove comment about Navajo OpenType code. @@ -7249,9 +10623,9 @@ Date: Tue May 5 22:31:19 2015 -0700 1 file changed, 1 insertion(+), 1 deletion(-) commit 42b00118eae46a5183e885e89e0856f41361f57e -Merge: c60f3c8 cfeb056 +Merge: c60f3c8e cfeb0562 Author: Behdad Esfahbod -Date: Tue May 5 14:49:47 2015 -0700 +Date: Tue May 5 14:49:47 2015 -0700 Merge pull request #102 from roozbehp/master @@ -7259,7 +10633,7 @@ Date: Tue May 5 14:49:47 2015 -0700 commit c60f3c8e1156fe7328d42851013cca97333c3bf7 Author: Behdad Esfahbod -Date: Mon May 4 23:10:32 2015 -0700 +Date: Mon May 4 23:10:32 2015 -0700 [README.python] Add package name for gobject-introspection on Ubuntu @@ -7268,7 +10642,7 @@ Date: Mon May 4 23:10:32 2015 -0700 commit 82010a4bdb32248deb1337a3357dfae5b203c48d Author: Behdad Esfahbod -Date: Mon May 4 23:09:51 2015 -0700 +Date: Mon May 4 23:09:51 2015 -0700 [travis] Comment out gobject-introspection again @@ -7279,7 +10653,7 @@ Date: Mon May 4 23:09:51 2015 -0700 commit 8a254bdd29a99eb91b37e9e540179a1a01f77605 Author: Behdad Esfahbod -Date: Mon May 4 19:22:11 2015 -0700 +Date: Mon May 4 19:22:11 2015 -0700 [travis] Build with introspection enabled @@ -7288,7 +10662,7 @@ Date: Mon May 4 19:22:11 2015 -0700 commit be66ec5373634234f221ace9cfed45d76b87f20e Author: Behdad Esfahbod -Date: Thu Apr 30 18:27:13 2015 -0400 +Date: Thu Apr 30 18:27:13 2015 -0400 Use TRUE/FALSE instead of true/false in docs @@ -7297,7 +10671,7 @@ Date: Thu Apr 30 18:27:13 2015 -0400 commit d055e1fc781c123f38d321846937965ef794257e Author: Khaled Hosny -Date: Wed Jan 8 02:28:55 2014 +0200 +Date: Wed Jan 8 02:28:55 2014 +0200 Some attempt into initial hb-shape documentation @@ -7311,7 +10685,7 @@ Date: Wed Jan 8 02:28:55 2014 +0200 commit 81bedda58cfc15f1987aa1952290cf9d87b4d074 Author: Behdad Esfahbod -Date: Thu Apr 30 13:04:16 2015 -0400 +Date: Thu Apr 30 13:04:16 2015 -0400 New API: hb_buffer_reverse_range() @@ -7321,7 +10695,7 @@ Date: Thu Apr 30 13:04:16 2015 -0400 commit cfeb0562ebd8804dad731625153549eafeb78213 Author: Roozbeh Pournader -Date: Wed Apr 29 09:32:42 2015 -0700 +Date: Wed Apr 29 09:32:42 2015 -0700 Add OpenType language tag 'NAV ' for Navajo. @@ -7332,7 +10706,7 @@ Date: Wed Apr 29 09:32:42 2015 -0700 commit f724cc351640ee075a9867ef42df32cf5e0ef3b7 Author: Jonathan Kew -Date: Thu Apr 23 12:45:02 2015 +0100 +Date: Thu Apr 23 12:45:02 2015 +0100 Don't apply Arabic shaping to vertical text. @@ -7341,7 +10715,7 @@ Date: Thu Apr 23 12:45:02 2015 +0100 commit 97942420bbee1bc6953d5f805621066301fa17ca Author: Behdad Esfahbod -Date: Thu Apr 23 18:56:24 2015 -0700 +Date: Thu Apr 23 18:56:24 2015 -0700 Update check-libstdc++ for clang @@ -7350,7 +10724,7 @@ Date: Thu Apr 23 18:56:24 2015 -0700 commit 8f0a4d67143ccdef0b5a6ac99fb9b680c3a2f69c Author: Behdad Esfahbod -Date: Thu Apr 23 14:32:33 2015 -0700 +Date: Thu Apr 23 14:32:33 2015 -0700 [test] Ignor 'n' and 'i' in hb-unicode-encode @@ -7361,7 +10735,7 @@ Date: Thu Apr 23 14:32:33 2015 -0700 commit 39851ce84efd30f6d0570324ff8f3808a01b813b Author: Behdad Esfahbod -Date: Tue Apr 21 19:23:27 2015 -0700 +Date: Tue Apr 21 19:23:27 2015 -0700 [coretext] Oops; fix issue number for previous commit @@ -7370,7 +10744,7 @@ Date: Tue Apr 21 19:23:27 2015 -0700 commit 24f17afeafd40ff77177ed42c9007a0f34fcbb78 Author: Behdad Esfahbod -Date: Tue Apr 21 19:21:32 2015 -0700 +Date: Tue Apr 21 19:21:32 2015 -0700 [coretext] Fix positioning with trailing whitespace @@ -7381,7 +10755,7 @@ Date: Tue Apr 21 19:21:32 2015 -0700 commit dba482fc4458776ffebdeb2d34b970b4223fa8fd Author: Behdad Esfahbod -Date: Fri Apr 17 13:08:08 2015 -0700 +Date: Fri Apr 17 13:08:08 2015 -0700 [ot-font] Accept MS Symbol cmap if nothing else found @@ -7390,7 +10764,7 @@ Date: Fri Apr 17 13:08:08 2015 -0700 commit 3029e8b59d1667dc6a53355be89a2b55d7089b88 Author: Behdad Esfahbod -Date: Tue Apr 14 13:32:22 2015 -0700 +Date: Tue Apr 14 13:32:22 2015 -0700 Revert "Add MSVC pragma for UTF-8 source code" @@ -7404,7 +10778,7 @@ Date: Tue Apr 14 13:32:22 2015 -0700 commit 820505a186ff60e4bae9d717fe4d7ab2390e6fef Author: Behdad Esfahbod -Date: Mon Apr 13 23:51:45 2015 -0700 +Date: Mon Apr 13 23:51:45 2015 -0700 Whitespace @@ -7412,9 +10786,9 @@ Date: Mon Apr 13 23:51:45 2015 -0700 1 file changed, 11 insertions(+), 7 deletions(-) commit 76d57331117be8e0c2d4a2aee8341969b62b6888 -Merge: 89cbd4d 9ee176e +Merge: 89cbd4d9 9ee176ee Author: Behdad Esfahbod -Date: Mon Apr 13 23:40:35 2015 -0700 +Date: Mon Apr 13 23:40:35 2015 -0700 Merge pull request #86 from cpfair/hb-shape-output-help-improvement @@ -7422,7 +10796,7 @@ Date: Mon Apr 13 23:40:35 2015 -0700 commit 89cbd4d9533011fb5487caa99a0cd58923e7cf59 Author: Behdad Esfahbod -Date: Mon Apr 13 12:27:08 2015 -0700 +Date: Mon Apr 13 12:27:08 2015 -0700 Add MSVC pragma for UTF-8 source code @@ -7433,9 +10807,9 @@ Date: Mon Apr 13 12:27:08 2015 -0700 1 file changed, 1 insertion(+) commit 713f99ff6138b4149d9fd382f9af3ace01ee0da5 -Merge: 1086f21 22524a5 +Merge: 1086f21e 22524a51 Author: Behdad Esfahbod -Date: Fri Apr 10 14:34:05 2015 -0700 +Date: Fri Apr 10 14:34:05 2015 -0700 Merge pull request #99 from khaledhosny/introspection-fixes2 @@ -7443,7 +10817,7 @@ Date: Fri Apr 10 14:34:05 2015 -0700 commit 22524a514f6609a2bc009b6035f6b5b932c719c7 Author: Khaled Hosny -Date: Fri Apr 10 18:14:45 2015 +0200 +Date: Fri Apr 10 18:14:45 2015 +0200 [bindings] Fix hb_buffer_get_segment_properties @@ -7453,16 +10827,16 @@ Date: Fri Apr 10 18:14:45 2015 +0200 1 file changed, 1 insertion(+), 1 deletion(-) commit 1086f21e546e2435d9da6024fd6afa7a36ba3707 -Merge: 125cb08 fe97b65 +Merge: 125cb083 fe97b65a Author: Behdad Esfahbod -Date: Fri Apr 10 12:21:04 2015 -0700 +Date: Fri Apr 10 12:21:04 2015 -0700 Merge branch 'hb-fc' commit 125cb08345a7f27e565329d37093b1a60a41a403 -Merge: e8fd839 855a5d7 +Merge: e8fd8393 855a5d7c Author: Behdad Esfahbod -Date: Fri Apr 10 12:19:57 2015 -0700 +Date: Fri Apr 10 12:19:57 2015 -0700 Merge pull request #98 from KonstantinRitt/WEC2013 @@ -7470,7 +10844,7 @@ Date: Fri Apr 10 12:19:57 2015 -0700 commit 04f89e8f7dfdb882e8c98afb613cba3f1d02ed7d Author: Khaled Hosny -Date: Fri Apr 10 17:49:01 2015 +0200 +Date: Fri Apr 10 17:49:01 2015 +0200 [bindings] Fix ownership of returned hb_language_t @@ -7482,7 +10856,7 @@ Date: Fri Apr 10 17:49:01 2015 +0200 commit 855a5d7cb8f585bf66dd18cb480b8c3feef62480 Author: Konstantin Ritt -Date: Fri Apr 10 17:18:01 2015 +0400 +Date: Fri Apr 10 17:18:01 2015 +0400 Fix build on WEC2013 @@ -7493,7 +10867,7 @@ Date: Fri Apr 10 17:18:01 2015 +0400 commit fe97b65a54a416229e28b1c931e5e01ca19f31d3 Author: Behdad Esfahbod -Date: Wed Aug 6 16:49:51 2014 -0400 +Date: Wed Aug 6 16:49:51 2014 -0400 [utils] Add hb-fc-list @@ -7501,17 +10875,17 @@ Date: Wed Aug 6 16:49:51 2014 -0400 It uses hb_shape() to do so, and as such is aware of HarfBuzz's normalizer. - configure.ac | 19 +++++ + configure.ac | 19 +++++ util/Makefile.am | 15 ++++ util/hb-fc-list.c | 222 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ - util/hb-fc.cc | 149 ++++++++++++++++++++++++++++++++++++ - util/hb-fc.h | 46 +++++++++++ + util/hb-fc.cc | 149 ++++++++++++++++++++++++++++++++++++ + util/hb-fc.h | 46 +++++++++++ 5 files changed, 451 insertions(+) commit eb0bf3ae6688b7e98a706df2ad2714c071d77e22 Author: Behdad Esfahbod -Date: Wed Aug 6 15:36:41 2014 -0400 +Date: Wed Aug 6 15:36:41 2014 -0400 Relax inert checks @@ -7524,16 +10898,16 @@ Date: Wed Aug 6 15:36:41 2014 -0400 Tests are revised to reflect. - src/hb-face.cc | 4 ++-- - src/hb-font.cc | 4 +--- - src/hb-shape-plan.cc | 7 +++++-- - test/api/test-font.c | 10 +++++----- + src/hb-face.cc | 4 ++-- + src/hb-font.cc | 4 +--- + src/hb-shape-plan.cc | 7 +++++-- + test/api/test-font.c | 10 +++++----- test/api/test-object.c | 34 +++++++++++++++++----------------- 5 files changed, 30 insertions(+), 29 deletions(-) commit e8fd83932a75cfbaa4638a757868915ebfac3c1f Author: Behdad Esfahbod -Date: Thu Apr 9 15:52:26 2015 -0700 +Date: Thu Apr 9 15:52:26 2015 -0700 [util/hb-view] Fix rendering with all combinations of negative scales @@ -7544,7 +10918,7 @@ Date: Thu Apr 9 15:52:26 2015 -0700 commit 69d5af93169ea2d87276b65d43c889a359d5d81e Author: Behdad Esfahbod -Date: Thu Apr 9 15:17:16 2015 -0700 +Date: Thu Apr 9 15:17:16 2015 -0700 [util] Minor @@ -7553,7 +10927,7 @@ Date: Thu Apr 9 15:17:16 2015 -0700 commit a664810e38b479e05ea32cac263cb5730629f9d8 Author: Behdad Esfahbod -Date: Thu Apr 9 15:04:42 2015 -0700 +Date: Thu Apr 9 15:04:42 2015 -0700 [util] Accept comma as well as space when separating components of args @@ -7568,7 +10942,7 @@ Date: Thu Apr 9 15:04:42 2015 -0700 commit 9c974360febcfd67247107352425fe8590d9d452 Author: Behdad Esfahbod -Date: Thu Apr 9 12:04:14 2015 -0700 +Date: Thu Apr 9 12:04:14 2015 -0700 Minor rename @@ -7577,7 +10951,7 @@ Date: Thu Apr 9 12:04:14 2015 -0700 commit f3b170bdd970e31e9dbfed94c07c3cda41269aed Author: Behdad Esfahbod -Date: Wed Apr 8 16:26:24 2015 -0700 +Date: Wed Apr 8 16:26:24 2015 -0700 Minor @@ -7586,7 +10960,7 @@ Date: Wed Apr 8 16:26:24 2015 -0700 commit 2958f2c147fc6327175b51a4eaca694263e34ac9 Author: Behdad Esfahbod -Date: Wed Apr 8 16:26:16 2015 -0700 +Date: Wed Apr 8 16:26:16 2015 -0700 Fixup @@ -7595,19 +10969,19 @@ Date: Wed Apr 8 16:26:16 2015 -0700 commit b931e0b0ceeab0e4819d9c4b838c1a1eb87b52e4 Author: Behdad Esfahbod -Date: Wed Apr 8 14:39:00 2015 -0700 +Date: Wed Apr 8 14:39:00 2015 -0700 Fix warnings Part of https://github.com/behdad/harfbuzz/pull/68 - src/hb-ot-font.cc | 4 ++-- + src/hb-ot-font.cc | 4 ++-- src/hb-ot-layout-gsubgpos-private.hh | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) commit cdcdfe61b97a0a48ccf834b6d924d187da9609be Author: Behdad Esfahbod -Date: Wed Apr 8 13:25:04 2015 -0700 +Date: Wed Apr 8 13:25:04 2015 -0700 Err, instead of warn, if mutex / atomic / unicode funcs are missing @@ -7619,7 +10993,7 @@ Date: Wed Apr 8 13:25:04 2015 -0700 commit fc3c59a1d746c5280f6216a94fdc1be3e826051f Author: Behdad Esfahbod -Date: Wed Apr 8 13:03:27 2015 -0700 +Date: Wed Apr 8 13:03:27 2015 -0700 Fix unused var warnings @@ -7629,7 +11003,7 @@ Date: Wed Apr 8 13:03:27 2015 -0700 commit 3f174cd020b7762fae96f20ce14fc9e9abec748f Author: Konstantin Ritt -Date: Sat Mar 28 00:49:33 2015 +0400 +Date: Sat Mar 28 00:49:33 2015 +0400 Minor refactoring to the atomics implementation @@ -7649,7 +11023,7 @@ Date: Sat Mar 28 00:49:33 2015 +0400 commit 24930d544ee9e247e4cf6a5f6d5207ba9d7a3ddc Author: Behdad Esfahbod -Date: Wed Apr 8 12:52:06 2015 -0700 +Date: Wed Apr 8 12:52:06 2015 -0700 Minor @@ -7658,7 +11032,7 @@ Date: Wed Apr 8 12:52:06 2015 -0700 commit 45a8b46f478d4aa63ae5df74b6bb28ebdd7521ac Author: Behdad Esfahbod -Date: Wed Apr 8 12:49:38 2015 -0700 +Date: Wed Apr 8 12:49:38 2015 -0700 Allow implementing atomic and mutex ops in config @@ -7671,7 +11045,7 @@ Date: Wed Apr 8 12:49:38 2015 -0700 commit 3fe4e92bc5ff09d84c6763cedf06ce80d15a5fb2 Author: Behdad Esfahbod -Date: Wed Apr 8 12:49:23 2015 -0700 +Date: Wed Apr 8 12:49:23 2015 -0700 Minor @@ -7680,7 +11054,7 @@ Date: Wed Apr 8 12:49:23 2015 -0700 commit 9868749abe468130d89c80a2501847a83acb4579 Author: Behdad Esfahbod -Date: Mon Apr 6 14:51:31 2015 -0700 +Date: Mon Apr 6 14:51:31 2015 -0700 [test] Use /usr/bin/env python instead of /usr/bin/python @@ -7688,23 +11062,23 @@ Date: Mon Apr 6 14:51:31 2015 -0700 https://bugs.freedesktop.org/show_bug.cgi?id=76494 - test/shaping/hb-diff | 2 +- - test/shaping/hb-diff-colorize | 2 +- + test/shaping/hb-diff | 2 +- + test/shaping/hb-diff-colorize | 2 +- test/shaping/hb-diff-filter-failures | 2 +- - test/shaping/hb-diff-ngrams | 2 +- - test/shaping/hb-diff-stat | 2 +- - test/shaping/hb-manifest-read | 2 +- + test/shaping/hb-diff-ngrams | 2 +- + test/shaping/hb-diff-stat | 2 +- + test/shaping/hb-manifest-read | 2 +- test/shaping/hb-manifest-update | 2 +- test/shaping/hb-unicode-decode | 2 +- test/shaping/hb-unicode-encode | 2 +- test/shaping/hb-unicode-prettyname | 2 +- - test/shaping/hb_test_tools.py | 2 +- + test/shaping/hb_test_tools.py | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) commit bfcddd32a674dd19fca1bf521e95466a0eec5179 -Merge: ce01ad7 363ceec +Merge: ce01ad7c 363ceec3 Author: Behdad Esfahbod -Date: Mon Apr 6 14:41:32 2015 -0700 +Date: Mon Apr 6 14:41:32 2015 -0700 Merge pull request #93 from ebraminio/archpy3 @@ -7712,7 +11086,7 @@ Date: Mon Apr 6 14:41:32 2015 -0700 commit ce01ad7c2f5a259030f4dbec746f85522aa9c3f9 Author: Behdad Esfahbod -Date: Wed Apr 1 11:05:59 2015 -0700 +Date: Wed Apr 1 11:05:59 2015 -0700 MSVC 2015 supports snprintf and not _snprintf @@ -7721,7 +11095,7 @@ Date: Wed Apr 1 11:05:59 2015 -0700 commit 560718862f0bd994b62361652d6fd558c4182e2a Author: Behdad Esfahbod -Date: Wed Apr 1 11:04:33 2015 -0700 +Date: Wed Apr 1 11:04:33 2015 -0700 Move WinCE define to better place @@ -7730,7 +11104,7 @@ Date: Wed Apr 1 11:04:33 2015 -0700 commit 363ceec3fb0c9566db5a59da31e508f69dea1e92 Author: Ebrahim Byagowi -Date: Mon Mar 30 03:27:14 2015 +0430 +Date: Mon Mar 30 03:27:14 2015 +0430 Make hb_test_tools.py compatible with python 3 @@ -7746,7 +11120,7 @@ Date: Mon Mar 30 03:27:14 2015 +0430 commit aee685086c8fde6f6c4590e483a177c19f222540 Author: Behdad Esfahbod -Date: Thu Mar 26 14:13:53 2015 -0400 +Date: Thu Mar 26 14:13:53 2015 -0400 Fix VC++ /analyze warnings @@ -7757,9 +11131,9 @@ Date: Thu Mar 26 14:13:53 2015 -0400 1 file changed, 2 insertions(+), 2 deletions(-) commit 8886ab430ca68539cb318e175647e9f6973718b0 -Merge: e3671b8 a394bb6 +Merge: e3671b8f a394bb66 Author: Behdad Esfahbod -Date: Sun Mar 22 16:18:57 2015 -0400 +Date: Sun Mar 22 16:18:57 2015 -0400 Merge pull request #90 from khaledhosny/introspection-fixes @@ -7767,7 +11141,7 @@ Date: Sun Mar 22 16:18:57 2015 -0400 commit a394bb66707184c995fe2d08c80e98220e6ec0b0 Author: Khaled Hosny -Date: Sun Mar 22 20:29:10 2015 +0200 +Date: Sun Mar 22 20:29:10 2015 +0200 [bindings] Fix *_from_string functions @@ -7781,17 +11155,17 @@ Date: Sun Mar 22 20:29:10 2015 +0200 commit e3671b8f8bb339e8a563a9da9cd5069073200fec Author: Behdad Esfahbod -Date: Fri Mar 20 18:03:02 2015 -0400 +Date: Fri Mar 20 18:03:02 2015 -0400 0.9.40 - NEWS | 8 ++++++++ + NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) commit 9e401f6890f2bea1d11914bca436c2230f8d0f1b Author: Behdad Esfahbod -Date: Fri Mar 20 16:08:38 2015 -0400 +Date: Fri Mar 20 16:08:38 2015 -0400 Fix reverse_range() for empty range @@ -7804,7 +11178,7 @@ Date: Fri Mar 20 16:08:38 2015 -0400 commit 7481bd49d56d4e814ab1f85fc2df8bf934d520f4 Author: Behdad Esfahbod -Date: Wed Mar 4 15:47:25 2015 -0800 +Date: Wed Mar 4 15:47:25 2015 -0800 Fix previous commit @@ -7815,7 +11189,7 @@ Date: Wed Mar 4 15:47:25 2015 -0800 commit 6763e21afb77b250ad4416ff921d46c63ea12443 Author: Behdad Esfahbod -Date: Wed Mar 4 15:43:05 2015 -0800 +Date: Wed Mar 4 15:43:05 2015 -0800 Accept glibtoolize as libtoolize @@ -7828,17 +11202,17 @@ Date: Wed Mar 4 15:43:05 2015 -0800 commit 02a04e6afb1a76894f3723a467716607970d95d3 Author: Behdad Esfahbod -Date: Wed Mar 4 12:32:03 2015 -0800 +Date: Wed Mar 4 12:32:03 2015 -0800 0.9.39 - NEWS | 10 ++++++++++ + NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) commit 98e3ea8e34c798ce003e946c9a150bb41be9d09b Author: Behdad Esfahbod -Date: Wed Mar 4 12:03:39 2015 -0800 +Date: Wed Mar 4 12:03:39 2015 -0800 Fix hb-uniscribe build @@ -7847,7 +11221,7 @@ Date: Wed Mar 4 12:03:39 2015 -0800 commit 8ac345e5c0ed0aad6547592ea0839aabfb4ba980 Author: Behdad Esfahbod -Date: Mon Mar 2 16:06:55 2015 -0800 +Date: Mon Mar 2 16:06:55 2015 -0800 Fix reverse_range() to only reverse alt array if positions are used @@ -7860,7 +11234,7 @@ Date: Mon Mar 2 16:06:55 2015 -0800 commit 1e03d7ac83f3e17aafed1e37390d9ff8394e36da Author: Behdad Esfahbod -Date: Thu Feb 26 13:58:32 2015 -0800 +Date: Thu Feb 26 13:58:32 2015 -0800 Better error message if libtool is not installed @@ -7871,7 +11245,7 @@ Date: Thu Feb 26 13:58:32 2015 -0800 commit 6c918e2997fb82e89485f2b50bee2bf4fcd70592 Author: Behdad Esfahbod -Date: Thu Feb 26 13:55:34 2015 -0800 +Date: Thu Feb 26 13:55:34 2015 -0800 Clean up gtk-doc.make @@ -7880,7 +11254,7 @@ Date: Thu Feb 26 13:55:34 2015 -0800 commit 5ec5875acb12cf07447c9ebfb03212601368dfc4 Author: Behdad Esfahbod -Date: Thu Feb 26 13:53:05 2015 -0800 +Date: Thu Feb 26 13:53:05 2015 -0800 Install git.mk in docs/ @@ -7889,7 +11263,7 @@ Date: Thu Feb 26 13:53:05 2015 -0800 commit d146678d103425b3da7ef393bc6d66f6ba4c5593 Author: Behdad Esfahbod -Date: Thu Feb 26 13:52:50 2015 -0800 +Date: Thu Feb 26 13:52:50 2015 -0800 Update git.mk from upstream @@ -7898,7 +11272,7 @@ Date: Thu Feb 26 13:52:50 2015 -0800 commit 5f541f8f7be82f29b77b481827deb212e12d53e4 Author: Behdad Esfahbod -Date: Sat Feb 21 16:51:17 2015 +0300 +Date: Sat Feb 21 16:51:17 2015 +0300 Minor refactoring @@ -7907,7 +11281,7 @@ Date: Sat Feb 21 16:51:17 2015 +0300 commit ef79bdf73bbfde1bfaa222834809d105ab7755b3 Author: Behdad Esfahbod -Date: Sat Feb 21 16:49:15 2015 +0300 +Date: Sat Feb 21 16:49:15 2015 +0300 Minor @@ -7916,7 +11290,7 @@ Date: Sat Feb 21 16:49:15 2015 +0300 commit 68e04afbb1e1073c47474f7a4d6d2cacf7057f6f Author: Behdad Esfahbod -Date: Sat Feb 21 16:30:28 2015 +0300 +Date: Sat Feb 21 16:30:28 2015 +0300 Typo @@ -7925,7 +11299,7 @@ Date: Sat Feb 21 16:30:28 2015 +0300 commit 55553699b38d6481fbfacd0a32fc266e55553b34 Author: Behdad Esfahbod -Date: Sat Feb 21 16:29:08 2015 +0300 +Date: Sat Feb 21 16:29:08 2015 +0300 Minor @@ -7934,7 +11308,7 @@ Date: Sat Feb 21 16:29:08 2015 +0300 commit 5175300fbaf4ff19b7d38c14c86331bb614b0390 Author: Behdad Esfahbod -Date: Sat Feb 21 12:50:01 2015 +0300 +Date: Sat Feb 21 12:50:01 2015 +0300 [layout] Fix comparison of GlyphID and hb_codepoint_t @@ -7949,7 +11323,7 @@ Date: Sat Feb 21 12:50:01 2015 +0300 commit 7cce809cb11e0ce65dbdab899779ece3dc337763 Author: Behdad Esfahbod -Date: Sat Feb 21 12:41:08 2015 +0300 +Date: Sat Feb 21 12:41:08 2015 +0300 Remove unused (and wrong as of a few commits ago) cmp() function @@ -7958,7 +11332,7 @@ Date: Sat Feb 21 12:41:08 2015 +0300 commit 8e3d4bae033bdec649676da26cfc3eb7610832a8 Author: Behdad Esfahbod -Date: Sat Feb 21 12:31:59 2015 +0300 +Date: Sat Feb 21 12:31:59 2015 +0300 Minor @@ -7967,7 +11341,7 @@ Date: Sat Feb 21 12:31:59 2015 +0300 commit f47cf1f12dd1fa3cd3aa84502139caca9d469af8 Author: Behdad Esfahbod -Date: Sat Feb 21 11:45:22 2015 +0300 +Date: Sat Feb 21 11:45:22 2015 +0300 Minor @@ -7976,7 +11350,7 @@ Date: Sat Feb 21 11:45:22 2015 +0300 commit 640b66c6348653bfd7cf88ea9caa2133c0eb949f Author: Behdad Esfahbod -Date: Thu Feb 19 17:30:05 2015 +0300 +Date: Thu Feb 19 17:30:05 2015 +0300 [layout] If lookup has only one subtable, move the forward loop down to subtable @@ -7989,7 +11363,7 @@ Date: Thu Feb 19 17:30:05 2015 +0300 commit e2f50f2a7ebf9882ea89dc3f0c740e7fce964e37 Author: Behdad Esfahbod -Date: Thu Feb 19 17:15:05 2015 +0300 +Date: Thu Feb 19 17:15:05 2015 +0300 [layout] Add apply_forward / apply_backward @@ -7999,7 +11373,7 @@ Date: Thu Feb 19 17:15:05 2015 +0300 commit 1d4a328472f094c0d75a062f6e176c6b1875cfdc Author: Behdad Esfahbod -Date: Thu Feb 19 11:33:30 2015 +0300 +Date: Thu Feb 19 11:33:30 2015 +0300 [layout] Remove unneeded return value from apply() @@ -8008,7 +11382,7 @@ Date: Thu Feb 19 11:33:30 2015 +0300 commit bbdd6fd21cc2e079defff7cb17c3eb8eff3f9e09 Author: Behdad Esfahbod -Date: Thu Feb 19 17:03:02 2015 +0300 +Date: Thu Feb 19 17:03:02 2015 +0300 Minor simpilfy BEInt @@ -8017,7 +11391,7 @@ Date: Thu Feb 19 17:03:02 2015 +0300 commit 88a399acdc0fcb060803da0e7db56de2866981e3 Author: Behdad Esfahbod -Date: Thu Feb 19 16:57:12 2015 +0300 +Date: Thu Feb 19 16:57:12 2015 +0300 Optimize IntType comparison to avoid branches for 16bit numbers @@ -8026,7 +11400,7 @@ Date: Thu Feb 19 16:57:12 2015 +0300 commit 37de2d533126245774417234e3536fcfb24f3a6b Author: Behdad Esfahbod -Date: Thu Feb 19 16:55:51 2015 +0300 +Date: Thu Feb 19 16:55:51 2015 +0300 Minor simplify IntType @@ -8035,18 +11409,18 @@ Date: Thu Feb 19 16:55:51 2015 +0300 commit bd047d3b7f04d551c0a26bc0ce9b9d61481e34e1 Author: Behdad Esfahbod -Date: Thu Feb 19 10:47:18 2015 +0300 +Date: Thu Feb 19 10:47:18 2015 +0300 [layout] Minor src/hb-ot-layout-gpos-table.hh | 6 ++++++ src/hb-ot-layout-gsub-table.hh | 6 ++++++ - src/hb-ot-layout.cc | 4 ++-- + src/hb-ot-layout.cc | 4 ++-- 3 files changed, 14 insertions(+), 2 deletions(-) commit b9d3f60520c022dc952e65a66eb138d1f7cae2e1 Author: Behdad Esfahbod -Date: Thu Feb 19 10:42:41 2015 +0300 +Date: Thu Feb 19 10:42:41 2015 +0300 [layout] Minor @@ -8055,7 +11429,7 @@ Date: Thu Feb 19 10:42:41 2015 +0300 commit 1a2322134a5d7bba990da28baf893b35879a5a7a Author: Behdad Esfahbod -Date: Thu Feb 19 10:40:23 2015 +0300 +Date: Thu Feb 19 10:40:23 2015 +0300 [layout] Don't check glyph props against lookup flags when recursing @@ -8068,14 +11442,14 @@ Date: Thu Feb 19 10:40:23 2015 +0300 commit 095a1257cc3cc56b044b4cd842a92f0d0f933a50 Author: Behdad Esfahbod -Date: Thu Feb 19 10:29:41 2015 +0300 +Date: Thu Feb 19 10:29:41 2015 +0300 [layout] Port sanitize() to use dispatch() Needed some rework of Extension table. Hopefully I got it right, and the new template usage doesn't break any compilers... - src/hb-open-type-private.hh | 5 ++- + src/hb-open-type-private.hh | 5 ++- src/hb-ot-layout-gpos-table.hh | 82 +---------------------------------- src/hb-ot-layout-gsub-table.hh | 72 ++----------------------------- @@ -8085,7 +11459,7 @@ Date: Thu Feb 19 10:29:41 2015 +0300 commit 758fb20630f84c3d373cda37974b88f16c02995e Author: Behdad Esfahbod -Date: Wed Feb 18 13:45:03 2015 +0300 +Date: Wed Feb 18 13:45:03 2015 +0300 Remove unused macro @@ -8094,7 +11468,7 @@ Date: Wed Feb 18 13:45:03 2015 +0300 commit 40c58923cbf689c465f9b65334c455a9b7f71ab0 Author: Behdad Esfahbod -Date: Wed Feb 18 13:18:46 2015 +0300 +Date: Wed Feb 18 13:18:46 2015 +0300 [layout] Refactor Lookup::dispatch() @@ -8106,7 +11480,7 @@ Date: Wed Feb 18 13:18:46 2015 +0300 commit 70366f5d19df2e654f0933474fecf1aa16e27812 Author: Behdad Esfahbod -Date: Wed Feb 18 13:09:54 2015 +0300 +Date: Wed Feb 18 13:09:54 2015 +0300 [layout] Refactor get_subtable() @@ -8117,7 +11491,7 @@ Date: Wed Feb 18 13:09:54 2015 +0300 commit f72f326aea6d1e93f63040730f7aecd401676c1c Author: Behdad Esfahbod -Date: Tue Feb 17 19:18:07 2015 +0300 +Date: Tue Feb 17 19:18:07 2015 +0300 Minor @@ -8126,7 +11500,7 @@ Date: Tue Feb 17 19:18:07 2015 +0300 commit 8e36ccfd4f076888076ca176c055c18104af03b6 Author: Behdad Esfahbod -Date: Tue Feb 17 19:15:34 2015 +0300 +Date: Tue Feb 17 19:15:34 2015 +0300 [layout] Use dispatch() for add_coverage() @@ -8137,7 +11511,7 @@ Date: Tue Feb 17 19:15:34 2015 +0300 commit 50b8dc79daffc7ef671dd5eedfea47f8d5e946f4 Author: Behdad Esfahbod -Date: Tue Feb 17 18:14:17 2015 +0300 +Date: Tue Feb 17 18:14:17 2015 +0300 [layout] Add may_dispatch() @@ -8150,7 +11524,7 @@ Date: Tue Feb 17 18:14:17 2015 +0300 commit de2118ed7a998a1df9b28fd1be96b4af89ed82c3 Author: Behdad Esfahbod -Date: Tue Feb 17 17:27:44 2015 +0300 +Date: Tue Feb 17 17:27:44 2015 +0300 Make sanitize() a const method @@ -8159,12 +11533,12 @@ Date: Tue Feb 17 17:27:44 2015 +0300 place, after making sure it's safe to do so. So, do a const_cast<> in that one place... - src/hb-open-file-private.hh | 15 +++-- - src/hb-open-type-private.hh | 51 +++++++++++------ - src/hb-ot-cmap-table.hh | 35 ++++++++---- - src/hb-ot-head-table.hh | 6 +- - src/hb-ot-hhea-table.hh | 3 +- - src/hb-ot-hmtx-table.hh | 3 +- + src/hb-open-file-private.hh | 15 +++-- + src/hb-open-type-private.hh | 51 +++++++++++------ + src/hb-ot-cmap-table.hh | 35 ++++++++---- + src/hb-ot-head-table.hh | 6 +- + src/hb-ot-hhea-table.hh | 3 +- + src/hb-ot-hmtx-table.hh | 3 +- src/hb-ot-layout-common-private.hh | 58 ++++++++++++------- src/hb-ot-layout-gdef-table.hh | 30 ++++++---- src/hb-ot-layout-gpos-table.hh | 108 @@ -8172,13 +11546,13 @@ Date: Tue Feb 17 17:27:44 2015 +0300 src/hb-ot-layout-gsub-table.hh | 58 ++++++++++++------- src/hb-ot-layout-gsubgpos-private.hh | 65 +++++++++++++-------- src/hb-ot-layout-jstf-table.hh | 12 ++-- - src/hb-ot-maxp-table.hh | 6 +- - src/hb-ot-name-table.hh | 6 +- + src/hb-ot-maxp-table.hh | 6 +- + src/hb-ot-name-table.hh | 6 +- 14 files changed, 296 insertions(+), 160 deletions(-) commit 6759ed95a3bec2874826376b68ebff19ba277ef2 Author: Behdad Esfahbod -Date: Tue Feb 17 16:05:30 2015 +0300 +Date: Tue Feb 17 16:05:30 2015 +0300 Minor @@ -8188,7 +11562,7 @@ Date: Tue Feb 17 16:05:30 2015 +0300 commit 6b599dac1f814a3c900300241d4c492a8f8b66d2 Author: Behdad Esfahbod -Date: Tue Feb 17 16:04:07 2015 +0300 +Date: Tue Feb 17 16:04:07 2015 +0300 Remove unnecessary check in sanitize @@ -8198,7 +11572,7 @@ Date: Tue Feb 17 16:04:07 2015 +0300 commit 365576d246949f9d587e90cf0539dc0381e4d0a3 Author: Behdad Esfahbod -Date: Thu Jan 29 13:59:42 2015 +0100 +Date: Thu Jan 29 13:59:42 2015 +0100 [layout] Allocate iters in the context @@ -8208,23 +11582,23 @@ Date: Thu Jan 29 13:59:42 2015 +0100 src/hb-ot-layout-gpos-table.hh | 18 ++++++------------ src/hb-ot-layout-gsubgpos-private.hh | 21 +++++++++++++-------- - src/hb-ot-shape-fallback.cc | 2 +- + src/hb-ot-shape-fallback.cc | 2 +- 3 files changed, 20 insertions(+), 21 deletions(-) commit 514564f5444b8ad2f210b1e3d7d66378f7275317 Author: Behdad Esfahbod -Date: Thu Jan 29 13:48:48 2015 +0100 +Date: Thu Jan 29 13:48:48 2015 +0100 [layout] Move skippy_iter setup from constructor into init() src/hb-ot-layout-gpos-table.hh | 18 ++++++++++++------ src/hb-ot-layout-gsubgpos-private.hh | 28 +++++++++++++++------------- - src/hb-ot-shape-fallback.cc | 3 ++- + src/hb-ot-shape-fallback.cc | 3 ++- 3 files changed, 29 insertions(+), 20 deletions(-) commit b051be542a8945ec14b0192bbc285f3e1a78c8f1 Author: Behdad Esfahbod -Date: Thu Jan 29 13:40:39 2015 +0100 +Date: Thu Jan 29 13:40:39 2015 +0100 [lookup] Add skippy_iter.reset() @@ -8232,12 +11606,12 @@ Date: Thu Jan 29 13:40:39 2015 +0100 src/hb-ot-layout-gpos-table.hh | 18 ++++++++++++------ src/hb-ot-layout-gsubgpos-private.hh | 27 ++++++++++++++++++--------- - src/hb-ot-shape-fallback.cc | 3 ++- + src/hb-ot-shape-fallback.cc | 3 ++- 3 files changed, 32 insertions(+), 16 deletions(-) commit 2cecc38c7cf49b2cf697efa7e974ceee7055f2c5 Author: Behdad Esfahbod -Date: Thu Jan 29 13:32:05 2015 +0100 +Date: Thu Jan 29 13:32:05 2015 +0100 [layout] Shuffle code around @@ -8247,19 +11621,19 @@ Date: Thu Jan 29 13:32:05 2015 +0100 commit 696266981df5ef6c62ad0115133dad1d6c1d9acc Author: Behdad Esfahbod -Date: Thu Jan 29 13:08:41 2015 +0100 +Date: Thu Jan 29 13:08:41 2015 +0100 [layout] Merge forward and backward iterators src/hb-ot-layout-gpos-table.hh | 12 +++--- src/hb-ot-layout-gsubgpos-private.hh | 71 ++++++++---------------------------- - src/hb-ot-shape-fallback.cc | 2 +- + src/hb-ot-shape-fallback.cc | 2 +- 3 files changed, 23 insertions(+), 62 deletions(-) commit 1f038eec3c0dd6331036f795614fe1ddcbf613b0 Author: Behdad Esfahbod -Date: Thu Jan 29 13:05:25 2015 +0100 +Date: Thu Jan 29 13:05:25 2015 +0100 [layout] Fix backward reject() @@ -8271,7 +11645,7 @@ Date: Thu Jan 29 13:05:25 2015 +0100 commit 37d13acd8d414a4b53fac0152addfadecf755cd4 Author: Behdad Esfahbod -Date: Thu Jan 29 11:38:01 2015 +0100 +Date: Thu Jan 29 11:38:01 2015 +0100 [layout] Remove some unnecessary checks in skippy @@ -8281,7 +11655,7 @@ Date: Thu Jan 29 11:38:01 2015 +0100 commit baa14e18148d3f5493f78b4fe9e0c835a01f50f7 Author: Behdad Esfahbod -Date: Thu Jan 29 11:08:43 2015 +0100 +Date: Thu Jan 29 11:08:43 2015 +0100 [lookup] Don't initialize skippy if coverage match fails @@ -8306,7 +11680,7 @@ Date: Thu Jan 29 11:08:43 2015 +0100 commit 7788993bc19bf122f1e143ab64cc1da2ed1865a3 Author: Behdad Esfahbod -Date: Wed Jan 28 23:01:12 2015 -0800 +Date: Wed Jan 28 23:01:12 2015 -0800 [layout] Use setter method to set c->lookup_props @@ -8316,7 +11690,7 @@ Date: Wed Jan 28 23:01:12 2015 -0800 commit f4ee48fd7b312550faf9b0be4cd1b2f2849dd08d Author: Behdad Esfahbod -Date: Wed Jan 28 22:53:54 2015 -0800 +Date: Wed Jan 28 22:53:54 2015 -0800 [layout] Remove unused wrapper method @@ -8325,7 +11699,7 @@ Date: Wed Jan 28 22:53:54 2015 -0800 commit 7b7129c7a997def599fb4d2ba05fda40d27aed20 Author: Behdad Esfahbod -Date: Wed Jan 28 21:46:07 2015 -0800 +Date: Wed Jan 28 21:46:07 2015 -0800 Add hb_frozen_set_t @@ -8340,18 +11714,18 @@ Date: Wed Jan 28 21:46:07 2015 -0800 commit 241eac9559465fa79f396570af4e87f455b7e9d5 Author: Behdad Esfahbod -Date: Wed Jan 28 20:55:42 2015 -0800 +Date: Wed Jan 28 20:55:42 2015 -0800 Hide internals of lookup accelerators src/hb-ot-layout-gsub-table.hh | 5 +++-- - src/hb-ot-layout-private.hh | 5 +++++ - src/hb-ot-layout.cc | 6 +++--- + src/hb-ot-layout-private.hh | 5 +++++ + src/hb-ot-layout.cc | 6 +++--- 3 files changed, 11 insertions(+), 5 deletions(-) commit e2d4e8480d85436a3acad8145acac345ed593f5a Author: Behdad Esfahbod -Date: Wed Jan 28 20:29:48 2015 -0800 +Date: Wed Jan 28 20:29:48 2015 -0800 [util] Add convenience "make lib" target @@ -8359,9 +11733,9 @@ Date: Wed Jan 28 20:29:48 2015 -0800 1 file changed, 4 insertions(+) commit faaae64bf28abdcdd15185374bc09a3809794118 -Merge: 7888a6b 9768e65 +Merge: 7888a6b0 9768e651 Author: Behdad Esfahbod -Date: Wed Feb 25 15:34:34 2015 -0800 +Date: Wed Feb 25 15:34:34 2015 -0800 Merge pull request #85 from KonstantinRitt/define_inline @@ -8369,7 +11743,7 @@ Date: Wed Feb 25 15:34:34 2015 -0800 commit 9ee176ee978e6668c4faf00028811ce70979122e Author: Collin Fair -Date: Sat Feb 14 09:59:44 2015 -0500 +Date: Sat Feb 14 09:59:44 2015 -0500 Stop hb-shape docs leaking into hb-view @@ -8378,7 +11752,7 @@ Date: Sat Feb 14 09:59:44 2015 -0500 commit 952b8dbdf61da9b4814e09ad3c1b9b76483bef5c Author: Collin Fair -Date: Sat Feb 14 09:44:00 2015 -0500 +Date: Sat Feb 14 09:44:00 2015 -0500 'All' of the above, not 'each' @@ -8387,7 +11761,7 @@ Date: Sat Feb 14 09:44:00 2015 -0500 commit 9e867b64467c46eea5cc9b1d5a9404a1221bbbfc Author: Collin Fair -Date: Sat Feb 14 09:32:04 2015 -0500 +Date: Sat Feb 14 09:32:04 2015 -0500 Remove reference to --help-output-content in --help-output (as --help-output-format's options aren't available in hb-view) @@ -8397,7 +11771,7 @@ Date: Sat Feb 14 09:32:04 2015 -0500 commit 1d55ffeb66381889f11ebb9039ca4ec2ca5efbab Author: Collin Fair -Date: Sat Feb 14 09:29:35 2015 -0500 +Date: Sat Feb 14 09:29:35 2015 -0500 Add serialization syntax documentation. Clarify naming and wording in --help-output/--help-format @@ -8407,7 +11781,7 @@ Date: Sat Feb 14 09:29:35 2015 -0500 commit 9768e651be0561f07d6f38c3ed8bc5ee04882990 Author: Konstantin Ritt -Date: Sat Feb 14 00:58:51 2015 +0400 +Date: Sat Feb 14 00:58:51 2015 +0400 Fix build with MSVC on CE @@ -8437,7 +11811,7 @@ Date: Sat Feb 14 00:58:51 2015 +0400 commit 7888a6b07a9922cedd3e0d235959058e0011357b Author: Behdad Esfahbod -Date: Wed Jan 28 12:40:40 2015 -0800 +Date: Wed Jan 28 12:40:40 2015 -0800 [ft] Handle negative scales with vertical writing @@ -8446,7 +11820,7 @@ Date: Wed Jan 28 12:40:40 2015 -0800 commit 982d94eaa2a377616f22f39427e5ed9f1ce43263 Author: Behdad Esfahbod -Date: Wed Jan 28 10:51:33 2015 -0800 +Date: Wed Jan 28 10:51:33 2015 -0800 [coretext] Don't generate notdef glyph for default-ignorables @@ -8459,7 +11833,7 @@ Date: Wed Jan 28 10:51:33 2015 -0800 commit 6917a045fd8d16952cad75fda8b291b11e1d3564 Author: Behdad Esfahbod -Date: Wed Jan 28 10:43:32 2015 -0800 +Date: Wed Jan 28 10:43:32 2015 -0800 [coretext] Unbreak glyph positioning in presence of notdef runs @@ -8468,18 +11842,18 @@ Date: Wed Jan 28 10:43:32 2015 -0800 This was originally broken in: - commit 5a0eed3b50629be4826e4e9428f2c3255195395d - Author: Behdad Esfahbod - Date: Mon Aug 11 23:47:16 2014 -0400 + commit 5a0eed3b50629be4826e4e9428f2c3255195395d + Author: Behdad Esfahbod + Date: Mon Aug 11 23:47:16 2014 -0400 - [coretext] Implement vertical shaping + [coretext] Implement vertical shaping src/hb-coretext.cc | 35 +++++++++++++++++++++++++++-------- 1 file changed, 27 insertions(+), 8 deletions(-) commit 1eff4350239b0768e1042b52db9fb1c0d266f96a Author: Behdad Esfahbod -Date: Tue Jan 27 12:26:04 2015 -0800 +Date: Tue Jan 27 12:26:04 2015 -0800 Minor optimization @@ -8488,7 +11862,7 @@ Date: Tue Jan 27 12:26:04 2015 -0800 commit 675956aca01fc4e005a338af43d1c1f4f938abd1 Author: Konstantin Ritt -Date: Tue Jan 27 11:23:07 2015 +0400 +Date: Tue Jan 27 11:23:07 2015 +0400 Do not leak hb_language_t on hb_language_item_t destruction @@ -8497,7 +11871,7 @@ Date: Tue Jan 27 11:23:07 2015 +0400 commit b306f9674a599da50754d24fa5aefcb6bba04420 Author: Konstantin Ritt -Date: Tue Jan 27 20:08:41 2015 +0400 +Date: Tue Jan 27 20:08:41 2015 +0400 Minor improvement to HB_SHAPER_DATA_DESTROY @@ -8506,7 +11880,7 @@ Date: Tue Jan 27 20:08:41 2015 +0400 commit 61820bc4ca1f02433db4be7c81f27cf97e2bd519 Author: Behdad Esfahbod -Date: Mon Jan 26 14:25:52 2015 -0800 +Date: Mon Jan 26 14:25:52 2015 -0800 [API] Add hb_buffer_add_latin1() @@ -8532,7 +11906,7 @@ Date: Mon Jan 26 14:25:52 2015 -0800 commit 78c6e86c04f12154c88b9f9264d0bd50b721699b Author: Behdad Esfahbod -Date: Mon Jan 26 14:08:36 2015 -0800 +Date: Mon Jan 26 14:08:36 2015 -0800 Fix hb_buffer_add_codepoints to actually NOT validate @@ -8540,9 +11914,9 @@ Date: Mon Jan 26 14:08:36 2015 -0800 1 file changed, 1 insertion(+), 1 deletion(-) commit 70c25ee215635db23eb0757641bd372940c0d85d -Merge: 28f5e0b f3537b6 +Merge: 28f5e0b2 f3537b62 Author: Behdad Esfahbod -Date: Sun Jan 25 13:06:03 2015 -0800 +Date: Sun Jan 25 13:06:03 2015 -0800 Merge pull request #81 from KonstantinRitt/fixes/build/win8phone @@ -8550,7 +11924,7 @@ Date: Sun Jan 25 13:06:03 2015 -0800 commit f3537b620b0a7392ea27f01f465c5ba79459c858 Author: Konstantin Ritt -Date: Sun Jan 25 09:50:51 2015 +0400 +Date: Sun Jan 25 09:50:51 2015 +0400 Move some code around @@ -8561,7 +11935,7 @@ Date: Sun Jan 25 09:50:51 2015 +0400 commit afb62d88d78cacb6b881aaf329a654fd32f5ae29 Author: Konstantin Ritt -Date: Sun Jan 25 08:16:26 2015 +0400 +Date: Sun Jan 25 08:16:26 2015 +0400 Do not define MemoryBarrier on WinCE @@ -8573,7 +11947,7 @@ Date: Sun Jan 25 08:16:26 2015 +0400 commit 7db326a15b173c0d101adc608bf551a628c65dcd Author: Konstantin Ritt -Date: Sun Jan 25 08:13:24 2015 +0400 +Date: Sun Jan 25 08:13:24 2015 +0400 Fix build on WinRT @@ -8583,22 +11957,22 @@ Date: Sun Jan 25 08:13:24 2015 +0400 https://codereview.qt-project.org/#/c/92496/ src/hb-mutex-private.hh | 4 ++++ - src/hb-private.hh | 2 ++ + src/hb-private.hh | 2 ++ 2 files changed, 6 insertions(+) commit 28f5e0b2f41670617bd778660364bbd58b1b68f2 Author: Behdad Esfahbod -Date: Fri Jan 23 12:45:35 2015 -0800 +Date: Fri Jan 23 12:45:35 2015 -0800 0.9.38 - NEWS | 23 +++++++++++++++++++++++ + NEWS | 23 +++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) commit a319d0777b746a2bbe5cd5a206172f1580da3379 Author: Behdad Esfahbod -Date: Fri Jan 23 12:44:24 2015 -0800 +Date: Fri Jan 23 12:44:24 2015 -0800 [ft] Handle negative x_scale / y_scale @@ -8607,7 +11981,7 @@ Date: Fri Jan 23 12:44:24 2015 -0800 commit b0b38bb892473d9a65e06dd3b4713da39f92bef9 Author: Behdad Esfahbod -Date: Wed Jan 21 19:19:33 2015 -0800 +Date: Wed Jan 21 19:19:33 2015 -0800 [coretext] Fix positioning of notdef @@ -8616,7 +11990,7 @@ Date: Wed Jan 21 19:19:33 2015 -0800 commit 70622e5089c01ea16fd9deed11cb39d43145c121 Author: Behdad Esfahbod -Date: Wed Jan 21 18:50:57 2015 -0800 +Date: Wed Jan 21 18:50:57 2015 -0800 [coretext] Fix scaling @@ -8629,7 +12003,7 @@ Date: Wed Jan 21 18:50:57 2015 -0800 commit 221ba02b0816584a02471037edae7cec9c1b8acc Author: Behdad Esfahbod -Date: Wed Jan 21 16:42:09 2015 -0800 +Date: Wed Jan 21 16:42:09 2015 -0800 [coretext] Use vertical advance for notdef in vertical direction @@ -8638,7 +12012,7 @@ Date: Wed Jan 21 16:42:09 2015 -0800 commit 7988da24c507ee310772f72cc5bcfd3c0a1187a0 Author: Behdad Esfahbod -Date: Wed Jan 21 18:33:50 2015 -0800 +Date: Wed Jan 21 18:33:50 2015 -0800 Add convenience make target "make lib" in src/ @@ -8647,7 +12021,7 @@ Date: Wed Jan 21 18:33:50 2015 -0800 commit 31d48dd919e3b4a0bec5ede384f76db9b44f4d71 Author: Behdad Esfahbod -Date: Wed Jan 21 01:57:44 2015 -0800 +Date: Wed Jan 21 01:57:44 2015 -0800 Add README.python @@ -8656,7 +12030,7 @@ Date: Wed Jan 21 01:57:44 2015 -0800 commit ca1c2813dd0b082a8c418bd3edd3f6cba97bd5f0 Author: Behdad Esfahbod -Date: Wed Jan 21 01:51:48 2015 -0800 +Date: Wed Jan 21 01:51:48 2015 -0800 [bindings] Add README.python @@ -8665,29 +12039,29 @@ Date: Wed Jan 21 01:51:48 2015 -0800 commit cd4eb96abb90a84b42e9b288e39bad759e4411a0 Author: Behdad Esfahbod -Date: Tue Jan 20 12:30:45 2015 -0800 +Date: Tue Jan 20 12:30:45 2015 -0800 [util] Add --font-size to hb-shape Also makes hb-view to use 8 bits of subpixel precision and shape at requested size, instead of always shaping at upem and scaling results. - util/hb-ot-shape-closure.cc | 2 +- - util/hb-shape.cc | 2 +- - util/hb-view.cc | 5 ++++- - util/helper-cairo.cc | 16 ++++++++-------- - util/helper-cairo.hh | 5 ++--- - util/main-font-text.hh | 4 ++-- - util/options.cc | 44 + util/hb-ot-shape-closure.cc | 2 +- + util/hb-shape.cc | 2 +- + util/hb-view.cc | 5 ++++- + util/helper-cairo.cc | 16 ++++++++-------- + util/helper-cairo.hh | 5 ++--- + util/main-font-text.hh | 4 ++-- + util/options.cc | 44 +++++++++++++++++++++++++++++++++++++++++--- - util/options.hh | 16 ++++++++++++---- - util/view-cairo.cc | 2 +- - util/view-cairo.hh | 8 ++++---- + util/options.hh | 16 ++++++++++++---- + util/view-cairo.cc | 2 +- + util/view-cairo.hh | 8 ++++---- 10 files changed, 76 insertions(+), 28 deletions(-) commit 5789ca69d7464bab5fa0c5bdf404f3afaa490faf Author: Behdad Esfahbod -Date: Fri Jan 9 14:22:01 2015 -0800 +Date: Fri Jan 9 14:22:01 2015 -0800 [util] Minor @@ -8696,7 +12070,7 @@ Date: Fri Jan 9 14:22:01 2015 -0800 commit 67dfa8c7c2f2e9040a9c60c680f739ada4a35fb5 Author: Behdad Esfahbod -Date: Mon Jan 19 17:00:31 2015 -0800 +Date: Mon Jan 19 17:00:31 2015 -0800 When matching second glyph of kerning pairs, use bsearch @@ -8711,7 +12085,7 @@ Date: Mon Jan 19 17:00:31 2015 -0800 commit e9f5c65be027eb7759ab819e267e24dff3b017b6 Author: Behdad Esfahbod -Date: Mon Jan 19 14:42:11 2015 -0800 +Date: Mon Jan 19 14:42:11 2015 -0800 [bindings] Minor @@ -8719,9 +12093,9 @@ Date: Mon Jan 19 14:42:11 2015 -0800 1 file changed, 2 insertions(+) commit 3704628d1f124234324b5f2bdd5fdd61c14c7801 -Merge: 1aaa7d6 5eb939d +Merge: 1aaa7d67 5eb939dd Author: Behdad Esfahbod -Date: Mon Jan 19 16:15:00 2015 -0800 +Date: Mon Jan 19 16:15:00 2015 -0800 Merge pull request #77 from roozbehp/master @@ -8729,7 +12103,7 @@ Date: Mon Jan 19 16:15:00 2015 -0800 commit 5eb939ddfe9ef217da2e48d7d0f1f4b7501714ad Author: Roozbeh Pournader -Date: Sun Jan 18 14:30:08 2015 -0800 +Date: Sun Jan 18 14:30:08 2015 -0800 Change New Tai Lue shaping engine from SEA to default @@ -8748,18 +12122,18 @@ Date: Sun Jan 18 14:30:08 2015 -0800 commit 1aaa7d6799b42b392dd191d3c12011721ef99e74 Author: Behdad Esfahbod -Date: Sat Jan 17 20:16:56 2015 -0800 +Date: Sat Jan 17 20:16:56 2015 -0800 [indic] Fix out-of-bounds access - src/gen-indic-table.py | 2 +- + src/gen-indic-table.py | 2 +- src/hb-ot-shape-complex-indic-table.cc | 36 +++++++++++++++++----------------- 2 files changed, 19 insertions(+), 19 deletions(-) commit 238d6a38f2ceb7d8dceec9365a823f032b3b9f7d Author: Behdad Esfahbod -Date: Wed Jan 7 10:51:44 2015 -0800 +Date: Wed Jan 7 10:51:44 2015 -0800 [bindings] Update sample.py @@ -8768,29 +12142,29 @@ Date: Wed Jan 7 10:51:44 2015 -0800 commit 2cd5323531dcd800549b2cb1cb51d708e72ab2d8 Author: Behdad Esfahbod -Date: Tue Jan 6 19:16:38 2015 -0800 +Date: Tue Jan 6 19:16:38 2015 -0800 [bindings] Use hb_glib_blob_create() in sample hb_blob_create() is considered C-only API. src/hb-blob.cc | 8 ++++---- - src/sample.py | 19 +++++++++---------- + src/sample.py | 19 +++++++++---------- 2 files changed, 13 insertions(+), 14 deletions(-) commit 0ef179e2dc040c13497af847b8c1cec846dbdbf9 Author: Behdad Esfahbod -Date: Tue Jan 6 16:58:33 2015 -0800 +Date: Tue Jan 6 16:58:33 2015 -0800 [glib] Add hb_glib_blob_create() that takes GBytes src/hb-glib.cc | 11 +++++++++++ - src/hb-glib.h | 3 +++ + src/hb-glib.h | 3 +++ 2 files changed, 14 insertions(+) commit b91904a40da6287f84bc79de60674fa57232ec09 Author: Behdad Esfahbod -Date: Tue Jan 6 15:43:14 2015 -0800 +Date: Tue Jan 6 15:43:14 2015 -0800 [bindings] Replace deprecated allow-none with optional and nullable @@ -8801,7 +12175,7 @@ Date: Tue Jan 6 15:43:14 2015 -0800 commit 81a31f3eff44a85bb2160d51156a01a18f0a97df Author: Behdad Esfahbod -Date: Tue Jan 6 15:37:31 2015 -0800 +Date: Tue Jan 6 15:37:31 2015 -0800 [bindings] Make sample Python 2/3 compatible @@ -8810,7 +12184,7 @@ Date: Tue Jan 6 15:37:31 2015 -0800 commit b632e7997d9cb6e4782cab6d8c62e8e5edaa4cb0 Author: Behdad Esfahbod -Date: Tue Jan 6 14:05:26 2015 -0800 +Date: Tue Jan 6 14:05:26 2015 -0800 Fix up gobject-introspection a bit @@ -8818,12 +12192,12 @@ Date: Tue Jan 6 14:05:26 2015 -0800 src/hb-blob.cc | 6 +++--- src/hb-buffer.cc | 2 +- - src/sample.py | 34 ++++++++++++++++++++++++++++------ + src/sample.py | 34 ++++++++++++++++++++++++++++------ 3 files changed, 32 insertions(+), 10 deletions(-) commit 3d1a666a8629a8502a2bcf23ab943e2b39a0da92 Author: Behdad Esfahbod -Date: Mon Jan 5 14:43:13 2015 -0800 +Date: Mon Jan 5 14:43:13 2015 -0800 Remove hardcoded ICU include paths. @@ -8835,9 +12209,9 @@ Date: Mon Jan 5 14:43:13 2015 -0800 1 file changed, 1 insertion(+), 2 deletions(-) commit 8cb41cb9508eb1bb6319e92f900cfe5e8a131be3 -Merge: 365c03f fb85d61 +Merge: 365c03fc fb85d618 Author: Behdad Esfahbod -Date: Sun Jan 4 20:32:18 2015 -0800 +Date: Sun Jan 4 20:32:18 2015 -0800 Merge pull request #76 from cpeterso/cpeterso/Wunused-function @@ -8845,20 +12219,20 @@ Date: Sun Jan 4 20:32:18 2015 -0800 commit fb85d618f5883458bacf0ecb0894772291a2d738 Author: Chris Peterson -Date: Sun Jan 4 19:31:10 2015 -0800 +Date: Sun Jan 4 19:31:10 2015 -0800 Add #ifdef HB_USE_ATEXIT to fix -Wunused-function warnings src/hb-common.cc | 2 +- - src/hb-ft.cc | 4 +++- + src/hb-ft.cc | 4 +++- src/hb-shape.cc | 4 +++- src/hb-shaper.cc | 4 +++- 4 files changed, 10 insertions(+), 4 deletions(-) commit 365c03fc2bcdb4098314a0e123c46018fb882586 -Merge: c36c4a9 d1897a9 +Merge: c36c4a99 d1897a98 Author: Behdad Esfahbod -Date: Sat Jan 3 21:55:30 2015 -0800 +Date: Sat Jan 3 21:55:30 2015 -0800 Merge pull request #75 from cpeterso/cpeterso/Wunused-value @@ -8866,17 +12240,17 @@ Date: Sat Jan 3 21:55:30 2015 -0800 commit d1897a98d8da40cffb57c07099a9a93cfeaacc36 Author: Chris Peterson -Date: Sat Jan 3 19:46:19 2015 -0800 +Date: Sat Jan 3 19:46:19 2015 -0800 Fix hb_atomic_ptr_cmpexch -Wunused-value warnings src/hb-common.cc | 2 +- - src/hb-icu.cc | 4 +--- + src/hb-icu.cc | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) commit c36c4a9924609df648e62e47fa017b19b844fd98 Author: Behdad Esfahbod -Date: Fri Jan 2 14:09:23 2015 -0800 +Date: Fri Jan 2 14:09:23 2015 -0800 Add missing va_end() @@ -8887,7 +12261,7 @@ Date: Fri Jan 2 14:09:23 2015 -0800 commit f34aaba8687a20794835e2dc878c52d1b53e6f85 Author: Behdad Esfahbod -Date: Sun Dec 28 18:56:15 2014 -0800 +Date: Sun Dec 28 18:56:15 2014 -0800 [ft] Don't set font ppem @@ -8907,7 +12281,7 @@ Date: Sun Dec 28 18:56:15 2014 -0800 commit 350f3a02ce225e5d78db8ac96de1351ff9f96dd5 Author: Behdad Esfahbod -Date: Sun Dec 28 17:44:26 2014 -0800 +Date: Sun Dec 28 17:44:26 2014 -0800 [ft] Add hb_ft_face_create_referenced() and hb_ft_font_create_referenced() @@ -8970,7 +12344,7 @@ Date: Sun Dec 28 17:44:26 2014 -0800 commit 9a3b74884b2e41c7040611030f4336f13d18fd3e Author: Behdad Esfahbod -Date: Sun Dec 28 17:27:39 2014 -0800 +Date: Sun Dec 28 17:27:39 2014 -0800 Remove redundant check for FT_Face_GetCharVariantIndex @@ -8983,7 +12357,7 @@ Date: Sun Dec 28 17:27:39 2014 -0800 commit 1226b2e930aa456cc05bbe621c96f4286a95cff6 Author: Behdad Esfahbod -Date: Sun Dec 28 17:04:23 2014 -0800 +Date: Sun Dec 28 17:04:23 2014 -0800 Fix FreeType version check @@ -8992,7 +12366,7 @@ Date: Sun Dec 28 17:04:23 2014 -0800 commit affacf2f37db767ab8df7f2db6cd9e0e9b0a2b8a Author: Behdad Esfahbod -Date: Sun Dec 28 16:20:31 2014 -0800 +Date: Sun Dec 28 16:20:31 2014 -0800 [ft] Open blob in READONLY mode @@ -9004,7 +12378,7 @@ Date: Sun Dec 28 16:20:31 2014 -0800 commit 395b35903e052aecc97d0807e4f813c64c0d2b0b Author: Behdad Esfahbod -Date: Sun Dec 28 16:03:26 2014 -0800 +Date: Sun Dec 28 16:03:26 2014 -0800 Avoid accessing layout tables at face destruction @@ -9018,14 +12392,14 @@ Date: Sun Dec 28 16:03:26 2014 -0800 refcounting to help avoid that, it happens that we were accessing the table when we didn't really have to. Avoid that. - src/hb-ot-layout-private.hh | 3 +-- - src/hb-ot-layout.cc | 4 ++-- + src/hb-ot-layout-private.hh | 3 +-- + src/hb-ot-layout.cc | 4 ++-- src/hb-ot-shape-complex-arabic-fallback.hh | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) commit 7d5e7613ced3dd39d05df83ca7e8952cbecd68f6 Author: Behdad Esfahbod -Date: Thu Dec 18 18:22:21 2014 -0800 +Date: Thu Dec 18 18:22:21 2014 -0800 Fail blob creation if length overflows or is too large @@ -9046,7 +12420,7 @@ Date: Thu Dec 18 18:22:21 2014 -0800 commit d5a5052098b0aa79ff55c235e61a9db477c4120f Author: Behdad Esfahbod -Date: Thu Dec 18 18:09:41 2014 -0800 +Date: Thu Dec 18 18:09:41 2014 -0800 Assert that blob length doesn't overflow address. @@ -9058,17 +12432,17 @@ Date: Thu Dec 18 18:09:41 2014 -0800 commit 66e37409b3bc1eddc86704ae26d9176677ce6aa6 Author: Behdad Esfahbod -Date: Wed Dec 17 12:09:17 2014 -0800 +Date: Wed Dec 17 12:09:17 2014 -0800 0.9.37 - NEWS | 8 ++++++++ + NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) commit 093c520de506aec74f3fb1e195c0ca85813424dd Author: Behdad Esfahbod -Date: Fri Dec 12 21:07:53 2014 -0800 +Date: Fri Dec 12 21:07:53 2014 -0800 [otlayout] Mark variables that are C arrays as opposed to OT::ArrayOf @@ -9079,7 +12453,7 @@ Date: Fri Dec 12 21:07:53 2014 -0800 commit 9df0a520306a491f973d42965597bfda6023e508 Author: Behdad Esfahbod -Date: Fri Dec 12 20:54:28 2014 -0800 +Date: Fri Dec 12 20:54:28 2014 -0800 [otlayout] Avoid invalid access with Context format 3 @@ -9088,7 +12462,7 @@ Date: Fri Dec 12 20:54:28 2014 -0800 commit 295ef1dd5229f47d8e0eb5b4eb48c90a6b470073 Author: Behdad Esfahbod -Date: Fri Dec 12 20:43:18 2014 -0800 +Date: Fri Dec 12 20:43:18 2014 -0800 [ot] Debug get_coverage @@ -9097,7 +12471,7 @@ Date: Fri Dec 12 20:43:18 2014 -0800 commit 00f6a8e334ec4c586e4e633a95b411ccb50306d3 Author: Behdad Esfahbod -Date: Fri Dec 12 20:36:49 2014 -0800 +Date: Fri Dec 12 20:36:49 2014 -0800 [ot] Print format in dispatch trace @@ -9108,7 +12482,7 @@ Date: Fri Dec 12 20:36:49 2014 -0800 commit 5c7d6f02d71362c2b192a7d96e6181977682921c Author: Behdad Esfahbod -Date: Fri Dec 12 20:28:49 2014 -0800 +Date: Fri Dec 12 20:28:49 2014 -0800 Minor @@ -9117,7 +12491,7 @@ Date: Fri Dec 12 20:28:49 2014 -0800 commit 153beebba9b76901b8b62b90ba0dc69462ae2090 Author: Behdad Esfahbod -Date: Fri Dec 12 19:46:09 2014 -0800 +Date: Fri Dec 12 19:46:09 2014 -0800 [ot] Make sure all toplevel tables have tableTag @@ -9128,7 +12502,7 @@ Date: Fri Dec 12 19:46:09 2014 -0800 commit 282b13f9b4d86b091714de7fbddc94b3e3ff3d91 Author: Behdad Esfahbod -Date: Fri Dec 12 19:32:46 2014 -0800 +Date: Fri Dec 12 19:32:46 2014 -0800 [sanitize] Improve debug output some more @@ -9137,7 +12511,7 @@ Date: Fri Dec 12 19:32:46 2014 -0800 commit 0766ee1f4e6046598a2e8fb1b167c3942b4a87a0 Author: Behdad Esfahbod -Date: Fri Dec 12 18:23:20 2014 -0800 +Date: Fri Dec 12 18:23:20 2014 -0800 [sanitize] Improve debug output @@ -9146,7 +12520,7 @@ Date: Fri Dec 12 18:23:20 2014 -0800 commit e6f80fa1044243898c402ec6a59d6c1b5420be53 Author: Behdad Esfahbod -Date: Wed Dec 10 12:05:24 2014 -0800 +Date: Wed Dec 10 12:05:24 2014 -0800 [indic] Allow ZWJ/ZWNJ before SM @@ -9172,28 +12546,28 @@ Date: Wed Dec 10 12:05:24 2014 -0800 TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%) TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%) - src/hb-ot-shape-complex-indic-machine.rl | 2 +- - test/shaping/Makefile.am | 1 + + src/hb-ot-shape-complex-indic-machine.rl | 2 +- + test/shaping/Makefile.am | 1 + .../sha1sum/5028afb650b1bb718ed2131e872fbcce57828fff.ttf | Bin 0 -> 4720 bytes - test/shaping/fonts/sha1sum/MANIFEST | 1 + - test/shaping/tests/MANIFEST | 1 + - test/shaping/tests/indic-joiner-candrabindu.tests | 2 ++ + test/shaping/fonts/sha1sum/MANIFEST | 1 + + test/shaping/tests/MANIFEST | 1 + + test/shaping/tests/indic-joiner-candrabindu.tests | 2 ++ 6 files changed, 6 insertions(+), 1 deletion(-) commit c0e95abc5f3f14121483b71f10837828a3a1d73a Author: Behdad Esfahbod -Date: Thu Nov 20 14:42:24 2014 -0800 +Date: Thu Nov 20 14:42:24 2014 -0800 0.9.36 - NEWS | 12 ++++++++++++ + NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) commit fde3e4a423871463c883cb969e99c29cb6f69f6b Author: Behdad Esfahbod -Date: Wed Oct 29 11:23:08 2014 -0700 +Date: Wed Oct 29 11:23:08 2014 -0700 In hb_ot_collect_glyphs(), don't recurse to a lookup more than once @@ -9210,7 +12584,7 @@ Date: Wed Oct 29 11:23:08 2014 -0700 commit 5a5640d8506ccfc99fd119e89e829170d1fea421 Author: Behdad Esfahbod -Date: Tue Oct 14 21:26:13 2014 -0700 +Date: Tue Oct 14 21:26:13 2014 -0700 Move code around @@ -9220,7 +12594,7 @@ Date: Tue Oct 14 21:26:13 2014 -0700 commit 666b42f73bd1f516657b206ef738108825bf239f Author: Behdad Esfahbod -Date: Tue Oct 14 21:24:59 2014 -0700 +Date: Tue Oct 14 21:24:59 2014 -0700 Move macros around @@ -9228,13 +12602,13 @@ Date: Tue Oct 14 21:24:59 2014 -0700 src/hb-open-type-private.hh | 63 ++++++++++++++++++++++++++++++++++++++------- - src/hb-private.hh | 41 ----------------------------- - src/hb-uniscribe.cc | 6 +++++ + src/hb-private.hh | 41 ----------------------------- + src/hb-uniscribe.cc | 6 +++++ 3 files changed, 60 insertions(+), 50 deletions(-) commit 5c87120b8178566ddae99d9825edc24f9b87ea3d Author: Behdad Esfahbod -Date: Tue Oct 14 20:07:31 2014 -0700 +Date: Tue Oct 14 20:07:31 2014 -0700 Fix misc warnings @@ -9242,12 +12616,12 @@ Date: Tue Oct 14 20:07:31 2014 -0700 src/hb-buffer-deserialize-json.rl | 4 ++-- src/hb-ot-layout-gsub-table.hh | 2 +- - src/hb-private.hh | 6 +++--- + src/hb-private.hh | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) commit a1f27ac3c48cfe6d532dc422cf256952fea472ed Author: Behdad Esfahbod -Date: Thu Oct 2 16:54:33 2014 -0400 +Date: Thu Oct 2 16:54:33 2014 -0400 Update test expectation for previous commit @@ -9256,7 +12630,7 @@ Date: Thu Oct 2 16:54:33 2014 -0400 commit 8afaf096870d7895cf2fffb6438b02c0ad1b6c52 Author: Behdad Esfahbod -Date: Thu Oct 2 16:40:41 2014 -0400 +Date: Thu Oct 2 16:40:41 2014 -0400 [ft] Add NO_HINTING in a couple other places @@ -9265,7 +12639,7 @@ Date: Thu Oct 2 16:40:41 2014 -0400 commit 7228011411f0e490ad1ba9894dd0d576823903ea Author: Behdad Esfahbod -Date: Wed Oct 1 18:58:43 2014 -0400 +Date: Wed Oct 1 18:58:43 2014 -0400 [travis] Fix clang again @@ -9274,7 +12648,7 @@ Date: Wed Oct 1 18:58:43 2014 -0400 commit 406a020e5228d4a04da6282f5a75165bab7a483e Author: Behdad Esfahbod -Date: Wed Oct 1 18:54:55 2014 -0400 +Date: Wed Oct 1 18:54:55 2014 -0400 [travis] Fail build if coveralls fails @@ -9283,7 +12657,7 @@ Date: Wed Oct 1 18:54:55 2014 -0400 commit a8aa20260dbd9af9cbcc7d545fa8b41b07aae276 Author: Behdad Esfahbod -Date: Wed Oct 1 18:48:40 2014 -0400 +Date: Wed Oct 1 18:48:40 2014 -0400 [travis] Only run coveralls under gcc @@ -9292,7 +12666,7 @@ Date: Wed Oct 1 18:48:40 2014 -0400 commit 5de0407337d630117e424b7c715b7cbd432f4ef9 Author: Behdad Esfahbod -Date: Wed Oct 1 18:18:25 2014 -0400 +Date: Wed Oct 1 18:18:25 2014 -0400 Help clang with gcov @@ -9302,7 +12676,7 @@ Date: Wed Oct 1 18:18:25 2014 -0400 commit ef40ca8e5e830231539dc61088b58e907a840629 Author: Behdad Esfahbod -Date: Wed Oct 1 18:07:27 2014 -0400 +Date: Wed Oct 1 18:07:27 2014 -0400 [travis] Try to make coverage work with clang @@ -9311,7 +12685,7 @@ Date: Wed Oct 1 18:07:27 2014 -0400 commit 52784da17b7278f2587168234878bb15d918c9fe Author: Behdad Esfahbod -Date: Wed Oct 1 17:57:43 2014 -0400 +Date: Wed Oct 1 17:57:43 2014 -0400 [travis] Minor @@ -9320,7 +12694,7 @@ Date: Wed Oct 1 17:57:43 2014 -0400 commit f2c9005f5123c7f9b227fd9ac9a3438c5fe4cf47 Author: Behdad Esfahbod -Date: Wed Oct 1 17:45:17 2014 -0400 +Date: Wed Oct 1 17:45:17 2014 -0400 Add README.md symlink to make github happy @@ -9329,7 +12703,7 @@ Date: Wed Oct 1 17:45:17 2014 -0400 commit 40987e8aaca4155d9cff211549e8d23f24c334e5 Author: Behdad Esfahbod -Date: Wed Oct 1 17:44:30 2014 -0400 +Date: Wed Oct 1 17:44:30 2014 -0400 [travis] Re-enable clang @@ -9338,7 +12712,7 @@ Date: Wed Oct 1 17:44:30 2014 -0400 commit 5400ac476e5a5bcc66559fcfb05a683a6b433ea1 Author: Behdad Esfahbod -Date: Wed Oct 1 17:41:41 2014 -0400 +Date: Wed Oct 1 17:41:41 2014 -0400 Add build and coverage status links @@ -9347,7 +12721,7 @@ Date: Wed Oct 1 17:41:41 2014 -0400 commit 19360e0a5609c65842a989587b01a4dc7c9eae36 Author: Behdad Esfahbod -Date: Wed Oct 1 17:35:03 2014 -0400 +Date: Wed Oct 1 17:35:03 2014 -0400 [travis] Report matrix settings to help debugging @@ -9356,7 +12730,7 @@ Date: Wed Oct 1 17:35:03 2014 -0400 commit 9b89fc52f49b80df1f27ac7de69e0152bdcc94d6 Author: Behdad Esfahbod -Date: Wed Oct 1 17:20:31 2014 -0400 +Date: Wed Oct 1 17:20:31 2014 -0400 [travis] More coveralls @@ -9365,7 +12739,7 @@ Date: Wed Oct 1 17:20:31 2014 -0400 commit a68f2b62c1f24009993911b1dbcb76b821e58c51 Author: Behdad Esfahbod -Date: Wed Oct 1 17:05:58 2014 -0400 +Date: Wed Oct 1 17:05:58 2014 -0400 [travis] Give coveralls a hand @@ -9374,7 +12748,7 @@ Date: Wed Oct 1 17:05:58 2014 -0400 commit 5194d647e13aa5ba2cfcdbdcd4a659dc5bd11418 Author: Behdad Esfahbod -Date: Wed Oct 1 17:03:26 2014 -0400 +Date: Wed Oct 1 17:03:26 2014 -0400 [travis] Disable clang for now @@ -9383,7 +12757,7 @@ Date: Wed Oct 1 17:03:26 2014 -0400 commit 715f27f85f97fee13b119f60037db5c139489ee6 Author: Behdad Esfahbod -Date: Wed Oct 1 16:53:00 2014 -0400 +Date: Wed Oct 1 16:53:00 2014 -0400 [test] Fixup test @@ -9392,7 +12766,7 @@ Date: Wed Oct 1 16:53:00 2014 -0400 commit 2a508ddae5de3852243725ce22caa3dcffccb83e Author: Behdad Esfahbod -Date: Wed Oct 1 16:49:22 2014 -0400 +Date: Wed Oct 1 16:49:22 2014 -0400 [travis] Another try at coveralls.io @@ -9401,7 +12775,7 @@ Date: Wed Oct 1 16:49:22 2014 -0400 commit dfe8078e5be46cab5e67aed977749c1d6725e6a7 Author: Behdad Esfahbod -Date: Wed Oct 1 16:38:47 2014 -0400 +Date: Wed Oct 1 16:38:47 2014 -0400 [travis] First try to hookup coveralls.io code coverage tracking @@ -9410,7 +12784,7 @@ Date: Wed Oct 1 16:38:47 2014 -0400 commit 1b387571e4d0eed883f1ae8ec85cf0e818b4a7f9 Author: Behdad Esfahbod -Date: Wed Oct 1 16:14:59 2014 -0400 +Date: Wed Oct 1 16:14:59 2014 -0400 [travis] Unbreak @@ -9419,7 +12793,7 @@ Date: Wed Oct 1 16:14:59 2014 -0400 commit e281ed360dfdf803aea87b6078983867d08e07a7 Author: Behdad Esfahbod -Date: Wed Oct 1 16:09:08 2014 -0400 +Date: Wed Oct 1 16:09:08 2014 -0400 [travis] Minor @@ -9428,7 +12802,7 @@ Date: Wed Oct 1 16:09:08 2014 -0400 commit c0b82ba32a1987902a3b9c05b46f8be6b121883a Author: Behdad Esfahbod -Date: Wed Oct 1 14:24:07 2014 -0400 +Date: Wed Oct 1 14:24:07 2014 -0400 Create ragel-generated files in srcdir @@ -9437,7 +12811,7 @@ Date: Wed Oct 1 14:24:07 2014 -0400 commit 79bbb10b0da49ace763a50f259c2ea687143f7ea Author: Behdad Esfahbod -Date: Wed Oct 1 13:33:21 2014 -0400 +Date: Wed Oct 1 13:33:21 2014 -0400 Clean ragel-generated headers in maintainercleanfiles @@ -9446,7 +12820,7 @@ Date: Wed Oct 1 13:33:21 2014 -0400 commit 8971cac83eb4f06847abfa3eaa15857d27141810 Author: Behdad Esfahbod -Date: Wed Oct 1 12:41:03 2014 -0400 +Date: Wed Oct 1 12:41:03 2014 -0400 Don't use tmp files in Makefile @@ -9458,7 +12832,7 @@ Date: Wed Oct 1 12:41:03 2014 -0400 commit 22723186652224a635f1dad5cda0f753e78c301d Author: Behdad Esfahbod -Date: Wed Oct 1 11:56:07 2014 -0400 +Date: Wed Oct 1 11:56:07 2014 -0400 check-static-inits: Filter out zero-length sections @@ -9470,7 +12844,7 @@ Date: Wed Oct 1 11:56:07 2014 -0400 commit b695a3dc2300ed970a4154ad8b997407b3cb4faf Author: Behdad Esfahbod -Date: Wed Oct 1 11:55:14 2014 -0400 +Date: Wed Oct 1 11:55:14 2014 -0400 check-static-inits: check for static finalizers @@ -9479,7 +12853,7 @@ Date: Wed Oct 1 11:55:14 2014 -0400 commit 250398b1e4f102e4e44eeb9e2aebf0cd2d397344 Author: Behdad Esfahbod -Date: Wed Oct 1 11:28:01 2014 -0400 +Date: Wed Oct 1 11:28:01 2014 -0400 Hide other bubble-sort @@ -9488,7 +12862,7 @@ Date: Wed Oct 1 11:28:01 2014 -0400 commit c1e87442621beff98791ce56cfd1ccee506c4ee6 Author: Behdad Esfahbod -Date: Wed Oct 1 11:07:08 2014 -0400 +Date: Wed Oct 1 11:07:08 2014 -0400 Hide bubble-sort! @@ -9497,7 +12871,7 @@ Date: Wed Oct 1 11:07:08 2014 -0400 commit 80f77282264afb1356351024b1f062b2824bba3b Author: Behdad Esfahbod -Date: Thu Sep 25 17:59:46 2014 +0300 +Date: Thu Sep 25 17:59:46 2014 +0300 [util] Fix ansi output when surface is empty @@ -9506,7 +12880,7 @@ Date: Thu Sep 25 17:59:46 2014 +0300 commit 156852991e18e5ac256ee4d6b2916931cc274977 Author: Behdad Esfahbod -Date: Thu Sep 25 17:45:49 2014 +0300 +Date: Thu Sep 25 17:45:49 2014 +0300 [ot-font] Add hb_ot_face_cmap_accelerator_t @@ -9516,7 +12890,7 @@ Date: Thu Sep 25 17:45:49 2014 +0300 commit d088ccaf11d9475fe0d269ce130b1793b8a1ffbf Author: Behdad Esfahbod -Date: Thu Sep 25 17:26:56 2014 +0300 +Date: Thu Sep 25 17:26:56 2014 +0300 [ot-font] Minor @@ -9525,7 +12899,7 @@ Date: Thu Sep 25 17:26:56 2014 +0300 commit d7c160a1530adabbcf33725b105072293115a34c Author: Behdad Esfahbod -Date: Thu Sep 25 17:15:35 2014 +0300 +Date: Thu Sep 25 17:15:35 2014 +0300 [ot-font] Handle missing vertical metrics tables @@ -9534,11 +12908,11 @@ Date: Thu Sep 25 17:15:35 2014 +0300 commit be1cca270257bfdfee3fbe821175269713acf408 Author: Behdad Esfahbod -Date: Thu Sep 25 16:53:24 2014 +0300 +Date: Thu Sep 25 16:53:24 2014 +0300 [ot-font] Add metrics_accel_t - src/hb-ot-font.cc | 111 + src/hb-ot-font.cc | 111 ++++++++++++++++++++++-------------------------- src/hb-ot-hhea-table.hh | 2 +- src/hb-ot-hmtx-table.hh | 4 +- @@ -9546,11 +12920,11 @@ Date: Thu Sep 25 16:53:24 2014 +0300 commit d41b809e9d21e655129a97c600d28f278fd7e62c Author: Behdad Esfahbod -Date: Thu Sep 25 13:04:08 2014 +0300 +Date: Thu Sep 25 13:04:08 2014 +0300 [ot-font] Start adding vertical support - src/hb-ot-font.cc | 57 ++++++++++++++++++++++++++++++++++---------- + src/hb-ot-font.cc | 57 ++++++++++++++++++++++++++++++++++---------- src/hb-ot-hhea-table.hh | 63 ++++++++++++++++++++++++++----------------------- src/hb-ot-hmtx-table.hh | 35 +++++++++++++++++---------- @@ -9558,7 +12932,7 @@ Date: Thu Sep 25 13:04:08 2014 +0300 commit 22f0de5025aeeef4c8b3ca876d291d4c8e558d94 Author: Behdad Esfahbod -Date: Mon Aug 25 12:54:57 2014 -0400 +Date: Mon Aug 25 12:54:57 2014 -0400 Fix build @@ -9567,7 +12941,7 @@ Date: Mon Aug 25 12:54:57 2014 -0400 commit d457e3f0ff9b27616a34e4cc110d3edbf8796841 Author: Behdad Esfahbod -Date: Mon Aug 25 12:31:19 2014 -0400 +Date: Mon Aug 25 12:31:19 2014 -0400 [arabic] Don't #include __FILE__ @@ -9580,7 +12954,7 @@ Date: Mon Aug 25 12:31:19 2014 -0400 commit 9ceb673d9c35bb28c9b2ed5359bdd8b23fda0019 Author: Behdad Esfahbod -Date: Mon Aug 25 11:48:12 2014 -0400 +Date: Mon Aug 25 11:48:12 2014 -0400 [arabic] Allow disabling win1256 fallback code @@ -9591,7 +12965,7 @@ Date: Mon Aug 25 11:48:12 2014 -0400 commit 8a9319502141c09695461c386e54f998250420e9 Author: Behdad Esfahbod -Date: Fri Aug 22 12:06:57 2014 -0400 +Date: Fri Aug 22 12:06:57 2014 -0400 [ot] Prefer Windows platform cmap tables / accept all Unicode encodingIDs @@ -9603,7 +12977,7 @@ Date: Fri Aug 22 12:06:57 2014 -0400 commit 270971a0fccdf4964fd3e8ab8e5cf53037a3518d Author: Behdad Esfahbod -Date: Fri Aug 15 14:28:04 2014 -0400 +Date: Fri Aug 15 14:28:04 2014 -0400 [win32] Avoid preprocessor warnings re macros @@ -9612,17 +12986,17 @@ Date: Fri Aug 15 14:28:04 2014 -0400 commit 8c6bd34d38fb3007c3d660fce0095cc5c7e9962e Author: Behdad Esfahbod -Date: Thu Aug 14 13:33:37 2014 -0400 +Date: Thu Aug 14 13:33:37 2014 -0400 Fix check-symbols on OS X src/check-libstdc++.sh | 14 +++++++------- - src/check-symbols.sh | 8 +++++++- + src/check-symbols.sh | 8 +++++++- 2 files changed, 14 insertions(+), 8 deletions(-) commit 522b1cc5261c1419166bfb90d2ff634b684be66a Author: Behdad Esfahbod -Date: Thu Aug 14 13:29:30 2014 -0400 +Date: Thu Aug 14 13:29:30 2014 -0400 [coretext] Hide feature_mappings @@ -9631,7 +13005,7 @@ Date: Thu Aug 14 13:29:30 2014 -0400 commit 0d2c2f238bf0a847ecd55a70cc0f081f18a053ac Author: Behdad Esfahbod -Date: Thu Aug 14 13:25:55 2014 -0400 +Date: Thu Aug 14 13:25:55 2014 -0400 Simplify hb-object @@ -9641,7 +13015,7 @@ Date: Thu Aug 14 13:25:55 2014 -0400 commit 9d861b81f349188a4507350398786a6e94038095 Author: Behdad Esfahbod -Date: Thu Aug 14 13:15:21 2014 -0400 +Date: Thu Aug 14 13:15:21 2014 -0400 Really fix clang build this time @@ -9651,7 +13025,7 @@ Date: Thu Aug 14 13:15:21 2014 -0400 commit 272226f294382b0c6921b36e0e67fc53daa765d3 Author: Behdad Esfahbod -Date: Thu Aug 14 13:11:33 2014 -0400 +Date: Thu Aug 14 13:11:33 2014 -0400 Revert "Fix build on clang after previous commit" @@ -9662,7 +13036,7 @@ Date: Thu Aug 14 13:11:33 2014 -0400 commit 9c80cbc87f23040a334e30c750f64523d9ef10c8 Author: Behdad Esfahbod -Date: Thu Aug 14 13:09:52 2014 -0400 +Date: Thu Aug 14 13:09:52 2014 -0400 Fix build on clang after previous commit @@ -9671,7 +13045,7 @@ Date: Thu Aug 14 13:09:52 2014 -0400 commit a5a27073cfff91c4f80209ca8462543130af61dd Author: Behdad Esfahbod -Date: Thu Aug 14 13:05:36 2014 -0400 +Date: Thu Aug 14 13:05:36 2014 -0400 Rewrite this==NULL checks to avoid undefined behavior @@ -9682,7 +13056,7 @@ Date: Thu Aug 14 13:05:36 2014 -0400 commit cc3b2d432b02f9381cdf19e2dd5fbbdd002a750c Author: Behdad Esfahbod -Date: Thu Aug 14 12:59:16 2014 -0400 +Date: Thu Aug 14 12:59:16 2014 -0400 Remove this==NULL check from face->reference_table() @@ -9694,7 +13068,7 @@ Date: Thu Aug 14 12:59:16 2014 -0400 commit cd7ea4f791dc41d62ad238673e2ea0107883c9e3 Author: Behdad Esfahbod -Date: Thu Aug 14 12:57:02 2014 -0400 +Date: Thu Aug 14 12:57:02 2014 -0400 Make hb_object_t members private @@ -9702,12 +13076,12 @@ Date: Thu Aug 14 12:57:02 2014 -0400 https://code.google.com/p/chromium/issues/detail?id=403594 src/hb-object-private.hh | 26 +++++++++++++++++++++----- - src/hb-set-private.hh | 2 +- + src/hb-set-private.hh | 2 +- 2 files changed, 22 insertions(+), 6 deletions(-) commit c4308f895aef93ed884fd54e4ebc65b6d2cfc94a Author: Behdad Esfahbod -Date: Wed Aug 13 19:42:01 2014 -0400 +Date: Wed Aug 13 19:42:01 2014 -0400 Minor @@ -9716,17 +13090,17 @@ Date: Wed Aug 13 19:42:01 2014 -0400 commit cd5a1149d980dc3c17b6bb9d961c761b2671ba1b Author: Behdad Esfahbod -Date: Wed Aug 13 12:39:34 2014 -0400 +Date: Wed Aug 13 12:39:34 2014 -0400 0.9.35 - NEWS | 29 +++++++++++++++++++++++++++++ + NEWS | 29 +++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) commit 20076cc41e673c31305fcb58d37b3b292fd35f83 Author: Behdad Esfahbod -Date: Tue Aug 12 19:26:35 2014 -0400 +Date: Tue Aug 12 19:26:35 2014 -0400 [coretext] Add version guards for kCTLanguageAttributeName @@ -9735,7 +13109,7 @@ Date: Tue Aug 12 19:26:35 2014 -0400 commit 1b3011c27df531875d432e909ae6b77f115c5017 Author: Behdad Esfahbod -Date: Tue Aug 12 19:17:19 2014 -0400 +Date: Tue Aug 12 19:17:19 2014 -0400 [coretext] Pass buffer language to CoreText @@ -9744,7 +13118,7 @@ Date: Tue Aug 12 19:17:19 2014 -0400 commit 3eb6a4dbf25b11fce5e0e426e89f7457887aeca0 Author: Behdad Esfahbod -Date: Tue Aug 12 19:10:33 2014 -0400 +Date: Tue Aug 12 19:10:33 2014 -0400 [coretext] Minor @@ -9753,7 +13127,7 @@ Date: Tue Aug 12 19:10:33 2014 -0400 commit 08acfe0d3a1d8223a9fa0696703fff63d6c2ea8b Author: Behdad Esfahbod -Date: Tue Aug 12 18:57:08 2014 -0400 +Date: Tue Aug 12 18:57:08 2014 -0400 [hb-coretext] Fix cluster order of notdef runs in RTL text @@ -9762,7 +13136,7 @@ Date: Tue Aug 12 18:57:08 2014 -0400 commit 30eed75de24ac0b6648a72d98d10bb24a563d7ef Author: Behdad Esfahbod -Date: Tue Aug 12 17:15:09 2014 -0400 +Date: Tue Aug 12 17:15:09 2014 -0400 [shape-plan] Fix typo! @@ -9775,7 +13149,7 @@ Date: Tue Aug 12 17:15:09 2014 -0400 commit dc9aba6fc53898acd7281b118cec0355d61b1df2 Author: Behdad Esfahbod -Date: Tue Aug 12 17:14:36 2014 -0400 +Date: Tue Aug 12 17:14:36 2014 -0400 [shape-plan] Better debug messages @@ -9784,7 +13158,7 @@ Date: Tue Aug 12 17:14:36 2014 -0400 commit e956c65bf724a8403471362288d2361361b6ac58 Author: Behdad Esfahbod -Date: Tue Aug 12 17:03:27 2014 -0400 +Date: Tue Aug 12 17:03:27 2014 -0400 [shape-plan] Simplify macro @@ -9793,7 +13167,7 @@ Date: Tue Aug 12 17:03:27 2014 -0400 commit 29e25550ce8fee3fecc42d20a45ce9c212dc59df Author: Behdad Esfahbod -Date: Tue Aug 12 17:02:59 2014 -0400 +Date: Tue Aug 12 17:02:59 2014 -0400 Fix gcc warning @@ -9802,7 +13176,7 @@ Date: Tue Aug 12 17:02:59 2014 -0400 commit 8d5eebc0c6ada01128c6ee384340efdbef7ba29d Author: Behdad Esfahbod -Date: Tue Aug 12 16:50:22 2014 -0400 +Date: Tue Aug 12 16:50:22 2014 -0400 [shape-plan] Fix shape-plan caching with more than one requested shaper @@ -9816,7 +13190,7 @@ Date: Tue Aug 12 16:50:22 2014 -0400 commit bc3d0dc60104f1cda465a5e8ba5b40ed5bec70b9 Author: Behdad Esfahbod -Date: Tue Aug 12 16:49:18 2014 -0400 +Date: Tue Aug 12 16:49:18 2014 -0400 [shape-plan] Add debug tracing @@ -9825,7 +13199,7 @@ Date: Tue Aug 12 16:49:18 2014 -0400 commit 81b8d9777b9c38c7e6408591763a4cac6de18e4b Author: Behdad Esfahbod -Date: Tue Aug 12 15:49:47 2014 -0400 +Date: Tue Aug 12 15:49:47 2014 -0400 [coretext] Fix buffer resizing @@ -9836,7 +13210,7 @@ Date: Tue Aug 12 15:49:47 2014 -0400 commit c3e924fb9e0e2d4003790817655efd9c5688c7e1 Author: Behdad Esfahbod -Date: Tue Aug 12 14:25:11 2014 -0400 +Date: Tue Aug 12 14:25:11 2014 -0400 [coretext] Rewind scratch-allocated arrays when not needed anymore @@ -9845,7 +13219,7 @@ Date: Tue Aug 12 14:25:11 2014 -0400 commit 8fd4d70b1450d7261a35ab3dea1c70baea2e5c99 Author: Behdad Esfahbod -Date: Tue Aug 12 13:12:31 2014 -0400 +Date: Tue Aug 12 13:12:31 2014 -0400 [wince] Two more Windows CE fixes @@ -9854,12 +13228,12 @@ Date: Tue Aug 12 13:12:31 2014 -0400 https://codereview.qt-project.org/#/c/92087/ src/hb-mutex-private.hh | 2 +- - src/hb-private.hh | 2 ++ + src/hb-private.hh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) commit fd0001d7dbe6ede99a9f87f96f231ffb53303be8 Author: Behdad Esfahbod -Date: Tue Aug 12 10:32:41 2014 -0400 +Date: Tue Aug 12 10:32:41 2014 -0400 [coretext] Compare CGFont and PS name, if CTFont didn't match @@ -9879,7 +13253,7 @@ Date: Tue Aug 12 10:32:41 2014 -0400 commit 5a0eed3b50629be4826e4e9428f2c3255195395d Author: Behdad Esfahbod -Date: Mon Aug 11 23:47:16 2014 -0400 +Date: Mon Aug 11 23:47:16 2014 -0400 [coretext] Implement vertical shaping @@ -9893,7 +13267,7 @@ Date: Mon Aug 11 23:47:16 2014 -0400 commit 1b55077f03758e49f93b8bc1de678e96ea58718c Author: Behdad Esfahbod -Date: Mon Aug 11 20:45:12 2014 -0400 +Date: Mon Aug 11 20:45:12 2014 -0400 [coretext] Remove unnecessary alt_size @@ -9904,7 +13278,7 @@ Date: Mon Aug 11 20:45:12 2014 -0400 commit 10b1104d791a0b0103c6bbb083b5819f2b7d328d Author: Behdad Esfahbod -Date: Mon Aug 11 20:02:45 2014 -0400 +Date: Mon Aug 11 20:02:45 2014 -0400 [coretext] Use CFRunStatus @@ -9916,7 +13290,7 @@ Date: Mon Aug 11 20:02:45 2014 -0400 commit fd1a6aa8d029c701b1532efa59ce901109cfc216 Author: Behdad Esfahbod -Date: Mon Aug 11 20:01:37 2014 -0400 +Date: Mon Aug 11 20:01:37 2014 -0400 [coretext] Minor @@ -9925,7 +13299,7 @@ Date: Mon Aug 11 20:01:37 2014 -0400 commit 130856c705641aa681307b5b51b5fb84e295f382 Author: Behdad Esfahbod -Date: Mon Aug 11 19:16:26 2014 -0400 +Date: Mon Aug 11 19:16:26 2014 -0400 [coretext] Remove debug printf! @@ -9934,7 +13308,7 @@ Date: Mon Aug 11 19:16:26 2014 -0400 commit b5fbc3b8f560235d014c62e49220574ffcf89349 Author: Behdad Esfahbod -Date: Mon Aug 11 18:40:01 2014 -0400 +Date: Mon Aug 11 18:40:01 2014 -0400 API: Do not clear buffer-flags in hb_buffer_clear_contents() @@ -9947,13 +13321,13 @@ Date: Mon Aug 11 18:40:01 2014 -0400 Tests updated. src/hb-buffer-private.hh | 4 +--- - src/hb-buffer.cc | 4 ++-- + src/hb-buffer.cc | 4 ++-- test/api/test-buffer.c | 15 ++++++++++++--- 3 files changed, 15 insertions(+), 8 deletions(-) commit 104484cefeca03d95837bba5f39178693c86ce8a Author: Behdad Esfahbod -Date: Mon Aug 11 18:23:43 2014 -0400 +Date: Mon Aug 11 18:23:43 2014 -0400 Minor @@ -9962,7 +13336,7 @@ Date: Mon Aug 11 18:23:43 2014 -0400 commit 4acce77db7dd588ba277779c4997b0256ebe426e Author: Behdad Esfahbod -Date: Mon Aug 11 17:46:50 2014 -0400 +Date: Mon Aug 11 17:46:50 2014 -0400 [coretext] Pass buffer direction to CoreText @@ -9973,7 +13347,7 @@ Date: Mon Aug 11 17:46:50 2014 -0400 commit 5ec45dd37caa8a87ce2689a66272ba8a343fe6ba Author: Behdad Esfahbod -Date: Mon Aug 11 17:46:12 2014 -0400 +Date: Mon Aug 11 17:46:12 2014 -0400 [coretext] Minor @@ -9985,7 +13359,7 @@ Date: Mon Aug 11 17:46:12 2014 -0400 commit 624a299b829ccf9864dd2f3001b1a49476e96b4a Author: Behdad Esfahbod -Date: Mon Aug 11 15:29:18 2014 -0400 +Date: Mon Aug 11 15:29:18 2014 -0400 [coretext] Attach marks to base clusters @@ -9997,7 +13371,7 @@ Date: Mon Aug 11 15:29:18 2014 -0400 commit 3c41ccb5358b0be6cc68d49f436d2cb1792cd5e5 Author: Behdad Esfahbod -Date: Mon Aug 11 15:11:59 2014 -0400 +Date: Mon Aug 11 15:11:59 2014 -0400 [coretext] Use input clusters @@ -10011,7 +13385,7 @@ Date: Mon Aug 11 15:11:59 2014 -0400 commit a6b8dc87421de33746b0b14d86d2d1532aec02af Author: Behdad Esfahbod -Date: Mon Aug 11 15:08:19 2014 -0400 +Date: Mon Aug 11 15:08:19 2014 -0400 [coretext] Fix buffer resize handling @@ -10020,13 +13394,13 @@ Date: Mon Aug 11 15:08:19 2014 -0400 shaper to retry from (almost) scratch. src/hb-buffer-private.hh | 3 + - src/hb-coretext.cc | 428 + src/hb-coretext.cc | 428 ++++++++++++++++++++++++++--------------------- 2 files changed, 238 insertions(+), 193 deletions(-) commit 9b3c60c88b118f01610ae7a608b138f79f2dc7be Author: Behdad Esfahbod -Date: Mon Aug 11 13:25:43 2014 -0400 +Date: Mon Aug 11 13:25:43 2014 -0400 [coretext] Always compute log_clusters @@ -10037,7 +13411,7 @@ Date: Mon Aug 11 13:25:43 2014 -0400 commit 15c633dd1f412f9ef839d80a8f7af35e7ea48fbc Author: Behdad Esfahbod -Date: Mon Aug 11 13:42:42 2014 -0400 +Date: Mon Aug 11 13:42:42 2014 -0400 Minor @@ -10047,7 +13421,7 @@ Date: Mon Aug 11 13:42:42 2014 -0400 commit 9ce067c77524a9ffc77ceabcba5e7dab36fd39de Author: Behdad Esfahbod -Date: Mon Aug 11 02:04:38 2014 -0400 +Date: Mon Aug 11 02:04:38 2014 -0400 [coretext] Simplify cluster mapping @@ -10056,7 +13430,7 @@ Date: Mon Aug 11 02:04:38 2014 -0400 commit 49f7fb63761e4ca9936990fb90a77fd3600f5ad2 Author: Behdad Esfahbod -Date: Sun Aug 10 19:19:38 2014 -0400 +Date: Sun Aug 10 19:19:38 2014 -0400 [coretext] Minor @@ -10065,7 +13439,7 @@ Date: Sun Aug 10 19:19:38 2014 -0400 commit 25f4fb9b56bb3f8bec821571c78f8829e40daa54 Author: Behdad Esfahbod -Date: Sun Aug 10 19:05:25 2014 -0400 +Date: Sun Aug 10 19:05:25 2014 -0400 [coretext] Fix fallback detection @@ -10076,7 +13450,7 @@ Date: Sun Aug 10 19:05:25 2014 -0400 commit 77a7a53acef7de355116d488e7d64ff1d7e9e9e1 Author: Behdad Esfahbod -Date: Sun Aug 10 18:59:47 2014 -0400 +Date: Sun Aug 10 18:59:47 2014 -0400 [coretext] Fix last range @@ -10090,7 +13464,7 @@ Date: Sun Aug 10 18:59:47 2014 -0400 commit c2b151d95262a8dc2d2ce94e19ab0ef5b0c8f98d Author: Behdad Esfahbod -Date: Sun Aug 10 18:52:07 2014 -0400 +Date: Sun Aug 10 18:52:07 2014 -0400 Fix hb_in_range() for types smaller than int @@ -10101,7 +13475,7 @@ Date: Sun Aug 10 18:52:07 2014 -0400 commit 26a963b9cb4af3119177f277a2d48a5d537458fb Author: Behdad Esfahbod -Date: Sun Aug 10 18:04:50 2014 -0400 +Date: Sun Aug 10 18:04:50 2014 -0400 [wince] Try to fix some stuff on Windows CE @@ -10115,7 +13489,7 @@ Date: Sun Aug 10 18:04:50 2014 -0400 commit 92aeee3f040c2c32cbf70b27bd6954535388c870 Author: Behdad Esfahbod -Date: Sun Aug 10 17:42:19 2014 -0400 +Date: Sun Aug 10 17:42:19 2014 -0400 Minor @@ -10125,7 +13499,7 @@ Date: Sun Aug 10 17:42:19 2014 -0400 commit b9993d8d6d332994dfbd29e99ff8043622003417 Author: Behdad Esfahbod -Date: Sun Aug 10 17:40:24 2014 -0400 +Date: Sun Aug 10 17:40:24 2014 -0400 [coretext] Fix assert on Yosemite @@ -10139,7 +13513,7 @@ Date: Sun Aug 10 17:40:24 2014 -0400 commit 087733dd66e17297ef0e53680fafe42c84884104 Author: Behdad Esfahbod -Date: Fri Apr 18 11:21:08 2014 -0700 +Date: Fri Apr 18 11:21:08 2014 -0700 [coretext] Use CGFont as face_data @@ -10148,7 +13522,7 @@ Date: Fri Apr 18 11:21:08 2014 -0700 commit d277c3d7eee1fd4fb41c38255e5c4df539353e89 Author: Behdad Esfahbod -Date: Thu Aug 7 15:38:52 2014 -0400 +Date: Thu Aug 7 15:38:52 2014 -0400 [arabic] Bug 82306 - Mandaic had errors in its Unicode Joining_Type @@ -10159,7 +13533,7 @@ Date: Thu Aug 7 15:38:52 2014 -0400 commit 38fb30d7420a4b01f99cee31baa8c3990a1d1c5f Author: Behdad Esfahbod -Date: Wed Aug 6 13:34:49 2014 -0400 +Date: Wed Aug 6 13:34:49 2014 -0400 Use atexit() only if it's safe to call from shared library @@ -10170,17 +13544,17 @@ Date: Wed Aug 6 13:34:49 2014 -0400 https://bugs.freedesktop.org/show_bug.cgi?id=82246 - src/hb-common.cc | 4 ++-- - src/hb-ft.cc | 2 +- + src/hb-common.cc | 4 ++-- + src/hb-ft.cc | 2 +- src/hb-private.hh | 25 +++++++++++++++++++++++++ - src/hb-shape.cc | 2 +- - src/hb-shaper.cc | 2 +- - src/hb-uniscribe.cc | 2 +- + src/hb-shape.cc | 2 +- + src/hb-shaper.cc | 2 +- + src/hb-uniscribe.cc | 2 +- 6 files changed, 31 insertions(+), 6 deletions(-) commit d5e61470fa8e5046c35a79988e00e012ae4fff0f Author: Behdad Esfahbod -Date: Tue Aug 5 14:19:01 2014 -0400 +Date: Tue Aug 5 14:19:01 2014 -0400 [arabic] Fix fallback shaping regression @@ -10190,28 +13564,28 @@ Date: Tue Aug 5 14:19:01 2014 -0400 Micro-test added. - src/hb-ot-shape-complex-arabic.cc | 4 ++-- - test/shaping/Makefile.am | 1 + - test/shaping/fonts/sha1sum/MANIFEST | 1 + + src/hb-ot-shape-complex-arabic.cc | 4 ++-- + test/shaping/Makefile.am | 1 + + test/shaping/fonts/sha1sum/MANIFEST | 1 + .../sha1sum/df768b9c257e0c9c35786c47cae15c46571d56be.ttf | Bin 0 -> 6332 bytes - test/shaping/tests/MANIFEST | 1 + - test/shaping/tests/arabic-fallback-shaping.tests | 1 + + test/shaping/tests/MANIFEST | 1 + + test/shaping/tests/arabic-fallback-shaping.tests | 1 + 6 files changed, 6 insertions(+), 2 deletions(-) commit 91c2c0fd2b0f660d79744b3dfaf39ab86883e96b Author: Behdad Esfahbod -Date: Sat Aug 2 19:24:55 2014 -0400 +Date: Sat Aug 2 19:24:55 2014 -0400 0.9.34 - NEWS | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ + NEWS | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 54 insertions(+), 1 deletion(-) commit d7c850f8037d2701366008eb8c2a527c9d40abde Author: Behdad Esfahbod -Date: Sat Aug 2 17:46:38 2014 -0400 +Date: Sat Aug 2 17:46:38 2014 -0400 [uniscribe] Minor @@ -10220,29 +13594,29 @@ Date: Sat Aug 2 17:46:38 2014 -0400 commit 8f3eebf7ee4005f9a8efaafcb7f4058cc0a3756e Author: Behdad Esfahbod -Date: Sat Aug 2 17:18:46 2014 -0400 +Date: Sat Aug 2 17:18:46 2014 -0400 Make sure gsubgpos buffer vars are available during fallback_position Add buffer var allocation asserts to a few key places. - src/hb-ot-layout-gpos-table.hh | 4 ++-- - src/hb-ot-layout-gsub-table.hh | 2 +- - src/hb-ot-layout-private.hh | 15 +++++++++++++++ + src/hb-ot-layout-gpos-table.hh | 4 ++-- + src/hb-ot-layout-gsub-table.hh | 2 +- + src/hb-ot-layout-private.hh | 15 +++++++++++++++ src/hb-ot-shape-complex-arabic-fallback.hh | 2 +- - src/hb-ot-shape-fallback.cc | 2 ++ - src/hb-ot-shape-normalize.cc | 2 ++ - src/hb-ot-shape.cc | 3 +++ + src/hb-ot-shape-fallback.cc | 2 ++ + src/hb-ot-shape-normalize.cc | 2 ++ + src/hb-ot-shape.cc | 3 +++ 7 files changed, 26 insertions(+), 4 deletions(-) commit 2053f369f84676f197ac41ea654a318c48922abd Author: Behdad Esfahbod -Date: Sat Aug 2 16:31:16 2014 -0400 +Date: Sat Aug 2 16:31:16 2014 -0400 Disable 'liga' for vertical text The reason we turned it on is because Kazuraki uses it. But that's - not reason enough. Until the OpenType spec gets its act together re + not reason enough. Until the OpenType spec gets its act together re adding design-direction to lookups, this is better user experience. src/hb-ot-shape.cc | 2 +- @@ -10250,7 +13624,7 @@ Date: Sat Aug 2 16:31:16 2014 -0400 commit 763e5466c0a03a7c27020e1e2598e488612529a7 Author: Behdad Esfahbod -Date: Sat Aug 2 16:17:44 2014 -0400 +Date: Sat Aug 2 16:17:44 2014 -0400 Make it easier to use HB_BUFFER_FLAG_BOT/EOT @@ -10260,23 +13634,23 @@ Date: Sat Aug 2 16:17:44 2014 -0400 had code like this: hb_buffer_set_flags (hb_buffer, - (item_offset == 0 ? HB_BUFFER_FLAG_BOT : 0) | - (item_offset + item_length == paragraph_length - ? - HB_BUFFER_FLAG_EOT : 0)); + (item_offset == 0 ? HB_BUFFER_FLAG_BOT : 0) | + (item_offset + item_length == paragraph_length + ? + HB_BUFFER_FLAG_EOT : 0)); hb_buffer_add_utf8 (hb_buffer, - paragraph_text, paragraph_length, - item_offset, item_length); + paragraph_text, paragraph_length, + item_offset, item_length); After this change such clients can simply say: hb_buffer_set_flags (hb_buffer, - HB_BUFFER_FLAG_BOT | HB_BUFFER_FLAG_EOT); + HB_BUFFER_FLAG_BOT | HB_BUFFER_FLAG_EOT); hb_buffer_add_utf8 (hb_buffer, - paragraph_text, paragraph_length, - item_offset, item_length); + paragraph_text, paragraph_length, + item_offset, item_length); Ie, HarfBuzz itself checks whether the segment is at the beginning/end of the paragraph. Clients that only pass item-at-a-time to HarfBuzz @@ -10288,19 +13662,19 @@ Date: Sat Aug 2 16:17:44 2014 -0400 src/hb-ot-shape-complex-arabic.cc | 40 +++++++++++++++++++-------------------- - src/hb-ot-shape.cc | 1 + + src/hb-ot-shape.cc | 1 + 2 files changed, 20 insertions(+), 21 deletions(-) commit 0a5ae9336231c4d189e1682e4fd9c9c4552b8bbf -Merge: ac53443 6ab6be3 +Merge: ac53443f 6ab6be32 Author: Behdad Esfahbod -Date: Sat Aug 2 15:00:34 2014 -0400 +Date: Sat Aug 2 15:00:34 2014 -0400 Merge branch 'win1256' commit 6ab6be32c5857ce3344021ad2996e80b2a8c8f99 Author: Behdad Esfahbod -Date: Sat Aug 2 14:58:38 2014 -0400 +Date: Sat Aug 2 14:58:38 2014 -0400 [arabic/win1256] Remove unused MultipleSubst macros @@ -10309,7 +13683,7 @@ Date: Sat Aug 2 14:58:38 2014 -0400 commit abfa4252cce1c56c472693dcd8400cd97ededd2f Author: Behdad Esfahbod -Date: Fri Aug 1 19:05:33 2014 -0400 +Date: Fri Aug 1 19:05:33 2014 -0400 [arabic/win1256] Really fix lam-alef this time @@ -10323,7 +13697,7 @@ Date: Fri Aug 1 19:05:33 2014 -0400 commit 55977f2a462b7fa1248eab3787053dc82320d3e5 Author: Behdad Esfahbod -Date: Fri Aug 1 16:14:33 2014 -0400 +Date: Fri Aug 1 16:14:33 2014 -0400 [arabic/win1256] Hook up lamMedi lookup @@ -10338,7 +13712,7 @@ Date: Fri Aug 1 16:14:33 2014 -0400 commit e839e2523e64fd0cf21929f6a45e2facd59c7917 Author: Behdad Esfahbod -Date: Fri Aug 1 16:09:31 2014 -0400 +Date: Fri Aug 1 16:09:31 2014 -0400 [arabic/win1256] Fix TEH MARBUTA final form @@ -10349,7 +13723,7 @@ Date: Fri Aug 1 16:09:31 2014 -0400 commit a2de193220ee2839125594bd1a60b5b66ab4598e Author: Behdad Esfahbod -Date: Thu Jul 31 18:21:05 2014 -0400 +Date: Thu Jul 31 18:21:05 2014 -0400 [arabic/win1256] Fix shaping of JEEM, HAH, and KHAH @@ -10360,7 +13734,7 @@ Date: Thu Jul 31 18:21:05 2014 -0400 commit 1789ccb1dd56af6117eac00e633eff94860ba252 Author: Behdad Esfahbod -Date: Thu Jul 31 11:04:00 2014 -0400 +Date: Thu Jul 31 11:04:00 2014 -0400 [arabic/win1256] Remove GCC'ism @@ -10378,14 +13752,14 @@ Date: Thu Jul 31 11:04:00 2014 -0400 See: https://github.com/behdad/harfbuzz/commit/a97f537cec209649302899975d76ca2b2661da7a#commitcomment-7218736 - src/hb-ot-shape-complex-arabic-fallback.hh | 4 +- + src/hb-ot-shape-complex-arabic-fallback.hh | 4 +- src/hb-ot-shape-complex-arabic-win1256.hh | 123 +++++++++++++++++------------ 2 files changed, 75 insertions(+), 52 deletions(-) commit f28b1c823db2ad56fed356ef864a7508d23048b8 Author: Behdad Esfahbod -Date: Wed Jul 30 02:15:44 2014 -0400 +Date: Wed Jul 30 02:15:44 2014 -0400 [arabic] Implement Windows-1256 private shaping @@ -10394,7 +13768,7 @@ Date: Wed Jul 30 02:15:44 2014 -0400 https://bugzilla.mozilla.org/show_bug.cgi?id=1045139 This is only enabled on Windows platforms, and requires support from - Uniscribe to work. But for clients that do hook up to Uniscribe, this + Uniscribe to work. But for clients that do hook up to Uniscribe, this fixes shaping of Windows-1256-encoded bitmap fonts like "MS Sans Serif". @@ -10403,8 +13777,8 @@ Date: Wed Jul 30 02:15:44 2014 -0400 UNTESTED. I might even have broken regular Arabic fallback shaping. - src/Makefile.am | 1 + - src/check-includes.sh | 2 +- + src/Makefile.am | 1 + + src/check-includes.sh | 2 +- src/hb-ot-shape-complex-arabic-fallback.hh | 125 +++++++++-- src/hb-ot-shape-complex-arabic-win1256.hh | 328 +++++++++++++++++++++++++++++ @@ -10412,7 +13786,7 @@ Date: Wed Jul 30 02:15:44 2014 -0400 commit ac53443f1cea83ed43a4e41a9fdb91902f7fae7b Author: Behdad Esfahbod -Date: Thu Jul 31 18:51:37 2014 -0400 +Date: Thu Jul 31 18:51:37 2014 -0400 [hangul] Don't apply 'calt' @@ -10420,22 +13794,22 @@ Date: Thu Jul 31 18:51:37 2014 -0400 Micro-test added. - src/hb-ot-shape-complex-hangul.cc | 11 + src/hb-ot-shape-complex-hangul.cc | 11 ++++++++++- - test/shaping/Makefile.am | 1 + + test/shaping/Makefile.am | 1 + .../sha1sum/757ebd573617a24aa9dfbf0b885c54875c6fe06b.ttf | Bin 0 -> 1804 bytes .../sha1sum/7e14e7883ed152baa158b80e207b66114c823a8b.ttf | Bin 0 -> 1644 bytes - test/shaping/fonts/sha1sum/MANIFEST | 2 ++ - test/shaping/tests/MANIFEST | 1 + - test/shaping/tests/hangul-jamo.tests | 11 + test/shaping/fonts/sha1sum/MANIFEST | 2 ++ + test/shaping/tests/MANIFEST | 1 + + test/shaping/tests/hangul-jamo.tests | 11 +++++++++++ 7 files changed, 25 insertions(+), 1 deletion(-) commit 8292f96b2be173ebceb1b54426c271cfeaecd633 Author: Behdad Esfahbod -Date: Thu Jul 31 18:33:11 2014 -0400 +Date: Thu Jul 31 18:33:11 2014 -0400 [test] Fix record-test.sh @@ -10444,7 +13818,7 @@ Date: Thu Jul 31 18:33:11 2014 -0400 commit 88911e8cc765c26e502503a3a00ac7f17973f3d9 Author: Behdad Esfahbod -Date: Tue Jul 29 19:47:26 2014 -0400 +Date: Tue Jul 29 19:47:26 2014 -0400 Minor @@ -10453,7 +13827,7 @@ Date: Tue Jul 29 19:47:26 2014 -0400 commit 9e834e29e0b657f0555df1ab9cea79ff7abcf08d Author: Behdad Esfahbod -Date: Sat Jul 26 20:34:01 2014 -0400 +Date: Sat Jul 26 20:34:01 2014 -0400 [hebrew] Zero mark advance by GDEF late @@ -10467,16 +13841,16 @@ Date: Sat Jul 26 20:34:01 2014 -0400 Micro-test added. - src/hb-ot-shape-complex-hebrew.cc | 2 +- + src/hb-ot-shape-complex-hebrew.cc | 2 +- .../sha1sum/8454d22037f892e76614e1645d066689a0200e61.ttf | Bin 0 -> 6068 bytes - test/shaping/fonts/sha1sum/MANIFEST | 1 + - test/shaping/tests/zero-width-marks.tests | 1 + + test/shaping/fonts/sha1sum/MANIFEST | 1 + + test/shaping/tests/zero-width-marks.tests | 1 + 4 files changed, 3 insertions(+), 1 deletion(-) commit 6f2d9ba52a6d1e3fc200da1ef0e85ba020fcd0dc Author: Behdad Esfahbod -Date: Sat Jul 26 19:17:44 2014 -0400 +Date: Sat Jul 26 19:17:44 2014 -0400 Add old-Myanmar shaper @@ -10489,30 +13863,30 @@ Date: Sat Jul 26 19:17:44 2014 -0400 Micro-test added based on Padauk. - src/hb-ot-shape-complex-myanmar.cc | 18 + src/hb-ot-shape-complex-myanmar.cc | 18 ++++++++++++++++++ - src/hb-ot-shape-complex-private.hh | 5 +++-- - test/shaping/Makefile.am | 1 + - test/shaping/fonts/sha1sum/MANIFEST | 1 + + src/hb-ot-shape-complex-private.hh | 5 +++-- + test/shaping/Makefile.am | 1 + + test/shaping/fonts/sha1sum/MANIFEST | 1 + .../bb9473d2403488714043bcfb946c9f78b86ad627.ttf | Bin 0 -> 3440 bytes - test/shaping/tests/MANIFEST | 1 + - test/shaping/tests/zero-width-marks.tests | 1 + + test/shaping/tests/MANIFEST | 1 + + test/shaping/tests/zero-width-marks.tests | 1 + 7 files changed, 25 insertions(+), 2 deletions(-) commit 595d2b96c37de8147489dc5e0ddcc4ab1ad3eea9 Author: Behdad Esfahbod -Date: Sat Jul 26 18:44:15 2014 -0400 +Date: Sat Jul 26 18:44:15 2014 -0400 Minor src/hb-ot-shape-complex-indic.cc | 1 + - src/hb-ot-shape.cc | 2 +- + src/hb-ot-shape.cc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) commit fe6788bc570d77d5b3aafc68efd51ca6b80499b1 Author: Behdad Esfahbod -Date: Fri Jul 25 12:40:56 2014 -0400 +Date: Fri Jul 25 12:40:56 2014 -0400 Typo @@ -10521,7 +13895,7 @@ Date: Fri Jul 25 12:40:56 2014 -0400 commit 0de25d4184d2d92b1a2ebb6fa054275aaae4c316 Author: Behdad Esfahbod -Date: Fri Jul 25 12:35:03 2014 -0400 +Date: Fri Jul 25 12:35:03 2014 -0400 [util] Note CSS compatibility in --help-features @@ -10530,7 +13904,7 @@ Date: Fri Jul 25 12:35:03 2014 -0400 commit 6e69200a2aadbc6bba35ffb4a058c14286b84f46 Author: Behdad Esfahbod -Date: Fri Jul 25 12:30:47 2014 -0400 +Date: Fri Jul 25 12:30:47 2014 -0400 Fix snprintf() format @@ -10542,7 +13916,7 @@ Date: Fri Jul 25 12:30:47 2014 -0400 commit 5c5cdbbdf8be231c433e21b050a6c6991d327b61 Author: Behdad Esfahbod -Date: Fri Jul 25 12:21:49 2014 -0400 +Date: Fri Jul 25 12:21:49 2014 -0400 Make sure broken feature strings are not partially parsed @@ -10554,7 +13928,7 @@ Date: Fri Jul 25 12:21:49 2014 -0400 commit a795fe637846e0d9561d2f7cdd84cfafd58b23a7 Author: Behdad Esfahbod -Date: Fri Jul 25 12:15:33 2014 -0400 +Date: Fri Jul 25 12:15:33 2014 -0400 Allow quotation marks around feature tag in hb_feature_from_string() @@ -10565,7 +13939,7 @@ Date: Fri Jul 25 12:15:33 2014 -0400 commit 3f6461847412e78bcddc8eba97200f3afcde869a Author: Behdad Esfahbod -Date: Fri Jul 25 12:04:27 2014 -0400 +Date: Fri Jul 25 12:04:27 2014 -0400 Allow space at the end of feature string with values, eg 'dlig=1 ' @@ -10574,7 +13948,7 @@ Date: Fri Jul 25 12:04:27 2014 -0400 commit f31f7d2259dd8edffc070af55938cb7aa23514c1 Author: Behdad Esfahbod -Date: Fri Jul 25 12:03:52 2014 -0400 +Date: Fri Jul 25 12:03:52 2014 -0400 Minor @@ -10583,7 +13957,7 @@ Date: Fri Jul 25 12:03:52 2014 -0400 commit 60cb18a5dea2d30793f89e80995bb729c014864a Author: Behdad Esfahbod -Date: Fri Jul 25 12:01:22 2014 -0400 +Date: Fri Jul 25 12:01:22 2014 -0400 Allow on/off in hb_feature_from_string() @@ -10594,7 +13968,7 @@ Date: Fri Jul 25 12:01:22 2014 -0400 commit d9e618eca9e01c2eb6db65504af3f73be370a1e7 Author: Behdad Esfahbod -Date: Fri Jul 25 11:56:01 2014 -0400 +Date: Fri Jul 25 11:56:01 2014 -0400 Remove duplicate definition of ISALNUM @@ -10605,7 +13979,7 @@ Date: Fri Jul 25 11:56:01 2014 -0400 commit 2ee5f665ded86147acedc400153c0b3a90fe07c6 Author: Behdad Esfahbod -Date: Fri Jul 25 11:53:46 2014 -0400 +Date: Fri Jul 25 11:53:46 2014 -0400 Fix parsing of features like "- liga" (with the space) @@ -10614,7 +13988,7 @@ Date: Fri Jul 25 11:53:46 2014 -0400 commit e15fa7a8cffbe6a67b1048d7b87b7df77d8b1686 Author: Behdad Esfahbod -Date: Fri Jul 25 11:44:35 2014 -0400 +Date: Fri Jul 25 11:44:35 2014 -0400 Do not require the '=' in hb_feature_from_string() @@ -10625,7 +13999,7 @@ Date: Fri Jul 25 11:44:35 2014 -0400 commit f4fe9baefdb7e0ff9946f88b6f4b55738fa30cdf Author: Behdad Esfahbod -Date: Fri Jul 25 11:39:55 2014 -0400 +Date: Fri Jul 25 11:39:55 2014 -0400 Reject tags longer than 4 chars in hb_feature_from_string() @@ -10634,22 +14008,22 @@ Date: Fri Jul 25 11:39:55 2014 -0400 commit 7e8c38954649c0bf2e6051d84ca08dce090ec169 Author: Behdad Esfahbod -Date: Fri Jul 25 11:18:11 2014 -0400 +Date: Fri Jul 25 11:18:11 2014 -0400 Minor warnings fixes Some systems insist on -Wmissing-field-initializers. We have too many, - by design. Fix a few easy ones. + by design. Fix a few easy ones. src/hb-open-type-private.hh | 2 +- src/hb-ot-layout-private.hh | 2 +- - src/hb-private.hh | 2 +- + src/hb-private.hh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit fc0daafab0336b847ac14682e581a8838f36a0bf Author: Behdad Esfahbod -Date: Wed Jul 23 16:48:51 2014 -0400 +Date: Wed Jul 23 16:48:51 2014 -0400 [indic] Handle old-spec Malayalam reordering with final Halant @@ -10657,20 +14031,20 @@ Date: Wed Jul 23 16:48:51 2014 -0400 Micro-tests added. - src/hb-ot-shape-complex-indic.cc | 28 + src/hb-ot-shape-complex-indic.cc | 28 +++++++++++++++++---- - test/shaping/Makefile.am | 1 + + test/shaping/Makefile.am | 1 + .../270b89df543a7e48e206a2d830c0e10e5265c630.ttf | Bin 0 -> 3428 bytes .../57a9d9f83020155cbb1d2be1f43d82388cbecc88.ttf | Bin 0 -> 2272 bytes - test/shaping/fonts/sha1sum/MANIFEST | 2 ++ - test/shaping/tests/MANIFEST | 1 + - test/shaping/tests/indic-old-spec.tests | 2 ++ - .../indic/script-malayalam/misc/misc.txt | 1 + + test/shaping/fonts/sha1sum/MANIFEST | 2 ++ + test/shaping/tests/MANIFEST | 1 + + test/shaping/tests/indic-old-spec.tests | 2 ++ + .../indic/script-malayalam/misc/misc.txt | 1 + 8 files changed, 30 insertions(+), 5 deletions(-) commit d6d349d17898529ecdf8217a54987a3e9f81ce05 Author: Behdad Esfahbod -Date: Wed Jul 23 11:38:49 2014 -0400 +Date: Wed Jul 23 11:38:49 2014 -0400 Give CC to gir-scanner @@ -10682,17 +14056,17 @@ Date: Wed Jul 23 11:38:49 2014 -0400 commit 8c1bdb46facb79cfca5ebfea9a7e467b40337f47 Author: Behdad Esfahbod -Date: Tue Jul 22 17:56:43 2014 -0400 +Date: Tue Jul 22 17:56:43 2014 -0400 0.9.33 - NEWS | 10 ++++++++++ + NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) commit d218bdb26b226fbf68331eb586b24460c061313d Author: Behdad Esfahbod -Date: Tue Jul 22 18:01:46 2014 -0400 +Date: Tue Jul 22 18:01:46 2014 -0400 Fix test runner under Windows @@ -10701,7 +14075,7 @@ Date: Tue Jul 22 18:01:46 2014 -0400 commit 3f310dc0cae9015c45ba642b9b83d5695c807aad Author: Behdad Esfahbod -Date: Tue Jul 22 16:26:27 2014 -0400 +Date: Tue Jul 22 16:26:27 2014 -0400 Disallow changing settings on immutable face @@ -10714,7 +14088,7 @@ Date: Tue Jul 22 16:26:27 2014 -0400 commit 0fc0a1022854324261fea8893678a3e9fd9443eb Author: Behdad Esfahbod -Date: Mon Jul 21 11:12:54 2014 -0400 +Date: Mon Jul 21 11:12:54 2014 -0400 [win] Fix Cygwin build @@ -10725,7 +14099,7 @@ Date: Mon Jul 21 11:12:54 2014 -0400 commit 1132a7dd0ecf1c425078e39e5471330bace42659 Author: Behdad Esfahbod -Date: Sun Jul 20 01:17:40 2014 -0400 +Date: Sun Jul 20 01:17:40 2014 -0400 Add HB_TAG_MAX_SIGNED / _HB_SCRIPT_MAX_VALUE_SIGNED @@ -10736,7 +14110,7 @@ Date: Sun Jul 20 01:17:40 2014 -0400 commit df99976398a53521e0228541055dcaee8f5ba87f Author: Behdad Esfahbod -Date: Sat Jul 19 17:31:23 2014 -0400 +Date: Sat Jul 19 17:31:23 2014 -0400 [gobject] Skip _HB_SCRIPT_MAX_VALUE @@ -10747,7 +14121,7 @@ Date: Sat Jul 19 17:31:23 2014 -0400 commit f1a8d50a87edfb8147aa1bec732ed7ccbfef2877 Author: Behdad Esfahbod -Date: Sat Jul 19 16:52:32 2014 -0400 +Date: Sat Jul 19 16:52:32 2014 -0400 [win] Don't define visibility attribtue under Cygwin @@ -10756,7 +14130,7 @@ Date: Sat Jul 19 16:52:32 2014 -0400 commit 9c77027d645142794c3ff1590a96bb151c3f2e91 Author: Behdad Esfahbod -Date: Sat Jul 19 16:37:22 2014 -0400 +Date: Sat Jul 19 16:37:22 2014 -0400 [win] Turn STRICT on for including windows.h @@ -10765,20 +14139,20 @@ Date: Sat Jul 19 16:37:22 2014 -0400 commit db308280488c2ee11ba865a9922eb6a0c1abeef3 Author: Behdad Esfahbod -Date: Sat Jul 19 16:32:04 2014 -0400 +Date: Sat Jul 19 16:32:04 2014 -0400 [win] Consolidate windows.h include tips and tricks src/hb-atomic-private.hh | 4 ---- src/hb-mutex-private.hh | 1 - - src/hb-private.hh | 12 ++++++++++++ - src/hb-uniscribe.cc | 3 --- - src/hb-uniscribe.h | 3 --- + src/hb-private.hh | 12 ++++++++++++ + src/hb-uniscribe.cc | 3 --- + src/hb-uniscribe.h | 3 --- 5 files changed, 12 insertions(+), 11 deletions(-) commit f26d59d4684be3419c976d781b6dbc956248e3bb Author: Behdad Esfahbod -Date: Sat Jul 19 16:10:21 2014 -0400 +Date: Sat Jul 19 16:10:21 2014 -0400 More fixing MemoryBarrier() on Mingw32 @@ -10791,37 +14165,37 @@ Date: Sat Jul 19 16:10:21 2014 -0400 commit 00a57eb4b50fd894dc68c6525a5bbebf0ebc30e4 Author: Behdad Esfahbod -Date: Fri Jul 18 14:42:50 2014 -0400 +Date: Fri Jul 18 14:42:50 2014 -0400 [test] Remove unused micro-font - .../9d64156923a1b9fed1e05f74599c16563eca42d9.ttf | Bin 81968 -> + .../9d64156923a1b9fed1e05f74599c16563eca42d9.ttf | Bin 81968 -> 0 bytes - test/shaping/fonts/sha1sum/MANIFEST | 1 - + test/shaping/fonts/sha1sum/MANIFEST | 1 - 2 files changed, 1 deletion(-) commit ed29b15f5d0d9e7b40143926ca7d40bf645f67e9 Author: Behdad Esfahbod -Date: Fri Jul 18 14:37:49 2014 -0400 +Date: Fri Jul 18 14:37:49 2014 -0400 [test] Add more Mongolian variation selector tests From https://code.google.com/p/chromium/issues/detail?id=393896 - .../9d64156923a1b9fed1e05f74599c16563eca42d9.ttf | Bin 0 -> + .../9d64156923a1b9fed1e05f74599c16563eca42d9.ttf | Bin 0 -> 81968 bytes - test/shaping/fonts/sha1sum/MANIFEST | 2 ++ - .../bb29ce50df2bdba2d10726427c6b7609bf460e04.ttf | Bin 0 -> + test/shaping/fonts/sha1sum/MANIFEST | 2 ++ + .../bb29ce50df2bdba2d10726427c6b7609bf460e04.ttf | Bin 0 -> 74856 bytes - test/shaping/tests/mongolian-variation-selector.tests | 1 + - .../shaper-arabic/script-mongolian/misc/MANIFEST | 1 + - .../script-mongolian/misc/variation-selectors.txt | 8 ++++++++ + test/shaping/tests/mongolian-variation-selector.tests | 1 + + .../shaper-arabic/script-mongolian/misc/MANIFEST | 1 + + .../script-mongolian/misc/variation-selectors.txt | 8 ++++++++ 6 files changed, 12 insertions(+) commit 385cf37cf084198e3aedb4354a7b025938a9f11b Author: Behdad Esfahbod -Date: Thu Jul 17 18:22:07 2014 -0400 +Date: Thu Jul 17 18:22:07 2014 -0400 Fix hb_in_range() unused-var warning on Windows @@ -10830,7 +14204,7 @@ Date: Thu Jul 17 18:22:07 2014 -0400 commit e3b42f1af409c073b819bfc696024ccb1f1da63f Author: Behdad Esfahbod -Date: Thu Jul 17 17:13:54 2014 -0400 +Date: Thu Jul 17 17:13:54 2014 -0400 [arabic] Disable 'cswh' again @@ -10841,17 +14215,17 @@ Date: Thu Jul 17 17:13:54 2014 -0400 commit 66f30915b185727a0041c998641edb550eb8a7fc Author: Behdad Esfahbod -Date: Thu Jul 17 16:05:47 2014 -0400 +Date: Thu Jul 17 16:05:47 2014 -0400 0.9.32 - NEWS | 12 ++++++++++++ + NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) commit 82f4d9d53f348f41b14b877c1ac77c0372c49caa Author: Behdad Esfahbod -Date: Thu Jul 17 15:57:37 2014 -0400 +Date: Thu Jul 17 15:57:37 2014 -0400 [arabic] Add note re disabled 'cswh' @@ -10860,7 +14234,7 @@ Date: Thu Jul 17 15:57:37 2014 -0400 commit 615d00ea252739da57edbd980ff27e573f88ee7e Author: Behdad Esfahbod -Date: Thu Jul 17 13:36:09 2014 -0400 +Date: Thu Jul 17 13:36:09 2014 -0400 [arabic] Apply init/medi/isol/fini/... in separate stages @@ -10869,20 +14243,20 @@ Date: Thu Jul 17 13:36:09 2014 -0400 Micro-tests for Arabic and Mongolian added for the latter. - src/hb-ot-shape-complex-arabic.cc | 56 + src/hb-ot-shape-complex-arabic.cc | 56 +++++++++++++-------- - test/shaping/Makefile.am | 2 + + test/shaping/Makefile.am | 2 + .../813c2f8e5512187fd982417a7fb4286728e6f4a8.ttf | Bin 0 -> 3428 bytes .../8a9fea2a7384f2116e5b84a9b31f83be7850ce21.ttf | Bin 0 -> 3428 bytes - test/shaping/fonts/sha1sum/MANIFEST | 3 ++ + test/shaping/fonts/sha1sum/MANIFEST | 3 ++ .../a919b33197965846f21074b24e30250d67277bce.ttf | Bin 0 -> 12560 bytes - test/shaping/tests/MANIFEST | 1 + - test/shaping/tests/arabic-feature-order.tests | 3 ++ + test/shaping/tests/MANIFEST | 1 + + test/shaping/tests/arabic-feature-order.tests | 3 ++ 8 files changed, 43 insertions(+), 22 deletions(-) commit d21e997035b16e9807dfb29c3605abb93f92f1ee Author: Behdad Esfahbod -Date: Thu Jul 17 15:27:46 2014 -0400 +Date: Thu Jul 17 15:27:46 2014 -0400 [test] Make record_test understand cmdline args to hb-shape @@ -10891,23 +14265,23 @@ Date: Thu Jul 17 15:27:46 2014 -0400 commit 7cd33f230441093dbfb1fec48f8c580ee8d9ef71 Author: Behdad Esfahbod -Date: Thu Jul 17 14:22:11 2014 -0400 +Date: Thu Jul 17 14:22:11 2014 -0400 Micro optimization - src/hb-fallback-shape.cc | 36 + src/hb-fallback-shape.cc | 36 +++++++++++++++++++----------------- src/hb-ot-shape-complex-arabic.cc | 19 +++++++++++-------- src/hb-ot-shape-complex-indic.cc | 15 ++++++++++----- src/hb-ot-shape-complex-myanmar.cc | 7 +++++-- src/hb-ot-shape-complex-sea.cc | 7 +++++-- - src/hb-ot-shape-fallback.cc | 30 ++++++++++++++++-------------- - src/hb-ot-shape.cc | 18 ++++++++++++------ + src/hb-ot-shape-fallback.cc | 30 ++++++++++++++++-------------- + src/hb-ot-shape.cc | 18 ++++++++++++------ 7 files changed, 78 insertions(+), 54 deletions(-) commit 164c13d73f67fdddba28e6409d76b4903e8ffab3 Author: Behdad Esfahbod -Date: Thu Jul 17 14:16:38 2014 -0400 +Date: Thu Jul 17 14:16:38 2014 -0400 Another try to fix Mongolian free variation selectors @@ -10919,37 +14293,37 @@ Date: Thu Jul 17 14:16:38 2014 -0400 https://code.google.com/p/chromium/issues/detail?id=393896 - src/hb-ot-shape-complex-arabic.cc | 24 + src/hb-ot-shape-complex-arabic.cc | 24 +++++++++++++++------ - src/hb-unicode-private.hh | 3 ++- - test/shaping/fonts/sha1sum/MANIFEST | 1 + + src/hb-unicode-private.hh | 3 ++- + test/shaping/fonts/sha1sum/MANIFEST | 1 + .../ef86fe710cfea877bbe0dbb6946a1f88d0661031.ttf | Bin 0 -> 2748 bytes - .../tests/mongolian-variation-selector.tests | 1 + + .../tests/mongolian-variation-selector.tests | 1 + 5 files changed, 22 insertions(+), 7 deletions(-) commit 5209c505061130854a2bfea8849928ade3ee92f3 Author: Behdad Esfahbod -Date: Thu Jul 17 12:23:44 2014 -0400 +Date: Thu Jul 17 12:23:44 2014 -0400 Revert "Show U+FFFD REPLACEMENT CHARACTER for invalid Unicode codepoints" We now handle U+FFFD replacement in hb_buffer_add_utf*(). Any other - manipulation can happen in user callbacks. No need for this. + manipulation can happen in user callbacks. No need for this. https://github.com/behdad/harfbuzz/commit/efe74214bbb68eaa3d7621e73869b5d58210107e#commitcomment-7039404 This reverts commit efe74214bbb68eaa3d7621e73869b5d58210107e. Conflicts: - src/hb-ot-shape-normalize.cc + src/hb-ot-shape-normalize.cc src/hb-ot-shape-normalize.cc | 7 ------- 1 file changed, 7 deletions(-) commit 9e7c720100e432b43564ed5ff12f3175ca2ed74a Author: Dominik Röttsches -Date: Thu Jul 17 14:40:34 2014 +0300 +Date: Thu Jul 17 14:40:34 2014 +0300 Fix CoreText build after a8b89a09f6d3a34 @@ -10958,7 +14332,7 @@ Date: Thu Jul 17 14:40:34 2014 +0300 commit a4d643755a531c82ab91e1e43d6bb0b7bd46453a Author: Behdad Esfahbod -Date: Wed Jul 16 20:15:45 2014 -0400 +Date: Wed Jul 16 20:15:45 2014 -0400 Minor @@ -10967,17 +14341,17 @@ Date: Wed Jul 16 20:15:45 2014 -0400 commit a18897f87ce2c6048c3a0339074924b2232e2b95 Author: Behdad Esfahbod -Date: Wed Jul 16 16:02:15 2014 -0400 +Date: Wed Jul 16 16:02:15 2014 -0400 0.9.31 - NEWS | 29 +++++++++++++++++++++++++++++ + NEWS | 29 +++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) commit 976c8f455221eb599d1c446eafd88d51d7d2aa65 Author: Behdad Esfahbod -Date: Wed Jul 16 15:34:20 2014 -0400 +Date: Wed Jul 16 15:34:20 2014 -0400 New API: hb_buffer_[sg]et_replacement_codepoint() @@ -10998,16 +14372,16 @@ Date: Wed Jul 16 15:34:20 2014 -0400 hb_buffer_get_replacement_codepoint() src/hb-buffer-private.hh | 1 + - src/hb-buffer.cc | 45 + src/hb-buffer.cc | 45 ++++++++++++++++++++++++++++++++++++++++++--- - src/hb-buffer.h | 15 ++++++++++++++- - src/hb-utf-private.hh | 34 ++++++++++++++++++++-------------- + src/hb-buffer.h | 15 ++++++++++++++- + src/hb-utf-private.hh | 34 ++++++++++++++++++++-------------- test/api/test-buffer.c | 26 +++++++++++++++----------- 5 files changed, 92 insertions(+), 29 deletions(-) commit bcba8b45024e1eca8be77ca2657de1dc44dbf8fb Author: Behdad Esfahbod -Date: Wed Jul 16 14:59:04 2014 -0400 +Date: Wed Jul 16 14:59:04 2014 -0400 New API hb_buffer_add_codepoints() @@ -11021,7 +14395,7 @@ Date: Wed Jul 16 14:59:04 2014 -0400 commit 625dbf141a05f1ae81a7b8cbc529996370101284 Author: Behdad Esfahbod -Date: Wed Jul 16 14:49:55 2014 -0400 +Date: Wed Jul 16 14:49:55 2014 -0400 [buffer] Templatize UTF-* functions @@ -11032,20 +14406,20 @@ Date: Wed Jul 16 14:49:55 2014 -0400 commit e634fed4285ce440d277345727ed01757df6d779 Author: Behdad Esfahbod -Date: Wed Jul 16 14:17:26 2014 -0400 +Date: Wed Jul 16 14:17:26 2014 -0400 [buffer] Validate UTF-32 input Same as what we do for UTF-8 and UTF-16. - src/hb-utf-private.hh | 13 +++++++++--- + src/hb-utf-private.hh | 13 +++++++++--- test/api/test-buffer.c | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+), 3 deletions(-) commit b98c5db32d15fcfb27ce2f6737203ce1ad124319 Author: Behdad Esfahbod -Date: Wed Jul 16 13:44:01 2014 -0400 +Date: Wed Jul 16 13:44:01 2014 -0400 Minor refactoring @@ -11054,18 +14428,18 @@ Date: Wed Jul 16 13:44:01 2014 -0400 commit 844f1a487d9c39724ebff20e89f6184c9a59be0b Author: Behdad Esfahbod -Date: Wed Jul 16 13:32:51 2014 -0400 +Date: Wed Jul 16 13:32:51 2014 -0400 [tests] Add record-test.sh - test/shaping/Makefile.am | 1 + + test/shaping/Makefile.am | 1 + test/shaping/record-test.sh | 49 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) commit 3b861421a772f52eb232ff93bd74b5a8214801ec Author: Behdad Esfahbod -Date: Wed Jul 16 13:22:05 2014 -0400 +Date: Wed Jul 16 13:22:05 2014 -0400 Fix Mongolian Variation Selectors for fonts without GDEF @@ -11088,28 +14462,28 @@ Date: Wed Jul 16 13:22:05 2014 -0400 Fixes rest of https://bugs.freedesktop.org/show_bug.cgi?id=65258 - src/hb-ot-shape.cc | 13 + src/hb-ot-shape.cc | 13 +++++++++++-- .../sha1sum/37033cc5cf37bb223d7355153016b6ccece93b28.ttf | Bin 0 -> 2780 bytes - test/shaping/fonts/sha1sum/MANIFEST | 1 + - test/shaping/tests/MANIFEST | 1 + - test/shaping/tests/mongolian-variation-selector.tests | 1 + + test/shaping/fonts/sha1sum/MANIFEST | 1 + + test/shaping/tests/MANIFEST | 1 + + test/shaping/tests/mongolian-variation-selector.tests | 1 + 5 files changed, 14 insertions(+), 2 deletions(-) commit 878a25375b2fdf64cf0cc30c23fca9fcd58548e8 Author: Behdad Esfahbod -Date: Wed Jul 16 13:21:26 2014 -0400 +Date: Wed Jul 16 13:21:26 2014 -0400 Minor - src/hb-ot-shape.cc | 1 + + src/hb-ot-shape.cc | 1 + src/hb-unicode-private.hh | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) commit ec181e50140fc65b32d6080e2f7f73bbe0269ba9 Author: Behdad Esfahbod -Date: Wed Jul 16 13:10:03 2014 -0400 +Date: Wed Jul 16 13:10:03 2014 -0400 Minor moving around @@ -11118,7 +14492,7 @@ Date: Wed Jul 16 13:10:03 2014 -0400 commit e7ce50d9eb6e3678f731b10dfeb308ffc478af8d Author: Behdad Esfahbod -Date: Wed Jul 16 12:30:39 2014 -0400 +Date: Wed Jul 16 12:30:39 2014 -0400 [indic] Fix access past end of array @@ -11127,7 +14501,7 @@ Date: Wed Jul 16 12:30:39 2014 -0400 commit 73e23b0acfd2948d500321769035c56c9e072d77 Author: Behdad Esfahbod -Date: Tue Jul 15 18:43:49 2014 -0400 +Date: Tue Jul 15 18:43:49 2014 -0400 Whitespace @@ -11136,7 +14510,7 @@ Date: Tue Jul 15 18:43:49 2014 -0400 commit f27be105afb86b337c7d940badc5a6462f0b58bb Author: Behdad Esfahbod -Date: Fri Jul 11 18:15:34 2014 -0400 +Date: Fri Jul 11 18:15:34 2014 -0400 [Android.mk] Actually remove static library @@ -11145,7 +14519,7 @@ Date: Fri Jul 11 18:15:34 2014 -0400 commit 96b80e9bcc4796eedac09d284dc8cc0439ced6ba Author: Behdad Esfahbod -Date: Fri Jul 11 17:00:12 2014 -0400 +Date: Fri Jul 11 17:00:12 2014 -0400 [Android.mk] Remove static library, add note re how to build @@ -11154,7 +14528,7 @@ Date: Fri Jul 11 17:00:12 2014 -0400 commit b7bc0b671d2d568cb64b647dad2ca866a4e0183b Author: Behdad Esfahbod -Date: Fri Jul 11 16:20:28 2014 -0400 +Date: Fri Jul 11 16:20:28 2014 -0400 Simplify / speed up UTF-8 code @@ -11163,21 +14537,21 @@ Date: Fri Jul 11 16:20:28 2014 -0400 commit af2490c0959daa0fe7f32a8b3b3a3699c7fc5f48 Author: Behdad Esfahbod -Date: Fri Jul 11 16:10:58 2014 -0400 +Date: Fri Jul 11 16:10:58 2014 -0400 Only accept well-formed UTF-8 sequences Enable tests that were disabled before, and adjust one test, and add more tests. - src/hb-utf-private.hh | 93 + src/hb-utf-private.hh | 93 +++++++++++++++++++++++++++++++++----------------- test/api/test-buffer.c | 9 +++-- 2 files changed, 68 insertions(+), 34 deletions(-) commit 7323d385cc758c06671cb38239d240eb517b28bc Author: Behdad Esfahbod -Date: Fri Jul 11 15:10:05 2014 -0400 +Date: Fri Jul 11 15:10:05 2014 -0400 Simplify hb_utf_prev<16> to call hb_utf_next<16> @@ -11186,15 +14560,15 @@ Date: Fri Jul 11 15:10:05 2014 -0400 commit c09a607a842fdd7b33e2c57e8af96d21ff091acd Author: Behdad Esfahbod -Date: Fri Jul 11 15:05:36 2014 -0400 +Date: Fri Jul 11 15:05:36 2014 -0400 Use hb_in_range() for arabic and indic tables Though, looks like gcc was smart enough to produce the same code before... - src/gen-arabic-table.py | 18 +- - src/gen-indic-table.py | 10 +- + src/gen-arabic-table.py | 18 +- + src/gen-indic-table.py | 10 +- src/hb-ot-shape-complex-arabic-table.hh | 420 ++++++++++++++++---------------- src/hb-ot-shape-complex-indic-table.cc | 88 +++---- @@ -11202,51 +14576,51 @@ Date: Fri Jul 11 15:05:36 2014 -0400 commit 7627100f428ac0ec8509d961d368d2d25d8f0b6e Author: Behdad Esfahbod -Date: Fri Jul 11 14:54:42 2014 -0400 +Date: Fri Jul 11 14:54:42 2014 -0400 Mark unsigned integer literals with the u suffix Simplifies hb_in_range() calls as the type can be inferred. The rest is obsessiveness, I admit. - src/hb-buffer-serialize.cc | 2 +- - src/hb-common.cc | 4 +- - src/hb-coretext.cc | 16 +-- - src/hb-open-file-private.hh | 4 +- - src/hb-open-type-private.hh | 2 +- - src/hb-ot-cmap-table.hh | 4 +- - src/hb-ot-head-table.hh | 6 +- - src/hb-ot-hhea-table.hh | 2 +- - src/hb-ot-layout-common-private.hh | 14 +-- - src/hb-ot-layout-gdef-table.hh | 8 +- - src/hb-ot-layout-gpos-table.hh | 24 ++-- - src/hb-ot-layout-gsub-table.hh | 6 +- - src/hb-ot-layout-gsubgpos-private.hh | 2 +- - src/hb-ot-layout-jstf-table.hh | 2 +- - src/hb-ot-layout-private.hh | 4 +- - src/hb-ot-layout.h | 6 +- - src/hb-ot-map-private.hh | 8 +- - src/hb-ot-maxp-table.hh | 4 +- - src/hb-ot-shape-complex-arabic-fallback.hh | 2 +- - src/hb-ot-shape-complex-hangul.cc | 36 +++--- - src/hb-ot-shape-complex-hebrew.cc | 134 ++++++++++----------- - src/hb-ot-shape-complex-indic.cc | 182 + src/hb-buffer-serialize.cc | 2 +- + src/hb-common.cc | 4 +- + src/hb-coretext.cc | 16 +-- + src/hb-open-file-private.hh | 4 +- + src/hb-open-type-private.hh | 2 +- + src/hb-ot-cmap-table.hh | 4 +- + src/hb-ot-head-table.hh | 6 +- + src/hb-ot-hhea-table.hh | 2 +- + src/hb-ot-layout-common-private.hh | 14 +-- + src/hb-ot-layout-gdef-table.hh | 8 +- + src/hb-ot-layout-gpos-table.hh | 24 ++-- + src/hb-ot-layout-gsub-table.hh | 6 +- + src/hb-ot-layout-gsubgpos-private.hh | 2 +- + src/hb-ot-layout-jstf-table.hh | 2 +- + src/hb-ot-layout-private.hh | 4 +- + src/hb-ot-layout.h | 6 +- + src/hb-ot-map-private.hh | 8 +- + src/hb-ot-maxp-table.hh | 4 +- + src/hb-ot-shape-complex-arabic-fallback.hh | 2 +- + src/hb-ot-shape-complex-hangul.cc | 36 +++--- + src/hb-ot-shape-complex-hebrew.cc | 134 ++++++++++----------- + src/hb-ot-shape-complex-indic.cc | 182 ++++++++++++++--------------- - src/hb-ot-shape-complex-myanmar.cc | 56 ++++----- - src/hb-ot-shape-complex-sea.cc | 8 +- - src/hb-ot-shape-complex-thai.cc | 84 ++++++------- - src/hb-ot-shape-fallback.cc | 40 +++---- - src/hb-ot-shape-normalize.cc | 2 +- - src/hb-ot-shape.cc | 6 +- - src/hb-ot-tag.cc | 18 +-- - src/hb-unicode-private.hh | 40 +++---- - src/hb-uniscribe.cc | 14 +-- - src/hb-utf-private.hh | 16 +-- + src/hb-ot-shape-complex-myanmar.cc | 56 ++++----- + src/hb-ot-shape-complex-sea.cc | 8 +- + src/hb-ot-shape-complex-thai.cc | 84 ++++++------- + src/hb-ot-shape-fallback.cc | 40 +++---- + src/hb-ot-shape-normalize.cc | 2 +- + src/hb-ot-shape.cc | 6 +- + src/hb-ot-tag.cc | 18 +-- + src/hb-unicode-private.hh | 40 +++---- + src/hb-uniscribe.cc | 14 +-- + src/hb-utf-private.hh | 16 +-- 32 files changed, 378 insertions(+), 378 deletions(-) commit a8b89a09f6d3a3466282aae07fd65e143f9f8f83 Author: Behdad Esfahbod -Date: Fri Jul 11 14:18:01 2014 -0400 +Date: Fri Jul 11 14:18:01 2014 -0400 Simplify hb_in_range() @@ -11258,7 +14632,7 @@ Date: Fri Jul 11 14:18:01 2014 -0400 commit db8934faa1854dafaf4c4ce34d1818e12f67ef52 Author: Behdad Esfahbod -Date: Fri Jul 11 13:58:36 2014 -0400 +Date: Fri Jul 11 13:58:36 2014 -0400 Simplify hb_utf_prev<8> to call hb_utf_next<8> @@ -11267,7 +14641,7 @@ Date: Fri Jul 11 13:58:36 2014 -0400 commit efe74214bbb68eaa3d7621e73869b5d58210107e Author: Behdad Esfahbod -Date: Fri Jul 11 11:59:48 2014 -0400 +Date: Fri Jul 11 11:59:48 2014 -0400 Show U+FFFD REPLACEMENT CHARACTER for invalid Unicode codepoints @@ -11286,7 +14660,7 @@ Date: Fri Jul 11 11:59:48 2014 -0400 commit 6f13b6d62daae4989e3cc2fe4b168e5c59650964 Author: Behdad Esfahbod -Date: Thu Jul 10 19:31:40 2014 -0400 +Date: Thu Jul 10 19:31:40 2014 -0400 When parsing UTF-16, generate invalid codepoint for lonely low surrogate @@ -11298,7 +14672,7 @@ Date: Thu Jul 10 19:31:40 2014 -0400 commit 24b2ba9dfa7c35769cd843a07079ef88fa594bf8 Author: Behdad Esfahbod -Date: Thu Jul 10 19:31:16 2014 -0400 +Date: Thu Jul 10 19:31:16 2014 -0400 [test-buffer] Add test for lonely low-surrogate @@ -11309,39 +14683,39 @@ Date: Thu Jul 10 19:31:16 2014 -0400 commit 6334495ac1ee0a86228e67794b7a41ee91146f3b Author: Behdad Esfahbod -Date: Thu Jul 10 19:22:07 2014 -0400 +Date: Thu Jul 10 19:22:07 2014 -0400 Use zh-Hans / zh-Hant when converting OT language tag to hb_language_t - src/hb-ot-tag.cc | 15 +++------------ + src/hb-ot-tag.cc | 15 +++------------ test/api/test-ot-tag.c | 6 +++--- 2 files changed, 6 insertions(+), 15 deletions(-) commit f381e320df795a9d73ac81499f8ed8c311bcb2f0 Author: Behdad Esfahbod -Date: Thu Jul 10 19:20:35 2014 -0400 +Date: Thu Jul 10 19:20:35 2014 -0400 Fix lang matching logic Previous code was broken logically, but harmless. - src/hb-ot-tag.cc | 2 +- + src/hb-ot-tag.cc | 2 +- test/api/test-ot-tag.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) commit ee5350d667f3a9644667202597694581f2cf657d Author: Behdad Esfahbod -Date: Thu Jul 10 19:06:45 2014 -0400 +Date: Thu Jul 10 19:06:45 2014 -0400 Accept BCP 47 zh-Hans / zh-Hant language tags - src/hb-ot-tag.cc | 27 ++++++++++++++++++--------- + src/hb-ot-tag.cc | 27 ++++++++++++++++++--------- test/api/test-ot-tag.c | 3 +++ 2 files changed, 21 insertions(+), 9 deletions(-) commit 431540286794e023ec5eafd5eeedc008d4f31b4c Author: Behdad Esfahbod -Date: Thu Jul 10 17:37:26 2014 -0400 +Date: Thu Jul 10 17:37:26 2014 -0400 [Android.mk] Add note re static library @@ -11350,7 +14724,7 @@ Date: Thu Jul 10 17:37:26 2014 -0400 commit 5b4131eb1c670c20fd9a45a5617c64060a505ef5 Author: Behdad Esfahbod -Date: Wed Jul 9 19:09:08 2014 -0400 +Date: Wed Jul 9 19:09:08 2014 -0400 [Android.mk] Update for new ICU @@ -11361,7 +14735,7 @@ Date: Wed Jul 9 19:09:08 2014 -0400 commit ab28196c9557a63971a56915aa6f98bb5803bd1b Author: Behdad Esfahbod -Date: Wed Jul 9 18:18:06 2014 -0400 +Date: Wed Jul 9 18:18:06 2014 -0400 [Android.mk] Re-enable ICU unicode funcs @@ -11370,17 +14744,17 @@ Date: Wed Jul 9 18:18:06 2014 -0400 commit ea001374b86c4f1b24246c08a3d66d2a0e95a827 Author: Behdad Esfahbod -Date: Wed Jul 9 17:28:43 2014 -0400 +Date: Wed Jul 9 17:28:43 2014 -0400 0.9.30 - NEWS | 17 +++++++++++++++++ + NEWS | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) commit 8b16ff12590200afb08e8821e3f14d2fdf8efbda Author: Behdad Esfahbod -Date: Wed Jul 9 17:40:52 2014 -0400 +Date: Wed Jul 9 17:40:52 2014 -0400 [uniscribe] Fix build after recent changes to Offset @@ -11389,7 +14763,7 @@ Date: Wed Jul 9 17:40:52 2014 -0400 commit 73f7f8919ea1f09b8c5b29f231ac84105cde2145 Author: Behdad Esfahbod -Date: Wed Jul 9 17:17:18 2014 -0400 +Date: Wed Jul 9 17:17:18 2014 -0400 Define _POSIX_C_SOURCE only if it is not defined @@ -11400,7 +14774,7 @@ Date: Wed Jul 9 17:17:18 2014 -0400 commit 6bd5646f1b865a76304a67e03a6161afcfef293f Author: Behdad Esfahbod -Date: Wed Jul 9 17:07:06 2014 -0400 +Date: Wed Jul 9 17:07:06 2014 -0400 [tests] Remove bash'ish @@ -11416,7 +14790,7 @@ Date: Wed Jul 9 17:07:06 2014 -0400 commit 0afedaa96c81b63774a4a0ef9b4cb4995d24ec9e Author: Behdad Esfahbod -Date: Wed Jul 9 17:00:48 2014 -0400 +Date: Wed Jul 9 17:00:48 2014 -0400 [util/hb-shape] Fix crash; oops @@ -11425,23 +14799,23 @@ Date: Wed Jul 9 17:00:48 2014 -0400 commit 0cd94491b99aed438ad79a55cdfced8d1b657179 Author: Behdad Esfahbod -Date: Wed Jul 9 16:51:38 2014 -0400 +Date: Wed Jul 9 16:51:38 2014 -0400 [ucdn] Update to Unicode 7.0.0 data From http://github.com/behdad/ucdn - src/hb-ucdn.cc | 23 + - src/hb-ucdn/README | 1 + - src/hb-ucdn/ucdn.c | 2 +- - src/hb-ucdn/ucdn.h | 27 + + src/hb-ucdn.cc | 23 + + src/hb-ucdn/README | 1 + + src/hb-ucdn/ucdn.c | 2 +- + src/hb-ucdn/ucdn.h | 27 + src/hb-ucdn/unicodedata_db.h | 3711 ++++++++++++++++++++++-------------------- 5 files changed, 2039 insertions(+), 1725 deletions(-) commit 9d4ede3a97fff544a5ec2a671e49a92a79645b61 Author: Behdad Esfahbod -Date: Wed Jul 9 16:19:55 2014 -0400 +Date: Wed Jul 9 16:19:55 2014 -0400 [Android.mk] Update source list @@ -11450,7 +14824,7 @@ Date: Wed Jul 9 16:19:55 2014 -0400 commit 7e1ab1f6d812a55f75d4844f7981d5604481049c Author: Behdad Esfahbod -Date: Wed Jul 9 16:13:40 2014 -0400 +Date: Wed Jul 9 16:13:40 2014 -0400 [Android.mk] Whitespace @@ -11459,7 +14833,7 @@ Date: Wed Jul 9 16:13:40 2014 -0400 commit 5c6695c42470e0a15e9029ebe8ecbebf3fa4f95b Author: Behdad Esfahbod -Date: Wed Jul 9 16:07:12 2014 -0400 +Date: Wed Jul 9 16:07:12 2014 -0400 [Android.mk] Remove -lpthread; we build with -DHB_NO_MT @@ -11468,7 +14842,7 @@ Date: Wed Jul 9 16:07:12 2014 -0400 commit 9109f1e944dd4bd4ae8057b75c8a31e9d31797aa Author: Behdad Esfahbod -Date: Tue Jul 8 20:02:29 2014 -0400 +Date: Tue Jul 8 20:02:29 2014 -0400 [util/hb-shape] Accept an empty output-format that would skip output @@ -11480,7 +14854,7 @@ Date: Tue Jul 8 20:02:29 2014 -0400 commit 8656408572c2685f278a3b742ee69c767c29788c Author: Behdad Esfahbod -Date: Tue Jul 8 18:10:20 2014 -0400 +Date: Tue Jul 8 18:10:20 2014 -0400 [util] Fix hb-view rendering with --font-funcs=ot @@ -11489,7 +14863,7 @@ Date: Tue Jul 8 18:10:20 2014 -0400 commit 8650def73500204b79c651f58b1be3f94a41973d Author: Behdad Esfahbod -Date: Sat Jul 5 15:50:18 2014 -0400 +Date: Sat Jul 5 15:50:18 2014 -0400 [util] Add option to set font function implementation to use @@ -11504,7 +14878,7 @@ Date: Sat Jul 5 15:50:18 2014 -0400 commit 2306ad46dce1c53b0b1bfabdc04d70e3b99eabb7 Author: Behdad Esfahbod -Date: Fri Jul 4 18:09:29 2014 -0400 +Date: Fri Jul 4 18:09:29 2014 -0400 [util] Fix memory issue @@ -11514,7 +14888,7 @@ Date: Fri Jul 4 18:09:29 2014 -0400 commit 14a4a9d649798d32c31f79b4045a885626dffc7f Author: Behdad Esfahbod -Date: Tue Jul 1 15:51:54 2014 -0400 +Date: Tue Jul 1 15:51:54 2014 -0400 Add Roozbeh to AUTHORS @@ -11526,7 +14900,7 @@ Date: Tue Jul 1 15:51:54 2014 -0400 commit 68f724484b1663255ee249481624e552d2e2313f Author: Behdad Esfahbod -Date: Mon Jun 30 15:46:53 2014 -0400 +Date: Mon Jun 30 15:46:53 2014 -0400 [indic] Remove some more now-unused special-cases @@ -11535,7 +14909,7 @@ Date: Mon Jun 30 15:46:53 2014 -0400 commit e79c9489802f99dc7eb8b4c2765c4c71b5f80e60 Author: Behdad Esfahbod -Date: Mon Jun 30 15:39:39 2014 -0400 +Date: Mon Jun 30 15:39:39 2014 -0400 [indic] Remove special-casing of U+1CF2,1CF3 @@ -11548,7 +14922,7 @@ Date: Mon Jun 30 15:39:39 2014 -0400 commit d743ce78e10758b7dbaf0cfd191309e5ef646881 Author: Behdad Esfahbod -Date: Mon Jun 30 15:24:02 2014 -0400 +Date: Mon Jun 30 15:24:02 2014 -0400 [indic-table] Update to Unicode 7.0 data @@ -11556,28 +14930,28 @@ Date: Mon Jun 30 15:24:02 2014 -0400 and functionality as closely as possible. Many further cleanups coming later. - src/gen-indic-table.py | 4 + + src/gen-indic-table.py | 4 + src/hb-ot-shape-complex-indic-private.hh | 23 +- src/hb-ot-shape-complex-indic-table.cc | 468 ++++++++++++++++++++++--------- - src/hb-ot-shape-complex-indic.cc | 21 -- - src/hb-ot-shape-complex-myanmar.cc | 2 - + src/hb-ot-shape-complex-indic.cc | 21 -- + src/hb-ot-shape-complex-myanmar.cc | 2 - 5 files changed, 355 insertions(+), 163 deletions(-) commit 5fa21b3ab7175f55f89cb194b544d5d4bd06a481 Author: Behdad Esfahbod -Date: Mon Jun 30 14:30:54 2014 -0400 +Date: Mon Jun 30 14:30:54 2014 -0400 [indic-table] Fix category frequency counts in comments - src/gen-indic-table.py | 2 +- + src/gen-indic-table.py | 2 +- src/hb-ot-shape-complex-indic-table.cc | 46 +++++++++++++++++----------------- 2 files changed, 24 insertions(+), 24 deletions(-) commit 5c4e3e9a57b6b735e7d72cbd5f4070cf024d7015 Author: Behdad Esfahbod -Date: Mon Jun 30 14:25:18 2014 -0400 +Date: Mon Jun 30 14:25:18 2014 -0400 Whitespace @@ -11587,7 +14961,7 @@ Date: Mon Jun 30 14:25:18 2014 -0400 commit af528b6674bccac3efd13f8b33fcdc6aeb178f4c Author: Behdad Esfahbod -Date: Fri Jun 27 18:07:00 2014 -0400 +Date: Fri Jun 27 18:07:00 2014 -0400 Fix typo; ouch! @@ -11596,24 +14970,24 @@ Date: Fri Jun 27 18:07:00 2014 -0400 commit 7d4ada66c96a748ce92f8e8edac149361c3dc829 Author: Behdad Esfahbod -Date: Fri Jun 27 17:30:59 2014 -0400 +Date: Fri Jun 27 17:30:59 2014 -0400 Mark unsed members with a "Z" suffix - There may be more. There are members that are by definition + There may be more. There are members that are by definition redundant or reserved and not needed, NOT what we *currently* don't use. I'm sure there's more... - src/hb-open-file-private.hh | 6 +++--- - src/hb-ot-cmap-table.hh | 24 ++++++++++++------------ + src/hb-open-file-private.hh | 6 +++--- + src/hb-ot-cmap-table.hh | 24 ++++++++++++------------ src/hb-ot-layout-common-private.hh | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) commit 23afcff1d14e57f5ce30a4100698d4f2dc530958 Author: Behdad Esfahbod -Date: Fri Jun 27 17:22:36 2014 -0400 +Date: Fri Jun 27 17:22:36 2014 -0400 [ot-font] Implement Unicode variation selectors @@ -11622,7 +14996,7 @@ Date: Fri Jun 27 17:22:36 2014 -0400 commit a5a4736916b6035e6413d4619f9e7287e683d51b Author: Behdad Esfahbod -Date: Fri Jun 27 17:03:22 2014 -0400 +Date: Fri Jun 27 17:03:22 2014 -0400 [cmap] Implement subtable format 14 @@ -11632,17 +15006,17 @@ Date: Fri Jun 27 17:03:22 2014 -0400 commit 586b60622c33878f9ca4826b4ef07369d32bf039 Author: Behdad Esfahbod -Date: Fri Jun 27 15:39:47 2014 -0400 +Date: Fri Jun 27 15:39:47 2014 -0400 Minor: final bits of cleanup - src/hb-open-type-private.hh | 1 + + src/hb-open-type-private.hh | 1 + src/hb-ot-layout-common-private.hh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) commit 51d9ba09bc78188ec87218aef5232e80568c1712 Author: Behdad Esfahbod -Date: Fri Jun 27 15:27:15 2014 -0400 +Date: Fri Jun 27 15:27:15 2014 -0400 Minor @@ -11651,7 +15025,7 @@ Date: Fri Jun 27 15:27:15 2014 -0400 commit 3084767e92483c669f38319f153c498e9a6b92c7 Author: Behdad Esfahbod -Date: Fri Jun 27 15:24:35 2014 -0400 +Date: Fri Jun 27 15:24:35 2014 -0400 Minor: Remove LongArrayOf @@ -11661,7 +15035,7 @@ Date: Fri Jun 27 15:24:35 2014 -0400 commit 41ea59495032e712fa6f801350ee00d5f00b5724 Author: Behdad Esfahbod -Date: Fri Jun 27 15:23:18 2014 -0400 +Date: Fri Jun 27 15:23:18 2014 -0400 Minor: Remove LongSortedArrayOf @@ -11671,49 +15045,49 @@ Date: Fri Jun 27 15:23:18 2014 -0400 commit bb6ecf2ce5c2679c298741af17836a22e1d68121 Author: Behdad Esfahbod -Date: Fri Jun 27 15:13:44 2014 -0400 +Date: Fri Jun 27 15:13:44 2014 -0400 Minor: Remove LongOffsetArrayOf and LongOffsetLongArrayOf - src/hb-open-file-private.hh | 2 +- - src/hb-open-type-private.hh | 8 -------- + src/hb-open-file-private.hh | 2 +- + src/hb-open-type-private.hh | 8 -------- src/hb-ot-layout-gdef-table.hh | 2 +- 3 files changed, 2 insertions(+), 10 deletions(-) commit 99d281712390fd54e523b2f0580d10445457ec2f Author: Behdad Esfahbod -Date: Fri Jun 27 15:12:52 2014 -0400 +Date: Fri Jun 27 15:12:52 2014 -0400 Minor: Remove GenericOffset - src/hb-open-type-private.hh | 13 +++++-------- + src/hb-open-type-private.hh | 13 +++++-------- src/hb-ot-layout-common-private.hh | 8 ++++---- 2 files changed, 9 insertions(+), 12 deletions(-) commit 9da552dcc5b89b3bbbe5a55fb7c543222382e12a Author: Behdad Esfahbod -Date: Fri Jun 27 15:09:42 2014 -0400 +Date: Fri Jun 27 15:09:42 2014 -0400 Minor: Remove some GenericXXX templates - src/hb-open-type-private.hh | 32 +++++++++++--------------------- - src/hb-ot-cmap-table.hh | 4 ++-- + src/hb-open-type-private.hh | 32 +++++++++++--------------------- + src/hb-ot-cmap-table.hh | 4 ++-- src/hb-ot-layout-common-private.hh | 2 +- 3 files changed, 14 insertions(+), 24 deletions(-) commit 36073ede5b52bd1231622cbacd1bee6b82696d81 Author: Behdad Esfahbod -Date: Fri Jun 27 14:48:54 2014 -0400 +Date: Fri Jun 27 14:48:54 2014 -0400 Minor: Reorder template parameter order src/hb-open-type-private.hh | 14 +++++++------- - src/hb-ot-cmap-table.hh | 2 +- + src/hb-ot-cmap-table.hh | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) commit 0394ec1bfbd7806cbe9fc809b34f96f8d12ffbf2 Author: Behdad Esfahbod -Date: Fri Jun 27 14:40:35 2014 -0400 +Date: Fri Jun 27 14:40:35 2014 -0400 Minor: Introduce GenericOffset @@ -11722,7 +15096,7 @@ Date: Fri Jun 27 14:40:35 2014 -0400 commit 0d1b3419a7bbfd18ab8fed1abd3a41dec11e8d97 Author: Behdad Esfahbod -Date: Thu Jun 26 19:13:34 2014 -0400 +Date: Thu Jun 26 19:13:34 2014 -0400 Minor: Use template parameter default values for OffsetTo @@ -11731,7 +15105,7 @@ Date: Thu Jun 26 19:13:34 2014 -0400 commit 546b1adcdce2d3592843938b0b81ff32e67b0b83 Author: Behdad Esfahbod -Date: Thu Jun 26 19:10:21 2014 -0400 +Date: Thu Jun 26 19:10:21 2014 -0400 Minor: Use template parameter default values for hb_prealloced_array_t @@ -11740,7 +15114,7 @@ Date: Thu Jun 26 19:10:21 2014 -0400 commit 911ca38645bd51764e7859bc482319e8f6d2f710 Author: Behdad Esfahbod -Date: Tue Jun 24 10:20:36 2014 -0600 +Date: Tue Jun 24 10:20:36 2014 -0600 Add back API removed recently @@ -11754,12 +15128,12 @@ Date: Tue Jun 24 10:20:36 2014 -0600 - Added hb_ot_layout_language_get_required_feature_index back. src/hb-ot-layout.cc | 15 +++++++++++++++ - src/hb-ot-layout.h | 7 +++++++ + src/hb-ot-layout.h | 7 +++++++ 2 files changed, 22 insertions(+) commit 89e4946929a8cd2359c7d76fa9272d5604243002 Author: Behdad Esfahbod -Date: Sun Jun 22 11:32:13 2014 -0600 +Date: Sun Jun 22 11:32:13 2014 -0600 Add new IndicSyllabicCategory short forms for Unicode 7.0 @@ -11768,7 +15142,7 @@ Date: Sun Jun 22 11:32:13 2014 -0600 commit dcee838e89c2863c2fda4e8f098e720637e02335 Author: Behdad Esfahbod -Date: Sun Jun 22 11:29:59 2014 -0600 +Date: Sun Jun 22 11:29:59 2014 -0600 Minor @@ -11778,7 +15152,7 @@ Date: Sun Jun 22 11:29:59 2014 -0600 commit f2ad86e6053fa87ab188c36edc3d98c92324c049 Author: Behdad Esfahbod -Date: Sat Jun 21 15:31:10 2014 -0600 +Date: Sat Jun 21 15:31:10 2014 -0600 [indic-table-gen] Minor @@ -11787,7 +15161,7 @@ Date: Sat Jun 21 15:31:10 2014 -0600 commit 2ec62279aab8c2263f17ffbc7c6f74304674f9a8 Author: Behdad Esfahbod -Date: Sat Jun 21 15:25:59 2014 -0600 +Date: Sat Jun 21 15:25:59 2014 -0600 [indic-table] Update to Unicode 6.3.0 @@ -11798,7 +15172,7 @@ Date: Sat Jun 21 15:25:59 2014 -0600 commit 5d4d7384efa97a30893ad28b9ad9a994722de12c Author: Behdad Esfahbod -Date: Sat Jun 21 14:53:21 2014 -0600 +Date: Sat Jun 21 14:53:21 2014 -0600 Minor: format @@ -11807,7 +15181,7 @@ Date: Sat Jun 21 14:53:21 2014 -0600 commit 44243ae5902cc420e6bf6ec2fca2584ba93ff2fb Author: Behdad Esfahbod -Date: Sat Jun 21 14:19:34 2014 -0600 +Date: Sat Jun 21 14:19:34 2014 -0600 [arabic-table] Update to Unicode 7.0 @@ -11817,36 +15191,36 @@ Date: Sat Jun 21 14:19:34 2014 -0600 src/hb-ot-shape-complex-arabic-table.hh | 72 ++++++++++++++++++++++++++++----- - src/hb-ot-shape-complex-arabic.cc | 22 ---------- + src/hb-ot-shape-complex-arabic.cc | 22 ---------- 2 files changed, 63 insertions(+), 31 deletions(-) commit cd86ab9b4f4d7bd4f563be64a83714fc8fb395d7 Author: Behdad Esfahbod -Date: Sat Jun 21 14:10:38 2014 -0600 +Date: Sat Jun 21 14:10:38 2014 -0600 [arabic-table] Add ZWJ/ZWNJ now that table is segmented - src/gen-arabic-table.py | 2 -- + src/gen-arabic-table.py | 2 -- src/hb-ot-shape-complex-arabic-table.hh | 12 +++++++++++- - src/hb-ot-shape-complex-arabic.cc | 5 ----- + src/hb-ot-shape-complex-arabic.cc | 5 ----- 3 files changed, 11 insertions(+), 8 deletions(-) commit 2390d9b67e1dfeccd3f0850d1304c52b54817ca0 Author: Behdad Esfahbod -Date: Sat Jun 21 14:07:00 2014 -0600 +Date: Sat Jun 21 14:07:00 2014 -0600 [arabic-table] Further tune In anticipation of Unicode 7.0 data coming in the next commit. - src/gen-arabic-table.py | 10 ++++++--- + src/gen-arabic-table.py | 10 ++++++--- src/hb-ot-shape-complex-arabic-table.hh | 38 +++++++++++++++------------------ 2 files changed, 24 insertions(+), 24 deletions(-) commit a133e6067aaebc494c0156b5fac7f4a879e12dbe Author: Behdad Esfahbod -Date: Fri Jun 20 18:01:34 2014 -0400 +Date: Fri Jun 20 18:01:34 2014 -0400 [indic-table] Minor @@ -11855,21 +15229,21 @@ Date: Fri Jun 20 18:01:34 2014 -0400 commit b900fa2c8cc088dbcbdbf90bfdf8764f9ee1c96a Author: Behdad Esfahbod -Date: Fri Jun 20 17:59:43 2014 -0400 +Date: Fri Jun 20 17:59:43 2014 -0400 [arabic-table] Use segmented table No functional change. - src/gen-arabic-table.py | 82 + src/gen-arabic-table.py | 82 +++++++++++++++++++++++---------- src/hb-ot-shape-complex-arabic-table.hh | 53 ++++++++++++++------- - src/hb-ot-shape-complex-arabic.cc | 8 ++-- + src/hb-ot-shape-complex-arabic.cc | 8 ++-- 3 files changed, 97 insertions(+), 46 deletions(-) commit c2e113404640bf9b8bac469d0803ac946e77964f Author: Behdad Esfahbod -Date: Fri Jun 20 17:57:03 2014 -0400 +Date: Fri Jun 20 17:57:03 2014 -0400 [indic-table] Make output stable @@ -11878,7 +15252,7 @@ Date: Fri Jun 20 17:57:03 2014 -0400 commit 55abfbd2ac1626af16151298a0837b837d0796df Author: Behdad Esfahbod -Date: Fri Jun 20 16:47:43 2014 -0400 +Date: Fri Jun 20 16:47:43 2014 -0400 [indic-table] Minor @@ -11889,81 +15263,81 @@ Date: Fri Jun 20 16:47:43 2014 -0400 commit f88670749006991282bcc4e8b6218487295ca670 Author: Behdad Esfahbod -Date: Fri Jun 20 16:30:10 2014 -0400 +Date: Fri Jun 20 16:30:10 2014 -0400 [arabic-table] Don't write comments No functional change. - src/gen-arabic-table.py | 20 +- + src/gen-arabic-table.py | 20 +- src/hb-ot-shape-complex-arabic-table.hh | 710 ++------------------------------ 2 files changed, 38 insertions(+), 692 deletions(-) commit 200dfe3eb10feda2ad25940338b08011f4757ca4 Author: Behdad Esfahbod -Date: Fri Jun 20 16:20:59 2014 -0400 +Date: Fri Jun 20 16:20:59 2014 -0400 [arabic-table] Use short names for values No functional change. - src/gen-arabic-table.py | 16 +- + src/gen-arabic-table.py | 16 +- src/hb-ot-shape-complex-arabic-table.hh | 1386 ++++++++++++++++--------------- 2 files changed, 716 insertions(+), 686 deletions(-) commit 3f5327a41efcf50f64d9498ef3dfd6875ef6a5ab Author: Behdad Esfahbod -Date: Fri Jun 20 16:17:42 2014 -0400 +Date: Fri Jun 20 16:17:42 2014 -0400 [arabic-table] Read Blocks.txt and shuffle code around No functional change. - src/Makefile.am | 2 +- - src/gen-arabic-table.py | 80 + src/Makefile.am | 2 +- + src/gen-arabic-table.py | 80 +++++++++++++++++++-------------- src/hb-ot-shape-complex-arabic-table.hh | 30 ++++++++----- 3 files changed, 67 insertions(+), 45 deletions(-) commit 171f970e4f72d9fe1af30eab32b96906ee4a14f5 Author: Behdad Esfahbod -Date: Fri Jun 20 15:25:30 2014 -0400 +Date: Fri Jun 20 15:25:30 2014 -0400 [indic-table] Black-list Thai, Lao, and Tibetan We don't need Indic table for those. - src/gen-indic-table.py | 3 ++ + src/gen-indic-table.py | 3 ++ src/hb-ot-shape-complex-indic-table.cc | 94 +++++++--------------------------- 2 files changed, 21 insertions(+), 76 deletions(-) commit 65ac2dae4f284f563b2dc476a21e2b5a48124de8 Author: Behdad Esfahbod -Date: Fri Jun 20 15:12:49 2014 -0400 +Date: Fri Jun 20 15:12:49 2014 -0400 [indic-table] Speed up lookup - src/gen-indic-table.py | 22 +++++++++--- + src/gen-indic-table.py | 22 +++++++++--- src/hb-ot-shape-complex-indic-table.cc | 61 +++++++++++++++++++++++----------- 2 files changed, 59 insertions(+), 24 deletions(-) commit 64442a3f4c5c7be08893454742cad6bfe73cb8d7 Author: Behdad Esfahbod -Date: Fri Jun 20 14:58:53 2014 -0400 +Date: Fri Jun 20 14:58:53 2014 -0400 [indic-table] Fix compiler warning - src/gen-indic-table.py | 4 +--- + src/gen-indic-table.py | 4 +--- src/hb-ot-shape-complex-indic-table.cc | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) commit 0436e1d50527497ebe5053b51a34ce6590276249 Author: Behdad Esfahbod -Date: Fri Jun 20 14:56:22 2014 -0400 +Date: Fri Jun 20 14:56:22 2014 -0400 [indic-table] Make table more compact by not covering full blocks @@ -11973,27 +15347,27 @@ Date: Fri Jun 20 14:56:22 2014 -0400 -}; /* Table occupancy: 60% */ +}; /* Table occupancy: 69% */ - src/gen-indic-table.py | 24 ++++-- + src/gen-indic-table.py | 24 ++++-- src/hb-ot-shape-complex-indic-table.cc | 150 +++++++++------------------------ 2 files changed, 57 insertions(+), 117 deletions(-) commit 190a251479b3cfc68871ff1daf9a9d1abe3f86e6 Author: Behdad Esfahbod -Date: Fri Jun 20 14:41:39 2014 -0400 +Date: Fri Jun 20 14:41:39 2014 -0400 [indic-table] Remove block range from data table No functional change. - src/gen-indic-table.py | 4 +- + src/gen-indic-table.py | 4 +- src/hb-ot-shape-complex-indic-table.cc | 102 ++++++++++++++++----------------- 2 files changed, 54 insertions(+), 52 deletions(-) commit 2b051c6057920c564c13c5d6a3e6dca93446fa12 Author: Behdad Esfahbod -Date: Fri Jun 20 14:09:57 2014 -0400 +Date: Fri Jun 20 14:09:57 2014 -0400 Rename HB_VERSION_CHECK and hb_version_check to "atleast" @@ -12010,24 +15384,24 @@ Date: Fri Jun 20 14:09:57 2014 -0400 hb_version_check -> hb_version_atleast docs/reference/harfbuzz-sections.txt | 4 ++-- - src/hb-common.cc | 10 +++++----- - src/hb-version.h.in | 10 +++++----- - test/api/test-version.c | 29 +++++++++++++++-------------- + src/hb-common.cc | 10 +++++----- + src/hb-version.h.in | 10 +++++----- + test/api/test-version.c | 29 +++++++++++++++-------------- 4 files changed, 27 insertions(+), 26 deletions(-) commit cabfa538ed4b1355326fa8de05f7209dda1c1c7a Author: Behdad Esfahbod -Date: Fri Jun 20 13:51:21 2014 -0400 +Date: Fri Jun 20 13:51:21 2014 -0400 Adjust unused doc symbols docs/reference/harfbuzz-sections.txt | 19 +++++++++++++++++-- - src/hb-ot-shape.h | 21 ++++++++++----------- + src/hb-ot-shape.h | 21 ++++++++++----------- 2 files changed, 27 insertions(+), 13 deletions(-) commit da132937989acb4d8ca9bd41c79f98750e7dda30 Author: Jonathan Kew -Date: Sun Apr 27 14:05:24 2014 +0100 +Date: Sun Apr 27 14:05:24 2014 +0100 Rework handling of requiredFeature to solve problem with rlig in arial.ttf from winxp @@ -12046,30 +15420,30 @@ Date: Sun Apr 27 14:05:24 2014 +0100 Reworked by behdad src/hb-ot-layout-gsubgpos-private.hh | 4 +-- - src/hb-ot-layout.cc | 29 ++++++++++++--------- - src/hb-ot-layout.h | 11 ++++---- - src/hb-ot-map.cc | 50 + src/hb-ot-layout.cc | 29 ++++++++++++--------- + src/hb-ot-layout.h | 11 ++++---- + src/hb-ot-map.cc | 50 ++++++++++++++++++++++++++---------- - src/main.cc | 4 +-- + src/main.cc | 4 +-- 5 files changed, 64 insertions(+), 34 deletions(-) commit df554af99db390e42d378983bb3fcf583477a1d7 Author: Behdad Esfahbod -Date: Thu Jun 19 15:39:18 2014 -0400 +Date: Thu Jun 19 15:39:18 2014 -0400 Rename search() to bsearch() and lsearch() Such that the complexity of the algorithm used is clear at call site. - src/hb-open-type-private.hh | 4 ++-- - src/hb-ot-cmap-table.hh | 14 +++++++------- + src/hb-open-type-private.hh | 4 ++-- + src/hb-ot-cmap-table.hh | 14 +++++++------- src/hb-ot-layout-common-private.hh | 9 +++++---- 3 files changed, 14 insertions(+), 13 deletions(-) commit fb8cc86ff99c08064ac58a559bb66cc340693b92 Author: Behdad Esfahbod -Date: Thu Jun 19 15:30:18 2014 -0400 +Date: Thu Jun 19 15:30:18 2014 -0400 Rename sort() to qsort() @@ -12083,7 +15457,7 @@ Date: Thu Jun 19 15:30:18 2014 -0400 commit 577ca4814314c374824cac736996b9cdd4f9d11f Author: Behdad Esfahbod -Date: Wed Jun 18 12:29:23 2014 -0400 +Date: Wed Jun 18 12:29:23 2014 -0400 [unicode7] Update list of Default_Ignorable codepoints @@ -12093,7 +15467,7 @@ Date: Wed Jun 18 12:29:23 2014 -0400 commit 7cfee3827636f0dff7df5c8975a4fadd1b4bfbd5 Author: Behdad Esfahbod -Date: Mon Apr 28 15:09:30 2014 -0700 +Date: Mon Apr 28 15:09:30 2014 -0700 [unicode7] Route Manichaean and Psalter Pahlavi through Arabic shaper @@ -12104,7 +15478,7 @@ Date: Mon Apr 28 15:09:30 2014 -0700 commit a4a7899cd93fb9d1bc2163a4bbabfa733ee5bd52 Author: Behdad Esfahbod -Date: Mon Apr 28 15:06:42 2014 -0700 +Date: Mon Apr 28 15:06:42 2014 -0700 [unicode7] Mark right-to-left scripts @@ -12113,7 +15487,7 @@ Date: Mon Apr 28 15:06:42 2014 -0700 commit 62587bfc5178a447ef66d88eab7412a7efe84692 Author: Behdad Esfahbod -Date: Mon Apr 28 15:07:21 2014 -0700 +Date: Mon Apr 28 15:07:21 2014 -0700 [unicode7] Declare Unicode 7 scripts @@ -12122,7 +15496,7 @@ Date: Mon Apr 28 15:07:21 2014 -0700 commit dc61294aa93d36d0c5d187d4a692560a7cb46444 Author: Behdad Esfahbod -Date: Mon Apr 28 14:58:28 2014 -0700 +Date: Mon Apr 28 14:58:28 2014 -0700 [unicode7] Add missing ISO 15924 tags @@ -12131,7 +15505,7 @@ Date: Mon Apr 28 14:58:28 2014 -0700 commit 7526373e70bc4c2e2072da36babf9399fcf483b8 Author: Behdad Esfahbod -Date: Tue Jun 17 11:45:26 2014 -0400 +Date: Tue Jun 17 11:45:26 2014 -0400 [coretext] Remove unused var @@ -12140,7 +15514,7 @@ Date: Tue Jun 17 11:45:26 2014 -0400 commit 798e4185bc71b1a63528e6b0af236d4c964ec607 Author: Jonathan Kew -Date: Tue Jun 10 13:10:30 2014 +0100 +Date: Tue Jun 10 13:10:30 2014 +0100 When zeroing mark widths for LTR, also adjust offset... @@ -12154,7 +15528,7 @@ Date: Tue Jun 10 13:10:30 2014 +0100 commit 80f7405a5208f88b8615aa4ce4c54ffeb16f04f8 Author: Jonathan Kew -Date: Tue Jun 10 13:10:02 2014 +0100 +Date: Tue Jun 10 13:10:02 2014 +0100 [Thai] set the correct general category on Nikhahit when decomposing Sara-Am. @@ -12164,7 +15538,7 @@ Date: Tue Jun 10 13:10:02 2014 +0100 commit 1d634cbb4b0338e1c2841127a72c5fac3a2a5ca1 Author: Behdad Esfahbod -Date: Fri Jun 6 17:55:02 2014 -0400 +Date: Fri Jun 6 17:55:02 2014 -0400 Fix base-position when 'pref' is NOT formed @@ -12180,16 +15554,16 @@ Date: Fri Jun 6 17:55:02 2014 -0400 https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=186#c29 - src/hb-ot-shape-complex-indic.cc | 28 + src/hb-ot-shape-complex-indic.cc | 28 +++++++++++++++++++-- - test/shaping/fonts/sha1sum/MANIFEST | 5 ++++ + test/shaping/fonts/sha1sum/MANIFEST | 5 ++++ .../e207635780b42f898d58654b65098763e340f5c7.ttf | Bin 0 -> 3000 bytes - test/shaping/tests/indic-pref-blocking.tests | 3 ++- + test/shaping/tests/indic-pref-blocking.tests | 3 ++- 4 files changed, 33 insertions(+), 3 deletions(-) commit 04dc52fa15f5b7f9eb5f448ea43e7ef1b2269e88 Author: Behdad Esfahbod -Date: Fri Jun 6 17:28:38 2014 -0400 +Date: Fri Jun 6 17:28:38 2014 -0400 [indic] Recover OT_H undergone ligation and multiplication @@ -12199,13 +15573,13 @@ Date: Fri Jun 6 17:28:38 2014 -0400 No test number changes expected. - src/hb-ot-layout-private.hh | 8 ++++++++ + src/hb-ot-layout-private.hh | 8 ++++++++ src/hb-ot-shape-complex-indic.cc | 21 +++++++++++++++++++++ 2 files changed, 29 insertions(+) commit 39c8201f8e361e8c0f23f07bf20124ccadc6086c Author: Behdad Esfahbod -Date: Fri Jun 6 17:19:35 2014 -0400 +Date: Fri Jun 6 17:19:35 2014 -0400 [indic] Improve base re-finding @@ -12216,7 +15590,7 @@ Date: Fri Jun 6 17:19:35 2014 -0400 commit c04d5f0dd24d0ed9560fb9aebb5561ce946743c3 Author: Behdad Esfahbod -Date: Fri Jun 6 17:02:39 2014 -0400 +Date: Fri Jun 6 17:02:39 2014 -0400 [indic] Minor @@ -12225,7 +15599,7 @@ Date: Fri Jun 6 17:02:39 2014 -0400 commit 824d00dce483d0f4030c0cac253f994810e10f32 Author: Behdad Esfahbod -Date: Mon Jun 9 14:17:33 2014 -0400 +Date: Mon Jun 9 14:17:33 2014 -0400 Fix commit 3f38c1137b6219a646da141b08463ffa922d4e35 @@ -12236,7 +15610,7 @@ Date: Mon Jun 9 14:17:33 2014 -0400 commit 3f38c1137b6219a646da141b08463ffa922d4e35 Author: Behdad Esfahbod -Date: Fri Jun 6 16:03:40 2014 -0400 +Date: Fri Jun 6 16:03:40 2014 -0400 Don't use -mstructure-size-boundary=8 on clang arm @@ -12251,7 +15625,7 @@ Date: Fri Jun 6 16:03:40 2014 -0400 commit 0ff74b09d2ccf7a9ea0f0b463d8b6d819c86c837 Author: Behdad Esfahbod -Date: Thu Jun 5 21:55:23 2014 -0400 +Date: Thu Jun 5 21:55:23 2014 -0400 Add missing test file. Oops @@ -12260,7 +15634,7 @@ Date: Thu Jun 5 21:55:23 2014 -0400 commit 832a6f99b34f334b1e82b8e3a7ad137e823d203c Author: Behdad Esfahbod -Date: Wed Jun 4 16:57:42 2014 -0400 +Date: Wed Jun 4 16:57:42 2014 -0400 [indic] Don't reorder reph/pref if ligature was expanded @@ -12280,20 +15654,20 @@ Date: Wed Jun 4 16:57:42 2014 -0400 [1] https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=186#c29 - src/hb-ot-layout-gsub-table.hh | 2 +- - src/hb-ot-layout-gsubgpos-private.hh | 20 + src/hb-ot-layout-gsub-table.hh | 2 +- + src/hb-ot-layout-gsubgpos-private.hh | 20 ++++++++++++++++---- - src/hb-ot-layout-private.hh | 16 + src/hb-ot-layout-private.hh | 16 +++++++++++++++- - src/hb-ot-shape-complex-indic.cc | 4 ++-- - test/shaping/Makefile.am | 5 ++++- + src/hb-ot-shape-complex-indic.cc | 4 ++-- + test/shaping/Makefile.am | 5 ++++- .../226bc2deab3846f1a682085f70c67d0421014144.ttf | Bin 0 -> 2828 bytes - test/shaping/tests/MANIFEST | 1 + + test/shaping/tests/MANIFEST | 1 + 7 files changed, 39 insertions(+), 9 deletions(-) commit b5be2317201774c84470167767ad83c8637cad5b Author: Behdad Esfahbod -Date: Thu Jun 5 19:00:22 2014 -0400 +Date: Thu Jun 5 19:00:22 2014 -0400 [gsub] Adjust single-length ligature subst to act like single subst @@ -12302,7 +15676,7 @@ Date: Thu Jun 5 19:00:22 2014 -0400 commit aae69451dfbf2e3671c555c234f788c194302818 Author: Behdad Esfahbod -Date: Thu Jun 5 18:54:44 2014 -0400 +Date: Thu Jun 5 18:54:44 2014 -0400 [gsub] Minor shuffling @@ -12311,7 +15685,7 @@ Date: Thu Jun 5 18:54:44 2014 -0400 commit b6b304f12be917b7449b3ac9409069fcd4a27d95 Author: Behdad Esfahbod -Date: Thu Jun 5 17:12:54 2014 -0400 +Date: Thu Jun 5 17:12:54 2014 -0400 [ot] Add TODO re zero-len MultipleSubst sequences @@ -12321,7 +15695,7 @@ Date: Thu Jun 5 17:12:54 2014 -0400 commit f1a72fe7bf863535ec09b559cc0bd878fd0799f2 Author: Behdad Esfahbod -Date: Wed Jun 4 19:00:29 2014 -0400 +Date: Wed Jun 4 19:00:29 2014 -0400 [ot-font] Fix cmap EncodingRecord cmp order @@ -12330,7 +15704,7 @@ Date: Wed Jun 4 19:00:29 2014 -0400 commit ce34f0b07e5324ed52e6e2c43000c2b09ee010d4 Author: Behdad Esfahbod -Date: Wed Jun 4 18:57:46 2014 -0400 +Date: Wed Jun 4 18:57:46 2014 -0400 [ot-font] Use binary search for format12 cmap subtable @@ -12340,39 +15714,39 @@ Date: Wed Jun 4 18:57:46 2014 -0400 commit 257d1adfa1b3422c511c55e641840a6e31ec6008 Author: Behdad Esfahbod -Date: Wed Jun 4 18:47:55 2014 -0400 +Date: Wed Jun 4 18:47:55 2014 -0400 [ot-font] Work around broken cmap subtable format 4 length Roboto was hitting this. FreeType also has pretty much the same code for this, in ttcmap.c:tt_cmap4_validate(): - /* in certain fonts, the `length' field is invalid and goes */ - /* out of bound. We try to correct this here... */ - if ( table + length > valid->limit ) - { - if ( valid->level >= FT_VALIDATE_TIGHT ) - FT_INVALID_TOO_SHORT; + /* in certain fonts, the `length' field is invalid and goes */ + /* out of bound. We try to correct this here... */ + if ( table + length > valid->limit ) + { + if ( valid->level >= FT_VALIDATE_TIGHT ) + FT_INVALID_TOO_SHORT; - length = (FT_UInt)( valid->limit - table ); - } + length = (FT_UInt)( valid->limit - table ); + } src/hb-ot-cmap-table.hh | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) commit 51f563579b94e1ee23ced9bbcc7dd3341535ce72 Author: Behdad Esfahbod -Date: Wed Jun 4 18:42:32 2014 -0400 +Date: Wed Jun 4 18:42:32 2014 -0400 Move try_set to sanitize context - src/hb-open-type-private.hh | 22 ++++++++++------------ + src/hb-open-type-private.hh | 22 ++++++++++------------ src/hb-ot-layout-common-private.hh | 2 +- 2 files changed, 11 insertions(+), 13 deletions(-) commit 500737e8e16dce5248aff394899bb3761a9c3bbf Author: Behdad Esfahbod -Date: Wed Jun 4 18:17:29 2014 -0400 +Date: Wed Jun 4 18:17:29 2014 -0400 [ot-font] Don't select a Null cmap subtable @@ -12383,21 +15757,21 @@ Date: Wed Jun 4 18:17:29 2014 -0400 commit dac86026a6bae5a8a03cfe885bf93f32e5f48614 Author: Behdad Esfahbod -Date: Tue Jun 3 17:57:00 2014 -0400 +Date: Tue Jun 3 17:57:00 2014 -0400 Fix some cppcheck warnings Bug 77800 - cppcheck reports - src/hb-common.cc | 4 +++- + src/hb-common.cc | 4 +++- src/hb-ot-layout-common-private.hh | 2 +- - src/hb-private.hh | 2 +- - src/hb-shape-plan.cc | 4 ++-- + src/hb-private.hh | 2 +- + src/hb-shape-plan.cc | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) commit c306410cab368a27c1941a2625d3b475edeaac04 Author: Behdad Esfahbod -Date: Tue Jun 3 16:59:41 2014 -0400 +Date: Tue Jun 3 16:59:41 2014 -0400 Bug 77732 - Fix unused typedef warning for ASSERT_STATIC with GCC 4.8 @@ -12406,7 +15780,7 @@ Date: Tue Jun 3 16:59:41 2014 -0400 commit ae2b854eab7f1c48e56751c987a714c2c18d6eb6 Author: Behdad Esfahbod -Date: Tue Jun 3 16:59:09 2014 -0400 +Date: Tue Jun 3 16:59:09 2014 -0400 Move code around @@ -12416,7 +15790,7 @@ Date: Tue Jun 3 16:59:09 2014 -0400 commit 17c3b809f42aec34d83dba2e6229ad85804bebae Author: Behdad Esfahbod -Date: Mon Jun 2 15:08:18 2014 -0400 +Date: Mon Jun 2 15:08:18 2014 -0400 [indic] Treat U+A8E0..A8F1 as OT_A instead of OT_VD @@ -12429,7 +15803,7 @@ Date: Mon Jun 2 15:08:18 2014 -0400 commit 6ae13f257c3986517c097fa666ab9f58bdc918b5 Author: Behdad Esfahbod -Date: Fri May 30 17:38:14 2014 -0400 +Date: Fri May 30 17:38:14 2014 -0400 [graphite2] Fix cluster mapping @@ -12444,23 +15818,23 @@ Date: Fri May 30 17:38:14 2014 -0400 commit 5875ad9c467b39d00ad4d98fd425179c701e6fd0 Author: Behdad Esfahbod -Date: Thu May 29 15:48:16 2014 -0400 +Date: Thu May 29 15:48:16 2014 -0400 0.9.29 - NEWS | 12 ++++++++++++ + NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) commit 7977ca17aac34b9ab10622928bed8afa2177f16a Author: Behdad Esfahbod -Date: Thu May 29 15:34:26 2014 -0400 +Date: Thu May 29 15:34:26 2014 -0400 [indic] Allow decimal and Brahmi digits as placeholders Tests: U+0967,0951 U+0031,093F - src/hb-ot-shape-complex-indic.cc | + src/hb-ot-shape-complex-indic.cc | 4 ++++ .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt | 2 ++ @@ -12468,7 +15842,7 @@ Date: Thu May 29 15:34:26 2014 -0400 commit e8b5d64039614ecce472eda1a7a603736da25d86 Author: Behdad Esfahbod -Date: Thu May 29 15:18:27 2014 -0400 +Date: Thu May 29 15:18:27 2014 -0400 [indic] Do NOT allow reph formation on placeholders @@ -12476,7 +15850,7 @@ Date: Thu May 29 15:18:27 2014 -0400 Test: U+0930,094D,00A0 - src/hb-ot-shape-complex-indic-machine.rl | + src/hb-ot-shape-complex-indic-machine.rl | 2 +- .../in-tree/shaper-indic/indic/script-devanagari/misc/dottedcircle.txt | 1 + @@ -12484,7 +15858,7 @@ Date: Thu May 29 15:18:27 2014 -0400 commit 52b562a6a058131c0103aaa5404d053e6465bb23 Author: Behdad Esfahbod -Date: Tue May 27 18:18:23 2014 -0400 +Date: Tue May 27 18:18:23 2014 -0400 [indic] Clean up a bit @@ -12495,7 +15869,7 @@ Date: Tue May 27 18:18:23 2014 -0400 commit 3bf652b90783e8244c153739585d95dc4162efb4 Author: Behdad Esfahbod -Date: Tue May 27 18:07:26 2014 -0400 +Date: Tue May 27 18:07:26 2014 -0400 [indic] Treat U+002D and U+2010..2014 as placeholders @@ -12504,7 +15878,7 @@ Date: Tue May 27 18:07:26 2014 -0400 commit e0de95f40244924cb8f9f7abca7f53117044a0eb Author: Behdad Esfahbod -Date: Tue May 27 17:58:34 2014 -0400 +Date: Tue May 27 17:58:34 2014 -0400 [indic] Treat U+00D7 MULTIPLICATION SIGN as placeholder @@ -12513,42 +15887,42 @@ Date: Tue May 27 17:58:34 2014 -0400 commit cf78dd483cbe1759a8ecb731879e041a53ba9bb3 Author: Behdad Esfahbod -Date: Tue May 27 17:53:37 2014 -0400 +Date: Tue May 27 17:53:37 2014 -0400 [indic/myanmar] Rename OT_NBSP to OT_PLACEHOLDER src/hb-ot-shape-complex-indic-machine.rl | 4 ++-- src/hb-ot-shape-complex-indic-private.hh | 6 +++--- - src/hb-ot-shape-complex-indic.cc | 4 ++-- - src/hb-ot-shape-complex-myanmar.cc | 2 +- + src/hb-ot-shape-complex-indic.cc | 4 ++-- + src/hb-ot-shape-complex-myanmar.cc | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) commit 186ece94c8838e95db240d3e7c3ce415da6be81e Author: Behdad Esfahbod -Date: Tue May 27 17:49:45 2014 -0400 +Date: Tue May 27 17:49:45 2014 -0400 [myanmar] Use OT_NBSP instead of OT_DOTTEDCIRCLE for OT_GB No functional change. src/hb-ot-shape-complex-myanmar-machine.rl | 2 +- - src/hb-ot-shape-complex-myanmar.cc | 2 +- + src/hb-ot-shape-complex-myanmar.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit cf71d28c380819cb0f7f0f22f6ff9e4aa881a2b8 Author: Behdad Esfahbod -Date: Tue May 27 17:47:43 2014 -0400 +Date: Tue May 27 17:47:43 2014 -0400 [indic/myanmar] Refactor a few macros src/hb-ot-shape-complex-indic-private.hh | 12 ++++++++++++ - src/hb-ot-shape-complex-indic.cc | 10 ---------- - src/hb-ot-shape-complex-myanmar.cc | 6 ------ + src/hb-ot-shape-complex-indic.cc | 10 ---------- + src/hb-ot-shape-complex-myanmar.cc | 6 ------ 3 files changed, 12 insertions(+), 16 deletions(-) commit 2307268e01d27a999b56a2f573dfcee8b2a7949b Author: Behdad Esfahbod -Date: Tue May 27 17:39:01 2014 -0400 +Date: Tue May 27 17:39:01 2014 -0400 [indic] Treat U+0A72..0A73 like regular consonants @@ -12560,7 +15934,7 @@ Date: Tue May 27 17:39:01 2014 -0400 commit e9b2a4cfe593bdbe9288571635ba26ac42ede987 Author: Behdad Esfahbod -Date: Fri May 23 15:49:10 2014 -0400 +Date: Fri May 23 15:49:10 2014 -0400 [indic] Support U+1CED @@ -12569,7 +15943,7 @@ Date: Fri May 23 15:49:10 2014 -0400 commit d19f8e85702a1e473efe2f02027984dcc127602a Author: Behdad Esfahbod -Date: Fri May 23 15:45:50 2014 -0400 +Date: Fri May 23 15:45:50 2014 -0400 [indic] Support U+A8F2..A8F7,1CE9..1CEC,1CEE..1CF1 @@ -12578,7 +15952,7 @@ Date: Fri May 23 15:45:50 2014 -0400 commit ddbdfcbf1c10eed0a7b81b29fee99f1bd22113e5 Author: Behdad Esfahbod -Date: Fri May 23 15:39:55 2014 -0400 +Date: Fri May 23 15:39:55 2014 -0400 [indic] Simplify grammar @@ -12589,7 +15963,7 @@ Date: Fri May 23 15:39:55 2014 -0400 commit 4e9b1f662b23966e67c548b86afeff2bec9b0eb7 Author: Behdad Esfahbod -Date: Fri May 23 15:38:42 2014 -0400 +Date: Fri May 23 15:38:42 2014 -0400 [indic] Always start new syllable for Avagraha @@ -12601,7 +15975,7 @@ Date: Fri May 23 15:38:42 2014 -0400 commit 9f9bd9bf31161660214b8b39a78cdafbb79db1be Author: Behdad Esfahbod -Date: Fri May 23 15:33:13 2014 -0400 +Date: Fri May 23 15:33:13 2014 -0400 [indic] Rename avagraha cluster to symbol cluster @@ -12609,12 +15983,12 @@ Date: Fri May 23 15:33:13 2014 -0400 src/hb-ot-shape-complex-indic-machine.rl | 10 +++++----- src/hb-ot-shape-complex-indic-private.hh | 4 ++-- - src/hb-ot-shape-complex-indic.cc | 14 +++++++------- + src/hb-ot-shape-complex-indic.cc | 14 +++++++------- 3 files changed, 14 insertions(+), 14 deletions(-) commit a498565cedf0441ae723c5e5969f637d792a15e7 Author: Behdad Esfahbod -Date: Thu May 22 19:39:56 2014 -0400 +Date: Thu May 22 19:39:56 2014 -0400 [indic] Support U+1CF2,U+1CF3 @@ -12623,7 +15997,7 @@ Date: Thu May 22 19:39:56 2014 -0400 commit ecb98babbaa065940b40ca8954a454f0e2cdcff0 Author: Behdad Esfahbod -Date: Thu May 22 19:36:21 2014 -0400 +Date: Thu May 22 19:36:21 2014 -0400 [indic] Support U+1CE2..U+1CE8 @@ -12632,7 +16006,7 @@ Date: Thu May 22 19:36:21 2014 -0400 commit 37bf2c9224e32fdc99c20158c6dc0a4602ec1292 Author: Behdad Esfahbod -Date: Thu May 22 19:35:17 2014 -0400 +Date: Thu May 22 19:35:17 2014 -0400 Minor @@ -12641,7 +16015,7 @@ Date: Thu May 22 19:35:17 2014 -0400 commit 131e17ff9ae792cafa7a500043acb373802ee872 Author: Behdad Esfahbod -Date: Thu May 22 19:32:51 2014 -0400 +Date: Thu May 22 19:32:51 2014 -0400 [indic] Support U+1CF5,1CF6 @@ -12650,7 +16024,7 @@ Date: Thu May 22 19:32:51 2014 -0400 commit 72ead0cc72dac4d1c985ead065bb820f93f14a1d Author: Behdad Esfahbod -Date: Thu May 22 19:12:10 2014 -0400 +Date: Thu May 22 19:12:10 2014 -0400 [indic] Treat U+1CE1 as a tone-mark too @@ -12661,31 +16035,31 @@ Date: Thu May 22 19:12:10 2014 -0400 commit e848bfae7c975a6fae434daf8e3db4d69914df9f Author: Behdad Esfahbod -Date: Thu May 22 18:50:34 2014 -0400 +Date: Thu May 22 18:50:34 2014 -0400 [indic] Recategorize U+A8E0..A8F1 as OT_VD Up to two of them come after all OT_A characters. src/hb-ot-shape-complex-indic-machine.rl | 2 +- - src/hb-ot-shape-complex-indic.cc | 10 ++++++---- + src/hb-ot-shape-complex-indic.cc | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) commit c519536c34c842304da558dd4a9e3844fc261b20 Author: Behdad Esfahbod -Date: Thu May 22 18:43:14 2014 -0400 +Date: Thu May 22 18:43:14 2014 -0400 [indic] Allow up to three tone marks According to Roozbeh, there are valid combinations in Unicode - proposals for up to three. Previously we were allowing up to two. + proposals for up to three. Previously we were allowing up to two. src/hb-ot-shape-complex-indic-machine.rl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c11fc6833980fce6d70c5ae0c6623de97a3eb30a Author: Behdad Esfahbod -Date: Thu May 22 18:41:49 2014 -0400 +Date: Thu May 22 18:41:49 2014 -0400 [indic] Support more extended Devanagari tone marks @@ -12696,7 +16070,7 @@ Date: Thu May 22 18:41:49 2014 -0400 commit 26c836e53d55a2e2d4c17fd9ea1884eec33ce015 Author: Behdad Esfahbod -Date: Wed May 21 18:35:48 2014 -0400 +Date: Wed May 21 18:35:48 2014 -0400 [indic] Handle "Cantillation marks for the Samaveda" @@ -12705,7 +16079,7 @@ Date: Wed May 21 18:35:48 2014 -0400 commit 29531128f2f4342d537817746863705df80efe4b Author: Behdad Esfahbod -Date: Thu May 15 14:04:02 2014 -0600 +Date: Thu May 15 14:04:02 2014 -0600 [indic] Improve reph formation of Sinhala and Telugu @@ -12728,7 +16102,7 @@ Date: Thu May 15 14:04:02 2014 -0600 commit 8c703f13bf8b4b276093b1c42cd3759e34b6787f Author: Oleg Oshmyan -Date: Wed May 14 22:10:09 2014 +0100 +Date: Wed May 14 22:10:09 2014 +0100 Fix build with --coretext on older OS X @@ -12739,7 +16113,7 @@ Date: Wed May 14 22:10:09 2014 +0100 commit 439b05867c0856a81fa8f9bea3a7465b4b4bdd91 Author: Behdad Esfahbod -Date: Wed May 14 16:44:39 2014 -0600 +Date: Wed May 14 16:44:39 2014 -0600 [myanmar] Allow MedialYa+Asat in the grammar @@ -12768,7 +16142,7 @@ Date: Wed May 14 16:44:39 2014 -0600 commit 0a017ce169d791c9aea56671fe5837961e0a3c09 Author: Behdad Esfahbod -Date: Wed May 14 16:44:16 2014 -0600 +Date: Wed May 14 16:44:16 2014 -0600 Add tests for Myanmar Asat+MedialYa and MedialYa+Asat sequences @@ -12781,7 +16155,7 @@ Date: Wed May 14 16:44:16 2014 -0600 commit c95587618c88d187be64f923033dae151cf820be Author: Behdad Esfahbod -Date: Wed May 14 00:42:18 2014 -0400 +Date: Wed May 14 00:42:18 2014 -0400 [ot] Minor note re cmap subtable format 2 and 8 @@ -12790,17 +16164,17 @@ Date: Wed May 14 00:42:18 2014 -0400 commit b7878cd58ea9a67236e1e0228c35b5b03ec4ff9c Author: Behdad Esfahbod -Date: Tue May 13 21:47:51 2014 -0400 +Date: Tue May 13 21:47:51 2014 -0400 [ot] Implement cmap subtable format 0 - src/hb-open-type-private.hh | 3 ++- + src/hb-open-type-private.hh | 3 ++- src/hb-ot-cmap-table.hh | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) commit ca7b77431d1e0aaa803722be8be85a368a385f47 Author: Behdad Esfahbod -Date: Tue May 13 21:26:34 2014 -0400 +Date: Tue May 13 21:26:34 2014 -0400 [ot] Factor out code between cmap sutable format 12 and 13 @@ -12809,7 +16183,7 @@ Date: Tue May 13 21:26:34 2014 -0400 commit 94759e8219ed08392573bae948a8135e16b8e0d0 Author: Behdad Esfahbod -Date: Tue May 13 21:17:28 2014 -0400 +Date: Tue May 13 21:17:28 2014 -0400 [ot] Factor out code between cmap subtable format 6 and 10 @@ -12819,7 +16193,7 @@ Date: Tue May 13 21:17:28 2014 -0400 commit 1a8ffc512987c1ff1b4896549f80b145c85454a8 Author: Behdad Esfahbod -Date: Tue May 13 21:06:39 2014 -0400 +Date: Tue May 13 21:06:39 2014 -0400 Minor @@ -12828,7 +16202,7 @@ Date: Tue May 13 21:06:39 2014 -0400 commit 91bbfca87527fa14d6ebec86b087f2a989381872 Author: Behdad Esfahbod -Date: Mon May 12 18:19:29 2014 -0400 +Date: Mon May 12 18:19:29 2014 -0400 [ot] Implement cmap subtable formats 6 and 10 @@ -12838,7 +16212,7 @@ Date: Mon May 12 18:19:29 2014 -0400 commit d294a2cb165c4f20daa5624969067c51eb9aef58 Author: Behdad Esfahbod -Date: Mon May 12 17:58:31 2014 -0400 +Date: Mon May 12 17:58:31 2014 -0400 [ot] Implement cmap subtable format 13 @@ -12848,28 +16222,28 @@ Date: Mon May 12 17:58:31 2014 -0400 commit 0d75793fae95ed9f6b8522ae3af4fcdf397d8c36 Author: Behdad Esfahbod -Date: Mon May 12 17:51:15 2014 -0400 +Date: Mon May 12 17:51:15 2014 -0400 [ot] Implement cmap subtable format 12 src/hb-ot-cmap-table.hh | 63 +++++++++++++++++++++++++++++++++++++++++++++++-- - src/hb-ot-font.cc | 5 ++++ + src/hb-ot-font.cc | 5 ++++ 2 files changed, 66 insertions(+), 2 deletions(-) commit 3608a6847e7b7eb4206df049158513a085810afd Author: Behdad Esfahbod -Date: Mon May 12 13:46:29 2014 -0400 +Date: Mon May 12 13:46:29 2014 -0400 [ot] Hook up cmap table to hb_ot_font_funcs() src/hb-ot-cmap-table.hh | 10 +++++++--- - src/hb-ot-font.cc | 33 +++++++++++++++++++-------------- + src/hb-ot-font.cc | 33 +++++++++++++++++++-------------- 2 files changed, 26 insertions(+), 17 deletions(-) commit c8a47452993b9dee6854bfc866aca4a20142696f Author: Behdad Esfahbod -Date: Fri May 9 19:55:51 2014 -0400 +Date: Fri May 9 19:55:51 2014 -0400 [ot] Implement cmap subtable format 4 @@ -12879,7 +16253,7 @@ Date: Fri May 9 19:55:51 2014 -0400 commit 4719621f20dfd6a0377c650a7b4df223c18dc143 Author: Behdad Esfahbod -Date: Fri May 9 16:09:11 2014 -0400 +Date: Fri May 9 16:09:11 2014 -0400 Minor @@ -12888,19 +16262,19 @@ Date: Fri May 9 16:09:11 2014 -0400 commit 41ca1fbebf61cf26e1e0e4b11f4a5b52fb7d88a9 Author: Behdad Esfahbod -Date: Fri May 9 15:35:56 2014 -0400 +Date: Fri May 9 15:35:56 2014 -0400 [ot] Start implementing cmap table - src/Makefile.am | 1 + + src/Makefile.am | 1 + src/hb-ot-cmap-table.hh | 171 ++++++++++++++++++++++++++++++++++++++++++++++++ - src/hb-ot-font.cc | 1 + + src/hb-ot-font.cc | 1 + 3 files changed, 173 insertions(+) commit c7074b8798048324cb8850c55908ce77fc33d11e Author: Behdad Esfahbod -Date: Thu May 8 18:24:31 2014 -0400 +Date: Thu May 8 18:24:31 2014 -0400 [otlayout] Add GenericArrayOf::search() @@ -12909,7 +16283,7 @@ Date: Thu May 8 18:24:31 2014 -0400 commit 40a479797add42fa42b78d4267920ef75bfb6b9a Author: Behdad Esfahbod -Date: Thu May 8 18:21:04 2014 -0400 +Date: Thu May 8 18:21:04 2014 -0400 [otlayout] Add GenericSortedArrayOf @@ -12918,7 +16292,7 @@ Date: Thu May 8 18:21:04 2014 -0400 commit 0ddecabc6de205b121bec31fbf670f37cc9454ef Author: Behdad Esfahbod -Date: Thu May 1 16:01:40 2014 -0700 +Date: Thu May 1 16:01:40 2014 -0700 [main] Minor improvement to output @@ -12927,35 +16301,35 @@ Date: Thu May 1 16:01:40 2014 -0700 commit 79ecdc3f9525212053d2bc88a5541c41697159da Author: Behdad Esfahbod -Date: Mon Apr 28 14:24:23 2014 -0700 +Date: Mon Apr 28 14:24:23 2014 -0700 0.9.28 - NEWS | 13 +++++++++++++ + NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) commit 6faff8e4132197ba06f0e685b82efe35b546cf64 Author: Behdad Esfahbod -Date: Mon Apr 28 14:29:39 2014 -0700 +Date: Mon Apr 28 14:29:39 2014 -0700 Add static storage classifier to inline functions Before we were just relying on the compiler inlining them and not - leaving a trace in our public API. Try to fix. Hopefully not + leaving a trace in our public API. Try to fix. Hopefully not breaking anyone's build. - src/hb-open-type-private.hh | 22 +++++++++++----------- + src/hb-open-type-private.hh | 22 +++++++++++----------- src/hb-ot-layout-gpos-table.hh | 4 ++-- src/hb-ot-layout-gsub-table.hh | 6 +++--- - src/hb-ot-layout-private.hh | 36 ++++++++++++++++++------------------ - src/hb-ot-map-private.hh | 10 +++++----- - src/hb-private.hh | 2 +- + src/hb-ot-layout-private.hh | 36 ++++++++++++++++++------------------ + src/hb-ot-map-private.hh | 10 +++++----- + src/hb-private.hh | 2 +- 6 files changed, 40 insertions(+), 40 deletions(-) commit 9c9411839bb89d0a1a83120af0982c60e0e393d9 Author: Behdad Esfahbod -Date: Mon Apr 28 12:38:25 2014 -0700 +Date: Mon Apr 28 12:38:25 2014 -0700 [tibetan] Reorder PADMA sign to occur after other below marks @@ -12968,7 +16342,7 @@ Date: Mon Apr 28 12:38:25 2014 -0700 commit 659cd3c5b470ff9724ce5e53fedd1fea3e7512c4 Author: Behdad Esfahbod -Date: Mon Apr 28 12:43:42 2014 -0700 +Date: Mon Apr 28 12:43:42 2014 -0700 [test] Add test case for Tibetan sign PADMA @@ -12980,17 +16354,17 @@ Date: Mon Apr 28 12:43:42 2014 -0700 commit ee703bc3ef740c300718fca7a12c050c322dce19 Author: Behdad Esfahbod -Date: Mon Apr 28 12:43:18 2014 -0700 +Date: Mon Apr 28 12:43:18 2014 -0700 Reshuffle test data - test/shaping/texts/in-tree/MANIFEST | + test/shaping/texts/in-tree/MANIFEST | 3 +++ - test/shaping/texts/in-tree/shaper-default/MANIFEST | + test/shaping/texts/in-tree/shaper-default/MANIFEST | 3 --- - .../script-tibetan => shaper-hangul/script-hangul}/MANIFEST | - 0 - .../script-tibetan => shaper-hangul/script-hangul}/misc/MANIFEST + .../in-tree/{shaper-default => shaper-hangul}/script-hangul/MANIFEST + | 0 + .../{shaper-default => shaper-hangul}/script-hangul/misc/MANIFEST | 0 .../{shaper-default => shaper-hangul}/script-hangul/misc/misc.txt | 0 @@ -12998,11 +16372,11 @@ Date: Mon Apr 28 12:43:18 2014 -0700 | 0 .../{shaper-default => shaper-hebrew}/script-hebrew/misc/MANIFEST | 0 - .../script-hebrew/misc/diacritics.txt | + .../script-hebrew/misc/diacritics.txt | 0 - .../script-hangul => shaper-tibetan/script-tibetan}/MANIFEST | - 0 - .../script-hangul => shaper-tibetan/script-tibetan}/misc/MANIFEST + .../in-tree/{shaper-default => shaper-tibetan}/script-tibetan/MANIFEST + | 0 + .../{shaper-default => shaper-tibetan}/script-tibetan/misc/MANIFEST | 0 .../{shaper-default => shaper-tibetan}/script-tibetan/misc/misc.txt | 0 @@ -13010,7 +16384,7 @@ Date: Mon Apr 28 12:43:18 2014 -0700 commit b082ef373cefb35dd98b5f2f0b677ccc7806f51e Author: Behdad Esfahbod -Date: Fri Apr 25 11:48:10 2014 -0700 +Date: Fri Apr 25 11:48:10 2014 -0700 Typo @@ -13019,7 +16393,7 @@ Date: Fri Apr 25 11:48:10 2014 -0700 commit 828e109c7aac3389cc3b89ea1f13388aefb63804 Author: Behdad Esfahbod -Date: Fri Apr 18 16:53:34 2014 -0700 +Date: Fri Apr 18 16:53:34 2014 -0700 [indic] Fix-up zero-context matching @@ -13027,14 +16401,14 @@ Date: Fri Apr 18 16:53:34 2014 -0700 Author: Behdad Esfahbod Date: Thu Oct 17 18:04:23 2013 +0200 - [indic] Pass zero-context=false to would_substitute for newer - scripts + [indic] Pass zero-context=false to would_substitute for newer + scripts - For scripts without an old/new spec distinction, use - zero-context=false. - This changes behavior in Sinhala / Khmer, but doesn't seem - to regress. - This will be useful and used in Javanese. + For scripts without an old/new spec distinction, use + zero-context=false. + This changes behavior in Sinhala / Khmer, but doesn't seem + to regress. + This will be useful and used in Javanese. The *intention* was to change zero-context from true to false for scripts that @@ -13077,7 +16451,7 @@ Date: Fri Apr 18 16:53:34 2014 -0700 commit 66c6a48b6ce9dab6375ba1a23d7e450d6974852a Author: Behdad Esfahbod -Date: Mon Apr 14 15:55:42 2014 -0700 +Date: Mon Apr 14 15:55:42 2014 -0700 Add HB_NO_MERGE_CLUSTERS @@ -13089,7 +16463,7 @@ Date: Mon Apr 14 15:55:42 2014 -0700 commit 897c7b804d6817470a364ba31b1719555b12f751 Author: Behdad Esfahbod -Date: Thu Apr 10 16:27:13 2014 -0700 +Date: Thu Apr 10 16:27:13 2014 -0700 Add Khmer test for U+17DD @@ -13099,7 +16473,7 @@ Date: Thu Apr 10 16:27:13 2014 -0700 commit 50a00535ccac538bbf93358fd2d2442e4c12542f Author: Behdad Esfahbod -Date: Thu Apr 10 16:03:29 2014 -0700 +Date: Thu Apr 10 16:03:29 2014 -0700 Require gobject-introspection 1.34.0 @@ -13110,7 +16484,7 @@ Date: Thu Apr 10 16:03:29 2014 -0700 commit 5fd996c4a4049a75c6d9e964f1a81c00ff191893 Author: Behdad Esfahbod -Date: Wed Apr 9 16:38:26 2014 -0700 +Date: Wed Apr 9 16:38:26 2014 -0700 Further adjust check-defs and check-symbols for mipsel @@ -13122,7 +16496,7 @@ Date: Wed Apr 9 16:38:26 2014 -0700 commit 75ec6d0bc5ca0170c73e4d1099a898d38d8f85c0 Author: Behdad Esfahbod -Date: Wed Apr 9 16:33:32 2014 -0700 +Date: Wed Apr 9 16:33:32 2014 -0700 Tighten up check-static-inits.sh check @@ -13133,7 +16507,7 @@ Date: Wed Apr 9 16:33:32 2014 -0700 commit 110ec0714a11b9417eed82f7d25b85c9dc7b6df4 Author: Behdad Esfahbod -Date: Tue Apr 8 17:32:08 2014 -0700 +Date: Tue Apr 8 17:32:08 2014 -0700 Typo @@ -13142,7 +16516,7 @@ Date: Tue Apr 8 17:32:08 2014 -0700 commit 0682ddd05c22a400ff5ce97d4ea4b52a18b845ae Author: Behdad Esfahbod -Date: Tue Apr 8 16:03:35 2014 -0700 +Date: Tue Apr 8 16:03:35 2014 -0700 [indic] Support U+17DD KHMER SIGN ATTHACAN @@ -13153,7 +16527,7 @@ Date: Tue Apr 8 16:03:35 2014 -0700 commit 05870ed62edd8728d6d732f60d6b7e149d45e6f4 Author: Primiano Tucci -Date: Wed Apr 2 11:35:27 2014 +0100 +Date: Wed Apr 2 11:35:27 2014 +0100 Use __aarch64__ for 64-bit ARM detection, not __arm64__ @@ -13164,7 +16538,7 @@ Date: Wed Apr 2 11:35:27 2014 +0100 commit 04d894e89795041b2055dc172744a018644f2bca Author: Behdad Esfahbod -Date: Tue Mar 25 12:11:32 2014 -0700 +Date: Tue Mar 25 12:11:32 2014 -0700 Minor @@ -13173,26 +16547,26 @@ Date: Tue Mar 25 12:11:32 2014 -0700 commit 903648437c180c7b039801cdb0672e0f8e14afd4 Author: Behdad Esfahbod -Date: Mon Mar 24 14:26:36 2014 -0700 +Date: Mon Mar 24 14:26:36 2014 -0700 Start fleshing out builtin font functions - src/Makefile.am | 3 +- - src/hb-glib.cc | 2 +- - src/hb-icu.cc | 2 +- - src/hb-ot-font.cc | 260 + src/Makefile.am | 3 +- + src/hb-glib.cc | 2 +- + src/hb-icu.cc | 2 +- + src/hb-ot-font.cc | 260 ++++++++++++++++++++++++++++++++++++ - src/{hb-tt-font.cc => hb-ot-font.h} | 56 ++------ - src/hb-ot-hhea-table.hh | 2 +- - src/hb-ot-hmtx-table.hh | 2 +- - src/hb-ot.h | 1 + - util/Makefile.am | 4 +- - util/options.cc | 4 + + src/{hb-tt-font.cc => hb-ot-font.h} | 56 ++------ + src/hb-ot-hhea-table.hh | 2 +- + src/hb-ot-hmtx-table.hh | 2 +- + src/hb-ot.h | 1 + + util/Makefile.am | 4 +- + util/options.cc | 4 + 10 files changed, 283 insertions(+), 53 deletions(-) commit 343a0e4e747d93eeeb724c5d585f5ba036a0df84 Author: Behdad Esfahbod -Date: Fri Mar 21 14:37:27 2014 -0700 +Date: Fri Mar 21 14:37:27 2014 -0700 Add "make built-sources" @@ -13201,7 +16575,7 @@ Date: Fri Mar 21 14:37:27 2014 -0700 commit e9853f33d1f53d4d69ee0fa340ce9225a5ed17ca Author: Behdad Esfahbod -Date: Fri Mar 21 12:53:08 2014 -0700 +Date: Fri Mar 21 12:53:08 2014 -0700 One more fix for build without gtk-doc @@ -13212,19 +16586,19 @@ Date: Fri Mar 21 12:53:08 2014 -0700 commit b96af03c20e46105982b3608b608614403540661 Author: Konstantin Ritt -Date: Thu Mar 20 16:01:30 2014 +0200 +Date: Thu Mar 20 16:01:30 2014 +0200 Fix build with --coretext on iOS On iOS CoreText and CoreGraphics are stand-alone frameworks - configure.ac | 23 +++++++++++++++++++---- + configure.ac | 23 +++++++++++++++++++---- src/hb-coretext.h | 8 +++++++- 2 files changed, 26 insertions(+), 5 deletions(-) commit ea5e8a02eb83ad19f3009b0008893f77ce113118 Author: Behdad Esfahbod -Date: Wed Mar 19 15:38:02 2014 -0700 +Date: Wed Mar 19 15:38:02 2014 -0700 [util] Plug minor leak @@ -13237,7 +16611,7 @@ Date: Wed Mar 19 15:38:02 2014 -0700 commit 09732cc6695b8e41ba6cdcd4058a4f7cad90167a Author: Behdad Esfahbod -Date: Wed Mar 19 12:00:17 2014 -0700 +Date: Wed Mar 19 12:00:17 2014 -0700 Remove dead warning @@ -13247,17 +16621,17 @@ Date: Wed Mar 19 12:00:17 2014 -0700 commit b934b0f9d1b39fc7a06c812bea3d79ca5424e278 Author: Behdad Esfahbod -Date: Wed Mar 19 11:52:40 2014 -0700 +Date: Wed Mar 19 11:52:40 2014 -0700 Yet another try to make build without gtk-doc succeed - autogen.sh | 1 + + autogen.sh | 1 + docs/reference/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) commit a7a5be090dd9cc39605853e8994eb417550939d4 Author: Behdad Esfahbod -Date: Wed Mar 19 11:39:23 2014 -0700 +Date: Wed Mar 19 11:39:23 2014 -0700 Another try to make gtk-doc optional @@ -13266,17 +16640,17 @@ Date: Wed Mar 19 11:39:23 2014 -0700 commit ba8c9d92935ea351970a80d0d3441858ad4cf33f Author: Dominik Röttsches -Date: Tue Mar 18 14:39:03 2014 +0200 +Date: Tue Mar 18 14:39:03 2014 +0200 0.9.27 - NEWS | 16 ++++++++++++++++ + NEWS | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) commit a949cd329e49d2c0ad6f1e023f324790d886dafe Author: Behdad Esfahbod -Date: Sun Mar 16 20:22:42 2014 -0700 +Date: Sun Mar 16 20:22:42 2014 -0700 Don't use "register" storage class specifier @@ -13288,7 +16662,7 @@ Date: Sun Mar 16 20:22:42 2014 -0700 commit 0082dbeae6c25a7859960b7e791a540ad04246d9 Author: jfkthame -Date: Sun Mar 16 08:25:17 2014 +0000 +Date: Sun Mar 16 08:25:17 2014 +0000 wrap definition of free_langs() with HAVE_ATEXIT @@ -13300,7 +16674,7 @@ Date: Sun Mar 16 08:25:17 2014 +0000 commit a9e25e90a4ca05746fda4a598ad698db1d2c5c1a Author: Behdad Esfahbod -Date: Fri Mar 14 19:55:46 2014 -0700 +Date: Fri Mar 14 19:55:46 2014 -0700 [coretext] Add hb_coretext_face_create() @@ -13313,7 +16687,7 @@ Date: Fri Mar 14 19:55:46 2014 -0700 commit c79865f90f62309dc64c8d3f2f503ec2aa4b7ec1 Author: Behdad Esfahbod -Date: Fri Mar 14 19:37:55 2014 -0400 +Date: Fri Mar 14 19:37:55 2014 -0400 [coretext] Add coretext_aat shaper @@ -13333,7 +16707,7 @@ Date: Fri Mar 14 19:37:55 2014 -0400 commit af1aa362cacc652ab8ffda05a5d98a3ff5430439 Author: Behdad Esfahbod -Date: Fri Mar 14 15:52:47 2014 -0700 +Date: Fri Mar 14 15:52:47 2014 -0700 If HAVE_ICU_BUILTIN is defined, use hb-icu Unicode callbacks @@ -13345,7 +16719,7 @@ Date: Fri Mar 14 15:52:47 2014 -0700 commit 853daf857f231c9ce0277a78abff1241150ea903 Author: Behdad Esfahbod -Date: Fri Mar 14 15:49:18 2014 -0700 +Date: Fri Mar 14 15:49:18 2014 -0700 Remove old cruft @@ -13354,7 +16728,7 @@ Date: Fri Mar 14 15:49:18 2014 -0700 commit 2a473338da1538efa4ff14ae9e4aba8dd50f9b0f Author: Behdad Esfahbod -Date: Mon Mar 10 15:04:46 2014 -0700 +Date: Mon Mar 10 15:04:46 2014 -0700 Add Myanmar test case from OpenType Myanmar spec @@ -13366,7 +16740,7 @@ Date: Mon Mar 10 15:04:46 2014 -0700 commit 158985908981189a2fd4d15275a641286fc770fe Author: Behdad Esfahbod -Date: Mon Mar 10 14:57:55 2014 -0700 +Date: Mon Mar 10 14:57:55 2014 -0700 Minor @@ -13380,23 +16754,23 @@ Date: Mon Mar 10 14:57:55 2014 -0700 commit bb8ffb581b89cf27fb8e0743b81bbda21654233e Author: Behdad Esfahbod -Date: Tue Mar 4 13:03:51 2014 -0800 +Date: Tue Mar 4 13:03:51 2014 -0800 Use AM_MISSING_PROG for ragel and git - Makefile.am | 4 ++-- - configure.ac | 2 ++ + Makefile.am | 4 ++-- + configure.ac | 2 ++ src/Makefile.am | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) commit a82165248cddb720576464b8e59a986491d3f2e9 Author: Behdad Esfahbod -Date: Tue Feb 18 15:53:56 2014 -0500 +Date: Tue Feb 18 15:53:56 2014 -0500 Only do fallback Hebrew composition if no GPOS 'mark' available Apparently some modern fonts have proper GPOS mark positioning - tables, but undesirable precomposed forms! See thread + tables, but undesirable precomposed forms! See thread "Hebrew composition to presentation forms" and: http://tex.stackexchange.com/questions/156775/having-trouble-with-vowel-positioning-in-ezra-sil-xelatex @@ -13404,12 +16778,12 @@ Date: Tue Feb 18 15:53:56 2014 -0500 Test case: U+fb1d,05d9,05b4 src/hb-ot-shape-complex-hebrew.cc | 2 +- - src/hb-ot-shape-private.hh | 2 ++ + src/hb-ot-shape-private.hh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) commit b456d42bf68c4374f71f09867e375a51c7f2b3ed Author: Behdad Esfahbod -Date: Tue Feb 11 17:29:40 2014 -0500 +Date: Tue Feb 11 17:29:40 2014 -0500 Allow bootstrapping without gtk-doc @@ -13420,7 +16794,7 @@ Date: Tue Feb 11 17:29:40 2014 -0500 commit 1eacde00cc8c57a08fb74276e3530844ef463d67 Author: Luis de Bethencourt -Date: Thu Feb 6 23:20:47 2014 -0500 +Date: Thu Feb 6 23:20:47 2014 -0500 check hb_set_is_emtpy in test-set.c @@ -13429,7 +16803,7 @@ Date: Thu Feb 6 23:20:47 2014 -0500 commit db068d81cda180a91638e5539984f8139aff49c6 Author: Werner Lemberg -Date: Mon Feb 10 10:38:56 2014 -0500 +Date: Mon Feb 10 10:38:56 2014 -0500 typo in ucdn's Makefile.am @@ -13438,7 +16812,7 @@ Date: Mon Feb 10 10:38:56 2014 -0500 commit fbb2847f541389f40718af71c4945024ae177ab2 Author: Behdad Esfahbod -Date: Wed Feb 5 08:22:06 2014 -0500 +Date: Wed Feb 5 08:22:06 2014 -0500 Improve MemoryBarrier() implementation @@ -13450,17 +16824,17 @@ Date: Wed Feb 5 08:22:06 2014 -0500 commit 189bf23bfc90405d8bdc70bf3d6d3ffec38b470c Author: Behdad Esfahbod -Date: Thu Jan 30 15:14:58 2014 -0500 +Date: Thu Jan 30 15:14:58 2014 -0500 0.9.26 - NEWS | 20 ++++++++++++++++++++ + NEWS | 20 ++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) commit 7691a154e50f8c8c77bbd94787686262955bf5d4 Author: Jonathan Kew -Date: Wed Jan 29 14:07:58 2014 +0000 +Date: Wed Jan 29 14:07:58 2014 +0000 Ensure hb_script_t can safely hold any hb_tag_t value it's given. @@ -13471,7 +16845,7 @@ Date: Wed Jan 29 14:07:58 2014 +0000 commit c29993a181c2139eaec97b5f6225824040ca3ac9 Author: Behdad Esfahbod -Date: Tue Jan 28 17:29:42 2014 -0500 +Date: Tue Jan 28 17:29:42 2014 -0500 [coretext] Handle surrogate pairs when generating notdef glyphs @@ -13482,7 +16856,7 @@ Date: Tue Jan 28 17:29:42 2014 -0500 commit 748b2782e4898420003a3bbc041dcccbe9e3edc2 Author: Behdad Esfahbod -Date: Tue Jan 28 17:10:05 2014 -0500 +Date: Tue Jan 28 17:10:05 2014 -0500 [coretext] Minor optimization @@ -13491,7 +16865,7 @@ Date: Tue Jan 28 17:10:05 2014 -0500 commit 24e6b11f12788500182715a64d4771a22c5b7525 Author: Konstantin Ritt -Date: Tue Jan 28 18:16:01 2014 +0200 +Date: Tue Jan 28 18:16:01 2014 +0200 Fix double destruction in case of OOM @@ -13500,7 +16874,7 @@ Date: Tue Jan 28 18:16:01 2014 +0200 commit 083225916a19f6d67017523af87386933bd9ecdc Author: Konstantin Ritt -Date: Wed Jan 22 20:31:30 2014 +0200 +Date: Wed Jan 22 20:31:30 2014 +0200 Micro optimizations @@ -13509,21 +16883,21 @@ Date: Wed Jan 22 20:31:30 2014 +0200 commit c9522de2335e4ef5fe65a72745c10943827a8da2 Author: Konstantin Ritt -Date: Wed Jan 22 21:07:13 2014 +0200 +Date: Wed Jan 22 21:07:13 2014 +0200 Make it possible to disable the fallback shaper at configure time The OT shaper supersedes the fallback shaper in every case and the latter become an extra weight for 99.9% of users. - configure.ac | 6 ++++++ + configure.ac | 6 ++++++ src/Makefile.am | 5 ++++- src/hb-shaper-list.hh | 2 ++ 3 files changed, 12 insertions(+), 1 deletion(-) commit 6775da3a7c07db6c032cf429dc199d471948db56 Author: Behdad Esfahbod -Date: Thu Jan 23 14:18:49 2014 -0500 +Date: Thu Jan 23 14:18:49 2014 -0500 Fix clang warning 'private field 'xxx' is not used @@ -13534,7 +16908,7 @@ Date: Thu Jan 23 14:18:49 2014 -0500 commit 62299826f4905e080b9497bce335e093b287494e Author: Behdad Esfahbod -Date: Thu Jan 23 14:11:03 2014 -0500 +Date: Thu Jan 23 14:11:03 2014 -0500 Fix typo in _hb_buffer_serialize_glyphs_text() @@ -13545,7 +16919,7 @@ Date: Thu Jan 23 14:11:03 2014 -0500 commit ae23c24c32f474a34484ee78bc177ad31fa5e6d0 Author: Behdad Esfahbod -Date: Wed Jan 22 11:03:02 2014 -0500 +Date: Wed Jan 22 11:03:02 2014 -0500 [arabic] Disable 'cswh' by default @@ -13559,7 +16933,7 @@ Date: Wed Jan 22 11:03:02 2014 -0500 commit 08cf5d75ef0c75095173dec822ccb07defaaa6c2 Author: Behdad Esfahbod -Date: Wed Jan 22 07:53:55 2014 -0500 +Date: Wed Jan 22 07:53:55 2014 -0500 [ot] Don't try to compose if normalization is off @@ -13567,9 +16941,9 @@ Date: Wed Jan 22 07:53:55 2014 -0500 1 file changed, 2 insertions(+), 1 deletion(-) commit 0596343bfeb80ad6b19d459654edf7dfded6affe -Merge: 62cb28d 83d7e79 +Merge: 62cb28df 83d7e791 Author: Behdad Esfahbod -Date: Wed Jan 22 04:43:51 2014 -0800 +Date: Wed Jan 22 04:43:51 2014 -0800 Merge pull request #13 from jfkthame/hangul-shaper @@ -13577,7 +16951,7 @@ Date: Wed Jan 22 04:43:51 2014 -0800 commit 62cb28dfc668cae9cbff826229bde2271e157927 Author: Jonathan Kew -Date: Mon Jan 20 14:23:08 2014 +0000 +Date: Mon Jan 20 14:23:08 2014 +0000 fixup for 64-bit windows build @@ -13586,7 +16960,7 @@ Date: Mon Jan 20 14:23:08 2014 +0000 commit 83d7e7915a5eaa8ff4c7014c319844e7dffd8225 Author: Jonathan Kew -Date: Mon Jan 20 19:49:47 2014 +0000 +Date: Mon Jan 20 19:49:47 2014 +0000 [hangul] Fix ordering of dotted circle with Hangul tone mark (reported by Dohyun Kim). @@ -13596,7 +16970,7 @@ Date: Mon Jan 20 19:49:47 2014 +0000 commit deef1862657d55b7ae8d45f4eecbe45c80785c4e Author: Jonathan Kew -Date: Mon Jan 20 10:38:27 2014 +0000 +Date: Mon Jan 20 10:38:27 2014 +0000 [hangul] Don't force zero-width for marks - this is not wanted for the Jamo Filler glyphs. @@ -13606,7 +16980,7 @@ Date: Mon Jan 20 10:38:27 2014 +0000 commit 391934db0a171aeb2057ebcd4a38ed81621e7393 Author: Jonathan Kew -Date: Mon Jan 20 10:37:32 2014 +0000 +Date: Mon Jan 20 10:37:32 2014 +0000 [unicode] Exclude the Jamo Filler characters from Default_Ignorable, as some fonts want these to be visible/spacing glyphs. @@ -13616,7 +16990,7 @@ Date: Mon Jan 20 10:37:32 2014 +0000 commit 7244b3fc3bf9757dd094709d36bea68682264e20 Author: Jonathan Kew -Date: Mon Jan 20 10:35:51 2014 +0000 +Date: Mon Jan 20 10:35:51 2014 +0000 [hangul] Reorder Hangul tone mark to beginning of syllable, unless font implements it using a zero-width glyph. @@ -13627,7 +17001,7 @@ Date: Mon Jan 20 10:35:51 2014 +0000 commit 103436838df3a77552d3d33fc4bd80f09d9bf079 Author: Jonathan Kew -Date: Mon Jan 20 10:35:07 2014 +0000 +Date: Mon Jan 20 10:35:07 2014 +0000 [hangul] Apply the appropriate *jmo features to decomposed syllables, including Old Hangul sequences that don't have Unicode @@ -13639,7 +17013,7 @@ Date: Mon Jan 20 10:35:07 2014 +0000 commit 8fc1f7fe74a25bf8549f5edd79c7da6b720eb064 Author: Behdad Esfahbod -Date: Thu Jan 2 17:04:04 2014 +0800 +Date: Thu Jan 2 17:04:04 2014 +0800 [ot/hangul] Don't decompose Hangul even when combining marks present @@ -13648,12 +17022,12 @@ Date: Thu Jan 2 17:04:04 2014 +0800 src/hb-ot-shape-complex-hangul.cc | 2 +- src/hb-ot-shape-normalize-private.hh | 1 + - src/hb-ot-shape-normalize.cc | 24 +++++++++++++----------- + src/hb-ot-shape-normalize.cc | 24 +++++++++++++----------- 3 files changed, 15 insertions(+), 12 deletions(-) commit 64426ec73a987bfe1e71a293ee195f268897e8d6 Author: Behdad Esfahbod -Date: Thu Jan 2 14:33:10 2014 +0800 +Date: Thu Jan 2 14:33:10 2014 +0800 [ot] Simplify composing @@ -13664,18 +17038,18 @@ Date: Thu Jan 2 14:33:10 2014 +0800 commit 8de20b1e8a1c4d2081f64e695045e6e4da7ce144 Author: Behdad Esfahbod -Date: Thu Jan 2 14:30:45 2014 +0800 +Date: Thu Jan 2 14:30:45 2014 +0800 Add font->has_glyph() - src/hb-font-private.hh | 6 ++++++ + src/hb-font-private.hh | 6 ++++++ src/hb-ot-shape-complex-hangul.cc | 14 ++++++-------- - src/hb-ot-shape.cc | 3 +-- + src/hb-ot-shape.cc | 3 +-- 3 files changed, 13 insertions(+), 10 deletions(-) commit f6298e55ae0f0f23f66935226f78afb98320ea78 Author: Behdad Esfahbod -Date: Thu Jan 2 14:23:56 2014 +0800 +Date: Thu Jan 2 14:23:56 2014 +0800 [fallback] Minor @@ -13684,7 +17058,7 @@ Date: Thu Jan 2 14:23:56 2014 +0800 commit 29ea403d67e29c2d531c1f613ce3d69e60f078f6 Author: Behdad Esfahbod -Date: Thu Jan 2 14:20:00 2014 +0800 +Date: Thu Jan 2 14:20:00 2014 +0800 [hangul] Fix decomposition logic @@ -13695,7 +17069,7 @@ Date: Thu Jan 2 14:20:00 2014 +0800 commit bdb20dafc3f737923da3dca0c832fdf4ab8daabc Author: Behdad Esfahbod -Date: Thu Jan 2 14:04:30 2014 +0800 +Date: Thu Jan 2 14:04:30 2014 +0800 [hangul] Fix decomposition @@ -13706,7 +17080,7 @@ Date: Thu Jan 2 14:04:30 2014 +0800 commit 32478656ce6e7926c3ad481511f02187ca743af6 Author: Behdad Esfahbod -Date: Thu Jan 2 14:01:56 2014 +0800 +Date: Thu Jan 2 14:01:56 2014 +0800 [hangul] Tighten up character categories @@ -13718,13 +17092,13 @@ Date: Thu Jan 2 14:01:56 2014 +0800 commit f14bb7de631b20e2868fb62e5311cd0d9e24bb49 Author: Behdad Esfahbod -Date: Tue Dec 31 16:49:15 2013 +0800 +Date: Tue Dec 31 16:49:15 2013 +0800 [ot] Separate out hebrew and tibetan shapers from default Now default shaper is truly no-op. - src/Makefile.am | 2 + + src/Makefile.am | 2 + src/hb-ot-shape-complex-default.cc | 161 +--------------------------------- src/hb-ot-shape-complex-hebrew.cc | 172 @@ -13735,7 +17109,7 @@ Date: Tue Dec 31 16:49:15 2013 +0800 commit 6300cd72539284ca294ee8286bbbb7f9c72af320 Author: Behdad Esfahbod -Date: Tue Dec 31 16:38:47 2013 +0800 +Date: Tue Dec 31 16:38:47 2013 +0800 [ot] Define HB_OT_SHAPE_ZERO_WIDTH_MARKS_DEFAULT @@ -13747,7 +17121,7 @@ Date: Tue Dec 31 16:38:47 2013 +0800 commit 3d6ca0d32e5c6597acfcf59301cb1905586ddb52 Author: Behdad Esfahbod -Date: Tue Dec 31 16:04:35 2013 +0800 +Date: Tue Dec 31 16:04:35 2013 +0800 [ot] Simplify normalization_preference again @@ -13762,12 +17136,12 @@ Date: Tue Dec 31 16:04:35 2013 +0800 src/hb-ot-shape-complex-private.hh | 7 +------ src/hb-ot-shape-complex-sea.cc | 9 +-------- src/hb-ot-shape-complex-thai.cc | 2 +- - src/hb-ot-shape-normalize.cc | 4 +--- + src/hb-ot-shape-normalize.cc | 4 +--- 9 files changed, 9 insertions(+), 42 deletions(-) commit c98b7183f7dc453d5bac1f2503017cded317a495 Author: Behdad Esfahbod -Date: Tue Dec 31 15:55:40 2013 +0800 +Date: Tue Dec 31 15:55:40 2013 +0800 [ot] Add Hangul shaper @@ -13778,17 +17152,17 @@ Date: Tue Dec 31 15:55:40 2013 +0800 normalization with this shaper. Then again, for now focusing on correctness. - src/Makefile.am | 1 + + src/Makefile.am | 1 + src/hb-ot-shape-complex-default.cc | 13 --- src/hb-ot-shape-complex-hangul.cc | 232 +++++++++++++++++++++++++++++++++++++ src/hb-ot-shape-complex-private.hh | 10 +- - src/hb-private.hh | 6 + + src/hb-private.hh | 6 + 5 files changed, 240 insertions(+), 22 deletions(-) commit 15f67048e45853ad4069fd4334e132bc3db4d2c4 Author: Behdad Esfahbod -Date: Fri Dec 27 19:33:28 2013 -0500 +Date: Fri Dec 27 19:33:28 2013 -0500 Reorder Tai Tham SAKOT to ensure it comes after any tone marks @@ -13797,7 +17171,7 @@ Date: Fri Dec 27 19:33:28 2013 -0500 commit 3216e44feb7b97f44620b51e197425a80a41cdb7 Author: Behdad Esfahbod -Date: Mon Dec 23 14:39:23 2013 -0500 +Date: Mon Dec 23 14:39:23 2013 -0500 [uniscribe] Fix scratch-buffer accounting @@ -13806,7 +17180,7 @@ Date: Mon Dec 23 14:39:23 2013 -0500 commit beeb12c9af4e0e66378cd36cf3dbb1560763a8e3 Author: Behdad Esfahbod -Date: Sun Dec 22 22:53:27 2013 -0500 +Date: Sun Dec 22 22:53:27 2013 -0500 Add TODO item @@ -13815,7 +17189,7 @@ Date: Sun Dec 22 22:53:27 2013 -0500 commit fbd4acc58a4bb501625b482bd318be9764ff8e02 Author: Luis de Bethencourt -Date: Sun Dec 22 08:02:11 2013 -0500 +Date: Sun Dec 22 08:02:11 2013 -0500 Clean ht-ob headers @@ -13823,23 +17197,23 @@ Date: Sun Dec 22 08:02:11 2013 -0500 src/hb-ot-layout.h | 5 ----- src/hb-ot-shape.h | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ - src/hb-ot.h | 9 +-------- + src/hb-ot.h | 9 +-------- 4 files changed, 55 insertions(+), 13 deletions(-) commit 5497a8a274a7066c0230c850baadef681785c8bb Author: Behdad Esfahbod -Date: Sun Dec 22 20:48:53 2013 -0500 +Date: Sun Dec 22 20:48:53 2013 -0500 Cache various masks on the shape plan - src/hb-ot-shape-fallback.cc | 6 ++---- + src/hb-ot-shape-fallback.cc | 6 ++---- src/hb-ot-shape-private.hh | 15 +++++++++++++++ - src/hb-ot-shape.cc | 26 +++++++------------------- + src/hb-ot-shape.cc | 26 +++++++------------------- 3 files changed, 24 insertions(+), 23 deletions(-) commit 02f909664fa24a7ccf7cf73d75d1d3426aaaae7d Author: Behdad Esfahbod -Date: Sun Dec 22 19:35:27 2013 -0500 +Date: Sun Dec 22 19:35:27 2013 -0500 Minor correction to kern mask checking @@ -13848,17 +17222,17 @@ Date: Sun Dec 22 19:35:27 2013 -0500 commit a7e8bbb080aef318b16750ca1771d0d3af3d0ae9 Author: Behdad Esfahbod -Date: Sun Dec 22 19:33:35 2013 -0500 +Date: Sun Dec 22 19:33:35 2013 -0500 Minor fraction mask setting improvement src/hb-ot-map-private.hh | 2 -- - src/hb-ot-shape.cc | 8 +++++--- + src/hb-ot-shape.cc | 8 +++++--- 2 files changed, 5 insertions(+), 5 deletions(-) commit 76fff252a96b4357b5e71694d5201daef822aa60 Author: Behdad Esfahbod -Date: Sun Dec 22 17:55:59 2013 -0500 +Date: Sun Dec 22 17:55:59 2013 -0500 Don't form fractions if only one of numr/dnom exist @@ -13867,7 +17241,7 @@ Date: Sun Dec 22 17:55:59 2013 -0500 commit 3aeee519f0b82df5263974945ae852badc4dbded Author: Behdad Esfahbod -Date: Sun Dec 22 16:17:54 2013 -0500 +Date: Sun Dec 22 16:17:54 2013 -0500 Bug 72698 - Automatically support frac / numr / dnom @@ -13889,7 +17263,7 @@ Date: Sun Dec 22 16:17:54 2013 -0500 commit 014f369ec98fdbb3e7a2ef68aea2c4e017e7b680 Author: Behdad Esfahbod -Date: Sun Dec 22 16:15:30 2013 -0500 +Date: Sun Dec 22 16:15:30 2013 -0500 Add XXX note @@ -13898,7 +17272,7 @@ Date: Sun Dec 22 16:15:30 2013 -0500 commit 739325178aba00ea5526c6a54ce588a79e5d45e2 Author: Behdad Esfahbod -Date: Sat Dec 21 00:18:18 2013 -0500 +Date: Sat Dec 21 00:18:18 2013 -0500 Initialize masks before mirroring @@ -13910,7 +17284,7 @@ Date: Sat Dec 21 00:18:18 2013 -0500 commit d507f6b5b7a052f4d0eb9ba4ec88fd2e3d6f64b4 Author: Luis de Bethencourt -Date: Mon Dec 16 15:48:44 2013 -0500 +Date: Mon Dec 16 15:48:44 2013 -0500 Have Gtk-Doc ignore UCDN files @@ -13919,7 +17293,7 @@ Date: Mon Dec 16 15:48:44 2013 -0500 commit d688475ea9cd236bc9b9e0153489fac0025f07f0 Author: Behdad Esfahbod -Date: Thu Dec 12 13:21:57 2013 -0500 +Date: Thu Dec 12 13:21:57 2013 -0500 Minor @@ -13928,53 +17302,53 @@ Date: Thu Dec 12 13:21:57 2013 -0500 commit 2a8c49ade07a0bd4f2c9543f4bd129da82083ea0 Author: Behdad Esfahbod -Date: Wed Dec 11 20:22:28 2013 -0500 +Date: Wed Dec 11 20:22:28 2013 -0500 Remove unnecessary includes - src/hb-blob.cc | 1 - - src/hb-buffer-private.hh | 1 - - src/hb-common.cc | 2 -- - src/hb-face-private.hh | 1 - - src/hb-face.cc | 1 - - src/hb-font-private.hh | 1 - - src/hb-font.cc | 1 - - src/hb-graphite2.cc | 2 -- - src/hb-open-type-private.hh | 2 -- - src/hb-ot-layout-private.hh | 2 -- + src/hb-blob.cc | 1 - + src/hb-buffer-private.hh | 1 - + src/hb-common.cc | 2 -- + src/hb-face-private.hh | 1 - + src/hb-face.cc | 1 - + src/hb-font-private.hh | 1 - + src/hb-font.cc | 1 - + src/hb-graphite2.cc | 2 -- + src/hb-open-type-private.hh | 2 -- + src/hb-ot-layout-private.hh | 2 -- src/hb-ot-shape-normalize-private.hh | 2 -- - src/hb-ot-tag.cc | 1 - - src/hb-set-private.hh | 1 - - src/hb-shape-plan-private.hh | 1 - - src/hb-tt-font.cc | 2 -- - src/hb-unicode-private.hh | 2 -- + src/hb-ot-tag.cc | 1 - + src/hb-set-private.hh | 1 - + src/hb-shape-plan-private.hh | 1 - + src/hb-tt-font.cc | 2 -- + src/hb-unicode-private.hh | 2 -- 16 files changed, 23 deletions(-) commit 2646aec1e67cd6e09f5f7859c9d5898917acc2d5 Author: Behdad Esfahbod -Date: Thu Dec 5 18:19:35 2013 -0500 +Date: Thu Dec 5 18:19:35 2013 -0500 Drop required automake version back to 1.11.3 Work around broken automake-1.13 changes. - configure.ac | 3 ++- + configure.ac | 3 ++- test/shaping/Makefile.am | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) commit 860fc9aa7b4c49a1d50e64cfdf4d4dffadb7aa8f Author: Behdad Esfahbod -Date: Wed Dec 4 20:06:59 2013 -0500 +Date: Wed Dec 4 20:06:59 2013 -0500 0.9.25 - NEWS | 12 ++++++++++++ + NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) commit adb039554de0c98a4121f26423bec8df09a62e61 Author: Behdad Esfahbod -Date: Wed Dec 4 20:10:02 2013 -0500 +Date: Wed Dec 4 20:10:02 2013 -0500 Minor @@ -13983,7 +17357,7 @@ Date: Wed Dec 4 20:10:02 2013 -0500 commit 95d18a7cab480712d8c95a587ac2a8fdcbec5e71 Author: Behdad Esfahbod -Date: Wed Dec 4 20:01:22 2013 -0500 +Date: Wed Dec 4 20:01:22 2013 -0500 [git.mk] Update @@ -13992,7 +17366,7 @@ Date: Wed Dec 4 20:01:22 2013 -0500 commit d913f98d88098fc0f4163dfbc54d8ca9ebe9dd81 Author: Behdad Esfahbod -Date: Wed Dec 4 19:59:48 2013 -0500 +Date: Wed Dec 4 19:59:48 2013 -0500 Require automake 1.13 @@ -14000,13 +17374,13 @@ Date: Wed Dec 4 19:59:48 2013 -0500 https://bugs.freedesktop.org/show_bug.cgi?id=71353 - configure.ac | 2 +- + configure.ac | 2 +- test/shaping/Makefile.am | 19 ++++++++++++++----- 2 files changed, 15 insertions(+), 6 deletions(-) commit 205bf834d80f81471f0c3da4f400e60ce3a533dc Author: Behdad Esfahbod -Date: Mon Dec 2 20:41:41 2013 -0500 +Date: Mon Dec 2 20:41:41 2013 -0500 Revert "Karen" language mapping back to what it was before @@ -14017,18 +17391,18 @@ Date: Mon Dec 2 20:41:41 2013 -0500 commit f47b9219546edcfdeb3991ee27f6d9ba455c3e08 Author: Behdad Esfahbod -Date: Mon Dec 2 05:57:27 2013 -0500 +Date: Mon Dec 2 05:57:27 2013 -0500 Fix unsafe shape_plan->face dependency src/hb-ot-shape-private.hh | 2 +- src/hb-shape-plan-private.hh | 2 +- - src/hb-shape-plan.cc | 12 +++--------- + src/hb-shape-plan.cc | 12 +++--------- 3 files changed, 5 insertions(+), 11 deletions(-) commit c704a8700e169885f1d9cbab93544d85aa4358e9 Author: Behdad Esfahbod -Date: Mon Dec 2 05:42:04 2013 -0500 +Date: Mon Dec 2 05:42:04 2013 -0500 [util] Fix uninitialized memory access @@ -14037,7 +17411,7 @@ Date: Mon Dec 2 05:42:04 2013 -0500 commit 260a3198f44a4ece60864b6f6caab2ee756ad762 Author: Behdad Esfahbod -Date: Mon Dec 2 05:39:39 2013 -0500 +Date: Mon Dec 2 05:39:39 2013 -0500 [util] Plug leak @@ -14046,18 +17420,18 @@ Date: Mon Dec 2 05:39:39 2013 -0500 commit ca8d96c8ba33ce581684cbc07936a3696b6c83d9 Author: Jonathan Kew -Date: Mon Dec 2 05:22:00 2013 -0500 +Date: Mon Dec 2 05:22:00 2013 -0500 cache shape plans even if (global) user features are set src/hb-shape-plan-private.hh | 3 +++ - src/hb-shape-plan.cc | 59 + src/hb-shape-plan.cc | 59 ++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 57 insertions(+), 5 deletions(-) commit 8ffa528f28a24ae85952ad1c1b0206e736bcfeab Author: Behdad Esfahbod -Date: Mon Dec 2 05:17:14 2013 -0500 +Date: Mon Dec 2 05:17:14 2013 -0500 Add note about unsafe shape_plan->face @@ -14068,7 +17442,7 @@ Date: Mon Dec 2 05:17:14 2013 -0500 commit aec468f01e866c99e65a8f764a792c74c96840d7 Author: Behdad Esfahbod -Date: Fri Nov 29 19:21:58 2013 -0500 +Date: Fri Nov 29 19:21:58 2013 -0500 [coretext] Add TODO @@ -14077,7 +17451,7 @@ Date: Fri Nov 29 19:21:58 2013 -0500 commit 58cc233e8b5fdc9dce603acc1b968540a2dea3e1 Author: Behdad Esfahbod -Date: Fri Nov 29 19:17:42 2013 -0500 +Date: Fri Nov 29 19:17:42 2013 -0500 [coretext] Cleanup @@ -14086,7 +17460,7 @@ Date: Fri Nov 29 19:17:42 2013 -0500 commit c8213c6198abff97822e29a6d565722cfbb43832 Author: Khaled Hosny -Date: Fri Nov 29 19:01:56 2013 -0500 +Date: Fri Nov 29 19:01:56 2013 -0500 [coretext] Avoid font fallback with CoreText shaper @@ -14103,7 +17477,7 @@ Date: Fri Nov 29 19:01:56 2013 -0500 commit 63bae73aefb0e5988ef6975f1ed38e040e50e91d Author: Behdad Esfahbod -Date: Tue Nov 26 22:57:24 2013 -0500 +Date: Tue Nov 26 22:57:24 2013 -0500 [fallback] Add TODO note @@ -14112,7 +17486,7 @@ Date: Tue Nov 26 22:57:24 2013 -0500 commit e1ebf01d0cf3df55bb9137136e2d0c9630e7bd78 Author: Behdad Esfahbod -Date: Tue Nov 26 18:00:35 2013 -0500 +Date: Tue Nov 26 18:00:35 2013 -0500 Minor @@ -14121,7 +17495,7 @@ Date: Tue Nov 26 18:00:35 2013 -0500 commit a182dbc9e4e51fa7990c4aea3eaa425a061b29c7 Author: Behdad Esfahbod -Date: Tue Nov 26 17:53:41 2013 -0500 +Date: Tue Nov 26 17:53:41 2013 -0500 Minor @@ -14130,7 +17504,7 @@ Date: Tue Nov 26 17:53:41 2013 -0500 commit 9174a9db5c4e01284143ed8bd318ce9454535987 Author: Behdad Esfahbod -Date: Mon Nov 25 18:10:38 2013 -0500 +Date: Mon Nov 25 18:10:38 2013 -0500 [myanmar] Allow punctuation clusters @@ -14145,12 +17519,12 @@ Date: Mon Nov 25 18:10:38 2013 -0500 https://bugs.freedesktop.org/show_bug.cgi?id=71947 src/hb-ot-shape-complex-myanmar-machine.rl | 3 +++ - src/hb-ot-shape-complex-myanmar.cc | 19 ++++++++++++++++++- + src/hb-ot-shape-complex-myanmar.cc | 19 ++++++++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) commit 096b71e8ef0c1443f3f86069d5416b887af6e9e7 Author: Behdad Esfahbod -Date: Mon Nov 25 18:03:34 2013 -0500 +Date: Mon Nov 25 18:03:34 2013 -0500 [myanmar] Mark U+104E MYANMAR SYMBOL AFOREMENTIONED as Consonant @@ -14166,7 +17540,7 @@ Date: Mon Nov 25 18:03:34 2013 -0500 commit d2da5e0b4b4ffc1722403ffb90b8777cfa1cd174 Author: Behdad Esfahbod -Date: Mon Nov 25 17:50:07 2013 -0500 +Date: Mon Nov 25 17:50:07 2013 -0500 [myanmar] Relax pwo-tone group a bit @@ -14185,7 +17559,7 @@ Date: Mon Nov 25 17:50:07 2013 -0500 commit 9af91ca8ffee4a8d2804eff5d380b4f9749414d1 Author: Behdad Esfahbod -Date: Mon Nov 25 17:47:19 2013 -0500 +Date: Mon Nov 25 17:47:19 2013 -0500 Add more Myanmar test cases @@ -14201,7 +17575,7 @@ Date: Mon Nov 25 17:47:19 2013 -0500 commit 08c2d27d35093e07142168665139274ac99395e8 Author: Roozbeh Pournader -Date: Sat Nov 23 21:39:31 2013 -0800 +Date: Sat Nov 23 21:39:31 2013 -0800 Added support for several new languages @@ -14215,7 +17589,7 @@ Date: Sat Nov 23 21:39:31 2013 -0800 commit 05511acd198d0c2157cdb41e1d36eac0b8075357 Author: Roozbeh Pournader -Date: Sat Nov 23 15:19:07 2013 -0800 +Date: Sat Nov 23 15:19:07 2013 -0800 Added language tags for S'gaw Karen and Khamti @@ -14226,7 +17600,7 @@ Date: Sat Nov 23 15:19:07 2013 -0800 commit 0bb31e4497523442fbb26bbd55b194ab70205ca4 Author: Behdad Esfahbod -Date: Wed Nov 20 14:21:07 2013 -0500 +Date: Wed Nov 20 14:21:07 2013 -0500 Bug 71845 - Use 64-bit cmpexch on ARM64 iOS @@ -14235,7 +17609,7 @@ Date: Wed Nov 20 14:21:07 2013 -0500 commit 02c6c8cd6e8c93b63c75b25de6bf76bb45755bb4 Author: Behdad Esfahbod -Date: Fri Nov 15 13:05:38 2013 -0500 +Date: Fri Nov 15 13:05:38 2013 -0500 Set buffer content type to INVALID in hb_buffer_set_length(0) @@ -14244,47 +17618,47 @@ Date: Fri Nov 15 13:05:38 2013 -0500 new text. src/hb-buffer-private.hh | 2 +- - src/hb-buffer.cc | 3 +++ + src/hb-buffer.cc | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) commit 6300694f6e531593e7e932000f9540b0367940b8 Author: Behdad Esfahbod -Date: Wed Nov 13 14:54:07 2013 -0500 +Date: Wed Nov 13 14:54:07 2013 -0500 0.9.24 - NEWS | 8 ++++++++ + NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) commit 061cb4649342b005fb1de93abae25e889cc560bd Author: Behdad Esfahbod -Date: Wed Nov 13 14:50:25 2013 -0500 +Date: Wed Nov 13 14:50:25 2013 -0500 Use long alignment for scratch buffer Fixes last of scratch alignment warnings in hb-coretext. src/hb-buffer-private.hh | 2 +- - src/hb-buffer.cc | 4 ++-- + src/hb-buffer.cc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) commit 68c372ed2eac76a6d347811293fe2ba2fd6a1eed Author: Behdad Esfahbod -Date: Wed Nov 13 14:44:01 2013 -0500 +Date: Wed Nov 13 14:44:01 2013 -0500 More scratch-buffer cleanup src/hb-buffer-private.hh | 3 ++- - src/hb-buffer.cc | 10 +++++----- - src/hb-coretext.cc | 5 ++--- - src/hb-graphite2.cc | 2 +- - src/hb-uniscribe.cc | 30 ++++++++++++++---------------- + src/hb-buffer.cc | 10 +++++----- + src/hb-coretext.cc | 5 ++--- + src/hb-graphite2.cc | 2 +- + src/hb-uniscribe.cc | 30 ++++++++++++++---------------- 5 files changed, 24 insertions(+), 26 deletions(-) commit 8fcadb9cf9418345610e3f4e38c28c12b768b589 Author: Behdad Esfahbod -Date: Wed Nov 13 14:33:57 2013 -0500 +Date: Wed Nov 13 14:33:57 2013 -0500 [coretext] More scratch buffer fixes @@ -14293,21 +17667,21 @@ Date: Wed Nov 13 14:33:57 2013 -0500 commit 16f175cb2e081e605fe7f9cd01bbe8c24380278a Author: Behdad Esfahbod -Date: Tue Nov 12 17:22:49 2013 -0500 +Date: Tue Nov 12 17:22:49 2013 -0500 Fix scratch-buffer alignment warnings src/hb-buffer-private.hh | 2 +- - src/hb-buffer.cc | 9 +++++---- - src/hb-coretext.cc | 17 ++++++++++------- - src/hb-graphite2.cc | 28 +++++++++++++++++----------- - src/hb-private.hh | 3 +++ - src/hb-uniscribe.cc | 29 +++++++++++++++++------------ + src/hb-buffer.cc | 9 +++++---- + src/hb-coretext.cc | 17 ++++++++++------- + src/hb-graphite2.cc | 28 +++++++++++++++++----------- + src/hb-private.hh | 3 +++ + src/hb-uniscribe.cc | 29 +++++++++++++++++------------ 6 files changed, 53 insertions(+), 35 deletions(-) commit c7c4ccf8a1e784b6f8798388a219dda9a26fbd93 Author: Behdad Esfahbod -Date: Tue Nov 12 15:41:22 2013 -0500 +Date: Tue Nov 12 15:41:22 2013 -0500 [travis] Enable graphite2 @@ -14316,7 +17690,7 @@ Date: Tue Nov 12 15:41:22 2013 -0500 commit 83408cf804a6908873c41b70bb7c43448e66ddd2 Author: Behdad Esfahbod -Date: Wed Nov 6 14:46:04 2013 -0500 +Date: Wed Nov 6 14:46:04 2013 -0500 Fix llvm warnings on Mac @@ -14336,14 +17710,14 @@ Date: Wed Nov 6 14:46:04 2013 -0500 harfbuzz/src/hb-ft.cc:422:97: Implicit conversion loses integer precision: 'unsigned long long' to 'int' - src/hb-font-private.hh | 6 +++--- - src/hb-ft.cc | 4 ++-- + src/hb-font-private.hh | 6 +++--- + src/hb-ft.cc | 4 ++-- src/hb-ot-layout-common-private.hh | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) commit 333cc6e2d11831bcd2370723456e678574d570ec Author: Behdad Esfahbod -Date: Wed Oct 30 17:30:11 2013 +0000 +Date: Wed Oct 30 17:30:11 2013 +0000 [otlayout] Remove unused is_inplace() @@ -14357,19 +17731,19 @@ Date: Wed Oct 30 17:30:11 2013 +0000 commit 176fd17d02ac183af32a0e710ec32d25c9322021 Author: Behdad Esfahbod -Date: Wed Oct 30 17:27:24 2013 +0000 +Date: Wed Oct 30 17:27:24 2013 +0000 Bug 70971 - Signed/unsigned compiler warnings on windows Patch from Emil Eklund. src/hb-buffer-serialize.cc | 8 ++++---- - src/hb-ot-map.cc | 2 +- + src/hb-ot-map.cc | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) commit 3d436d325edccc0f3dd820e06e3d529cc8f3eca4 Author: Behdad Esfahbod -Date: Mon Oct 28 21:00:37 2013 +0100 +Date: Mon Oct 28 21:00:37 2013 +0100 [otlayout] Reset ccc when marking glyph as letter @@ -14378,7 +17752,7 @@ Date: Mon Oct 28 21:00:37 2013 +0100 commit b9d0077ac1a8e8a62ee15c64ad302f7976e23bdd Author: Behdad Esfahbod -Date: Mon Oct 28 20:44:03 2013 +0100 +Date: Mon Oct 28 20:44:03 2013 +0100 Fix win32 testing @@ -14388,27 +17762,27 @@ Date: Mon Oct 28 20:44:03 2013 +0100 commit dce79c2bd747d398bdf2f4b171b0ba9b5b951f72 Author: Behdad Esfahbod -Date: Mon Oct 28 20:26:40 2013 +0100 +Date: Mon Oct 28 20:26:40 2013 +0100 0.9.23 - NEWS | 10 ++++++++++ + NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) commit 2e990a3d722c10d1eefdc4c5ccbdaa384625c3fd Author: Behdad Esfahbod -Date: Mon Oct 28 20:23:07 2013 +0100 +Date: Mon Oct 28 20:23:07 2013 +0100 Make "make distcheck" happy - configure.ac | 2 +- + configure.ac | 2 +- test/shaping/Makefile.am | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) commit 6ffc007b61402c9d1d4de368deed4971a10ed00b Author: Behdad Esfahbod -Date: Mon Oct 28 19:26:02 2013 +0100 +Date: Mon Oct 28 19:26:02 2013 +0100 [otlayout] Optimize inplace @@ -14421,7 +17795,7 @@ Date: Mon Oct 28 19:26:02 2013 +0100 commit 71b4c999a511bf018acaf48a45e070470c0daf12 Author: Behdad Esfahbod -Date: Mon Oct 28 00:20:59 2013 +0100 +Date: Mon Oct 28 00:20:59 2013 +0100 Revert "Zero marks by GDEF for Tibetan" @@ -14446,12 +17820,12 @@ Date: Mon Oct 28 00:20:59 2013 +0100 src/hb-ot-shape-complex-private.hh | 8 ++------ src/hb-ot-shape-complex-sea.cc | 14 ++++---------- src/hb-ot-shape-complex-thai.cc | 9 +-------- - src/hb-ot-shape.cc | 4 ++-- + src/hb-ot-shape.cc | 4 ++-- 9 files changed, 21 insertions(+), 68 deletions(-) commit 9596b2bf569dae6fbe268803e3cb248001f10954 Author: Behdad Esfahbod -Date: Mon Oct 28 00:09:05 2013 +0100 +Date: Mon Oct 28 00:09:05 2013 +0100 Pass CPPFLAGS=-Werror to Travis-CI @@ -14462,17 +17836,17 @@ Date: Mon Oct 28 00:09:05 2013 +0100 commit c77d1ade6898cea161f0709c5c5a912e14aff951 Author: Behdad Esfahbod -Date: Sun Oct 27 23:52:26 2013 +0100 +Date: Sun Oct 27 23:52:26 2013 +0100 Fix warnings - test/api/test-blob.c | 2 +- + test/api/test-blob.c | 2 +- util/helper-cairo-ansi.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit c2bc818706df56022c8bb922df2b741cb120f7e4 Author: Behdad Esfahbod -Date: Sun Oct 27 23:36:35 2013 +0100 +Date: Sun Oct 27 23:36:35 2013 +0100 Work with old and new glib @@ -14481,15 +17855,15 @@ Date: Sun Oct 27 23:36:35 2013 +0100 src/test-buffer-serialize.cc | 7 +++++-- src/test-size-params.cc | 7 +++++-- src/test-would-substitute.cc | 7 +++++-- - src/test.cc | 7 +++++-- - util/options.cc | 4 ++-- - util/options.hh | 4 ++++ - util/view-cairo.hh | 4 ++++ + src/test.cc | 7 +++++-- + util/options.cc | 4 ++-- + util/options.hh | 4 ++++ + util/view-cairo.hh | 4 ++++ 7 files changed, 30 insertions(+), 10 deletions(-) commit 46a863d91dbcc9a4c796e3715ea3828939f4d941 Author: Behdad Esfahbod -Date: Sun Oct 27 23:24:50 2013 +0100 +Date: Sun Oct 27 23:24:50 2013 +0100 [indic] Adjust pref reordering logic @@ -14504,7 +17878,7 @@ Date: Sun Oct 27 23:24:50 2013 +0100 commit 6b03e3c724ec6cd255f4a323bf4aa7d8c93a056e Author: Behdad Esfahbod -Date: Sun Oct 27 21:04:55 2013 +0100 +Date: Sun Oct 27 21:04:55 2013 +0100 Optimize fallback kerning @@ -14518,7 +17892,7 @@ Date: Sun Oct 27 21:04:55 2013 +0100 commit 133eeba6a32769ec1a7520e7c8a0d2eb1ad986f8 Author: Behdad Esfahbod -Date: Sun Oct 27 00:24:59 2013 +0200 +Date: Sun Oct 27 00:24:59 2013 +0200 Minor @@ -14530,7 +17904,7 @@ Date: Sun Oct 27 00:24:59 2013 +0200 commit a74f0de225c403998212e2618dcf9452bc5b590d Author: Behdad Esfahbod -Date: Thu Oct 24 11:46:33 2013 +0200 +Date: Thu Oct 24 11:46:33 2013 +0200 [indic] Fix CM2, really @@ -14541,7 +17915,7 @@ Date: Thu Oct 24 11:46:33 2013 +0200 commit 6e613f3365bf4e9fd778758c53e7de00c64beca1 Author: Behdad Esfahbod -Date: Wed Oct 23 23:34:13 2013 +0200 +Date: Wed Oct 23 23:34:13 2013 +0200 Fix "shift count >= width of type" issue @@ -14550,20 +17924,20 @@ Date: Wed Oct 23 23:34:13 2013 +0200 commit ac8cd511911c7dca6222d14fa758bff75d601567 Author: Behdad Esfahbod -Date: Fri Oct 18 19:33:09 2013 +0200 +Date: Fri Oct 18 19:33:09 2013 +0200 Refactor src/hb-ot-layout-gpos-table.hh | 120 ++++++++++++++++++++++------------------- - src/hb-ot-layout.cc | 31 +++++------ - src/hb-ot-shape-normalize.cc | 29 +++++----- - src/hb-ot-shape.cc | 82 ++++++++++++++++------------ + src/hb-ot-layout.cc | 31 +++++------ + src/hb-ot-shape-normalize.cc | 29 +++++----- + src/hb-ot-shape.cc | 82 ++++++++++++++++------------ 4 files changed, 145 insertions(+), 117 deletions(-) commit 0f3fe37fccfb540437adf13dd580f2c5164a0b1f Author: Behdad Esfahbod -Date: Fri Oct 18 19:14:22 2013 +0200 +Date: Fri Oct 18 19:14:22 2013 +0200 Comment @@ -14572,7 +17946,7 @@ Date: Fri Oct 18 19:14:22 2013 +0200 commit ddce2d8df6fed9c033f1f13e235666680c5beb67 Author: Behdad Esfahbod -Date: Fri Oct 18 18:07:11 2013 +0200 +Date: Fri Oct 18 18:07:11 2013 +0200 [indic] Improve positioning of post-base bells and whistles @@ -14606,7 +17980,7 @@ Date: Fri Oct 18 18:07:11 2013 +0200 commit d5bd0590ae2fbc7b0dee86385a565aef00ffb835 Author: Behdad Esfahbod -Date: Fri Oct 18 16:44:54 2013 +0200 +Date: Fri Oct 18 16:44:54 2013 +0200 Zero marks by GDEF for Tibetan @@ -14621,12 +17995,12 @@ Date: Fri Oct 18 16:44:54 2013 +0200 src/hb-ot-shape-complex-private.hh | 8 ++++++-- src/hb-ot-shape-complex-sea.cc | 14 ++++++++++---- src/hb-ot-shape-complex-thai.cc | 9 ++++++++- - src/hb-ot-shape.cc | 4 ++-- + src/hb-ot-shape.cc | 4 ++-- 9 files changed, 68 insertions(+), 21 deletions(-) commit bf029281b1b0f854f671969ab40eac3046a111bd Author: Behdad Esfahbod -Date: Fri Oct 18 16:20:13 2013 +0200 +Date: Fri Oct 18 16:20:13 2013 +0200 Bug 65258 - [...] Mongolian with free variation selector @@ -14635,7 +18009,7 @@ Date: Fri Oct 18 16:20:13 2013 +0200 commit 0193649ce4ca78b8e2835a50bd51ee594cffe34e Author: Behdad Esfahbod -Date: Fri Oct 18 16:08:53 2013 +0200 +Date: Fri Oct 18 16:08:53 2013 +0200 [otfallback] Don't shift down above-marks too much @@ -14647,7 +18021,7 @@ Date: Fri Oct 18 16:08:53 2013 +0200 commit dba9580237da788275b1ab5fe6be75c8a3f359b9 Author: Behdad Esfahbod -Date: Fri Oct 18 15:57:36 2013 +0200 +Date: Fri Oct 18 15:57:36 2013 +0200 [otfallback] Never fallback-position a below-mark upwards @@ -14658,7 +18032,7 @@ Date: Fri Oct 18 15:57:36 2013 +0200 commit 8177da29ad07d8fa444ce07003fa65cd31a2776b Author: Behdad Esfahbod -Date: Fri Oct 18 15:50:29 2013 +0200 +Date: Fri Oct 18 15:50:29 2013 +0200 Minor @@ -14667,7 +18041,7 @@ Date: Fri Oct 18 15:50:29 2013 +0200 commit c16012e9019ec59c2200a3cc29b8a37ea70eda70 Author: Behdad Esfahbod -Date: Fri Oct 18 02:27:00 2013 +0200 +Date: Fri Oct 18 02:27:00 2013 +0200 [indic] Add Javanese support! @@ -14676,18 +18050,18 @@ Date: Fri Oct 18 02:27:00 2013 +0200 src/hb-ot-shape-complex-indic-machine.rl | 14 ++++++------ src/hb-ot-shape-complex-indic-private.hh | 37 ++++++++++++++++---------------- - src/hb-ot-shape-complex-indic.cc | 9 ++++++-- + src/hb-ot-shape-complex-indic.cc | 9 ++++++-- 3 files changed, 34 insertions(+), 26 deletions(-) commit 755b44cce6dc23376a3cf0212893609231fa4967 Author: Behdad Esfahbod -Date: Fri Oct 18 11:17:42 2013 +0200 +Date: Fri Oct 18 11:17:42 2013 +0200 [ft] Round metrics instead of truncate Lohit-Punjabi has a upem of 769! We were losing one unit in our code, and FreeType is losing another one... Test with U+0A06. - Has an advance of 854 in the font. We were producing 852. + Has an advance of 854 in the font. We were producing 852. Now we do 853, which is what FreeType is telling us. src/hb-ft.cc | 8 ++++---- @@ -14695,7 +18069,7 @@ Date: Fri Oct 18 11:17:42 2013 +0200 commit 9a49351cc2625de16a73e0e153d3097ef6c7cc0f Author: Behdad Esfahbod -Date: Fri Oct 18 02:14:53 2013 +0200 +Date: Fri Oct 18 02:14:53 2013 +0200 [indic] Swith pref logic to use _hb_glyph_info_substituted() @@ -14710,7 +18084,7 @@ Date: Fri Oct 18 02:14:53 2013 +0200 commit f175aa33c5e94397c60648ac0697c80f5fe0dcb7 Author: Behdad Esfahbod -Date: Fri Oct 18 02:07:44 2013 +0200 +Date: Fri Oct 18 02:07:44 2013 +0200 [indic] Fix compiler warnings @@ -14719,7 +18093,7 @@ Date: Fri Oct 18 02:07:44 2013 +0200 commit 857027341423f15fd6084c7563cc355b06e7cbdd Author: Behdad Esfahbod -Date: Fri Oct 18 01:11:05 2013 +0200 +Date: Fri Oct 18 01:11:05 2013 +0200 [otlayout] Add _hb_glyph_info_substituted() @@ -14730,60 +18104,60 @@ Date: Fri Oct 18 01:11:05 2013 +0200 commit a1f7b2856184959e965c9c2b80363f9f46d486a7 Author: Behdad Esfahbod -Date: Fri Oct 18 01:09:08 2013 +0200 +Date: Fri Oct 18 01:09:08 2013 +0200 [otlayout] Switch over from old is_a_ligature() to IS_LIGATED Impact should be minimal and positive. src/hb-ot-layout-gsubgpos-private.hh | 2 +- - src/hb-ot-layout-private.hh | 12 +++++++++--- + src/hb-ot-layout-private.hh | 12 +++++++++--- src/hb-ot-shape-complex-indic.cc | 4 ++-- src/hb-ot-shape-complex-myanmar.cc | 2 +- - src/hb-ot-shape.cc | 2 +- + src/hb-ot-shape.cc | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) commit 09675a8115b9d77261c33940401aa919cede8662 Author: Behdad Esfahbod -Date: Fri Oct 18 01:05:58 2013 +0200 +Date: Fri Oct 18 01:05:58 2013 +0200 [otlayout] Add HB_OT_LAYOUT_GLYPH_PROPS_LIGATED Currently unused. src/hb-ot-layout-gsubgpos-private.hh | 15 ++++++++++----- - src/hb-ot-layout-private.hh | 5 ++++- + src/hb-ot-layout-private.hh | 5 ++++- 2 files changed, 14 insertions(+), 6 deletions(-) commit 05ad6b50ac0a1b9a8da10d2ee2238068b7811e7d Author: Behdad Esfahbod -Date: Fri Oct 18 00:45:59 2013 +0200 +Date: Fri Oct 18 00:45:59 2013 +0200 [otlayout] Add HB_OT_LAYOUT_GLYPH_PROPS_SUBSTITUTED Currently unused. src/hb-ot-layout-gsubgpos-private.hh | 5 +++-- - src/hb-ot-layout-private.hh | 10 ++++++---- + src/hb-ot-layout-private.hh | 10 ++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) commit 101303dbf7cf15d044bf2518f14b3aec65970fea Author: Behdad Esfahbod -Date: Fri Oct 18 00:42:39 2013 +0200 +Date: Fri Oct 18 00:42:39 2013 +0200 [otlayout] More shuffling around src/hb-ot-layout-gpos-table.hh | 16 +++---- src/hb-ot-layout-gsub-table.hh | 13 +++-- src/hb-ot-layout-gsubgpos-private.hh | 8 ++-- - src/hb-ot-layout-private.hh | 92 + src/hb-ot-layout-private.hh | 92 ++++++++++++++++++++++++++++++++---- - src/hb-ot-shape.cc | 8 ++-- + src/hb-ot-shape.cc | 8 ++-- 5 files changed, 102 insertions(+), 35 deletions(-) commit 91689de2603e4151e2a2d3a3852c61667f0c6264 Author: Behdad Esfahbod -Date: Fri Oct 18 00:21:59 2013 +0200 +Date: Fri Oct 18 00:21:59 2013 +0200 [otlayout] Add _hb_glyph_info_set_glyph_props() @@ -14791,13 +18165,13 @@ Date: Fri Oct 18 00:21:59 2013 +0200 src/hb-ot-layout-gsub-table.hh | 2 +- src/hb-ot-layout-gsubgpos-private.hh | 4 ++-- - src/hb-ot-layout-private.hh | 9 +++++++++ - src/hb-ot-shape.cc | 8 +++++--- + src/hb-ot-layout-private.hh | 9 +++++++++ + src/hb-ot-shape.cc | 8 +++++--- 4 files changed, 17 insertions(+), 6 deletions(-) commit a0161746589934e93c3b115814bbd81f56ab962f Author: Behdad Esfahbod -Date: Fri Oct 18 00:06:30 2013 +0200 +Date: Fri Oct 18 00:06:30 2013 +0200 [otlayout] Simplify set_class() usage @@ -14806,24 +18180,24 @@ Date: Fri Oct 18 00:06:30 2013 +0200 commit 3ddf892b5328b74afb6e7d9da727d8771ca5d288 Author: Behdad Esfahbod -Date: Fri Oct 18 00:02:43 2013 +0200 +Date: Fri Oct 18 00:02:43 2013 +0200 [otlayout] Renaming src/hb-ot-layout-gpos-table.hh | 18 +++++++------- src/hb-ot-layout-gsub-table.hh | 2 +- src/hb-ot-layout-gsubgpos-private.hh | 36 +++++++++++++-------------- - src/hb-ot-layout-private.hh | 48 + src/hb-ot-layout-private.hh | 48 +++++++++++++++++++++--------------- src/hb-ot-shape-complex-indic.cc | 5 ++-- src/hb-ot-shape-complex-myanmar.cc | 2 +- - src/hb-ot-shape-fallback.cc | 8 +++--- - src/hb-ot-shape.cc | 2 +- + src/hb-ot-shape-fallback.cc | 8 +++--- + src/hb-ot-shape.cc | 2 +- 8 files changed, 65 insertions(+), 56 deletions(-) commit 2e96d2c6ee34142375373be07217c9953e7822cc Author: Behdad Esfahbod -Date: Thu Oct 17 21:16:20 2013 +0200 +Date: Thu Oct 17 21:16:20 2013 +0200 [otlayout] More shuffling @@ -14833,7 +18207,7 @@ Date: Thu Oct 17 21:16:20 2013 +0200 commit 469524692bd0a258b28e63294c984e677a9c2477 Author: Behdad Esfahbod -Date: Thu Oct 17 21:01:57 2013 +0200 +Date: Thu Oct 17 21:01:57 2013 +0200 [otlayout] Code shuffling @@ -14842,38 +18216,38 @@ Date: Thu Oct 17 21:01:57 2013 +0200 commit 11fb16cb849285a178d9e80991b1d60a960326ee Author: Behdad Esfahbod -Date: Thu Oct 17 20:57:57 2013 +0200 +Date: Thu Oct 17 20:57:57 2013 +0200 Use unsigned enums for mask types - src/hb-buffer.h | 16 ++++++++-------- - src/hb-ot-layout-private.hh | 8 ++++---- + src/hb-buffer.h | 16 ++++++++-------- + src/hb-ot-layout-private.hh | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) commit 03058c3d1e8c18858c1e0b0c738ce9d299f2787a Author: Behdad Esfahbod -Date: Thu Oct 17 20:55:34 2013 +0200 +Date: Thu Oct 17 20:55:34 2013 +0200 [otlayout] Remove two unused HB_OT_LAYOUT_GLYPH_PROPS_* values src/hb-ot-layout-gdef-table.hh | 1 - src/hb-ot-layout-gsub-table.hh | 3 ++- - src/hb-ot-layout-private.hh | 7 +++++-- + src/hb-ot-layout-private.hh | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) commit 941b6992042e7b73b3a2aab1448383adf33bef28 Author: Behdad Esfahbod -Date: Thu Oct 17 20:47:33 2013 +0200 +Date: Thu Oct 17 20:47:33 2013 +0200 [otlayout] Remove unused HB_OT_LAYOUT_GLYPH_PROPS_UNCLASSIFIED src/hb-ot-layout-gdef-table.hh | 7 +++++-- - src/hb-ot-layout-private.hh | 10 ++++------ + src/hb-ot-layout-private.hh | 10 ++++------ 2 files changed, 9 insertions(+), 8 deletions(-) commit 8f9ec92dfce5c469fb85ad301296b5dde1b2ab0a Author: Behdad Esfahbod -Date: Thu Oct 17 19:52:47 2013 +0200 +Date: Thu Oct 17 19:52:47 2013 +0200 [indic] Adjust Javanese base algorithm @@ -14882,17 +18256,17 @@ Date: Thu Oct 17 19:52:47 2013 +0200 commit 49901862e36e1c153835877a9f1183729333bbbe Author: Behdad Esfahbod -Date: Thu Oct 17 19:48:51 2013 +0200 +Date: Thu Oct 17 19:48:51 2013 +0200 [otlayout] Guard against use of ReverseChain through Context src/hb-ot-layout-gsub-table.hh | 4 +++- - src/hb-ot-layout.cc | 4 ++-- + src/hb-ot-layout.cc | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) commit 74f4bbf0560a5fd2d295e100e96f0c6c7033e852 Author: Behdad Esfahbod -Date: Thu Oct 17 19:07:53 2013 +0200 +Date: Thu Oct 17 19:07:53 2013 +0200 [indic] Towards supporting atomicly-encoded prebase-reorderings @@ -14902,7 +18276,7 @@ Date: Thu Oct 17 19:07:53 2013 +0200 commit efed40b975110d78c9c505441e7e17a8c13e85c8 Author: Behdad Esfahbod -Date: Thu Oct 17 18:50:11 2013 +0200 +Date: Thu Oct 17 18:50:11 2013 +0200 [indic] Minor refactoring of reph handling @@ -14912,7 +18286,7 @@ Date: Thu Oct 17 18:50:11 2013 +0200 commit 684fe59ff858a0ecba71b3ed80378afb0b8bbb48 Author: Behdad Esfahbod -Date: Thu Oct 17 18:30:06 2013 +0200 +Date: Thu Oct 17 18:30:06 2013 +0200 [indic] Minor refactoring of would_substitute() @@ -14921,7 +18295,7 @@ Date: Thu Oct 17 18:30:06 2013 +0200 commit 321df83fb4f0b8a5310888129cb70bfda8ae0c96 Author: Behdad Esfahbod -Date: Thu Oct 17 18:16:14 2013 +0200 +Date: Thu Oct 17 18:16:14 2013 +0200 Route Buginese through the SEA shaper @@ -14933,7 +18307,7 @@ Date: Thu Oct 17 18:16:14 2013 +0200 commit b5a0f69e47ace468b06e21cf069a18ddcfcf6064 Author: Behdad Esfahbod -Date: Thu Oct 17 18:04:23 2013 +0200 +Date: Thu Oct 17 18:04:23 2013 +0200 [indic] Pass zero-context=false to would_substitute for newer scripts @@ -14947,7 +18321,7 @@ Date: Thu Oct 17 18:04:23 2013 +0200 commit c4e71ff36d1f86a6ea56539728a964d97217e2b6 Author: Behdad Esfahbod -Date: Thu Oct 17 17:04:47 2013 +0200 +Date: Thu Oct 17 17:04:47 2013 +0200 [indic] Clean up Khmer and Sinhala base finding algorithm @@ -14956,7 +18330,7 @@ Date: Thu Oct 17 17:04:47 2013 +0200 commit e10453e6fb2544724ccd7ddfdbb9de90ef9274ce Author: Behdad Esfahbod -Date: Thu Oct 17 16:49:06 2013 +0200 +Date: Thu Oct 17 16:49:06 2013 +0200 [indic] Add BASE_POS_LAST_SINHALA @@ -14968,7 +18342,7 @@ Date: Thu Oct 17 16:49:06 2013 +0200 commit 9ac6b01e0cd8e2d66dfc727157f45b615bc77109 Author: Behdad Esfahbod -Date: Thu Oct 17 16:27:38 2013 +0200 +Date: Thu Oct 17 16:27:38 2013 +0200 [indic] Adjust Sinhala cluster merging under uniscribe @@ -14980,7 +18354,7 @@ Date: Thu Oct 17 16:27:38 2013 +0200 commit 3c3df9cba13fec2c35e0e7ae587d9699ac0c37f5 Author: Behdad Esfahbod -Date: Thu Oct 17 13:58:31 2013 +0200 +Date: Thu Oct 17 13:58:31 2013 +0200 [otlayout] Minor @@ -14990,7 +18364,7 @@ Date: Thu Oct 17 13:58:31 2013 +0200 commit 6cc136f7531a45e71ea08a7dc8a2187172cb813d Author: Behdad Esfahbod -Date: Thu Oct 17 13:55:48 2013 +0200 +Date: Thu Oct 17 13:55:48 2013 +0200 [otlayout] Minor @@ -14999,7 +18373,7 @@ Date: Thu Oct 17 13:55:48 2013 +0200 commit ba6ddc421e5e440231c2ece2db1363f8e6d2ecbf Author: Behdad Esfahbod -Date: Thu Oct 17 13:52:51 2013 +0200 +Date: Thu Oct 17 13:52:51 2013 +0200 [otlayout] Increase MAX_CONTEXT_LENGTH @@ -15010,7 +18384,7 @@ Date: Thu Oct 17 13:52:51 2013 +0200 commit e714fe6d6a2633494cb1fa7170a32ca2638cbb51 Author: Behdad Esfahbod -Date: Thu Oct 17 13:49:51 2013 +0200 +Date: Thu Oct 17 13:49:51 2013 +0200 [otlayout] Simplify ligate_input() @@ -15022,7 +18396,7 @@ Date: Thu Oct 17 13:49:51 2013 +0200 commit 6b2abdcd203204131f3017ca85c91de9d43959cd Author: Behdad Esfahbod -Date: Thu Oct 17 13:15:43 2013 +0200 +Date: Thu Oct 17 13:15:43 2013 +0200 [indic] Improve clusters in presence of reph @@ -15031,11 +18405,11 @@ Date: Thu Oct 17 13:15:43 2013 +0200 commit 42d0f55cbc68285e22d713df7062e520af708c82 Author: Behdad Esfahbod -Date: Thu Oct 17 13:05:05 2013 +0200 +Date: Thu Oct 17 13:05:05 2013 +0200 [indic] Apply calt,clig in the same stage as presentation features - Whic means these twp are applied per-syllable now. Apparently + Whic means these twp are applied per-syllable now. Apparently in some Khmer fonts the clig interacts with presentation features. Test case: U+1781,U+17D2,U+1789,U+17BB,U+17C6 with Mondulkiri-R.ttf @@ -15046,7 +18420,7 @@ Date: Thu Oct 17 13:05:05 2013 +0200 commit ae9a5834df477006686421d494b55a1569789327 Author: Behdad Esfahbod -Date: Thu Oct 17 12:24:55 2013 +0200 +Date: Thu Oct 17 12:24:55 2013 +0200 [indic] Fix pref vs blwf interaction @@ -15058,7 +18432,7 @@ Date: Thu Oct 17 12:24:55 2013 +0200 commit c7dacac02cfe8526eaf131ce6c5e7b6df7ca2ccd Author: Behdad Esfahbod -Date: Thu Oct 17 12:20:24 2013 +0200 +Date: Thu Oct 17 12:20:24 2013 +0200 [indic] Don't apply blwf before base under old-spec mode @@ -15069,7 +18443,7 @@ Date: Thu Oct 17 12:20:24 2013 +0200 commit da72042c52ed3cc0ee19d3eabb8db7c7dd34d3ed Author: Behdad Esfahbod -Date: Thu Oct 17 12:01:50 2013 +0200 +Date: Thu Oct 17 12:01:50 2013 +0200 [otlayout] Fix up recent Context matching change @@ -15078,13 +18452,13 @@ Date: Thu Oct 17 12:01:50 2013 +0200 U+0CB0,U+200D,U+0CBE,U+0CB7,U+0CCD,U+0C9F,U+0CCD,U+0CB0,U+0C97,U+0CB3 Two glyphs were being duplicated. - src/hb-buffer.cc | 7 ++++++- + src/hb-buffer.cc | 7 ++++++- src/hb-ot-layout-gsubgpos-private.hh | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) commit 1a7de1ba9876b0554c758acbc6459366d9d98a5d Author: Behdad Esfahbod -Date: Wed Oct 16 19:55:06 2013 +0200 +Date: Wed Oct 16 19:55:06 2013 +0200 [indic] Improve Avagraha support in machine @@ -15093,7 +18467,7 @@ Date: Wed Oct 16 19:55:06 2013 +0200 commit 3756efaf4e14ec3b5b1def700a1b5985f162372b Author: Behdad Esfahbod -Date: Wed Oct 16 19:06:29 2013 +0200 +Date: Wed Oct 16 19:06:29 2013 +0200 [indic] Misc harmless fixes! @@ -15116,12 +18490,12 @@ Date: Wed Oct 16 19:06:29 2013 +0200 src/hb-ot-shape-complex-indic-machine.rl | 8 ++++---- src/hb-ot-shape-complex-indic-private.hh | 2 +- - src/hb-ot-shape-complex-indic.cc | 11 ++++++----- + src/hb-ot-shape-complex-indic.cc | 11 ++++++----- 3 files changed, 11 insertions(+), 10 deletions(-) commit c52ddab72e025d1bee8274c8f3416208b12f68f1 Author: Behdad Esfahbod -Date: Wed Oct 16 13:42:38 2013 +0200 +Date: Wed Oct 16 13:42:38 2013 +0200 [arabic] Make ZWJ prevent ligatures instead of facilitating it @@ -15138,13 +18512,13 @@ Date: Wed Oct 16 13:42:38 2013 +0200 explicitly matches U+200D glyph. This doesn't affect joining behavior. - src/hb-ot-layout-private.hh | 6 ++++++ + src/hb-ot-layout-private.hh | 6 ++++++ src/hb-ot-shape-complex-arabic.cc | 18 ++++++++++++++++++ 2 files changed, 24 insertions(+) commit 1a31f9f820c4538015ddaf4ca2b790649c5997ed Author: Behdad Esfahbod -Date: Wed Oct 16 13:42:18 2013 +0200 +Date: Wed Oct 16 13:42:18 2013 +0200 [otlayout] Minor @@ -15153,7 +18527,7 @@ Date: Wed Oct 16 13:42:18 2013 +0200 commit 28d5daec948e1a24f13e492ce301aeb9abff37c8 Author: Behdad Esfahbod -Date: Wed Oct 16 12:32:12 2013 +0200 +Date: Wed Oct 16 12:32:12 2013 +0200 [indic] More granular post-base cluster merging! @@ -15163,7 +18537,7 @@ Date: Wed Oct 16 12:32:12 2013 +0200 commit 9cb59d460e80d769087045535a8d54ec9ed7985c Author: Behdad Esfahbod -Date: Wed Oct 16 11:34:07 2013 +0200 +Date: Wed Oct 16 11:34:07 2013 +0200 [indic] Fix cluster merging of left matras @@ -15174,19 +18548,19 @@ Date: Wed Oct 16 11:34:07 2013 +0200 commit 190c8f2b60af0851bf692f653c1604cfbf0561a5 Author: Behdad Esfahbod -Date: Wed Oct 16 11:33:18 2013 +0200 +Date: Wed Oct 16 11:33:18 2013 +0200 [indic] Adjust cluster merging under uniscribe mode for Tamil Apparently Uniscribe Tamil shaper doesn't ship chubby clusters - for Tamil. Adjust to that. + for Tamil. Adjust to that. src/hb-ot-shape-complex-indic.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 5c558877da5db8c734ba072f01e5e4797876619c Author: Behdad Esfahbod -Date: Wed Oct 16 11:14:15 2013 +0200 +Date: Wed Oct 16 11:14:15 2013 +0200 [indic] Allow up to two syllable modifiers @@ -15195,22 +18569,22 @@ Date: Wed Oct 16 11:14:15 2013 +0200 We categorize both bindus and visarga as syllable-modifiers. OT spec doesn't actually say what characters go in the syllable - modifier category, and allows one. We just allow up to two now. + modifier category, and allows one. We just allow up to two now. Test case: U+0930,U+0941,U+0901,U+0903 Uniscribe currently doesn't support that and produces a dotted circle. - src/hb-ot-shape-complex-indic-machine.rl | + src/hb-ot-shape-complex-indic-machine.rl | 2 +- - .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt | + .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) commit f5299eff5c0065d6329cd536c0ac339abea085b0 Author: Behdad Esfahbod -Date: Tue Oct 15 18:13:07 2013 +0200 +Date: Tue Oct 15 18:13:07 2013 +0200 [indic] Simplify reph logic @@ -15221,7 +18595,7 @@ Date: Tue Oct 15 18:13:07 2013 +0200 commit 65a929b1c033e91919c931b495a775f76b6dcbb3 Author: Behdad Esfahbod -Date: Tue Oct 15 18:08:05 2013 +0200 +Date: Tue Oct 15 18:08:05 2013 +0200 [indic] If Malayalam dot-reph formed a ligature, don't move it @@ -15230,14 +18604,14 @@ Date: Tue Oct 15 18:08:05 2013 +0200 U+0D4E,U+0D1A,U+0D4D,U+0D1A,U+0D4D - src/hb-ot-shape-complex-indic.cc | 23 + src/hb-ot-shape-complex-indic.cc | 23 ++++++++++++++++------ - .../indic/script-malayalam/misc/dot-reph.txt | 3 +++ + .../indic/script-malayalam/misc/dot-reph.txt | 3 +++ 2 files changed, 20 insertions(+), 6 deletions(-) commit a01cbf6cbe0021722302cfb58fb638a0a2427b26 Author: Behdad Esfahbod -Date: Tue Oct 15 16:37:53 2013 +0200 +Date: Tue Oct 15 16:37:53 2013 +0200 [indic] Harmless reordering of Khmer features! @@ -15246,18 +18620,18 @@ Date: Tue Oct 15 16:37:53 2013 +0200 commit c46f406973024051877e867b93614942ff80c107 Author: Behdad Esfahbod -Date: Tue Oct 15 16:24:21 2013 +0200 +Date: Tue Oct 15 16:24:21 2013 +0200 [tests] Remove Myanmar micro-font and test .../sha1sum/ceadd106a8205214fbe7337ef9de32a862b59762.ttf | Bin 3040 -> 0 bytes - test/shaping/tests/context-matching.tests | 1 - + test/shaping/tests/context-matching.tests | 1 - 2 files changed, 1 deletion(-) commit eb10233b267909dee0245f126000e117f3b21c35 Author: Behdad Esfahbod -Date: Tue Oct 15 15:26:44 2013 +0200 +Date: Tue Oct 15 15:26:44 2013 +0200 [indic] Apply 'kern' for all scripts except for Khmer in Uniscribe mode @@ -15275,7 +18649,7 @@ Date: Tue Oct 15 15:26:44 2013 +0200 commit 30145272a7d428bc62a903388bd7be43f4da7fc3 Author: Behdad Esfahbod -Date: Tue Oct 15 13:47:27 2013 +0200 +Date: Tue Oct 15 13:47:27 2013 +0200 [indic] Don't apply presentation features across syllables @@ -15286,7 +18660,7 @@ Date: Tue Oct 15 13:47:27 2013 +0200 there's Consonant followed by Ra,Halant,ZWJ at the of text. The Ra,Halant,ZWJ ends up forming reph, which is wrong... But before we were also ligating that reph with the previous - consonant. That's even more wrong. That's also what Uniscribe + consonant. That's even more wrong. That's also what Uniscribe does. Current numbers: @@ -15304,23 +18678,23 @@ Date: Tue Oct 15 13:47:27 2013 +0200 TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%) TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%) - src/hb-ot-shape-complex-indic.cc | 21 + src/hb-ot-shape-complex-indic.cc | 21 +++++++++++++++++---- - .../shaper-indic/indic/script-sinhala/misc/misc.txt | 1 + + .../shaper-indic/indic/script-sinhala/misc/misc.txt | 1 + 2 files changed, 18 insertions(+), 4 deletions(-) commit 3c7b3641cfb00f2c4dcc0768b9854e4f4410d15f Author: Behdad Esfahbod -Date: Tue Oct 15 11:21:01 2013 +0200 +Date: Tue Oct 15 11:21:01 2013 +0200 [indic] Handle Avagraha It can come either at the end(ish!) of the syllable, or independently. When independent, it accepts a few bits and pieces. - src/hb-ot-shape-complex-indic-machine.rl | 5 ++++- - src/hb-ot-shape-complex-indic-private.hh | 5 +++-- - src/hb-ot-shape-complex-indic.cc | 14 + src/hb-ot-shape-complex-indic-machine.rl | 5 ++++- + src/hb-ot-shape-complex-indic-private.hh | 5 +++-- + src/hb-ot-shape-complex-indic.cc | 14 +++++++++++++- .../shaper-indic/indic/script-devanagari/misc/misc.txt | 1 + .../in-tree/shaper-indic/indic/script-telugu/misc/misc.txt | 1 + @@ -15328,7 +18702,7 @@ Date: Tue Oct 15 11:21:01 2013 +0200 commit 5e7432b8172473aa4dda3d51a79add9e97c2d2c1 Author: Behdad Esfahbod -Date: Tue Oct 15 12:28:23 2013 +0200 +Date: Tue Oct 15 12:28:23 2013 +0200 [myanmar] Apply abvm/blwm @@ -15337,7 +18711,7 @@ Date: Tue Oct 15 12:28:23 2013 +0200 commit 8acbb6be271817c12d2ee0066b355e2fb0f9a934 Author: Behdad Esfahbod -Date: Tue Oct 15 12:15:49 2013 +0200 +Date: Tue Oct 15 12:15:49 2013 +0200 [indic] Some scripts like blwf applied to pre-base characters @@ -15365,7 +18739,7 @@ Date: Tue Oct 15 12:15:49 2013 +0200 commit 2c85a3df0983f28aed77a0ea3bf2417ef65d4b84 Author: Behdad Esfahbod -Date: Mon Oct 14 19:41:52 2013 +0200 +Date: Mon Oct 14 19:41:52 2013 +0200 Fix issue with automake @@ -15374,12 +18748,12 @@ Date: Mon Oct 14 19:41:52 2013 +0200 commit 6b65a76b40522a4f57a6fedcbdfc5a4d736f1d3c Author: Behdad Esfahbod -Date: Mon Oct 14 18:51:39 2013 +0200 +Date: Mon Oct 14 18:51:39 2013 +0200 [otlayout] Fix (Chain)Context recursion! Previously we only supported recursive sublookups with - ascending indices. We were also not correctly handling + ascending indices. We were also not correctly handling non-1-to-1 recursed lookups. Fix all that! @@ -15388,8 +18762,8 @@ Date: Mon Oct 14 18:51:39 2013 +0200 which were derived from NotoSansBengali and NotoSansDevanagari among others. - src/hb-buffer-private.hh | 4 + - src/hb-buffer.cc | 46 ++++++++++ + src/hb-buffer-private.hh | 4 + + src/hb-buffer.cc | 46 ++++++++++ src/hb-ot-layout-common-private.hh | 1 + src/hb-ot-layout-gsub-table.hh | 1 + src/hb-ot-layout-gsubgpos-private.hh | 157 @@ -15398,7 +18772,7 @@ Date: Mon Oct 14 18:51:39 2013 +0200 commit 841e20d083aec8d814cd8d90aa6ab60127c0d1f2 Author: Behdad Esfahbod -Date: Mon Oct 14 18:47:51 2013 +0200 +Date: Mon Oct 14 18:47:51 2013 +0200 Add test suite for shaping results @@ -15411,20 +18785,20 @@ Date: Mon Oct 14 18:47:51 2013 +0200 Four initial tests are added for (Chain)Context matching, of which three currently fail. - test/shaping/Makefile.am | 10 +++++- + test/shaping/Makefile.am | 10 +++++- .../4cce528e99f600ed9c25a2b69e32eb94a03b4ae8.ttf | Bin 0 -> 1320 bytes .../ceadd106a8205214fbe7337ef9de32a862b59762.ttf | Bin 0 -> 3040 bytes .../d629e7fedc0b350222d7987345fe61613fa3929a.ttf | Bin 0 -> 1768 bytes .../f499fbc23865022234775c43503bba2e63978fe1.ttf | Bin 0 -> 3564 bytes - test/shaping/run-tests.sh | 34 + test/shaping/run-tests.sh | 34 +++++++++++++++++++++ - test/shaping/tests/MANIFEST | 1 + - test/shaping/tests/context-matching.tests | 4 +++ + test/shaping/tests/MANIFEST | 1 + + test/shaping/tests/context-matching.tests | 4 +++ 8 files changed, 48 insertions(+), 1 deletion(-) commit e2dab69291a5d86fc90a8c273c458c16574eafb5 Author: Behdad Esfahbod -Date: Mon Oct 14 16:44:44 2013 +0200 +Date: Mon Oct 14 16:44:44 2013 +0200 Minor @@ -15433,7 +18807,7 @@ Date: Mon Oct 14 16:44:44 2013 +0200 commit 4e6e53db5da0a5da87ae732c3f9d01babf4ae6c2 Author: Behdad Esfahbod -Date: Mon Oct 14 13:06:36 2013 +0200 +Date: Mon Oct 14 13:06:36 2013 +0200 [otlayout] "Minor" @@ -15442,7 +18816,7 @@ Date: Mon Oct 14 13:06:36 2013 +0200 commit 9326d48e4309901e7e0b0e15230936a21ee3df72 Author: Behdad Esfahbod -Date: Thu Oct 10 20:04:42 2013 +0200 +Date: Thu Oct 10 20:04:42 2013 +0200 Don't use g_mapped_file_unref() @@ -15451,36 +18825,36 @@ Date: Thu Oct 10 20:04:42 2013 +0200 src/test-buffer-serialize.cc | 2 +- src/test-size-params.cc | 2 +- src/test-would-substitute.cc | 2 +- - src/test.cc | 2 +- - util/options.cc | 4 ++-- + src/test.cc | 2 +- + util/options.cc | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) commit e152d1a27891bd1d9d46a9c028c026843bad384a Author: Behdad Esfahbod -Date: Thu Oct 3 15:09:37 2013 -0400 +Date: Thu Oct 3 15:09:37 2013 -0400 0.9.22 - NEWS | 13 +++++++++++++ + NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) commit 27674b4bb351e501373bd9994e4ba6546e465cf7 Author: Behdad Esfahbod -Date: Thu Oct 3 14:54:50 2013 -0400 +Date: Thu Oct 3 14:54:50 2013 -0400 [OTLayout] Protect against out-of-range lookup indices Filter them out when compiling map. src/hb-ot-layout.cc | 17 +++++++++++++++++ - src/hb-ot-layout.h | 5 +++++ - src/hb-ot-map.cc | 8 +++++++- + src/hb-ot-layout.h | 5 +++++ + src/hb-ot-map.cc | 8 +++++++- 3 files changed, 29 insertions(+), 1 deletion(-) commit 6b4fdded94b7efb96c6e41cca4350878ed859ff1 Author: Behdad Esfahbod -Date: Mon Sep 30 13:48:19 2013 -0400 +Date: Mon Sep 30 13:48:19 2013 -0400 Update git.mk @@ -15489,7 +18863,7 @@ Date: Mon Sep 30 13:48:19 2013 -0400 commit 2a2b5b89ef3a606ba2996bc89fd1c577a6c98f40 Author: M1cha -Date: Mon Sep 30 08:55:52 2013 +0000 +Date: Mon Sep 30 08:55:52 2013 +0000 Cleanup Android.mk - use common src files for both static and shared libs @@ -15500,9 +18874,9 @@ Date: Mon Sep 30 08:55:52 2013 +0000 1 file changed, 17 insertions(+), 41 deletions(-) commit 622bc3d829cab84c3a4148b88f2c91fee491ef39 -Merge: 3d2c4f0 d583df1 +Merge: 3d2c4f0c d583df1e Author: Behdad Esfahbod -Date: Sun Sep 29 13:31:58 2013 -0700 +Date: Sun Sep 29 13:31:58 2013 -0700 Merge pull request #4 from amarullz/master @@ -15510,7 +18884,7 @@ Date: Sun Sep 29 13:31:58 2013 -0700 commit 3d2c4f0c2ff8fab4262988aad65b170e5b479b20 Author: Behdad Esfahbod -Date: Fri Sep 27 17:06:29 2013 -0400 +Date: Fri Sep 27 17:06:29 2013 -0400 Fix hiding of default_ignorables if font doesn't have space glyph @@ -15521,7 +18895,7 @@ Date: Fri Sep 27 17:06:29 2013 -0400 commit d583df1e78003f8f1039ad72331bf877b13d1ae5 Author: Ahmad Amarullah -Date: Fri Sep 27 19:04:32 2013 +0700 +Date: Fri Sep 27 19:04:32 2013 +0700 Add build static library on Android.mk @@ -15533,7 +18907,7 @@ Date: Fri Sep 27 19:04:32 2013 +0700 commit 078de49ca10285f6cd1452abd40f831a17af5d1a Author: Behdad Esfahbod -Date: Thu Sep 26 18:26:43 2013 -0400 +Date: Thu Sep 26 18:26:43 2013 -0400 [util] Don't use g_array_unref() @@ -15544,7 +18918,7 @@ Date: Thu Sep 26 18:26:43 2013 -0400 commit 48360ec03b225dfec5f90bc5cb93122203d2dd6b Author: Behdad Esfahbod -Date: Thu Sep 26 16:48:42 2013 -0400 +Date: Thu Sep 26 16:48:42 2013 -0400 Bug 68990 - test-common fails on i686-linux @@ -15555,17 +18929,17 @@ Date: Thu Sep 26 16:48:42 2013 -0400 commit b61f97d544ce43d85f5fe93e682c324e042c0770 Author: Behdad Esfahbod -Date: Mon Sep 16 22:07:22 2013 -0400 +Date: Mon Sep 16 22:07:22 2013 -0400 0.9.21 - NEWS | 12 ++++++++++++ + NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) commit 2af826296315d89f3a433952903c5968e56044ea Author: Behdad Esfahbod -Date: Mon Sep 16 21:49:56 2013 -0400 +Date: Mon Sep 16 21:49:56 2013 -0400 Improve library checks @@ -15576,7 +18950,7 @@ Date: Mon Sep 16 21:49:56 2013 -0400 commit 882edce48e507a1c76c908ec2db04aac218b67d6 Author: Behdad Esfahbod -Date: Fri Sep 13 20:36:43 2013 -0400 +Date: Fri Sep 13 20:36:43 2013 -0400 [graphite2] Fix include @@ -15586,17 +18960,17 @@ Date: Fri Sep 13 20:36:43 2013 -0400 commit ace5c7eb4c2302a6a7eb3576e6dbc3bc026e569c Author: Behdad Esfahbod -Date: Fri Sep 13 20:34:42 2013 -0400 +Date: Fri Sep 13 20:34:42 2013 -0400 [introspection] hb-ft annotations src/hb-face.cc | 2 +- - src/hb-ft.cc | 30 +++++++++++++++++++++++++++++- + src/hb-ft.cc | 30 +++++++++++++++++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) commit a8949df48780e680e03b9afbbafb3628a0acef52 Author: Behdad Esfahbod -Date: Fri Sep 13 20:23:51 2013 -0400 +Date: Fri Sep 13 20:23:51 2013 -0400 [introspection] Annotate Unicode / font callbacks @@ -15608,14 +18982,14 @@ Date: Fri Sep 13 20:23:51 2013 -0400 src/hb-blob.cc | 4 +- src/hb-face.cc | 2 +- src/hb-font.cc | 4 +- - src/hb-font.h | 132 + src/hb-font.h | 132 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- src/hb-unicode.h | 106 ++++++++++++++++++++++++++++++++++++++++---- 5 files changed, 231 insertions(+), 17 deletions(-) commit 4b011094d5e90cf93df2891e47aeab1bffad5bbf Author: Behdad Esfahbod -Date: Fri Sep 13 20:17:42 2013 -0400 +Date: Fri Sep 13 20:17:42 2013 -0400 Move code around @@ -15626,24 +19000,24 @@ Date: Fri Sep 13 20:17:42 2013 -0400 commit 4878db218202ed804c9f76edb7e4aa220de8a8d8 Author: Behdad Esfahbod -Date: Thu Sep 12 20:56:32 2013 -0400 +Date: Thu Sep 12 20:56:32 2013 -0400 Remove contrib/ Python hand-coded binding stuff gobject-introspection coming together. - contrib/README | 2 - - contrib/python/README | 10 -- + contrib/README | 2 - + contrib/python/README | 10 -- contrib/python/lib/fontconfig.pyx | 47 --------- contrib/python/lib/harfbuzz.pyx | 213 -------------------------------------- contrib/python/scripts/hbtestfont | 116 --------------------- - contrib/python/setup.py | 39 ------- + contrib/python/setup.py | 39 ------- 6 files changed, 427 deletions(-) commit e478ebe4d3f74dc271ffe88680fd29f6b1924c93 Author: Behdad Esfahbod -Date: Thu Sep 12 20:53:07 2013 -0400 +Date: Thu Sep 12 20:53:07 2013 -0400 [introspection] Add sample.py @@ -15652,7 +19026,7 @@ Date: Thu Sep 12 20:53:07 2013 -0400 commit dfdbe7f932daffcf73911ff4e4a36f749164d960 Author: Behdad Esfahbod -Date: Thu Sep 12 20:52:20 2013 -0400 +Date: Thu Sep 12 20:52:20 2013 -0400 [introspection] Make hb_blob_create() introspectable @@ -15662,7 +19036,7 @@ Date: Thu Sep 12 20:52:20 2013 -0400 commit 085d4291a9f253a4b8e2eec8003ac11d02a9394f Author: Behdad Esfahbod -Date: Thu Sep 12 17:14:33 2013 -0400 +Date: Thu Sep 12 17:14:33 2013 -0400 [introspection] Disable constructors for now @@ -15673,67 +19047,67 @@ Date: Thu Sep 12 17:14:33 2013 -0400 src/hb-buffer.cc | 2 +- src/hb-face.cc | 2 +- src/hb-font.cc | 4 ++-- - src/hb-set.cc | 2 +- + src/hb-set.cc | 2 +- src/hb-shape-plan.cc | 2 +- src/hb-unicode.cc | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) commit 6c48f20eea22c6e686416ab4ec8388be3e8cd0b5 Author: Behdad Esfahbod -Date: Mon Sep 9 15:43:10 2013 -0400 +Date: Mon Sep 9 15:43:10 2013 -0400 [otlayout] Add structs for JSTF table - src/Makefile.am | 1 + - src/hb-ot-head-table.hh | 2 +- - src/hb-ot-hhea-table.hh | 2 +- - src/hb-ot-hmtx-table.hh | 2 +- + src/Makefile.am | 1 + + src/hb-ot-head-table.hh | 2 +- + src/hb-ot-hhea-table.hh | 2 +- + src/hb-ot-hmtx-table.hh | 2 +- src/hb-ot-layout-gdef-table.hh | 2 +- src/hb-ot-layout-gpos-table.hh | 2 +- src/hb-ot-layout-gsub-table.hh | 2 +- src/hb-ot-layout-jstf-table.hh | 229 +++++++++++++++++++++++++++++++++++++++++ - src/hb-ot-layout.cc | 1 + - src/hb-ot-layout.h | 1 + - src/hb-ot-maxp-table.hh | 2 +- - src/hb-ot-name-table.hh | 2 +- - src/main.cc | 2 +- + src/hb-ot-layout.cc | 1 + + src/hb-ot-layout.h | 1 + + src/hb-ot-maxp-table.hh | 2 +- + src/hb-ot-name-table.hh | 2 +- + src/main.cc | 2 +- 13 files changed, 241 insertions(+), 9 deletions(-) commit 70303cf23b22647bf641be22c8650310128322a9 Author: Behdad Esfahbod -Date: Fri Sep 6 17:35:57 2013 -0400 +Date: Fri Sep 6 17:35:57 2013 -0400 [docs/introspection] Some more annotations src/hb-common.cc | 151 ++++++++++++++++++++++++++++++++++++++++++++++++++-- - src/hb-font.cc | 16 +++--- - src/hb-version.h.in | 19 ------- + src/hb-font.cc | 16 +++--- + src/hb-version.h.in | 19 ------- 3 files changed, 155 insertions(+), 31 deletions(-) commit 288f2899979bcc9e68f8115cb76e3271ed0e17bc Author: Behdad Esfahbod -Date: Fri Sep 6 15:40:22 2013 -0400 +Date: Fri Sep 6 15:40:22 2013 -0400 [docs/introspection] More annotations - src/hb-blob.cc | 63 +++--- + src/hb-blob.cc | 63 +++--- src/hb-buffer-serialize.cc | 63 ++++++ - src/hb-buffer.cc | 307 ++++++++++++++++++++++++++- - src/hb-face.cc | 171 +++++++++++++++ - src/hb-font-private.hh | 4 +- - src/hb-font.cc | 504 + src/hb-buffer.cc | 307 ++++++++++++++++++++++++++- + src/hb-face.cc | 171 +++++++++++++++ + src/hb-font-private.hh | 4 +- + src/hb-font.cc | 504 ++++++++++++++++++++++++++++++++++++++++++++- - src/hb-set.cc | 2 +- - src/hb-shape-plan.cc | 104 ++++++++++ - src/hb-shape.cc | 56 +++++ - src/hb-unicode.cc | 128 ++++++++++++ + src/hb-set.cc | 2 +- + src/hb-shape-plan.cc | 104 ++++++++++ + src/hb-shape.cc | 56 +++++ + src/hb-unicode.cc | 128 ++++++++++++ 10 files changed, 1355 insertions(+), 47 deletions(-) commit 17905c54f1bab9e6dfe13f59f5ec208de12832f7 Author: Behdad Esfahbod -Date: Fri Sep 6 16:57:01 2013 -0400 +Date: Fri Sep 6 16:57:01 2013 -0400 [introspection] Work around g-i limitation with hb_language_t @@ -15743,7 +19117,7 @@ Date: Fri Sep 6 16:57:01 2013 -0400 commit cd361c3cbe4a288e3019b9a029f44e4c5f24436c Author: Behdad Esfahbod -Date: Fri Sep 6 16:20:21 2013 -0400 +Date: Fri Sep 6 16:20:21 2013 -0400 Minor change to hb_language_t @@ -15755,21 +19129,21 @@ Date: Fri Sep 6 16:20:21 2013 -0400 commit 20cbc1f8eb0811e6cefa3be3550e80df9c372782 Author: Behdad Esfahbod -Date: Fri Sep 6 15:29:22 2013 -0400 +Date: Fri Sep 6 15:29:22 2013 -0400 Annotate hb-set a bit; add HB_SET_VALUE_INVALID src/hb-set-private.hh | 20 +++-- - src/hb-set.cc | 244 + src/hb-set.cc | 244 ++++++++++++++++++++++++++++++++++++++++++++++++++ - src/hb-set.h | 2 + + src/hb-set.h | 2 + src/hb-version.h.in | 6 +- test/api/test-set.c | 26 +++--- 5 files changed, 276 insertions(+), 22 deletions(-) commit c44b81833d5bfb9a926d348a76463314c3ec2018 Author: Behdad Esfahbod -Date: Fri Sep 6 15:13:16 2013 -0400 +Date: Fri Sep 6 15:13:16 2013 -0400 Whitespace @@ -15778,7 +19152,7 @@ Date: Fri Sep 6 15:13:16 2013 -0400 commit ae9dc717d37d58efdd3fabbe4a9c3c2bf9dc3568 Author: Behdad Esfahbod -Date: Thu Sep 5 16:40:37 2013 -0400 +Date: Thu Sep 5 16:40:37 2013 -0400 [gtk-doc] Pass source files to gtk-doc @@ -15787,19 +19161,19 @@ Date: Thu Sep 5 16:40:37 2013 -0400 commit 5f512017ba615ba6ac8e5da2ea0c57a72db2c26b Author: Behdad Esfahbod -Date: Wed Sep 4 18:28:39 2013 -0400 +Date: Wed Sep 4 18:28:39 2013 -0400 [docs] Document a few symbols src/hb-blob.cc | 160 +++++++++++++++++++++++++++++++++++++++++++++++++++- - src/hb-buffer.cc | 78 ++++++++++++++++++++++++- - src/hb-version.h.in | 17 ++++++ + src/hb-buffer.cc | 78 ++++++++++++++++++++++++- + src/hb-version.h.in | 17 ++++++ 3 files changed, 251 insertions(+), 4 deletions(-) commit e0dbf99b4497be305d689a528282fd37214e7f1c Author: Behdad Esfahbod -Date: Thu Sep 5 16:00:47 2013 -0400 +Date: Thu Sep 5 16:00:47 2013 -0400 [introspection] Pass source files to scanner @@ -15808,7 +19182,7 @@ Date: Thu Sep 5 16:00:47 2013 -0400 commit 5a5350b39b81e0128d36ebc81307a6d698a4dc50 Author: Behdad Esfahbod -Date: Tue Sep 3 20:11:01 2013 -0400 +Date: Tue Sep 3 20:11:01 2013 -0400 Revert "Round when scaling values" @@ -15819,13 +19193,13 @@ Date: Tue Sep 3 20:11:01 2013 -0400 zero", proper rounding should take sign into account. Just skip doing it again, has been serving us well before. - TODO | 2 ++ + TODO | 2 ++ src/hb-font-private.hh | 6 +----- 2 files changed, 3 insertions(+), 5 deletions(-) commit 74ff41c3a573bdf74b60623065eb92a49f055893 Author: Behdad Esfahbod -Date: Tue Sep 3 20:09:14 2013 -0400 +Date: Tue Sep 3 20:09:14 2013 -0400 Minor @@ -15834,7 +19208,7 @@ Date: Tue Sep 3 20:09:14 2013 -0400 commit 63dd4b0ac2076fe9cc3dfe5d31ef3616d4ed01e5 Author: Behdad Esfahbod -Date: Tue Sep 3 20:01:40 2013 -0400 +Date: Tue Sep 3 20:01:40 2013 -0400 [gtk-doc] Remove hack for deleting tmpl/ @@ -15848,7 +19222,7 @@ Date: Tue Sep 3 20:01:40 2013 -0400 commit 213001aa99003422199245e96878f9fe348c55b4 Author: Behdad Esfahbod -Date: Tue Sep 3 20:00:16 2013 -0400 +Date: Tue Sep 3 20:00:16 2013 -0400 [build] Fix EXTRA_DIST @@ -15860,7 +19234,7 @@ Date: Tue Sep 3 20:00:16 2013 -0400 commit 1e994a8fcc94dfea42a6cbfe23a401142d79a1a6 Author: Behdad Esfahbod -Date: Tue Sep 3 18:11:47 2013 -0400 +Date: Tue Sep 3 18:11:47 2013 -0400 [gtk-doc] Copy makefile @@ -15869,7 +19243,7 @@ Date: Tue Sep 3 18:11:47 2013 -0400 commit 81a007ffad683e53f12093a0c9e30112106f415d Author: Behdad Esfahbod -Date: Fri Aug 30 19:45:13 2013 -0400 +Date: Fri Aug 30 19:45:13 2013 -0400 [TODO] Update @@ -15878,21 +19252,21 @@ Date: Fri Aug 30 19:45:13 2013 -0400 commit a2a28235e8131a1e1d4b8c3d0933df5cf056bbc6 Author: Behdad Esfahbod -Date: Fri Aug 30 19:38:47 2013 -0400 +Date: Fri Aug 30 19:38:47 2013 -0400 [gtk-doc] Generate version.xml from configure Even though this is not what autoconf recommends, it reduces doc rebuilds when version doesn't change but configure changes. - configure.ac | 1 + + configure.ac | 1 + docs/reference/Makefile.am | 11 +++-------- docs/reference/version.xml.in | 1 + 3 files changed, 5 insertions(+), 8 deletions(-) commit ac1b723917d9b8f247a350f8d3e1bc5d1e472073 Author: Behdad Esfahbod -Date: Fri Aug 30 19:32:10 2013 -0400 +Date: Fri Aug 30 19:32:10 2013 -0400 Remove hb-old and hb-icu-le test shapers @@ -15900,66 +19274,66 @@ Date: Fri Aug 30 19:32:10 2013 -0400 the point to need them for testing, and if we ever need to resurrect them again, well, they're in git graveyard somewhere. - configure.ac | 23 +- - src/Makefile.am | 28 +- - src/hb-icu-le.cc | 265 -- - src/hb-icu-le/COPYING | 2 - - src/hb-icu-le/FontTableCache.cpp | 91 - - src/hb-icu-le/FontTableCache.h | 48 - - src/hb-icu-le/Makefile.am | 25 - + configure.ac | 23 +- + src/Makefile.am | 28 +- + src/hb-icu-le.cc | 265 -- + src/hb-icu-le/COPYING | 2 - + src/hb-icu-le/FontTableCache.cpp | 91 - + src/hb-icu-le/FontTableCache.h | 48 - + src/hb-icu-le/Makefile.am | 25 - src/hb-icu-le/PortableFontInstance.cpp | 275 -- - src/hb-icu-le/PortableFontInstance.h | 119 - - src/hb-icu-le/README | 3 - - src/hb-icu-le/cmaps.cpp | 200 -- - src/hb-icu-le/cmaps.h | 87 - - src/hb-icu-le/letest.h | 63 - - src/hb-icu-le/license.html | 51 - - src/hb-icu-le/sfnt.h | 453 --- - src/hb-old.cc | 410 --- - src/hb-old/COPYING | 24 - - src/hb-old/Makefile.am | 56 - - src/hb-old/README | 7 - - src/hb-old/harfbuzz-arabic.c | 1150 ------ - src/hb-old/harfbuzz-buffer-private.h | 107 - - src/hb-old/harfbuzz-buffer.c | 383 -- - src/hb-old/harfbuzz-buffer.h | 102 - - src/hb-old/harfbuzz-external.h | 106 - - src/hb-old/harfbuzz-gdef-private.h | 135 - - src/hb-old/harfbuzz-gdef.c | 1163 ------ - src/hb-old/harfbuzz-gdef.h | 140 - - src/hb-old/harfbuzz-global.h | 125 - - src/hb-old/harfbuzz-gpos-private.h | 729 ---- - src/hb-old/harfbuzz-gpos.c | 6094 + src/hb-icu-le/PortableFontInstance.h | 119 - + src/hb-icu-le/README | 3 - + src/hb-icu-le/cmaps.cpp | 200 -- + src/hb-icu-le/cmaps.h | 87 - + src/hb-icu-le/letest.h | 63 - + src/hb-icu-le/license.html | 51 - + src/hb-icu-le/sfnt.h | 453 --- + src/hb-old.cc | 410 --- + src/hb-old/COPYING | 24 - + src/hb-old/Makefile.am | 56 - + src/hb-old/README | 7 - + src/hb-old/harfbuzz-arabic.c | 1150 ------ + src/hb-old/harfbuzz-buffer-private.h | 107 - + src/hb-old/harfbuzz-buffer.c | 383 -- + src/hb-old/harfbuzz-buffer.h | 102 - + src/hb-old/harfbuzz-external.h | 106 - + src/hb-old/harfbuzz-gdef-private.h | 135 - + src/hb-old/harfbuzz-gdef.c | 1163 ------ + src/hb-old/harfbuzz-gdef.h | 140 - + src/hb-old/harfbuzz-global.h | 125 - + src/hb-old/harfbuzz-gpos-private.h | 729 ---- + src/hb-old/harfbuzz-gpos.c | 6094 -------------------------------- - src/hb-old/harfbuzz-gpos.h | 155 - - src/hb-old/harfbuzz-greek.c | 447 --- - src/hb-old/harfbuzz-gsub-private.h | 483 --- - src/hb-old/harfbuzz-gsub.c | 4329 ----------------------- - src/hb-old/harfbuzz-gsub.h | 148 - - src/hb-old/harfbuzz-hangul.c | 268 -- - src/hb-old/harfbuzz-hebrew.c | 187 - - src/hb-old/harfbuzz-impl.c | 84 - - src/hb-old/harfbuzz-impl.h | 135 - - src/hb-old/harfbuzz-indic.cpp | 1868 ---------- - src/hb-old/harfbuzz-khmer.c | 642 ---- - src/hb-old/harfbuzz-myanmar.c | 511 --- - src/hb-old/harfbuzz-open-private.h | 102 - - src/hb-old/harfbuzz-open.c | 1433 -------- - src/hb-old/harfbuzz-open.h | 288 -- - src/hb-old/harfbuzz-shaper-all.cpp | 37 - - src/hb-old/harfbuzz-shaper-private.h | 159 - - src/hb-old/harfbuzz-shaper.cpp | 996 ------ - src/hb-old/harfbuzz-shaper.h | 265 -- - src/hb-old/harfbuzz-stream-private.h | 81 - - src/hb-old/harfbuzz-stream.c | 114 - - src/hb-old/harfbuzz-stream.h | 51 - - src/hb-old/harfbuzz-tibetan.c | 249 -- - src/hb-old/harfbuzz.h | 38 - + src/hb-old/harfbuzz-gpos.h | 155 - + src/hb-old/harfbuzz-greek.c | 447 --- + src/hb-old/harfbuzz-gsub-private.h | 483 --- + src/hb-old/harfbuzz-gsub.c | 4329 ----------------------- + src/hb-old/harfbuzz-gsub.h | 148 - + src/hb-old/harfbuzz-hangul.c | 268 -- + src/hb-old/harfbuzz-hebrew.c | 187 - + src/hb-old/harfbuzz-impl.c | 84 - + src/hb-old/harfbuzz-impl.h | 135 - + src/hb-old/harfbuzz-indic.cpp | 1868 ---------- + src/hb-old/harfbuzz-khmer.c | 642 ---- + src/hb-old/harfbuzz-myanmar.c | 511 --- + src/hb-old/harfbuzz-open-private.h | 102 - + src/hb-old/harfbuzz-open.c | 1433 -------- + src/hb-old/harfbuzz-open.h | 288 -- + src/hb-old/harfbuzz-shaper-all.cpp | 37 - + src/hb-old/harfbuzz-shaper-private.h | 159 - + src/hb-old/harfbuzz-shaper.cpp | 996 ------ + src/hb-old/harfbuzz-shaper.h | 265 -- + src/hb-old/harfbuzz-stream-private.h | 81 - + src/hb-old/harfbuzz-stream.c | 114 - + src/hb-old/harfbuzz-stream.h | 51 - + src/hb-old/harfbuzz-tibetan.c | 249 -- + src/hb-old/harfbuzz.h | 38 - 54 files changed, 2 insertions(+), 25532 deletions(-) commit b94243d6a9457864ad8ef3ad47ad01985b138862 Author: Behdad Esfahbod -Date: Fri Aug 30 18:41:33 2013 -0400 +Date: Fri Aug 30 18:41:33 2013 -0400 [g-i] Rename library from harfbuzz to HarfBuzz @@ -15968,17 +19342,17 @@ Date: Fri Aug 30 18:41:33 2013 -0400 commit f730b5d1e2369762952481f1a2d3db26a2b48015 Author: Behdad Esfahbod -Date: Thu Aug 29 15:53:33 2013 -0400 +Date: Thu Aug 29 15:53:33 2013 -0400 0.9.20 - NEWS | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ + NEWS | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 49 insertions(+), 1 deletion(-) commit b0e03508bad04d7dcf2c50ac81f6261425b34c5f Author: Behdad Esfahbod -Date: Thu Aug 29 15:56:32 2013 -0400 +Date: Thu Aug 29 15:56:32 2013 -0400 Dist with gobject and introspection enabled @@ -15987,7 +19361,7 @@ Date: Thu Aug 29 15:56:32 2013 -0400 commit e4ce6745e15eab33ed693874e7a56981f4d6f79a Author: Behdad Esfahbod -Date: Thu Aug 29 15:56:16 2013 -0400 +Date: Thu Aug 29 15:56:16 2013 -0400 [gtk-doc] Fix build without gobject @@ -15996,7 +19370,7 @@ Date: Thu Aug 29 15:56:16 2013 -0400 commit 263372f15ffdf4c0e4386133f64ff389ba73de33 Author: Behdad Esfahbod -Date: Wed Aug 28 13:43:54 2013 -0400 +Date: Wed Aug 28 13:43:54 2013 -0400 Remove gtk-doc.make @@ -16008,7 +19382,7 @@ Date: Wed Aug 28 13:43:54 2013 -0400 commit 79d754efeef89543d51775b110e8bd49cf7e699b Author: Behdad Esfahbod -Date: Wed Aug 28 13:43:35 2013 -0400 +Date: Wed Aug 28 13:43:35 2013 -0400 Fix build @@ -16017,19 +19391,19 @@ Date: Wed Aug 28 13:43:35 2013 -0400 commit 71ef22b04d466803076af1da6763fecab95ce5bb Author: Behdad Esfahbod -Date: Wed Aug 28 12:52:55 2013 -0400 +Date: Wed Aug 28 12:52:55 2013 -0400 Turn hb-gobject, and introspection off by default Also enable bootstrapping without them. - configure.ac | 39 ++++++++++++++++++++++++++++++++++----- + configure.ac | 39 ++++++++++++++++++++++++++++++++++----- src/Makefile.am | 5 +++-- 2 files changed, 37 insertions(+), 7 deletions(-) commit d8f507099b9ae5f0c643fb8dddbb069df6f62a94 Author: Behdad Esfahbod -Date: Mon Aug 26 21:26:24 2013 -0400 +Date: Mon Aug 26 21:26:24 2013 -0400 Hookup harfbuzz-gobject to introspection @@ -16038,7 +19412,7 @@ Date: Mon Aug 26 21:26:24 2013 -0400 commit 71439a8c7ae9df25193bc3ad0f203117d2884a19 Author: Behdad Esfahbod -Date: Mon Aug 26 20:56:58 2013 -0400 +Date: Mon Aug 26 20:56:58 2013 -0400 [gobject] Flesh out hb-gobject @@ -16046,34 +19420,34 @@ Date: Mon Aug 26 20:56:58 2013 -0400 boxed types for object-types. Still have to do boxed types for value types. - configure.ac | 12 ++++- - docs/reference/Makefile.am | 12 ++++- + configure.ac | 12 ++++- + docs/reference/Makefile.am | 12 ++++- docs/reference/harfbuzz-docs.xml | 3 ++ docs/reference/harfbuzz-sections.txt | 48 +++++++++++++++++++- - src/Makefile.am | 48 +++++++++++++------- - src/harfbuzz-gobject.pc.in | 12 +++++ - src/hb-gobject-enums.cc.tmpl | 11 +++-- - src/hb-gobject-enums.h.tmpl | 55 +++++++++++++++++++++++ - src/hb-gobject-structs.cc | 84 + src/Makefile.am | 48 +++++++++++++------- + src/harfbuzz-gobject.pc.in | 12 +++++ + src/hb-gobject-enums.cc.tmpl | 11 +++-- + src/hb-gobject-enums.h.tmpl | 55 +++++++++++++++++++++++ + src/hb-gobject-structs.cc | 84 +++++++++++++++++++++++++++------- - src/hb-gobject-structs.h | 87 + src/hb-gobject-structs.h | 87 ++++++++++++++++++++++++++++++++++++ - src/hb-gobject.h | 38 ++-------------- + src/hb-gobject.h | 38 ++-------------- 11 files changed, 333 insertions(+), 77 deletions(-) commit 23027f7611b53b594e4b4008e916e42b5154f6ac Author: Behdad Esfahbod -Date: Thu Aug 22 19:03:21 2013 -0400 +Date: Thu Aug 22 19:03:21 2013 -0400 [introspection] Enable gobject-introspection again - configure.ac | 7 ++++--- + configure.ac | 7 ++++--- src/Makefile.am | 49 ++++++++++++++++++++++++++++--------------------- 2 files changed, 32 insertions(+), 24 deletions(-) commit 757a7a9018577dcc399be03dc45a59589585d2fb Author: Behdad Esfahbod -Date: Wed Aug 28 12:35:13 2013 -0400 +Date: Wed Aug 28 12:35:13 2013 -0400 [uniscribe] Fixed build with wide chars @@ -16084,51 +19458,51 @@ Date: Wed Aug 28 12:35:13 2013 -0400 commit 4dc798de19c767b91fd3025c85593fa6809d1340 Author: Behdad Esfahbod -Date: Mon Aug 26 20:39:00 2013 -0400 +Date: Mon Aug 26 20:39:00 2013 -0400 Add hb-deprecated.h, and rename a couple enum values Add deprecated alias for old name. - src/Makefile.am | 1 + - src/hb-buffer.cc | 4 ++-- - src/hb-buffer.h | 8 +++---- - src/hb-common.h | 5 ----- - src/hb-deprecated.h | 51 + src/Makefile.am | 1 + + src/hb-buffer.cc | 4 ++-- + src/hb-buffer.h | 8 +++---- + src/hb-common.h | 5 ----- + src/hb-deprecated.h | 51 ++++++++++++++++++++++++++++++++++++++++++++ - src/hb.h | 1 + + src/hb.h | 1 + src/test-buffer-serialize.cc | 2 +- test/api/test-buffer.c | 2 +- - util/Makefile.am | 1 + - util/hb-shape.cc | 2 +- - util/options.hh | 2 +- + util/Makefile.am | 1 + + util/hb-shape.cc | 2 +- + util/options.hh | 2 +- 11 files changed, 64 insertions(+), 15 deletions(-) commit 2e3a07abdf97b0ad2105c3a52f3ff0e0b60b29c4 Author: Behdad Esfahbod -Date: Mon Aug 26 18:49:07 2013 -0400 +Date: Mon Aug 26 18:49:07 2013 -0400 Separate face source code from font Makes documentation / introspection easier. - Android.mk | 1 + + Android.mk | 1 + docs/reference/harfbuzz-docs.xml | 1 + docs/reference/harfbuzz-sections.txt | 6 +- - src/Makefile.am | 3 + - src/hb-face-private.hh | 108 ++++++++++++ - src/hb-face.cc | 311 + src/Makefile.am | 3 + + src/hb-face-private.hh | 108 ++++++++++++ + src/hb-face.cc | 311 +++++++++++++++++++++++++++++++++++ - src/hb-face.h | 117 +++++++++++++ - src/hb-font-private.hh | 67 +------- - src/hb-font.cc | 269 ------------------------------ - src/hb-font.h | 75 +-------- - src/hb.h | 1 + + src/hb-face.h | 117 +++++++++++++ + src/hb-font-private.hh | 67 +------- + src/hb-font.cc | 269 ------------------------------ + src/hb-font.h | 75 +-------- + src/hb.h | 1 + 11 files changed, 549 insertions(+), 410 deletions(-) commit d3490761e11ae308fbd8aaf02059653f579035c5 Author: Behdad Esfahbod -Date: Mon Aug 26 21:15:29 2013 -0400 +Date: Mon Aug 26 21:15:29 2013 -0400 Improve check-includes.sh @@ -16137,7 +19511,7 @@ Date: Mon Aug 26 21:15:29 2013 -0400 commit 381f2fb5e664715d67ffc9a234b0fd8aa540fada Author: Behdad Esfahbod -Date: Mon Aug 26 19:20:38 2013 -0400 +Date: Mon Aug 26 19:20:38 2013 -0400 Minor @@ -16146,7 +19520,7 @@ Date: Mon Aug 26 19:20:38 2013 -0400 commit ac1f09b53e2c5d14c874e4d9f1b25b03ea1d1c44 Author: Behdad Esfahbod -Date: Mon Aug 26 18:50:12 2013 -0400 +Date: Mon Aug 26 18:50:12 2013 -0400 [gtk-doc] Fix maintainer-clean rule @@ -16155,7 +19529,7 @@ Date: Mon Aug 26 18:50:12 2013 -0400 commit 38b8b40526a85f33521542e24d1e0c82588efc85 Author: Behdad Esfahbod -Date: Tue Aug 27 11:44:09 2013 -0400 +Date: Tue Aug 27 11:44:09 2013 -0400 Fix possible snprintf OOM @@ -16163,23 +19537,23 @@ Date: Tue Aug 27 11:44:09 2013 -0400 src/hb-buffer-serialize.cc | 14 +++++++------- src/hb-font-private.hh | 3 ++- - src/hb-shape.cc | 6 +++--- + src/hb-shape.cc | 6 +++--- 3 files changed, 12 insertions(+), 11 deletions(-) commit d22548c0e362cc9447557440af9ecbb11badfa78 Author: Behdad Esfahbod -Date: Mon Aug 26 18:46:21 2013 -0400 +Date: Mon Aug 26 18:46:21 2013 -0400 [check-*] Minor src/check-c-linkage-decls.sh | 4 ++-- src/check-header-guards.sh | 4 ++-- - src/check-includes.sh | 4 ++-- + src/check-includes.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) commit 029f46bde7e39094d3decb46525e91a97c5cc02c Author: Behdad Esfahbod -Date: Mon Aug 26 18:11:07 2013 -0400 +Date: Mon Aug 26 18:11:07 2013 -0400 [gtk-doc] Remove tmpl in make maintainer-clean @@ -16188,7 +19562,7 @@ Date: Mon Aug 26 18:11:07 2013 -0400 commit dddf990c3687a47297eafc82b54fa96842e68003 Author: Behdad Esfahbod -Date: Mon Aug 26 17:58:25 2013 -0400 +Date: Mon Aug 26 17:58:25 2013 -0400 [git.mk] Update @@ -16197,20 +19571,20 @@ Date: Mon Aug 26 17:58:25 2013 -0400 commit 700a15fe4b80da9c67befd85ae10a166f5b65962 Author: Behdad Esfahbod -Date: Mon Aug 26 17:49:36 2013 -0400 +Date: Mon Aug 26 17:49:36 2013 -0400 Add HB_DISABLE_DEPRECATED That moment that you have to accept that you made API mistakes... - docs/reference/Makefile.am | 2 +- + docs/reference/Makefile.am | 2 +- docs/reference/harfbuzz-sections.txt | 8 +++++--- - src/hb-common.h | 4 +++- + src/hb-common.h | 4 +++- 3 files changed, 9 insertions(+), 5 deletions(-) commit ddc456a519a9a59e96f9d7fcad988369e0a8842b Author: Behdad Esfahbod -Date: Mon Aug 26 17:34:18 2013 -0400 +Date: Mon Aug 26 17:34:18 2013 -0400 [travis] Add graphite2 @@ -16219,7 +19593,7 @@ Date: Mon Aug 26 17:34:18 2013 -0400 commit f7c72b42efb8d42859023659fd2e3d589523436d Author: Anthony Carrico -Date: Sun Feb 24 13:00:33 2013 -0500 +Date: Sun Feb 24 13:00:33 2013 -0500 [gtk-doc] Initial setup @@ -16228,24 +19602,24 @@ Date: Sun Feb 24 13:00:33 2013 -0500 build use "./autogen.sh --enable-gtk-doc" then "make". Docs are in harfbuzz/docs/reference/html/index.html. - .travis.yml | 10 +- - Makefile.am | 7 +- - autogen.sh | 7 + - configure.ac | 7 +- - docs/Makefile.am | 1 + - docs/reference/Makefile.am | 109 +++++++++ + .travis.yml | 10 +- + Makefile.am | 7 +- + autogen.sh | 7 + + configure.ac | 7 +- + docs/Makefile.am | 1 + + docs/reference/Makefile.am | 109 +++++++++ docs/reference/harfbuzz-docs.xml | 61 +++++ docs/reference/harfbuzz-overrides.txt | 0 docs/reference/harfbuzz-sections.txt | 431 ++++++++++++++++++++++++++++++++++ - gtk-doc.make | 302 ++++++++++++++++++++++++ - src/Makefile.am | 2 +- - src/hb-gobject.h | 3 +- + gtk-doc.make | 302 ++++++++++++++++++++++++ + src/Makefile.am | 2 +- + src/hb-gobject.h | 3 +- 12 files changed, 931 insertions(+), 9 deletions(-) commit 3409fb1c767118067cf7edfb97068936b6f4b717 Author: Behdad Esfahbod -Date: Wed Aug 21 17:22:21 2013 -0400 +Date: Wed Aug 21 17:22:21 2013 -0400 [uniscribe] Ask Uniscribe to return shaping results in logical order @@ -16259,7 +19633,7 @@ Date: Wed Aug 21 17:22:21 2013 -0400 commit 1d05fdd09fa271b641f30a2138171e6fafcd8db7 Author: Behdad Esfahbod -Date: Tue Aug 20 13:22:21 2013 -0400 +Date: Tue Aug 20 13:22:21 2013 -0400 [uniscribe] Print run info @@ -16268,7 +19642,7 @@ Date: Tue Aug 20 13:22:21 2013 -0400 commit 3613696b57225111507a3f4263f5fa6937d0bc72 Author: Behdad Esfahbod -Date: Mon Aug 12 00:33:28 2013 -0400 +Date: Mon Aug 12 00:33:28 2013 -0400 [coretext] Fully support user features @@ -16291,29 +19665,29 @@ Date: Mon Aug 12 00:33:28 2013 -0400 src/hb-coretext.cc | 446 +++++++++++++++++++++++++++++++++++++++++++++++----- - src/hb-uniscribe.cc | 2 +- + src/hb-uniscribe.cc | 2 +- 2 files changed, 404 insertions(+), 44 deletions(-) commit 54e6f6c588a164f7de62ff88b3eff4f25adb8f17 Author: Behdad Esfahbod -Date: Fri Aug 9 14:34:54 2013 -0400 +Date: Fri Aug 9 14:34:54 2013 -0400 Clean up list of Unicode scripts Rename HB_SCRIPT_CANADIAN_ABORIGINAL to HB_SCRIPT_CANADIAN_SYLLABICS and a macro for the old name. - src/hb-common.h | 277 + src/hb-common.h | 277 ++++++++++++++++++++----------------- - src/hb-glib.cc | 2 +- - src/hb-ot-shape-complex-private.hh | 2 + - src/hb-ucdn.cc | 2 +- - test/api/test-unicode.c | 2 +- + src/hb-glib.cc | 2 +- + src/hb-ot-shape-complex-private.hh | 2 + + src/hb-ucdn.cc | 2 +- + test/api/test-unicode.c | 2 +- 5 files changed, 153 insertions(+), 132 deletions(-) commit 7cd4a715848c44be9aec6b6b622cfc2a60b1a5a9 Author: Behdad Esfahbod -Date: Fri Aug 9 09:41:48 2013 -0400 +Date: Fri Aug 9 09:41:48 2013 -0400 Update TODO @@ -16322,7 +19696,7 @@ Date: Fri Aug 9 09:41:48 2013 -0400 commit 515a0ac81e531c95b1bb7f1a3c5df73a9e64b14f Author: Behdad Esfahbod -Date: Fri Aug 9 09:40:59 2013 -0400 +Date: Fri Aug 9 09:40:59 2013 -0400 Fix compiler warning @@ -16331,20 +19705,20 @@ Date: Fri Aug 9 09:40:59 2013 -0400 commit 10f964623f003c70f6bdd33423420abda3820ce0 Author: Behdad Esfahbod -Date: Fri Aug 9 09:40:01 2013 -0400 +Date: Fri Aug 9 09:40:01 2013 -0400 Round when scaling values Doesn't matter for most users since they should be working in a fixed sub-pixel scale anyway (ie. 22.10, 26.6, 16.16, etc). - TODO | 2 -- + TODO | 2 -- src/hb-font-private.hh | 6 +++++- 2 files changed, 5 insertions(+), 3 deletions(-) commit df8f70ae5de6181d56efa3f076f14e4d52119a5e Author: Behdad Esfahbod -Date: Fri Aug 9 09:35:10 2013 -0400 +Date: Fri Aug 9 09:35:10 2013 -0400 Minor @@ -16353,7 +19727,7 @@ Date: Fri Aug 9 09:35:10 2013 -0400 commit ce8badf1808f9fbdd9a22e9215c7475d3afde5ed Author: Behdad Esfahbod -Date: Fri Aug 9 09:31:06 2013 -0400 +Date: Fri Aug 9 09:31:06 2013 -0400 Minor @@ -16362,19 +19736,19 @@ Date: Fri Aug 9 09:31:06 2013 -0400 commit d71c0df2d17f4590d5611239577a6cb532c26528 Author: Behdad Esfahbod -Date: Fri Aug 9 09:28:32 2013 -0400 +Date: Fri Aug 9 09:28:32 2013 -0400 Remove vrt2, vkrn, vpal, and valt from default vertical features See thread by John Dagget on the list. - TODO | 2 -- + TODO | 2 -- src/hb-ot-shape.cc | 9 --------- 2 files changed, 11 deletions(-) commit a782a5e9a37c8733ac2830410a514d38635b543a Author: Behdad Esfahbod -Date: Wed Aug 7 21:08:54 2013 -0400 +Date: Wed Aug 7 21:08:54 2013 -0400 [coretext] Start adding support for features @@ -16388,7 +19762,7 @@ Date: Wed Aug 7 21:08:54 2013 -0400 commit bdd8873fd8ae5c794018f6edac242b0a8b62ff31 Author: Behdad Esfahbod -Date: Wed Aug 7 17:58:25 2013 -0400 +Date: Wed Aug 7 17:58:25 2013 -0400 Revert "[Indic] don't apply 'calt' by default in Indic shaper" @@ -16401,7 +19775,7 @@ Date: Wed Aug 7 17:58:25 2013 -0400 commit 9a175914d72187d0c3f50ddad50c9569649c3072 Author: Behdad Esfahbod -Date: Wed Aug 7 17:26:13 2013 -0400 +Date: Wed Aug 7 17:26:13 2013 -0400 [uniscribe] Support feature ranges @@ -16414,7 +19788,7 @@ Date: Wed Aug 7 17:26:13 2013 -0400 commit 627af695e48ef10b6e634c34b723f7e7013467f6 Author: Behdad Esfahbod -Date: Tue Aug 6 16:53:56 2013 -0400 +Date: Tue Aug 6 16:53:56 2013 -0400 More git.mk updates @@ -16423,7 +19797,7 @@ Date: Tue Aug 6 16:53:56 2013 -0400 commit 722252743d59e4cd53cb71720d823ea00b708ad8 Author: Behdad Esfahbod -Date: Tue Aug 6 15:19:23 2013 -0400 +Date: Tue Aug 6 15:19:23 2013 -0400 Update git.mk @@ -16432,7 +19806,7 @@ Date: Tue Aug 6 15:19:23 2013 -0400 commit 38d5c58d23fce38221689cda98cea1c3e42ed615 Author: Behdad Esfahbod -Date: Tue Aug 6 14:45:36 2013 -0400 +Date: Tue Aug 6 14:45:36 2013 -0400 [uniscribe] Half-support user features @@ -16444,7 +19818,7 @@ Date: Tue Aug 6 14:45:36 2013 -0400 commit 639afdc690c681a302080239a1967ce735ba5be5 Author: Behdad Esfahbod -Date: Tue Aug 6 14:28:12 2013 -0400 +Date: Tue Aug 6 14:28:12 2013 -0400 Minor @@ -16453,7 +19827,7 @@ Date: Tue Aug 6 14:28:12 2013 -0400 commit 952121007c6f6f374e4cf1734ebcfe2d2d71c71c Author: Jonathan Kew -Date: Tue Aug 6 10:36:14 2013 -0400 +Date: Tue Aug 6 10:36:14 2013 -0400 [Indic] don't apply 'calt' by default in Indic shaper @@ -16462,7 +19836,7 @@ Date: Tue Aug 6 10:36:14 2013 -0400 commit 625678436c29100eef82d87e635b251030a18f60 Author: Behdad Esfahbod -Date: Mon Aug 5 22:44:18 2013 -0400 +Date: Mon Aug 5 22:44:18 2013 -0400 Fix glyph closure with class==0 @@ -16473,7 +19847,7 @@ Date: Mon Aug 5 22:44:18 2013 -0400 commit 580d5eb93af5bbbc64994b626d5e011e2c256d74 Author: Behdad Esfahbod -Date: Sun Aug 4 16:55:21 2013 -0400 +Date: Sun Aug 4 16:55:21 2013 -0400 Don't apply 'dlig' by default @@ -16484,7 +19858,7 @@ Date: Sun Aug 4 16:55:21 2013 -0400 commit 48382e2f41499a91181bea0acc5792989d2485bb Author: Behdad Esfahbod -Date: Tue Jul 30 18:25:39 2013 -0400 +Date: Tue Jul 30 18:25:39 2013 -0400 Minor @@ -16493,7 +19867,7 @@ Date: Tue Jul 30 18:25:39 2013 -0400 commit c461371419d186811d4bfc768e26535f48a807f4 Author: Behdad Esfahbod -Date: Tue Jul 30 14:48:23 2013 -0400 +Date: Tue Jul 30 14:48:23 2013 -0400 [CoreText] Don't leak the CTLine object (and everything that hangs off it) @@ -16505,7 +19879,7 @@ Date: Tue Jul 30 14:48:23 2013 -0400 commit 5fbc952524ac8840f007dc0136823a4ab6e25f70 Author: Behdad Esfahbod -Date: Mon Jul 29 14:34:40 2013 -0400 +Date: Mon Jul 29 14:34:40 2013 -0400 Fix glyph name printing in hb-ot-shape-closure @@ -16514,7 +19888,7 @@ Date: Mon Jul 29 14:34:40 2013 -0400 commit 6fadd9dd7cc220f131c29946285831635afc8044 Author: Behdad Esfahbod -Date: Fri Jul 26 10:33:06 2013 -0400 +Date: Fri Jul 26 10:33:06 2013 -0400 Apply 'mark' to Myanmar @@ -16526,7 +19900,7 @@ Date: Fri Jul 26 10:33:06 2013 -0400 commit 86522e493d071f395b5abf64289232bf8867ac29 Author: Behdad Esfahbod -Date: Mon Jul 22 19:07:53 2013 -0400 +Date: Mon Jul 22 19:07:53 2013 -0400 Fix glyph closure recursion! @@ -16535,7 +19909,7 @@ Date: Mon Jul 22 19:07:53 2013 -0400 commit 74439d0aa10184451adc6c6469f5119be352ecbb Author: Behdad Esfahbod -Date: Mon Jul 22 19:02:29 2013 -0400 +Date: Mon Jul 22 19:02:29 2013 -0400 Minor @@ -16544,7 +19918,7 @@ Date: Mon Jul 22 19:02:29 2013 -0400 commit 8b427c78efa988ed27a2a394146d73f59688707b Author: Behdad Esfahbod -Date: Mon Jul 22 10:57:05 2013 -0400 +Date: Mon Jul 22 10:57:05 2013 -0400 [uniscribe] Sanitize font file @@ -16553,7 +19927,7 @@ Date: Mon Jul 22 10:57:05 2013 -0400 commit 12ff69df21ac91ae21860db7000d9f9973d3da1a Author: Behdad Esfahbod -Date: Mon Jul 22 10:52:12 2013 -0400 +Date: Mon Jul 22 10:52:12 2013 -0400 [uniscribe] Handle TTC when renaming font @@ -16562,19 +19936,19 @@ Date: Mon Jul 22 10:52:12 2013 -0400 commit 05bad3b8c25a89bc0f20f99f9215e492f48f03fe Author: Behdad Esfahbod -Date: Sun Jul 21 17:05:02 2013 -0400 +Date: Sun Jul 21 17:05:02 2013 -0400 [uniscribe] Use OT::* types - src/hb-open-type-private.hh | 10 ++++- - src/hb-ot-name-table.hh | 4 +- - src/hb-uniscribe.cc | 107 + src/hb-open-type-private.hh | 10 ++++- + src/hb-ot-name-table.hh | 4 +- + src/hb-uniscribe.cc | 107 +++++++++++++++++++++++--------------------- 3 files changed, 66 insertions(+), 55 deletions(-) commit bdeea605fe597bff4430eaae3317189bb81ec76e Author: Behdad Esfahbod -Date: Sun Jul 21 16:22:10 2013 -0400 +Date: Sun Jul 21 16:22:10 2013 -0400 [uniscribe] Move name generation into separate function @@ -16583,7 +19957,7 @@ Date: Sun Jul 21 16:22:10 2013 -0400 commit 73f947e2a7bc5b29d731da2e9d1fafe958be839e Author: Behdad Esfahbod -Date: Sun Jul 21 16:16:35 2013 -0400 +Date: Sun Jul 21 16:16:35 2013 -0400 [uniscribe] Use blob to pass data around @@ -16592,7 +19966,7 @@ Date: Sun Jul 21 16:16:35 2013 -0400 commit 8ac2e88deff3d069c19fd59d0fbbfb88a762b113 Author: Behdad Esfahbod -Date: Sun Jul 21 16:06:49 2013 -0400 +Date: Sun Jul 21 16:06:49 2013 -0400 [uniscribe] Use unique font name @@ -16604,14 +19978,14 @@ Date: Sun Jul 21 16:06:49 2013 -0400 Patch from Jonathan Kew. - configure.ac | 2 +- + configure.ac | 2 +- src/hb-uniscribe.cc | 136 ++++++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 116 insertions(+), 22 deletions(-) commit 8751de50831338ce550601c34c17d152ad89c1fd Author: Behdad Esfahbod -Date: Thu Jul 18 16:29:50 2013 -0400 +Date: Thu Jul 18 16:29:50 2013 -0400 Followup fix for 3f9e2dced298c3d00f31b2dfc38685bb071a3a22 @@ -16630,17 +20004,17 @@ Date: Thu Jul 18 16:29:50 2013 -0400 commit 2b78d67e9f38f77086fbd9c3fd6f1c8c73927a51 Author: Behdad Esfahbod -Date: Tue Jul 16 16:06:27 2013 -0400 +Date: Tue Jul 16 16:06:27 2013 -0400 0.9.19 - NEWS | 11 +++++++++++ + NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) commit e509d35cf1160f1449bc736b9445cdf61ab81d06 Author: Behdad Esfahbod -Date: Thu Jul 11 14:56:45 2013 -0400 +Date: Thu Jul 11 14:56:45 2013 -0400 [ft] hb_ft_get_glyph_from_name fails for the name of glyph id 0 @@ -16651,7 +20025,7 @@ Date: Thu Jul 11 14:56:45 2013 -0400 commit 29b596ac67806c44441e65f3ece227df0fe2bb63 Author: Behdad Esfahbod -Date: Mon Jul 8 08:37:15 2013 -0600 +Date: Mon Jul 8 08:37:15 2013 -0600 [uniscribe] Fix buffer allocation @@ -16686,7 +20060,7 @@ Date: Mon Jul 8 08:37:15 2013 -0600 commit 9245e98742667dfffe06523e8051beda1bc04811 Author: Behdad Esfahbod -Date: Wed Jun 26 20:57:58 2013 -0400 +Date: Wed Jun 26 20:57:58 2013 -0400 [Indic] Add Javanese config @@ -16698,7 +20072,7 @@ Date: Wed Jun 26 20:57:58 2013 -0400 commit 5f85c80a07dd2d18348824866bf4e984ac711a24 Author: Behdad Esfahbod -Date: Wed Jun 26 20:14:18 2013 -0400 +Date: Wed Jun 26 20:14:18 2013 -0400 [OT] Collect requiredFeature only if features are not provided @@ -16709,7 +20083,7 @@ Date: Wed Jun 26 20:14:18 2013 -0400 commit 3f9e2dced298c3d00f31b2dfc38685bb071a3a22 Author: Behdad Esfahbod -Date: Wed Jun 26 19:46:55 2013 -0400 +Date: Wed Jun 26 19:46:55 2013 -0400 Fix contextual lookup recursion indexing @@ -16720,9 +20094,9 @@ Date: Wed Jun 26 19:46:55 2013 -0400 1 file changed, 2 insertions(+), 8 deletions(-) commit f5da11e0fa5adf8f782883dc5c30d8faaafc9c27 -Merge: 79d1007 89312b7 +Merge: 79d1007a 89312b74 Author: Behdad Esfahbod -Date: Sat Jun 22 08:04:05 2013 -0700 +Date: Sat Jun 22 08:04:05 2013 -0700 Merge pull request #3 from LogosBible/master @@ -16730,7 +20104,7 @@ Date: Sat Jun 22 08:04:05 2013 -0700 commit 89312b7417c0198a0635ca6b7e8ea11f6af2a4f8 Author: Bradley Grainger -Date: Fri Jun 21 15:02:18 2013 -0700 +Date: Fri Jun 21 15:02:18 2013 -0700 Destroy lookups before blobs. @@ -16743,7 +20117,7 @@ Date: Fri Jun 21 15:02:18 2013 -0700 commit 79d1007a501fd63c0ba4d51038c513e6b8b94740 Author: Behdad Esfahbod -Date: Thu Jun 13 19:01:07 2013 -0400 +Date: Thu Jun 13 19:01:07 2013 -0400 If variation selector is not consumed by cmap, pass it on to GSUB @@ -16762,13 +20136,13 @@ Date: Thu Jun 13 19:01:07 2013 -0400 and the variation-selector. However, since currently the variation selector doesn't have the 'init' mask on, it will not be matched... - src/hb-ft.cc | 3 +-- + src/hb-ft.cc | 3 +-- src/hb-ot-shape-normalize.cc | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) commit c7a84917208528040aaf9ad0a9a0b26aabeabc9c Author: Behdad Esfahbod -Date: Thu Jun 6 20:17:32 2013 -0400 +Date: Thu Jun 6 20:17:32 2013 -0400 Skip over multiple variation selectors in a row @@ -16777,28 +20151,28 @@ Date: Thu Jun 6 20:17:32 2013 -0400 commit 7235f33f9e5e031622a00a84f4b2e98f16803579 Author: Behdad Esfahbod -Date: Mon Jun 10 14:39:51 2013 -0400 +Date: Mon Jun 10 14:39:51 2013 -0400 Fix misc warnings reported by cppcheck https://bugs.freedesktop.org/show_bug.cgi?id=65544 - src/hb-common.cc | 2 +- - src/hb-coretext.cc | 3 --- + src/hb-common.cc | 2 +- + src/hb-coretext.cc | 3 --- src/hb-font-private.hh | 17 +++++++++++------ - src/hb-private.hh | 2 +- - src/hb-shape.cc | 2 +- - test/api/test-font.c | 1 - - util/ansi-print.cc | 1 + - util/hb-ot-shape-closure.cc | 5 +++-- - util/hb-shape.cc | 5 ++++- - util/shape-consumer.hh | 6 ++++-- - util/view-cairo.hh | 6 ++++-- + src/hb-private.hh | 2 +- + src/hb-shape.cc | 2 +- + test/api/test-font.c | 1 - + util/ansi-print.cc | 1 + + util/hb-ot-shape-closure.cc | 5 +++-- + util/hb-shape.cc | 5 ++++- + util/shape-consumer.hh | 6 ++++-- + util/view-cairo.hh | 6 ++++-- 11 files changed, 30 insertions(+), 20 deletions(-) commit 570bcccd3f41b9aecd51765a401299833a6d8ebd Author: Behdad Esfahbod -Date: Mon Jun 10 13:56:51 2013 -0400 +Date: Mon Jun 10 13:56:51 2013 -0400 Fix PKG_CHECK_MODULES usage @@ -16811,7 +20185,7 @@ Date: Mon Jun 10 13:56:51 2013 -0400 commit 270cfd7a9c01dfb1b1789929f020943ad63aca99 Author: Behdad Esfahbod -Date: Thu Jun 6 18:57:15 2013 -0400 +Date: Thu Jun 6 18:57:15 2013 -0400 Fix PKG_CHECK_MODULES usage @@ -16826,7 +20200,7 @@ Date: Thu Jun 6 18:57:15 2013 -0400 commit 2fd0e02706857bcaf61bf5151657eac96cfa73b9 Author: Behdad Esfahbod -Date: Thu Jun 6 17:16:01 2013 -0400 +Date: Thu Jun 6 17:16:01 2013 -0400 Minor @@ -16835,7 +20209,7 @@ Date: Thu Jun 6 17:16:01 2013 -0400 commit b4c5c52944a44ba863a22a53035ff561af7318ca Author: Chun-wei Fan -Date: Mon Jun 3 17:55:29 2013 +0800 +Date: Mon Jun 3 17:55:29 2013 +0800 util/ansi-print.cc: Use fallback implementation for lround on MSVC @@ -16847,7 +20221,7 @@ Date: Mon Jun 3 17:55:29 2013 +0800 commit a4446b10bfe0a9e7236bf941fa69a96697939e11 Author: Behdad Esfahbod -Date: Mon Jun 3 18:39:14 2013 -0400 +Date: Mon Jun 3 18:39:14 2013 -0400 Fix build for C89 compilers @@ -16856,7 +20230,7 @@ Date: Mon Jun 3 18:39:14 2013 -0400 commit 4ddf937242048c4a044ada4559e26664a0c09b48 Author: Behdad Esfahbod -Date: Mon Jun 3 18:36:26 2013 -0400 +Date: Mon Jun 3 18:36:26 2013 -0400 Remove unnecessary stdint.h include @@ -16865,7 +20239,7 @@ Date: Mon Jun 3 18:36:26 2013 -0400 commit 93a04b8b5e6d8067cb925fdf532aadc24c1d4861 Author: Chun-wei Fan -Date: Mon Jun 3 17:49:37 2013 +0800 +Date: Mon Jun 3 17:49:37 2013 +0800 hb-uniscribe.cc: Re-enable build under Visual Studio @@ -16878,7 +20252,7 @@ Date: Mon Jun 3 17:49:37 2013 +0800 commit 280e52ae95df0cbee0bb305f5354381bc1d563f4 Author: Behdad Esfahbod -Date: Thu May 30 18:04:24 2013 -0400 +Date: Thu May 30 18:04:24 2013 -0400 Fix ChangeLog regen @@ -16887,7 +20261,7 @@ Date: Thu May 30 18:04:24 2013 -0400 commit c1824daefa1253507636e4bfdf46374f835f10b3 Author: Behdad Esfahbod -Date: Wed May 29 15:30:54 2013 -0400 +Date: Wed May 29 15:30:54 2013 -0400 Update TODO @@ -16896,7 +20270,7 @@ Date: Wed May 29 15:30:54 2013 -0400 commit 2966d3603259430800cb5880491d28a1c5ea2314 Author: Behdad Esfahbod -Date: Tue May 28 17:34:37 2013 -0400 +Date: Tue May 28 17:34:37 2013 -0400 Fix test build @@ -16905,7 +20279,7 @@ Date: Tue May 28 17:34:37 2013 -0400 commit 6873f6cc42aa1405e71be903bd0f39a7a15320ce Author: Behdad Esfahbod -Date: Tue May 28 17:33:16 2013 -0400 +Date: Tue May 28 17:33:16 2013 -0400 Minor @@ -16914,17 +20288,17 @@ Date: Tue May 28 17:33:16 2013 -0400 commit 4014aa4e53bddb29d939a168bd733942d3683732 Author: Behdad Esfahbod -Date: Tue May 28 17:28:59 2013 -0400 +Date: Tue May 28 17:28:59 2013 -0400 0.9.18 - NEWS | 28 ++++++++++++++++++++++++++++ + NEWS | 28 ++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) commit d70be29831bb99e34fe18744129088f45d5b2023 Author: Behdad Esfahbod -Date: Tue May 28 17:23:56 2013 -0400 +Date: Tue May 28 17:23:56 2013 -0400 Fix dist @@ -16933,7 +20307,7 @@ Date: Tue May 28 17:23:56 2013 -0400 commit 22ce0961742df0a213f2cc86ca3d5a72453c00b1 Author: Behdad Esfahbod -Date: Tue May 28 17:18:30 2013 -0400 +Date: Tue May 28 17:18:30 2013 -0400 Generate harfbuzz-icu.pc @@ -16941,17 +20315,17 @@ Date: Tue May 28 17:18:30 2013 -0400 wait till someone complains before fixing it for icu-config systems. - Makefile.am | 3 --- - configure.ac | 5 ++--- - harfbuzz.pc.in | 11 ----------- - src/Makefile.am | 13 +++++++++++++ + Makefile.am | 3 --- + configure.ac | 5 ++--- + harfbuzz.pc.in | 11 ----------- + src/Makefile.am | 13 +++++++++++++ src/harfbuzz-icu.pc.in | 13 +++++++++++++ - src/harfbuzz.pc.in | 11 +++++++++++ + src/harfbuzz.pc.in | 11 +++++++++++ 6 files changed, 39 insertions(+), 17 deletions(-) commit d9afa111330771461b6182ada9f4edd68bcfce77 Author: Behdad Esfahbod -Date: Tue May 28 15:27:40 2013 -0400 +Date: Tue May 28 15:27:40 2013 -0400 Build hb-icu into libharfbuzz-icu.so @@ -16962,7 +20336,7 @@ Date: Tue May 28 15:27:40 2013 -0400 commit 7d395c2a255a44fd0d65365ea9b525dba70c062c Author: Behdad Esfahbod -Date: Tue May 28 15:25:06 2013 -0400 +Date: Tue May 28 15:25:06 2013 -0400 Minor @@ -16971,20 +20345,20 @@ Date: Tue May 28 15:25:06 2013 -0400 commit 2a17f9568d9724e045d2c1d660e007f3acd747d9 Author: Behdad Esfahbod -Date: Tue May 28 13:10:51 2013 -0400 +Date: Tue May 28 13:10:51 2013 -0400 Bug 55494 - ScriptItemizeOpenType doesn't exists under Windows XP Fallback to older API if OpenType variants are not available. - configure.ac | 14 +-- + configure.ac | 14 +-- src/hb-uniscribe.cc | 322 +++++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 271 insertions(+), 65 deletions(-) commit f8087ffbadc83a15d59367ba82976eae675736a7 Author: Behdad Esfahbod -Date: Mon May 27 19:43:48 2013 -0400 +Date: Mon May 27 19:43:48 2013 -0400 Add --with-cairo @@ -16993,7 +20367,7 @@ Date: Mon May 27 19:43:48 2013 -0400 commit 82eddfe5d658ef791d6ef6a566401c50601dfb1c Author: Behdad Esfahbod -Date: Mon May 27 19:33:36 2013 -0400 +Date: Mon May 27 19:33:36 2013 -0400 Add --with-freetype @@ -17004,7 +20378,7 @@ Date: Mon May 27 19:33:36 2013 -0400 commit 5e25eb77a49e7f95b6a6d540b26d60d430f89d4c Author: Behdad Esfahbod -Date: Mon May 27 19:30:48 2013 -0400 +Date: Mon May 27 19:30:48 2013 -0400 Default glib to auto again @@ -17013,7 +20387,7 @@ Date: Mon May 27 19:30:48 2013 -0400 commit eb63e786f37468867c81707504128cf8a4016e5b Author: Behdad Esfahbod -Date: Mon May 27 19:29:09 2013 -0400 +Date: Mon May 27 19:29:09 2013 -0400 Add --with-coretext @@ -17024,7 +20398,7 @@ Date: Mon May 27 19:29:09 2013 -0400 commit ab2af17bc6faa8394656e6e82948dc3e9f437626 Author: Behdad Esfahbod -Date: Mon May 27 19:27:43 2013 -0400 +Date: Mon May 27 19:27:43 2013 -0400 Add --with-uniscribe @@ -17035,7 +20409,7 @@ Date: Mon May 27 19:27:43 2013 -0400 commit 58db2c2542717858acbdf480b3f19a8aef4918cd Author: Behdad Esfahbod -Date: Mon May 27 19:10:33 2013 -0400 +Date: Mon May 27 19:10:33 2013 -0400 Disable UCDN if glib is available @@ -17049,7 +20423,7 @@ Date: Mon May 27 19:10:33 2013 -0400 commit ca65326cbd49b48792c4e3125af6c5006364f194 Author: Behdad Esfahbod -Date: Mon May 27 19:09:50 2013 -0400 +Date: Mon May 27 19:09:50 2013 -0400 Minor @@ -17058,7 +20432,7 @@ Date: Mon May 27 19:09:50 2013 -0400 commit 7ae14973ecb4614a83769d2bbd01f33d8474ffc0 Author: Behdad Esfahbod -Date: Mon May 27 19:06:50 2013 -0400 +Date: Mon May 27 19:06:50 2013 -0400 Disable icu_le shaper @@ -17069,7 +20443,7 @@ Date: Mon May 27 19:06:50 2013 -0400 commit 7e6ebf76236cc5ea69302e68186bdf8166d04a98 Author: Behdad Esfahbod -Date: Mon May 27 19:05:23 2013 -0400 +Date: Mon May 27 19:05:23 2013 -0400 Remove icu-config fallback for icu_le shaper @@ -17080,7 +20454,7 @@ Date: Mon May 27 19:05:23 2013 -0400 commit 932b7471479c639244051b4dbae678e7d47ae99f Author: Behdad Esfahbod -Date: Mon May 27 19:04:40 2013 -0400 +Date: Mon May 27 19:04:40 2013 -0400 Bug 65053 - Add configure option to enable/disable ICU support @@ -17089,7 +20463,7 @@ Date: Mon May 27 19:04:40 2013 -0400 commit cf2c1c7eb81b54a344ed5cf36d5fbd3cd297eed1 Author: Behdad Esfahbod -Date: Mon May 27 18:54:30 2013 -0400 +Date: Mon May 27 18:54:30 2013 -0400 Disable hb-old shaper @@ -17100,7 +20474,7 @@ Date: Mon May 27 18:54:30 2013 -0400 commit 5a78d23f255a649353044af8e5df315f62907b7f Author: Behdad Esfahbod -Date: Mon May 27 18:47:58 2013 -0400 +Date: Mon May 27 18:47:58 2013 -0400 Bug 65054 - Add configure option to enable/disable Graphite2 @@ -17111,7 +20485,7 @@ Date: Mon May 27 18:47:58 2013 -0400 commit 61e7775fa75c7c1bdc29a6992c8c215897364600 Author: Behdad Esfahbod -Date: Mon May 27 18:24:56 2013 -0400 +Date: Mon May 27 18:24:56 2013 -0400 Remove hb-icu dependency from hb-icu-le shaper @@ -17120,7 +20494,7 @@ Date: Mon May 27 18:24:56 2013 -0400 commit 7e08f1258da229dfaf7e1c4b5c41e5bb83906cb0 Author: Behdad Esfahbod -Date: Mon May 27 14:48:34 2013 -0400 +Date: Mon May 27 14:48:34 2013 -0400 Don't zero advance of mark-non-mark ligatures @@ -17134,12 +20508,12 @@ Date: Mon May 27 14:48:34 2013 -0400 Bug 58922 - Issue with mark advance zeroing in generic shaper src/hb-ot-layout-gsubgpos-private.hh | 4 ++++ - src/hb-ot-layout-private.hh | 6 ++++++ + src/hb-ot-layout-private.hh | 6 ++++++ 2 files changed, 10 insertions(+) commit cf059ac69d10d9eb09f0d2a29b1bd989647bd800 Author: Behdad Esfahbod -Date: Fri May 24 15:28:11 2013 -0400 +Date: Fri May 24 15:28:11 2013 -0400 [icu_le] Support non-BMP text @@ -17148,7 +20522,7 @@ Date: Fri May 24 15:28:11 2013 -0400 commit a447c528e68cabc9ca6e24e2c436f3d605ef9aaa Author: Behdad Esfahbod -Date: Thu May 23 17:05:39 2013 -0400 +Date: Thu May 23 17:05:39 2013 -0400 [icu_le] A bit better scaling @@ -17156,28 +20530,28 @@ Date: Thu May 23 17:05:39 2013 -0400 1 file changed, 6 insertions(+), 4 deletions(-) commit fb502a22787f4110472771ef771619342e64577a -Merge: b9408d2 9d9e72e +Merge: b9408d24 9d9e72e9 Author: Behdad Esfahbod -Date: Thu May 23 15:54:52 2013 -0400 +Date: Thu May 23 15:54:52 2013 -0400 Merge commit '9d9e72e94e7914f82ce62a304e7242f79c13edaf' commit b9408d24f3029f5287b17779235b1c750ff5158a Author: Behdad Esfahbod -Date: Thu May 23 15:43:02 2013 -0400 +Date: Thu May 23 15:43:02 2013 -0400 [icu_le] Fix scaling Seems to work... - src/hb-icu-le.cc | 2 ++ + src/hb-icu-le.cc | 2 ++ src/hb-icu-le/PortableFontInstance.cpp | 23 +++++++++++++++-------- - src/hb-icu-le/PortableFontInstance.h | 9 ++++++++- + src/hb-icu-le/PortableFontInstance.h | 9 ++++++++- 3 files changed, 25 insertions(+), 9 deletions(-) commit 601526392dec5d8432f147c91658ba50ed6a4322 Author: Behdad Esfahbod -Date: Tue May 21 17:22:13 2013 -0400 +Date: Tue May 21 17:22:13 2013 -0400 Copy stdint.h boilerplate to ucdn @@ -17186,17 +20560,17 @@ Date: Tue May 21 17:22:13 2013 -0400 commit f1b02f4f3c0db9fbfa6747188429df828b000010 Author: Behdad Esfahbod -Date: Mon May 20 09:23:58 2013 -0400 +Date: Mon May 20 09:23:58 2013 -0400 0.9.17 - NEWS | 8 ++++++++ + NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) commit d785fa0c45f7f25f5e5f352b933a5f6fa29be5c0 Author: Behdad Esfahbod -Date: Mon May 20 09:18:52 2013 -0400 +Date: Mon May 20 09:18:52 2013 -0400 Minor refactoring @@ -17206,7 +20580,7 @@ Date: Mon May 20 09:18:52 2013 -0400 commit 127daf15e0b2f509ebd29a104236c8b38884efb0 Author: Behdad Esfahbod -Date: Mon May 20 09:11:35 2013 -0400 +Date: Mon May 20 09:11:35 2013 -0400 Arabic mark width-zeroing regression @@ -17218,13 +20592,13 @@ Date: Mon May 20 09:11:35 2013 -0400 src/hb-ot-shape-complex-myanmar.cc | 2 +- src/hb-ot-shape-complex-private.hh | 6 ++++-- src/hb-ot-shape-complex-thai.cc | 2 +- - src/hb-ot-shape.cc | 36 + src/hb-ot-shape.cc | 36 ++++++++++++++++++++++++++++-------- 6 files changed, 36 insertions(+), 14 deletions(-) commit fa3d0a0ce60a9fcf2b7f906dec916463b1319eda Author: Behdad Esfahbod -Date: Tue May 14 15:30:55 2013 -0400 +Date: Tue May 14 15:30:55 2013 -0400 Bug 64476 - Typo in hb_set_t.get_min() @@ -17235,7 +20609,7 @@ Date: Tue May 14 15:30:55 2013 -0400 commit dfbd115e6c1a86a5f1b8d15200672f1e9410b5de Author: Behdad Esfahbod -Date: Tue May 14 15:30:17 2013 -0400 +Date: Tue May 14 15:30:17 2013 -0400 [test] Add test for hb_set_get_min() bug @@ -17248,7 +20622,7 @@ Date: Tue May 14 15:30:17 2013 -0400 commit 9d9e72e94e7914f82ce62a304e7242f79c13edaf Author: Behdad Esfahbod -Date: Fri May 3 18:10:10 2013 -0400 +Date: Fri May 3 18:10:10 2013 -0400 [OTLayout] Use is_inplace() when flipping buffers @@ -17257,19 +20631,19 @@ Date: Fri May 3 18:10:10 2013 -0400 commit 45f3d980c9503bd94e64f6e3f67f97688347d00c Author: Behdad Esfahbod -Date: Fri May 3 17:49:44 2013 -0400 +Date: Fri May 3 17:49:44 2013 -0400 [OTLayout] Merge / templateize apply_string() src/hb-ot-layout-gpos-table.hh | 25 --------------- src/hb-ot-layout-gsub-table.hh | 48 ---------------------------- - src/hb-ot-layout.cc | 72 + src/hb-ot-layout.cc | 72 ++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 69 insertions(+), 76 deletions(-) commit e015b8f2187d1102b9c34d1a63504e7b05ee20ee Author: Behdad Esfahbod -Date: Fri May 3 17:34:29 2013 -0400 +Date: Fri May 3 17:34:29 2013 -0400 [OTLayout] Minor @@ -17278,18 +20652,18 @@ Date: Fri May 3 17:34:29 2013 -0400 commit 780cd930a974165d76dbf7a87701d11b7f15db06 Author: Behdad Esfahbod -Date: Fri May 3 17:33:16 2013 -0400 +Date: Fri May 3 17:33:16 2013 -0400 [OTLayout] Minor src/hb-ot-layout-gpos-table.hh | 2 +- src/hb-ot-layout-gsub-table.hh | 2 +- - src/hb-ot-layout.cc | 4 ++-- + src/hb-ot-layout.cc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) commit 2e0c44f4bedd3e24c731c0e9e23358e9a4891a35 Author: Behdad Esfahbod -Date: Wed Apr 24 16:42:05 2013 -0400 +Date: Wed Apr 24 16:42:05 2013 -0400 [OTLayout] Add is_inplace() method to GSUB @@ -17301,22 +20675,22 @@ Date: Wed Apr 24 16:42:05 2013 -0400 commit bac1dd6a0ff4d4fae4254506d38ae662b7e9dda7 Author: Behdad Esfahbod -Date: Thu May 2 18:52:24 2013 -0400 +Date: Thu May 2 18:52:24 2013 -0400 [OTLayout] Refactor a bit more - src/hb-ot-layout-gsubgpos-private.hh | 10 +-- - src/hb-ot-layout-private.hh | 26 ++++---- - src/hb-ot-layout.cc | 100 + src/hb-ot-layout-gsubgpos-private.hh | 10 +-- + src/hb-ot-layout-private.hh | 26 ++++---- + src/hb-ot-layout.cc | 100 ++++++++++++++--------------- - src/hb-ot-map-private.hh | 7 +- - src/hb-ot-shape-complex-arabic-fallback.hh | 7 +- - src/hb-ot-shape-fallback.cc | 3 +- + src/hb-ot-map-private.hh | 7 +- + src/hb-ot-shape-complex-arabic-fallback.hh | 7 +- + src/hb-ot-shape-fallback.cc | 3 +- 6 files changed, 78 insertions(+), 75 deletions(-) commit d2c96819de9a7428b65ef0adf794416224221f36 Author: Behdad Esfahbod -Date: Thu May 2 18:18:24 2013 -0400 +Date: Thu May 2 18:18:24 2013 -0400 Move code around @@ -17327,19 +20701,19 @@ Date: Thu May 2 18:18:24 2013 -0400 commit 45fd9424c723f115ca98995b8f8a25185a6fc71d Author: Behdad Esfahbod -Date: Thu May 2 18:06:51 2013 -0400 +Date: Thu May 2 18:06:51 2013 -0400 [OTLayout] Add hb_ot_layout_lookup_accelerator_t - src/hb-ot-layout-private.hh | 21 +++++++++++++++++-- - src/hb-ot-layout.cc | 33 + src/hb-ot-layout-private.hh | 21 +++++++++++++++++-- + src/hb-ot-layout.cc | 33 +++++++++++++++--------------- src/hb-ot-shape-complex-arabic-fallback.hh | 10 +++++---- 3 files changed, 41 insertions(+), 23 deletions(-) commit 76ea563673d24ae1673a5aa3a21da6014479d433 Author: Behdad Esfahbod -Date: Sat May 4 16:01:20 2013 -0400 +Date: Sat May 4 16:01:20 2013 -0400 [OTLayout] Add note about collect_glyphs() and recursive lookups @@ -17348,7 +20722,7 @@ Date: Sat May 4 16:01:20 2013 -0400 commit a8bf0e91f18341e1e20f4e3341fc7dcdd0c990e1 Author: Behdad Esfahbod -Date: Fri May 3 14:45:04 2013 -0400 +Date: Fri May 3 14:45:04 2013 -0400 Add U+061C ARABIC LETTER MARK to Default_Ignorable @@ -17357,7 +20731,7 @@ Date: Fri May 3 14:45:04 2013 -0400 commit 5d59f999204aedfc433ab4989664d875f96b0364 Author: Behdad Esfahbod -Date: Thu May 2 14:44:45 2013 -0400 +Date: Thu May 2 14:44:45 2013 -0400 [OTLayout] Make MultipleSubst in-place for sequences of len=1 @@ -17366,7 +20740,7 @@ Date: Thu May 2 14:44:45 2013 -0400 commit 54f84a6b8571ac7aaaa66f3eff562d23d69d7552 Author: Behdad Esfahbod -Date: Thu May 2 15:27:53 2013 -0400 +Date: Thu May 2 15:27:53 2013 -0400 [OTLayout] Whitespace @@ -17376,18 +20750,18 @@ Date: Thu May 2 15:27:53 2013 -0400 commit 3276c354daaff3acabecff11f8e4b5c54d53fc25 Author: Behdad Esfahbod -Date: Thu May 2 15:16:59 2013 -0400 +Date: Thu May 2 15:16:59 2013 -0400 [OTLayout] Minor refactoring src/hb-ot-map-private.hh | 4 ++++ - src/hb-ot-map.cc | 46 + src/hb-ot-map.cc | 46 +++++++++++++++++++++++++--------------------- 2 files changed, 29 insertions(+), 21 deletions(-) commit ea86efa486a5076e9bf844239bccf86d67577f88 Author: Behdad Esfahbod -Date: Thu May 2 14:41:39 2013 -0400 +Date: Thu May 2 14:41:39 2013 -0400 Minor @@ -17396,7 +20770,7 @@ Date: Thu May 2 14:41:39 2013 -0400 commit 8b63efb6f80b2e9b2de5ec6ab24d6e15826565cb Author: Behdad Esfahbod -Date: Thu May 2 14:29:32 2013 -0400 +Date: Thu May 2 14:29:32 2013 -0400 Minor @@ -17405,18 +20779,18 @@ Date: Thu May 2 14:29:32 2013 -0400 commit 2265be0a620bc76ab65f12fedde67791beb51314 Author: Behdad Esfahbod -Date: Thu May 2 14:25:09 2013 -0400 +Date: Thu May 2 14:25:09 2013 -0400 Minor src/hb-ot-map-private.hh | 17 ++++++++++------- - src/hb-ot-map.cc | 2 ++ + src/hb-ot-map.cc | 2 ++ src/hb-ot-shape-private.hh | 3 +-- 3 files changed, 13 insertions(+), 9 deletions(-) commit e6f19af08717a6a63ad0b5bf4bf368778edc63f0 Author: Behdad Esfahbod -Date: Thu May 2 13:59:46 2013 -0400 +Date: Thu May 2 13:59:46 2013 -0400 Minor @@ -17425,7 +20799,7 @@ Date: Thu May 2 13:59:46 2013 -0400 commit 6c15ddfe2b45383824b64058ae69939d002183a6 Author: Behdad Esfahbod -Date: Tue Apr 30 11:34:00 2013 -0400 +Date: Tue Apr 30 11:34:00 2013 -0400 Renamed DEBUG to something else @@ -17437,7 +20811,7 @@ Date: Tue Apr 30 11:34:00 2013 -0400 commit 00b93f6610f36d8d14ca65fb99864be6d5bdb1ea Author: Behdad Esfahbod -Date: Mon Apr 29 13:48:49 2013 -0400 +Date: Mon Apr 29 13:48:49 2013 -0400 Fix icu linking by requesting the library searchpath from icu-config @@ -17452,7 +20826,7 @@ Date: Mon Apr 29 13:48:49 2013 -0400 commit 03adf38b22a37216dffac50d075ea9c881f1a22d Author: Behdad Esfahbod -Date: Mon Apr 29 13:40:52 2013 -0400 +Date: Mon Apr 29 13:40:52 2013 -0400 Make both old autoconf and new automake happy @@ -17465,7 +20839,7 @@ Date: Mon Apr 29 13:40:52 2013 -0400 commit ed79dff517bacfc87279079d5d42d079c21a0373 Author: Behdad Esfahbod -Date: Sun Apr 21 15:39:25 2013 -0400 +Date: Sun Apr 21 15:39:25 2013 -0400 Minor @@ -17474,29 +20848,29 @@ Date: Sun Apr 21 15:39:25 2013 -0400 commit 893f57b32f01da3411b5596d59170bc340e9fa39 Author: Behdad Esfahbod -Date: Sun Apr 21 15:21:49 2013 -0400 +Date: Sun Apr 21 15:21:49 2013 -0400 Minor renaming src/hb-ot-map-private.hh | 10 +++++----- - src/hb-ot-map.cc | 22 +++++++++++----------- + src/hb-ot-map.cc | 22 +++++++++++----------- 2 files changed, 16 insertions(+), 16 deletions(-) commit 8ac3c9c0b6b8e76bce282825b9bb706c0c78c2a6 Author: Behdad Esfahbod -Date: Sun Apr 21 15:19:38 2013 -0400 +Date: Sun Apr 21 15:19:38 2013 -0400 Rename "pause" to "stage" The compile() function is starting to become illegible... src/hb-ot-map-private.hh | 24 ++++++++++++------------ - src/hb-ot-map.cc | 38 +++++++++++++++++++------------------- + src/hb-ot-map.cc | 38 +++++++++++++++++++------------------- 2 files changed, 31 insertions(+), 31 deletions(-) commit dd0641a432691f9b6186b081c38053858c8bc5c1 Author: Behdad Esfahbod -Date: Sun Apr 21 15:13:57 2013 -0400 +Date: Sun Apr 21 15:13:57 2013 -0400 Minor @@ -17505,7 +20879,7 @@ Date: Sun Apr 21 15:13:57 2013 -0400 commit 06a44e859328f5f1e2f6034e711b474116d22e22 Author: Behdad Esfahbod -Date: Sun Apr 21 15:13:08 2013 -0400 +Date: Sun Apr 21 15:13:08 2013 -0400 Remove unneeded code @@ -17514,22 +20888,22 @@ Date: Sun Apr 21 15:13:08 2013 -0400 one pause_map_t. Now, only if I can find a better name for that... src/hb-ot-map-private.hh | 2 +- - src/hb-ot-map.cc | 12 +----------- + src/hb-ot-map.cc | 12 +----------- 2 files changed, 2 insertions(+), 12 deletions(-) commit a408d2375aa2ad96b58e56aef18e5000daf2516b Author: Behdad Esfahbod -Date: Fri Apr 19 16:32:06 2013 -0400 +Date: Fri Apr 19 16:32:06 2013 -0400 0.9.16 - NEWS | 13 ++++++++++++- + NEWS | 13 ++++++++++++- configure.ac | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) commit 8659c636087e433f56da458351e8b4d85fdb347c Author: Behdad Esfahbod -Date: Fri Apr 19 14:33:17 2013 -0400 +Date: Fri Apr 19 14:33:17 2013 -0400 Hand-code bsearch in the hot inner loop. @@ -17540,7 +20914,7 @@ Date: Fri Apr 19 14:33:17 2013 -0400 commit 797d76d07f80d796a825d850772087104e5a2575 Author: Behdad Esfahbod -Date: Thu Apr 18 19:04:12 2013 -0400 +Date: Thu Apr 18 19:04:12 2013 -0400 Minor @@ -17549,7 +20923,7 @@ Date: Thu Apr 18 19:04:12 2013 -0400 commit e4046080c5d785c8dbf9ec9e3478ab9acc83e479 Author: Behdad Esfahbod -Date: Wed Apr 17 23:49:54 2013 -0400 +Date: Wed Apr 17 23:49:54 2013 -0400 [util] Unbreak --show-text / --show-unicode @@ -17558,7 +20932,7 @@ Date: Wed Apr 17 23:49:54 2013 -0400 commit 0dc3a4e0349d28f387a3b4c60a2f51962742738e Author: Behdad Esfahbod -Date: Wed Apr 17 23:04:03 2013 -0400 +Date: Wed Apr 17 23:04:03 2013 -0400 Obssesive optimization @@ -17571,7 +20945,7 @@ Date: Wed Apr 17 23:04:03 2013 -0400 commit f9a611026785a80baa4cbff31ad0847beb70ca9a Author: Behdad Esfahbod -Date: Wed Apr 17 19:01:49 2013 -0400 +Date: Wed Apr 17 19:01:49 2013 -0400 Remove HB_DEBUG_SET_DIGESTS @@ -17579,12 +20953,12 @@ Date: Wed Apr 17 19:01:49 2013 -0400 but for now the digests seem to be working very well... src/hb-set-private.hh | 16 +--------------- - src/hb-set.cc | 14 -------------- + src/hb-set.cc | 14 -------------- 2 files changed, 1 insertion(+), 29 deletions(-) commit f7466ee76f2bd3812209426e2c39fe517227406d Author: Behdad Esfahbod -Date: Wed Apr 17 18:20:44 2013 -0400 +Date: Wed Apr 17 18:20:44 2013 -0400 Remove hb_set_digest_common_bits_t @@ -17595,7 +20969,7 @@ Date: Wed Apr 17 18:20:44 2013 -0400 commit 0d5798a137b52d9be7ef88c79e59f9bf01d54f3b Author: Behdad Esfahbod -Date: Wed Apr 17 18:19:21 2013 -0400 +Date: Wed Apr 17 18:19:21 2013 -0400 Improve hb_set_digest_t @@ -17607,7 +20981,7 @@ Date: Wed Apr 17 18:19:21 2013 -0400 commit c7851efcd3a1e5317ab4ea57535cb755bace0848 Author: Behdad Esfahbod -Date: Wed Apr 17 17:45:39 2013 -0400 +Date: Wed Apr 17 17:45:39 2013 -0400 Templatize hb_set_digest_lowest_bits_t filter @@ -17616,7 +20990,7 @@ Date: Wed Apr 17 17:45:39 2013 -0400 commit 0edd0fd255790471118fae1fd7a1309a2b77cf62 Author: Behdad Esfahbod -Date: Wed Apr 17 17:26:56 2013 -0400 +Date: Wed Apr 17 17:26:56 2013 -0400 Add comment @@ -17625,7 +20999,7 @@ Date: Wed Apr 17 17:26:56 2013 -0400 commit b40f2c0372acbc51b13be5cda7dd013e74e3e11a Author: Behdad Esfahbod -Date: Tue Apr 16 23:21:38 2013 -0400 +Date: Tue Apr 16 23:21:38 2013 -0400 Add hb_set_digest_combiner_t @@ -17634,7 +21008,7 @@ Date: Tue Apr 16 23:21:38 2013 -0400 commit 02e5e583688999c4dc04f11b3924da65f99af7e3 Author: Behdad Esfahbod -Date: Tue Apr 16 23:13:10 2013 -0400 +Date: Tue Apr 16 23:13:10 2013 -0400 Speed up Speed up hb_set_digest_common_bits_t calcs @@ -17645,7 +21019,7 @@ Date: Tue Apr 16 23:13:10 2013 -0400 commit 893991fc9d2d3a57c4c148f3a9c3b98263cf3aed Author: Behdad Esfahbod -Date: Tue Apr 16 21:50:33 2013 -0400 +Date: Tue Apr 16 21:50:33 2013 -0400 Initialize set digests @@ -17655,23 +21029,23 @@ Date: Tue Apr 16 21:50:33 2013 -0400 Speeds up Amiri shaping significantly. - src/hb-ot-layout.cc | 6 ++++++ + src/hb-ot-layout.cc | 6 ++++++ src/hb-ot-shape-complex-arabic-fallback.hh | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) commit 4d2813d3e980c8e6150caafa604a78cc44bf62a2 Author: Behdad Esfahbod -Date: Tue Apr 16 21:57:21 2013 -0400 +Date: Tue Apr 16 21:57:21 2013 -0400 Print set-digest hit ratio with HB_DEBUG_SET_DIGESTS src/hb-set-private.hh | 13 +++++++++++++ - src/hb-set.cc | 13 +++++++++++++ + src/hb-set.cc | 13 +++++++++++++ 2 files changed, 26 insertions(+) commit 1357c2dd120d005ceecfa83ed328d05dc634d7bc Author: Behdad Esfahbod -Date: Tue Apr 16 21:47:40 2013 -0400 +Date: Tue Apr 16 21:47:40 2013 -0400 Revert "Speed up hb_set_digest_common_bits_t calcs" @@ -17684,7 +21058,7 @@ Date: Tue Apr 16 21:47:40 2013 -0400 commit 2b712bba3f7c459653737dfa2f7d26f17f3b9f64 Author: Behdad Esfahbod -Date: Tue Apr 16 16:11:09 2013 -0400 +Date: Tue Apr 16 16:11:09 2013 -0400 Fix typo in unused macro @@ -17693,39 +21067,39 @@ Date: Tue Apr 16 16:11:09 2013 -0400 commit 50067e280f381918b8e90b26df9e7bf20f98f0bd Author: Behdad Esfahbod -Date: Thu Apr 11 16:31:01 2013 -0400 +Date: Thu Apr 11 16:31:01 2013 -0400 [util] Add --num-iterations Useful for profiling shapers. - util/options.cc | 1 + - util/options.hh | 2 ++ + util/options.cc | 1 + + util/options.hh | 2 ++ util/shape-consumer.hh | 15 +++++++++------ 3 files changed, 12 insertions(+), 6 deletions(-) commit 08677c250767bfc2c0dd1fc934dea92984741291 Author: Behdad Esfahbod -Date: Thu Apr 11 14:45:58 2013 -0400 +Date: Thu Apr 11 14:45:58 2013 -0400 [old] Speed up Unicode properties access in hb-old shaper Just to be sure it's not punishing the old shaper performance numbers. Doesn't seem to have a measurable effect. - src/hb-old/harfbuzz-arabic.c | 44 + src/hb-old/harfbuzz-arabic.c | 44 +++++++++++++++++++++--------------------- src/hb-old/harfbuzz-external.h | 18 ++++++++--------- - src/hb-old/harfbuzz-greek.c | 2 +- - src/hb-old/harfbuzz-hebrew.c | 2 +- - src/hb-old/harfbuzz-indic.cpp | 10 +++++----- + src/hb-old/harfbuzz-greek.c | 2 +- + src/hb-old/harfbuzz-hebrew.c | 2 +- + src/hb-old/harfbuzz-indic.cpp | 10 +++++----- src/hb-old/harfbuzz-shaper.cpp | 6 ++++-- - src/hb-old/harfbuzz-shaper.h | 1 + + src/hb-old/harfbuzz-shaper.h | 1 + 7 files changed, 43 insertions(+), 40 deletions(-) commit 36a661c0a03d958b95c9ea64a435b55bcd99c3d6 Author: Behdad Esfahbod -Date: Thu Apr 11 13:38:37 2013 -0400 +Date: Thu Apr 11 13:38:37 2013 -0400 [git.mk] Update @@ -17734,7 +21108,7 @@ Date: Thu Apr 11 13:38:37 2013 -0400 commit ef9e02eddfc9a37d50723e96839635d79191d849 Author: Behdad Esfahbod -Date: Tue Apr 9 14:06:54 2013 -0400 +Date: Tue Apr 9 14:06:54 2013 -0400 Minor @@ -17743,17 +21117,17 @@ Date: Tue Apr 9 14:06:54 2013 -0400 commit 22e47456154ca0b8173268486e56ef3a0e1e7150 Author: Behdad Esfahbod -Date: Fri Apr 5 18:02:43 2013 -0400 +Date: Fri Apr 5 18:02:43 2013 -0400 0.9.15 - NEWS | 10 ++++++++++ + NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) commit 4d4fc920496c95621d5bb4800282ea8c028cdde3 Author: Behdad Esfahbod -Date: Fri Apr 5 17:58:25 2013 -0400 +Date: Fri Apr 5 17:58:25 2013 -0400 [git.mk] Ignore ar-lib @@ -17762,7 +21136,7 @@ Date: Fri Apr 5 17:58:25 2013 -0400 commit 587e5753e088b4d0b82c74ddbde790a8369a7517 Author: Behdad Esfahbod -Date: Fri Apr 5 12:38:58 2013 -0400 +Date: Fri Apr 5 12:38:58 2013 -0400 Add note re Hangul shaping @@ -17771,7 +21145,7 @@ Date: Fri Apr 5 12:38:58 2013 -0400 commit 269de14dda7a86a20917fa9ea6a5864929c41364 Author: Behdad Esfahbod -Date: Thu Apr 4 23:06:54 2013 -0400 +Date: Thu Apr 4 23:06:54 2013 -0400 Don't compose Hangul jamo @@ -17781,12 +21155,12 @@ Date: Thu Apr 4 23:06:54 2013 -0400 src/hb-ot-shape-complex-default.cc | 6 ------ src/hb-ot-shape-normalize-private.hh | 1 - - src/hb-ot-shape-normalize.cc | 11 +++++------ + src/hb-ot-shape-normalize.cc | 11 +++++------ 3 files changed, 5 insertions(+), 13 deletions(-) commit 1f970609850bb4999b94e1e11b764ab4279cbd38 Author: Behdad Esfahbod -Date: Thu Apr 4 15:02:03 2013 -0400 +Date: Thu Apr 4 15:02:03 2013 -0400 Put back MemoryBarrier fallback implementation on MINGW32 @@ -17798,7 +21172,7 @@ Date: Thu Apr 4 15:02:03 2013 -0400 commit f368ba4a9edec4e297616698097546e8e6c89e53 Author: Behdad Esfahbod -Date: Thu Apr 4 14:25:36 2013 -0400 +Date: Thu Apr 4 14:25:36 2013 -0400 [Arabic] Zero marks by GDEF, not Unicode category @@ -17813,11 +21187,11 @@ Date: Thu Apr 4 14:25:36 2013 -0400 “هَٰذ” with Uniscribe and HarfBuzz before this commit, gives: - [uni0630.fina=3+965|uni0670.medi=0+600|uni064E=0@-256,0+0|uni0647.init=0+926] + [uni0630.fina=3+965|uni0670.medi=0+600|uni064E=0@-256,0+0|uni0647.init=0+926] But now it gives: - [uni0630.fina=3+965|uni0670.medi=0+0|uni064E=0@-256,0+0|uni0647.init=0+926] + [uni0630.fina=3+965|uni0670.medi=0+0|uni064E=0@-256,0+0|uni0647.init=0+926] i.e. uni0670.medi is zeroed though it has a base glyph GDEF class. """ @@ -17829,7 +21203,7 @@ Date: Thu Apr 4 14:25:36 2013 -0400 commit 3b80674c50b8c3133848a4034f7106b2b9bfe224 Author: Behdad Esfahbod -Date: Thu Apr 4 12:06:46 2013 -0400 +Date: Thu Apr 4 12:06:46 2013 -0400 Bug 63107 - FTBFS on ppc64: symbols marked with 'D' on powerpc64 instead @@ -17839,7 +21213,7 @@ Date: Thu Apr 4 12:06:46 2013 -0400 commit 7148dc1a978610af25b4f490691a62d709c8c463 Author: Behdad Esfahbod -Date: Tue Apr 2 14:08:53 2013 -0400 +Date: Tue Apr 2 14:08:53 2013 -0400 [graphite2] Don't crash if language is not set @@ -17850,7 +21224,7 @@ Date: Tue Apr 2 14:08:53 2013 -0400 commit a88a62f70f87563725d47b9b6824565e5d6b78ab Author: Behdad Esfahbod -Date: Thu Mar 21 21:02:16 2013 -0400 +Date: Thu Mar 21 21:02:16 2013 -0400 Minor @@ -17859,20 +21233,20 @@ Date: Thu Mar 21 21:02:16 2013 -0400 commit 0a2b2a505b647f6b4802750c87cd9c5f0baaadef Author: Behdad Esfahbod -Date: Thu Mar 21 16:26:39 2013 -0400 +Date: Thu Mar 21 16:26:39 2013 -0400 Remove gthread leftovers We don't use gthread anymore, remove leftovers. - configure.ac | 6 ------ + configure.ac | 6 ------ test/api/Makefile.am | 4 ++-- test/api/hb-test.h | 3 --- 3 files changed, 2 insertions(+), 11 deletions(-) commit b93de1ea085bfc0661ce3ad0e21fb5eba722c951 Author: Behdad Esfahbod -Date: Thu Mar 21 16:25:20 2013 -0400 +Date: Thu Mar 21 16:25:20 2013 -0400 Minor @@ -17881,44 +21255,44 @@ Date: Thu Mar 21 16:25:20 2013 -0400 commit f872a17462a75a3493623747bf3a3fbe54556c7b Author: Behdad Esfahbod -Date: Thu Mar 21 13:38:06 2013 -0400 +Date: Thu Mar 21 13:38:06 2013 -0400 0.9.14 - NEWS | 14 ++++++++++++++ + NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) commit cc50bf5b13bfe88137fa7a42782872c40fb9aefb Author: Behdad Esfahbod -Date: Tue Mar 19 06:59:40 2013 -0400 +Date: Tue Mar 19 06:59:40 2013 -0400 Remove Hangul filler characters from Default_Ignorable chars See discussion on mailing list. - src/hb-unicode-private.hh | + src/hb-unicode-private.hh | 10 +++++++--- - .../texts/in-tree/shaper-default/script-hangul/misc/misc.txt | 1 + + .../texts/in-tree/shaper-default/script-hangul/misc/misc.txt | 1 + 2 files changed, 8 insertions(+), 3 deletions(-) commit a8cf7b43fa795150ae3d42d64424bb6e0373d0b2 Author: Behdad Esfahbod -Date: Tue Mar 19 05:53:26 2013 -0400 +Date: Tue Mar 19 05:53:26 2013 -0400 [Indic] Futher adjust ZWJ handling in Indic-like shapers After the Ngapi hackfest work, we were assuming that fonts won't use presentation features to choose specific forms (eg. conjuncts). As such, we were using auto-joiner behavior - for such features. It proved to be troublesome as many fonts + for such features. It proved to be troublesome as many fonts used presentation forms ('pres') for example to form conjuncts, which need to be disabled when a ZWJ is inserted. Two examples: - U+0D2F,U+200D,U+0D4D,U+0D2F with kartika.ttf - U+0995,U+09CD,U+200D,U+09B7 with vrinda.ttf + U+0D2F,U+200D,U+0D4D,U+0D2F with kartika.ttf + U+0995,U+09CD,U+200D,U+09B7 with vrinda.ttf What we do now is to never do magic to ZWJ during GSUB's main input match for Indic-style shapers. Note that backtrack/lookahead @@ -17950,25 +21324,25 @@ Date: Tue Mar 19 05:53:26 2013 -0400 TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%) TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%) - src/hb-ot-layout-gsubgpos-private.hh | 30 + src/hb-ot-layout-gsubgpos-private.hh | 30 ++++++++-------------- - src/hb-ot-layout-private.hh | 4 +-- - src/hb-ot-layout.cc | 8 +++--- - src/hb-ot-map-private.hh | 8 +++--- - src/hb-ot-map.cc | 18 ++++++------- - src/hb-ot-shape-complex-arabic-fallback.hh | 2 +- - src/hb-ot-shape-complex-indic.cc | 30 + src/hb-ot-layout-private.hh | 4 +-- + src/hb-ot-layout.cc | 8 +++--- + src/hb-ot-map-private.hh | 8 +++--- + src/hb-ot-map.cc | 18 ++++++------- + src/hb-ot-shape-complex-arabic-fallback.hh | 2 +- + src/hb-ot-shape-complex-indic.cc | 30 +++++++++++----------- - src/hb-ot-shape-complex-myanmar.cc | 4 +-- - src/hb-ot-shape-complex-sea.cc | 4 +-- - src/hb-ot-shape-fallback.cc | 2 +- - .../indic/script-bengali/misc/misc.txt | 1 + - .../indic/script-malayalam/misc/misc.txt | 1 + + src/hb-ot-shape-complex-myanmar.cc | 4 +-- + src/hb-ot-shape-complex-sea.cc | 4 +-- + src/hb-ot-shape-fallback.cc | 2 +- + .../indic/script-bengali/misc/misc.txt | 1 + + .../indic/script-malayalam/misc/misc.txt | 1 + 12 files changed, 53 insertions(+), 59 deletions(-) commit 8226fb56f131362db877dc4be6857c684b8fd022 Author: Behdad Esfahbod -Date: Tue Mar 19 05:22:27 2013 -0400 +Date: Tue Mar 19 05:22:27 2013 -0400 Allow disabling ICU by using a fake icu-config script @@ -17977,7 +21351,7 @@ Date: Tue Mar 19 05:22:27 2013 -0400 commit a1f3e8ccbfad0d1148b905ae008ba63a26090cb9 Author: Behdad Esfahbod -Date: Mon Mar 11 20:18:49 2013 -0400 +Date: Mon Mar 11 20:18:49 2013 -0400 [travis] Install libicu @@ -17986,7 +21360,7 @@ Date: Mon Mar 11 20:18:49 2013 -0400 commit 14cfab52daa8d22b843110f32ca09af5bbc855a6 Author: Behdad Esfahbod -Date: Mon Mar 11 19:53:44 2013 -0400 +Date: Mon Mar 11 19:53:44 2013 -0400 Add build system fallback to icu-config @@ -18000,7 +21374,7 @@ Date: Mon Mar 11 19:53:44 2013 -0400 commit 190e19e6842875c7a487c66235300ee6b42fb5da Author: Behdad Esfahbod -Date: Sat Mar 9 20:30:22 2013 -0500 +Date: Sat Mar 9 20:30:22 2013 -0500 [ft] Remove TODO items that I'm not going to fix @@ -18009,7 +21383,7 @@ Date: Sat Mar 9 20:30:22 2013 -0500 commit 392ee97431b368ee74e1b521fd539b69d2efadfb Author: Behdad Esfahbod -Date: Sat Mar 9 20:27:55 2013 -0500 +Date: Sat Mar 9 20:27:55 2013 -0500 [ft] Remove TODO item re FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH @@ -18020,27 +21394,27 @@ Date: Sat Mar 9 20:27:55 2013 -0500 Author: Behdad Esfahbod Date: Thu Apr 21 08:21:37 2011 +0200 - Always ignore global advance. + Always ignore global advance. - This makes FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH redundant, - deprecated, and ignored. The new behavior is what every - major user - of FreeType has been requesting. Global advance is broken in many - CJK fonts. Just ignoring it by default makes most sense. + This makes FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH redundant, + deprecated, and ignored. The new behavior is what every + major user + of FreeType has been requesting. Global advance is broken in many + CJK fonts. Just ignoring it by default makes most sense. - * src/truetype/ttdriver.c (tt_get_advances), - src/truetype/ttgload.c (TT_Get_HMetrics, TT_Get_VMetrics, - tt_get_metrics, compute_glyph_metrics, TT_Load_Glyph), - src/truetype/ttgload.h: Implement it. + * src/truetype/ttdriver.c (tt_get_advances), + src/truetype/ttgload.c (TT_Get_HMetrics, TT_Get_VMetrics, + tt_get_metrics, compute_glyph_metrics, TT_Load_Glyph), + src/truetype/ttgload.h: Implement it. - * docs/CHANGES: Updated. + * docs/CHANGES: Updated. src/hb-ft.cc | 2 -- 1 file changed, 2 deletions(-) commit c5d91f39802078fc6f6de71940739ec4d04eca07 Author: Behdad Esfahbod -Date: Sat Mar 9 04:34:21 2013 -0500 +Date: Sat Mar 9 04:34:21 2013 -0500 Add hb_auto_array_t @@ -18049,7 +21423,7 @@ Date: Sat Mar 9 04:34:21 2013 -0500 commit ee5464d17fa4c59f5adaaa13dde70dd5264dbc64 Author: Behdad Esfahbod -Date: Sat Mar 9 01:59:30 2013 -0500 +Date: Sat Mar 9 01:59:30 2013 -0500 [OTLayout] Move code around @@ -18060,11 +21434,11 @@ Date: Sat Mar 9 01:59:30 2013 -0500 commit 9c5a9ee967120c8a968a1160c420e03620d46c24 Author: Behdad Esfahbod -Date: Sat Mar 9 01:55:04 2013 -0500 +Date: Sat Mar 9 01:55:04 2013 -0500 [OTLayout] Rename process() to dispatch() - src/hb-open-type-private.hh | 2 +- + src/hb-open-type-private.hh | 2 +- src/hb-ot-layout-gpos-table.hh | 80 ++++++++++++++++++------------------ src/hb-ot-layout-gsub-table.hh | 78 @@ -18074,7 +21448,7 @@ Date: Sat Mar 9 01:55:04 2013 -0500 commit 2761e8a632c14353f286708898be8df6ebad7407 Author: Behdad Esfahbod -Date: Thu Mar 7 20:51:30 2013 -0500 +Date: Thu Mar 7 20:51:30 2013 -0500 [win32] Remove MemoryBarrier() fallback implementation @@ -18091,7 +21465,7 @@ Date: Thu Mar 7 20:51:30 2013 -0500 commit ea11abfc5de8bc5cf651b37c9570593eed6a8f9b Author: Behdad Esfahbod -Date: Wed Mar 6 20:21:11 2013 -0500 +Date: Wed Mar 6 20:21:11 2013 -0500 [build] Port to newer automake recommended syntax @@ -18100,7 +21474,7 @@ Date: Wed Mar 6 20:21:11 2013 -0500 commit c39def9bc71559d59325a2c3282c1cec4286b2ae Author: Behdad Esfahbod -Date: Wed Mar 6 20:20:45 2013 -0500 +Date: Wed Mar 6 20:20:45 2013 -0500 Move valgrind suppressions to the correct directory @@ -18109,7 +21483,7 @@ Date: Wed Mar 6 20:20:45 2013 -0500 commit a8ac1d33c731f6200ee472ab6c37a80b72770564 Author: Behdad Esfahbod -Date: Wed Mar 6 20:05:34 2013 -0500 +Date: Wed Mar 6 20:05:34 2013 -0500 [build] Add AM_PROG_AR @@ -18120,7 +21494,7 @@ Date: Wed Mar 6 20:05:34 2013 -0500 commit 5594c2d112c295147ee69215a2ce9dfd99984aa0 Author: Behdad Esfahbod -Date: Wed Mar 6 19:37:31 2013 -0500 +Date: Wed Mar 6 19:37:31 2013 -0500 [FT] Just return if glyph name not found @@ -18131,7 +21505,7 @@ Date: Wed Mar 6 19:37:31 2013 -0500 commit fb7c182bf92142540bff1ad7fb82de0d115fb2b5 Author: Behdad Esfahbod -Date: Wed Mar 6 00:53:24 2013 -0500 +Date: Wed Mar 6 00:53:24 2013 -0500 [Indic] Minor @@ -18140,7 +21514,7 @@ Date: Wed Mar 6 00:53:24 2013 -0500 commit 8144936d072f94104242edf9e7aaa31d315b4094 Author: Behdad Esfahbod -Date: Tue Mar 5 20:08:59 2013 -0500 +Date: Tue Mar 5 20:08:59 2013 -0500 [Indic] Work around fonts with broken new-spec tables @@ -18160,7 +21534,7 @@ Date: Tue Mar 5 20:08:59 2013 -0500 commit dfb799f57572e8123035a42a30f93c7fc4d37692 Author: Behdad Esfahbod -Date: Tue Mar 5 17:23:33 2013 -0500 +Date: Tue Mar 5 17:23:33 2013 -0500 [travis] Oops. Run make check, not make test! @@ -18169,7 +21543,7 @@ Date: Tue Mar 5 17:23:33 2013 -0500 commit 8bdce1cac1be9e79344c1f9a9811d98ed2e5c5fd Author: Behdad Esfahbod -Date: Tue Mar 5 02:35:31 2013 -0500 +Date: Tue Mar 5 02:35:31 2013 -0500 Run autogen.sh, not configure, in travis-ci @@ -18178,7 +21552,7 @@ Date: Tue Mar 5 02:35:31 2013 -0500 commit 5f705b437cb116275a8c20366e694d740bce715c Author: Behdad Esfahbod -Date: Tue Mar 5 01:37:44 2013 -0500 +Date: Tue Mar 5 01:37:44 2013 -0500 Add .travis.yml for continuous building with travis-ci.org @@ -18189,7 +21563,7 @@ Date: Tue Mar 5 01:37:44 2013 -0500 commit cd54d505d1a2467a67e5ff96fe0eb101b953b265 Author: Behdad Esfahbod -Date: Mon Mar 4 21:29:38 2013 -0500 +Date: Mon Mar 4 21:29:38 2013 -0500 Fix distcheck @@ -18198,12 +21572,12 @@ Date: Mon Mar 4 21:29:38 2013 -0500 commit 22c625a490bbaac52ead2cd29ee49b170e6e9845 Author: Behdad Esfahbod -Date: Mon Mar 4 20:56:15 2013 -0500 +Date: Mon Mar 4 20:56:15 2013 -0500 [git.mk] Update to commit efc928222179576270c5910416d8055dd7a97896 - Move reusable list of files into variable definitions modules can - reuse + Move reusable list of files into variable definitions modules can + reuse Makefile.am | 22 ++++------------------ git.mk | 59 @@ -18212,7 +21586,7 @@ Date: Mon Mar 4 20:56:15 2013 -0500 commit 66f7b3509a121b8f3289ad4c4aed2b5b10a6de2e Author: Behdad Esfahbod -Date: Mon Mar 4 18:52:12 2013 -0500 +Date: Mon Mar 4 18:52:12 2013 -0500 Add libtool m4 macros to MAINTAINERCLEANFILES @@ -18221,20 +21595,20 @@ Date: Mon Mar 4 18:52:12 2013 -0500 commit 41732f1fe3ce856d8bb95850635034537b6ba047 Author: Behdad Esfahbod -Date: Wed Feb 27 20:40:54 2013 -0500 +Date: Wed Feb 27 20:40:54 2013 -0500 [Indic] Help compiler put indic_features table in .rodata The overridden "or" operator was preventing the flag expression from being const, and putting the table in .data instead or .rodata. - src/hb-ot-map-private.hh | 2 ++ + src/hb-ot-map-private.hh | 2 ++ src/hb-ot-shape-complex-indic.cc | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 12 deletions(-) commit 778d7f844cb330289830c95431269db06ba1c969 Author: Behdad Esfahbod -Date: Wed Feb 27 18:47:26 2013 -0500 +Date: Wed Feb 27 18:47:26 2013 -0500 [buffer] Better parse glyph names @@ -18244,45 +21618,45 @@ Date: Wed Feb 27 18:47:26 2013 -0500 commit 20b817ac21147e0a8edbf23ef071c2f4ce6c2b95 Author: Behdad Esfahbod -Date: Wed Feb 27 18:39:37 2013 -0500 +Date: Wed Feb 27 18:39:37 2013 -0500 [buffer] Implement buffer deserialization for format=json Using a ragel machine. - src/Makefile.am | 2 + + src/Makefile.am | 2 + src/hb-buffer-deserialize-json.rl | 129 ++++++++++++++++++++++++++++++++++++++ src/hb-buffer-deserialize-text.rl | 52 +-------------- - src/hb-buffer-serialize.cc | 45 +++++++++++-- - src/hb-private.hh | 6 +- - src/hb-shape.cc | 2 - - src/test-buffer-serialize.cc | 4 +- + src/hb-buffer-serialize.cc | 45 +++++++++++-- + src/hb-private.hh | 6 +- + src/hb-shape.cc | 2 - + src/test-buffer-serialize.cc | 4 +- 7 files changed, 179 insertions(+), 61 deletions(-) commit 847794e929831750e97525137ab5e285ccd1064e Author: Behdad Esfahbod -Date: Wed Feb 27 17:59:28 2013 -0500 +Date: Wed Feb 27 17:59:28 2013 -0500 [buffer] Implement buffer deserialization for format=text Using a ragel machine. - src/Makefile.am | 2 + + src/Makefile.am | 2 + src/hb-buffer-deserialize-text.rl | 169 ++++++++++++++++++++++++++++++++++++++ - src/hb-buffer-private.hh | 3 +- - src/hb-buffer-serialize.cc | 36 +++----- - src/hb-buffer.cc | 13 ++- - src/hb-buffer.h | 2 +- - src/hb-private.hh | 5 +- - src/hb-shape.cc | 9 +- - src/test-buffer-serialize.cc | 16 +++- + src/hb-buffer-private.hh | 3 +- + src/hb-buffer-serialize.cc | 36 +++----- + src/hb-buffer.cc | 13 ++- + src/hb-buffer.h | 2 +- + src/hb-private.hh | 5 +- + src/hb-shape.cc | 9 +- + src/test-buffer-serialize.cc | 16 +++- 9 files changed, 221 insertions(+), 34 deletions(-) commit 4ee803b42a3baae4b0f295a07cb7ad591a538e4c Author: Behdad Esfahbod -Date: Wed Feb 27 16:09:55 2013 -0500 +Date: Wed Feb 27 16:09:55 2013 -0500 [buffer] Fix serializing of buffer with invalid direction @@ -18291,43 +21665,43 @@ Date: Wed Feb 27 16:09:55 2013 -0500 commit e54dd26300f50eb19907a9d39269a363279b3e07 Author: Behdad Esfahbod -Date: Wed Feb 27 13:01:02 2013 -0500 +Date: Wed Feb 27 13:01:02 2013 -0500 [buffer] Start implementing buffer deserialization - src/Makefile.am | 12 ++++- + src/Makefile.am | 12 ++++- src/hb-buffer-serialize.cc | 64 ++++++++++++++++++++++-- - src/hb-buffer.h | 2 +- + src/hb-buffer.h | 2 +- src/test-buffer-serialize.cc | 114 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 187 insertions(+), 5 deletions(-) commit bcc8f32b4c46cd73f591924c64a6f63df6eaf9e7 Author: Behdad Esfahbod -Date: Wed Feb 27 12:02:42 2013 -0500 +Date: Wed Feb 27 12:02:42 2013 -0500 [buffer] Minor src/hb-buffer-serialize.cc | 10 +++++++--- - src/hb-buffer.h | 4 ++-- + src/hb-buffer.h | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) commit d3e14aafff60e1314d0ef66e42cdde6bf949bb66 Author: Behdad Esfahbod -Date: Wed Feb 27 11:06:36 2013 -0500 +Date: Wed Feb 27 11:06:36 2013 -0500 [buffer] Move buffer serialization code to a new file - Android.mk | 1 + - src/Makefile.am | 1 + + Android.mk | 1 + + src/Makefile.am | 1 + src/hb-buffer-serialize.cc | 251 +++++++++++++++++++++++++++++++++++++++++++++ - src/hb-buffer.cc | 228 ---------------------------------------- + src/hb-buffer.cc | 228 ---------------------------------------- 4 files changed, 253 insertions(+), 228 deletions(-) commit 8da51112696ec8641d7dd9184b7ab1dd48458813 Author: Behdad Esfahbod -Date: Wed Feb 27 17:48:31 2013 -0500 +Date: Wed Feb 27 17:48:31 2013 -0500 Minor @@ -18336,13 +21710,13 @@ Date: Wed Feb 27 17:48:31 2013 -0500 commit 94789fd6012125acc8426dd88df97f03b0948ea5 Author: Behdad Esfahbod -Date: Tue Feb 26 21:22:37 2013 -0500 +Date: Tue Feb 26 21:22:37 2013 -0500 [Indic] Sort pre-base reordering consonants with post-forms Before, we were marking them as below-form for initial reordering. However, there is a rule that says "post consonants should follow - below consonsnts" for base determination purposes. Malayalam has + below consonsnts" for base determination purposes. Malayalam has port-form YA/VA, and RA is pre-base. As such, for a sequence like YA,Virama,YA,Virama,RA, the correct base is at index 0. But because the code was seeing RA as a below-base, it was stopping at @@ -18373,18 +21747,18 @@ Date: Tue Feb 26 21:22:37 2013 -0500 commit 6d69a2cec158061ef097c488d08813c9503824b8 Author: Behdad Esfahbod -Date: Tue Feb 26 19:35:50 2013 -0500 +Date: Tue Feb 26 19:35:50 2013 -0500 [tests] Add Malayalam tests frim cibu - .../indic/script-malayalam/misc/MANIFEST | 1 + - .../indic/script-malayalam/misc/cibu.txt | 188 + .../indic/script-malayalam/misc/MANIFEST | 1 + + .../indic/script-malayalam/misc/cibu.txt | 188 +++++++++++++++++++++ 2 files changed, 189 insertions(+) commit 1edc6b97b67363d55cfb5914c991ae54d42a6440 Author: Behdad Esfahbod -Date: Tue Feb 26 15:01:45 2013 -0500 +Date: Tue Feb 26 15:01:45 2013 -0500 Update Android.mk @@ -18393,7 +21767,7 @@ Date: Tue Feb 26 15:01:45 2013 -0500 commit 05d5d3cd63ba2fadfdb62190dd24ef80ee3df40c Author: Behdad Esfahbod -Date: Mon Feb 25 23:57:51 2013 -0500 +Date: Mon Feb 25 23:57:51 2013 -0500 Fix "comparison between signed and unsigned" warnings @@ -18404,11 +21778,11 @@ Date: Mon Feb 25 23:57:51 2013 -0500 commit 07a52b62115f10caea5c2d174a4272eb9ddb2284 Author: Behdad Esfahbod -Date: Mon Feb 25 19:09:57 2013 -0500 +Date: Mon Feb 25 19:09:57 2013 -0500 Give up sanitizing after 100 edit requests - Such fonts are *definitely* really broken. Give up. + Such fonts are *definitely* really broken. Give up. Limits time spent in sanitize for extremely / deliberately broken fonts. For example, two fonts with these md5sum / names: @@ -18422,7 +21796,7 @@ Date: Mon Feb 25 19:09:57 2013 -0500 commit 29ff25481584e20a2fa39195f295c8eb4bf3bad0 Author: Behdad Esfahbod -Date: Mon Feb 25 19:04:56 2013 -0500 +Date: Mon Feb 25 19:04:56 2013 -0500 Add HB_DEBUG_VERBOSE @@ -18433,17 +21807,17 @@ Date: Mon Feb 25 19:04:56 2013 -0500 commit 05686b5f697ed40dd21b330d044c3c286461fb26 Author: Behdad Esfahbod -Date: Mon Feb 25 18:19:20 2013 -0500 +Date: Mon Feb 25 18:19:20 2013 -0500 0.9.13 - NEWS | 29 +++++++++++++++++++++++++++++ + NEWS | 29 +++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) commit 9e5ac7b8c02c86a4f28c79173a5237503eaa7115 Author: Behdad Esfahbod -Date: Mon Feb 25 17:54:10 2013 -0500 +Date: Mon Feb 25 17:54:10 2013 -0500 Fix blob test to match c3ba49b6fa1865e8318926eaa6c0f2063d1053bb @@ -18453,7 +21827,7 @@ Date: Mon Feb 25 17:54:10 2013 -0500 commit c3ba49b6fa1865e8318926eaa6c0f2063d1053bb Author: Behdad Esfahbod -Date: Mon Feb 25 17:06:35 2013 -0500 +Date: Mon Feb 25 17:06:35 2013 -0500 Always create sub-blobs in MEMORY_MODE_READONLY @@ -18474,12 +21848,12 @@ Date: Mon Feb 25 17:06:35 2013 -0500 unused... Maybe we should simply remove / deprecate it. src/hb-blob.cc | 2 +- - src/hb-blob.h | 26 ++++++++++++++++++++++++++ + src/hb-blob.h | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) commit 57542d7f411c71d9b8110ce6f64090b2c0f6a925 Author: Behdad Esfahbod -Date: Thu Feb 21 15:54:05 2013 -0500 +Date: Thu Feb 21 15:54:05 2013 -0500 Minor @@ -18488,7 +21862,7 @@ Date: Thu Feb 21 15:54:05 2013 -0500 commit d46606e119b48dcca375d6313abd0f93ba5d09c3 Author: Behdad Esfahbod -Date: Thu Feb 21 15:39:57 2013 -0500 +Date: Thu Feb 21 15:39:57 2013 -0500 Port TrueType-kerning to use skippy iterator @@ -18502,7 +21876,7 @@ Date: Thu Feb 21 15:39:57 2013 -0500 commit 722e8b857eafc52e07dee5d9b253b88ed5c5c8ed Author: Behdad Esfahbod -Date: Thu Feb 21 15:37:51 2013 -0500 +Date: Thu Feb 21 15:37:51 2013 -0500 Fixup previous commit @@ -18513,20 +21887,20 @@ Date: Thu Feb 21 15:37:51 2013 -0500 commit ba87b8fc89bf745068ccd19264a2631ea0904846 Author: Behdad Esfahbod -Date: Thu Feb 21 15:23:39 2013 -0500 +Date: Thu Feb 21 15:23:39 2013 -0500 Move code around - src/hb-ot-shape-fallback-private.hh | 5 +++++ - src/hb-ot-shape-fallback.cc | 40 + src/hb-ot-shape-fallback-private.hh | 5 +++++ + src/hb-ot-shape-fallback.cc | 40 +++++++++++++++++++++++++++++++++++++ - src/hb-ot-shape.cc | 38 + src/hb-ot-shape.cc | 38 +---------------------------------- 3 files changed, 46 insertions(+), 37 deletions(-) commit 2b2a6e8944144755ab641f2842e36d9a847719f3 Author: Behdad Esfahbod -Date: Thu Feb 21 15:07:03 2013 -0500 +Date: Thu Feb 21 15:07:03 2013 -0500 [OTLayout] Correctly skip Default_Ignorable when match_func not set @@ -18560,7 +21934,7 @@ Date: Thu Feb 21 15:07:03 2013 -0500 commit ff93ac8cb24cbc3d9dc1a2bfb0faa88950f4a507 Author: Behdad Esfahbod -Date: Thu Feb 21 14:51:40 2013 -0500 +Date: Thu Feb 21 14:51:40 2013 -0500 Minor @@ -18569,7 +21943,7 @@ Date: Thu Feb 21 14:51:40 2013 -0500 commit e0486fc1affd3796fb8f664e2e7fc208f1d2106c Author: Behdad Esfahbod -Date: Tue Feb 19 00:58:10 2013 -0500 +Date: Tue Feb 19 00:58:10 2013 -0500 [tests] Add Myanmar torture tests from Martin Hosken @@ -18580,35 +21954,35 @@ Date: Tue Feb 19 00:58:10 2013 -0500 commit a3df9a7bf87aeba7a3d6110cd5e01a65bd0b16d0 Author: Behdad Esfahbod -Date: Tue Feb 19 00:50:46 2013 -0500 +Date: Tue Feb 19 00:50:46 2013 -0500 Minor Moving files around - test/shaping/texts/in-tree/MANIFEST | + test/shaping/texts/in-tree/MANIFEST | 2 -- - test/shaping/texts/in-tree/shaper-default/MANIFEST | + test/shaping/texts/in-tree/shaper-default/MANIFEST | 2 ++ - .../in-tree/{shaper-hangul => shaper-default}/script-hangul/MANIFEST + .../in-tree/{script-default => shaper-default/script-hangul}/MANIFEST | 0 - .../{shaper-hangul => shaper-default}/script-hangul/misc/MANIFEST + .../{script-default => shaper-default/script-hangul}/misc/MANIFEST | 0 .../{shaper-hangul => shaper-default}/script-hangul/misc/misc.txt | 0 - .../in-tree/{script-default => shaper-default/script-tibetan}/MANIFEST - | 0 - .../{script-default => shaper-default/script-tibetan}/misc/MANIFEST + .../script-hangul => shaper-default/script-tibetan}/MANIFEST | + 0 + .../script-hangul => shaper-default/script-tibetan}/misc/MANIFEST | 0 .../{script-default => shaper-default/script-tibetan}/misc/misc.txt | 0 - test/shaping/texts/in-tree/shaper-hangul/MANIFEST | + test/shaping/texts/in-tree/shaper-hangul/MANIFEST | 1 - 9 files changed, 2 insertions(+), 3 deletions(-) commit b1f440759161cb5a54e1b1b910f3a8383b8e8472 Author: Behdad Esfahbod -Date: Sun Feb 17 12:12:37 2013 -0500 +Date: Sun Feb 17 12:12:37 2013 -0500 [SEA] Fix order of pre-base reordering Ra and left matras @@ -18618,14 +21992,14 @@ Date: Sun Feb 17 12:12:37 2013 -0500 Test case: U+AA06,U+AA34,U+AA2F - src/hb-ot-shape-complex-sea.cc | 13 + src/hb-ot-shape-complex-sea.cc | 13 +++++++------ - .../texts/in-tree/shaper-sea/script-cham/misc/misc.txt | 1 + + .../texts/in-tree/shaper-sea/script-cham/misc/misc.txt | 1 + 2 files changed, 8 insertions(+), 6 deletions(-) commit 99fa9ea020f26ed2697f38a7690ee1e1b5d946c4 Author: Behdad Esfahbod -Date: Fri Feb 15 11:47:24 2013 -0500 +Date: Fri Feb 15 11:47:24 2013 -0500 Minor @@ -18634,7 +22008,7 @@ Date: Fri Feb 15 11:47:24 2013 -0500 commit 27589620ba2dcf356fd7fa21cd80221a07803202 Author: Behdad Esfahbod -Date: Fri Feb 15 11:47:09 2013 -0500 +Date: Fri Feb 15 11:47:09 2013 -0500 [OTLayout] Remove unused code @@ -18643,7 +22017,7 @@ Date: Fri Feb 15 11:47:09 2013 -0500 commit ebb77b9c5e357ff7c9badb0f4bf1c3a965c3e91d Author: Behdad Esfahbod -Date: Fri Feb 15 09:33:10 2013 -0500 +Date: Fri Feb 15 09:33:10 2013 -0500 Remove TODO items that don't make sense @@ -18654,7 +22028,7 @@ Date: Fri Feb 15 09:33:10 2013 -0500 commit c2a1cdc4c4cc51f4680ebc4ec2c462cb660f9492 Author: Behdad Esfahbod -Date: Fri Feb 15 09:27:02 2013 -0500 +Date: Fri Feb 15 09:27:02 2013 -0500 [Arabic] Fix shaping of left-joining 'Phags-Pa U+A872 @@ -18669,18 +22043,18 @@ Date: Fri Feb 15 09:27:02 2013 -0500 commit 05ac87813d17d9ebbfa315eee3f80f25b53135c5 Author: Behdad Esfahbod -Date: Fri Feb 15 09:26:41 2013 -0500 +Date: Fri Feb 15 09:26:41 2013 -0500 [tests] Add Syriac Alaph shaping test cases - .../shaper-arabic/script-syriac/misc/MANIFEST | 1 + + .../shaper-arabic/script-syriac/misc/MANIFEST | 1 + .../shaper-arabic/script-syriac/misc/alaph.txt | 98 ++++++++++++++++++++++ 2 files changed, 99 insertions(+) commit c462b32dcb883a7aca066af24c4d28c7a2b7fa28 Author: Behdad Esfahbod -Date: Fri Feb 15 07:51:47 2013 -0500 +Date: Fri Feb 15 07:51:47 2013 -0500 Disable automatic segment properties guessing @@ -18690,7 +22064,7 @@ Date: Fri Feb 15 07:51:47 2013 -0500 these. This is very dangerous, since any serious user of HarfBuzz must set - these properly (specially important is direction). So now, we don't + these properly (specially important is direction). So now, we don't guess properties by default. People not setting direction will get an abort() now. If the old behavior is desired (fragile, good for simple testing only), users can call @@ -18698,14 +22072,14 @@ Date: Fri Feb 15 07:51:47 2013 -0500 hb_shape(). src/hb-fallback-shape.cc | 1 - - src/hb-ot-shape.cc | 2 -- - src/hb-shape.cc | 2 -- - util/options.hh | 1 + + src/hb-ot-shape.cc | 2 -- + src/hb-shape.cc | 2 -- + util/options.hh | 1 + 4 files changed, 1 insertion(+), 5 deletions(-) commit 7abddbb47a489aaac8e76ac6e700cd815739b1d2 Author: Behdad Esfahbod -Date: Fri Feb 15 07:46:57 2013 -0500 +Date: Fri Feb 15 07:46:57 2013 -0500 Add assertions for a couple programmer errors @@ -18714,21 +22088,21 @@ Date: Fri Feb 15 07:46:57 2013 -0500 commit 038c98f6866fe1177b04bd2ae3bb461b2f0fd1ed Author: Behdad Esfahbod -Date: Fri Feb 15 07:41:07 2013 -0500 +Date: Fri Feb 15 07:41:07 2013 -0500 Allow disabling of TrueType kerning Responds to the same feature tag that GPOS kerning does: 'kern' for horizontal and 'vkrn' for vertical. - TODO | 2 -- + TODO | 2 -- src/hb-ot-shape.cc | 55 ++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 35 insertions(+), 22 deletions(-) commit 398238a2526d322eb79e255c24634a275473920f Author: Behdad Esfahbod -Date: Fri Feb 15 07:40:10 2013 -0500 +Date: Fri Feb 15 07:40:10 2013 -0500 Fix partial disabling of default-on features @@ -18742,14 +22116,14 @@ Date: Fri Feb 15 07:40:10 2013 -0500 commit cb90b1bbe6d27ca6968b70d2dbfea7ab7fb73293 Author: Behdad Esfahbod -Date: Fri Feb 15 07:02:08 2013 -0500 +Date: Fri Feb 15 07:02:08 2013 -0500 [OTLayout] Respect syllable boundaries for backtrack/lookahead matching Originally we meant to match backtrack/lookahead across syllable boundaries. But a bug in the code meant that this was NOT done for - backtrack. We "fixed" that in + backtrack. We "fixed" that in 2c7d0b6b80d412de3fddd443ed1a485ea1cbb03c, but that broke Myanmar shaping. @@ -18765,7 +22139,7 @@ Date: Fri Feb 15 07:02:08 2013 -0500 commit ee9c3a17d0bf263c5eee479fd778db97cff8e189 Author: Behdad Esfahbod -Date: Fri Feb 15 06:22:26 2013 -0500 +Date: Fri Feb 15 06:22:26 2013 -0500 Minor refactoring @@ -18773,12 +22147,12 @@ Date: Fri Feb 15 06:22:26 2013 -0500 ++++++++++-------------------------- src/hb-ot-shape-complex-sea.cc | 37 ++++++++++--------------------------- - src/hb-ot-shape.cc | 17 ++++++----------- + src/hb-ot-shape.cc | 17 ++++++----------- 3 files changed, 26 insertions(+), 64 deletions(-) commit cfc507c5432e6327e8484b07b9e091212653bc92 Author: Behdad Esfahbod -Date: Thu Feb 14 10:40:12 2013 -0500 +Date: Thu Feb 14 10:40:12 2013 -0500 [Indic-like] Disable automatic joiner handling for basic shaping features @@ -18822,34 +22196,34 @@ Date: Thu Feb 14 10:40:12 2013 -0500 TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%) TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%) - src/hb-ot-layout-gsubgpos-private.hh | 35 + src/hb-ot-layout-gsubgpos-private.hh | 35 +++++++++++++++++++----------- - src/hb-ot-layout-private.hh | 6 +++-- - src/hb-ot-layout.cc | 10 +++++---- - src/hb-ot-map-private.hh | 12 ++++++---- - src/hb-ot-map.cc | 32 + src/hb-ot-layout-private.hh | 6 +++-- + src/hb-ot-layout.cc | 10 +++++---- + src/hb-ot-map-private.hh | 12 ++++++---- + src/hb-ot-map.cc | 32 +++++++++++++++++++++------ src/hb-ot-shape-complex-arabic-fallback.hh | 2 +- - src/hb-ot-shape-complex-indic.cc | 29 +++++++++++++------------ - src/hb-ot-shape-complex-myanmar.cc | 4 ++-- - src/hb-ot-shape-complex-sea.cc | 4 ++-- + src/hb-ot-shape-complex-indic.cc | 29 +++++++++++++------------ + src/hb-ot-shape-complex-myanmar.cc | 4 ++-- + src/hb-ot-shape-complex-sea.cc | 4 ++-- 9 files changed, 85 insertions(+), 49 deletions(-) commit 0b45479198d61d5135dad771e9c68408eb13f930 Author: Behdad Esfahbod -Date: Thu Feb 14 10:46:52 2013 -0500 +Date: Thu Feb 14 10:46:52 2013 -0500 [OTLayout] Add fine-grained control over ZWJ matching Not used yet. Next commit... src/hb-ot-layout-gsubgpos-private.hh | 10 ++++++++-- - src/hb-ot-layout-private.hh | 11 +++++++++-- + src/hb-ot-layout-private.hh | 11 +++++++++-- 2 files changed, 17 insertions(+), 4 deletions(-) commit 607feb7cff0e50f8738d2e49ca463fc9d7d494de Author: Behdad Esfahbod -Date: Thu Feb 14 07:43:13 2013 -0500 +Date: Thu Feb 14 07:43:13 2013 -0500 [OTLayout] Ignore default-ignorables when matching GSUB/GPOS @@ -18882,46 +22256,46 @@ Date: Thu Feb 14 07:43:13 2013 -0500 src/hb-ot-layout-gsub-table.hh | 2 +- src/hb-ot-layout-gsubgpos-private.hh | 279 ++++++++++++++++++++++++----------- - src/hb-ot-layout-private.hh | 45 ++++++ - src/hb-ot-shape-private.hh | 44 ------ + src/hb-ot-layout-private.hh | 45 ++++++ + src/hb-ot-shape-private.hh | 44 ------ 5 files changed, 237 insertions(+), 134 deletions(-) commit ec5448667b30ad662401c2b4f5fc0da524c013fd Author: Behdad Esfahbod -Date: Thu Feb 14 11:25:10 2013 -0500 +Date: Thu Feb 14 11:25:10 2013 -0500 Add hb_ot_map_feature_flags_t Code cleanup. No (intended) functional change. - src/hb-ot-map-private.hh | 29 +++++++++++++++++--- - src/hb-ot-map.cc | 24 ++++++++--------- + src/hb-ot-map-private.hh | 29 +++++++++++++++++--- + src/hb-ot-map.cc | 24 ++++++++--------- src/hb-ot-shape-complex-arabic.cc | 4 +-- src/hb-ot-shape-complex-indic.cc | 55 +++++++++++++++++++------------------- src/hb-ot-shape-complex-myanmar.cc | 4 +-- src/hb-ot-shape-complex-sea.cc | 2 +- - src/hb-ot-shape.cc | 6 +++-- + src/hb-ot-shape.cc | 6 +++-- 7 files changed, 74 insertions(+), 50 deletions(-) commit e7ffcfafb1108801ac504f18f820e497226bf07f Author: Behdad Esfahbod -Date: Thu Feb 14 11:05:56 2013 -0500 +Date: Thu Feb 14 11:05:56 2013 -0500 Clean-up add_bool_feature - src/hb-ot-map-private.hh | 4 ++-- + src/hb-ot-map-private.hh | 4 ++-- src/hb-ot-shape-complex-arabic.cc | 16 ++++++++-------- src/hb-ot-shape-complex-default.cc | 2 +- src/hb-ot-shape-complex-indic.cc | 8 ++++---- src/hb-ot-shape-complex-myanmar.cc | 8 ++++---- src/hb-ot-shape-complex-sea.cc | 8 ++++---- - src/hb-ot-shape.cc | 10 +++++----- + src/hb-ot-shape.cc | 10 +++++----- 7 files changed, 28 insertions(+), 28 deletions(-) commit e7562f53fe6a506d2c6d59d6688e4fa468bba462 Author: Behdad Esfahbod -Date: Thu Feb 14 11:05:36 2013 -0500 +Date: Thu Feb 14 11:05:36 2013 -0500 Fix compile warnings for ragel-generated machines @@ -18932,7 +22306,7 @@ Date: Thu Feb 14 11:05:36 2013 -0500 commit 4e51df73a337f7232a7dfa85df78a4f19b24771b Author: Behdad Esfahbod -Date: Thu Feb 14 07:42:42 2013 -0500 +Date: Thu Feb 14 07:42:42 2013 -0500 [OTLayout] Remove unused function @@ -18941,7 +22315,7 @@ Date: Thu Feb 14 07:42:42 2013 -0500 commit 8820bb235b1f63e4d93c8a2f5c08b44d89e06b78 Author: Behdad Esfahbod -Date: Thu Feb 14 07:41:03 2013 -0500 +Date: Thu Feb 14 07:41:03 2013 -0500 [OTLayout] Port apply_lookup to skippy_iter @@ -18951,7 +22325,7 @@ Date: Thu Feb 14 07:41:03 2013 -0500 commit dfca269f069dae2f99990dac24da15d316eccb9f Author: Behdad Esfahbod -Date: Thu Feb 14 07:20:52 2013 -0500 +Date: Thu Feb 14 07:20:52 2013 -0500 [OTLayout] Port ligate_input to skippy_iter @@ -18960,7 +22334,7 @@ Date: Thu Feb 14 07:20:52 2013 -0500 commit 7e53415c2d8859e8b5948a2edb38c39a8f78b825 Author: Behdad Esfahbod -Date: Thu Feb 14 06:24:30 2013 -0500 +Date: Thu Feb 14 06:24:30 2013 -0500 [OTLayout] Minor fix for apply_lookup() @@ -18971,18 +22345,18 @@ Date: Thu Feb 14 06:24:30 2013 -0500 commit 6880f7e19d44c50e45ecb86d26381aad956d9acb Author: Behdad Esfahbod -Date: Wed Feb 13 12:17:25 2013 -0500 +Date: Wed Feb 13 12:17:25 2013 -0500 [OTLayout] Make table type known to apply context - src/hb-ot-layout-gsubgpos-private.hh | 5 ++++- - src/hb-ot-layout.cc | 4 ++-- + src/hb-ot-layout-gsubgpos-private.hh | 5 ++++- + src/hb-ot-layout.cc | 4 ++-- src/hb-ot-shape-complex-arabic-fallback.hh | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) commit 2c7d0b6b80d412de3fddd443ed1a485ea1cbb03c Author: Behdad Esfahbod -Date: Wed Feb 13 12:10:08 2013 -0500 +Date: Wed Feb 13 12:10:08 2013 -0500 [OTLayou] Unbreak backtrack matching @@ -18993,7 +22367,7 @@ Date: Wed Feb 13 12:10:08 2013 -0500 commit c074ebc466dcc9bcc0d8a5dd7e942dea974ff718 Author: Behdad Esfahbod -Date: Wed Feb 13 11:22:42 2013 -0500 +Date: Wed Feb 13 11:22:42 2013 -0500 [OTLayout] Minor refactoring @@ -19003,7 +22377,7 @@ Date: Wed Feb 13 11:22:42 2013 -0500 commit 407fc12466ef460d0edf11b89f0d04c4d724875f Author: Behdad Esfahbod -Date: Wed Feb 13 11:13:06 2013 -0500 +Date: Wed Feb 13 11:13:06 2013 -0500 [OTLayout] Remove bogus caching of glyph property @@ -19015,7 +22389,7 @@ Date: Wed Feb 13 11:13:06 2013 -0500 commit 6b1e3502e23c110dd810f854ba021f83baab1548 Author: Behdad Esfahbod -Date: Wed Feb 13 11:02:54 2013 -0500 +Date: Wed Feb 13 11:02:54 2013 -0500 Remember ZWNJ @@ -19026,7 +22400,7 @@ Date: Wed Feb 13 11:02:54 2013 -0500 commit 1f91c39677f840a1f630696d16d083060069abf5 Author: Behdad Esfahbod -Date: Wed Feb 13 09:38:40 2013 -0500 +Date: Wed Feb 13 09:38:40 2013 -0500 Indent @@ -19035,7 +22409,7 @@ Date: Wed Feb 13 09:38:40 2013 -0500 commit a0cb9f33ee064628debe8e848094dfd661334640 Author: Behdad Esfahbod -Date: Wed Feb 13 09:26:55 2013 -0500 +Date: Wed Feb 13 09:26:55 2013 -0500 [Indic] Improve base finding in final_reordering @@ -19049,17 +22423,17 @@ Date: Wed Feb 13 09:26:55 2013 -0500 commit 126f39cd16cea87b2696f66467c83a585bd4c2cf Author: Behdad Esfahbod -Date: Wed Feb 13 08:29:21 2013 -0500 +Date: Wed Feb 13 08:29:21 2013 -0500 Add more dot-reph tests - .../shaper-indic/indic/script-malayalam/misc/dot-reph.txt | + .../shaper-indic/indic/script-malayalam/misc/dot-reph.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) commit f22b7e77783fa2f44365e0fe6413c4474c07048d Author: Behdad Esfahbod -Date: Wed Feb 13 07:32:46 2013 -0500 +Date: Wed Feb 13 07:32:46 2013 -0500 [Indic] Track base position when reordering things @@ -19072,14 +22446,14 @@ Date: Wed Feb 13 07:32:46 2013 -0500 that Win8 shaper has the *exact* same bug / behavior that we used to have. Odd. - src/hb-ot-shape-complex-indic.cc | + src/hb-ot-shape-complex-indic.cc | 6 ++++++ .../in-tree/shaper-indic/indic/script-malayalam/misc/dot-reph.txt | 1 + 2 files changed, 7 insertions(+) commit bc11de144c0a7a95fa0945aa7f053d8117af282a Author: Behdad Esfahbod -Date: Wed Feb 13 05:59:06 2013 -0500 +Date: Wed Feb 13 05:59:06 2013 -0500 [SEA] Don't zero any mark advances @@ -19090,13 +22464,13 @@ Date: Wed Feb 13 05:59:06 2013 -0500 commit 0291a6528685f1f593707655943fb2360579cb9e Author: Behdad Esfahbod -Date: Wed Feb 13 05:57:24 2013 -0500 +Date: Wed Feb 13 05:57:24 2013 -0500 Further adjust mark advance zeroing This is a followup to 568000274c8edb5f41bc4f876ce21fcc8bdaeed8. Looks like in the Latin shaper, Uniscribe zeroes all Unicode NSM - advances *after* GPOS, not before. Match that. + advances *after* GPOS, not before. Match that. Can be tested using DejaVu Sans Mono, since that font has GPOS rules to zero the mark advances on its own. @@ -19106,7 +22480,7 @@ Date: Wed Feb 13 05:57:24 2013 -0500 commit 85c51ec2e1d518019e32801ae38659c74fc20d80 Author: Behdad Esfahbod -Date: Tue Feb 12 18:17:39 2013 -0500 +Date: Tue Feb 12 18:17:39 2013 -0500 [Indic] Fix Eyelash Ra with old Devanagari spec @@ -19115,21 +22489,21 @@ Date: Tue Feb 12 18:17:39 2013 -0500 commit cc5f24cde079b451799562b3af7ce06d932cbe6b Author: Behdad Esfahbod -Date: Tue Feb 12 18:17:12 2013 -0500 +Date: Tue Feb 12 18:17:12 2013 -0500 [tests] Add tests for Devanagary Eyelash Ra Currently broken with Sanskrit 2003 font. - .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST | + .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST | 1 + - .../in-tree/shaper-indic/indic/script-devanagari/misc/eyelash.txt | + .../in-tree/shaper-indic/indic/script-devanagari/misc/eyelash.txt | 3 +++ 2 files changed, 4 insertions(+) commit 63e48bc33b68f940c351af623a55a4cf650db102 Author: Behdad Esfahbod -Date: Tue Feb 12 17:57:49 2013 -0500 +Date: Tue Feb 12 17:57:49 2013 -0500 [Indic] Apply 'blwf' before 'half' @@ -19141,7 +22515,7 @@ Date: Tue Feb 12 17:57:49 2013 -0500 commit 70d656571194d2bd32671244530edbe159722cec Author: Behdad Esfahbod -Date: Tue Feb 12 18:01:21 2013 -0500 +Date: Tue Feb 12 18:01:21 2013 -0500 [Indic] Apply 'vatu' before 'cjct' @@ -19154,7 +22528,7 @@ Date: Tue Feb 12 18:01:21 2013 -0500 commit 64bb2ae857cfda35dd71c7f1e962722069674ec6 Author: Behdad Esfahbod -Date: Tue Feb 12 16:29:25 2013 -0500 +Date: Tue Feb 12 16:29:25 2013 -0500 Didn't mean to push this out @@ -19165,18 +22539,18 @@ Date: Tue Feb 12 16:29:25 2013 -0500 commit f9b660534c269d2257d6b5e8ec2173ee71668f2f Author: Behdad Esfahbod -Date: Tue Feb 12 16:13:56 2013 -0500 +Date: Tue Feb 12 16:13:56 2013 -0500 [Myanmar] Use master Indic table for syllable data src/hb-ot-shape-complex-myanmar.cc | 144 +++++++++---------------------------- - test/shaping/hb_test_tools.py | 1 + + test/shaping/hb_test_tools.py | 1 + 2 files changed, 35 insertions(+), 110 deletions(-) commit f60793e854393c32337a483c5d1700bf17d767fd Author: Behdad Esfahbod -Date: Tue Feb 12 15:45:59 2013 -0500 +Date: Tue Feb 12 15:45:59 2013 -0500 [tests] Add Cham sample @@ -19185,7 +22559,7 @@ Date: Tue Feb 12 15:45:59 2013 -0500 commit e2aab4b5db88c368c11cee81368b9ad41399e585 Author: Behdad Esfahbod -Date: Tue Feb 12 15:35:32 2013 -0500 +Date: Tue Feb 12 15:35:32 2013 -0500 Improve checks for setmode() @@ -19193,14 +22567,14 @@ Date: Tue Feb 12 15:35:32 2013 -0500 than what setmode() is on Win32. So, limit invocation to Windows platforms only. - configure.ac | 4 ++-- + configure.ac | 4 ++-- util/options.cc | 4 ++-- util/options.hh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) commit a6c1e040e594faeefd61b456ef995c7886cdea78 Author: Behdad Esfahbod -Date: Tue Feb 12 15:31:58 2013 -0500 +Date: Tue Feb 12 15:31:58 2013 -0500 Improve check for Windows platforms @@ -19212,7 +22586,7 @@ Date: Tue Feb 12 15:31:58 2013 -0500 commit 9e1f80ab3eea4a74cdaa6a390e4925a479ece1c5 Author: Behdad Esfahbod -Date: Tue Feb 12 15:28:21 2013 -0500 +Date: Tue Feb 12 15:28:21 2013 -0500 [SEA] Treat Consonant_Final like Consonant_Medial @@ -19221,62 +22595,62 @@ Date: Tue Feb 12 15:28:21 2013 -0500 commit bab02d339f39ed5168daaef9461227f78e596a2f Author: Behdad Esfahbod -Date: Tue Feb 12 15:26:45 2013 -0500 +Date: Tue Feb 12 15:26:45 2013 -0500 Rename HB_OT_INDIC_OPTIONS env var to HB_OPTIONS The Myanmar shaper now respects the uniscribe-bug-compatibility option too. - src/hb-common.cc | 20 ++++++++++++-- + src/hb-common.cc | 20 ++++++++++++-- src/hb-ot-shape-complex-indic.cc | 53 ++++---------------------------------- src/hb-ot-shape-complex-myanmar.cc | 7 ++--- - src/hb-private.hh | 29 +++++++++++++++++++++ + src/hb-private.hh | 29 +++++++++++++++++++++ 4 files changed, 54 insertions(+), 55 deletions(-) commit 3a83d33ec0b1be6f5992816ff5ebb0f43c8dff00 Author: Behdad Esfahbod -Date: Tue Feb 12 12:14:10 2013 -0500 +Date: Tue Feb 12 12:14:10 2013 -0500 Add South-East Asian shaper Handles Tai Tham, Cham, and New Tai Lue for now. - src/Makefile.am | 12 +- - src/gen-indic-table.py | 9 +- - src/hb-ot-shape-complex-indic-private.hh | 241 +------------ - ...table.hh => hb-ot-shape-complex-indic-table.cc} | 9 +- - src/hb-ot-shape-complex-indic.cc | 239 ++++++++++++ - src/hb-ot-shape-complex-myanmar.cc | 2 +- - src/hb-ot-shape-complex-private.hh | 28 +- - src/hb-ot-shape-complex-sea-machine.rl | 102 ++++++ - src/hb-ot-shape-complex-sea.cc | 400 + src/Makefile.am | 12 +- + src/gen-indic-table.py | 9 +- + src/hb-ot-shape-complex-indic-private.hh | 241 +------------ + ...table.hh => hb-ot-shape-complex-indic-table.cc} | 9 +- + src/hb-ot-shape-complex-indic.cc | 239 ++++++++++++ + src/hb-ot-shape-complex-myanmar.cc | 2 +- + src/hb-ot-shape-complex-private.hh | 28 +- + src/hb-ot-shape-complex-sea-machine.rl | 102 ++++++ + src/hb-ot-shape-complex-sea.cc | 400 +++++++++++++++++++++ - test/shaping/texts/in-tree/MANIFEST | 1 + - .../in-tree/shaper-indic/south-east-asian/MANIFEST | 1 - - test/shaping/texts/in-tree/shaper-myanmar/MANIFEST | 1 + - test/shaping/texts/in-tree/shaper-sea/MANIFEST | 3 + - .../script-cham}/MANIFEST | 0 - .../script-cham}/misc/MANIFEST | 0 - .../in-tree/shaper-sea/script-cham/misc/misc.txt | 1 + - .../in-tree/shaper-sea/script-new-tai-lue/MANIFEST | 1 + - .../shaper-sea/script-new-tai-lue/misc/MANIFEST | 1 + - .../script-new-tai-lue/misc/misc.txt | 0 - .../in-tree/shaper-sea/script-tai-tham/MANIFEST | 1 + - .../shaper-sea/script-tai-tham/misc/MANIFEST | 1 + - .../shaper-sea/script-tai-tham/misc/misc.txt | 2 + + test/shaping/texts/in-tree/MANIFEST | 1 + + .../in-tree/shaper-indic/south-east-asian/MANIFEST | 1 - + test/shaping/texts/in-tree/shaper-myanmar/MANIFEST | 1 + + test/shaping/texts/in-tree/shaper-sea/MANIFEST | 3 + + .../script-cham}/MANIFEST | 0 + .../script-cham}/misc/MANIFEST | 0 + .../in-tree/shaper-sea/script-cham/misc/misc.txt | 1 + + .../in-tree/shaper-sea/script-new-tai-lue/MANIFEST | 1 + + .../shaper-sea/script-new-tai-lue/misc/MANIFEST | 1 + + .../script-new-tai-lue/misc/misc.txt | 0 + .../in-tree/shaper-sea/script-tai-tham/MANIFEST | 1 + + .../shaper-sea/script-tai-tham/misc/MANIFEST | 1 + + .../shaper-sea/script-tai-tham/misc/misc.txt | 2 + 22 files changed, 792 insertions(+), 263 deletions(-) commit fb960212063016656dfaba83f072c81d1efc3202 Author: Behdad Esfahbod -Date: Tue Feb 12 10:33:58 2013 -0500 +Date: Tue Feb 12 10:33:58 2013 -0500 Minor test reshufflings test/shaping/texts/in-tree/MANIFEST | 1 + - .../south-east-asian/script-thai => script-default}/MANIFEST + .../{shaper-indic/south-asian/script-tibetan => script-default}/MANIFEST | 0 .../south-asian/script-tibetan => script-default}/misc/MANIFEST | 0 @@ -19286,31 +22660,31 @@ Date: Tue Feb 12 10:33:58 2013 -0500 | 1 - test/shaping/texts/in-tree/shaper-indic/south-asian/MANIFEST | 1 - - .../texts/in-tree/shaper-indic/south-asian/script-tibetan/MANIFEST - | 1 - test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST | 1 - + .../texts/in-tree/shaper-indic/south-east-asian/script-thai/MANIFEST + | 1 - .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST | 0 9 files changed, 1 insertion(+), 4 deletions(-) commit 5676d5d52784e16068ae483103d59111a8081854 Author: Behdad Esfahbod -Date: Tue Feb 12 10:31:14 2013 -0500 +Date: Tue Feb 12 10:31:14 2013 -0500 [Indic] Make sure New Tai Lue works! - src/hb-ot-shape-complex-private.hh | 12 + src/hb-ot-shape-complex-private.hh | 12 ++++++++---- .../texts/in-tree/shaper-indic/south-east-asian/MANIFEST | 1 + - .../south-east-asian/script-new-tai-lue/MANIFEST | 1 + - .../south-east-asian/script-new-tai-lue/misc/MANIFEST | 1 + - .../south-east-asian/script-new-tai-lue/misc/misc.txt | 1 + + .../south-east-asian/script-new-tai-lue/MANIFEST | 1 + + .../south-east-asian/script-new-tai-lue/misc/MANIFEST | 1 + + .../south-east-asian/script-new-tai-lue/misc/misc.txt | 1 + 5 files changed, 12 insertions(+), 4 deletions(-) commit 568000274c8edb5f41bc4f876ce21fcc8bdaeed8 Author: Behdad Esfahbod -Date: Tue Feb 12 09:44:57 2013 -0500 +Date: Tue Feb 12 09:44:57 2013 -0500 Adjust mark advance-width zeroing logic for Myanmar @@ -19321,36 +22695,36 @@ Date: Tue Feb 12 09:44:57 2013 -0500 reflect what Uniscribe is doing: - For Indic, no explicit zeroing happens whatsoever, which - is the same as before, + is the same as before, - For Myanmar, zero advance width of glyphs marked as marks - *in GDEF*, and do that *before* applying GPOS. This seems - to be what the new Win8 Myanmar shaper does, + *in GDEF*, and do that *before* applying GPOS. This seems + to be what the new Win8 Myanmar shaper does, - For everything else, zero advance width of glyphs that are - from General_Category=Mn Unicode characters, and do so - before applying GPOS. This seems to be what Uniscribe does - for Latin at least. + from General_Category=Mn Unicode characters, and do so + before applying GPOS. This seems to be what Uniscribe does + for Latin at least. With these changes, positioning of all tests matches for Myanmar, except for the glitch in Uniscribe not applying 'mark'. See preivous commit. src/hb-ot-layout-gpos-table.hh | 12 ++++-------- - src/hb-ot-layout-private.hh | 3 +-- - src/hb-ot-layout.cc | 4 ++-- + src/hb-ot-layout-private.hh | 3 +-- + src/hb-ot-layout.cc | 4 ++-- src/hb-ot-shape-complex-arabic.cc | 2 +- src/hb-ot-shape-complex-default.cc | 2 +- src/hb-ot-shape-complex-indic.cc | 2 +- src/hb-ot-shape-complex-myanmar.cc | 2 +- src/hb-ot-shape-complex-private.hh | 9 ++++++++- src/hb-ot-shape-complex-thai.cc | 2 +- - src/hb-ot-shape.cc | 31 +++++++++++++++++++++++++++++-- + src/hb-ot-shape.cc | 31 +++++++++++++++++++++++++++++-- 10 files changed, 49 insertions(+), 20 deletions(-) commit 99749ca8e0c4c8dbea4620f07c4d0e6d1515cc65 Author: Behdad Esfahbod -Date: Tue Feb 12 09:44:35 2013 -0500 +Date: Tue Feb 12 09:44:35 2013 -0500 [Myanmar] Add note re Uniscribe NOT applying 'mark' @@ -19359,7 +22733,7 @@ Date: Tue Feb 12 09:44:35 2013 -0500 commit b8427801381180da9611b2e3e0f0b3514274de81 Author: Behdad Esfahbod -Date: Mon Feb 11 17:02:17 2013 -0500 +Date: Mon Feb 11 17:02:17 2013 -0500 Minor @@ -19369,7 +22743,7 @@ Date: Mon Feb 11 17:02:17 2013 -0500 commit 419c933ed1b5d97c7561546536ef5810a7b0ebd0 Author: Behdad Esfahbod -Date: Mon Feb 11 16:16:16 2013 -0500 +Date: Mon Feb 11 16:16:16 2013 -0500 [Myanmar] Fix handling of Punctuation and Symbol types @@ -19381,17 +22755,17 @@ Date: Mon Feb 11 16:16:16 2013 -0500 commit 0572c1410a9cb0ac5dd5dc84a8034698cc5c4892 Author: Behdad Esfahbod -Date: Mon Feb 11 16:06:02 2013 -0500 +Date: Mon Feb 11 16:06:02 2013 -0500 [Myanmar] Fixup handling of joiners and GB characters src/hb-ot-shape-complex-myanmar-machine.rl | 6 ++---- - src/hb-ot-shape-complex-myanmar.cc | 19 +++++++++++++++++-- + src/hb-ot-shape-complex-myanmar.cc | 19 +++++++++++++++++-- 2 files changed, 19 insertions(+), 6 deletions(-) commit 1c8654ead41ca746d577549c92d2a41c594ab639 Author: Behdad Esfahbod -Date: Mon Feb 11 14:27:02 2013 -0500 +Date: Mon Feb 11 14:27:02 2013 -0500 [Myanmar] Prevent reordering between Asat and Dot below @@ -19401,7 +22775,7 @@ Date: Mon Feb 11 14:27:02 2013 -0500 The remaining 15 cases are all where the syllable is wrong according to - the OpenType spec. We insert dottedcircle. Uniscribe fails to + the OpenType spec. We insert dottedcircle. Uniscribe fails to do that, but it also fails to reorder the prebase-reordering medial-Ra. So it gets it wrong. @@ -19411,7 +22785,7 @@ Date: Mon Feb 11 14:27:02 2013 -0500 commit bed687f886b8def06642ad986648e9149a935add Author: Behdad Esfahbod -Date: Mon Feb 11 14:24:03 2013 -0500 +Date: Mon Feb 11 14:24:03 2013 -0500 Shuffle test data around @@ -19437,7 +22811,7 @@ Date: Mon Feb 11 14:24:03 2013 -0500 commit 98628cac9f733f2674d6409954cddb7d0634c233 Author: Behdad Esfahbod -Date: Mon Feb 11 13:36:23 2013 -0500 +Date: Mon Feb 11 13:36:23 2013 -0500 Add Win8-style Myanmar shaper @@ -19445,17 +22819,17 @@ Date: Mon Feb 11 13:36:23 2013 -0500 MYANMAR: 1123860 out of 1123883 tests passed. 23 failed (0.00204648%) - src/Makefile.am | 14 +- - src/hb-ot-shape-complex-indic.cc | 2 - + src/Makefile.am | 14 +- + src/hb-ot-shape-complex-indic.cc | 2 - src/hb-ot-shape-complex-myanmar-machine.rl | 127 ++++++ - src/hb-ot-shape-complex-myanmar.cc | 599 + src/hb-ot-shape-complex-myanmar.cc | 599 +++++++++++++++++++++++++++++ - src/hb-ot-shape-complex-private.hh | 5 +- + src/hb-ot-shape-complex-private.hh | 5 +- 5 files changed, 740 insertions(+), 7 deletions(-) commit 1df56449586bd32275a6fa69dcadd5fb77a84f82 Author: Behdad Esfahbod -Date: Mon Feb 11 14:17:54 2013 -0500 +Date: Mon Feb 11 14:17:54 2013 -0500 Minor @@ -19464,14 +22838,14 @@ Date: Mon Feb 11 14:17:54 2013 -0500 commit 54f7b4d9ec13f8454aa298534da318c023fa3c63 Author: Behdad Esfahbod -Date: Mon Feb 11 13:27:17 2013 -0500 +Date: Mon Feb 11 13:27:17 2013 -0500 [OTLayout] Respect lookup-flags skipping over non-mark glyphs Before, when matching ligatures, we never skipping over base / liga glyphs even if that was what the LookupFlags asked for. - Fixed now. We carefully reviewed all instances of this, and + Fixed now. We carefully reviewed all instances of this, and tested with Amiri as well as some Indic scripts, and are confident that this should @@ -19484,7 +22858,7 @@ Date: Mon Feb 11 13:27:17 2013 -0500 commit 9082efc4aacb34de8574d6a4a3c037987df58bd8 Author: Behdad Esfahbod -Date: Mon Feb 11 13:14:15 2013 -0500 +Date: Mon Feb 11 13:14:15 2013 -0500 [OTLayout] s/mark_skipping/skipping/ @@ -19496,7 +22870,7 @@ Date: Mon Feb 11 13:14:15 2013 -0500 commit 9621e0ba294c9cc6d458bbf632e63e92fda71e10 Author: Behdad Esfahbod -Date: Mon Feb 11 06:58:27 2013 -0500 +Date: Mon Feb 11 06:58:27 2013 -0500 [Indic] Fix bug introduced in 8b217f5ac54aa0dcbba2dd6d59aa89dde33e56c2 @@ -19508,7 +22882,7 @@ Date: Mon Feb 11 06:58:27 2013 -0500 commit 6e74c64211b6aaac48bae8c87f9420d8dc03fd93 Author: Behdad Esfahbod -Date: Mon Feb 11 06:50:17 2013 -0500 +Date: Mon Feb 11 06:50:17 2013 -0500 Improve normalization heuristic @@ -19528,32 +22902,32 @@ Date: Mon Feb 11 06:50:17 2013 -0500 commit 614242efb043f2ed78916377138d456279a20a54 Author: Behdad Esfahbod -Date: Wed Feb 6 23:45:27 2013 -0500 +Date: Wed Feb 6 23:45:27 2013 -0500 Revert "Include config.h.in in tree" This reverts commit 01013a0f5c58d5d54a37e5b4d6692e0bbd4baf80. Conflicts: - config.h.in + config.h.in Same argument as previous commit. - Makefile.am | 1 + + Makefile.am | 1 + config.h.in | 153 ------------------------------------------------------------ 2 files changed, 1 insertion(+), 153 deletions(-) commit adff3778155facb7b149ce66ab7d573368e048de Author: Behdad Esfahbod -Date: Wed Feb 6 23:43:27 2013 -0500 +Date: Wed Feb 6 23:43:27 2013 -0500 Revert "[Indic] Import ragel-generated Indic machine in git" This reverts commit fab7a71f110ed646745d54b23284537c50058c21. Conflicts: - src/hb-ot-shape-complex-indic-machine.hh + src/hb-ot-shape-complex-indic-machine.hh Keeping that generated file in-tree causes problems with processes like @@ -19563,15 +22937,15 @@ Date: Wed Feb 6 23:43:27 2013 -0500 give this another chance and see how it goes. - autogen.sh | 6 + - src/Makefile.am | 1 + + autogen.sh | 6 + + src/Makefile.am | 1 + src/hb-ot-shape-complex-indic-machine.hh | 1443 ------------------------------ 3 files changed, 7 insertions(+), 1443 deletions(-) commit 5898fa94d12b19686f649104bd6efe8daa1ba0c9 Author: Behdad Esfahbod -Date: Wed Feb 6 15:29:07 2013 -0500 +Date: Wed Feb 6 15:29:07 2013 -0500 Don't use $(ENV) @@ -19586,7 +22960,7 @@ Date: Wed Feb 6 15:29:07 2013 -0500 commit 52d66c26a2102bd1a49463b8e8f04612598f8ac1 Author: Behdad Esfahbod -Date: Mon Feb 4 23:31:24 2013 -0500 +Date: Mon Feb 4 23:31:24 2013 -0500 Add color-tests automake option @@ -19595,7 +22969,7 @@ Date: Mon Feb 4 23:31:24 2013 -0500 commit 9de5f98f363d96f308adc33f1c2286e5c33117de Author: Behdad Esfahbod -Date: Mon Feb 4 23:28:22 2013 -0500 +Date: Mon Feb 4 23:28:22 2013 -0500 Bug 60035 - intermittent make install failure on hb-version.h @@ -19604,7 +22978,7 @@ Date: Mon Feb 4 23:28:22 2013 -0500 commit 6c1e8b614cfd6ed016fba6bf20af1e422e79eb71 Author: Behdad Esfahbod -Date: Mon Feb 4 23:24:16 2013 -0500 +Date: Mon Feb 4 23:24:16 2013 -0500 Bug 59637 - check-exported-symbols.sh & check-internal-symbols.sh fail on mips/mipsel @@ -19614,19 +22988,19 @@ Date: Mon Feb 4 23:24:16 2013 -0500 commit bafdf3d983dcc277d6e7e322277c0bb25b41a173 Author: Behdad Esfahbod -Date: Mon Feb 4 23:06:50 2013 -0500 +Date: Mon Feb 4 23:06:50 2013 -0500 Merge check-internal-symbols.sh and check-exported-symbols.sh - src/Makefile.am | 3 +- - src/check-internal-symbols.sh | 34 + src/Makefile.am | 3 +- + src/check-internal-symbols.sh | 34 ---------------------- ...{check-exported-symbols.sh => check-symbols.sh} | 16 ++++++++-- 3 files changed, 14 insertions(+), 39 deletions(-) commit ceeae30f47b9d628484ae398bc38f3f60ee8eab4 Author: Behdad Esfahbod -Date: Thu Jan 31 19:27:36 2013 -0500 +Date: Thu Jan 31 19:27:36 2013 -0500 Really fix setmode this time @@ -19637,7 +23011,7 @@ Date: Thu Jan 31 19:27:36 2013 -0500 commit 7cba8a673b4b436a737fc4ffe85dc84ddd2bf41f Author: Behdad Esfahbod -Date: Thu Jan 31 18:37:10 2013 -0500 +Date: Thu Jan 31 18:37:10 2013 -0500 Fixup previous commit @@ -19650,45 +23024,45 @@ Date: Thu Jan 31 18:37:10 2013 -0500 commit bc76449f51f20491a4540b4f240f5a3e0dcb20fe Author: Behdad Esfahbod -Date: Thu Jan 31 18:18:05 2013 -0500 +Date: Thu Jan 31 18:18:05 2013 -0500 Use setmode() instead of _setmode() Looks like Cygwin / MSVC declare it that way, and it still works on MinGW32 cross. - config.h.in | 6 +++--- - configure.ac | 2 +- + config.h.in | 6 +++--- + configure.ac | 2 +- util/options.cc | 2 +- util/options.hh | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) commit e9171af55cc6a402eb20db4ea74c86a0b1e70e85 Author: Behdad Esfahbod -Date: Tue Jan 29 22:45:00 2013 -0500 +Date: Tue Jan 29 22:45:00 2013 -0500 Bug 60053 - hb-common.cc:181:6: warning: ‘void free_langs()’ defined but not used src/hb-common.cc | 2 +- - src/hb-ft.cc | 2 +- + src/hb-ft.cc | 2 +- src/hb-shape.cc | 2 +- src/hb-shaper.cc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) commit 09b5393874e56fcfd63a92d28e6c1c2ddeee0942 Author: Behdad Esfahbod -Date: Fri Jan 18 17:10:47 2013 -0600 +Date: Fri Jan 18 17:10:47 2013 -0600 0.9.12 - NEWS | 7 +++++++ + NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit eb45c0a2fbaeeb34e77a2935934e8d1302728ec8 Author: Behdad Esfahbod -Date: Wed Jan 16 22:07:50 2013 -0600 +Date: Wed Jan 16 22:07:50 2013 -0600 Minor @@ -19697,7 +23071,7 @@ Date: Wed Jan 16 22:07:50 2013 -0600 commit 52c8d1226f3509276b11a1fadbd29e5363c0ecd7 Author: Behdad Esfahbod -Date: Mon Jan 14 13:51:46 2013 -0600 +Date: Mon Jan 14 13:51:46 2013 -0600 Minor @@ -19706,7 +23080,7 @@ Date: Mon Jan 14 13:51:46 2013 -0600 commit f88d3bd7e407d332bb04688344c54756d24128c9 Author: Behdad Esfahbod -Date: Mon Jan 14 00:33:58 2013 -0600 +Date: Mon Jan 14 00:33:58 2013 -0600 Fix build with Sun compiler @@ -19715,7 +23089,7 @@ Date: Mon Jan 14 00:33:58 2013 -0600 commit 08b29c08094097f1c23ec53b10084bc390cea833 Author: Behdad Esfahbod -Date: Mon Jan 14 00:32:12 2013 -0600 +Date: Mon Jan 14 00:32:12 2013 -0600 Revert "Minor" @@ -19728,17 +23102,17 @@ Date: Mon Jan 14 00:32:12 2013 -0600 commit e78463211e7d85f237bd55afab7e8e5dae42346c Author: Behdad Esfahbod -Date: Mon Jan 14 00:27:21 2013 -0600 +Date: Mon Jan 14 00:27:21 2013 -0600 Fix linking with non-gcc compilers - configure.ac | 2 ++ + configure.ac | 2 ++ src/Makefile.am | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) commit de649f07f1f8fdeb998a0b049759f4f7363e25d2 Author: Behdad Esfahbod -Date: Mon Jan 14 00:26:43 2013 -0600 +Date: Mon Jan 14 00:26:43 2013 -0600 Fix residuals from fontconfig changes @@ -19747,58 +23121,58 @@ Date: Mon Jan 14 00:26:43 2013 -0600 commit cf81fb3624466b9df2250b58b27a92187c5b5b5c Author: Behdad Esfahbod -Date: Thu Jan 10 09:06:34 2013 -0600 +Date: Thu Jan 10 09:06:34 2013 -0600 0.9.11 - NEWS | 14 ++++++++++++++ + NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) commit 2dcb333f52492018816f0d5d67a47634a612e49c Author: Behdad Esfahbod -Date: Thu Jan 10 01:17:59 2013 -0600 +Date: Thu Jan 10 01:17:59 2013 -0600 Add atomic ops for Solaris Based on fontconfig patch from Raimund Steger. - config.h.in | 5 ++++- - configure.ac | 27 +++++++++++++++++++++++++-- + config.h.in | 5 ++++- + configure.ac | 27 +++++++++++++++++++++++++-- src/hb-atomic-private.hh | 12 ++++++++++++ 3 files changed, 41 insertions(+), 3 deletions(-) commit 69fd6e157c7ec83a5d5d8731fc14675ce4509b09 Author: Behdad Esfahbod -Date: Thu Jan 10 00:03:36 2013 -0600 +Date: Thu Jan 10 00:03:36 2013 -0600 Fix crasher during multi-thread shaper data creation Sample crash: 0 _hb_graphite2_shaper_face_data_destroy (data=0xffffffffffffffff) - at ../../src/hb-graphite2.cc:129 + at ../../src/hb-graphite2.cc:129 1 0x00007ffff4271d7d in hb_graphite2_shaper_face_data_ensure ( - face=) at ../../src/hb-shaper-list.hh:35 + face=) at ../../src/hb-shaper-list.hh:35 2 hb_shape_plan_plan (shaper_list=, num_user_features=0, - user_features=0x0, shape_plan=0xf7b490) at - ../../src/hb-shaper-list.hh:35 + user_features=0x0, shape_plan=0xf7b490) at + ../../src/hb-shaper-list.hh:35 3 hb_shape_plan_create (face=, props=, - user_features=0x0, num_user_features=0, shaper_list=) - at ../../src/hb-shape-plan.cc:108 + user_features=0x0, num_user_features=0, shaper_list=) + at ../../src/hb-shape-plan.cc:108 4 0x00007ffff4272c93 in hb_shape_plan_create_cached (face=0x10cf2b0, - props=0x11980d8, user_features=0x0, num_user_features=, - shaper_list=0x0) at ../../src/hb-shape-plan.cc:283 + props=0x11980d8, user_features=0x0, num_user_features=, + shaper_list=0x0) at ../../src/hb-shape-plan.cc:283 src/hb-shaper-private.hh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit ecd454b3cd75050e0c95e1d2aa55744559338ec8 Author: Behdad Esfahbod -Date: Tue Jan 8 18:09:46 2013 -0600 +Date: Tue Jan 8 18:09:46 2013 -0600 [Indic] In old-spec shaping, don't move viramas around if seq ends with one @@ -19807,14 +23181,14 @@ Date: Tue Jan 8 18:09:46 2013 -0600 https://bugs.freedesktop.org/show_bug.cgi?id=59118 - src/hb-ot-shape-complex-indic.cc | + src/hb-ot-shape-complex-indic.cc | 7 ++++--- .../texts/in-tree/shaper-indic/indic/script-kannada/misc/misc.txt | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) commit e95e031b5682809488cc965883e15404cb9cfb6a Author: Behdad Esfahbod -Date: Tue Jan 8 16:15:46 2013 -0600 +Date: Tue Jan 8 16:15:46 2013 -0600 [GPOS] If an Anchor offset is NULL, return false @@ -19825,13 +23199,13 @@ Date: Tue Jan 8 16:15:46 2013 -0600 Test case: hb-shape ./EBGaramond12-Regular.otf ἂ --features="ss20","smcp" - src/hb-open-type-private.hh | 14 ++++++++++++-- + src/hb-open-type-private.hh | 14 ++++++++++++-- src/hb-ot-layout-gpos-table.hh | 10 ++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) commit e5dbf39900fa63051f64cc447a6742665cbee339 Author: Behdad Esfahbod -Date: Mon Jan 7 17:34:24 2013 -0600 +Date: Mon Jan 7 17:34:24 2013 -0600 Bug 58638 - Building fails with ICU due to not passing required flags @@ -19840,7 +23214,7 @@ Date: Mon Jan 7 17:34:24 2013 -0600 commit 1172dc736280566426eb6dade1a886b2a0ca9aa4 Author: Behdad Esfahbod -Date: Mon Jan 7 16:46:37 2013 -0600 +Date: Mon Jan 7 16:46:37 2013 -0600 Rename hb_buffer_clear() to hb_buffer_clear_contents() @@ -19849,15 +23223,15 @@ Date: Mon Jan 7 16:46:37 2013 -0600 Clash-free now again. - src/hb-buffer.cc | 2 +- - src/hb-buffer.h | 2 +- + src/hb-buffer.cc | 2 +- + src/hb-buffer.h | 2 +- test/api/test-buffer.c | 2 +- - util/options.hh | 2 +- + util/options.hh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) commit 7b912c1936c3e8a7df27a30782ca127d0a83822d Author: Behdad Esfahbod -Date: Fri Jan 4 01:25:27 2013 -0600 +Date: Fri Jan 4 01:25:27 2013 -0600 Remove a few unnecessary const's @@ -19868,17 +23242,17 @@ Date: Fri Jan 4 01:25:27 2013 -0600 commit 34e6c3e3e452bdf6f93df565a70453a6e74d4c6e Author: Behdad Esfahbod -Date: Thu Jan 3 00:14:24 2013 -0600 +Date: Thu Jan 3 00:14:24 2013 -0600 0.9.10 - NEWS | 24 ++++++++++++++++++++++++ + NEWS | 24 ++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) commit f0c82410dbe800cb6429ba4aa7cfd9f5a11cc70c Author: Behdad Esfahbod -Date: Thu Jan 3 00:07:16 2013 -0600 +Date: Thu Jan 3 00:07:16 2013 -0600 [OTLayout] Always collect default language system in collect_lookups @@ -19890,7 +23264,7 @@ Date: Thu Jan 3 00:07:16 2013 -0600 commit 15e9e4e1ddaad655988144e7a56a765e8adf8782 Author: Behdad Esfahbod -Date: Thu Jan 3 00:04:40 2013 -0600 +Date: Thu Jan 3 00:04:40 2013 -0600 [OTLayout] Fix feature iteration in collect_lookups @@ -19901,7 +23275,7 @@ Date: Thu Jan 3 00:04:40 2013 -0600 commit 733e8c0d7bf0765884f2cc953c8edcd7ab7fb49b Author: Behdad Esfahbod -Date: Thu Jan 3 00:00:23 2013 -0600 +Date: Thu Jan 3 00:00:23 2013 -0600 [OTLayout] Whitespace @@ -19911,7 +23285,7 @@ Date: Thu Jan 3 00:00:23 2013 -0600 commit d37ae38047bee12639741af9bb083b857fab950d Author: Behdad Esfahbod -Date: Wed Jan 2 23:57:36 2013 -0600 +Date: Wed Jan 2 23:57:36 2013 -0600 [OTLayout] Handle required_feature_index in collect_lookups @@ -19920,7 +23294,7 @@ Date: Wed Jan 2 23:57:36 2013 -0600 commit 11fba79ee9383eb995ddf7eb924dd64c67e2df63 Author: Behdad Esfahbod -Date: Wed Jan 2 23:36:37 2013 -0600 +Date: Wed Jan 2 23:36:37 2013 -0600 [OTLayout] Fix various introspection issues with ClassDef's @@ -19931,7 +23305,7 @@ Date: Wed Jan 2 23:36:37 2013 -0600 commit e81aff9ef785be28751aab1fcd484af550656181 Author: Behdad Esfahbod -Date: Wed Jan 2 23:22:54 2013 -0600 +Date: Wed Jan 2 23:22:54 2013 -0600 [tests] Finish test-set.c @@ -19943,7 +23317,7 @@ Date: Wed Jan 2 23:22:54 2013 -0600 commit 7b1b720a8da69b68b775ce17104a40d55401b7ef Author: Behdad Esfahbod -Date: Wed Jan 2 23:02:59 2013 -0600 +Date: Wed Jan 2 23:02:59 2013 -0600 Protect sets in-error from further modication @@ -19954,16 +23328,16 @@ Date: Wed Jan 2 23:02:59 2013 -0600 commit 8165f2765b93e99577ecc79b7956ae38c614bc78 Author: Behdad Esfahbod -Date: Wed Jan 2 22:50:36 2013 -0600 +Date: Wed Jan 2 22:50:36 2013 -0600 [tests] Start adding tests for hb-set.h - Fails now. Fixing. + Fails now. Fixing. - TODO | 2 - + TODO | 2 - src/hb-set-private.hh | 6 + - src/hb-set.cc | 9 +- - src/hb-set.h | 3 + + src/hb-set.cc | 9 +- + src/hb-set.h | 3 + test/api/Makefile.am | 1 + test/api/test-set.c | 312 ++++++++++++++++++++++++++++++++++++++++++++++++++ @@ -19971,7 +23345,7 @@ Date: Wed Jan 2 22:50:36 2013 -0600 commit b9d28f696c433b94c5ffbad8d7c87cf3acff4056 Author: Behdad Esfahbod -Date: Wed Jan 2 22:49:58 2013 -0600 +Date: Wed Jan 2 22:49:58 2013 -0600 [tests] Add set object to test-object.c @@ -19980,7 +23354,7 @@ Date: Wed Jan 2 22:49:58 2013 -0600 commit 11d2956553f0d4a0086166a04ffc352fcfacf56e Author: Behdad Esfahbod -Date: Wed Jan 2 17:41:27 2013 -0600 +Date: Wed Jan 2 17:41:27 2013 -0600 Minor @@ -19989,19 +23363,19 @@ Date: Wed Jan 2 17:41:27 2013 -0600 commit 596740db04e7c1dadae0d8be6e401089fcaffc2d Author: Behdad Esfahbod -Date: Fri Dec 21 19:41:04 2012 -0500 +Date: Fri Dec 21 19:41:04 2012 -0500 [Indic] Insert dottedcircle after a lone Malayalam dot-reph src/hb-ot-shape-complex-indic-machine.hh | 1617 ++++++++++++++++-------------- src/hb-ot-shape-complex-indic-machine.rl | 2 +- - src/hb-ot-shape-complex-indic.cc | 13 +- + src/hb-ot-shape-complex-indic.cc | 13 +- 3 files changed, 881 insertions(+), 751 deletions(-) commit 3cdce6497b2b9aeb2841bf077daa9dd9b196429d Author: Behdad Esfahbod -Date: Fri Dec 21 16:54:22 2012 -0500 +Date: Fri Dec 21 16:54:22 2012 -0500 Remove TODO that I don't intend to fix @@ -20010,7 +23384,7 @@ Date: Fri Dec 21 16:54:22 2012 -0500 commit 6f69fa283e0a488da811df78bc83c41ed248b688 Author: Behdad Esfahbod -Date: Fri Dec 21 16:51:15 2012 -0500 +Date: Fri Dec 21 16:51:15 2012 -0500 Minor @@ -20019,7 +23393,7 @@ Date: Fri Dec 21 16:51:15 2012 -0500 commit f4abcbfc628718bb276363746440df06e7658f6e Author: Behdad Esfahbod -Date: Fri Dec 21 16:48:51 2012 -0500 +Date: Fri Dec 21 16:48:51 2012 -0500 Minor @@ -20028,7 +23402,7 @@ Date: Fri Dec 21 16:48:51 2012 -0500 commit 4a765f092d71bb4adeb468c004987a9121d39db5 Author: Behdad Esfahbod -Date: Fri Dec 21 16:48:47 2012 -0500 +Date: Fri Dec 21 16:48:47 2012 -0500 Minor @@ -20037,7 +23411,7 @@ Date: Fri Dec 21 16:48:47 2012 -0500 commit 9815a88111072aa51e78e258c5f660993b47d4df Author: Behdad Esfahbod -Date: Fri Dec 21 16:46:53 2012 -0500 +Date: Fri Dec 21 16:46:53 2012 -0500 [util] List supported output formats in --help output @@ -20051,17 +23425,17 @@ Date: Fri Dec 21 16:46:53 2012 -0500 commit f95a87b7b813f588c7910ad4785ee68bb452e864 Author: Behdad Esfahbod -Date: Fri Dec 21 16:35:28 2012 -0500 +Date: Fri Dec 21 16:35:28 2012 -0500 [util] List supported output formats in hb-view - TODO | 1 - + TODO | 1 - util/helper-cairo.cc | 30 +++++++++++++++++++++++++++++- 2 files changed, 29 insertions(+), 2 deletions(-) commit 6bad092aa87bc3e6bbf0b9faf07693e6ebbe55f2 Author: Behdad Esfahbod -Date: Fri Dec 21 16:01:52 2012 -0500 +Date: Fri Dec 21 16:01:52 2012 -0500 [util] Default to "text" output format in hb-shape @@ -20081,7 +23455,7 @@ Date: Fri Dec 21 16:01:52 2012 -0500 commit 8b217f5ac54aa0dcbba2dd6d59aa89dde33e56c2 Author: Behdad Esfahbod -Date: Fri Dec 21 15:48:32 2012 -0500 +Date: Fri Dec 21 15:48:32 2012 -0500 [Indic] Reorder Malayalam dot-reph to after base @@ -20090,15 +23464,15 @@ Date: Fri Dec 21 15:48:32 2012 -0500 https://bugzilla.redhat.com/show_bug.cgi?id=799565 - src/hb-ot-shape-complex-indic.cc | 13 + src/hb-ot-shape-complex-indic.cc | 13 ++++++++++--- - .../shaper-indic/indic/script-malayalam/misc/MANIFEST | 1 + - .../shaper-indic/indic/script-malayalam/misc/dot-reph.txt | 1 + + .../shaper-indic/indic/script-malayalam/misc/MANIFEST | 1 + + .../shaper-indic/indic/script-malayalam/misc/dot-reph.txt | 1 + 3 files changed, 12 insertions(+), 3 deletions(-) commit 742c4ee97e1311e000ebcdf9f33361c4dc6400a4 Author: Behdad Esfahbod -Date: Fri Dec 21 15:35:03 2012 -0500 +Date: Fri Dec 21 15:35:03 2012 -0500 Minor @@ -20107,18 +23481,18 @@ Date: Fri Dec 21 15:35:03 2012 -0500 commit 94afeb6ebe27534fc80d7173cc6f67375c3aaca6 Author: Behdad Esfahbod -Date: Fri Dec 21 11:54:50 2012 -0500 +Date: Fri Dec 21 11:54:50 2012 -0500 Add Android.mk Android.mk | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - Makefile.am | 1 + + Makefile.am | 1 + 2 files changed, 75 insertions(+) commit d16ddbcbbee39b07a028776995c635119fe3cd98 Author: Behdad Esfahbod -Date: Thu Dec 20 01:02:36 2012 -0500 +Date: Thu Dec 20 01:02:36 2012 -0500 Add build confirmation notice to configure @@ -20127,7 +23501,7 @@ Date: Thu Dec 20 01:02:36 2012 -0500 commit e24d8dab749a1a796e7484e18572da5f7a733bd4 Author: Behdad Esfahbod -Date: Wed Dec 19 15:23:02 2012 -0500 +Date: Wed Dec 19 15:23:02 2012 -0500 [TODO] Remove done items @@ -20136,7 +23510,7 @@ Date: Wed Dec 19 15:23:02 2012 -0500 commit 044d38527664d933c18c751c38fcf6fb4b5f888e Author: Behdad Esfahbod -Date: Wed Dec 19 13:00:16 2012 -0500 +Date: Wed Dec 19 13:00:16 2012 -0500 Bug 58498 - Tests fail with gold linker on ARM @@ -20146,7 +23520,7 @@ Date: Wed Dec 19 13:00:16 2012 -0500 commit b68b86daf1a8478b86aeae44a8c39a606ed873cb Author: Behdad Esfahbod -Date: Tue Dec 18 20:39:40 2012 -0500 +Date: Tue Dec 18 20:39:40 2012 -0500 Use C++ linker if ICU is disabled @@ -20158,7 +23532,7 @@ Date: Tue Dec 18 20:39:40 2012 -0500 commit 1ffd23cb47a61465d52a7aeebb9c1b676e7c9a7e Author: Behdad Esfahbod -Date: Mon Dec 17 23:29:15 2012 -0500 +Date: Mon Dec 17 23:29:15 2012 -0500 [OTLayout] Limit alternate-location FeatureParams to 'size' feature @@ -20167,7 +23541,7 @@ Date: Mon Dec 17 23:29:15 2012 -0500 commit efe252e6000558f78075adadb2a3dba25ab67c04 Author: Behdad Esfahbod -Date: Mon Dec 17 23:21:05 2012 -0500 +Date: Mon Dec 17 23:21:05 2012 -0500 [OTLayout] Fix 'size' featureParams implementation @@ -20175,12 +23549,12 @@ Date: Mon Dec 17 23:21:05 2012 -0500 src/hb-ot-layout-common-private.hh | 133 ++++++++++++++++++++++++++++--------- - src/hb-ot-layout.cc | 93 ++++---------------------- + src/hb-ot-layout.cc | 93 ++++---------------------- 2 files changed, 117 insertions(+), 109 deletions(-) commit e77b4425746ac9eb407ca4e742d962f1955971b4 Author: Behdad Esfahbod -Date: Mon Dec 17 18:42:59 2012 -0500 +Date: Mon Dec 17 18:42:59 2012 -0500 [OTLayout] Fix tracing @@ -20189,17 +23563,17 @@ Date: Mon Dec 17 18:42:59 2012 -0500 commit 9b54562d63f1a9e0e5b33d71c32bd1588759ebf1 Author: Behdad Esfahbod -Date: Mon Dec 17 13:55:36 2012 -0500 +Date: Mon Dec 17 13:55:36 2012 -0500 [OTLayout] Towards correct FeatureParams handling - src/hb-open-type-private.hh | 8 +++++++- + src/hb-open-type-private.hh | 8 +++++++- src/hb-ot-layout-common-private.hh | 25 +++++++++++++++++++++++-- 2 files changed, 30 insertions(+), 3 deletions(-) commit 87e43b7f2be25840748f920ca33ff553833da45f Author: Behdad Esfahbod -Date: Fri Dec 14 17:48:23 2012 -0500 +Date: Fri Dec 14 17:48:23 2012 -0500 [OTLayout] Wire tag and list start all the way to Feature @@ -20210,7 +23584,7 @@ Date: Fri Dec 14 17:48:23 2012 -0500 commit 85bc44b90a19c6a669ed567a9cd8513448600afe Author: Behdad Esfahbod -Date: Wed Dec 12 11:38:49 2012 -0500 +Date: Wed Dec 12 11:38:49 2012 -0500 [OTLayout] More 'size' feature sanity checking @@ -20223,7 +23597,7 @@ Date: Wed Dec 12 11:38:49 2012 -0500 commit 0bae50a36f3022f9bb6b2c001c191eeaaa4ef954 Author: Behdad Esfahbod -Date: Tue Dec 11 16:01:31 2012 -0500 +Date: Tue Dec 11 16:01:31 2012 -0500 [OTLayout] Add FeatureParamsCharacterVariants struct @@ -20235,17 +23609,17 @@ Date: Tue Dec 11 16:01:31 2012 -0500 commit bd61bc13ea8ff350ada5449b2cfeb612e66ecafa Author: Behdad Esfahbod -Date: Tue Dec 11 16:00:43 2012 -0500 +Date: Tue Dec 11 16:00:43 2012 -0500 [OTLayout] Add UINT24 type src/hb-open-type-private.hh | 33 ++++++++++++++++++++++----------- - src/hb-private.hh | 4 ++++ + src/hb-private.hh | 4 ++++ 2 files changed, 26 insertions(+), 11 deletions(-) commit 9cf7f9d4f61741932570afbefdee5edf61f79ae4 Author: Behdad Esfahbod -Date: Tue Dec 11 14:31:13 2012 -0500 +Date: Tue Dec 11 14:31:13 2012 -0500 Make test-size-params write size in points @@ -20254,7 +23628,7 @@ Date: Tue Dec 11 14:31:13 2012 -0500 commit 372fe2b67b1757e809bf33e1e9055a00c5bed304 Author: Behdad Esfahbod -Date: Tue Dec 11 14:30:57 2012 -0500 +Date: Tue Dec 11 14:30:57 2012 -0500 [OTLayout] Make hb_ot_layout_get_size_params() do some checks @@ -20263,7 +23637,7 @@ Date: Tue Dec 11 14:30:57 2012 -0500 commit 875a5cbc9c37f4264241c43b80afad2628eab749 Author: Behdad Esfahbod -Date: Tue Dec 11 14:17:01 2012 -0500 +Date: Tue Dec 11 14:17:01 2012 -0500 [OTLayout] Change hb_ot_layout_get_params() API @@ -20271,14 +23645,14 @@ Date: Tue Dec 11 14:17:01 2012 -0500 src/hb-ot-layout-common-private.hh | 85 ++++++++++++++++++++++++++++++++++++-- - src/hb-ot-layout.cc | 28 +++++++++---- - src/hb-ot-layout.h | 8 +++- - src/test-size-params.cc | 9 +++- + src/hb-ot-layout.cc | 28 +++++++++---- + src/hb-ot-layout.h | 8 +++- + src/test-size-params.cc | 9 +++- 4 files changed, 115 insertions(+), 15 deletions(-) commit 5e7e52ddf2b0c4fbc9d933d24336100368d39a5c Author: Behdad Esfahbod -Date: Mon Dec 10 17:44:22 2012 -0500 +Date: Mon Dec 10 17:44:22 2012 -0500 [uniscribe] Enable Uniscribe backend only if it has ScriptShapeOpenType() @@ -20291,7 +23665,7 @@ Date: Mon Dec 10 17:44:22 2012 -0500 commit d41c0c955b8ad9b52191ca47e1f3b1bfe606deb1 Author: Behdad Esfahbod -Date: Mon Dec 10 16:41:20 2012 -0500 +Date: Mon Dec 10 16:41:20 2012 -0500 Update config template @@ -20300,7 +23674,7 @@ Date: Mon Dec 10 16:41:20 2012 -0500 commit c48a04e5ea899b82465a0f3f2cfdcffb3bf38f61 Author: John Ralls -Date: Mon Dec 10 16:24:24 2012 -0500 +Date: Mon Dec 10 16:24:24 2012 -0500 [coretext] Better test for CoreText @@ -20312,7 +23686,7 @@ Date: Mon Dec 10 16:24:24 2012 -0500 commit 0e9f0f3e5f16a45951423a1229af42dc2fd798c3 Author: Behdad Esfahbod -Date: Mon Dec 10 15:25:21 2012 -0500 +Date: Mon Dec 10 15:25:21 2012 -0500 Fix atomic ops on iOS @@ -20323,7 +23697,7 @@ Date: Mon Dec 10 15:25:21 2012 -0500 commit 5f9569c1391c65d7addff363ad6e5ec9b087f01a Author: Behdad Esfahbod -Date: Mon Dec 10 13:38:42 2012 -0500 +Date: Mon Dec 10 13:38:42 2012 -0500 Make older MSVC happy @@ -20332,7 +23706,7 @@ Date: Mon Dec 10 13:38:42 2012 -0500 commit 071d5b831e6de5f3b24160dc77b139cb040ab886 Author: Behdad Esfahbod -Date: Mon Dec 10 00:57:00 2012 -0500 +Date: Mon Dec 10 00:57:00 2012 -0500 Work around missing OSAtomicCompareAndSwapPtrBarrier() on OS X 10.4 @@ -20343,7 +23717,7 @@ Date: Mon Dec 10 00:57:00 2012 -0500 commit e923e6487b25ab86f6f629af480b291e8e5407b5 Author: Behdad Esfahbod -Date: Sun Dec 9 19:39:40 2012 -0500 +Date: Sun Dec 9 19:39:40 2012 -0500 [coretext] Fixed typo @@ -20354,7 +23728,7 @@ Date: Sun Dec 9 19:39:40 2012 -0500 commit 9a8395824bf51c2ff2cfe0887ecad52b3d2c02e2 Author: Behdad Esfahbod -Date: Sun Dec 9 18:47:36 2012 -0500 +Date: Sun Dec 9 18:47:36 2012 -0500 [coretext] Add hb_coretext_face_get_cg_font() @@ -20366,7 +23740,7 @@ Date: Sun Dec 9 18:47:36 2012 -0500 commit 86112356885fde32163882b6c9dd19a494304f7a Author: Behdad Esfahbod -Date: Sun Dec 9 18:47:09 2012 -0500 +Date: Sun Dec 9 18:47:09 2012 -0500 [coretext] Remove hack around GlyphID @@ -20377,7 +23751,7 @@ Date: Sun Dec 9 18:47:09 2012 -0500 commit 8e58459aeb949591bb5bca340ef9bdd5cfd54e47 Author: Behdad Esfahbod -Date: Sun Dec 9 18:45:47 2012 -0500 +Date: Sun Dec 9 18:45:47 2012 -0500 [graphite2] "Update to new API" @@ -20389,21 +23763,21 @@ Date: Sun Dec 9 18:45:47 2012 -0500 commit a5a4ab3846ef06769784e6469d76eace35e68805 Author: Behdad Esfahbod -Date: Sun Dec 9 18:44:41 2012 -0500 +Date: Sun Dec 9 18:44:41 2012 -0500 [graphite2] Add hb_graphite2_face_get_gr_face and hb_graphite2_font_get_gr_font - Based on patch from Martin Hosken. I believe it returns NULL if the + Based on patch from Martin Hosken. I believe it returns NULL if the font doesn't have graphite tables, but have not tested. src/hb-graphite2.cc | 14 ++++++++++++++ - src/hb-graphite2.h | 8 +++++++- + src/hb-graphite2.h | 8 +++++++- 2 files changed, 21 insertions(+), 1 deletion(-) commit 737ba156442f723d126c7c58c73729786b67c17a Author: Behdad Esfahbod -Date: Sun Dec 9 18:43:03 2012 -0500 +Date: Sun Dec 9 18:43:03 2012 -0500 [graphite2] Preload all tables @@ -20414,7 +23788,7 @@ Date: Sun Dec 9 18:43:03 2012 -0500 commit 0ae6dbf1b4de8a0326b8a2f201597427cecfb6db Author: Behdad Esfahbod -Date: Sun Dec 9 18:37:38 2012 -0500 +Date: Sun Dec 9 18:37:38 2012 -0500 Minor @@ -20423,7 +23797,7 @@ Date: Sun Dec 9 18:37:38 2012 -0500 commit 3fe5c159d3532f8ce8a85d217a00681225dd8ed1 Author: Behdad Esfahbod -Date: Sun Dec 9 18:20:19 2012 -0500 +Date: Sun Dec 9 18:20:19 2012 -0500 Remove excess return @@ -20434,7 +23808,7 @@ Date: Sun Dec 9 18:20:19 2012 -0500 commit ba2d543004573e8e4e56df70b7fe2a66a42bc83f Author: Behdad Esfahbod -Date: Sat Dec 8 19:28:41 2012 -0500 +Date: Sat Dec 8 19:28:41 2012 -0500 Update OT language tags @@ -20446,7 +23820,7 @@ Date: Sat Dec 8 19:28:41 2012 -0500 commit aba38173c6b464c2884b73ef6cd4577d4efcebbc Author: Behdad Esfahbod -Date: Wed Dec 5 19:54:48 2012 -0500 +Date: Wed Dec 5 19:54:48 2012 -0500 Minor @@ -20455,7 +23829,7 @@ Date: Wed Dec 5 19:54:48 2012 -0500 commit 61865745e35eb60aeb59968e7826e37059090780 Author: Behdad Esfahbod -Date: Wed Dec 5 19:42:10 2012 -0500 +Date: Wed Dec 5 19:42:10 2012 -0500 Fix test with gold linker @@ -20467,7 +23841,7 @@ Date: Wed Dec 5 19:42:10 2012 -0500 commit b71b0bd9ee64feadd7289e195bc58f6361ce707a Author: Behdad Esfahbod -Date: Wed Dec 5 19:20:31 2012 -0500 +Date: Wed Dec 5 19:20:31 2012 -0500 [Indic] Add link to Sinhala split matra section of the Sinhala spec @@ -20476,7 +23850,7 @@ Date: Wed Dec 5 19:20:31 2012 -0500 commit 9a34a50daac3563464e0031f377e85f0c704f2d6 Author: Behdad Esfahbod -Date: Wed Dec 5 19:18:18 2012 -0500 +Date: Wed Dec 5 19:18:18 2012 -0500 Fix build with C++11 @@ -20485,54 +23859,54 @@ Date: Wed Dec 5 19:18:18 2012 -0500 commit 0beb66e3a61ae8bb1fa66e54b1ff1abb2f8711e9 Author: Behdad Esfahbod -Date: Wed Dec 5 18:46:04 2012 -0500 +Date: Wed Dec 5 18:46:04 2012 -0500 Fix warnings - src/hb-fallback-shape.cc | 10 +++++----- - src/hb-glib.cc | 2 +- - src/hb-icu-le.cc | 6 +++--- - src/hb-old.cc | 14 +++++++------- - src/hb-open-type-private.hh | 4 +--- - src/hb-ot-layout-gsubgpos-private.hh | 24 ++++++++++++------------ + src/hb-fallback-shape.cc | 10 +++++----- + src/hb-glib.cc | 2 +- + src/hb-icu-le.cc | 6 +++--- + src/hb-old.cc | 14 +++++++------- + src/hb-open-type-private.hh | 4 +--- + src/hb-ot-layout-gsubgpos-private.hh | 24 ++++++++++++------------ src/hb-ot-shape-complex-arabic-fallback.hh | 4 ++-- - src/hb-ot-shape-complex-arabic.cc | 2 +- + src/hb-ot-shape-complex-arabic.cc | 2 +- src/hb-ot-shape-complex-indic-machine.hh | 2 +- src/hb-ot-shape-complex-indic-machine.rl | 2 +- - src/hb-ot-shape-complex-indic.cc | 6 +++--- - src/hb-ot-shape-complex-thai.cc | 2 +- - src/hb-ot-shape-fallback.cc | 4 ++-- - src/hb-private.hh | 8 ++++---- - src/hb-ucdn.cc | 27 + src/hb-ot-shape-complex-indic.cc | 6 +++--- + src/hb-ot-shape-complex-thai.cc | 2 +- + src/hb-ot-shape-fallback.cc | 4 ++-- + src/hb-private.hh | 8 ++++---- + src/hb-ucdn.cc | 27 +++++++++++++++------------ - src/hb-utf-private.hh | 4 ++-- + src/hb-utf-private.hh | 4 ++-- 16 files changed, 61 insertions(+), 60 deletions(-) commit c6408a1009d2370fbdcfa694898819d99d53c3df Author: Behdad Esfahbod -Date: Wed Dec 5 17:36:52 2012 -0500 +Date: Wed Dec 5 17:36:52 2012 -0500 0.9.9 - NEWS | 8 ++++++++ + NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) commit 130bb3f6144afe5c88bb5b4e4c98e7cba03b1e26 Author: Behdad Esfahbod -Date: Wed Dec 5 16:49:47 2012 -0500 +Date: Wed Dec 5 16:49:47 2012 -0500 Rename VOID and void_t to have HarfBuzz prefix Fixes build on Windows. Ouch! src/hb-ot-layout-gsubgpos-private.hh | 22 +++++++++++----------- - src/hb-private.hh | 12 ++++++------ + src/hb-private.hh | 12 ++++++------ 2 files changed, 17 insertions(+), 17 deletions(-) commit 4a350d0eb25db60d95638664c892d4c8dacf050b Author: Behdad Esfahbod -Date: Tue Dec 4 17:13:09 2012 -0500 +Date: Tue Dec 4 17:13:09 2012 -0500 [OTLayout] Reuse context in collect_glyphs() recursion @@ -20541,7 +23915,7 @@ Date: Tue Dec 4 17:13:09 2012 -0500 commit 8303593ba1db06e402eab52df47f21f13049112d Author: Behdad Esfahbod -Date: Tue Dec 4 17:08:41 2012 -0500 +Date: Tue Dec 4 17:08:41 2012 -0500 Minor @@ -20556,7 +23930,7 @@ Date: Tue Dec 4 17:08:41 2012 -0500 commit 1bcfa06d1173f219809542a7380ce77f1c907bec Author: Behdad Esfahbod -Date: Tue Dec 4 16:58:09 2012 -0500 +Date: Tue Dec 4 16:58:09 2012 -0500 [OTLayout] Don't recurse in collect_glyphs() for GPOS @@ -20566,7 +23940,7 @@ Date: Tue Dec 4 16:58:09 2012 -0500 commit b5e04c7dc6b78e311d1a14f1f808fac76a64c889 Author: Behdad Esfahbod -Date: Tue Dec 4 15:57:02 2012 -0500 +Date: Tue Dec 4 15:57:02 2012 -0500 [ucdn] Match upstream changes @@ -20575,29 +23949,29 @@ Date: Tue Dec 4 15:57:02 2012 -0500 commit a52f51b21635c626f6e5ccdba505c4df19bcff2c Author: Behdad Esfahbod -Date: Tue Dec 4 15:43:38 2012 -0500 +Date: Tue Dec 4 15:43:38 2012 -0500 0.9.8 - NEWS | 16 ++++++++++++++++ + NEWS | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) commit 7babfe5a7904c26060c5b8441ca1bf23e1444f35 Author: Behdad Esfahbod -Date: Tue Dec 4 00:35:54 2012 +0200 +Date: Tue Dec 4 00:35:54 2012 +0200 Move object mutext into the user-data array We are not using it for anything lse it seems. - src/hb-common.cc | 12 ++---------- + src/hb-common.cc | 12 ++---------- src/hb-object-private.hh | 24 ++++++++++-------------- 2 files changed, 12 insertions(+), 24 deletions(-) commit a1900114770952778563dd6f3bc79334b0ca8df5 Author: Behdad Esfahbod -Date: Tue Dec 4 00:29:35 2012 +0200 +Date: Tue Dec 4 00:29:35 2012 +0200 Remove unused functions @@ -20606,7 +23980,7 @@ Date: Tue Dec 4 00:29:35 2012 +0200 commit 88b7564183ae1cf59500b13c7e48756fe200c7cd Author: Behdad Esfahbod -Date: Sun Dec 2 19:14:29 2012 +0200 +Date: Sun Dec 2 19:14:29 2012 +0200 "Update" to Unicode 6.2.0 tables @@ -20618,7 +23992,7 @@ Date: Sun Dec 2 19:14:29 2012 +0200 commit 4ab99fb8c363cfc6a4f5952e69a19757f0cab344 Author: Behdad Esfahbod -Date: Fri Nov 30 15:02:04 2012 +0200 +Date: Fri Nov 30 15:02:04 2012 +0200 Minor @@ -20627,7 +24001,7 @@ Date: Fri Nov 30 15:02:04 2012 +0200 commit 6748b96d27477b35dd69129e55d861259d66bf9f Author: Behdad Esfahbod -Date: Fri Nov 30 12:02:21 2012 +0200 +Date: Fri Nov 30 12:02:21 2012 +0200 Minor @@ -20636,33 +24010,33 @@ Date: Fri Nov 30 12:02:21 2012 +0200 commit 624933f67642997ee0a46d5acea285362e837142 Author: Behdad Esfahbod -Date: Fri Nov 30 11:46:35 2012 +0200 +Date: Fri Nov 30 11:46:35 2012 +0200 Add Persian test cases from Mehran Mehr test/shaping/texts/in-tree/shaper-arabic/script-arabic/MANIFEST | 1 + .../in-tree/shaper-arabic/script-arabic/language-persian/MANIFEST | 1 + - .../shaper-arabic/script-arabic/language-persian/mehran.txt | + .../shaper-arabic/script-arabic/language-persian/mehran.txt | 8 ++++++++ 3 files changed, 10 insertions(+) commit 0f3f5299047e3cfc4d1202fee83d484b871279ad Author: Behdad Esfahbod -Date: Fri Nov 30 09:06:59 2012 +0200 +Date: Fri Nov 30 09:06:59 2012 +0200 Add test-size-params Eventually this will become part of a yet-to-be-written hb-ot cmdline tool. - src/Makefile.am | 10 ++++- + src/Makefile.am | 10 ++++- src/test-size-params.cc | 98 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 107 insertions(+), 1 deletion(-) commit 8465a05a89742295d4b009a9b4442eb0a899fd80 Author: Behdad Esfahbod -Date: Fri Nov 30 08:46:43 2012 +0200 +Date: Fri Nov 30 08:46:43 2012 +0200 Fix hb_buffer_guess_segment_properties() for empty buffer @@ -20673,7 +24047,7 @@ Date: Fri Nov 30 08:46:43 2012 +0200 commit e75943de803f571b7ad2cf2f777119753a209656 Author: Behdad Esfahbod -Date: Fri Nov 30 08:38:24 2012 +0200 +Date: Fri Nov 30 08:38:24 2012 +0200 [OTLayout] Fix collect_glyphs() recursion in ContextFormat3 @@ -20682,18 +24056,18 @@ Date: Fri Nov 30 08:38:24 2012 +0200 commit 3038ae6adbb61e55d6c665dea0c5271e0c9f0ed8 Author: Behdad Esfahbod -Date: Fri Nov 30 08:24:13 2012 +0200 +Date: Fri Nov 30 08:24:13 2012 +0200 [OTLayout] Minor src/hb-ot-layout-gpos-table.hh | 4 ---- src/hb-ot-layout-gsub-table.hh | 4 ---- - src/hb-ot-layout.cc | 4 ++-- + src/hb-ot-layout.cc | 4 ++-- 3 files changed, 2 insertions(+), 10 deletions(-) commit 0dff11f6bfbda444a153ca75ff2b947f94e9b3c5 Author: Behdad Esfahbod -Date: Fri Nov 30 08:14:20 2012 +0200 +Date: Fri Nov 30 08:14:20 2012 +0200 [OTLayout] Look for any 'size' feature, not only in DFLT script @@ -20704,7 +24078,7 @@ Date: Fri Nov 30 08:14:20 2012 +0200 commit e9ad71dee845407da74ccacfbb53ad7ededf07fd Author: Behdad Esfahbod -Date: Fri Nov 30 08:10:26 2012 +0200 +Date: Fri Nov 30 08:10:26 2012 +0200 [OTLayout] Rename hb_ot_layout_position_get_size() to hb_ot_layout_get_size_params() @@ -20715,7 +24089,7 @@ Date: Fri Nov 30 08:10:26 2012 +0200 commit f18ff5a84d9fe859c40a7a0c9a207cb40df0e84a Author: Behdad Esfahbod -Date: Fri Nov 30 08:07:06 2012 +0200 +Date: Fri Nov 30 08:07:06 2012 +0200 [OTLayout] Return correct value from recursion @@ -20730,19 +24104,19 @@ Date: Fri Nov 30 08:07:06 2012 +0200 commit f54cce3c6a0432268ce159dbe6c5c6b7f583b87a Author: Behdad Esfahbod -Date: Mon Nov 26 14:02:31 2012 +0200 +Date: Mon Nov 26 14:02:31 2012 +0200 [OTLayout] Implement 'size' feature src/hb-ot-layout-common-private.hh | 36 ++++++++++++++++++++++++++++++++++-- - src/hb-ot-layout.cc | 31 +++++++++++++++++++++++++++++++ - src/hb-ot-layout.h | 5 +++++ + src/hb-ot-layout.cc | 31 +++++++++++++++++++++++++++++++ + src/hb-ot-layout.h | 5 +++++ 3 files changed, 70 insertions(+), 2 deletions(-) commit 2dc1141d7d0a9f5818862b09d6b9cfe0a27f1fc1 Author: Behdad Esfahbod -Date: Sat Nov 24 19:16:34 2012 -0500 +Date: Sat Nov 24 19:16:34 2012 -0500 [OTLayout] Remove operator() from ClassDef @@ -20753,7 +24127,7 @@ Date: Sat Nov 24 19:16:34 2012 -0500 commit b67881b171a7cf865af58df146da52fc1e27b160 Author: Behdad Esfahbod -Date: Sat Nov 24 19:13:55 2012 -0500 +Date: Sat Nov 24 19:13:55 2012 -0500 [OTLayout] Remove operator() from Coverage @@ -20766,7 +24140,7 @@ Date: Sat Nov 24 19:13:55 2012 -0500 commit a88e7160217b9f44e4e5b4b814d0ca98c457ee40 Author: Behdad Esfahbod -Date: Sat Nov 24 02:31:02 2012 -0500 +Date: Sat Nov 24 02:31:02 2012 -0500 [OTLayout] Implement hb_ot_layout_collect_lookups() @@ -20774,12 +24148,12 @@ Date: Sat Nov 24 02:31:02 2012 -0500 src/hb-ot-layout.cc | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++ - src/hb-ot-layout.h | 4 +-- + src/hb-ot-layout.h | 4 +-- 2 files changed, 98 insertions(+), 3 deletions(-) commit 1ea375da446bf68f705a70ce4a480db9fb9d13f3 Author: Behdad Esfahbod -Date: Sat Nov 24 02:05:52 2012 -0500 +Date: Sat Nov 24 02:05:52 2012 -0500 [OTLayout] Only collect output glyphs during recursion in collect_glyphs() @@ -20789,7 +24163,7 @@ Date: Sat Nov 24 02:05:52 2012 -0500 commit f1b12781d279a73b5754afee31e930b5cd87aac6 Author: Behdad Esfahbod -Date: Sat Nov 24 01:55:34 2012 -0500 +Date: Sat Nov 24 01:55:34 2012 -0500 [OTLayout] Implement ChainContext collect_glyphs() @@ -20801,18 +24175,18 @@ Date: Sat Nov 24 01:55:34 2012 -0500 commit cdd756b9f40665a201f5c4e65a87b9a27c390601 Author: Behdad Esfahbod -Date: Sat Nov 24 01:38:41 2012 -0500 +Date: Sat Nov 24 01:38:41 2012 -0500 [OTLayout] Implement GPOS collect_glyphs() src/hb-ot-layout-gpos-table.hh | 95 +++++++++++++++++++++++++++++++++++++++++- - src/hb-ot-layout.cc | 9 ++-- + src/hb-ot-layout.cc | 9 ++-- 2 files changed, 99 insertions(+), 5 deletions(-) commit 4c4e8f0e754b79ac6190d21878eaaf0b790c7579 Author: Behdad Esfahbod -Date: Sat Nov 24 01:13:20 2012 -0500 +Date: Sat Nov 24 01:13:20 2012 -0500 [OTLayout] Reuse apply context for recursion @@ -20823,7 +24197,7 @@ Date: Sat Nov 24 01:13:20 2012 -0500 commit 53a69f49e58ef4c4226958e0496fc22455ee6c87 Author: Behdad Esfahbod -Date: Sat Nov 24 01:03:05 2012 -0500 +Date: Sat Nov 24 01:03:05 2012 -0500 [OTLayout] Remove unused members @@ -20832,7 +24206,7 @@ Date: Sat Nov 24 01:03:05 2012 -0500 commit d0a5233785eb327c4080432f597fe470a1046af3 Author: Behdad Esfahbod -Date: Fri Nov 23 18:54:59 2012 -0500 +Date: Fri Nov 23 18:54:59 2012 -0500 [OTLayout] Implement Context::collect_glyphs() @@ -20842,7 +24216,7 @@ Date: Fri Nov 23 18:54:59 2012 -0500 commit 26514d51b6669f092d9ccb7523443a5ece74169a Author: Behdad Esfahbod -Date: Fri Nov 23 18:13:48 2012 -0500 +Date: Fri Nov 23 18:13:48 2012 -0500 [OTLayout] More collect_glyphs() @@ -20854,7 +24228,7 @@ Date: Fri Nov 23 18:13:48 2012 -0500 commit c6fb843f2a1c26322c6f4c85d1589f01a9e7a2ef Author: Behdad Esfahbod -Date: Fri Nov 23 18:04:08 2012 -0500 +Date: Fri Nov 23 18:04:08 2012 -0500 [OTLayout] Templatize process_recurse_func @@ -20864,18 +24238,18 @@ Date: Fri Nov 23 18:04:08 2012 -0500 commit 9b34677f362fb0ef5a7cb8a284a9e06d1a4cc03b Author: Behdad Esfahbod -Date: Fri Nov 23 17:55:40 2012 -0500 +Date: Fri Nov 23 17:55:40 2012 -0500 [OTLayout] Clean up closure() a bit src/hb-ot-layout-gsub-table.hh | 29 ++++++++++++++--------------- src/hb-ot-layout-gsubgpos-private.hh | 7 ++++--- - src/hb-ot-layout.cc | 6 +++++- + src/hb-ot-layout.cc | 6 +++++- 3 files changed, 23 insertions(+), 19 deletions(-) commit adf7758a27a11fb1a8a14a2673867589437d22a3 Author: Behdad Esfahbod -Date: Fri Nov 23 17:32:00 2012 -0500 +Date: Fri Nov 23 17:32:00 2012 -0500 Improve debug log format in presence of templates @@ -20884,17 +24258,17 @@ Date: Fri Nov 23 17:32:00 2012 -0500 commit 2c53bd3c3ec4f81eff126c5bf84b7f2ddf2f0fef Author: Behdad Esfahbod -Date: Fri Nov 23 17:29:05 2012 -0500 +Date: Fri Nov 23 17:29:05 2012 -0500 [OTLayout] Start porting sanitize() to process() - src/hb-open-type-private.hh | 12 +++++++++++- + src/hb-open-type-private.hh | 12 +++++++++++- src/hb-ot-layout-gsubgpos-private.hh | 8 ++++---- 2 files changed, 15 insertions(+), 5 deletions(-) commit f48ec0e83432c038b50d9715a38ba1469e82e1e4 Author: Behdad Esfahbod -Date: Fri Nov 23 17:23:41 2012 -0500 +Date: Fri Nov 23 17:23:41 2012 -0500 [OTLayout] Add process() tracing @@ -20906,7 +24280,7 @@ Date: Fri Nov 23 17:23:41 2012 -0500 commit ed2e13594479c6ed7909401509962ea2f03f9a6e Author: Behdad Esfahbod -Date: Fri Nov 23 17:10:40 2012 -0500 +Date: Fri Nov 23 17:10:40 2012 -0500 [OTLayout] More Extension templatizing @@ -20917,7 +24291,7 @@ Date: Fri Nov 23 17:10:40 2012 -0500 commit 7dddd4e72bc35be962d93dc1b76c7e26c63aaa6d Author: Behdad Esfahbod -Date: Fri Nov 23 17:04:55 2012 -0500 +Date: Fri Nov 23 17:04:55 2012 -0500 [OTLayout] More templatizing Extension @@ -20928,7 +24302,7 @@ Date: Fri Nov 23 17:04:55 2012 -0500 commit 653eeb26450053b731b46346606931f5ae88db72 Author: Behdad Esfahbod -Date: Fri Nov 23 16:57:36 2012 -0500 +Date: Fri Nov 23 16:57:36 2012 -0500 Make Extension a template @@ -20939,7 +24313,7 @@ Date: Fri Nov 23 16:57:36 2012 -0500 commit 08f1eede1bbc01ece2adf89847614a0670e50443 Author: Behdad Esfahbod -Date: Fri Nov 23 16:51:43 2012 -0500 +Date: Fri Nov 23 16:51:43 2012 -0500 Minor @@ -20949,7 +24323,7 @@ Date: Fri Nov 23 16:51:43 2012 -0500 commit 2c9d6485a1f89c11f84e720d3c7978dc11a5039a Author: Behdad Esfahbod -Date: Fri Nov 23 16:49:19 2012 -0500 +Date: Fri Nov 23 16:49:19 2012 -0500 More tracing fixup @@ -20958,18 +24332,18 @@ Date: Fri Nov 23 16:49:19 2012 -0500 commit a1733db1c6ff40aae71fa142a12b1fea7b53dd37 Author: Behdad Esfahbod -Date: Fri Nov 23 16:40:04 2012 -0500 +Date: Fri Nov 23 16:40:04 2012 -0500 [OTLayout] Start adding process() tracing src/hb-ot-layout-gsubgpos-private.hh | 44 +++++++++++++++++++++++++++--------- - src/hb-private.hh | 6 +++-- + src/hb-private.hh | 6 +++-- 2 files changed, 37 insertions(+), 13 deletions(-) commit 73c18ae1b982a4e65086afe5177afa79e721e2c0 Author: Behdad Esfahbod -Date: Fri Nov 23 15:34:11 2012 -0500 +Date: Fri Nov 23 15:34:11 2012 -0500 Cleanup @@ -20978,74 +24352,74 @@ Date: Fri Nov 23 15:34:11 2012 -0500 commit be218c688cbb037a99c8c64bb835f3c980040c0b Author: Behdad Esfahbod -Date: Fri Nov 23 15:32:14 2012 -0500 +Date: Fri Nov 23 15:32:14 2012 -0500 Pass this object to trace macros - src/hb-open-file-private.hh | 10 +-- - src/hb-open-type-private.hh | 34 +++++----- - src/hb-ot-head-table.hh | 2 +- - src/hb-ot-hhea-table.hh | 2 +- - src/hb-ot-hmtx-table.hh | 2 +- + src/hb-open-file-private.hh | 10 +-- + src/hb-open-type-private.hh | 34 +++++----- + src/hb-ot-head-table.hh | 2 +- + src/hb-ot-hhea-table.hh | 2 +- + src/hb-ot-hmtx-table.hh | 2 +- src/hb-ot-layout-common-private.hh | 36 +++++------ src/hb-ot-layout-gdef-table.hh | 20 +++--- src/hb-ot-layout-gpos-table.hh | 80 +++++++++++------------ src/hb-ot-layout-gsub-table.hh | 122 +++++++++++++++++------------------ src/hb-ot-layout-gsubgpos-private.hh | 100 ++++++++++++++-------------- - src/hb-ot-maxp-table.hh | 2 +- - src/hb-ot-name-table.hh | 6 +- + src/hb-ot-maxp-table.hh | 2 +- + src/hb-ot-name-table.hh | 6 +- 12 files changed, 208 insertions(+), 208 deletions(-) commit 902cc8aca0b3ff25eeee50b3a84d729e31731ef3 Author: Behdad Esfahbod -Date: Fri Nov 23 15:06:59 2012 -0500 +Date: Fri Nov 23 15:06:59 2012 -0500 [OTLayout] Start unbreaking tracing - src/hb-open-type-private.hh | 37 + src/hb-open-type-private.hh | 37 +++++++++++++++++++++--------------- src/hb-ot-layout-gsubgpos-private.hh | 37 +++++++++++++++++++++++++----------- - src/hb-private.hh | 30 +++++++++++++++++++---------- + src/hb-private.hh | 30 +++++++++++++++++++---------- 3 files changed, 68 insertions(+), 36 deletions(-) commit dabe698fcbeb02911128b17aa8e3b2d864795960 Author: Behdad Esfahbod -Date: Fri Nov 23 14:21:35 2012 -0500 +Date: Fri Nov 23 14:21:35 2012 -0500 Minor - src/hb-open-type-private.hh | 5 ----- + src/hb-open-type-private.hh | 5 ----- src/hb-ot-layout-gsubgpos-private.hh | 10 ++++------ - src/hb-private.hh | 27 +++++++++++++++++++++++++-- + src/hb-private.hh | 27 +++++++++++++++++++++++++-- 3 files changed, 29 insertions(+), 13 deletions(-) commit c779d82b2fc801eec0d349a106c0e860448fcf4e Author: Behdad Esfahbod -Date: Fri Nov 23 14:07:24 2012 -0500 +Date: Fri Nov 23 14:07:24 2012 -0500 Fix warnings src/hb-ot-layout-gpos-table.hh | 2 -- src/hb-ot-layout-gsub-table.hh | 8 +++----- src/hb-ot-layout-gsubgpos-private.hh | 2 +- - src/hb-private.hh | 2 +- + src/hb-private.hh | 2 +- 4 files changed, 5 insertions(+), 9 deletions(-) commit 81822528efc63d867cb2343a8ff7af64fac1c70d Author: Behdad Esfahbod -Date: Fri Nov 23 13:27:16 2012 -0500 +Date: Fri Nov 23 13:27:16 2012 -0500 Minor - src/hb-open-type-private.hh | 6 ++++++ + src/hb-open-type-private.hh | 6 ++++++ src/hb-ot-layout-gsubgpos-private.hh | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) commit 1d67ef980f35ae30d4f8975f65ee07b8cc5deeea Author: Behdad Esfahbod -Date: Thu Nov 22 16:47:53 2012 -0500 +Date: Thu Nov 22 16:47:53 2012 -0500 Move code around @@ -21055,7 +24429,7 @@ Date: Thu Nov 22 16:47:53 2012 -0500 commit ec35a72a44301934b8f123ab2833f59d8c875a09 Author: Behdad Esfahbod -Date: Thu Nov 22 16:05:59 2012 -0500 +Date: Thu Nov 22 16:05:59 2012 -0500 [OTLayout] Port apply() operator to process() template @@ -21064,12 +24438,12 @@ Date: Thu Nov 22 16:05:59 2012 -0500 src/hb-ot-layout-gsub-table.hh | 108 +++----------------------------- src/hb-ot-layout-gsubgpos-private.hh | 99 +++++++++++++---------------- - src/hb-ot-layout.cc | 2 +- + src/hb-ot-layout.cc | 2 +- 4 files changed, 65 insertions(+), 261 deletions(-) commit 2005fa5340fc528c32dc2af945ad2431964a47d2 Author: Behdad Esfahbod -Date: Thu Nov 22 14:38:10 2012 -0500 +Date: Thu Nov 22 14:38:10 2012 -0500 [OTLayout] Port would_apply() and get_coverage() to process() templates @@ -21083,29 +24457,29 @@ Date: Thu Nov 22 14:38:10 2012 -0500 commit 44fc237b53ebfbaf8a539de16ad735d2c6afc52b Author: Behdad Esfahbod -Date: Wed Nov 21 23:33:13 2012 -0500 +Date: Wed Nov 21 23:33:13 2012 -0500 [OTLayout] Port closure() to process() template src/hb-ot-layout-gsub-table.hh | 297 ++++++++--------------------------- src/hb-ot-layout-gsubgpos-private.hh | 209 ++++++++++++------------ - src/hb-ot-layout.cc | 10 +- + src/hb-ot-layout.cc | 10 +- 3 files changed, 171 insertions(+), 345 deletions(-) commit 5be86b1bb4fbb37b50a1e2798df0c9a3a528b6b2 Author: Behdad Esfahbod -Date: Thu Nov 22 16:26:22 2012 -0500 +Date: Thu Nov 22 16:26:22 2012 -0500 [ucdn] Make data tables const! - src/hb-ucdn/ucdn.c | 16 ++++++++-------- + src/hb-ucdn/ucdn.c | 16 ++++++++-------- src/hb-ucdn/unicodedata_db.h | 28 ++++++++++++++-------------- 2 files changed, 22 insertions(+), 22 deletions(-) commit 7c5b7fe686c9163afe2f31fbeac6f8c8512f5516 Author: Behdad Esfahbod -Date: Thu Nov 22 14:15:08 2012 -0500 +Date: Thu Nov 22 14:15:08 2012 -0500 Fix hb_shape_plan_get_shaper() @@ -21114,18 +24488,18 @@ Date: Thu Nov 22 14:15:08 2012 -0500 commit 4c8963576573483269b327c6465f6ec99f489e05 Author: Behdad Esfahbod -Date: Wed Nov 21 01:20:56 2012 -0500 +Date: Wed Nov 21 01:20:56 2012 -0500 0.9.7 - NEWS | 86 + NEWS | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 87 insertions(+), 1 deletion(-) commit ac064a2db2b7a010d99527e183145286215aea81 Author: Behdad Esfahbod -Date: Wed Nov 21 01:14:19 2012 -0500 +Date: Wed Nov 21 01:14:19 2012 -0500 Rename hb_set_population() to hb_set_get_population() @@ -21135,7 +24509,7 @@ Date: Wed Nov 21 01:14:19 2012 -0500 commit 16c914c2a6efeb6999054333985b1f711e33cf94 Author: Behdad Esfahbod -Date: Wed Nov 21 01:04:15 2012 -0500 +Date: Wed Nov 21 01:04:15 2012 -0500 [Indic] One more try at unbreaking Khmer fonts @@ -21146,7 +24520,7 @@ Date: Wed Nov 21 01:04:15 2012 -0500 commit e8cfdd7fa8d0fb66e0a261f3547e5824897e5131 Author: Behdad Esfahbod -Date: Fri Nov 16 19:07:06 2012 -0800 +Date: Fri Nov 16 19:07:06 2012 -0800 Start implementing collect_glyphs() operation @@ -21155,39 +24529,39 @@ Date: Fri Nov 16 19:07:06 2012 -0800 src/hb-ot-layout-gsub-table.hh | 185 +++++++++++++++++++++++++++++++++++ src/hb-ot-layout-gsubgpos-private.hh | 57 +++++++++++ - src/hb-ot-layout.cc | 29 ++++++ - src/hb-ot-layout.h | 4 +- + src/hb-ot-layout.cc | 29 ++++++ + src/hb-ot-layout.h | 4 +- 4 files changed, 272 insertions(+), 3 deletions(-) commit 7d52e6601f0e695690cd168a288466746cf25300 Author: Behdad Esfahbod -Date: Fri Nov 16 18:49:54 2012 -0800 +Date: Fri Nov 16 18:49:54 2012 -0800 Whitespace - src/hb-coretext.cc | 32 +++++----- - src/hb-icu-le.cc | 2 +- - src/hb-old.cc | 10 ++-- - src/hb-open-file-private.hh | 2 +- - src/hb-open-type-private.hh | 2 +- - src/hb-ot-head-table.hh | 2 +- - src/hb-ot-hhea-table.hh | 2 +- - src/hb-ot-hmtx-table.hh | 2 +- + src/hb-coretext.cc | 32 +++++----- + src/hb-icu-le.cc | 2 +- + src/hb-old.cc | 10 ++-- + src/hb-open-file-private.hh | 2 +- + src/hb-open-type-private.hh | 2 +- + src/hb-ot-head-table.hh | 2 +- + src/hb-ot-hhea-table.hh | 2 +- + src/hb-ot-hmtx-table.hh | 2 +- src/hb-ot-layout-common-private.hh | 2 +- src/hb-ot-layout-gdef-table.hh | 2 +- src/hb-ot-layout-gpos-table.hh | 2 +- src/hb-ot-layout-gsub-table.hh | 2 +- src/hb-ot-layout-gsubgpos-private.hh | 2 +- - src/hb-ot-maxp-table.hh | 2 +- - src/hb-ot-name-table.hh | 2 +- + src/hb-ot-maxp-table.hh | 2 +- + src/hb-ot-name-table.hh | 2 +- src/hb-ot-shape-complex-default.cc | 109 ++++++++++++++++++----------------- - src/hb-tt-font.cc | 2 +- + src/hb-tt-font.cc | 2 +- 17 files changed, 87 insertions(+), 92 deletions(-) commit 51bb498b7b07bff4a447405b72f09b68d07a3e95 Author: Behdad Esfahbod -Date: Fri Nov 16 14:08:05 2012 -0800 +Date: Fri Nov 16 14:08:05 2012 -0800 Minor @@ -21196,19 +24570,19 @@ Date: Fri Nov 16 14:08:05 2012 -0800 commit 89ca8eeb83fedde06727d386369a0a39d410f12b Author: Behdad Esfahbod -Date: Fri Nov 16 13:53:40 2012 -0800 +Date: Fri Nov 16 13:53:40 2012 -0800 Implement hb_ot_layout_get_glyphs_in_class() src/hb-ot-layout-common-private.hh | 24 ++++++++++++++++++++++++ src/hb-ot-layout-gdef-table.hh | 2 ++ - src/hb-ot-layout.cc | 8 ++++++++ - src/hb-ot-layout.h | 5 ++--- + src/hb-ot-layout.cc | 8 ++++++++ + src/hb-ot-layout.h | 5 ++--- 4 files changed, 36 insertions(+), 3 deletions(-) commit 5a08ecf9200a6ac9b4ebb7ec5c13dcb42d8820ce Author: Behdad Esfahbod -Date: Fri Nov 16 13:34:29 2012 -0800 +Date: Fri Nov 16 13:34:29 2012 -0800 Implement hb_ot_layout_get_glyph_class() @@ -21216,52 +24590,52 @@ Date: Fri Nov 16 13:34:29 2012 -0800 src/hb-ot-layout-gpos-table.hh | 8 ++++---- src/hb-ot-layout-gsub-table.hh | 2 +- src/hb-ot-layout-gsubgpos-private.hh | 10 +++++----- - src/hb-ot-layout-private.hh | 10 +++++++++- - src/hb-ot-layout.cc | 6 ++++++ - src/hb-ot-layout.h | 14 ++++++-------- - src/hb-ot-shape.cc | 4 ++-- + src/hb-ot-layout-private.hh | 10 +++++++++- + src/hb-ot-layout.cc | 6 ++++++ + src/hb-ot-layout.h | 14 ++++++-------- + src/hb-ot-shape.cc | 4 ++-- 8 files changed, 38 insertions(+), 26 deletions(-) commit f9edd5d56bd219625f5b16b23eac53b4c4a8b194 Author: Behdad Esfahbod -Date: Fri Nov 16 13:23:37 2012 -0800 +Date: Fri Nov 16 13:23:37 2012 -0800 Implement hb_shape_plan_get_shaper() Untested. src/hb-shape-plan-private.hh | 1 + - src/hb-shape-plan.cc | 7 +++++++ - src/hb-shape-plan.h | 4 +--- + src/hb-shape-plan.cc | 7 +++++++ + src/hb-shape-plan.h | 4 +--- 3 files changed, 9 insertions(+), 3 deletions(-) commit 43b653150081a2f9dc6b7481229ac4cd952575dc Author: Behdad Esfahbod -Date: Fri Nov 16 13:12:35 2012 -0800 +Date: Fri Nov 16 13:12:35 2012 -0800 [Indic] Another try to unbreak Sinhala split matras Just read the comments... - src/hb-ot-shape-complex-indic.cc | 43 + src/hb-ot-shape-complex-indic.cc | 43 ++++++++++++++++++---- - .../indic/script-sinhala/misc/MANIFEST | 1 + + .../indic/script-sinhala/misc/MANIFEST | 1 + .../indic/script-sinhala/misc/split-matras.txt | 4 ++ 3 files changed, 40 insertions(+), 8 deletions(-) commit 977f1740ace730dcdff8221a17f2a592c2ec7c74 Author: Behdad Esfahbod -Date: Fri Nov 16 13:10:07 2012 -0800 +Date: Fri Nov 16 13:10:07 2012 -0800 Unbreak tests src/hb-ot-layout.h | 14 +++++++------- - src/hb-shape-plan.h | 2 +- + src/hb-shape-plan.h | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) commit eba312c8d1b2bbe8cb9b6414e843e78d2c521aa4 Author: Behdad Esfahbod -Date: Fri Nov 16 12:39:23 2012 -0800 +Date: Fri Nov 16 12:39:23 2012 -0800 Plumbing to get shape plan and font into complex decompose function @@ -21271,92 +24645,92 @@ Date: Fri Nov 16 12:39:23 2012 -0800 src/hb-ot-shape-complex-indic.cc | 14 ++++----- src/hb-ot-shape-complex-private.hh | 16 +++++------ src/hb-ot-shape-normalize-private.hh | 22 ++++++++++++-- - src/hb-ot-shape-normalize.cc | 56 + src/hb-ot-shape-normalize.cc | 56 ++++++++++++++---------------------- - src/hb-ot-shape.cc | 2 +- + src/hb-ot-shape.cc | 2 +- 6 files changed, 61 insertions(+), 55 deletions(-) commit 3f82f8ff07a9d16a7c047129658c1bbedfdb5436 Author: Behdad Esfahbod -Date: Thu Nov 15 18:45:31 2012 -0800 +Date: Thu Nov 15 18:45:31 2012 -0800 Rename hb_buffer_guess_properties() to hb_buffer_guess_segment_properties() src/hb-buffer-private.hh | 2 +- - src/hb-buffer.cc | 6 +++--- - src/hb-buffer.h | 2 +- + src/hb-buffer.cc | 6 +++--- + src/hb-buffer.h | 2 +- src/hb-fallback-shape.cc | 2 +- - src/hb-ot-shape.cc | 2 +- - src/hb-shape.cc | 2 +- + src/hb-ot-shape.cc | 2 +- + src/hb-shape.cc | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) commit f30641038ba96e83950729b1bd9d86d2e98e46c5 Author: Behdad Esfahbod -Date: Thu Nov 15 18:39:46 2012 -0800 +Date: Thu Nov 15 18:39:46 2012 -0800 Bunch of independent changes (ouch) API additions: - hb_segment_properties_t - HB_SEGMENT_PROPERTIES_DEFAULT - hb_segment_properties_equal() - hb_segment_properties_hash() + hb_segment_properties_t + HB_SEGMENT_PROPERTIES_DEFAULT + hb_segment_properties_equal() + hb_segment_properties_hash() - hb_buffer_set_segment_properties() - hb_buffer_get_segment_properties() + hb_buffer_set_segment_properties() + hb_buffer_get_segment_properties() - hb_ot_layout_glyph_class_t + hb_ot_layout_glyph_class_t - hb_shape_plan_t - hb_shape_plan_create() - hb_shape_plan_create_cached() - hb_shape_plan_get_empty() - hb_shape_plan_reference() - hb_shape_plan_destroy() - hb_shape_plan_set_user_data() - hb_shape_plan_get_user_data() - hb_shape_plan_execute() + hb_shape_plan_t + hb_shape_plan_create() + hb_shape_plan_create_cached() + hb_shape_plan_get_empty() + hb_shape_plan_reference() + hb_shape_plan_destroy() + hb_shape_plan_set_user_data() + hb_shape_plan_get_user_data() + hb_shape_plan_execute() - hb_ot_shape_plan_collect_lookups() + hb_ot_shape_plan_collect_lookups() API changes: - Rename hb_ot_layout_feature_get_lookup_indexes() to - hb_ot_layout_feature_get_lookups(). + Rename hb_ot_layout_feature_get_lookup_indexes() to + hb_ot_layout_feature_get_lookups(). New header file: - hb-shape-plan.h + hb-shape-plan.h And a bunch of prototyped but not implemented stuff. Coming soon. (Tests fail because of the prototypes right now.) - src/Makefile.am | 2 +- + src/Makefile.am | 2 +- src/hb-buffer-private.hh | 37 --------------- - src/hb-buffer.cc | 45 +++++++++++++++++- - src/hb-buffer.h | 47 +++++++++++++++++-- + src/hb-buffer.cc | 45 +++++++++++++++++- + src/hb-buffer.h | 47 +++++++++++++++++-- src/hb-ot-layout-private.hh | 8 ---- - src/hb-ot-layout.cc | 12 ++--- - src/hb-ot-layout.h | 108 + src/hb-ot-layout.cc | 12 ++--- + src/hb-ot-layout.h | 108 ++++++++++++++++++++++++++++++++++++++++--- src/hb-ot-map-private.hh | 2 +- - src/hb-ot-map.cc | 15 +++--- + src/hb-ot-map.cc | 15 +++--- src/hb-ot-shape-private.hh | 11 ++++- - src/hb-ot-shape.cc | 52 ++++++++++++++------- - src/hb-ot.h | 1 + + src/hb-ot-shape.cc | 52 ++++++++++++++------- + src/hb-ot.h | 1 + src/hb-shape-plan-private.hh | 3 +- - src/hb-shape-plan.cc | 23 +++++++-- - src/hb-shape-plan.h | 50 +++++++++++++------- + src/hb-shape-plan.cc | 23 +++++++-- + src/hb-shape-plan.h | 50 +++++++++++++------- src/hb-shaper-private.hh | 2 - - src/hb-shaper.cc | 2 +- - src/hb.h | 1 + + src/hb-shaper.cc | 2 +- + src/hb.h | 1 + 18 files changed, 304 insertions(+), 117 deletions(-) commit 75da37dcb17aacc0be6bb006683a84aa31155938 Author: Behdad Esfahbod -Date: Thu Nov 15 18:39:23 2012 -0800 +Date: Thu Nov 15 18:39:23 2012 -0800 Minor @@ -21365,32 +24739,32 @@ Date: Thu Nov 15 18:39:23 2012 -0800 commit e05a999495e6575f7cebd7f35db087d964f11ef6 Author: Behdad Esfahbod -Date: Thu Nov 15 16:23:21 2012 -0800 +Date: Thu Nov 15 16:23:21 2012 -0800 Add hb_face_[sg]et_glyph_count() src/hb-font-private.hh | 9 +++++++++ - src/hb-font.cc | 29 ++++++++++++++++++++++++++++- - src/hb-font.h | 7 +++++++ + src/hb-font.cc | 29 ++++++++++++++++++++++++++++- + src/hb-font.h | 7 +++++++ 3 files changed, 44 insertions(+), 1 deletion(-) commit aec89de5641fbe1c3031d63dd5f40ec99bf2a538 Author: Behdad Esfahbod -Date: Thu Nov 15 16:15:42 2012 -0800 +Date: Thu Nov 15 16:15:42 2012 -0800 Add / modify set API a bit - src/hb-ot-shape.cc | 2 +- - src/hb-set-private.hh | 35 ++++++++++++++++-- - src/hb-set.cc | 86 + src/hb-ot-shape.cc | 2 +- + src/hb-set-private.hh | 35 ++++++++++++++++-- + src/hb-set.cc | 86 ++++++++++++++++++++++++++++++--------------- - src/hb-set.h | 55 +++++++++++++++++++---------- - util/hb-ot-shape-closure.cc | 2 +- + src/hb-set.h | 55 +++++++++++++++++++---------- + util/hb-ot-shape-closure.cc | 2 +- 5 files changed, 128 insertions(+), 52 deletions(-) commit c54599ad269380c7aa28d885fcfd660fc2c10a7b Author: Behdad Esfahbod -Date: Thu Nov 15 16:14:23 2012 -0800 +Date: Thu Nov 15 16:14:23 2012 -0800 Minor @@ -21400,7 +24774,7 @@ Date: Thu Nov 15 16:14:23 2012 -0800 commit d1aa143ca434fe272de21d2002768c83387b583b Author: Behdad Esfahbod -Date: Thu Nov 15 15:38:08 2012 -0800 +Date: Thu Nov 15 15:38:08 2012 -0800 [Thai] Remove U+0E2C from "AC" consonants @@ -21411,24 +24785,24 @@ Date: Thu Nov 15 15:38:08 2012 -0800 commit 362a990b2246f5448ecb9d600761f710aea7d42d Author: Behdad Esfahbod -Date: Thu Nov 15 14:57:31 2012 -0800 +Date: Thu Nov 15 14:57:31 2012 -0800 Rename hb_ot_layout_would_substitute_lookup() and hb_ot_layout_substitute_closure_lookup() To match upcoming API. - src/hb-ot-layout-private.hh | 2 +- - src/hb-ot-layout.cc | 8 ++++---- - src/hb-ot-layout.h | 4 ++-- - src/hb-ot-map.cc | 2 +- + src/hb-ot-layout-private.hh | 2 +- + src/hb-ot-layout.cc | 8 ++++---- + src/hb-ot-layout.h | 4 ++-- + src/hb-ot-map.cc | 2 +- src/hb-ot-shape-complex-indic.cc | 2 +- - src/test-would-substitute.cc | 2 +- + src/test-would-substitute.cc | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) commit a4bef84e375b090c1bc7e4221b8e0ee435dfcbba Author: Behdad Esfahbod -Date: Thu Nov 15 13:29:51 2012 -0800 +Date: Thu Nov 15 13:29:51 2012 -0800 [util] Make hb-shape err if output-format is not understood @@ -21439,7 +24813,7 @@ Date: Thu Nov 15 13:29:51 2012 -0800 commit 3cec819d39e45470d03085bb6fa132882cc85943 Author: Behdad Esfahbod -Date: Thu Nov 15 13:15:39 2012 -0800 +Date: Thu Nov 15 13:15:39 2012 -0800 Make the OT shaper default, even if CoreText or Uniscribe is enabled @@ -21448,7 +24822,7 @@ Date: Thu Nov 15 13:15:39 2012 -0800 commit 072ae7a982bf640804eee0b41525e7c328806bf5 Author: Behdad Esfahbod -Date: Thu Nov 15 13:14:12 2012 -0800 +Date: Thu Nov 15 13:14:12 2012 -0800 Add hb_buffer_serialize_list_formats() @@ -21458,7 +24832,7 @@ Date: Thu Nov 15 13:14:12 2012 -0800 commit f9edf1672511c3bcc3796cc79578ffea43b2bda1 Author: Behdad Esfahbod -Date: Thu Nov 15 12:14:09 2012 -0800 +Date: Thu Nov 15 12:14:09 2012 -0800 Add buffer serialization / deserialization API @@ -21478,7 +24852,7 @@ Date: Thu Nov 15 12:14:09 2012 -0800 commit fd0de881f4fc004da6f36d50a91d0e62f8eb4d8c Author: Behdad Esfahbod -Date: Thu Nov 15 10:47:14 2012 -0800 +Date: Thu Nov 15 10:47:14 2012 -0800 Avoid C++ undefined behavior @@ -21489,11 +24863,11 @@ Date: Thu Nov 15 10:47:14 2012 -0800 commit f41dc2d35b23220d59d38990bb66f1cbd66a55b3 Author: Behdad Esfahbod -Date: Thu Nov 15 10:36:43 2012 -0800 +Date: Thu Nov 15 10:36:43 2012 -0800 Fix undefined behavior in Indic dottedcircle - Chromium Issue 158998: Conditional jump in harfbuzz-ng + Chromium Issue 158998: Conditional jump in harfbuzz-ng http://code.google.com/p/chromium/issues/detail?id=158998 src/hb-ot-shape-complex-indic.cc | 2 +- @@ -21501,7 +24875,7 @@ Date: Thu Nov 15 10:36:43 2012 -0800 commit 1eb3e94fe99a072ce422e60ac4d4d89ef489b08a Author: Behdad Esfahbod -Date: Wed Nov 14 17:25:03 2012 -0800 +Date: Wed Nov 14 17:25:03 2012 -0800 [Thai] Implement PUA-based fallback shaping @@ -21518,12 +24892,12 @@ Date: Wed Nov 14 17:25:03 2012 -0800 commit 851784f8372004e0a40b698c0cdc2d7db8629aa2 Author: Behdad Esfahbod -Date: Wed Nov 14 16:24:05 2012 -0800 +Date: Wed Nov 14 16:24:05 2012 -0800 Improve shaper selection - src/hb-ot-map-private.hh | 8 ++++---- - src/hb-ot-map.cc | 6 ++++-- + src/hb-ot-map-private.hh | 8 ++++---- + src/hb-ot-map.cc | 6 ++++-- src/hb-ot-shape-complex-indic.cc | 2 +- src/hb-ot-shape-complex-private.hh | 13 ++++++++----- src/hb-ot-shape-complex-thai.cc | 24 ++++++++++++++++++++++-- @@ -21531,7 +24905,7 @@ Date: Wed Nov 14 16:24:05 2012 -0800 commit f3584d3a3a627e38dfd7769975a670db340d2a48 Author: Behdad Esfahbod -Date: Wed Nov 14 15:55:17 2012 -0800 +Date: Wed Nov 14 15:55:17 2012 -0800 Add test cases for Thai PUA shaping @@ -21542,20 +24916,20 @@ Date: Wed Nov 14 15:55:17 2012 -0800 commit 43f04a7456419153cb03e610a825056a47824780 Author: Behdad Esfahbod -Date: Wed Nov 14 15:51:54 2012 -0800 +Date: Wed Nov 14 15:51:54 2012 -0800 Move Thai shaper into a separate file - src/Makefile.am | 3 +- + src/Makefile.am | 3 +- ...plex-misc.cc => hb-ot-shape-complex-default.cc} | 114 ----------------- - src/hb-ot-shape-complex-thai.cc | 141 + src/hb-ot-shape-complex-thai.cc | 141 +++++++++++++++++++++ 3 files changed, 143 insertions(+), 115 deletions(-) commit ba82325b7a6311b787ae47f41a56964e2f2cba9f Author: Behdad Esfahbod -Date: Wed Nov 14 15:36:53 2012 -0800 +Date: Wed Nov 14 15:36:53 2012 -0800 Add note re 'Phags-pa letter U+A872, which is Joining_Type=L @@ -21564,7 +24938,7 @@ Date: Wed Nov 14 15:36:53 2012 -0800 commit d469fadce8290c7dda559c5927dd19df65f91c1a Author: Behdad Esfahbod -Date: Wed Nov 14 15:07:36 2012 -0800 +Date: Wed Nov 14 15:07:36 2012 -0800 [Indic] Exchange abort() for assert() @@ -21573,7 +24947,7 @@ Date: Wed Nov 14 15:07:36 2012 -0800 commit 0f80a89de99293ddbf0b8b815fe360677d057e38 Author: Behdad Esfahbod -Date: Wed Nov 14 15:05:19 2012 -0800 +Date: Wed Nov 14 15:05:19 2012 -0800 Don't route Kharoshthi through the Indic shaper @@ -21584,7 +24958,7 @@ Date: Wed Nov 14 15:05:19 2012 -0800 commit e67072bb179a5c17db04075de74215597fb43c82 Author: Behdad Esfahbod -Date: Wed Nov 14 15:00:53 2012 -0800 +Date: Wed Nov 14 15:00:53 2012 -0800 [Indic] Handle overstruck matra position @@ -21593,7 +24967,7 @@ Date: Wed Nov 14 15:00:53 2012 -0800 commit 7e99e4f0740e47efda5882604954cb7d12700a4b Author: Behdad Esfahbod -Date: Wed Nov 14 14:09:46 2012 -0800 +Date: Wed Nov 14 14:09:46 2012 -0800 Reposition Lao marks @@ -21604,7 +24978,7 @@ Date: Wed Nov 14 14:09:46 2012 -0800 commit 865745b5b87236651f5663cae3461db9cb505eed Author: Behdad Esfahbod -Date: Wed Nov 14 13:48:26 2012 -0800 +Date: Wed Nov 14 13:48:26 2012 -0800 Don't do fallback positioning for Indic and Thai shapers @@ -21612,12 +24986,12 @@ Date: Wed Nov 14 13:48:26 2012 -0800 src/hb-ot-shape-complex-indic.cc | 1 + src/hb-ot-shape-complex-misc.cc | 2 ++ src/hb-ot-shape-complex-private.hh | 1 + - src/hb-ot-shape.cc | 20 +++++--------------- + src/hb-ot-shape.cc | 20 +++++--------------- 5 files changed, 10 insertions(+), 15 deletions(-) commit 981748cb2e9b48b77177b19ec1f972cab7afda89 Author: Behdad Esfahbod -Date: Wed Nov 14 13:38:16 2012 -0800 +Date: Wed Nov 14 13:38:16 2012 -0800 [Indic] If Khmer fonts have a 'liga' feature, use generic shaper @@ -21629,7 +25003,7 @@ Date: Wed Nov 14 13:38:16 2012 -0800 commit 6b19fa48621dbf36d471d5005f6ae20df350954f Author: Behdad Esfahbod -Date: Wed Nov 14 11:38:50 2012 -0800 +Date: Wed Nov 14 11:38:50 2012 -0800 Adjust diff rule for the new hb-shape output format @@ -21638,7 +25012,7 @@ Date: Wed Nov 14 11:38:50 2012 -0800 commit dde5506fd963e3cec27c3389bb1fc092f86d1e06 Author: Behdad Esfahbod -Date: Wed Nov 14 11:37:04 2012 -0800 +Date: Wed Nov 14 11:37:04 2012 -0800 [Indic] Don't move virama with left matra @@ -21658,7 +25032,7 @@ Date: Wed Nov 14 11:37:04 2012 -0800 commit 82c4d9880a2cd321f6426888511c5f0318f96ad5 Author: Behdad Esfahbod -Date: Wed Nov 14 10:56:02 2012 -0800 +Date: Wed Nov 14 10:56:02 2012 -0800 Add Sinhala test case for split matra U+0DDA @@ -21668,7 +25042,7 @@ Date: Wed Nov 14 10:56:02 2012 -0800 commit d04b12853167d756a8cccaf4154f0fd894bce6de Author: Behdad Esfahbod -Date: Wed Nov 14 10:53:10 2012 -0800 +Date: Wed Nov 14 10:53:10 2012 -0800 Fix test @@ -21677,7 +25051,7 @@ Date: Wed Nov 14 10:53:10 2012 -0800 commit 92f9bfed42f720c1fd78e795845542661aaf4f8a Author: Behdad Esfahbod -Date: Tue Nov 13 16:50:45 2012 -0800 +Date: Tue Nov 13 16:50:45 2012 -0800 Minor @@ -21686,7 +25060,7 @@ Date: Tue Nov 13 16:50:45 2012 -0800 commit 66ac2ff32e24f0d5658ca172147613081a133847 Author: Behdad Esfahbod -Date: Tue Nov 13 16:26:32 2012 -0800 +Date: Tue Nov 13 16:26:32 2012 -0800 API change: Remove "mask" from hb_buffer_add() @@ -21694,13 +25068,13 @@ Date: Tue Nov 13 16:26:32 2012 -0800 anyone's code. src/hb-buffer-private.hh | 1 - - src/hb-buffer.cc | 8 +++----- - src/hb-buffer.h | 1 - + src/hb-buffer.cc | 8 +++----- + src/hb-buffer.h | 1 - 3 files changed, 3 insertions(+), 7 deletions(-) commit 407f80d62589774f845ef1a6a0a7d841b09d57c6 Author: Behdad Esfahbod -Date: Tue Nov 13 15:33:27 2012 -0800 +Date: Tue Nov 13 15:33:27 2012 -0800 [util] Add --bot / --eot / --preserve-default-ignorables @@ -21710,7 +25084,7 @@ Date: Tue Nov 13 15:33:27 2012 -0800 commit 78d41d8d69142ae95928b51215c0c0c5e3f5b3f0 Author: Behdad Esfahbod -Date: Tue Nov 13 15:15:09 2012 -0800 +Date: Tue Nov 13 15:15:09 2012 -0800 Minor @@ -21719,22 +25093,22 @@ Date: Tue Nov 13 15:15:09 2012 -0800 commit 321f73c16efa0730c96e001d65268f4927a0f735 Author: Behdad Esfahbod -Date: Tue Nov 13 15:12:24 2012 -0800 +Date: Tue Nov 13 15:12:24 2012 -0800 [util] Add --text-before and --text-after to hb-shape / hb-view Use with Arabic, for example, to see the effect on joining. - util/hb-ot-shape-closure.cc | 4 +++- - util/main-font-text.hh | 2 +- - util/options.cc | 2 ++ - util/options.hh | 18 ++++++++++++++++-- - util/shape-consumer.hh | 6 ++++-- + util/hb-ot-shape-closure.cc | 4 +++- + util/main-font-text.hh | 2 +- + util/options.cc | 2 ++ + util/options.hh | 18 ++++++++++++++++-- + util/shape-consumer.hh | 6 ++++-- 5 files changed, 26 insertions(+), 6 deletions(-) commit e13f8d280bafc6a6b6e31e2eee587660b8333c56 Author: Behdad Esfahbod -Date: Tue Nov 13 15:12:06 2012 -0800 +Date: Tue Nov 13 15:12:06 2012 -0800 Fix UTF-8 backward iteration @@ -21745,7 +25119,7 @@ Date: Tue Nov 13 15:12:06 2012 -0800 commit 5669a6cf418f3a8b9281c36e9d662d843be80433 Author: Behdad Esfahbod -Date: Tue Nov 13 15:11:51 2012 -0800 +Date: Tue Nov 13 15:11:51 2012 -0800 [Arabic] Fix post-context handling @@ -21756,21 +25130,21 @@ Date: Tue Nov 13 15:11:51 2012 -0800 commit 0c7df2222862122ebbdc8665a21d6771ef5e0252 Author: Behdad Esfahbod -Date: Tue Nov 13 14:42:35 2012 -0800 +Date: Tue Nov 13 14:42:35 2012 -0800 Add buffer flags New API: - hb_buffer_flags_t + hb_buffer_flags_t - HB_BUFFER_FLAGS_DEFAULT - HB_BUFFER_FLAG_BOT - HB_BUFFER_FLAG_EOT - HB_BUFFER_FLAG_PRESERVE_DEFAULT_IGNORABLES + HB_BUFFER_FLAGS_DEFAULT + HB_BUFFER_FLAG_BOT + HB_BUFFER_FLAG_EOT + HB_BUFFER_FLAG_PRESERVE_DEFAULT_IGNORABLES - hb_buffer_set_flags() - hb_buffer_get_flags() + hb_buffer_set_flags() + hb_buffer_get_flags() We use the BOT flag to decide whether to insert dottedcircle if the first char in the buffer is a combining mark. @@ -21779,18 +25153,18 @@ Date: Tue Nov 13 14:42:35 2012 -0800 like ZWNJ/ZWJ/... - src/hb-buffer-private.hh | 1 + - src/hb-buffer.cc | 18 ++++++++++++++++++ - src/hb-buffer.h | 13 +++++++++++++ + src/hb-buffer-private.hh | 1 + + src/hb-buffer.cc | 18 ++++++++++++++++++ + src/hb-buffer.h | 13 +++++++++++++ src/hb-ot-shape-complex-arabic.cc | 40 ++++++++++++++++++++------------------- - src/hb-ot-shape.cc | 9 ++++++--- - test/api/test-buffer.c | 9 +++++++++ + src/hb-ot-shape.cc | 9 ++++++--- + test/api/test-buffer.c | 9 +++++++++ 6 files changed, 68 insertions(+), 22 deletions(-) commit 1c7e55511a870f2689680ca8f977e00879f3b3e3 Author: Behdad Esfahbod -Date: Tue Nov 13 14:42:22 2012 -0800 +Date: Tue Nov 13 14:42:22 2012 -0800 Minor fix @@ -21801,7 +25175,7 @@ Date: Tue Nov 13 14:42:22 2012 -0800 commit c8d4f8b0fe56ce909e3ca07f8a30cb4fb940868b Author: Behdad Esfahbod -Date: Tue Nov 13 14:10:19 2012 -0800 +Date: Tue Nov 13 14:10:19 2012 -0800 Minor @@ -21810,31 +25184,31 @@ Date: Tue Nov 13 14:10:19 2012 -0800 commit 82ecaff736e245e117d70b6ec1497508c6eb08d2 Author: Behdad Esfahbod -Date: Tue Nov 13 13:57:52 2012 -0800 +Date: Tue Nov 13 13:57:52 2012 -0800 Add hb_buffer_clear() Which is like _reset(), but does NOT clear unicode-funcs. src/hb-buffer-private.hh | 1 + - src/hb-buffer.cc | 15 +++++++++++++++ - src/hb-buffer.h | 4 ++++ + src/hb-buffer.cc | 15 +++++++++++++++ + src/hb-buffer.h | 4 ++++ test/api/test-buffer.c | 22 +++++++++++++++++++++- 4 files changed, 41 insertions(+), 1 deletion(-) commit da43a92b04929e93356ae393803ef101154d2267 Author: Behdad Esfahbod -Date: Tue Nov 13 13:48:26 2012 -0800 +Date: Tue Nov 13 13:48:26 2012 -0800 0.9.6 - NEWS | 28 ++++++++++++++++++++++++++++ + NEWS | 28 ++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) commit 0736915b8ed789a209205fec762997af3a8af89c Author: Behdad Esfahbod -Date: Tue Nov 13 12:35:35 2012 -0800 +Date: Tue Nov 13 12:35:35 2012 -0800 [Indic] Decompose Sinhala split matras the way old HarfBuzz / Pango did @@ -21852,14 +25226,14 @@ Date: Tue Nov 13 12:35:35 2012 -0800 src/hb-ot-shape-complex-misc.cc | 133 ++++++++++++++++- src/hb-ot-shape-complex-private.hh | 28 +++- src/hb-ot-shape-normalize-private.hh | 6 +- - src/hb-ot-shape-normalize.cc | 278 + src/hb-ot-shape-normalize.cc | 278 ++++++++++------------------------- - src/hb-ot-shape.cc | 5 +- + src/hb-ot-shape.cc | 5 +- 7 files changed, 312 insertions(+), 214 deletions(-) commit c8149ca85ed97112778590bc9f090f3ee0254100 Author: Behdad Esfahbod -Date: Tue Nov 13 11:07:20 2012 -0800 +Date: Tue Nov 13 11:07:20 2012 -0800 [hb-shape] Adjust postioning output format @@ -21874,7 +25248,7 @@ Date: Tue Nov 13 11:07:20 2012 -0800 commit 6fd5335622087e87739684f581aa9f88635ff970 Author: Behdad Esfahbod -Date: Mon Nov 12 18:42:18 2012 -0800 +Date: Mon Nov 12 18:42:18 2012 -0800 [Indic] Update auto-generated Indic machine to reflect previous commit @@ -21884,7 +25258,7 @@ Date: Mon Nov 12 18:42:18 2012 -0800 commit 9cac1338c4bc3e9034cbfa104291ed0329debefe Author: Behdad Esfahbod -Date: Mon Nov 12 18:41:22 2012 -0800 +Date: Mon Nov 12 18:41:22 2012 -0800 [Indic] Allow Consonant_Medial's after Consonant's @@ -21897,7 +25271,7 @@ Date: Mon Nov 12 18:41:22 2012 -0800 commit d187099cbab8e75f870a2bc9c23b6a1cf226905e Author: Behdad Esfahbod -Date: Mon Nov 12 18:38:06 2012 -0800 +Date: Mon Nov 12 18:38:06 2012 -0800 [Indic] Categorize Myanmar "tone marks" as nuktas @@ -21906,7 +25280,7 @@ Date: Mon Nov 12 18:38:06 2012 -0800 commit 8173f23f3f16972c2e8e0a120724533100acfda2 Author: Behdad Esfahbod -Date: Mon Nov 12 18:37:20 2012 -0800 +Date: Mon Nov 12 18:37:20 2012 -0800 [Indic] Add config for Myanmar @@ -21915,7 +25289,7 @@ Date: Mon Nov 12 18:37:20 2012 -0800 commit 9e92978c8aa3d3cdab4d20c81698c56adbb3dbdd Author: Behdad Esfahbod -Date: Mon Nov 12 18:36:10 2012 -0800 +Date: Mon Nov 12 18:36:10 2012 -0800 [Indic] Route "new" Myanmar tag through the Indic shaper @@ -21928,7 +25302,7 @@ Date: Mon Nov 12 18:36:10 2012 -0800 commit 5ab3855f8106158ee7e68797e8c35e63e9216e5d Author: Behdad Esfahbod -Date: Mon Nov 12 18:27:42 2012 -0800 +Date: Mon Nov 12 18:27:42 2012 -0800 Choose shaper based on chosen OT script tag @@ -21938,35 +25312,35 @@ Date: Mon Nov 12 18:27:42 2012 -0800 Make an exception for Arabic script since we have fallback logic for that one. - src/hb-ot-map-private.hh | 4 ++++ + src/hb-ot-map-private.hh | 4 ++++ src/hb-ot-shape-complex-private.hh | 11 +++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) commit 9b37b4c5800b158f61602d2aba8a01349e24d251 Author: Behdad Esfahbod -Date: Mon Nov 12 18:23:38 2012 -0800 +Date: Mon Nov 12 18:23:38 2012 -0800 Make planner available to complex shaper choosing logic src/hb-ot-shape-complex-private.hh | 4 ++-- - src/hb-ot-shape.cc | 2 +- + src/hb-ot-shape.cc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit 6fddf2d7397411bba8a23ac535e8b851495d3105 Author: Behdad Esfahbod -Date: Mon Nov 12 17:57:24 2012 -0800 +Date: Mon Nov 12 17:57:24 2012 -0800 Refactoring ot-map building to make chosen script available earlier src/hb-ot-map-private.hh | 13 ++++++++---- - src/hb-ot-map.cc | 51 + src/hb-ot-map.cc | 51 ++++++++++++++++++++++++++-------------------- src/hb-ot-shape-private.hh | 4 ++-- 3 files changed, 40 insertions(+), 28 deletions(-) commit f17ed8116e7b6429af3fa60bb43d5f4fac66eae3 Author: Behdad Esfahbod -Date: Mon Nov 12 17:48:26 2012 -0800 +Date: Mon Nov 12 17:48:26 2012 -0800 Minor TODO @@ -21975,7 +25349,7 @@ Date: Mon Nov 12 17:48:26 2012 -0800 commit de796a6fb98f4deda276caa82266b7c830978e0b Author: Behdad Esfahbod -Date: Mon Nov 12 17:27:51 2012 -0800 +Date: Mon Nov 12 17:27:51 2012 -0800 Add "new" Myanmar OT Script tag @@ -21983,13 +25357,13 @@ Date: Mon Nov 12 17:27:51 2012 -0800 script tag, even though Windows never supported the old "mymr" tag. - src/hb-ot-tag.cc | 2 ++ + src/hb-ot-tag.cc | 2 ++ test/api/test-ot-tag.c | 1 + 2 files changed, 3 insertions(+) commit 27f52dc3f6bbb97594a44f27b180aed73d9e5608 Author: Behdad Esfahbod -Date: Mon Nov 12 16:54:03 2012 -0800 +Date: Mon Nov 12 16:54:03 2012 -0800 Add Myanmar tests from UTN#11 @@ -22000,7 +25374,7 @@ Date: Mon Nov 12 16:54:03 2012 -0800 commit e9334ce97bb7f1de87fb211bb5a8168033629b14 Author: Behdad Esfahbod -Date: Mon Nov 12 14:57:02 2012 -0800 +Date: Mon Nov 12 14:57:02 2012 -0800 Break build when ragel is needed and missing @@ -22009,7 +25383,7 @@ Date: Mon Nov 12 14:57:02 2012 -0800 commit dba186711e3f5e723f917b7104e849c4c525d3b8 Author: Behdad Esfahbod -Date: Mon Nov 12 14:48:33 2012 -0800 +Date: Mon Nov 12 14:48:33 2012 -0800 [Indic] Make more room in the table @@ -22020,7 +25394,7 @@ Date: Mon Nov 12 14:48:33 2012 -0800 commit c4be9917438c45b972ec76dc68409014110f0837 Author: Behdad Esfahbod -Date: Mon Nov 12 14:27:33 2012 -0800 +Date: Mon Nov 12 14:27:33 2012 -0800 Typo @@ -22029,7 +25403,7 @@ Date: Mon Nov 12 14:27:33 2012 -0800 commit 56be677781736bbedc80df6f6aaa2b5f0bc4041c Author: Behdad Esfahbod -Date: Mon Nov 12 14:09:40 2012 -0800 +Date: Mon Nov 12 14:09:40 2012 -0800 [Indic] Port 'pref' logic to look into font tables @@ -22040,7 +25414,7 @@ Date: Mon Nov 12 14:09:40 2012 -0800 commit f2c0f59043c93c225274fc0c8177077d16c89d61 Author: Behdad Esfahbod -Date: Mon Nov 12 14:02:02 2012 -0800 +Date: Mon Nov 12 14:02:02 2012 -0800 [Indic] Port reph handling logic to look into font features @@ -22052,7 +25426,7 @@ Date: Mon Nov 12 14:02:02 2012 -0800 commit 43149afbc0007ea075a7017c0e56056c3c0f3614 Author: Behdad Esfahbod -Date: Mon Nov 12 13:34:17 2012 -0800 +Date: Mon Nov 12 13:34:17 2012 -0800 Route MEETEI_MAYEK through the Indic shaper @@ -22063,7 +25437,7 @@ Date: Mon Nov 12 13:34:17 2012 -0800 commit d0905c3400085f9c0901c558ba1b81b5039510e4 Author: Behdad Esfahbod -Date: Mon Nov 12 13:02:20 2012 -0800 +Date: Mon Nov 12 13:02:20 2012 -0800 Minor @@ -22072,7 +25446,7 @@ Date: Mon Nov 12 13:02:20 2012 -0800 commit 365f27ab5ba025bf1be6a882ed213c695cbfed7e Author: Behdad Esfahbod -Date: Mon Nov 12 11:16:57 2012 -0800 +Date: Mon Nov 12 11:16:57 2012 -0800 Work around older compilers @@ -22096,11 +25470,11 @@ Date: Mon Nov 12 11:16:57 2012 -0800 commit 6b389ddc3623d042ded4731f4d62dc354002fdd0 Author: Behdad Esfahbod -Date: Mon Nov 12 11:02:56 2012 -0800 +Date: Mon Nov 12 11:02:56 2012 -0800 [Indic] Don't apply 'liga' - Uniscribe doesn't. And some fonts abuse this feature to get Indic + Uniscribe doesn't. And some fonts abuse this feature to get Indic shaping working in non-complex applications like Adobe's apps. No change in numbers: @@ -22125,7 +25499,7 @@ Date: Mon Nov 12 11:02:56 2012 -0800 commit d05ac7dc3f2949e85f1fe996315b31b7aae370fe Author: Behdad Esfahbod -Date: Mon Nov 12 10:26:50 2012 -0800 +Date: Mon Nov 12 10:26:50 2012 -0800 Fix hb-ft glyph name for broken fonts that return empty glyph names @@ -22134,7 +25508,7 @@ Date: Mon Nov 12 10:26:50 2012 -0800 commit 3bc22eb7b843c77706bb13fc332009097f247813 Author: Behdad Esfahbod -Date: Mon Nov 12 10:07:28 2012 -0800 +Date: Mon Nov 12 10:07:28 2012 -0800 Minor @@ -22143,7 +25517,7 @@ Date: Mon Nov 12 10:07:28 2012 -0800 commit 4899801155cc0fef7a8aa58c33ac2d30ba34bcc3 Author: Behdad Esfahbod -Date: Thu Nov 8 15:08:26 2012 -0800 +Date: Thu Nov 8 15:08:26 2012 -0800 U+A872 PHAGS-PA SUPERFIXED LETTER RA is "Right"-Joining @@ -22152,7 +25526,7 @@ Date: Thu Nov 8 15:08:26 2012 -0800 commit 22a685836a59d1c02914761c02d3852810b83ec5 Author: Behdad Esfahbod -Date: Mon Nov 5 15:20:10 2012 -0800 +Date: Mon Nov 5 15:20:10 2012 -0800 Adjust Mongolian shaping @@ -22165,7 +25539,7 @@ Date: Mon Nov 5 15:20:10 2012 -0800 commit e6b86c8519f894bf7fe18d5c143276521fcacece Author: Behdad Esfahbod -Date: Mon Nov 5 15:18:49 2012 -0800 +Date: Mon Nov 5 15:18:49 2012 -0800 Add test for non-joining Mongolian letters @@ -22179,7 +25553,7 @@ Date: Mon Nov 5 15:18:49 2012 -0800 commit c26a52fbe62e5ba4d0e1e2ba13bfb6ceb3f773dc Author: Behdad Esfahbod -Date: Sun Nov 4 16:48:45 2012 -0800 +Date: Sun Nov 4 16:48:45 2012 -0800 Minor @@ -22188,7 +25562,7 @@ Date: Sun Nov 4 16:48:45 2012 -0800 commit f60d3ed35d94f1adcfd73ca05d03d7e81fb5de03 Author: Behdad Esfahbod -Date: Sun Nov 4 16:44:47 2012 -0800 +Date: Sun Nov 4 16:44:47 2012 -0800 Minor @@ -22197,11 +25571,11 @@ Date: Sun Nov 4 16:44:47 2012 -0800 commit f5e55754f962184d2fb7dcab837cdba56e8c7731 Author: Behdad Esfahbod -Date: Fri Nov 2 13:53:18 2012 -0700 +Date: Fri Nov 2 13:53:18 2012 -0700 Add Tifinagh test data - test/shaping/texts/in-tree/shaper-default/MANIFEST | 2 ++ + test/shaping/texts/in-tree/shaper-default/MANIFEST | 2 ++ .../texts/in-tree/shaper-default/script-tifinagh/MANIFEST | 1 + .../in-tree/shaper-default/script-tifinagh/misc/MANIFEST | 1 + .../in-tree/shaper-default/script-tifinagh/misc/misc.txt | @@ -22210,7 +25584,7 @@ Date: Fri Nov 2 13:53:18 2012 -0700 commit 10a33296e674ee84b9ed2df25cf373de7d020b8d Author: Behdad Esfahbod -Date: Fri Nov 2 13:38:55 2012 -0700 +Date: Fri Nov 2 13:38:55 2012 -0700 Minor @@ -22219,11 +25593,11 @@ Date: Fri Nov 2 13:38:55 2012 -0700 commit c21498afd857e78230f761ee5c9e73adece89dd0 Author: Behdad Esfahbod -Date: Fri Nov 2 10:21:26 2012 -0700 +Date: Fri Nov 2 10:21:26 2012 -0700 Add Mongolian and 'Phags-pa joining test cases - test/shaping/texts/in-tree/shaper-arabic/MANIFEST | 1 + + test/shaping/texts/in-tree/shaper-arabic/MANIFEST | 1 + .../in-tree/shaper-arabic/script-mongolian/misc/misc.txt | 3 +++ .../texts/in-tree/shaper-arabic/script-phags-pa/MANIFEST | 1 + .../in-tree/shaper-arabic/script-phags-pa/misc/MANIFEST | 1 + @@ -22233,11 +25607,11 @@ Date: Fri Nov 2 10:21:26 2012 -0700 commit 3ba7bc14ea652d27639f34109e51a497a678a54a Author: Behdad Esfahbod -Date: Thu Nov 1 20:05:04 2012 -0700 +Date: Thu Nov 1 20:05:04 2012 -0700 Implement 'Phags-pa shaping - Through the Arabic shaper. It's similar to Mongolian. + Through the Arabic shaper. It's similar to Mongolian. src/hb-ot-shape-complex-arabic.cc | 15 ++++++++++++--- src/hb-ot-shape-complex-private.hh | 4 +--- @@ -22245,7 +25619,7 @@ Date: Thu Nov 1 20:05:04 2012 -0700 commit 431bef2e16c7888ca3960f5797432d3a20903550 Author: Behdad Esfahbod -Date: Thu Nov 1 16:26:01 2012 -0700 +Date: Thu Nov 1 16:26:01 2012 -0700 Minor build fix @@ -22254,7 +25628,7 @@ Date: Thu Nov 1 16:26:01 2012 -0700 commit da70111ab234e8b740ce6fb1789a1809fbec0c44 Author: Behdad Esfahbod -Date: Wed Oct 31 13:45:30 2012 -0700 +Date: Wed Oct 31 13:45:30 2012 -0700 Don't clear buffer pre-context if no new context is being provided @@ -22272,21 +25646,21 @@ Date: Wed Oct 31 13:45:30 2012 -0700 commit 0bc7a38463bfb37f12efeb1b8cb2024cf4a347bc Author: Behdad Esfahbod -Date: Mon Oct 29 22:02:45 2012 -0700 +Date: Mon Oct 29 22:02:45 2012 -0700 [OT] Fix ReverseChainingSubst We should make it clear that we don't want output buffer in this case, otherwise buffer->backtrack_len() would be wrong. - src/hb-buffer-private.hh | 1 + - src/hb-buffer.cc | 13 +++++++++++++ + src/hb-buffer-private.hh | 1 + + src/hb-buffer.cc | 13 +++++++++++++ src/hb-ot-layout-gsub-table.hh | 1 + 3 files changed, 15 insertions(+) commit 2616689d159024d2b1cb1e68f9936b2129bf9be6 Author: Behdad Esfahbod -Date: Mon Oct 29 21:51:56 2012 -0700 +Date: Mon Oct 29 21:51:56 2012 -0700 More tracing fixups @@ -22295,7 +25669,7 @@ Date: Mon Oct 29 21:51:56 2012 -0700 commit 937f8d3871863b8b1ed1d8900cf41999d92ba30f Author: Behdad Esfahbod -Date: Mon Oct 29 21:49:33 2012 -0700 +Date: Mon Oct 29 21:49:33 2012 -0700 [Arabic] Enable dlig and mset for Arabic @@ -22306,7 +25680,7 @@ Date: Mon Oct 29 21:49:33 2012 -0700 commit 911ed096980630fd4a37bf2024036daae13a6056 Author: Behdad Esfahbod -Date: Mon Oct 29 19:42:19 2012 -0700 +Date: Mon Oct 29 19:42:19 2012 -0700 Ignore gid0 in test results @@ -22315,7 +25689,7 @@ Date: Mon Oct 29 19:42:19 2012 -0700 commit bc513add7999baf32f126ceebbd318105ee66985 Author: Behdad Esfahbod -Date: Mon Oct 29 19:03:55 2012 -0700 +Date: Mon Oct 29 19:03:55 2012 -0700 Add missing TRACE_RETURN @@ -22324,7 +25698,7 @@ Date: Mon Oct 29 19:03:55 2012 -0700 commit 10b88d89ef1efcfddbbfabd3669399b472c8a900 Author: Behdad Esfahbod -Date: Mon Oct 29 18:18:24 2012 -0700 +Date: Mon Oct 29 18:18:24 2012 -0700 Add Ethiopic test case @@ -22337,7 +25711,7 @@ Date: Mon Oct 29 18:18:24 2012 -0700 ETHIOPIC: 118900 out of 118901 tests passed. 1 failed (0.000841036%) - test/shaping/texts/in-tree/shaper-default/script-ethiopic/MANIFEST | + test/shaping/texts/in-tree/shaper-default/script-ethiopic/MANIFEST | 1 + test/shaping/texts/in-tree/shaper-default/script-ethiopic/misc/MANIFEST | 1 + @@ -22347,7 +25721,7 @@ Date: Mon Oct 29 18:18:24 2012 -0700 commit 88d3c98e309e14c3115825d1d8d40d0b3eec2d97 Author: Behdad Esfahbod -Date: Mon Oct 29 16:27:02 2012 -0700 +Date: Mon Oct 29 16:27:02 2012 -0700 [Indic] Position pre-base reordering Ra after Chillus in Malayalam @@ -22378,7 +25752,7 @@ Date: Mon Oct 29 16:27:02 2012 -0700 commit 21bf796954678d02f136709cade43adef6f8f42b Author: Behdad Esfahbod -Date: Mon Oct 29 14:21:09 2012 -0700 +Date: Mon Oct 29 14:21:09 2012 -0700 Add missed file @@ -22387,7 +25761,7 @@ Date: Mon Oct 29 14:21:09 2012 -0700 commit 01013a0f5c58d5d54a37e5b4d6692e0bbd4baf80 Author: Behdad Esfahbod -Date: Mon Oct 29 10:56:04 2012 -0700 +Date: Mon Oct 29 10:56:04 2012 -0700 Include config.h.in in tree @@ -22397,27 +25771,27 @@ Date: Mon Oct 29 10:56:04 2012 -0700 options one would need to go through when building with alternative build systems. - Makefile.am | 1 - + Makefile.am | 1 - config.h.in | 160 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 160 insertions(+), 1 deletion(-) commit 02ed52169ad3bb48f4989f721b0c6572e064a712 Author: Behdad Esfahbod -Date: Sun Oct 28 21:26:19 2012 -0700 +Date: Sun Oct 28 21:26:19 2012 -0700 Improve license information - COPYING | 2 ++ - src/hb-icu-le/COPYING | 2 ++ + COPYING | 2 ++ + src/hb-icu-le/COPYING | 2 ++ src/hb-icu-le/Makefile.am | 2 +- src/hb-ucdn/Makefile.am | 2 +- - src/hb-ucdn/README | 7 +++++++ + src/hb-ucdn/README | 7 +++++++ 5 files changed, 13 insertions(+), 2 deletions(-) commit 4c1d9244617e472464722e64d2cdbc1f9e8827f6 Author: Behdad Esfahbod -Date: Sun Oct 28 20:27:25 2012 -0700 +Date: Sun Oct 28 20:27:25 2012 -0700 Minor @@ -22426,7 +25800,7 @@ Date: Sun Oct 28 20:27:25 2012 -0700 commit 38b015e57ffa75d3b078a368c23685beb7c3f946 Author: Behdad Esfahbod -Date: Sun Oct 28 20:11:47 2012 -0700 +Date: Sun Oct 28 20:11:47 2012 -0700 Fix hb_buffer_set_length(buffer, 0) @@ -22437,7 +25811,7 @@ Date: Sun Oct 28 20:11:47 2012 -0700 commit b7115b63be72e109b51f538ba581aed1017b2d55 Author: Behdad Esfahbod -Date: Sun Oct 28 20:11:42 2012 -0700 +Date: Sun Oct 28 20:11:42 2012 -0700 Add XXX @@ -22446,7 +25820,7 @@ Date: Sun Oct 28 20:11:42 2012 -0700 commit 71ee1f24503cd066ffc1a36cc5dd9a3c1d1a6dfd Author: Behdad Esfahbod -Date: Sun Oct 28 19:18:11 2012 -0700 +Date: Sun Oct 28 19:18:11 2012 -0700 Port to ICU LayoutEngine C API @@ -22459,7 +25833,7 @@ Date: Sun Oct 28 19:18:11 2012 -0700 commit 0144f05e57088b30ac894cdae8b04b265d4dfbe7 Author: Behdad Esfahbod -Date: Fri Oct 26 13:48:06 2012 -0700 +Date: Fri Oct 26 13:48:06 2012 -0700 Remove unused members @@ -22468,7 +25842,7 @@ Date: Fri Oct 26 13:48:06 2012 -0700 commit cf3afd8979b1db76d437f428cbd51cb363e0d18e Author: Behdad Esfahbod -Date: Thu Oct 25 16:32:54 2012 -0700 +Date: Thu Oct 25 16:32:54 2012 -0700 Rename and revamp is_zero_width() to be is_default_ignorable() @@ -22481,14 +25855,14 @@ Date: Thu Oct 25 16:32:54 2012 -0700 src/hb-fallback-shape.cc | 2 +- src/hb-ot-shape-private.hh | 4 +-- - src/hb-ot-shape.cc | 2 +- + src/hb-ot-shape.cc | 2 +- src/hb-unicode-private.hh | 90 +++++++++++++++++++++++++++++----------------- 4 files changed, 62 insertions(+), 36 deletions(-) commit a724139e641bf1592b1ff786a75a9de2ea8163cf Author: Behdad Esfahbod -Date: Wed Oct 24 14:02:15 2012 -0700 +Date: Wed Oct 24 14:02:15 2012 -0700 Update TODO @@ -22497,17 +25871,17 @@ Date: Wed Oct 24 14:02:15 2012 -0700 commit 13c058472913b7b6d689f9022226079da65420b0 Author: Behdad Esfahbod -Date: Sun Oct 14 18:37:09 2012 -0500 +Date: Sun Oct 14 18:37:09 2012 -0500 0.9.5 - NEWS | 23 +++++++++++++++++++++++ + NEWS | 23 +++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) commit fecdfa95daf4916695f23e7dab89ab363be11b89 Author: Behdad Esfahbod -Date: Sun Oct 7 17:19:58 2012 -0400 +Date: Sun Oct 7 17:19:58 2012 -0400 Fixup hb_ot_shape_closure() @@ -22518,7 +25892,7 @@ Date: Sun Oct 7 17:19:58 2012 -0400 commit 2d1dcb3ce3354c2d5e2b4d1d291beb8d23cdea22 Author: Behdad Esfahbod -Date: Sun Oct 7 17:13:46 2012 -0400 +Date: Sun Oct 7 17:13:46 2012 -0400 Mark debug message functions static @@ -22527,7 +25901,7 @@ Date: Sun Oct 7 17:13:46 2012 -0400 commit 9947bd6daffb5ec76b67536575e7617ba4f10b1e Author: Behdad Esfahbod -Date: Tue Oct 2 20:44:43 2012 -0400 +Date: Tue Oct 2 20:44:43 2012 -0400 Update UCDN to upstream commit 3f159c87824230b59af56e40e2db32caf6afa51a @@ -22542,7 +25916,7 @@ Date: Tue Oct 2 20:44:43 2012 -0400 commit 32dbfcf763d1ae497d3c95de986a83441331678f Author: Behdad Esfahbod -Date: Tue Oct 2 17:42:13 2012 -0400 +Date: Tue Oct 2 17:42:13 2012 -0400 Fix visibility of UCDN symbols @@ -22552,51 +25926,51 @@ Date: Tue Oct 2 17:42:13 2012 -0400 commit 3f33f0d1f2603f22e86adffe3c3836136ba5e5fd Author: Behdad Esfahbod -Date: Tue Oct 2 16:03:18 2012 -0400 +Date: Tue Oct 2 16:03:18 2012 -0400 Import UCDN into source tree https://github.com/grigorig/ucdn - configure.ac | 11 +- - src/Makefile.am | 7 + - src/hb-ucdn.cc | 207 ++ + configure.ac | 11 +- + src/Makefile.am | 7 + + src/hb-ucdn.cc | 207 ++ src/hb-ucdn/Makefile.am | 18 + - src/hb-ucdn/README | 33 + - src/hb-ucdn/ucdn.c | 282 +++ - src/hb-ucdn/ucdn.h | 290 +++ + src/hb-ucdn/README | 33 + + src/hb-ucdn/ucdn.c | 282 +++ + src/hb-ucdn/ucdn.h | 290 +++ src/hb-ucdn/unicodedata_db.h | 4648 ++++++++++++++++++++++++++++++++++++++++++ - src/hb-unicode.cc | 3 + + src/hb-unicode.cc | 3 + 9 files changed, 5498 insertions(+), 1 deletion(-) commit 0e292eb2a2abbac152eeea2060e58b7a66449745 Author: Behdad Esfahbod -Date: Tue Oct 2 14:59:00 2012 -0400 +Date: Tue Oct 2 14:59:00 2012 -0400 Remove Glib thread-safety support Now that we have pthread detection in configure, we don't need Glib anymore. Glib will only be a Unicode data provider. - configure.ac | 8 ++++---- + configure.ac | 8 ++++---- src/hb-atomic-private.hh | 13 ------------- src/hb-mutex-private.hh | 20 -------------------- 3 files changed, 4 insertions(+), 37 deletions(-) commit 66efe896483c58f3ef9bd218c02bb7ea604f68ee Author: Behdad Esfahbod -Date: Tue Oct 2 14:55:32 2012 -0400 +Date: Tue Oct 2 14:55:32 2012 -0400 Check for pthreads - configure.ac | 7 +++++++ + configure.ac | 7 +++++++ src/Makefile.am | 5 +++++ 2 files changed, 12 insertions(+) commit 10a8162dddb8b39ae130fe5bb7d1819471fa7e06 Author: Behdad Esfahbod -Date: Tue Oct 2 14:46:34 2012 -0400 +Date: Tue Oct 2 14:46:34 2012 -0400 Add ax_pthread.m4 @@ -22606,7 +25980,7 @@ Date: Tue Oct 2 14:46:34 2012 -0400 commit 8ac34bc6ff1d0646503a45659b1846d8cf9c0603 Author: Behdad Esfahbod -Date: Tue Oct 2 14:46:04 2012 -0400 +Date: Tue Oct 2 14:46:04 2012 -0400 Add pkg.m4 to git repo @@ -22616,7 +25990,7 @@ Date: Tue Oct 2 14:46:04 2012 -0400 commit c7afac0aa6e51e6a49ebf13f72537398698c9e49 Author: Behdad Esfahbod -Date: Tue Oct 2 14:44:47 2012 -0400 +Date: Tue Oct 2 14:44:47 2012 -0400 Add AC_CONFIG_MACRODIR @@ -22626,7 +26000,7 @@ Date: Tue Oct 2 14:44:47 2012 -0400 commit f2eb3fa9dca8d21fae20c9b9dddad3245df74a05 Author: Behdad Esfahbod -Date: Tue Sep 25 21:35:35 2012 -0400 +Date: Tue Sep 25 21:35:35 2012 -0400 [OT] Only insert dottedcircle if at the beginning of paragraph @@ -22641,7 +26015,7 @@ Date: Tue Sep 25 21:35:35 2012 -0400 commit bdc2fc8294da7f374701aafe9f5a82d60633946f Author: Behdad Esfahbod -Date: Tue Sep 25 21:32:35 2012 -0400 +Date: Tue Sep 25 21:32:35 2012 -0400 [Arabic] Respect Arabic joining from neighboring context @@ -22652,12 +26026,12 @@ Date: Tue Sep 25 21:32:35 2012 -0400 commit 05207a79e0ae1769c5feaebe3fd99bdf9cfcf834 Author: Behdad Esfahbod -Date: Tue Sep 25 17:44:53 2012 -0400 +Date: Tue Sep 25 17:44:53 2012 -0400 [buffer] Save pre/post textual context To be used for a variety of purposes. We save up to five characters - in each direction. No public API changes, everything is taken care + in each direction. No public API changes, everything is taken care of already. All clients need to do is to call hb_buffer_add_utf* with the full text + segment info (or at least some context) instead of just passing in the segment. @@ -22666,14 +26040,14 @@ Date: Tue Sep 25 17:44:53 2012 -0400 hb_buffer_add*) automatically reset the relevant contexts. src/hb-buffer-private.hh | 13 ++++++++++++- - src/hb-buffer.cc | 44 + src/hb-buffer.cc | 44 ++++++++++++++++++++++++++++++++++++++++---- - src/hb-buffer.h | 2 +- + src/hb-buffer.h | 2 +- 3 files changed, 53 insertions(+), 6 deletions(-) commit 89ac39dbbe028e6379f64392f2e590e3f1fdd847 Author: Behdad Esfahbod -Date: Tue Sep 25 13:59:24 2012 -0400 +Date: Tue Sep 25 13:59:24 2012 -0400 Add hb_utf_prev() @@ -22683,7 +26057,7 @@ Date: Tue Sep 25 13:59:24 2012 -0400 commit 70ea4ac6887c7057113d714a98e55738b6196562 Author: Behdad Esfahbod -Date: Tue Sep 25 12:30:16 2012 -0400 +Date: Tue Sep 25 12:30:16 2012 -0400 Slightly optimize UTF-8 parsing @@ -22692,7 +26066,7 @@ Date: Tue Sep 25 12:30:16 2012 -0400 commit 4445e5e2ecc257a5d0fa2f2715bb7181a47346da Author: Behdad Esfahbod -Date: Tue Sep 25 12:26:12 2012 -0400 +Date: Tue Sep 25 12:26:12 2012 -0400 [buffer] Cleanup / optimize UTF-16 parsing a bit @@ -22701,7 +26075,7 @@ Date: Tue Sep 25 12:26:12 2012 -0400 commit 1f66c3c1a0eb869c0d85a015235313177e0cec62 Author: Behdad Esfahbod -Date: Tue Sep 25 11:42:16 2012 -0400 +Date: Tue Sep 25 11:42:16 2012 -0400 Add hb_utf_strlen() @@ -22713,7 +26087,7 @@ Date: Tue Sep 25 11:42:16 2012 -0400 commit 7f19ae7b9f806a2e35206b2ad41651c5f80b2537 Author: Behdad Esfahbod -Date: Tue Sep 25 11:22:28 2012 -0400 +Date: Tue Sep 25 11:22:28 2012 -0400 [buffer] Templatize UTF handling @@ -22728,7 +26102,7 @@ Date: Tue Sep 25 11:22:28 2012 -0400 commit 0e0a4da9b7677a09e00d27313236e1f333864dd6 Author: Behdad Esfahbod -Date: Tue Sep 25 11:09:04 2012 -0400 +Date: Tue Sep 25 11:09:04 2012 -0400 [buffer] Towards template'izing different UTF adders @@ -22737,7 +26111,7 @@ Date: Tue Sep 25 11:09:04 2012 -0400 commit 7d37280600c157f3c4eae8746e99511702a58e8f Author: Behdad Esfahbod -Date: Tue Sep 25 11:04:41 2012 -0400 +Date: Tue Sep 25 11:04:41 2012 -0400 Minor @@ -22746,17 +26120,17 @@ Date: Tue Sep 25 11:04:41 2012 -0400 commit 54d5da4ee9d902ff36473cec558137eef8f23825 Author: Behdad Esfahbod -Date: Tue Sep 25 10:50:41 2012 -0400 +Date: Tue Sep 25 10:50:41 2012 -0400 Remove unused indic.cc src/Makefile.am | 6 +----- - src/indic.cc | 51 --------------------------------------------------- + src/indic.cc | 51 --------------------------------------------------- 2 files changed, 1 insertion(+), 56 deletions(-) commit fab7a71f110ed646745d54b23284537c50058c21 Author: Behdad Esfahbod -Date: Mon Sep 24 21:51:13 2012 -0400 +Date: Mon Sep 24 21:51:13 2012 -0400 [Indic] Import ragel-generated Indic machine in git @@ -22764,15 +26138,15 @@ Date: Mon Sep 24 21:51:13 2012 -0400 output, and including this in-tree helps users right now. We can revisit this later if it proved to be too much trouble. - autogen.sh | 6 - - src/Makefile.am | 1 - + autogen.sh | 6 - + src/Makefile.am | 1 - src/hb-ot-shape-complex-indic-machine.hh | 1314 ++++++++++++++++++++++++++++++ 3 files changed, 1314 insertions(+), 7 deletions(-) commit 20a840c7cd08069720050782b4533cde505df09a Author: Behdad Esfahbod -Date: Mon Sep 24 20:23:00 2012 -0400 +Date: Mon Sep 24 20:23:00 2012 -0400 Use a C++ linker on Windows @@ -22784,7 +26158,7 @@ Date: Mon Sep 24 20:23:00 2012 -0400 commit eb7669a38072b66eef3bd905a93c4815bef3f0e5 Author: Behdad Esfahbod -Date: Tue Sep 18 19:42:06 2012 -0400 +Date: Tue Sep 18 19:42:06 2012 -0400 Better autofoo @@ -22793,7 +26167,7 @@ Date: Tue Sep 18 19:42:06 2012 -0400 commit d00f7d83750258eff915a3826700c4819e63e481 Author: Behdad Esfahbod -Date: Mon Sep 17 20:59:09 2012 -0400 +Date: Mon Sep 17 20:59:09 2012 -0400 Fix dependencies @@ -22802,7 +26176,7 @@ Date: Mon Sep 17 20:59:09 2012 -0400 commit 811eefe225d20b20f1de20c6e62a0ebd6d89102a Author: Behdad Esfahbod -Date: Mon Sep 10 09:56:27 2012 -0400 +Date: Mon Sep 10 09:56:27 2012 -0400 Return NULL, not false @@ -22813,7 +26187,7 @@ Date: Mon Sep 10 09:56:27 2012 -0400 commit 166b5cf7ec2d37fb54a909c437ccdec1edaf37aa Author: Behdad Esfahbod -Date: Fri Sep 7 14:55:07 2012 -0400 +Date: Fri Sep 7 14:55:07 2012 -0400 [Indic] Find syllables before any features are applied @@ -22824,34 +26198,34 @@ Date: Fri Sep 7 14:55:07 2012 -0400 Test sequence: U+0D9A,U+0DCA,U+200D,U+0DBB,U+0DCF - src/hb-ot-shape-complex-indic-machine.rl | 4 +- - src/hb-ot-shape-complex-indic.cc | 56 + src/hb-ot-shape-complex-indic-machine.rl | 4 +- + src/hb-ot-shape-complex-indic.cc | 56 +++++++++++++++------- - .../indic/script-sinhala/misc/misc.txt | 1 + + .../indic/script-sinhala/misc/misc.txt | 1 + 3 files changed, 43 insertions(+), 18 deletions(-) commit 96fdc04e5c6daafce3d45e7508418e4db94df44c Author: Behdad Esfahbod -Date: Thu Sep 6 22:26:16 2012 -0400 +Date: Thu Sep 6 22:26:16 2012 -0400 Add hb_buffer_[sg]et_content_type And hb_buffer_content_type_t and enum values. - TODO | 1 + + TODO | 1 + src/hb-buffer-private.hh | 2 ++ - src/hb-buffer.cc | 34 ++++++++++++++++++++++++++++++++++ - src/hb-buffer.h | 14 ++++++++++++++ - src/hb-shape.cc | 5 +++++ + src/hb-buffer.cc | 34 ++++++++++++++++++++++++++++++++++ + src/hb-buffer.h | 14 ++++++++++++++ + src/hb-shape.cc | 5 +++++ 5 files changed, 56 insertions(+) commit e30ebd2794b37bd8ec716a258d5cb017fb1dfadc Author: Behdad Esfahbod -Date: Thu Sep 6 22:09:06 2012 -0400 +Date: Thu Sep 6 22:09:06 2012 -0400 Add hb_feature_to/from_string() - TODO | 4 +- + TODO | 4 +- src/hb-common.cc | 9 +++ src/hb-common.h | 6 +- src/hb-shape.cc | 168 @@ -22862,7 +26236,7 @@ Date: Thu Sep 6 22:09:06 2012 -0400 commit f67917161bbe317a33d6407fbc62ebffcafe7154 Author: Behdad Esfahbod -Date: Thu Sep 6 17:22:31 2012 -0400 +Date: Thu Sep 6 17:22:31 2012 -0400 [OT] Do per-ligature-component fallback mark positioning @@ -22880,7 +26254,7 @@ Date: Thu Sep 6 17:22:31 2012 -0400 commit 525c6855783a018d52867b9ece2ee90868ff1f91 Author: Behdad Esfahbod -Date: Thu Sep 6 16:02:07 2012 -0400 +Date: Thu Sep 6 16:02:07 2012 -0400 [OT] Make fallback mark positioning more robust @@ -22891,7 +26265,7 @@ Date: Thu Sep 6 16:02:07 2012 -0400 commit 5d502443f5a07cbd0aa860dd71a0fa4ea8b6ff9f Author: Behdad Esfahbod -Date: Thu Sep 6 15:29:29 2012 -0400 +Date: Thu Sep 6 15:29:29 2012 -0400 [old] Clear offset array @@ -22900,7 +26274,7 @@ Date: Thu Sep 6 15:29:29 2012 -0400 commit 9433c218b4853442dd9ad53d0588a837a33dbf1e Author: Behdad Esfahbod -Date: Thu Sep 6 14:27:15 2012 -0400 +Date: Thu Sep 6 14:27:15 2012 -0400 [OT] Simplify fallback positioning condition @@ -22909,31 +26283,31 @@ Date: Thu Sep 6 14:27:15 2012 -0400 commit 028a1706f898bfcee0d14acfba47ebe1de09f0c4 Author: Behdad Esfahbod -Date: Thu Sep 6 14:25:48 2012 -0400 +Date: Thu Sep 6 14:25:48 2012 -0400 Refactor common macro src/hb-ot-shape-fallback.cc | 5 +---- src/hb-ot-shape-normalize.cc | 5 +---- - src/hb-ot-shape.cc | 5 +---- + src/hb-ot-shape.cc | 5 +---- src/hb-unicode-private.hh | 9 +++++++++ 4 files changed, 12 insertions(+), 12 deletions(-) commit 07cfbe21b511056d5c3c75cbfe84e4e982c3e8fb Author: Behdad Esfahbod -Date: Thu Sep 6 01:16:39 2012 -0400 +Date: Thu Sep 6 01:16:39 2012 -0400 [OT] Streamline Arabic fallback shaping table - src/gen-arabic-table.py | 6 +- - src/hb-ot-shape-complex-arabic-fallback.hh | 2 +- + src/gen-arabic-table.py | 6 +- + src/hb-ot-shape-complex-arabic-fallback.hh | 2 +- src/hb-ot-shape-complex-arabic-table.hh | 266 ++++++++++++++--------------- 3 files changed, 137 insertions(+), 137 deletions(-) commit 82f6b6f388b801a1483854cb56a2cadbb94e0f2b Author: Behdad Esfahbod -Date: Thu Sep 6 01:12:50 2012 -0400 +Date: Thu Sep 6 01:12:50 2012 -0400 Minor @@ -22942,7 +26316,7 @@ Date: Thu Sep 6 01:12:50 2012 -0400 commit fabd3113a98c5f4114f48920fa7ea38bd65a8d32 Author: Behdad Esfahbod -Date: Wed Sep 5 22:19:28 2012 -0400 +Date: Wed Sep 5 22:19:28 2012 -0400 [OT] Port Arabic fallback shaping to synthetic GSUB @@ -22950,22 +26324,22 @@ Date: Wed Sep 5 22:19:28 2012 -0400 Let there be dragons... ⻯ - src/Makefile.am | 1 + - src/hb-open-type-private.hh | 69 +++++--- - src/hb-ot-layout-common-private.hh | 9 +- - src/hb-ot-layout-gsub-table.hh | 11 +- - src/hb-ot-map-private.hh | 6 + - src/hb-ot-map.cc | 1 + + src/Makefile.am | 1 + + src/hb-open-type-private.hh | 69 +++++--- + src/hb-ot-layout-common-private.hh | 9 +- + src/hb-ot-layout-gsub-table.hh | 11 +- + src/hb-ot-map-private.hh | 6 + + src/hb-ot-map.cc | 1 + src/hb-ot-shape-complex-arabic-fallback.hh | 252 +++++++++++++++++++++++++++++ - src/hb-ot-shape-complex-arabic.cc | 158 ++++++------------ - src/hb-ot-shape.cc | 7 +- - src/hb-private.hh | 11 +- + src/hb-ot-shape-complex-arabic.cc | 158 ++++++------------ + src/hb-ot-shape.cc | 7 +- + src/hb-private.hh | 11 +- 10 files changed, 369 insertions(+), 156 deletions(-) commit f0b8ed1b6dd9f1d2b9084c101a6fc5dee0cc22a8 Author: Behdad Esfahbod -Date: Wed Sep 5 17:32:57 2012 -0400 +Date: Wed Sep 5 17:32:57 2012 -0400 [Indic] Allow "H,ZWJ,M" @@ -23000,7 +26374,7 @@ Date: Wed Sep 5 17:32:57 2012 -0400 commit 4ed717ef61813fa16cf74f2874848e9feb81568f Author: Behdad Esfahbod -Date: Wed Sep 5 17:21:17 2012 -0400 +Date: Wed Sep 5 17:21:17 2012 -0400 [Indic] Relax grammar @@ -23011,7 +26385,7 @@ Date: Wed Sep 5 17:21:17 2012 -0400 In particular, a few Devanagari tests were having sequences like "C,H,ZWJ,N", and because of the ZWJ the Nukta does NOT get reordered to - before the Halant as the grammar used to expect... Fixup. + before the Halant as the grammar used to expect... Fixup. Another case is as simple as "C,ZWJ,SM". @@ -23024,7 +26398,7 @@ Date: Wed Sep 5 17:21:17 2012 -0400 commit aa7141efe49991a1160489106984e95163fe2ab8 Author: Behdad Esfahbod -Date: Wed Sep 5 15:54:21 2012 -0400 +Date: Wed Sep 5 15:54:21 2012 -0400 [Indic] Fix Khmer syllable-final coeng-consonant @@ -23058,7 +26432,7 @@ Date: Wed Sep 5 15:54:21 2012 -0400 commit efb8d3eb713bca7cbfca41380a012bdb4d380e5c Author: Behdad Esfahbod -Date: Wed Sep 5 15:50:47 2012 -0400 +Date: Wed Sep 5 15:50:47 2012 -0400 Fixup test failure reporting @@ -23112,7 +26486,7 @@ Date: Wed Sep 5 15:50:47 2012 -0400 commit 27bd55bd2ca599d501f10c2fae81861137517e46 Author: Behdad Esfahbod -Date: Wed Sep 5 15:11:14 2012 -0400 +Date: Wed Sep 5 15:11:14 2012 -0400 [Indic] Tamil does not have half-forms either @@ -23146,17 +26520,17 @@ Date: Wed Sep 5 15:11:14 2012 -0400 commit 87b75d0a4aa03fe7a03e3bf7baf8ece131aec1bb Author: Behdad Esfahbod -Date: Tue Sep 4 23:06:38 2012 -0400 +Date: Tue Sep 4 23:06:38 2012 -0400 [OT] Allow adding features with fallback implementation src/hb-ot-map-private.hh | 7 ++++--- - src/hb-ot-map.cc | 6 ++++-- + src/hb-ot-map.cc | 6 ++++-- 2 files changed, 8 insertions(+), 5 deletions(-) commit 1d3947a6bda6986c9c7d993589053051c119cc81 Author: Behdad Esfahbod -Date: Tue Sep 4 22:42:17 2012 -0400 +Date: Tue Sep 4 22:42:17 2012 -0400 Minor @@ -23166,7 +26540,7 @@ Date: Tue Sep 4 22:42:17 2012 -0400 commit b3b89b66586897a69b410ef02e7434691de84ae6 Author: Behdad Esfahbod -Date: Tue Sep 4 21:13:17 2012 -0400 +Date: Tue Sep 4 21:13:17 2012 -0400 [OT] Add SubstLookup serialize API @@ -23177,7 +26551,7 @@ Date: Tue Sep 4 21:13:17 2012 -0400 commit 715e03bc21d6adaa8e1f647235843839dc47dad1 Author: Behdad Esfahbod -Date: Tue Sep 4 20:10:17 2012 -0400 +Date: Tue Sep 4 20:10:17 2012 -0400 Minor @@ -23186,7 +26560,7 @@ Date: Tue Sep 4 20:10:17 2012 -0400 commit 652d1e0d64e47313ead2fc8318d1236f0e0d80ca Author: Behdad Esfahbod -Date: Tue Sep 4 20:00:44 2012 -0400 +Date: Tue Sep 4 20:00:44 2012 -0400 [OT] Start adding Lookup-level serialize API @@ -23195,19 +26569,19 @@ Date: Tue Sep 4 20:00:44 2012 -0400 commit a930c68e9c50aade78c1eb0eef075c9c117e4ef6 Author: Behdad Esfahbod -Date: Tue Sep 4 18:17:57 2012 -0400 +Date: Tue Sep 4 18:17:57 2012 -0400 [OT] More serialize. Implements all basic GSUB subtables - src/hb-open-type-private.hh | 53 +++++++++++++++- - src/hb-ot-layout-common-private.hh | 8 ++- + src/hb-open-type-private.hh | 53 +++++++++++++++- + src/hb-ot-layout-common-private.hh | 8 ++- src/hb-ot-layout-gsub-table.hh | 125 +++++++++++++++++++++++++++++-------- 3 files changed, 156 insertions(+), 30 deletions(-) commit 1b38b4e817d871b9549be65af6030bd0eea7f775 Author: Behdad Esfahbod -Date: Tue Sep 4 18:17:21 2012 -0400 +Date: Tue Sep 4 18:17:21 2012 -0400 Minor @@ -23216,41 +26590,41 @@ Date: Tue Sep 4 18:17:21 2012 -0400 commit f7e81ce0b882aa942ae33c787e741c5e8e5a0173 Author: Behdad Esfahbod -Date: Tue Sep 4 15:32:37 2012 -0400 +Date: Tue Sep 4 15:32:37 2012 -0400 0.9.4 - NEWS | 18 ++++++++++++++++++ + NEWS | 18 ++++++++++++++++++ configure.ac | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) commit 2bd9fe359839a653f7caae534bf768af1735f155 Author: Behdad Esfahbod -Date: Tue Sep 4 15:15:19 2012 -0400 +Date: Tue Sep 4 15:15:19 2012 -0400 Refactor src/hb-ot-layout-gpos-table.hh | 7 ++----- src/hb-ot-layout-gsub-table.hh | 16 +++++----------- src/hb-ot-layout-gsubgpos-private.hh | 13 +++---------- - src/hb-ot-layout.cc | 23 +++++++++++++++++------ + src/hb-ot-layout.cc | 23 +++++++++++++++++------ src/hb-ot-shape-complex-arabic.cc | 4 +--- 5 files changed, 28 insertions(+), 35 deletions(-) commit a5ddd9e31cd7906c4b559aa5b2fafdae4b9c8935 Author: Behdad Esfahbod -Date: Tue Sep 4 14:55:00 2012 -0400 +Date: Tue Sep 4 14:55:00 2012 -0400 [OT] Really fix possible NULL dereference this time src/hb-ot-layout-gsubgpos-private.hh | 8 ++++---- - src/hb-ot-layout.cc | 6 +++--- + src/hb-ot-layout.cc | 6 +++--- src/hb-ot-shape-complex-arabic.cc | 4 +++- 3 files changed, 10 insertions(+), 8 deletions(-) commit 29416833584d7831ece84aaeada6f5ebba7828c0 Author: Behdad Esfahbod -Date: Mon Sep 3 23:31:14 2012 -0400 +Date: Mon Sep 3 23:31:14 2012 -0400 [OT] Implement serialize() for AlternateSubst @@ -23259,28 +26633,28 @@ Date: Mon Sep 3 23:31:14 2012 -0400 commit 1f07e3382a1608b054cbf88b89fef74f6c485434 Author: Behdad Esfahbod -Date: Mon Sep 3 23:28:34 2012 -0400 +Date: Mon Sep 3 23:28:34 2012 -0400 [OT] Implement serialize() for MultiSubst - src/hb-open-type-private.hh | 10 ++++++++++ + src/hb-open-type-private.hh | 10 ++++++++++ src/hb-ot-layout-gsub-table.hh | 43 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) commit 4912030dfba740c822e200d33cbb5c6dbbeaf79e Author: Behdad Esfahbod -Date: Mon Sep 3 20:58:03 2012 -0400 +Date: Mon Sep 3 20:58:03 2012 -0400 Minor - src/hb-open-type-private.hh | 4 ++-- + src/hb-open-type-private.hh | 4 ++-- src/hb-ot-layout-gsub-table.hh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) commit f8fa2b5cf67b02d74514dec7885d03de73ec7349 Author: Behdad Esfahbod -Date: Mon Sep 3 20:19:46 2012 -0400 +Date: Mon Sep 3 20:19:46 2012 -0400 Fix possible NULL dereference @@ -23291,7 +26665,7 @@ Date: Mon Sep 3 20:19:46 2012 -0400 commit 4b312fb288faa383a2c5bd3be0428f0e58e02699 Author: Behdad Esfahbod -Date: Sat Sep 1 21:56:06 2012 -0400 +Date: Sat Sep 1 21:56:06 2012 -0400 [OT] Remove serialize alignment @@ -23302,11 +26676,11 @@ Date: Sat Sep 1 21:56:06 2012 -0400 commit c61be03d6df122f18eebda3b29e42c9e768d45b9 Author: Behdad Esfahbod -Date: Sat Sep 1 21:43:38 2012 -0400 +Date: Sat Sep 1 21:43:38 2012 -0400 [OT] A bit more serialize - src/hb-open-type-private.hh | 14 +++++++++++++ + src/hb-open-type-private.hh | 14 +++++++++++++ src/hb-ot-layout-common-private.hh | 2 +- src/hb-ot-layout-gsub-table.hh | 43 ++++++++++++++++++++++++++++++++++++-- @@ -23314,23 +26688,23 @@ Date: Sat Sep 1 21:43:38 2012 -0400 commit abcc5ac1fde1c493e4055dd2f27b8aade7713156 Author: Behdad Esfahbod -Date: Sat Sep 1 21:30:17 2012 -0400 +Date: Sat Sep 1 21:30:17 2012 -0400 [OT] Improve serialize syntax For some definition of improvement... - src/hb-open-type-private.hh | 6 ++++-- + src/hb-open-type-private.hh | 6 ++++-- src/hb-ot-layout-gsub-table.hh | 3 +-- 2 files changed, 5 insertions(+), 4 deletions(-) commit bc5be24014371ceb811b9ffd37062ede63d87bb1 Author: Behdad Esfahbod -Date: Sat Sep 1 20:48:22 2012 -0400 +Date: Sat Sep 1 20:48:22 2012 -0400 [OT] Restart work on serialize() - src/hb-open-type-private.hh | 39 ++++++++++++++++++------ + src/hb-open-type-private.hh | 39 ++++++++++++++++++------ src/hb-ot-layout-common-private.hh | 61 +++++++++++++++++++------------------- src/hb-ot-layout-gsub-table.hh | 13 ++++++++ @@ -23338,7 +26712,7 @@ Date: Sat Sep 1 20:48:22 2012 -0400 commit 6912e476dd92639c3ddf07ca51c8d4a262c8b3a5 Author: Behdad Esfahbod -Date: Sat Sep 1 20:38:45 2012 -0400 +Date: Sat Sep 1 20:38:45 2012 -0400 [OT] Insert dotted-circle for run-initial marks @@ -23357,7 +26731,7 @@ Date: Sat Sep 1 20:38:45 2012 -0400 commit 1d581ec384bc1780995e32e1c44103af57596eda Author: Behdad Esfahbod -Date: Sat Sep 1 20:06:26 2012 -0400 +Date: Sat Sep 1 20:06:26 2012 -0400 [OT] Fallback-position ccc=0 Thai / Lao marks @@ -23369,20 +26743,20 @@ Date: Sat Sep 1 20:06:26 2012 -0400 commit 3992b5ec4cb43d114d87ff7ee2b992bcf819c9cd Author: Behdad Esfahbod -Date: Sat Sep 1 19:20:41 2012 -0400 +Date: Sat Sep 1 19:20:41 2012 -0400 Move code around - src/hb-ot-shape-fallback-private.hh | 5 ++++ - src/hb-ot-shape-fallback.cc | 46 + src/hb-ot-shape-fallback-private.hh | 5 ++++ + src/hb-ot-shape-fallback.cc | 46 +++++++++++++++++++++++++------------ - src/hb-ot-shape-private.hh | 6 +++++ - src/hb-ot-shape.cc | 4 ++++ + src/hb-ot-shape-private.hh | 6 +++++ + src/hb-ot-shape.cc | 4 ++++ 4 files changed, 46 insertions(+), 15 deletions(-) commit b85800f9de8976a7418ef9df467d3080c6ab0199 Author: Behdad Esfahbod -Date: Fri Aug 31 18:12:01 2012 -0400 +Date: Fri Aug 31 18:12:01 2012 -0400 [Indic] Implement dotted-circle insertion for broken clusters @@ -23401,40 +26775,40 @@ Date: Fri Aug 31 18:12:01 2012 -0400 would have formed a correct cluster." That works better for split stuff, and I like it more. - src/hb-buffer-private.hh | 1 + - src/hb-buffer.cc | 10 +++++ + src/hb-buffer-private.hh | 1 + + src/hb-buffer.cc | 10 +++++ src/hb-ot-shape-complex-indic-machine.rl | 4 +- src/hb-ot-shape-complex-indic-private.hh | 2 +- - src/hb-ot-shape-complex-indic.cc | 67 + src/hb-ot-shape-complex-indic.cc | 67 +++++++++++++++++++++++++++++--- - src/hb-ot-shape-normalize-private.hh | 1 + - src/hb-ot-shape-normalize.cc | 11 +++--- + src/hb-ot-shape-normalize-private.hh | 1 + + src/hb-ot-shape-normalize.cc | 11 +++--- 7 files changed, 83 insertions(+), 13 deletions(-) commit 327d14ef188396006d54af976506ab6f8bb2869a Author: Behdad Esfahbod -Date: Fri Aug 31 16:49:34 2012 -0400 +Date: Fri Aug 31 16:49:34 2012 -0400 [Indic] Start adding dotted-circle instrastructure src/hb-ot-shape-complex-indic-machine.rl | 19 +++++++------ - src/hb-ot-shape-complex-indic.cc | 46 + src/hb-ot-shape-complex-indic.cc | 46 +++++++++++++++++++++++++++++--- 2 files changed, 51 insertions(+), 14 deletions(-) commit 1be368e96fb7de8c77bf992874e0d5bd6b272ebe Author: Behdad Esfahbod -Date: Fri Aug 31 16:29:17 2012 -0400 +Date: Fri Aug 31 16:29:17 2012 -0400 Minor src/hb-buffer-private.hh | 16 +++++++++++++++- - src/hb-buffer.cc | 15 --------------- + src/hb-buffer.cc | 15 --------------- 2 files changed, 15 insertions(+), 16 deletions(-) commit 784f29d061a2939562eca0c4943feb01174aee00 Author: Behdad Esfahbod -Date: Fri Aug 31 14:06:26 2012 -0400 +Date: Fri Aug 31 14:06:26 2012 -0400 Minor @@ -23443,7 +26817,7 @@ Date: Fri Aug 31 14:06:26 2012 -0400 commit 5a7f18767a87a3f07269d0814f984a98f86ab852 Author: Behdad Esfahbod -Date: Thu Aug 30 22:53:29 2012 -0400 +Date: Thu Aug 30 22:53:29 2012 -0400 [OT] Better fallback-position Thai / Lao ccc!=0 marks @@ -23452,18 +26826,18 @@ Date: Thu Aug 30 22:53:29 2012 -0400 commit 9f2348de58f0f85593027378169bc03c4dd64e59 Author: Behdad Esfahbod -Date: Wed Aug 29 21:08:59 2012 -0400 +Date: Wed Aug 29 21:08:59 2012 -0400 [OT] Add serialize() for Coverage - src/hb-open-type-private.hh | 34 +++++++++++++++++---- + src/hb-open-type-private.hh | 34 +++++++++++++++++---- src/hb-ot-layout-common-private.hh | 62 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+), 6 deletions(-) commit e901b954c6ec44ac3ae7fb3c326e6e7a40718e4b Author: Behdad Esfahbod -Date: Wed Aug 29 20:26:08 2012 -0400 +Date: Wed Aug 29 20:26:08 2012 -0400 [OT] Start adding serialize() API @@ -23473,19 +26847,19 @@ Date: Wed Aug 29 20:26:08 2012 -0400 commit 965c280de09b49d711cb78d629da321c802084de Author: Behdad Esfahbod -Date: Wed Aug 29 13:59:16 2012 -0400 +Date: Wed Aug 29 13:59:16 2012 -0400 Add HB_BUFFER_ASSERT_VAR To be used in places we access buffer vars... src/hb-buffer-private.hh | 3 +++ - src/hb-buffer.cc | 16 ++++++++++++++++ + src/hb-buffer.cc | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) commit 0ccf9b64736559a230425fd131c9eb8aa3048221 Author: Behdad Esfahbod -Date: Wed Aug 29 11:53:26 2012 -0400 +Date: Wed Aug 29 11:53:26 2012 -0400 Move code around @@ -23494,13 +26868,13 @@ Date: Wed Aug 29 11:53:26 2012 -0400 commit 2fcbbdb41a322f54b61d9ce983ab54434504c5ed Author: Behdad Esfahbod -Date: Wed Aug 29 11:11:54 2012 -0400 +Date: Wed Aug 29 11:11:54 2012 -0400 Port Arabic fallback ligating to share code with GSUB This will eventually allow us to skip marks, as well as (fallback) attach marks to ligature components of fallback-shaped Arabic. - That would be pretty cool. I kludged GDEF props in, so mark-skipping + That would be pretty cool. I kludged GDEF props in, so mark-skipping works, but the produced ligature id/components will be cleared later by substitute_start() et al. @@ -23511,12 +26885,12 @@ Date: Wed Aug 29 11:11:54 2012 -0400 src/hb-ot-layout-gsubgpos-private.hh | 4 ++ src/hb-ot-shape-complex-arabic.cc | 72 ++++++++++++++++++++++++------------ - src/hb-ot-shape.cc | 4 +- + src/hb-ot-shape.cc | 4 +- 3 files changed, 56 insertions(+), 24 deletions(-) commit 5e399a8a45bddb49e06e2ca39df1ed04398c0aff Author: Behdad Esfahbod -Date: Wed Aug 29 10:40:49 2012 -0400 +Date: Wed Aug 29 10:40:49 2012 -0400 Minor @@ -23526,7 +26900,7 @@ Date: Wed Aug 29 10:40:49 2012 -0400 commit a177d027d1d0ad9539e30ed75d8652e0e8da20ff Author: Behdad Esfahbod -Date: Tue Aug 28 23:18:22 2012 -0400 +Date: Tue Aug 28 23:18:22 2012 -0400 [GSUB] Move ligation logic over @@ -23538,13 +26912,13 @@ Date: Tue Aug 28 23:18:22 2012 -0400 commit 191fa885d9e0a2dce92dd8727cddd18495e62409 Author: Behdad Esfahbod -Date: Tue Aug 28 22:58:55 2012 -0400 +Date: Tue Aug 28 22:58:55 2012 -0400 [GSUB] Merge Ligature and context input matching Looks better now... - TODO | 4 -- + TODO | 4 -- src/hb-ot-layout-gsub-table.hh | 71 +++++++----------------------------- src/hb-ot-layout-gsubgpos-private.hh | 29 ++++++++++++++- @@ -23552,7 +26926,7 @@ Date: Tue Aug 28 22:58:55 2012 -0400 commit 93814ca7dc2a7251f861c1c47ba155ba6e6bdf19 Author: Behdad Esfahbod -Date: Tue Aug 28 22:24:51 2012 -0400 +Date: Tue Aug 28 22:24:51 2012 -0400 Start converging Ligature and match_input @@ -23564,34 +26938,34 @@ Date: Tue Aug 28 22:24:51 2012 -0400 commit 2eef71737ea29ffadbb5a2be4a898b44f53f66ac Author: Behdad Esfahbod -Date: Tue Aug 28 19:16:38 2012 -0400 +Date: Tue Aug 28 19:16:38 2012 -0400 [hb-icu-le] Add visbility - src/hb-icu-le/FontTableCache.h | 6 +++++- + src/hb-icu-le/FontTableCache.h | 6 +++++- src/hb-icu-le/PortableFontInstance.cpp | 39 ---------------------------------- - src/hb-icu-le/PortableFontInstance.h | 7 ++++-- - src/hb-icu-le/cmaps.cpp | 2 +- - src/hb-icu-le/cmaps.h | 5 ++++- - src/hb-icu-le/letest.h | 14 ++++++++++++ - src/hb-icu-le/sfnt.h | 6 +++++- + src/hb-icu-le/PortableFontInstance.h | 7 ++++-- + src/hb-icu-le/cmaps.cpp | 2 +- + src/hb-icu-le/cmaps.h | 5 ++++- + src/hb-icu-le/letest.h | 14 ++++++++++++ + src/hb-icu-le/sfnt.h | 6 +++++- 7 files changed, 34 insertions(+), 45 deletions(-) commit d59e28e49204ed609d8a1bf3c0f21ab5fc178337 Author: Behdad Esfahbod -Date: Tue Aug 28 19:08:36 2012 -0400 +Date: Tue Aug 28 19:08:36 2012 -0400 Minor - src/Makefile.am | 6 +++++- + src/Makefile.am | 6 +++++- src/check-libstdc++.sh | 2 +- src/check-static-inits.sh | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) commit af169d2813ff8075288cd4a7811f0715e4fea3da Author: Behdad Esfahbod -Date: Tue Aug 28 19:08:22 2012 -0400 +Date: Tue Aug 28 19:08:22 2012 -0400 Minor @@ -23600,7 +26974,7 @@ Date: Tue Aug 28 19:08:22 2012 -0400 commit 52ff2681d88886e2165ced397966ba29c2073583 Author: Behdad Esfahbod -Date: Tue Aug 28 18:03:35 2012 -0400 +Date: Tue Aug 28 18:03:35 2012 -0400 Use VisualStudio-style atomic intrinsics on mingw32 @@ -23609,35 +26983,35 @@ Date: Tue Aug 28 18:03:35 2012 -0400 commit 7c8e844d92aa604fc4b396343721ea90eb83adb8 Author: Behdad Esfahbod -Date: Tue Aug 28 17:57:49 2012 -0400 +Date: Tue Aug 28 17:57:49 2012 -0400 Use namespace for OpenType tables Avoids USHORT, SHORT, ULONG, LONG clashes with Windows API. - src/hb-font.cc | 12 ++--- - src/hb-open-file-private.hh | 4 ++ - src/hb-open-type-private.hh | 9 ++-- - src/hb-ot-head-table.hh | 4 ++ - src/hb-ot-hhea-table.hh | 5 ++ - src/hb-ot-hmtx-table.hh | 6 +++ + src/hb-font.cc | 12 ++--- + src/hb-open-file-private.hh | 4 ++ + src/hb-open-type-private.hh | 9 ++-- + src/hb-ot-head-table.hh | 4 ++ + src/hb-ot-hhea-table.hh | 5 ++ + src/hb-ot-hmtx-table.hh | 6 +++ src/hb-ot-layout-common-private.hh | 5 ++ src/hb-ot-layout-gdef-table.hh | 4 ++ src/hb-ot-layout-gpos-table.hh | 4 ++ src/hb-ot-layout-gsub-table.hh | 4 ++ src/hb-ot-layout-gsubgpos-private.hh | 4 ++ - src/hb-ot-layout-private.hh | 12 +++-- - src/hb-ot-layout.cc | 91 + src/hb-ot-layout-private.hh | 12 +++-- + src/hb-ot-layout.cc | 91 ++++++++++++++++++------------------ - src/hb-ot-maxp-table.hh | 4 ++ - src/hb-ot-name-table.hh | 4 ++ - src/hb-uniscribe.cc | 8 ++-- - src/main.cc | 2 + + src/hb-ot-maxp-table.hh | 4 ++ + src/hb-ot-name-table.hh | 4 ++ + src/hb-uniscribe.cc | 8 ++-- + src/main.cc | 2 + 17 files changed, 117 insertions(+), 65 deletions(-) commit dc5df5af6b349c3d9e4ab876864d9dec8096401f Author: Behdad Esfahbod -Date: Tue Aug 28 16:31:23 2012 -0400 +Date: Tue Aug 28 16:31:23 2012 -0400 Revert "Minor" @@ -23650,7 +27024,7 @@ Date: Tue Aug 28 16:31:23 2012 -0400 commit 3e0a03978b91994bb7fa7922593cbdfc50878dfc Author: Behdad Esfahbod -Date: Mon Aug 27 17:10:02 2012 -0400 +Date: Mon Aug 27 17:10:02 2012 -0400 Minor @@ -23659,7 +27033,7 @@ Date: Mon Aug 27 17:10:02 2012 -0400 commit 667218a5b134728863a318c73070f4e323590bbd Author: Behdad Esfahbod -Date: Mon Aug 27 17:00:44 2012 -0400 +Date: Mon Aug 27 17:00:44 2012 -0400 Minor @@ -23668,7 +27042,7 @@ Date: Mon Aug 27 17:00:44 2012 -0400 commit 30dd62251fcd04c2cbaa9b979d47ddbf62c6d460 Author: Behdad Esfahbod -Date: Mon Aug 27 16:54:34 2012 -0400 +Date: Mon Aug 27 16:54:34 2012 -0400 Only fallback-position glyphs if we have the ccc @@ -23680,7 +27054,7 @@ Date: Mon Aug 27 16:54:34 2012 -0400 commit e1ba62811a61afb046d349e578cd141363c7fb34 Author: Behdad Esfahbod -Date: Mon Aug 27 16:28:05 2012 -0400 +Date: Mon Aug 27 16:28:05 2012 -0400 Center unknown marks horizontally @@ -23689,7 +27063,7 @@ Date: Mon Aug 27 16:28:05 2012 -0400 commit a4e75e4128751bb902117abc1a59dce4f2147672 Author: Behdad Esfahbod -Date: Mon Aug 27 15:54:15 2012 -0400 +Date: Mon Aug 27 15:54:15 2012 -0400 Minor @@ -23698,7 +27072,7 @@ Date: Mon Aug 27 15:54:15 2012 -0400 commit 23b0e9d7dc801e11640979af3c2b00649a519bb1 Author: Behdad Esfahbod -Date: Sun Aug 26 14:30:18 2012 -0400 +Date: Sun Aug 26 14:30:18 2012 -0400 [Indic] Fix switch @@ -23709,7 +27083,7 @@ Date: Sun Aug 26 14:30:18 2012 -0400 commit ae4d4e1de6b4512576080e95896383887b30982f Author: Behdad Esfahbod -Date: Sun Aug 26 14:27:44 2012 -0400 +Date: Sun Aug 26 14:27:44 2012 -0400 Bug 53815 - CoreText backend doesn't link @@ -23718,7 +27092,7 @@ Date: Sun Aug 26 14:27:44 2012 -0400 commit ec0e46376a2afec4ff7606f95582b0ec49c2a44a Author: Behdad Esfahbod -Date: Fri Aug 24 00:44:53 2012 -0400 +Date: Fri Aug 24 00:44:53 2012 -0400 Remove TODO items @@ -23727,7 +27101,7 @@ Date: Fri Aug 24 00:44:53 2012 -0400 commit 56e878ab875ff06d74702145e380e198be967bd6 Author: Behdad Esfahbod -Date: Fri Aug 24 00:41:51 2012 -0400 +Date: Fri Aug 24 00:41:51 2012 -0400 [graphite2] Cleanup scratch buffer allocation @@ -23737,11 +27111,11 @@ Date: Fri Aug 24 00:41:51 2012 -0400 commit 2f7586c6229096143ca0a96712a27416ee0d3c85 Author: Behdad Esfahbod -Date: Thu Aug 23 23:59:55 2012 -0400 +Date: Thu Aug 23 23:59:55 2012 -0400 [icu-le] Implement icu layout engine shaper - configure.ac | 2 +- + configure.ac | 2 +- src/hb-icu-le.cc | 113 +++++++++++++++++++++++++++++++++++++++++++++----- src/hb-icu-le/cmaps.h | 1 - @@ -23750,22 +27124,22 @@ Date: Thu Aug 23 23:59:55 2012 -0400 commit ba7f6c3797e5b440557bacd9b666bf09713dca76 Author: Behdad Esfahbod -Date: Thu Aug 23 21:52:44 2012 -0400 +Date: Thu Aug 23 21:52:44 2012 -0400 [icu-le] Hook up to hb_face_t - src/hb-icu-le.cc | 17 +++- - src/hb-icu-le/FontTableCache.cpp | 34 ++++---- - src/hb-icu-le/FontTableCache.h | 9 ++- + src/hb-icu-le.cc | 17 +++- + src/hb-icu-le/FontTableCache.cpp | 34 ++++---- + src/hb-icu-le/FontTableCache.h | 9 ++- src/hb-icu-le/PortableFontInstance.cpp | 144 +++------------------------------ - src/hb-icu-le/PortableFontInstance.h | 21 ++--- - src/hb-icu-le/README | 1 + + src/hb-icu-le/PortableFontInstance.h | 21 ++--- + src/hb-icu-le/README | 1 + 6 files changed, 57 insertions(+), 169 deletions(-) commit e96bb36995b2a5321b4d32bb11906e1701aaf115 Author: Behdad Esfahbod -Date: Thu Aug 23 21:37:51 2012 -0400 +Date: Thu Aug 23 21:37:51 2012 -0400 [icu-le] Actually use the FontTableCache @@ -23774,33 +27148,33 @@ Date: Thu Aug 23 21:37:51 2012 -0400 commit 7d242364ea647f655a7092bda25f9a10774c57f5 Author: Behdad Esfahbod -Date: Thu Aug 23 21:23:41 2012 -0400 +Date: Thu Aug 23 21:23:41 2012 -0400 [icu-le] Start adding a icu-layout-engine backend Import PortableFontInstance and add shaper stub. - configure.ac | 9 + - src/Makefile.am | 8 + - src/hb-icu-le.cc | 111 ++++++++ - src/hb-icu-le/FontTableCache.cpp | 91 +++++++ - src/hb-icu-le/FontTableCache.h | 41 +++ - src/hb-icu-le/Makefile.am | 25 ++ + configure.ac | 9 + + src/Makefile.am | 8 + + src/hb-icu-le.cc | 111 ++++++++ + src/hb-icu-le/FontTableCache.cpp | 91 +++++++ + src/hb-icu-le/FontTableCache.h | 41 +++ + src/hb-icu-le/Makefile.am | 25 ++ src/hb-icu-le/PortableFontInstance.cpp | 436 ++++++++++++++++++++++++++++++++ - src/hb-icu-le/PortableFontInstance.h | 117 +++++++++ - src/hb-icu-le/README | 2 + - src/hb-icu-le/cmaps.cpp | 200 +++++++++++++++ - src/hb-icu-le/cmaps.h | 85 +++++++ - src/hb-icu-le/letest.h | 49 ++++ - src/hb-icu-le/license.html | 51 ++++ - src/hb-icu-le/sfnt.h | 449 + src/hb-icu-le/PortableFontInstance.h | 117 +++++++++ + src/hb-icu-le/README | 2 + + src/hb-icu-le/cmaps.cpp | 200 +++++++++++++++ + src/hb-icu-le/cmaps.h | 85 +++++++ + src/hb-icu-le/letest.h | 49 ++++ + src/hb-icu-le/license.html | 51 ++++ + src/hb-icu-le/sfnt.h | 449 +++++++++++++++++++++++++++++++++ 14 files changed, 1674 insertions(+) commit b5584ee4be46b47e1678acf28426970a6d670b4f Author: Behdad Esfahbod -Date: Thu Aug 23 16:26:07 2012 -0400 +Date: Thu Aug 23 16:26:07 2012 -0400 [Indic] For old-spec, match non-zero context @@ -23814,24 +27188,24 @@ Date: Thu Aug 23 16:26:07 2012 -0400 commit d9b204d3d24cde165167714728bf380267903d6a Author: Behdad Esfahbod -Date: Thu Aug 23 16:22:28 2012 -0400 +Date: Thu Aug 23 16:22:28 2012 -0400 [GSUB] Allow non-zero-context matching in would_apply() To be used in the next patch. src/hb-ot-layout-gsubgpos-private.hh | 6 ++++-- - src/hb-ot-layout-private.hh | 3 ++- - src/hb-ot-layout.cc | 14 ++++++++------ - src/hb-ot-layout.h | 7 ++++--- - src/hb-ot-map.cc | 12 ++---------- + src/hb-ot-layout-private.hh | 3 ++- + src/hb-ot-layout.cc | 14 ++++++++------ + src/hb-ot-layout.h | 7 ++++--- + src/hb-ot-map.cc | 12 ++---------- src/hb-ot-shape-complex-indic.cc | 2 +- - src/test-would-substitute.cc | 2 +- + src/test-would-substitute.cc | 2 +- 7 files changed, 22 insertions(+), 24 deletions(-) commit 1f2bb172fe9a173ecfd61054f1fdd850943ef059 Author: Behdad Esfahbod -Date: Thu Aug 23 16:10:37 2012 -0400 +Date: Thu Aug 23 16:10:37 2012 -0400 Revert "[Indic/GSUB] Ignore context when matching would_apply()" @@ -23846,7 +27220,7 @@ Date: Thu Aug 23 16:10:37 2012 -0400 commit 24dd4e56743c6ce5e01cb710ca9e01b3e527af58 Author: Behdad Esfahbod -Date: Thu Aug 23 15:47:10 2012 -0400 +Date: Thu Aug 23 15:47:10 2012 -0400 [Indic/GSUB] Ignore context when matching would_apply() @@ -23884,7 +27258,7 @@ Date: Thu Aug 23 15:47:10 2012 -0400 commit 6732d62e78b13842ead9549c97bede25c73976cb Author: Behdad Esfahbod -Date: Thu Aug 23 15:19:45 2012 -0400 +Date: Thu Aug 23 15:19:45 2012 -0400 [Indic] Implement pre-base reordering Ra for old-spec Malayalam @@ -23895,7 +27269,7 @@ Date: Thu Aug 23 15:19:45 2012 -0400 commit 80cd92326f8a3f48a7821e720e8ecb2072e73286 Author: Behdad Esfahbod -Date: Thu Aug 23 12:06:14 2012 -0400 +Date: Thu Aug 23 12:06:14 2012 -0400 [Indic] Only apply basic features per-syllable @@ -23932,7 +27306,7 @@ Date: Thu Aug 23 12:06:14 2012 -0400 commit df5d5c68f3a5cab17bf4a429802a1a1a834c3456 Author: Behdad Esfahbod -Date: Thu Aug 23 09:33:30 2012 -0400 +Date: Thu Aug 23 09:33:30 2012 -0400 Whitespace @@ -23941,17 +27315,17 @@ Date: Thu Aug 23 09:33:30 2012 -0400 commit 7fe00d15da20193ca94a8ead9aee60df24074a9e Author: Behdad Esfahbod -Date: Sat Aug 18 13:59:46 2012 -0400 +Date: Sat Aug 18 13:59:46 2012 -0400 Release 0.9.3 - NEWS | 16 ++++++++++++++++ + NEWS | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) commit 7068e534c4ef7ed2eb7ef8e1370fd4a449556ce8 Author: Behdad Esfahbod -Date: Sat Aug 18 13:56:10 2012 -0400 +Date: Sat Aug 18 13:56:10 2012 -0400 Fix ChangeLog generation rule @@ -23960,7 +27334,7 @@ Date: Sat Aug 18 13:56:10 2012 -0400 commit 2f1747ed7d28148807ad07eb8e22db3ab5c54966 Author: Behdad Esfahbod -Date: Thu Aug 16 11:46:46 2012 -0400 +Date: Thu Aug 16 11:46:46 2012 -0400 Add comment @@ -23969,7 +27343,7 @@ Date: Thu Aug 16 11:46:46 2012 -0400 commit bd08d5d126aa878d1dbf7bfd4b1a764c170cd9ad Author: Behdad Esfahbod -Date: Thu Aug 16 11:35:50 2012 -0400 +Date: Thu Aug 16 11:35:50 2012 -0400 [OT] Fix Arabic shaper OOB access @@ -23980,7 +27354,7 @@ Date: Thu Aug 16 11:35:50 2012 -0400 commit b161bfc4f6f2db0edea780b95b798ff7b559cf33 Author: Behdad Esfahbod -Date: Thu Aug 16 08:09:44 2012 -0400 +Date: Thu Aug 16 08:09:44 2012 -0400 [configure] Cleanup check for ICU @@ -23991,7 +27365,7 @@ Date: Thu Aug 16 08:09:44 2012 -0400 commit daf0731865f91da960446928667d4095bde471ea Author: Behdad Esfahbod -Date: Thu Aug 16 07:32:59 2012 -0400 +Date: Thu Aug 16 07:32:59 2012 -0400 [ICU] Fix includes @@ -24002,7 +27376,7 @@ Date: Thu Aug 16 07:32:59 2012 -0400 commit a67ba9c0fe6798a3500af9f4acee8d678f5144ee Author: Behdad Esfahbod -Date: Wed Aug 15 18:52:17 2012 -0400 +Date: Wed Aug 15 18:52:17 2012 -0400 Whitespace @@ -24011,7 +27385,7 @@ Date: Wed Aug 15 18:52:17 2012 -0400 commit 9fe76051f7003d6b6a10486c5595bf1a4dbf5fe6 Author: Behdad Esfahbod -Date: Wed Aug 15 17:24:28 2012 -0400 +Date: Wed Aug 15 17:24:28 2012 -0400 [NEWS] Fix date @@ -24022,19 +27396,19 @@ Date: Wed Aug 15 17:24:28 2012 -0400 commit 45c1383cc7315f89c23c0ed388b99e87224884e7 Author: Behdad Esfahbod -Date: Tue Aug 14 09:33:18 2012 -0400 +Date: Tue Aug 14 09:33:18 2012 -0400 Minor - src/hb-coretext.cc | 8 ++++---- + src/hb-coretext.cc | 8 ++++---- src/hb-fallback-shape.cc | 8 ++++---- - src/hb-graphite2.cc | 8 ++++---- - src/hb-uniscribe.cc | 8 ++++---- + src/hb-graphite2.cc | 8 ++++---- + src/hb-uniscribe.cc | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) commit 4ac4c6f2e12ddc8bf5e750671321458218b6e0c8 Author: Behdad Esfahbod -Date: Mon Aug 13 10:52:52 2012 -0400 +Date: Mon Aug 13 10:52:52 2012 -0400 Fix ICU build with older ICUs @@ -24043,7 +27417,7 @@ Date: Mon Aug 13 10:52:52 2012 -0400 commit 883cbf5ed79d2b60191f803a5ee3f3e4496f3441 Author: Behdad Esfahbod -Date: Sun Aug 12 17:11:27 2012 -0400 +Date: Sun Aug 12 17:11:27 2012 -0400 Minor @@ -24052,7 +27426,7 @@ Date: Sun Aug 12 17:11:27 2012 -0400 commit b7a4d37d0b162f2222b65d09b9271b8c636086f8 Author: Behdad Esfahbod -Date: Sat Aug 11 21:32:23 2012 -0400 +Date: Sat Aug 11 21:32:23 2012 -0400 minor @@ -24061,25 +27435,25 @@ Date: Sat Aug 11 21:32:23 2012 -0400 commit d5045a5f4017631a4660f985fe451c5a64c42ca0 Author: Behdad Esfahbod -Date: Sat Aug 11 21:26:25 2012 -0400 +Date: Sat Aug 11 21:26:25 2012 -0400 [ICU] Use new normalizer2 compose/decompose API It's considerably faster than the fallback implementation we had previously! - src/hb-buffer.cc | 9 +++--- - src/hb-glib.cc | 26 +++++++--------- - src/hb-icu.cc | 75 + src/hb-buffer.cc | 9 +++--- + src/hb-glib.cc | 26 +++++++--------- + src/hb-icu.cc | 75 +++++++++++++++++++++++++++++++++++++---------- src/hb-unicode-private.hh | 13 ++------ - src/hb-unicode.cc | 35 ++++++++++++++++++++-- - src/hb-warning.cc | 8 ----- + src/hb-unicode.cc | 35 ++++++++++++++++++++-- + src/hb-warning.cc | 8 ----- 6 files changed, 110 insertions(+), 56 deletions(-) commit 2b73a1f112c489c2553743c08dc03cd89f60cb2d Author: Behdad Esfahbod -Date: Sat Aug 11 19:17:54 2012 -0400 +Date: Sat Aug 11 19:17:54 2012 -0400 Add TODO @@ -24088,7 +27462,7 @@ Date: Sat Aug 11 19:17:54 2012 -0400 commit 9f9f04c2229227bb0712166e824157bbbf5cef80 Author: Behdad Esfahbod -Date: Sat Aug 11 18:34:13 2012 -0400 +Date: Sat Aug 11 18:34:13 2012 -0400 [OT] Unbreak Thai shaping and fallback Arabic shaping @@ -24102,12 +27476,12 @@ Date: Sat Aug 11 18:34:13 2012 -0400 src/hb-ot-shape-complex-indic.cc | 1 + src/hb-ot-shape-complex-misc.cc | 12 ++++++----- src/hb-ot-shape-complex-private.hh | 15 +++++++++++--- - src/hb-ot-shape.cc | 3 +++ + src/hb-ot-shape.cc | 3 +++ 5 files changed, 54 insertions(+), 19 deletions(-) commit e9f28a38f54b98fa59f9159ccaaa3be6027e1378 Author: Behdad Esfahbod -Date: Sat Aug 11 18:20:28 2012 -0400 +Date: Sat Aug 11 18:20:28 2012 -0400 [OT] Add shape_plan to Arabic shaper @@ -24117,7 +27491,7 @@ Date: Sat Aug 11 18:20:28 2012 -0400 commit 344cc56698a8c84c4c1a05a71d829e5171aa3a60 Author: Behdad Esfahbod -Date: Sat Aug 11 17:36:23 2012 -0400 +Date: Sat Aug 11 17:36:23 2012 -0400 Add TODO @@ -24126,7 +27500,7 @@ Date: Sat Aug 11 17:36:23 2012 -0400 commit daf13afb0801740dcc7900c4af190e24b80a05c0 Author: Behdad Esfahbod -Date: Fri Aug 10 16:38:44 2012 -0400 +Date: Fri Aug 10 16:38:44 2012 -0400 [OT] Implement fallback mark positioning for "double" combining marks @@ -24135,7 +27509,7 @@ Date: Fri Aug 10 16:38:44 2012 -0400 commit d345313104d9e3c8a8533ccdebd74e0648d0bee3 Author: Behdad Esfahbod -Date: Fri Aug 10 16:34:04 2012 -0400 +Date: Fri Aug 10 16:34:04 2012 -0400 [OT] Fix fallback mark positioning with left-to-right text @@ -24146,7 +27520,7 @@ Date: Fri Aug 10 16:34:04 2012 -0400 commit e297ee4acd6f9d950f8542fc6ad71fd580b69284 Author: Behdad Esfahbod -Date: Fri Aug 10 14:49:37 2012 -0400 +Date: Fri Aug 10 14:49:37 2012 -0400 Bump version to 0.9.2 @@ -24155,7 +27529,7 @@ Date: Fri Aug 10 14:49:37 2012 -0400 AUTHORS | 8 ++++ COPYING | 9 ++-- Makefile.am | 13 +++--- - NEWS | 136 + NEWS | 136 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ THANKS | 7 +++ configure.ac | 4 +- @@ -24163,7 +27537,7 @@ Date: Fri Aug 10 14:49:37 2012 -0400 commit 6efe1200b97cefe019857b0b5951a4a87deeb02b Author: Behdad Esfahbod -Date: Fri Aug 10 13:49:32 2012 -0400 +Date: Fri Aug 10 13:49:32 2012 -0400 Bump version to 0.9.1 @@ -24172,13 +27546,13 @@ Date: Fri Aug 10 13:49:32 2012 -0400 commit 206ab6057303273590a3d005660e075bdcee0f5f Author: Behdad Esfahbod -Date: Fri Aug 10 09:06:30 2012 -0400 +Date: Fri Aug 10 09:06:30 2012 -0400 [test] Move around - test/shaping/texts/in-tree/shaper-arabic/script-arabic/MANIFEST | + test/shaping/texts/in-tree/shaper-arabic/script-arabic/MANIFEST | 2 +- - .../texts/in-tree/shaper-arabic/script-arabic/language-urdu/MANIFEST | + .../texts/in-tree/shaper-arabic/script-arabic/language-urdu/MANIFEST | 1 + .../shaper-arabic/script-arabic/{ => language-urdu}/crulp/MANIFEST | 0 @@ -24200,7 +27574,7 @@ Date: Fri Aug 10 09:06:30 2012 -0400 | 0 .../script-arabic/{ => language-urdu}/crulp/ligatures/MANIFEST | 0 - .../script-arabic/{ => language-urdu}/crulp/ligatures/README | + .../script-arabic/{ => language-urdu}/crulp/ligatures/README | 0 .../script-arabic/{ => language-urdu}/crulp/ligatures/SOURCES | 0 @@ -24208,34 +27582,34 @@ Date: Fri Aug 10 09:06:30 2012 -0400 commit 7a484c601e0958533eb85a6902296733c39537fe Author: Behdad Esfahbod -Date: Fri Aug 10 09:05:29 2012 -0400 +Date: Fri Aug 10 09:05:29 2012 -0400 [test] Add Urdu ligature sequences from CRULP - .../in-tree/shaper-arabic/script-arabic/MANIFEST | 1 + - .../shaper-arabic/script-arabic/crulp/MANIFEST | 1 + - .../script-arabic/crulp/ligatures/2grams.txt | 601 ++ - .../script-arabic/crulp/ligatures/3grams.txt | 3415 +++++++++++ - .../script-arabic/crulp/ligatures/4grams.txt | 6316 + .../in-tree/shaper-arabic/script-arabic/MANIFEST | 1 + + .../shaper-arabic/script-arabic/crulp/MANIFEST | 1 + + .../script-arabic/crulp/ligatures/2grams.txt | 601 ++ + .../script-arabic/crulp/ligatures/3grams.txt | 3415 +++++++++++ + .../script-arabic/crulp/ligatures/4grams.txt | 6316 ++++++++++++++++++++ - .../script-arabic/crulp/ligatures/5grams.txt | 5029 + .../script-arabic/crulp/ligatures/5grams.txt | 5029 ++++++++++++++++ - .../script-arabic/crulp/ligatures/6grams.txt | 1542 +++++ - .../script-arabic/crulp/ligatures/7grams.txt | 354 ++ - .../script-arabic/crulp/ligatures/8grams.txt | 26 + - .../script-arabic/crulp/ligatures/LICENSE | 3 + - .../script-arabic/crulp/ligatures/MANIFEST | 7 + - .../script-arabic/crulp/ligatures/README | 16 + - .../script-arabic/crulp/ligatures/SOURCES | 4 + + .../script-arabic/crulp/ligatures/6grams.txt | 1542 +++++ + .../script-arabic/crulp/ligatures/7grams.txt | 354 ++ + .../script-arabic/crulp/ligatures/8grams.txt | 26 + + .../script-arabic/crulp/ligatures/LICENSE | 3 + + .../script-arabic/crulp/ligatures/MANIFEST | 7 + + .../script-arabic/crulp/ligatures/README | 16 + + .../script-arabic/crulp/ligatures/SOURCES | 4 + 13 files changed, 17315 insertions(+) commit f4cb4762986a28634fa7de9b706f9d37859b881e Author: Behdad Esfahbod -Date: Fri Aug 10 03:51:44 2012 -0400 +Date: Fri Aug 10 03:51:44 2012 -0400 [OT] Slightly adjust normalizer - The change is very subtle. If we have a single-char cluster that + The change is very subtle. If we have a single-char cluster that decomposes to three or more characters, then try recomposition, in case the farther mark may compose with the base. @@ -24245,17 +27619,17 @@ Date: Fri Aug 10 03:51:44 2012 -0400 commit 07d682806349aee81f53114778ce0beb23909ed7 Author: Behdad Esfahbod -Date: Fri Aug 10 03:28:50 2012 -0400 +Date: Fri Aug 10 03:28:50 2012 -0400 Minor src/hb-ot-shape-normalize.cc | 25 ++++++++----------------- - src/hb-ot-shape.cc | 2 +- + src/hb-ot-shape.cc | 2 +- 2 files changed, 9 insertions(+), 18 deletions(-) commit b00321ea78793d9b3592b5173a9800e6322424fe Author: Behdad Esfahbod -Date: Thu Aug 9 22:33:32 2012 -0400 +Date: Thu Aug 9 22:33:32 2012 -0400 [OT] Avoid calling get_glyph() twice @@ -24264,14 +27638,14 @@ Date: Thu Aug 9 22:33:32 2012 -0400 observable in simple text, like ASCII. src/hb-ot-shape-normalize-private.hh | 2 + - src/hb-ot-shape-normalize.cc | 76 + src/hb-ot-shape-normalize.cc | 76 +++++++++++++++++++++++++----------- - src/hb-ot-shape.cc | 44 ++++++++++----------- + src/hb-ot-shape.cc | 44 ++++++++++----------- 3 files changed, 77 insertions(+), 45 deletions(-) commit 12c0875eafa4bd92db650e5acca046d99594d1e6 Author: Behdad Esfahbod -Date: Thu Aug 9 22:00:53 2012 -0400 +Date: Thu Aug 9 22:00:53 2012 -0400 [OT] Remove redundant check @@ -24280,7 +27654,7 @@ Date: Thu Aug 9 22:00:53 2012 -0400 commit 5c60b70c89b4e0a6512d9fd1ab5394dd76feb742 Author: Behdad Esfahbod -Date: Thu Aug 9 21:58:07 2012 -0400 +Date: Thu Aug 9 21:58:07 2012 -0400 [OT] More code shuffling around @@ -24292,22 +27666,22 @@ Date: Thu Aug 9 21:58:07 2012 -0400 commit cd0c6e148f6d078b364370cb2f808b793b921be2 Author: Behdad Esfahbod -Date: Thu Aug 9 21:48:55 2012 -0400 +Date: Thu Aug 9 21:48:55 2012 -0400 Shuffle buffer variable allocations around To room for more allocations, coming. - src/hb-ot-layout-private.hh | 6 +++--- - src/hb-ot-shape-complex-arabic.cc | 2 +- + src/hb-ot-layout-private.hh | 6 +++--- + src/hb-ot-shape-complex-arabic.cc | 2 +- src/hb-ot-shape-complex-indic-private.hh | 4 ++-- - src/hb-ot-shape-complex-private.hh | 5 ++--- - src/hb-ot-shape-private.hh | 4 ++-- + src/hb-ot-shape-complex-private.hh | 5 ++--- + src/hb-ot-shape-private.hh | 4 ++-- 5 files changed, 10 insertions(+), 11 deletions(-) commit 8d1eef3f32fb539de2a72804fa3834acc18daab5 Author: Behdad Esfahbod -Date: Thu Aug 9 21:31:52 2012 -0400 +Date: Thu Aug 9 21:31:52 2012 -0400 Minor @@ -24317,19 +27691,19 @@ Date: Thu Aug 9 21:31:52 2012 -0400 commit 56c9e7c004e802ddcb8c704346026f1d7a812f9f Author: Behdad Esfahbod -Date: Thu Aug 9 21:12:30 2012 -0400 +Date: Thu Aug 9 21:12:30 2012 -0400 Fill out combining class resetting for fallback shaping Thai/Lao/Tibetan src/hb-ot-shape-fallback.cc | 38 +++++++++++++++++++++++++++++++++++++- - src/hb-unicode-private.hh | 7 ++++--- - src/hb-unicode.cc | 2 +- + src/hb-unicode-private.hh | 7 ++++--- + src/hb-unicode.cc | 2 +- 3 files changed, 42 insertions(+), 5 deletions(-) commit a321e1d51e0e7fa02738410e8d6e77c841bc6b13 Author: Behdad Esfahbod -Date: Thu Aug 9 18:30:34 2012 -0400 +Date: Thu Aug 9 18:30:34 2012 -0400 Revert "Reject lookups with no subTable" @@ -24342,7 +27716,7 @@ Date: Thu Aug 9 18:30:34 2012 -0400 commit 2eaf482b371034ce6ebfaedee98049b036fd3493 Author: Behdad Esfahbod -Date: Thu Aug 9 18:30:05 2012 -0400 +Date: Thu Aug 9 18:30:05 2012 -0400 Revert "[GSUB/GPOS] Reject Context/ChainContext lookups with zero input" @@ -24358,44 +27732,44 @@ Date: Thu Aug 9 18:30:05 2012 -0400 commit a02d86484be870615297abfc7be9f94645434762 Author: Behdad Esfahbod -Date: Wed Aug 8 18:04:29 2012 -0400 +Date: Wed Aug 8 18:04:29 2012 -0400 Add check-exported-symbols.sh And misc linking fixes. - src/Makefile.am | 1 + - src/check-exported-symbols.sh | 40 + src/Makefile.am | 1 + + src/check-exported-symbols.sh | 40 ++++++++++++++++++++++++++++++++++++++++ - src/check-internal-symbols.sh | 2 +- + src/check-internal-symbols.sh | 2 +- src/hb-ot-shape-complex-indic.cc | 2 +- - src/hb-ot-shape.cc | 6 +++--- + src/hb-ot-shape.cc | 6 +++--- 5 files changed, 46 insertions(+), 5 deletions(-) commit 4c8ac4f47e95d2b266b2f64e75c55af8233b6b91 Author: Behdad Esfahbod -Date: Wed Aug 8 17:44:19 2012 -0400 +Date: Wed Aug 8 17:44:19 2012 -0400 Misc minor fixes src/check-internal-symbols.sh | 10 +-- src/hb-font-private.hh | 29 +++++++- - src/hb-font.cc | 63 +++++++--------- - src/hb-font.h | 2 +- - src/hb-graphite2.cc | 4 +- - src/hb-old.cc | 2 +- - src/hb-ot-layout.cc | 6 +- + src/hb-font.cc | 63 +++++++--------- + src/hb-font.h | 2 +- + src/hb-graphite2.cc | 4 +- + src/hb-old.cc | 2 +- + src/hb-ot-layout.cc | 6 +- src/hb-ot-shape-fallback.cc | 10 +-- - src/hb-ot-shape.cc | 2 +- - src/hb-shape-plan.cc | 2 +- - src/hb-shape-plan.h | 2 +- - src/hb-tt-font.cc | 166 + src/hb-ot-shape.cc | 2 +- + src/hb-shape-plan.cc | 2 +- + src/hb-shape-plan.h | 2 +- + src/hb-tt-font.cc | 166 +----------------------------------------- 12 files changed, 72 insertions(+), 226 deletions(-) commit 560d68af8168d1baff607b9616a3590af70fe9ec Author: Behdad Esfahbod -Date: Wed Aug 8 17:16:01 2012 -0400 +Date: Wed Aug 8 17:16:01 2012 -0400 Use a export-file for Windows builds @@ -24403,14 +27777,14 @@ Date: Wed Aug 8 17:16:01 2012 -0400 mingw32. Going to disable that for DLLs again, but hopefully the export-file is doing *something*. - configure.ac | 14 +++++++++++++- + configure.ac | 14 +++++++++++++- src/Makefile.am | 22 +++++++++++++++++++++- src/hb-buffer.h | 4 ++-- 3 files changed, 36 insertions(+), 4 deletions(-) commit f8751cf8e0a16125d63a88da65fdbfa76a19453f Author: Behdad Esfahbod -Date: Wed Aug 8 17:15:44 2012 -0400 +Date: Wed Aug 8 17:15:44 2012 -0400 [hb-old] speed-up build @@ -24419,7 +27793,7 @@ Date: Wed Aug 8 17:15:44 2012 -0400 commit 5f4c52867ce67faa15f5d26b59c18c8d068e9261 Author: Behdad Esfahbod -Date: Wed Aug 8 16:53:37 2012 -0400 +Date: Wed Aug 8 16:53:37 2012 -0400 Minor @@ -24428,7 +27802,7 @@ Date: Wed Aug 8 16:53:37 2012 -0400 commit fe2b8a7777ab1c84980424ede713cb0d6701f987 Author: Behdad Esfahbod -Date: Wed Aug 8 15:27:14 2012 -0400 +Date: Wed Aug 8 15:27:14 2012 -0400 Minor @@ -24437,7 +27811,7 @@ Date: Wed Aug 8 15:27:14 2012 -0400 commit 7e7d245b332306949a19c628bacd920717434769 Author: Behdad Esfahbod -Date: Wed Aug 8 15:23:48 2012 -0400 +Date: Wed Aug 8 15:23:48 2012 -0400 Make default_language threadsafe @@ -24446,7 +27820,7 @@ Date: Wed Aug 8 15:23:48 2012 -0400 commit 06b192c458010c847362d809673209c87ea29949 Author: Behdad Esfahbod -Date: Wed Aug 8 15:23:45 2012 -0400 +Date: Wed Aug 8 15:23:45 2012 -0400 Minor @@ -24455,17 +27829,17 @@ Date: Wed Aug 8 15:23:45 2012 -0400 commit 37191ede7583fdb864db32a8f4d90956657926c7 Author: Behdad Esfahbod -Date: Wed Aug 8 14:59:09 2012 -0400 +Date: Wed Aug 8 14:59:09 2012 -0400 Minor src/hb-common.h | 4 ++-- - src/hb-icu.h | 1 - + src/hb-icu.h | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) commit 6d9a329a8a0f11f4b175e407de59c55924de1ef6 Author: Behdad Esfahbod -Date: Wed Aug 8 14:48:41 2012 -0400 +Date: Wed Aug 8 14:48:41 2012 -0400 Adjust a couple source checks @@ -24475,53 +27849,53 @@ Date: Wed Aug 8 14:48:41 2012 -0400 commit 9c929abdcfef44c0193a2917b20981df37ade21c Author: Behdad Esfahbod -Date: Wed Aug 8 14:33:37 2012 -0400 +Date: Wed Aug 8 14:33:37 2012 -0400 Minor renaming - src/Makefile.am | + src/Makefile.am | 4 ++-- ...sition-fallback-private.hh => hb-ot-shape-fallback-private.hh} | 8 ++++---- src/{hb-ot-shape-position-fallback.cc => hb-ot-shape-fallback.cc} | 4 ++-- - src/hb-ot-shape.cc | + src/hb-ot-shape.cc | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) commit 801298b590effd768607bb532dc83c73ba65d16b Author: Behdad Esfahbod -Date: Wed Aug 8 14:26:36 2012 -0400 +Date: Wed Aug 8 14:26:36 2012 -0400 Fix cast https://bugs.freedesktop.org/show_bug.cgi?id=53233 src/hb-buffer-private.hh | 10 ++++++---- - src/hb-shape-plan.cc | 4 ++-- + src/hb-shape-plan.cc | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) commit 21756934a15e31dc243e2b6d80adec5752477652 Author: Behdad Esfahbod -Date: Wed Aug 8 01:20:45 2012 -0400 +Date: Wed Aug 8 01:20:45 2012 -0400 [OT] Implement fallback positioning Implemented for Arabic, Hebrew, and generic marks. Activated if no GPOS table present. - src/hb-font.h | 3 +- - src/hb-ft.cc | 3 +- - src/hb-old.cc | 2 +- + src/hb-font.h | 3 +- + src/hb-ft.cc | 3 +- + src/hb-old.cc | 2 +- src/hb-ot-shape-position-fallback.cc | 237 ++++++++++++++++++++++++++++++++++- - src/hb-unicode-private.hh | 81 ++++++++++++ - src/hb-unicode.cc | 107 ++++++---------- + src/hb-unicode-private.hh | 81 ++++++++++++ + src/hb-unicode.cc | 107 ++++++---------- 6 files changed, 356 insertions(+), 77 deletions(-) commit fb56e7628362a73e20f7f0b49fe31e802dc01f4f Author: Behdad Esfahbod -Date: Tue Aug 7 23:44:47 2012 -0400 +Date: Tue Aug 7 23:44:47 2012 -0400 [hb-old] Fix warnings @@ -24530,22 +27904,22 @@ Date: Tue Aug 7 23:44:47 2012 -0400 commit affaf8a0e5aa38e5820455f789eebf916e02eb7b Author: Behdad Esfahbod -Date: Tue Aug 7 22:41:38 2012 -0400 +Date: Tue Aug 7 22:41:38 2012 -0400 [OT] Start adding fallback positioning Used when there is no GPOS. - src/Makefile.am | 2 ++ + src/Makefile.am | 2 ++ src/hb-ot-shape-position-fallback-private.hh | 39 +++++++++++++++++++++++ - src/hb-ot-shape-position-fallback.cc | 47 + src/hb-ot-shape-position-fallback.cc | 47 ++++++++++++++++++++++++++++ - src/hb-ot-shape.cc | 23 +++----------- + src/hb-ot-shape.cc | 23 +++----------- 4 files changed, 93 insertions(+), 18 deletions(-) commit 7e4920fd1577987bf6804f67765e22a84983e057 Author: Behdad Esfahbod -Date: Tue Aug 7 22:32:23 2012 -0400 +Date: Tue Aug 7 22:32:23 2012 -0400 Minor @@ -24554,7 +27928,7 @@ Date: Tue Aug 7 22:32:23 2012 -0400 commit 472f229a63f0d1bb21b02179ef430b7698df8f12 Author: Behdad Esfahbod -Date: Tue Aug 7 22:25:24 2012 -0400 +Date: Tue Aug 7 22:25:24 2012 -0400 [GSUB] Generalize would_apply() @@ -24565,38 +27939,38 @@ Date: Tue Aug 7 22:25:24 2012 -0400 src/hb-ot-layout-gsub-table.hh | 26 ++++++++++++++++++++----- src/hb-ot-layout-gsubgpos-private.hh | 37 ++++++++++++++++++------------------ - src/hb-ot-layout.cc | 3 +-- + src/hb-ot-layout.cc | 3 +-- 3 files changed, 40 insertions(+), 26 deletions(-) commit 6f3a300138f659020c21c3e08b7981c78df5f332 Author: Behdad Esfahbod -Date: Tue Aug 7 22:13:25 2012 -0400 +Date: Tue Aug 7 22:13:25 2012 -0400 Add hb_font_glyph_from/to_string src/hb-font-private.hh | 43 +++++++++++++++++++++++++++++++++++++++++++ - src/hb-font.cc | 24 ++++++++++++++++++++---- - src/hb-font.h | 11 +++++++++++ - src/hb-private.hh | 16 ++++++++++++++++ + src/hb-font.cc | 24 ++++++++++++++++++++---- + src/hb-font.h | 11 +++++++++++ + src/hb-private.hh | 16 ++++++++++++++++ src/test-would-substitute.cc | 11 ++++++++++- - util/options.cc | 2 +- + util/options.cc | 2 +- 6 files changed, 101 insertions(+), 6 deletions(-) commit eb56f6ae96260c5b4bcd4e1dfb7ab733a230f3a8 Author: Behdad Esfahbod -Date: Tue Aug 7 21:44:25 2012 -0400 +Date: Tue Aug 7 21:44:25 2012 -0400 Minor src/hb-mutex-private.hh | 1 + - src/hb-uniscribe.cc | 1 + - src/hb-uniscribe.h | 2 ++ + src/hb-uniscribe.cc | 1 + + src/hb-uniscribe.h | 2 ++ 3 files changed, 4 insertions(+) commit f4e48adcdd4315ce09e755f87a0f801d88194f42 Author: Behdad Esfahbod -Date: Tue Aug 7 21:12:49 2012 -0400 +Date: Tue Aug 7 21:12:49 2012 -0400 [OT] Apply 'rclt' feature in horizontal mode @@ -24609,7 +27983,7 @@ Date: Tue Aug 7 21:12:49 2012 -0400 commit b1914b8bd08ecdea79930dda7e3bb2ae9e6134a1 Author: Behdad Esfahbod -Date: Tue Aug 7 16:57:48 2012 -0400 +Date: Tue Aug 7 16:57:48 2012 -0400 Fix warnings @@ -24618,7 +27992,7 @@ Date: Tue Aug 7 16:57:48 2012 -0400 commit 0f8881d6bbf6cd59938315eeff9b71cfc736aa4e Author: Behdad Esfahbod -Date: Tue Aug 7 16:57:02 2012 -0400 +Date: Tue Aug 7 16:57:02 2012 -0400 More refactoring @@ -24630,7 +28004,7 @@ Date: Tue Aug 7 16:57:02 2012 -0400 commit 428dfcab6634ff264570a0a5d715efb8048c3db5 Author: Behdad Esfahbod -Date: Tue Aug 7 16:51:48 2012 -0400 +Date: Tue Aug 7 16:51:48 2012 -0400 Minor refactoring @@ -24639,7 +28013,7 @@ Date: Tue Aug 7 16:51:48 2012 -0400 commit 61f41849af6ff9edf8b55cf9610066d1bfb4a8df Author: Behdad Esfahbod -Date: Tue Aug 7 16:45:27 2012 -0400 +Date: Tue Aug 7 16:45:27 2012 -0400 Add Hebrew presentation forms shaping @@ -24651,7 +28025,7 @@ Date: Tue Aug 7 16:45:27 2012 -0400 commit 32d71dc13317b322e2c5de00d767b2cb15fddd8b Author: Behdad Esfahbod -Date: Tue Aug 7 14:11:16 2012 -0400 +Date: Tue Aug 7 14:11:16 2012 -0400 [Graphite] Minor @@ -24661,7 +28035,7 @@ Date: Tue Aug 7 14:11:16 2012 -0400 commit 030ac5022e8a43b9329c26e72527bafc582ef44b Author: Behdad Esfahbod -Date: Tue Aug 7 13:01:12 2012 -0400 +Date: Tue Aug 7 13:01:12 2012 -0400 Remove enum trailing comma @@ -24672,7 +28046,7 @@ Date: Tue Aug 7 13:01:12 2012 -0400 commit 368b4e7649f9bc8c6bebf7c7ff03c9b9ec425a25 Author: Behdad Esfahbod -Date: Mon Aug 6 23:06:04 2012 -0400 +Date: Mon Aug 6 23:06:04 2012 -0400 Minor @@ -24681,18 +28055,18 @@ Date: Mon Aug 6 23:06:04 2012 -0400 commit ade7459ea7c75b4f33f7cfa43dd5bdfa0c18d6d5 Author: Behdad Esfahbod -Date: Mon Aug 6 19:42:47 2012 -0700 +Date: Mon Aug 6 19:42:47 2012 -0700 [util] Fix leaks src/hb-graphite2.cc | 18 ++++++++++++++---- - util/options.cc | 2 +- - util/options.hh | 2 +- + util/options.cc | 2 +- + util/options.hh | 2 +- 3 files changed, 16 insertions(+), 6 deletions(-) commit 2fef993460dcfd94c92ab35413bdde18ad2b0ceb Author: Behdad Esfahbod -Date: Mon Aug 6 19:35:04 2012 -0700 +Date: Mon Aug 6 19:35:04 2012 -0700 [Graphite] Fix graphite2 backend with RTL text @@ -24703,7 +28077,7 @@ Date: Mon Aug 6 19:35:04 2012 -0700 commit e4992e13e19877a73ea05fc1d31005a262c685ad Author: Behdad Esfahbod -Date: Mon Aug 6 19:25:39 2012 -0700 +Date: Mon Aug 6 19:25:39 2012 -0700 [Graphite] Port graphite2 backend to new shaper infrastructure @@ -24715,7 +28089,7 @@ Date: Mon Aug 6 19:25:39 2012 -0700 commit 66591ececfba9791de06c814f5f30131e95e5fd2 Author: Behdad Esfahbod -Date: Mon Aug 6 17:07:19 2012 -0700 +Date: Mon Aug 6 17:07:19 2012 -0700 Remove unnecessary lifecycle bits @@ -24727,7 +28101,7 @@ Date: Mon Aug 6 17:07:19 2012 -0700 commit e3320ecc1b5a7eaccc7c9370b2d1b76850f054be Author: Behdad Esfahbod -Date: Mon Aug 6 11:44:10 2012 -0700 +Date: Mon Aug 6 11:44:10 2012 -0700 Fix compiler warnings @@ -24736,7 +28110,7 @@ Date: Mon Aug 6 11:44:10 2012 -0700 commit 167b625d988b74572d6b2f646c285b666b650d49 Author: Behdad Esfahbod -Date: Sun Aug 5 21:16:26 2012 -0700 +Date: Sun Aug 5 21:16:26 2012 -0700 [Indic] Minor, move 'blwf' after 'half' @@ -24748,7 +28122,7 @@ Date: Sun Aug 5 21:16:26 2012 -0700 commit 048e3b596fb7fccd3fb5f48de98b6b67788f774a Author: Behdad Esfahbod -Date: Sat Aug 4 18:04:57 2012 -0700 +Date: Sat Aug 4 18:04:57 2012 -0700 Speed up hb_set_digest_lowest_bits_t calcs @@ -24757,7 +28131,7 @@ Date: Sat Aug 4 18:04:57 2012 -0700 commit 3d1b66a35e1ab3be19335705f310b278d76d66d2 Author: Behdad Esfahbod -Date: Sat Aug 4 17:42:28 2012 -0700 +Date: Sat Aug 4 17:42:28 2012 -0700 Speed up hb_set_digest_common_bits_t calcs @@ -24766,7 +28140,7 @@ Date: Sat Aug 4 17:42:28 2012 -0700 commit bdc48a879a1900138d8caaa8d90fb9fe1e768d1d Author: Behdad Esfahbod -Date: Sat Aug 4 17:08:38 2012 -0700 +Date: Sat Aug 4 17:08:38 2012 -0700 Enlarge glyph_name buffer @@ -24778,19 +28152,19 @@ Date: Sat Aug 4 17:08:38 2012 -0700 commit 25326c2359b0a3e25222b94acd142bc36eff78a4 Author: Behdad Esfahbod -Date: Sat Aug 4 16:43:18 2012 -0700 +Date: Sat Aug 4 16:43:18 2012 -0700 Rewrite ARRAY_LENGTH as a template function Such it wouldn't apply to pointers accidentally. src/hb-ot-shape-complex-arabic-table.hh | 4 ++-- - src/hb-private.hh | 9 ++++++--- + src/hb-private.hh | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) commit 8ba8042821e4581fe4e87419e58c823520441205 Author: Behdad Esfahbod -Date: Fri Aug 3 18:54:54 2012 -0700 +Date: Fri Aug 3 18:54:54 2012 -0700 [Indic] Fix consonant position font lookup logic @@ -24802,7 +28176,7 @@ Date: Fri Aug 3 18:54:54 2012 -0700 commit abd0c05f1f7f0546593bb2f1c4d59db12cb32e46 Author: Behdad Esfahbod -Date: Fri Aug 3 18:45:05 2012 -0700 +Date: Fri Aug 3 18:45:05 2012 -0700 Minor @@ -24811,7 +28185,7 @@ Date: Fri Aug 3 18:45:05 2012 -0700 commit 46ee108ef80f5d4675899862698a8c34d8fcfab5 Author: Behdad Esfahbod -Date: Fri Aug 3 18:21:13 2012 -0700 +Date: Fri Aug 3 18:21:13 2012 -0700 Fix leak @@ -24820,7 +28194,7 @@ Date: Fri Aug 3 18:21:13 2012 -0700 commit 71baea0062da4d7f143d62da38492a0813814e49 Author: Behdad Esfahbod -Date: Fri Aug 3 17:40:07 2012 -0700 +Date: Fri Aug 3 17:40:07 2012 -0700 [OT] Use general-category, not GDEF class, to decide to zero mark advances @@ -24837,43 +28211,43 @@ Date: Fri Aug 3 17:40:07 2012 -0700 commit 3a7e137a68ec8f723dc3afa89c918ca2df7ff6bf Author: Behdad Esfahbod -Date: Fri Aug 3 17:23:40 2012 -0700 +Date: Fri Aug 3 17:23:40 2012 -0700 Dn't use gint src/hb-glib.cc | 4 ++-- - src/hb-icu.cc | 2 +- + src/hb-icu.cc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit 11b0e20ba42bf0b17133c3e1087732802bb4f230 Author: Behdad Esfahbod -Date: Thu Aug 2 14:21:40 2012 -0400 +Date: Thu Aug 2 14:21:40 2012 -0400 [Indic] Add per-script configuration tables This concludes the Indic shape_plan work. May do for Arabic also... src/hb-ot-shape-complex-indic-private.hh | 16 +- - src/hb-ot-shape-complex-indic.cc | 309 + src/hb-ot-shape-complex-indic.cc | 309 +++++++++++++++---------------- 2 files changed, 159 insertions(+), 166 deletions(-) commit 85fc6c483f6d734febbe39270e84701a651f01f1 Author: Behdad Esfahbod -Date: Thu Aug 2 12:21:44 2012 -0400 +Date: Thu Aug 2 12:21:44 2012 -0400 [Indic] Move more stuff to the shape_plan Almost done. Need to add per-script static tables. src/hb-ot-shape-complex-indic-machine.rl | 4 +- - src/hb-ot-shape-complex-indic.cc | 216 + src/hb-ot-shape-complex-indic.cc | 216 ++++++++++++++++--------------- 2 files changed, 116 insertions(+), 104 deletions(-) commit 914ffaa40fcca020f65bacdd709421e9047afd83 Author: Behdad Esfahbod -Date: Thu Aug 2 11:03:39 2012 -0400 +Date: Thu Aug 2 11:03:39 2012 -0400 [Indic] Move more repeated work into shape_plan @@ -24883,51 +28257,51 @@ Date: Thu Aug 2 11:03:39 2012 -0400 commit a8c6da90f4c6e8d27a3a1b758a55476776d9f750 Author: Behdad Esfahbod -Date: Thu Aug 2 10:46:34 2012 -0400 +Date: Thu Aug 2 10:46:34 2012 -0400 [OT] Add per-complex-shaper shape_plan data Hookup some Indic data to it. More to come. - src/hb-ot-shape-complex-arabic.cc | 2 + + src/hb-ot-shape-complex-arabic.cc | 2 + src/hb-ot-shape-complex-indic.cc | 128 ++++++++++++++++++++++--------------- - src/hb-ot-shape-complex-misc.cc | 4 ++ + src/hb-ot-shape-complex-misc.cc | 4 ++ src/hb-ot-shape-complex-private.hh | 16 ++++- - src/hb-ot-shape-private.hh | 1 + - src/hb-ot-shape.cc | 23 +++++-- + src/hb-ot-shape-private.hh | 1 + + src/hb-ot-shape.cc | 23 +++++-- 6 files changed, 113 insertions(+), 61 deletions(-) commit 8bb5deba9630d35878eb6edb4643ecfabf99f15f Author: Behdad Esfahbod -Date: Thu Aug 2 10:07:58 2012 -0400 +Date: Thu Aug 2 10:07:58 2012 -0400 [OT] Pipe shape_plan down to pause_callbacks - src/hb-ot-map-private.hh | 8 ++--- - src/hb-ot-map.cc | 11 ++++--- + src/hb-ot-map-private.hh | 8 ++--- + src/hb-ot-map.cc | 11 ++++--- src/hb-ot-shape-complex-indic-machine.rl | 4 +-- - src/hb-ot-shape-complex-indic.cc | 50 + src/hb-ot-shape-complex-indic.cc | 50 +++++++++++++++----------------- - src/hb-ot-shape-private.hh | 6 ++++ - src/hb-ot-shape.cc | 28 ++++++++++-------- + src/hb-ot-shape-private.hh | 6 ++++ + src/hb-ot-shape.cc | 28 ++++++++++-------- 6 files changed, 57 insertions(+), 50 deletions(-) commit 3e38c0f2886c38d2f0a9d80a97a36edf2479d2c7 Author: Behdad Esfahbod -Date: Thu Aug 2 09:44:18 2012 -0400 +Date: Thu Aug 2 09:44:18 2012 -0400 More massaging - src/hb-ot-map-private.hh | 20 ++++++++------------ - src/hb-ot-map.cc | 17 ++++++++--------- + src/hb-ot-map-private.hh | 20 ++++++++------------ + src/hb-ot-map.cc | 17 ++++++++--------- src/hb-ot-shape-complex-arabic.cc | 8 ++++---- src/hb-ot-shape-complex-indic.cc | 18 +++++++----------- 4 files changed, 27 insertions(+), 36 deletions(-) commit 16c6a27b4bffc19026944c7bea9cf0a3a8ff1d8f Author: Behdad Esfahbod -Date: Thu Aug 2 09:38:28 2012 -0400 +Date: Thu Aug 2 09:38:28 2012 -0400 [OT] Port complex_shaper to planner/plan @@ -24935,26 +28309,26 @@ Date: Thu Aug 2 09:38:28 2012 -0400 src/hb-ot-shape-complex-indic.cc | 19 ++++++++----------- src/hb-ot-shape-complex-misc.cc | 20 ++++++++------------ src/hb-ot-shape-complex-private.hh | 32 +++++++++++--------------------- - src/hb-ot-shape-private.hh | 14 +++++++++++--- - src/hb-ot-shape.cc | 9 +++++---- + src/hb-ot-shape-private.hh | 14 +++++++++++--- + src/hb-ot-shape.cc | 9 +++++---- 6 files changed, 51 insertions(+), 60 deletions(-) commit 5393e3a62ba09fd7bcf3767b36225c8f49badb9d Author: Behdad Esfahbod -Date: Thu Aug 2 09:24:35 2012 -0400 +Date: Thu Aug 2 09:24:35 2012 -0400 [OT] Minor refactoring - src/hb-ot-map.cc | 4 ---- + src/hb-ot-map.cc | 4 ---- src/hb-ot-shape-private.hh | 26 ++++++++++++++++++++++++++ - src/hb-ot-shape.cc | 26 ++------------------------ - src/hb-shape-plan.cc | 2 ++ - src/hb-shape.cc | 2 -- + src/hb-ot-shape.cc | 26 ++------------------------ + src/hb-shape-plan.cc | 2 ++ + src/hb-shape.cc | 2 -- 5 files changed, 30 insertions(+), 30 deletions(-) commit 24eacf17c801c66a2d466e8ae02b73f501a26b25 Author: Behdad Esfahbod -Date: Thu Aug 2 08:42:11 2012 -0400 +Date: Thu Aug 2 08:42:11 2012 -0400 [Indic] Move consonant-position-setting into initial_reordering() @@ -24964,7 +28338,7 @@ Date: Thu Aug 2 08:42:11 2012 -0400 commit afbcc24be01a64bdb5c05c63880269145fa1d3c8 Author: Behdad Esfahbod -Date: Thu Aug 2 08:36:40 2012 -0400 +Date: Thu Aug 2 08:36:40 2012 -0400 [GSUB] Wire the font, not just the face, down to substitute() @@ -24975,17 +28349,17 @@ Date: Thu Aug 2 08:36:40 2012 -0400 src/hb-ot-layout-gsub-table.hh | 13 +++++-------- src/hb-ot-layout-gsubgpos-private.hh | 7 ++----- - src/hb-ot-layout-private.hh | 6 +++--- - src/hb-ot-layout.cc | 18 +++++++++--------- - src/hb-ot-map-private.hh | 15 ++++++--------- - src/hb-ot-map.cc | 8 ++++---- + src/hb-ot-layout-private.hh | 6 +++--- + src/hb-ot-layout.cc | 18 +++++++++--------- + src/hb-ot-map-private.hh | 15 ++++++--------- + src/hb-ot-map.cc | 8 ++++---- src/hb-ot-shape-complex-indic.cc | 8 ++++---- - src/hb-ot-shape.cc | 6 +++--- + src/hb-ot-shape.cc | 6 +++--- 8 files changed, 36 insertions(+), 45 deletions(-) commit b0e6a26a10ccca70ebc88a9e158a89ccfab0add5 Author: Behdad Esfahbod -Date: Thu Aug 2 08:11:14 2012 -0400 +Date: Thu Aug 2 08:11:14 2012 -0400 [OT] Hide some API @@ -24993,14 +28367,14 @@ Date: Thu Aug 2 08:11:14 2012 -0400 days. src/hb-ot-layout-private.hh | 40 ++++++++++++++++++++++++++++++++-------- - src/hb-ot-layout.cc | 20 -------------------- - src/hb-ot-layout.h | 34 ---------------------------------- - src/hb-ot-map.cc | 8 ++++---- + src/hb-ot-layout.cc | 20 -------------------- + src/hb-ot-layout.h | 34 ---------------------------------- + src/hb-ot-map.cc | 8 ++++---- 4 files changed, 36 insertions(+), 66 deletions(-) commit 305246744ed178f116e01498b7f9d1af6950ca30 Author: Behdad Esfahbod -Date: Thu Aug 2 08:08:04 2012 -0400 +Date: Thu Aug 2 08:08:04 2012 -0400 Minor @@ -25009,7 +28383,7 @@ Date: Thu Aug 2 08:08:04 2012 -0400 commit 8ef3d53255ae9fbb0e46c22909e50009d1e7eeb0 Author: Behdad Esfahbod -Date: Thu Aug 2 07:53:18 2012 -0400 +Date: Thu Aug 2 07:53:18 2012 -0400 [Indic] More refactoring of consonant position peeking in the font @@ -25021,7 +28395,7 @@ Date: Thu Aug 2 07:53:18 2012 -0400 commit 3eb6f81fd3f1e56679eec10d08f5e2303121753f Author: Behdad Esfahbod -Date: Thu Aug 2 07:37:46 2012 -0400 +Date: Thu Aug 2 07:37:46 2012 -0400 [Indic] Refactor @@ -25030,13 +28404,13 @@ Date: Thu Aug 2 07:37:46 2012 -0400 src/hb-ot-shape-complex-indic-private.hh | 210 ++++++++++++++++++++++++++++ - src/hb-ot-shape-complex-indic.cc | 227 + src/hb-ot-shape-complex-indic.cc | 227 ++----------------------------- 2 files changed, 218 insertions(+), 219 deletions(-) commit 3614ba242fc7d338761acdda365a134706035b6d Author: Behdad Esfahbod -Date: Thu Aug 2 07:13:55 2012 -0400 +Date: Thu Aug 2 07:13:55 2012 -0400 [Indic] Rename @@ -25046,54 +28420,54 @@ Date: Thu Aug 2 07:13:55 2012 -0400 commit 610e5e8f713bb2a68939b72cb2b801a7aaede4f9 Author: Behdad Esfahbod -Date: Thu Aug 2 05:27:46 2012 -0400 +Date: Thu Aug 2 05:27:46 2012 -0400 [Indic] Streamline feature would_apply() Comes with some 10% speedup for Devanagari even! - src/hb-ot-map-private.hh | 85 + src/hb-ot-map-private.hh | 85 +++++++++++++++++++++++++--------------- - src/hb-ot-map.cc | 18 ++++----- + src/hb-ot-map.cc | 18 ++++----- src/hb-ot-shape-complex-indic.cc | 85 +++++++++++++++++++++++----------------- 3 files changed, 110 insertions(+), 78 deletions(-) commit 1d002048d5afcd45abbb09fdf0419f13b2e2265c Author: Behdad Esfahbod -Date: Thu Aug 2 05:01:11 2012 -0400 +Date: Thu Aug 2 05:01:11 2012 -0400 [Indic] Minor src/hb-ot-shape-complex-indic-private.hh | 16 -------- - src/hb-ot-shape-complex-indic.cc | 64 + src/hb-ot-shape-complex-indic.cc | 64 +++++++++++++++++++++----------- 2 files changed, 43 insertions(+), 37 deletions(-) commit 6f7611375521c6d285a9aa763f2ea5cb44cd0d39 Author: Behdad Esfahbod -Date: Thu Aug 2 04:00:31 2012 -0400 +Date: Thu Aug 2 04:00:31 2012 -0400 [GSUB/GPOS] Check array size before accessing digests - src/hb-ot-layout-private.hh | 3 +++ - src/hb-ot-layout.cc | 32 ++++++++++++++++---------------- + src/hb-ot-layout-private.hh | 3 +++ + src/hb-ot-layout.cc | 32 ++++++++++++++++---------------- 2 files changed, 19 insertions(+), 16 deletions(-) commit 22148b8c4af3ed296d96e969cdd47bac97b32307 Author: Behdad Esfahbod -Date: Thu Aug 2 03:51:51 2012 -0400 +Date: Thu Aug 2 03:51:51 2012 -0400 Use Coverage digests in would_apply src/hb-ot-layout-gsub-table.hh | 1 + src/hb-ot-layout-gsubgpos-private.hh | 6 +++++- - src/hb-ot-layout.cc | 4 ++-- + src/hb-ot-layout.cc | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) commit 6c459c8fef85bc44f45d7b58c28a34abfb2c33fc Author: Behdad Esfahbod -Date: Thu Aug 2 03:45:53 2012 -0400 +Date: Thu Aug 2 03:45:53 2012 -0400 Minor @@ -25104,7 +28478,7 @@ Date: Thu Aug 2 03:45:53 2012 -0400 commit e2b8d75fa6e847ecf5c040f4e1e16a565c5d8aaf Author: Behdad Esfahbod -Date: Wed Aug 1 22:17:48 2012 -0400 +Date: Wed Aug 1 22:17:48 2012 -0400 Use wider set digests on 64-bit archs @@ -25113,7 +28487,7 @@ Date: Wed Aug 1 22:17:48 2012 -0400 commit 0120ce9679aab3ac936aeb18f6709529eef000a4 Author: Behdad Esfahbod -Date: Wed Aug 1 21:56:35 2012 -0400 +Date: Wed Aug 1 21:56:35 2012 -0400 [GSUB/GPOS] Remove unused get_coverage() methods @@ -25123,7 +28497,7 @@ Date: Wed Aug 1 21:56:35 2012 -0400 commit 1336ecdf8e4e9879b96b26ecfbf5c9ba6c49e2b9 Author: Behdad Esfahbod -Date: Wed Aug 1 21:46:36 2012 -0400 +Date: Wed Aug 1 21:46:36 2012 -0400 [GSUB/GPOS] Use Coverage digests as gatekeeper @@ -25138,13 +28512,13 @@ Date: Wed Aug 1 21:46:36 2012 -0400 src/hb-ot-layout-gsub-table.hh | 35 ++++++++++++----------------------- src/hb-ot-layout-gsubgpos-private.hh | 8 ++++++-- - src/hb-ot-layout-private.hh | 4 ++++ - src/hb-ot-layout.cc | 29 +++++++++++++++++++++++++---- + src/hb-ot-layout-private.hh | 4 ++++ + src/hb-ot-layout.cc | 29 +++++++++++++++++++++++++---- 5 files changed, 56 insertions(+), 50 deletions(-) commit a878c58a8fc1500986d713b2bcedfeb90a0087b0 Author: Behdad Esfahbod -Date: Wed Aug 1 21:18:54 2012 -0400 +Date: Wed Aug 1 21:18:54 2012 -0400 [GSUB/GPOS] Add add_coverage() @@ -25154,7 +28528,7 @@ Date: Wed Aug 1 21:18:54 2012 -0400 commit 60a3035ac5ec8227e4cc0e6708732bb139c9e0b8 Author: Behdad Esfahbod -Date: Wed Aug 1 21:06:27 2012 -0400 +Date: Wed Aug 1 21:06:27 2012 -0400 Add hb_set_digest_t @@ -25166,7 +28540,7 @@ Date: Wed Aug 1 21:06:27 2012 -0400 commit c8accf1dd2d92cc4f714393eb0ea46f69bb182a6 Author: Behdad Esfahbod -Date: Wed Aug 1 21:05:57 2012 -0400 +Date: Wed Aug 1 21:05:57 2012 -0400 [OT] Templatize Coverage::add_coverage() @@ -25175,83 +28549,83 @@ Date: Wed Aug 1 21:05:57 2012 -0400 commit 8fbfda920e0b3bb4ab7afb732826026964b79be9 Author: Behdad Esfahbod -Date: Wed Aug 1 19:03:46 2012 -0400 +Date: Wed Aug 1 19:03:46 2012 -0400 Inline font getters - src/hb-fallback-shape.cc | 21 ++-- - src/hb-font-private.hh | 204 + src/hb-fallback-shape.cc | 21 ++-- + src/hb-font-private.hh | 204 ++++++++++++++++++++++++++++++++++++++ - src/hb-font.cc | 129 ++++-------------------- - src/hb-graphite2.cc | 6 +- - src/hb-old.cc | 10 +- + src/hb-font.cc | 129 ++++-------------------- + src/hb-graphite2.cc | 6 +- + src/hb-old.cc | 10 +- src/hb-ot-layout-gdef-table.hh | 2 +- src/hb-ot-layout-gpos-table.hh | 2 +- src/hb-ot-shape-complex-arabic.cc | 4 +- src/hb-ot-shape-complex-indic.cc | 6 +- - src/hb-ot-shape-normalize.cc | 12 +-- - src/hb-ot-shape.cc | 47 +++++---- + src/hb-ot-shape-normalize.cc | 12 +-- + src/hb-ot-shape.cc | 47 +++++---- 11 files changed, 277 insertions(+), 166 deletions(-) commit 6adf417bc15d4524e280b284e3accd1ae647662e Author: Behdad Esfahbod -Date: Wed Aug 1 18:07:42 2012 -0400 +Date: Wed Aug 1 18:07:42 2012 -0400 Use a lookup table for modified_combining_class src/hb-unicode-private.hh | 10 ++- - src/hb-unicode.cc | 213 + src/hb-unicode.cc | 213 +++++++++++++++++++++++++++++++--------------- - src/hb-unicode.h | 4 + + src/hb-unicode.h | 4 + 3 files changed, 157 insertions(+), 70 deletions(-) commit 208f70f0553d73d2908b21b9552298029482a8b9 Author: Behdad Esfahbod -Date: Wed Aug 1 17:13:10 2012 -0400 +Date: Wed Aug 1 17:13:10 2012 -0400 Inline Unicode callbacks internally - src/hb-buffer.cc | 2 +- - src/hb-fallback-shape.cc | 2 +- - src/hb-old.cc | 2 +- + src/hb-buffer.cc | 2 +- + src/hb-fallback-shape.cc | 2 +- + src/hb-old.cc | 2 +- src/hb-ot-shape-complex-misc.cc | 2 +- - src/hb-ot-shape-normalize.cc | 13 +++-- - src/hb-ot-shape-private.hh | 6 +-- - src/hb-ot-shape.cc | 4 +- - src/hb-unicode-private.hh | 112 + src/hb-ot-shape-normalize.cc | 13 +++-- + src/hb-ot-shape-private.hh | 6 +-- + src/hb-ot-shape.cc | 4 +- + src/hb-unicode-private.hh | 112 ++++++++++++++++++++-------------------- - src/hb-unicode.cc | 5 +- + src/hb-unicode.cc | 5 +- 9 files changed, 73 insertions(+), 75 deletions(-) commit 7470315a3e782aa6192bbe64f7a3944266fb1521 Author: Behdad Esfahbod -Date: Wed Aug 1 17:01:59 2012 -0400 +Date: Wed Aug 1 17:01:59 2012 -0400 Move unicode accessors around src/hb-unicode-private.hh | 73 ++++++++++++++++++++++++++++++++++++++++++++++- - src/hb-unicode.cc | 65 ++++------------------------------------- + src/hb-unicode.cc | 65 ++++------------------------------------- 2 files changed, 78 insertions(+), 60 deletions(-) commit 21fdcee00125b6e1c09f0bed3064d16ccd3a7a5d Author: Behdad Esfahbod -Date: Wed Aug 1 16:23:44 2012 -0400 +Date: Wed Aug 1 16:23:44 2012 -0400 Add hb_unicode_combining_class_t - src/hb-common.h | 38 +------------- - src/hb-glib.cc | 4 +- - src/hb-icu.cc | 4 +- + src/hb-common.h | 38 +------------- + src/hb-glib.cc | 4 +- + src/hb-icu.cc | 4 +- src/hb-unicode-private.hh | 2 +- - src/hb-unicode.cc | 11 ++-- - src/hb-unicode.h | 124 + src/hb-unicode.cc | 11 ++-- + src/hb-unicode.h | 124 +++++++++++++++++++++++++++++++++++++++++++++- 6 files changed, 134 insertions(+), 49 deletions(-) commit 84186a64004e5dcd2ce98b564d0e0a09aa5d68b2 Author: Behdad Esfahbod -Date: Wed Aug 1 13:32:39 2012 -0400 +Date: Wed Aug 1 13:32:39 2012 -0400 Add commentary on the compatibility decomposition in the normalizer @@ -25260,20 +28634,20 @@ Date: Wed Aug 1 13:32:39 2012 -0400 commit 0834d952017a04c6f4599e574cb75ecf3ca27d3b Author: Behdad Esfahbod -Date: Wed Aug 1 00:21:09 2012 -0400 +Date: Wed Aug 1 00:21:09 2012 -0400 [hb-old] Adjust mark positioning parameters Fallback mark positioning works now... With hb-ft and hb-view / hb-shape at least. - src/hb-old.cc | 10 +++++----- + src/hb-old.cc | 10 +++++----- src/hb-old/harfbuzz-shaper.cpp | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) commit 4ca743dfb8e09f9fa525061c7f1144d55f72effb Author: Behdad Esfahbod -Date: Wed Aug 1 00:03:41 2012 -0400 +Date: Wed Aug 1 00:03:41 2012 -0400 [old] Implement fontMetrics @@ -25282,7 +28656,7 @@ Date: Wed Aug 1 00:03:41 2012 -0400 commit 1e7d860613032e40a3f90e2caa2ee5ac44ab8c8c Author: Behdad Esfahbod -Date: Tue Jul 31 23:41:06 2012 -0400 +Date: Tue Jul 31 23:41:06 2012 -0400 [GPOS] Adjust mark advance-width zeroing logic @@ -25295,28 +28669,28 @@ Date: Tue Jul 31 23:41:06 2012 -0400 glyph as mark where it shouldn't get zero advance. src/hb-ot-layout-gpos-table.hh | 14 ++++++++------ - src/hb-ot-layout.cc | 4 ++-- - src/hb-ot-layout.h | 3 ++- + src/hb-ot-layout.cc | 4 ++-- + src/hb-ot-layout.h | 3 ++- src/hb-ot-shape-complex-arabic.cc | 2 +- src/hb-ot-shape-complex-indic.cc | 2 +- src/hb-ot-shape-complex-misc.cc | 4 ++-- src/hb-ot-shape-complex-private.hh | 2 +- - src/hb-ot-shape.cc | 6 ++---- + src/hb-ot-shape.cc | 6 ++---- 8 files changed, 19 insertions(+), 18 deletions(-) commit a8842e4a448efb30f3f2f3c628d6dc4824829726 Author: Behdad Esfahbod -Date: Tue Jul 31 23:10:11 2012 -0400 +Date: Tue Jul 31 23:10:11 2012 -0400 Remove some TODO items - TODO | 27 --------------------------- + TODO | 27 --------------------------- src/hb-shape.cc | 2 ++ 2 files changed, 2 insertions(+), 27 deletions(-) commit 2bc3b9a616cedbc56ff4a915f9e3439ff3a6bf13 Author: Behdad Esfahbod -Date: Tue Jul 31 23:08:25 2012 -0400 +Date: Tue Jul 31 23:08:25 2012 -0400 [OT] Zero mark advances if the shaper desires so @@ -25326,22 +28700,22 @@ Date: Tue Jul 31 23:08:25 2012 -0400 src/hb-ot-shape-complex-indic.cc | 1 + src/hb-ot-shape-complex-misc.cc | 2 ++ src/hb-ot-shape-complex-private.hh | 2 ++ - src/hb-ot-shape.cc | 15 +++++++++++++++ + src/hb-ot-shape.cc | 15 +++++++++++++++ 5 files changed, 21 insertions(+) commit 5fecd8b0355894ceda14b3d3c654f20c3d5e77f4 Author: Behdad Esfahbod -Date: Tue Jul 31 22:48:38 2012 -0400 +Date: Tue Jul 31 22:48:38 2012 -0400 [OT] Synthesize glyph classes - TODO | 2 -- + TODO | 2 -- src/hb-ot-shape.cc | 20 ++++++++++++++++++-- 2 files changed, 18 insertions(+), 4 deletions(-) commit 03b09214c073ce37eeb8af5218942c85b2d393df Author: Behdad Esfahbod -Date: Tue Jul 31 22:43:58 2012 -0400 +Date: Tue Jul 31 22:43:58 2012 -0400 [GSUB] Minor @@ -25350,7 +28724,7 @@ Date: Tue Jul 31 22:43:58 2012 -0400 commit f0fc1df8fc949739b68d55948741016081b69c3a Author: Behdad Esfahbod -Date: Tue Jul 31 22:43:32 2012 -0400 +Date: Tue Jul 31 22:43:32 2012 -0400 [hb-old] Implement getGlyphMetrics() @@ -25361,28 +28735,28 @@ Date: Tue Jul 31 22:43:32 2012 -0400 commit 378d279bbf692195c4654e312dae854ab3be04cf Author: Behdad Esfahbod -Date: Tue Jul 31 21:36:16 2012 -0400 +Date: Tue Jul 31 21:36:16 2012 -0400 Implement Unicode compatibility decompositions Based on patch from Philip Withnall. https://bugs.freedesktop.org/show_bug.cgi?id=41095 - src/hb-glib.cc | 30 +++++++++++++++++++++++++ - src/hb-icu.cc | 36 +++++++++++++++++++++++++++++- + src/hb-glib.cc | 30 +++++++++++++++++++++++++ + src/hb-icu.cc | 36 +++++++++++++++++++++++++++++- src/hb-ot-shape-normalize.cc | 53 +++++++++++++++++++++++++++++--------------- src/hb-unicode-private.hh | 1 + - src/hb-unicode.cc | 27 +++++++++++++++++++++- - src/hb-unicode.h | 37 ++++++++++++++++++++++++++++++- - test/api/hb-test.h | 1 + + src/hb-unicode.cc | 27 +++++++++++++++++++++- + src/hb-unicode.h | 37 ++++++++++++++++++++++++++++++- + test/api/hb-test.h | 1 + test/api/test-unicode.c | 50 +++++++++++++++++++++++++++++++++++++++++ 8 files changed, 214 insertions(+), 21 deletions(-) commit 321ec29cc270e7e66a529696b70b2caac553c95f Author: Behdad Esfahbod -Date: Tue Jul 31 21:10:16 2012 -0400 +Date: Tue Jul 31 21:10:16 2012 -0400 Remove unused function @@ -25391,17 +28765,17 @@ Date: Tue Jul 31 21:10:16 2012 -0400 commit 69cc492dc120847ed00cae65ec958593ebf550c5 Author: Behdad Esfahbod -Date: Tue Jul 31 14:51:36 2012 -0400 +Date: Tue Jul 31 14:51:36 2012 -0400 [buffer] Minor src/hb-buffer-private.hh | 3 ++- - src/hb-buffer.cc | 24 ++++++++++++------------ + src/hb-buffer.cc | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 13 deletions(-) commit 693918ef8541014a5ef7dfb91c6ea0ae36d9c368 Author: Behdad Esfahbod -Date: Mon Jul 30 21:08:51 2012 -0400 +Date: Mon Jul 30 21:08:51 2012 -0400 [OT] Streamline complex shaper enumeration @@ -25413,25 +28787,25 @@ Date: Mon Jul 30 21:08:51 2012 -0400 src/hb-ot-shape-complex-private.hh | 179 ++++++++++------------------------- src/hb-ot-shape-normalize-private.hh | 4 +- - src/hb-ot-shape-private.hh | 2 +- - src/hb-ot-shape.cc | 16 ++-- + src/hb-ot-shape-private.hh | 2 +- + src/hb-ot-shape.cc | 16 ++-- 7 files changed, 143 insertions(+), 209 deletions(-) commit c2e42c3db691515f3a458eb4c71fe1e6439d5620 Author: Behdad Esfahbod -Date: Mon Jul 30 19:54:50 2012 -0400 +Date: Mon Jul 30 19:54:50 2012 -0400 Minor src/hb-ot-layout-gpos-table.hh | 2 +- src/hb-ot-layout-gsub-table.hh | 4 ++-- src/hb-ot-layout-gsubgpos-private.hh | 8 ++++---- - src/hb-ot-layout-private.hh | 4 ++-- + src/hb-ot-layout-private.hh | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) commit 03f67bc012f42131b36083a23efc78e1b04b828c Author: Behdad Esfahbod -Date: Mon Jul 30 19:47:53 2012 -0400 +Date: Mon Jul 30 19:47:53 2012 -0400 More refactoring glyph class access @@ -25443,7 +28817,7 @@ Date: Mon Jul 30 19:47:53 2012 -0400 commit 300c7307eb7943ba7416b672345506be1e27c6ba Author: Behdad Esfahbod -Date: Mon Jul 30 19:37:44 2012 -0400 +Date: Mon Jul 30 19:37:44 2012 -0400 [OT] Don't crash if no GDEF available @@ -25452,7 +28826,7 @@ Date: Mon Jul 30 19:37:44 2012 -0400 commit 3dcbdc2125c04c173f29f04922fc031929893f4e Author: Behdad Esfahbod -Date: Mon Jul 30 19:31:17 2012 -0400 +Date: Mon Jul 30 19:31:17 2012 -0400 Minor @@ -25461,7 +28835,7 @@ Date: Mon Jul 30 19:31:17 2012 -0400 commit 05bd1b63426e07d1df7a1b40bf845dc94ab995a8 Author: Behdad Esfahbod -Date: Mon Jul 30 19:30:01 2012 -0400 +Date: Mon Jul 30 19:30:01 2012 -0400 [GSUB/GPOS] Move glyph props matching around @@ -25469,16 +28843,16 @@ Date: Mon Jul 30 19:30:01 2012 -0400 src/hb-ot-layout-gsub-table.hh | 18 +++--- src/hb-ot-layout-gsubgpos-private.hh | 99 +++++++++++++++++++++++++++++---- - src/hb-ot-layout-private.hh | 12 ---- - src/hb-ot-layout.cc | 104 + src/hb-ot-layout-private.hh | 12 ---- + src/hb-ot-layout.cc | 104 +++-------------------------------- - src/hb-ot-layout.h | 12 ++-- - src/hb-ot-shape.cc | 10 ++-- + src/hb-ot-layout.h | 12 ++-- + src/hb-ot-shape.cc | 10 ++-- 7 files changed, 127 insertions(+), 139 deletions(-) commit 2fca1426ca06cabbe8f027f2dc9dee9c27560c76 Author: Behdad Esfahbod -Date: Mon Jul 30 18:46:41 2012 -0400 +Date: Mon Jul 30 18:46:41 2012 -0400 [GSUB] Don't erase glyph classes if GDEF does not have glyph classes @@ -25487,7 +28861,7 @@ Date: Mon Jul 30 18:46:41 2012 -0400 commit fd42257f8c45ff8e036e1c3eb1a788a101be7ead Author: Behdad Esfahbod -Date: Mon Jul 30 18:40:27 2012 -0400 +Date: Mon Jul 30 18:40:27 2012 -0400 Minor @@ -25496,7 +28870,7 @@ Date: Mon Jul 30 18:40:27 2012 -0400 commit 7fbbf86efe675e4c038dfc5985c24bbc544620cd Author: Behdad Esfahbod -Date: Mon Jul 30 18:36:42 2012 -0400 +Date: Mon Jul 30 18:36:42 2012 -0400 [GSUB] Minor @@ -25506,7 +28880,7 @@ Date: Mon Jul 30 18:36:42 2012 -0400 commit 713914d3203109a8e9213f5a1d3b384730703ce9 Author: Behdad Esfahbod -Date: Mon Jul 30 17:54:38 2012 -0400 +Date: Mon Jul 30 17:54:38 2012 -0400 [Uniscribe] Clean up a bit @@ -25515,7 +28889,7 @@ Date: Mon Jul 30 17:54:38 2012 -0400 commit 301168dae77a63ee25adfb26ce2b54a708f83791 Author: Behdad Esfahbod -Date: Mon Jul 30 17:48:04 2012 -0400 +Date: Mon Jul 30 17:48:04 2012 -0400 [CoreText] Port to shape_plan infrastructure @@ -25525,7 +28899,7 @@ Date: Mon Jul 30 17:48:04 2012 -0400 commit 6cdfd14bb19d60ac3d6b20ff611408432254f273 Author: Behdad Esfahbod -Date: Mon Jul 30 17:22:17 2012 -0400 +Date: Mon Jul 30 17:22:17 2012 -0400 Fix build on Mac @@ -25534,7 +28908,7 @@ Date: Mon Jul 30 17:22:17 2012 -0400 commit 7e34601dededd521bcef15111e39293df3d0d13d Author: Behdad Esfahbod -Date: Mon Jul 30 14:53:41 2012 -0400 +Date: Mon Jul 30 14:53:41 2012 -0400 Unbreak Hangul jamo composition @@ -25547,24 +28921,24 @@ Date: Mon Jul 30 14:53:41 2012 -0400 src/hb-ot-shape-complex-indic.cc | 4 +--- src/hb-ot-shape-complex-misc.cc | 12 +++++++++--- src/hb-ot-shape-complex-private.hh | 9 ++++----- - src/hb-ot-shape.cc | 4 +++- + src/hb-ot-shape.cc | 4 +++- 5 files changed, 18 insertions(+), 13 deletions(-) commit 7afb14407e59dfeaa79c33aca1ffa60e7982e349 Author: Behdad Esfahbod -Date: Mon Jul 30 13:54:46 2012 -0400 +Date: Mon Jul 30 13:54:46 2012 -0400 [Indic] Recategorize Telugu length marks - Fixes 8 more Telugu tests. Failures at 15 (0.00154548%). + Fixes 8 more Telugu tests. Failures at 15 (0.00154548%). src/hb-unicode.cc | 8 ++++++++ - src/indic.cc | 11 ++++++++--- + src/indic.cc | 11 ++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) commit 70b3dc327232b20051b36397aa2b196ab8c62397 Author: Behdad Esfahbod -Date: Mon Jul 30 12:40:18 2012 -0400 +Date: Mon Jul 30 12:40:18 2012 -0400 Add Hebrew test @@ -25574,7 +28948,7 @@ Date: Mon Jul 30 12:40:18 2012 -0400 commit f2377155e35c15919af4d7db21b6edc6783146b6 Author: Behdad Esfahbod -Date: Mon Jul 30 10:50:57 2012 -0400 +Date: Mon Jul 30 10:50:57 2012 -0400 [hb-old] Fix misc leaks @@ -25584,12 +28958,12 @@ Date: Mon Jul 30 10:50:57 2012 -0400 Author: Behdad Esfahbod Date: Mon Jul 30 10:50:22 2012 -0400 - Fix misc leaks + Fix misc leaks - https://bugs.freedesktop.org/show_bug.cgi?id=31992 - https://bugs.freedesktop.org/show_bug.cgi?id=31993 - https://bugs.freedesktop.org/show_bug.cgi?id=31994 - https://bugs.freedesktop.org/show_bug.cgi?id=31995 + https://bugs.freedesktop.org/show_bug.cgi?id=31992 + https://bugs.freedesktop.org/show_bug.cgi?id=31993 + https://bugs.freedesktop.org/show_bug.cgi?id=31994 + https://bugs.freedesktop.org/show_bug.cgi?id=31995 src/hb-old/harfbuzz-arabic.c | 12 +++++++++--- src/hb-old/harfbuzz-gpos.c | 6 +++--- @@ -25599,7 +28973,7 @@ Date: Mon Jul 30 10:50:57 2012 -0400 commit 3f4764bb56bb7e42ba8859f1905810bd2f998838 Author: Behdad Esfahbod -Date: Mon Jul 30 10:06:42 2012 -0400 +Date: Mon Jul 30 10:06:42 2012 -0400 Don't lock user_data set during destruction if empty @@ -25608,7 +28982,7 @@ Date: Mon Jul 30 10:06:42 2012 -0400 commit 4ba647eecf0f70917ac4229af1f2dd3c62fcb7d5 Author: Behdad Esfahbod -Date: Mon Jul 30 09:53:06 2012 -0400 +Date: Mon Jul 30 09:53:06 2012 -0400 Fix leak @@ -25617,22 +28991,22 @@ Date: Mon Jul 30 09:53:06 2012 -0400 commit f860366456d9e59b139a940da6d89c3c4fb9e96e Author: Behdad Esfahbod -Date: Mon Jul 30 02:38:39 2012 -0400 +Date: Mon Jul 30 02:38:39 2012 -0400 [OT] Gain back some lost speed - src/hb-ot-layout-private.hh | 27 +++++++++++++++- - src/hb-ot-layout.cc | 63 + src/hb-ot-layout-private.hh | 27 +++++++++++++++- + src/hb-ot-layout.cc | 63 ++++++++++++++++++++++++++++++++++---- - src/hb-ot-map-private.hh | 26 +++------------- - src/hb-ot-map.cc | 35 +++++++++++++++------ + src/hb-ot-map-private.hh | 26 +++------------- + src/hb-ot-map.cc | 35 +++++++++++++++------ src/hb-ot-shape-complex-indic.cc | 2 +- src/hb-ot-shape-complex-private.hh | 5 --- 6 files changed, 114 insertions(+), 44 deletions(-) commit 11f4c87d01924cac43bf40044f67838440e19e42 Author: Behdad Esfahbod -Date: Mon Jul 30 02:36:46 2012 -0400 +Date: Mon Jul 30 02:36:46 2012 -0400 [OT] Remove hb_ot_layout_ensure() @@ -25644,17 +29018,17 @@ Date: Mon Jul 30 02:36:46 2012 -0400 commit 578e42182b9b9cf15b4c5426fae36e224160cbd7 Author: Behdad Esfahbod -Date: Mon Jul 30 02:35:07 2012 -0400 +Date: Mon Jul 30 02:35:07 2012 -0400 Minor src/hb-ot-layout-private.hh | 2 -- - src/hb-ot-layout.cc | 1 - + src/hb-ot-layout.cc | 1 - 2 files changed, 3 deletions(-) commit a973b5ce86051e8ef0d20df362db1a50488842ab Author: Behdad Esfahbod -Date: Mon Jul 30 01:46:34 2012 -0400 +Date: Mon Jul 30 01:46:34 2012 -0400 [GSUB] Further adjustments to mark-attachment vs ligation interaction @@ -25663,14 +29037,14 @@ Date: Mon Jul 30 01:46:34 2012 -0400 since it was ligating consonants, pushing matra out, and then ligating with the matra. Adjust for that. See comments. - src/hb-ot-layout-gsub-table.hh | + src/hb-ot-layout-gsub-table.hh | 11 ++++++++--- .../in-tree/shaper-indic/indic/script-kannada/misc/misc.txt | 1 + 2 files changed, 9 insertions(+), 3 deletions(-) commit 0aef425e25e2c58445157057f17ef18f695c5240 Author: Behdad Esfahbod -Date: Mon Jul 30 00:55:15 2012 -0400 +Date: Mon Jul 30 00:55:15 2012 -0400 [GSUB] Minor @@ -25679,7 +29053,7 @@ Date: Mon Jul 30 00:55:15 2012 -0400 commit d1d69ec52e75a78575b620a1c456d528b6078170 Author: Behdad Esfahbod -Date: Mon Jul 30 00:51:47 2012 -0400 +Date: Mon Jul 30 00:51:47 2012 -0400 [GSUB] Don't ligate glyphs attached to different components of ligatures @@ -25692,7 +29066,7 @@ Date: Mon Jul 30 00:51:47 2012 -0400 commit 4751dec8be05883483fd5f6b474ebd22583ae566 Author: Behdad Esfahbod -Date: Mon Jul 30 00:42:07 2012 -0400 +Date: Mon Jul 30 00:42:07 2012 -0400 Minor @@ -25701,7 +29075,7 @@ Date: Mon Jul 30 00:42:07 2012 -0400 commit f24bcfbed1f3b4f4f6311246bd870f73ad6ba750 Author: Behdad Esfahbod -Date: Mon Jul 30 00:39:00 2012 -0400 +Date: Mon Jul 30 00:39:00 2012 -0400 Minor @@ -25710,7 +29084,7 @@ Date: Mon Jul 30 00:39:00 2012 -0400 commit fe20c0f84f5ff518dc471bf22ac5a83ef079eb69 Author: Behdad Esfahbod -Date: Mon Jul 30 00:00:59 2012 -0400 +Date: Mon Jul 30 00:00:59 2012 -0400 [GSUB] Fix mark component stuff when ligatures form ligatures! @@ -25721,24 +29095,24 @@ Date: Mon Jul 30 00:00:59 2012 -0400 src/hb-ot-layout-gsub-table.hh | 117 +++++++++++++++++++++++------------ src/hb-ot-layout-gsubgpos-private.hh | 8 --- - src/hb-ot-layout-private.hh | 8 +-- + src/hb-ot-layout-private.hh | 8 +-- 3 files changed, 79 insertions(+), 54 deletions(-) commit 2ec3ba46a3c24469096e901750e38f6ee555479a Author: Behdad Esfahbod -Date: Sun Jul 29 22:02:24 2012 -0400 +Date: Sun Jul 29 22:02:24 2012 -0400 [GSUB/GPOS] Minor Start squeezing more out of lig_id/lig_comp. src/hb-ot-layout-gsub-table.hh | 6 +++--- - src/hb-ot-layout-private.hh | 35 +++++++++++++++++++++++++++++++---- + src/hb-ot-layout-private.hh | 35 +++++++++++++++++++++++++++++++---- 2 files changed, 34 insertions(+), 7 deletions(-) commit ef6e9cec3399e4f63f4b662abd77cf6d4683e8a3 Author: Behdad Esfahbod -Date: Sun Jul 29 21:35:22 2012 -0400 +Date: Sun Jul 29 21:35:22 2012 -0400 Fixup bb0e4ba3e9c5a407fc5d73c914e429d24d336380 @@ -25747,7 +29121,7 @@ Date: Sun Jul 29 21:35:22 2012 -0400 commit cb3d34063154bf164c61eeba41c6166b0bd304fb Author: Behdad Esfahbod -Date: Sun Jul 29 20:37:38 2012 -0400 +Date: Sun Jul 29 20:37:38 2012 -0400 [GSUB] Don't set new lig_id on mark ligatures @@ -25769,18 +29143,18 @@ Date: Sun Jul 29 20:37:38 2012 -0400 commit 97a201becf936f62046914b568e5763e27ee936e Author: Behdad Esfahbod -Date: Sun Jul 29 20:31:36 2012 -0400 +Date: Sun Jul 29 20:31:36 2012 -0400 Add Arabic tests for mark ligature component attachments - .../script-arabic/misc/diacritics/MANIFEST | 1 + - .../misc/diacritics/ligature-components.txt | 18 + .../script-arabic/misc/diacritics/MANIFEST | 1 + + .../misc/diacritics/ligature-components.txt | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) commit a15b70a81a609f024083cb04f9819483f4d5cab7 Author: Behdad Esfahbod -Date: Sun Jul 29 20:09:22 2012 -0400 +Date: Sun Jul 29 20:09:22 2012 -0400 [hb-old] Fix cluster formation in RTL @@ -25792,7 +29166,7 @@ Date: Sun Jul 29 20:09:22 2012 -0400 commit 8a7e70ef65952fc16b8c1d5f1126c94d9d81e755 Author: Behdad Esfahbod -Date: Sun Jul 29 19:56:54 2012 -0400 +Date: Sun Jul 29 19:56:54 2012 -0400 [Minor] @@ -25801,17 +29175,17 @@ Date: Sun Jul 29 19:56:54 2012 -0400 commit bb0e4ba3e9c5a407fc5d73c914e429d24d336380 Author: Behdad Esfahbod -Date: Sun Jul 29 17:34:14 2012 -0400 +Date: Sun Jul 29 17:34:14 2012 -0400 Minor - src/hb-shape-plan.cc | 2 +- + src/hb-shape-plan.cc | 2 +- src/test-would-substitute.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit a00ad60bc0fe74bf0e11d73da563239f3392f351 Author: Behdad Esfahbod -Date: Sat Jul 28 21:16:08 2012 -0400 +Date: Sat Jul 28 21:16:08 2012 -0400 [Uniscribe] Remove hb_uniscribe_font_ensure() @@ -25825,7 +29199,7 @@ Date: Sat Jul 28 21:16:08 2012 -0400 commit 5d874d566fe5d2cc4cfaf02c79b663d8a626ca1e Author: Behdad Esfahbod -Date: Sat Jul 28 21:05:25 2012 -0400 +Date: Sat Jul 28 21:05:25 2012 -0400 [GPOS] Fix mark-to-mark positioning when one of the marks is a ligature @@ -25835,20 +29209,20 @@ Date: Sat Jul 28 21:05:25 2012 -0400 when one of the marks itself is a ligature. That regressed 26 Tibetan tests (up from zero!). Fix that. Tibetan back to zero. - src/hb-ot-layout-gpos-table.hh | 27 + src/hb-ot-layout-gpos-table.hh | 27 ++++++++++++++++------ - src/hb-ot-layout-private.hh | 5 ++-- + src/hb-ot-layout-private.hh | 5 ++-- test/shaping/texts/in-tree/shaper-indic/MANIFEST | 1 + - .../indic/script-sinhala/misc/MANIFEST | 1 + - .../in-tree/shaper-indic/south-asian/MANIFEST | 1 + - .../south-asian/script-tibetan/MANIFEST | 1 + - .../south-asian/script-tibetan/misc/MANIFEST | 1 + - .../south-asian/script-tibetan/misc/misc.txt | 1 + + .../indic/script-sinhala/misc/MANIFEST | 1 + + .../in-tree/shaper-indic/south-asian/MANIFEST | 1 + + .../south-asian/script-tibetan/MANIFEST | 1 + + .../south-asian/script-tibetan/misc/MANIFEST | 1 + + .../south-asian/script-tibetan/misc/misc.txt | 1 + 8 files changed, 29 insertions(+), 9 deletions(-) commit 338fe662b50f9309bf0050dd99becb644874195b Author: Behdad Esfahbod -Date: Sat Jul 28 18:53:01 2012 -0400 +Date: Sat Jul 28 18:53:01 2012 -0400 [GSUB] Minor @@ -25857,7 +29231,7 @@ Date: Sat Jul 28 18:53:01 2012 -0400 commit e6f7479fe34fb4a7cada61d84c2ed70d1fd565c8 Author: Behdad Esfahbod -Date: Sat Jul 28 18:34:58 2012 -0400 +Date: Sat Jul 28 18:34:58 2012 -0400 [GSUB] Simplify would-apply @@ -25868,7 +29242,7 @@ Date: Sat Jul 28 18:34:58 2012 -0400 commit dadede012e4841f9fcb70d514fdc752f3ea4663d Author: Behdad Esfahbod -Date: Sat Jul 28 18:03:20 2012 -0400 +Date: Sat Jul 28 18:03:20 2012 -0400 Minor @@ -25879,7 +29253,7 @@ Date: Sat Jul 28 18:03:20 2012 -0400 commit 0b99429ead05ae32b3c210cb499af401b02770a9 Author: Behdad Esfahbod -Date: Sat Jul 28 17:31:01 2012 -0400 +Date: Sat Jul 28 17:31:01 2012 -0400 [GSUB/GPOS] Add get_coverage() and use it to speed up main loop @@ -25900,7 +29274,7 @@ Date: Sat Jul 28 17:31:01 2012 -0400 commit 30ec9002d84e8b49290e782e6192069821ffa942 Author: Behdad Esfahbod -Date: Sat Jul 28 17:25:20 2012 -0400 +Date: Sat Jul 28 17:25:20 2012 -0400 Reject lookups with no subTable @@ -25909,7 +29283,7 @@ Date: Sat Jul 28 17:25:20 2012 -0400 commit 0981068b75710397f08e0d2d776a0a2ea68d7117 Author: Behdad Esfahbod -Date: Sat Jul 28 17:01:59 2012 -0400 +Date: Sat Jul 28 17:01:59 2012 -0400 [GSUB/GPOS] Reject Context/ChainContext lookups with zero input @@ -25918,35 +29292,35 @@ Date: Sat Jul 28 17:01:59 2012 -0400 commit 2f87cebe1062c7007021ebd05c1664e60da80825 Author: Behdad Esfahbod -Date: Fri Jul 27 04:02:38 2012 -0400 +Date: Fri Jul 27 04:02:38 2012 -0400 Implement shape_plan caching Should give us some performance boost. - TODO | 4 ++ + TODO | 4 ++ src/hb-buffer-private.hh | 30 ++++++++++++++ src/hb-font-private.hh | 6 +++ - src/hb-font.cc | 15 ++++++- - src/hb-shape-plan.cc | 100 + src/hb-font.cc | 15 ++++++- + src/hb-shape-plan.cc | 100 +++++++++++++++++++++++++++++++++++++++++++++++ - src/hb-shape-plan.h | 7 ++++ - src/hb-shape.cc | 2 +- + src/hb-shape-plan.h | 7 ++++ + src/hb-shape.cc | 2 +- 7 files changed, 162 insertions(+), 2 deletions(-) commit e9eb9503e97044222f843daacfa47e26e51312b7 Author: Behdad Esfahbod -Date: Fri Jul 27 03:16:22 2012 -0400 +Date: Fri Jul 27 03:16:22 2012 -0400 Add default_shaper_list to shape_plan src/hb-shape-plan-private.hh | 1 + - src/hb-shape-plan.cc | 2 ++ + src/hb-shape-plan.cc | 2 ++ 2 files changed, 3 insertions(+) commit 3b7c4e270694ed962e2a2839e44f2a59c26b326c Author: Behdad Esfahbod -Date: Fri Jul 27 03:12:23 2012 -0400 +Date: Fri Jul 27 03:12:23 2012 -0400 Don't fail choosing shaper on planning failure @@ -25958,80 +29332,80 @@ Date: Fri Jul 27 03:12:23 2012 -0400 commit cfe9882610489e1b917e09a74dfbf6bbba2e4a57 Author: Behdad Esfahbod -Date: Fri Jul 27 03:06:30 2012 -0400 +Date: Fri Jul 27 03:06:30 2012 -0400 Add hb_ot_layout_ensure() and hb_uniscribe_font_ensure() - src/hb-ot-layout.cc | 7 +++++++ - src/hb-ot-layout.h | 6 ++++++ - src/hb-shape-plan.cc | 22 ++-------------------- + src/hb-ot-layout.cc | 7 +++++++ + src/hb-ot-layout.h | 6 ++++++ + src/hb-shape-plan.cc | 22 ++-------------------- src/hb-shaper-private.hh | 18 ++++++++++++++++++ - src/hb-uniscribe.cc | 11 +++++++++++ - src/hb-uniscribe.h | 4 ++++ + src/hb-uniscribe.cc | 11 +++++++++++ + src/hb-uniscribe.h | 4 ++++ 6 files changed, 48 insertions(+), 20 deletions(-) commit c5b668fb9239c912d2448280a7176e331ebc9181 Author: Behdad Esfahbod -Date: Fri Jul 27 02:49:39 2012 -0400 +Date: Fri Jul 27 02:49:39 2012 -0400 Choose one shaper per plan src/hb-shape-plan-private.hh | 2 +- - src/hb-shape-plan.cc | 19 +++++++++---------- + src/hb-shape-plan.cc | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) commit e82061e8db922f0ddbefd5a184ee2f9f967b9a05 Author: Behdad Esfahbod -Date: Fri Jul 27 02:29:32 2012 -0400 +Date: Fri Jul 27 02:29:32 2012 -0400 Move ot shaper completely to shape_plan - src/hb-ot-shape-private.hh | 6 -- - src/hb-ot-shape.cc | 181 + src/hb-ot-shape-private.hh | 6 -- + src/hb-ot-shape.cc | 181 +++++++++++++++++++++------------------------ - src/hb-uniscribe.cc | 2 +- + src/hb-uniscribe.cc | 2 +- 3 files changed, 84 insertions(+), 105 deletions(-) commit ea278d3895fe0c92801d692cd71d8d9f1de7c048 Author: Behdad Esfahbod -Date: Fri Jul 27 02:12:28 2012 -0400 +Date: Fri Jul 27 02:12:28 2012 -0400 Partially switch ot shaper to shape_plan - src/hb-buffer-private.hh | 1 + - src/hb-buffer.cc | 1 - - src/hb-font-private.hh | 2 -- - src/hb-font.cc | 22 ++++++++++++++-------- + src/hb-buffer-private.hh | 1 + + src/hb-buffer.cc | 1 - + src/hb-font-private.hh | 2 -- + src/hb-font.cc | 22 ++++++++++++++-------- src/hb-ot-layout-gpos-table.hh | 2 +- src/hb-ot-layout-gsub-table.hh | 4 ++-- - src/hb-ot-layout-private.hh | 1 + - src/hb-ot-layout.cc | 9 ++++++--- - src/hb-ot-shape.cc | 3 ++- - src/hb-shape-plan.cc | 11 +++++++++++ - src/hb-shaper-private.hh | 3 ++- + src/hb-ot-layout-private.hh | 1 + + src/hb-ot-layout.cc | 9 ++++++--- + src/hb-ot-shape.cc | 3 ++- + src/hb-shape-plan.cc | 11 +++++++++++ + src/hb-shaper-private.hh | 3 ++- 11 files changed, 40 insertions(+), 19 deletions(-) commit b6b7ba1313bf686e6ed567183466104c90504a67 Author: Behdad Esfahbod -Date: Fri Jul 27 01:26:11 2012 -0400 +Date: Fri Jul 27 01:26:11 2012 -0400 Switch old and uniscribe backends to shape_plan - src/hb-old.cc | 80 ++------------------------ - src/hb-shape.cc | 5 ++ + src/hb-old.cc | 80 ++------------------------ + src/hb-shape.cc | 5 ++ src/hb-shaper-impl-private.hh | 3 +- src/hb-shaper-private.hh | 4 -- - src/hb-uniscribe.cc | 130 + src/hb-uniscribe.cc | 130 ++++++++++++------------------------------ 5 files changed, 48 insertions(+), 174 deletions(-) commit c32c096a429da3e64896cf42ff5ab8c775d3c2ec Author: Behdad Esfahbod -Date: Fri Jul 27 01:13:53 2012 -0400 +Date: Fri Jul 27 01:13:53 2012 -0400 Switch to shape_plan - Not optimized yet. Eats babies. And no shaper uses the shape_plan. + Not optimized yet. Eats babies. And no shaper uses the shape_plan. src/hb-shape-plan.cc | 37 +++++++++++++++++++++++++++++++++++-- src/hb-shape-plan.h | 8 ++++++++ @@ -26040,72 +29414,72 @@ Date: Fri Jul 27 01:13:53 2012 -0400 commit 5b95c148cc485f79fd7018bc4520b4cb5f728a18 Author: Behdad Esfahbod -Date: Thu Jul 26 23:46:53 2012 -0400 +Date: Thu Jul 26 23:46:53 2012 -0400 Start implementing shape_plan src/hb-fallback-shape.cc | 4 ++- src/hb-font-private.hh | 4 +++ - src/hb-old.cc | 4 ++- - src/hb-ot-shape.cc | 4 ++- + src/hb-old.cc | 4 ++- + src/hb-ot-shape.cc | 4 ++- src/hb-shape-plan-private.hh | 7 ++++ - src/hb-shape-plan.cc | 76 + src/hb-shape-plan.cc | 76 ++++++++++++++++++++++++++++++++++++++++++-- - src/hb-shape.cc | 4 +++ + src/hb-shape.cc | 4 +++ src/hb-shaper-private.hh | 4 +-- - src/hb-uniscribe.cc | 4 ++- + src/hb-uniscribe.cc | 4 ++- 9 files changed, 103 insertions(+), 8 deletions(-) commit bd26b4d21f59312805d294f46f15182adbcc47da Author: Behdad Esfahbod -Date: Thu Jul 26 22:05:39 2012 -0400 +Date: Thu Jul 26 22:05:39 2012 -0400 Minor - src/Makefile.am | 1 + + src/Makefile.am | 1 + src/hb-fallback-shape.cc | 3 +- - src/hb-old.cc | 3 +- - src/hb-ot-shape.cc | 3 +- + src/hb-old.cc | 3 +- + src/hb-ot-shape.cc | 3 +- src/hb-shape-plan-private.hh | 2 +- - src/hb-shape-plan.cc | 2 + - src/hb-shape.cc | 98 ++++---------------------------------- + src/hb-shape-plan.cc | 2 + + src/hb-shape.cc | 98 ++++---------------------------------- src/hb-shaper-private.hh | 16 ++++++- - src/hb-shaper.cc | 109 + src/hb-shaper.cc | 109 +++++++++++++++++++++++++++++++++++++++++++ - src/hb-uniscribe.cc | 3 +- + src/hb-uniscribe.cc | 3 +- 10 files changed, 145 insertions(+), 95 deletions(-) commit 027857d0412477fb4427dcb8a8c45287c272e143 Author: Behdad Esfahbod -Date: Thu Jul 26 17:34:25 2012 -0400 +Date: Thu Jul 26 17:34:25 2012 -0400 Start adding a unified shaper access infrastructure Add global shape_plan. Unused so far. - src/Makefile.am | 15 +- - src/hb-coretext-private.hh | 42 ----- - src/hb-coretext.cc | 6 +- - src/hb-fallback-shape.cc | 62 ++++++- - src/hb-font-private.hh | 12 ++ - src/hb-font.cc | 15 +- - src/hb-old.cc | 109 +++++++++--- - src/hb-ot-shape-private.hh | 8 - - src/hb-ot-shape.cc | 60 ++++++- + src/Makefile.am | 15 +- + src/hb-coretext-private.hh | 42 ----- + src/hb-coretext.cc | 6 +- + src/hb-fallback-shape.cc | 62 ++++++- + src/hb-font-private.hh | 12 ++ + src/hb-font.cc | 15 +- + src/hb-old.cc | 109 +++++++++--- + src/hb-ot-shape-private.hh | 8 - + src/hb-ot-shape.cc | 60 ++++++- ...aphite2-private.hh => hb-shape-plan-private.hh} | 28 +++- - src/hb-shape-plan.cc | 85 ++++++++++ + src/hb-shape-plan.cc | 85 ++++++++++ ...b-fallback-shape-private.hh => hb-shape-plan.h} | 39 +++-- - src/hb-shape.cc | 48 +----- + src/hb-shape.cc | 48 +----- ...scribe-private.hh => hb-shaper-impl-private.hh} | 20 ++- - src/{hb-old-private.hh => hb-shaper-list.hh} | 30 ++-- - src/hb-shaper-private.hh | 81 +++++++++ - src/hb-uniscribe.cc | 186 + src/{hb-old-private.hh => hb-shaper-list.hh} | 30 ++-- + src/hb-shaper-private.hh | 81 +++++++++ + src/hb-uniscribe.cc | 186 +++++++++++++-------- 17 files changed, 608 insertions(+), 238 deletions(-) commit fa2dfcd560444d8c54b6349ee106134d3536f79b Author: Behdad Esfahbod -Date: Thu Jul 26 16:06:16 2012 -0400 +Date: Thu Jul 26 16:06:16 2012 -0400 Fix visibility warnings with MinGW32 @@ -26115,7 +29489,7 @@ Date: Thu Jul 26 16:06:16 2012 -0400 commit ac2085d4b391b0a72473ecac3dd6c22efe66833f Author: Jonathan Kew -Date: Thu Jul 26 15:58:45 2012 -0400 +Date: Thu Jul 26 15:58:45 2012 -0400 [CoreText] Ensure cluster indices in output buffer are non-decreasing. @@ -26131,7 +29505,7 @@ Date: Thu Jul 26 15:58:45 2012 -0400 commit 441d3bb7de311d54b9f0a5210344f9a96e97e153 Author: Behdad Esfahbod -Date: Thu Jul 26 12:01:12 2012 -0400 +Date: Thu Jul 26 12:01:12 2012 -0400 Minor @@ -26140,7 +29514,7 @@ Date: Thu Jul 26 12:01:12 2012 -0400 commit 2e7f223054d310695bdb3498b2b2b5d17b6cce78 Author: Behdad Esfahbod -Date: Wed Jul 25 19:30:15 2012 -0400 +Date: Wed Jul 25 19:30:15 2012 -0400 [hb-old] Fix Arabic cursive positioning @@ -26150,19 +29524,19 @@ Date: Wed Jul 25 19:30:15 2012 -0400 Author: Behdad Esfahbod Date: Wed Jul 25 19:29:16 2012 -0400 - [arabic] Fix Arabic cursive positioning + [arabic] Fix Arabic cursive positioning - This was clearly broken in testing. Who knows... Fixes for me. - Test with a Nastaleeq font, or with Arabic Typesetting. + This was clearly broken in testing. Who knows... Fixes for me. + Test with a Nastaleeq font, or with Arabic Typesetting. - Backporting from Chromium. + Backporting from Chromium. src/hb-old/harfbuzz-shaper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9550a8c4e8b4e28be60d38c27d59253846ff9569 Author: Behdad Esfahbod -Date: Wed Jul 25 19:22:57 2012 -0400 +Date: Wed Jul 25 19:22:57 2012 -0400 [hb-old] Fixup not-enough-space handling @@ -26171,22 +29545,22 @@ Date: Wed Jul 25 19:22:57 2012 -0400 commit 91e721ea8693205f4f738bca97a5055ee75cf463 Author: Behdad Esfahbod -Date: Wed Jul 25 19:20:34 2012 -0400 +Date: Wed Jul 25 19:20:34 2012 -0400 [hb-old] Fix clusters Unlike its "documentation", hb-old's log_clusters are, well, indeed logical, not visual. Fixup. Adapted / copied from hb-uniscribe. - src/hb-old.cc | 51 + src/hb-old.cc | 51 ++++++++++++++++++++++++++++++++++---------- src/hb-old/harfbuzz-shaper.h | 1 + - src/hb-uniscribe.cc | 5 +++-- + src/hb-uniscribe.cc | 5 +++-- 3 files changed, 44 insertions(+), 13 deletions(-) commit a3313e54008167e415b72c780ca7b9cda958d07e Author: Behdad Esfahbod -Date: Wed Jul 25 18:37:51 2012 -0400 +Date: Wed Jul 25 18:37:51 2012 -0400 [GPOS] Fix MarkMarkPos applied to results of MultipleSubst @@ -26197,12 +29571,12 @@ Date: Wed Jul 25 18:37:51 2012 -0400 in Amiri. src/hb-ot-layout-gpos-table.hh | 10 +++++----- - src/hb-ot-layout-private.hh | 23 +++++++++++++++++++++-- + src/hb-ot-layout-private.hh | 23 +++++++++++++++++++++-- 2 files changed, 26 insertions(+), 7 deletions(-) commit 35bdab3cf1f0836807160e3ce93766c321b32e8c Author: Behdad Esfahbod -Date: Wed Jul 25 11:59:52 2012 -0400 +Date: Wed Jul 25 11:59:52 2012 -0400 Minor @@ -26211,59 +29585,59 @@ Date: Wed Jul 25 11:59:52 2012 -0400 commit 8fe4c7405b922cf0f936a46a9baedf4885b05254 Author: Behdad Esfahbod -Date: Tue Jul 24 21:05:12 2012 -0400 +Date: Tue Jul 24 21:05:12 2012 -0400 [hb-old] Add HarfBuzz.old shaper Choose using shaper name "old". - configure.ac | 8 + - src/Makefile.am | 14 +- - src/hb-old-private.hh | 40 +++ - src/hb-old.cc | 369 ++++++++++++++++++++++++ - src/hb-old/.gitignore | 7 - + configure.ac | 8 + + src/Makefile.am | 14 +- + src/hb-old-private.hh | 40 +++ + src/hb-old.cc | 369 ++++++++++++++++++++++++ + src/hb-old/.gitignore | 7 - src/hb-old/Makefile.am | 2 + src/hb-old/Makefile.in | 762 ------------------------------------------------- - src/hb-shape.cc | 8 +- + src/hb-shape.cc | 8 +- 8 files changed, 436 insertions(+), 774 deletions(-) commit 5e1987005eb1b9af7a4d3d9f90c5768d8cc80015 Author: Behdad Esfahbod -Date: Tue Jul 24 19:53:55 2012 -0400 +Date: Tue Jul 24 19:53:55 2012 -0400 [hb-old] Define Unicode funcs in terms of new HarfBuzz - src/hb-old/Makefile.am | 4 + - src/hb-old/Makefile.in | 182 + src/hb-old/Makefile.am | 4 + + src/hb-old/Makefile.in | 182 ++++++++++++++++++++++++++++++++++++----- src/hb-old/harfbuzz-external.h | 100 +++++++++++++--------- 3 files changed, 224 insertions(+), 62 deletions(-) commit 4a31166b2853c1ec052844140e114158f47c2355 Author: Behdad Esfahbod -Date: Tue Jul 24 19:49:48 2012 -0400 +Date: Tue Jul 24 19:49:48 2012 -0400 [hb-old] Shovel out the line-breaking / word-segmentation stuff - src/hb-old/Makefile.am | 10 +- - src/hb-old/Makefile.in | 13 +- + src/hb-old/Makefile.am | 10 +- + src/hb-old/Makefile.in | 13 +- src/hb-old/harfbuzz-external.h | 66 ------ - src/hb-old/harfbuzz-indic.cpp | 26 --- - src/hb-old/harfbuzz-khmer.c | 25 --- - src/hb-old/harfbuzz-myanmar.c | 28 --- + src/hb-old/harfbuzz-indic.cpp | 26 --- + src/hb-old/harfbuzz-khmer.c | 25 --- + src/hb-old/harfbuzz-myanmar.c | 28 --- src/hb-old/harfbuzz-shaper-private.h | 12 -- src/hb-old/harfbuzz-shaper.cpp | 403 +++-------------------------------- - src/hb-old/harfbuzz-shaper.h | 31 --- - src/hb-old/harfbuzz-thai.c | 111 ---------- - src/hb-old/harfbuzz-tibetan.c | 26 --- - src/hb-old/harfbuzz.c | 32 --- + src/hb-old/harfbuzz-shaper.h | 31 --- + src/hb-old/harfbuzz-thai.c | 111 ---------- + src/hb-old/harfbuzz-tibetan.c | 26 --- + src/hb-old/harfbuzz.c | 32 --- 12 files changed, 33 insertions(+), 750 deletions(-) commit 0bcbe88cf313117f739b98a11dbe698b75784e9d Author: Behdad Esfahbod -Date: Tue Jul 24 19:38:24 2012 -0400 +Date: Tue Jul 24 19:38:24 2012 -0400 [hb-old] Add visibility attributes @@ -26273,7 +29647,7 @@ Date: Tue Jul 24 19:38:24 2012 -0400 commit 6a9d43c3178c920672a84382ca3797e3c478b2b0 Author: Behdad Esfahbod -Date: Tue Jul 24 19:21:22 2012 -0400 +Date: Tue Jul 24 19:21:22 2012 -0400 [hb-old] Remove unused header file @@ -26283,72 +29657,72 @@ Date: Tue Jul 24 19:21:22 2012 -0400 commit fb47209c5b3aa992faf18d1a3f78b9d7682cf62f Author: Behdad Esfahbod -Date: Tue Jul 24 19:20:19 2012 -0400 +Date: Tue Jul 24 19:20:19 2012 -0400 [hb-old] Rename hb_buffer_* to HB_Buffer_* - src/hb-old/harfbuzz-buffer.c | 22 +++++++++++----------- - src/hb-old/harfbuzz-buffer.h | 8 ++++---- + src/hb-old/harfbuzz-buffer.c | 22 +++++++++++----------- + src/hb-old/harfbuzz-buffer.h | 8 ++++---- src/hb-old/harfbuzz-shaper.cpp | 8 ++++---- 3 files changed, 19 insertions(+), 19 deletions(-) commit 1512a7357513b72e2a07dda706a176bb23d694e9 Author: Behdad Esfahbod -Date: Tue Jul 24 19:16:56 2012 -0400 +Date: Tue Jul 24 19:16:56 2012 -0400 [hb-old] Start adding HarfBuzz-old as a new backend - configure.ac | 1 + - src/Makefile.am | 5 + - src/hb-old/.gitignore | 7 + - src/hb-old/COPYING | 24 + - src/hb-old/Makefile.am | 56 + - src/hb-old/Makefile.in | 631 ++++ - src/hb-old/README | 7 + - src/hb-old/harfbuzz-arabic.c | 1144 +++++++ + configure.ac | 1 + + src/Makefile.am | 5 + + src/hb-old/.gitignore | 7 + + src/hb-old/COPYING | 24 + + src/hb-old/Makefile.am | 56 + + src/hb-old/Makefile.in | 631 ++++ + src/hb-old/README | 7 + + src/hb-old/harfbuzz-arabic.c | 1144 +++++++ src/hb-old/harfbuzz-buffer-private.h | 107 + - src/hb-old/harfbuzz-buffer.c | 383 +++ - src/hb-old/harfbuzz-buffer.h | 102 + + src/hb-old/harfbuzz-buffer.c | 383 +++ + src/hb-old/harfbuzz-buffer.h | 102 + src/hb-old/harfbuzz-external.h | 151 + src/hb-old/harfbuzz-gdef-private.h | 135 + - src/hb-old/harfbuzz-gdef.c | 1163 +++++++ - src/hb-old/harfbuzz-gdef.h | 140 + - src/hb-old/harfbuzz-global.h | 118 + + src/hb-old/harfbuzz-gdef.c | 1163 +++++++ + src/hb-old/harfbuzz-gdef.h | 140 + + src/hb-old/harfbuzz-global.h | 118 + src/hb-old/harfbuzz-gpos-private.h | 729 ++++ - src/hb-old/harfbuzz-gpos.c | 6094 + src/hb-old/harfbuzz-gpos.c | 6094 ++++++++++++++++++++++++++++++++++ - src/hb-old/harfbuzz-gpos.h | 155 + - src/hb-old/harfbuzz-greek.c | 447 +++ + src/hb-old/harfbuzz-gpos.h | 155 + + src/hb-old/harfbuzz-greek.c | 447 +++ src/hb-old/harfbuzz-gsub-private.h | 483 +++ - src/hb-old/harfbuzz-gsub.c | 4329 ++++++++++++++++++++++++ - src/hb-old/harfbuzz-gsub.h | 148 + - src/hb-old/harfbuzz-hangul.c | 268 ++ - src/hb-old/harfbuzz-hebrew.c | 187 ++ - src/hb-old/harfbuzz-impl.c | 84 + - src/hb-old/harfbuzz-impl.h | 131 + - src/hb-old/harfbuzz-indic.cpp | 1894 +++++++++++ - src/hb-old/harfbuzz-khmer.c | 667 ++++ - src/hb-old/harfbuzz-myanmar.c | 539 +++ + src/hb-old/harfbuzz-gsub.c | 4329 ++++++++++++++++++++++++ + src/hb-old/harfbuzz-gsub.h | 148 + + src/hb-old/harfbuzz-hangul.c | 268 ++ + src/hb-old/harfbuzz-hebrew.c | 187 ++ + src/hb-old/harfbuzz-impl.c | 84 + + src/hb-old/harfbuzz-impl.h | 131 + + src/hb-old/harfbuzz-indic.cpp | 1894 +++++++++++ + src/hb-old/harfbuzz-khmer.c | 667 ++++ + src/hb-old/harfbuzz-myanmar.c | 539 +++ src/hb-old/harfbuzz-open-private.h | 102 + - src/hb-old/harfbuzz-open.c | 1433 ++++++++ - src/hb-old/harfbuzz-open.h | 288 ++ - src/hb-old/harfbuzz-shape.h | 199 ++ + src/hb-old/harfbuzz-open.c | 1433 ++++++++ + src/hb-old/harfbuzz-open.h | 288 ++ + src/hb-old/harfbuzz-shape.h | 199 ++ src/hb-old/harfbuzz-shaper-all.cpp | 37 + src/hb-old/harfbuzz-shaper-private.h | 171 + src/hb-old/harfbuzz-shaper.cpp | 1338 ++++++++ - src/hb-old/harfbuzz-shaper.h | 294 ++ + src/hb-old/harfbuzz-shaper.h | 294 ++ src/hb-old/harfbuzz-stream-private.h | 81 + - src/hb-old/harfbuzz-stream.c | 114 + - src/hb-old/harfbuzz-stream.h | 51 + - src/hb-old/harfbuzz-thai.c | 111 + - src/hb-old/harfbuzz-tibetan.c | 274 ++ - src/hb-old/harfbuzz.c | 32 + - src/hb-old/harfbuzz.h | 38 + + src/hb-old/harfbuzz-stream.c | 114 + + src/hb-old/harfbuzz-stream.h | 51 + + src/hb-old/harfbuzz-thai.c | 111 + + src/hb-old/harfbuzz-tibetan.c | 274 ++ + src/hb-old/harfbuzz.c | 32 + + src/hb-old/harfbuzz.h | 38 + 45 files changed, 24892 insertions(+) commit 478fd0529b868b22905a9dedf331ac7cc9721723 Author: Behdad Esfahbod -Date: Tue Jul 24 17:09:01 2012 -0400 +Date: Tue Jul 24 17:09:01 2012 -0400 Minor @@ -26357,7 +29731,7 @@ Date: Tue Jul 24 17:09:01 2012 -0400 commit 8979a7f6f2b44ade4c0198a31ae08561b35ce009 Author: Behdad Esfahbod -Date: Tue Jul 24 17:03:55 2012 -0400 +Date: Tue Jul 24 17:03:55 2012 -0400 [Mongolian] Remove Mongolian Vowel Separator at the end of shaping @@ -26368,7 +29742,7 @@ Date: Tue Jul 24 17:03:55 2012 -0400 commit aa6d849838d5231465ae1a25a4dd5ea1e9380ff9 Author: Jonathan Kew -Date: Tue Jul 24 15:52:32 2012 -0400 +Date: Tue Jul 24 15:52:32 2012 -0400 [CoreText] Add basic Core Text backend for comparison with our native shaping @@ -26379,18 +29753,18 @@ Date: Tue Jul 24 15:52:32 2012 -0400 may even be out-of-order in the case of reordrant glyphs. - configure.ac | 12 ++ - src/Makefile.am | 7 + + configure.ac | 12 ++ + src/Makefile.am | 7 + src/hb-coretext-private.hh | 42 ++++++ - src/hb-coretext.cc | 323 + src/hb-coretext.cc | 323 +++++++++++++++++++++++++++++++++++++++++++++ - src/hb-coretext.h | 43 ++++++ - src/hb-shape.cc | 6 + + src/hb-coretext.h | 43 ++++++ + src/hb-shape.cc | 6 + 6 files changed, 433 insertions(+) commit ec8d2494694275dfbbac2dd0d33ca2894b0463d6 Author: Behdad Esfahbod -Date: Tue Jul 24 15:40:37 2012 -0400 +Date: Tue Jul 24 15:40:37 2012 -0400 Make data members of various OpenType structs protected instead of private @@ -26399,23 +29773,23 @@ Date: Tue Jul 24 15:40:37 2012 -0400 -Wunused-private-field. Based on patch from Jonathan Kew. - src/hb-open-file-private.hh | 8 +++--- - src/hb-ot-head-table.hh | 2 +- - src/hb-ot-hhea-table.hh | 2 +- - src/hb-ot-hmtx-table.hh | 2 +- + src/hb-open-file-private.hh | 8 +++--- + src/hb-ot-head-table.hh | 2 +- + src/hb-ot-hhea-table.hh | 2 +- + src/hb-ot-hmtx-table.hh | 2 +- src/hb-ot-layout-common-private.hh | 14 ++++++----- src/hb-ot-layout-gdef-table.hh | 20 +++++++-------- src/hb-ot-layout-gpos-table.hh | 48 ++++++++++++++++++------------------ src/hb-ot-layout-gsub-table.hh | 30 +++++++++++----------- src/hb-ot-layout-gsubgpos-private.hh | 32 ++++++++++++------------ - src/hb-ot-maxp-table.hh | 2 +- - src/hb-ot-name-table.hh | 2 +- + src/hb-ot-maxp-table.hh | 2 +- + src/hb-ot-name-table.hh | 2 +- 11 files changed, 82 insertions(+), 80 deletions(-) commit 97aa0b738a33b73a3f9763dd2950f2dd39f596ed Author: Behdad Esfahbod -Date: Tue Jul 24 15:02:34 2012 -0400 +Date: Tue Jul 24 15:02:34 2012 -0400 Minor const correctness shuffling @@ -26424,7 +29798,7 @@ Date: Tue Jul 24 15:02:34 2012 -0400 commit 6411e74caf23af7b0545f1fe54d19a1c8da895e8 Author: Behdad Esfahbod -Date: Tue Jul 24 13:48:49 2012 -0400 +Date: Tue Jul 24 13:48:49 2012 -0400 [Indic] Reposition Gurmukhi top matras to after post @@ -26434,15 +29808,15 @@ Date: Tue Jul 24 13:48:49 2012 -0400 Gurmukhi failures down from 59 to 41 (0.0674242%). - src/hb-ot-shape-complex-indic.cc | + src/hb-ot-shape-complex-indic.cc | 2 +- - .../texts/in-tree/shaper-indic/indic/script-gurmukhi/misc/misc.txt | + .../texts/in-tree/shaper-indic/indic/script-gurmukhi/misc/misc.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) commit c3f769ba09df319fa69d04f68c57444f95eceee6 Author: Behdad Esfahbod -Date: Tue Jul 24 13:26:32 2012 -0400 +Date: Tue Jul 24 13:26:32 2012 -0400 [Indic] Ignore Uniscribe output containing two zero-width space glyphs @@ -26468,15 +29842,15 @@ Date: Tue Jul 24 13:26:32 2012 -0400 TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%) TELUGU: 970550 out of 970573 tests passed. 23 failed (0.00236973%) - test/shaping/hb_test_tools.py | + test/shaping/hb_test_tools.py | 1 + - .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt | + .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt | 2 ++ 2 files changed, 3 insertions(+) commit 65c43accdc4d2082282d5cedba8514b8df0c18a2 Author: Behdad Esfahbod -Date: Tue Jul 24 03:36:47 2012 -0400 +Date: Tue Jul 24 03:36:47 2012 -0400 [Indic] Better position left-matra in Malayalam @@ -26497,14 +29871,14 @@ Date: Tue Jul 24 03:36:47 2012 -0400 TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%) TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%) - src/hb-ot-shape-complex-indic.cc | 41 + src/hb-ot-shape-complex-indic.cc | 41 +++++++++++++++------- - .../indic/script-malayalam/misc/misc.txt | 1 + + .../indic/script-malayalam/misc/misc.txt | 1 + 2 files changed, 29 insertions(+), 13 deletions(-) commit 88f413b56f2858d149e2fc067685aeecaea779ca Author: Behdad Esfahbod -Date: Tue Jul 24 03:04:36 2012 -0400 +Date: Tue Jul 24 03:04:36 2012 -0400 [Indic] Implement Reph+Ya-Phalaa interaction @@ -26534,14 +29908,14 @@ Date: Tue Jul 24 03:04:36 2012 -0400 TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%) TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%) - src/hb-ot-shape-complex-indic.cc | + src/hb-ot-shape-complex-indic.cc | 10 ++++++++-- - .../in-tree/shaper-indic/indic/script-bengali/misc/reph.txt | 4 ++++ + .../in-tree/shaper-indic/indic/script-bengali/misc/reph.txt | 4 ++++ 2 files changed, 12 insertions(+), 2 deletions(-) commit dff0ece11d61978c04e839501f179a5c3077f340 Author: Behdad Esfahbod -Date: Tue Jul 24 02:30:38 2012 -0400 +Date: Tue Jul 24 02:30:38 2012 -0400 [Indic] Limit matras to 4 per syllable @@ -26551,28 +29925,28 @@ Date: Tue Jul 24 02:30:38 2012 -0400 closer to what Uniscribe does anyway. Two Devanagari tests regressed, but who cares about tests with 20 - joiners in a row?! Devanagari at 57 (0.00821766%) now. + joiners in a row?! Devanagari at 57 (0.00821766%) now. src/hb-ot-shape-complex-indic-machine.rl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 330b329c8905a37ca88c556dea82c70d74c77458 Author: Behdad Esfahbod -Date: Tue Jul 24 02:25:26 2012 -0400 +Date: Tue Jul 24 02:25:26 2012 -0400 [Indic] Unmark U+17D1 KHMER SIGN VIRIAM to NOT be a Virama Fixes another 1 Khmer failure. Down to 30 (0.0100293%) now. - src/hb-ot-shape-complex-indic.cc | + src/hb-ot-shape-complex-indic.cc | 2 ++ - .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt | + .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt | 1 + 2 files changed, 3 insertions(+) commit 6824a7194e01b77eddb95bd95a9b32e219140912 Author: Behdad Esfahbod -Date: Tue Jul 24 02:22:18 2012 -0400 +Date: Tue Jul 24 02:22:18 2012 -0400 [Indic] Recategorize Khmer various signs as top matras @@ -26583,7 +29957,7 @@ Date: Tue Jul 24 02:22:18 2012 -0400 commit d90b8e841e0068a601c96ab184d18b0f48eec9d1 Author: Behdad Esfahbod -Date: Tue Jul 24 02:10:20 2012 -0400 +Date: Tue Jul 24 02:10:20 2012 -0400 [Indic] Reposition Khmer prebase-reordering Ra around split matras @@ -26594,14 +29968,14 @@ Date: Tue Jul 24 02:10:20 2012 -0400 Khmer failures down from 136 to 39 (0.0130381%). - src/hb-ot-shape-complex-indic.cc | 13 + src/hb-ot-shape-complex-indic.cc | 13 +++++++++++++ - .../south-east-asian/script-khmer/misc/misc.txt | 4 ++++ + .../south-east-asian/script-khmer/misc/misc.txt | 4 ++++ 2 files changed, 17 insertions(+) commit 0afb84c12567ac35adac657bf8be29999b8c5a50 Author: Behdad Esfahbod -Date: Tue Jul 24 01:44:47 2012 -0400 +Date: Tue Jul 24 01:44:47 2012 -0400 [Indic] Fix minor bug in pre-base Ra positioning @@ -26610,20 +29984,20 @@ Date: Tue Jul 24 01:44:47 2012 -0400 commit 7573799126e812a047daa5f64121ec959866b3c8 Author: Behdad Esfahbod -Date: Tue Jul 24 01:32:07 2012 -0400 +Date: Tue Jul 24 01:32:07 2012 -0400 [Indic] Position Khmer U+17CE Fixes another 6 Khmer failures. Now at 136 (0.0454661%). - src/hb-ot-shape-complex-indic.cc | + src/hb-ot-shape-complex-indic.cc | 6 ++++++ - .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt | 1 + + .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt | 1 + 2 files changed, 7 insertions(+) commit 8d00e8d0e7d10f823e6975fecaffb9d557b1a99a Author: Behdad Esfahbod -Date: Tue Jul 24 01:04:18 2012 -0400 +Date: Tue Jul 24 01:04:18 2012 -0400 [Indic] Don't reposition Khmer Bindu @@ -26637,20 +30011,20 @@ Date: Tue Jul 24 01:04:18 2012 -0400 commit 2278eefcdb3dd0d492b9d07176fbecc1f0516bb7 Author: Behdad Esfahbod -Date: Tue Jul 24 00:26:43 2012 -0400 +Date: Tue Jul 24 00:26:43 2012 -0400 [Indic] In Sinhala, form forced Reph even if no other consonant found - Fixes another 10 Sinhala failures. Down to 148 (0.0544424%). + Fixes another 10 Sinhala failures. Down to 148 (0.0544424%). - src/hb-ot-shape-complex-indic.cc | + src/hb-ot-shape-complex-indic.cc | 10 +++++----- - .../in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt | 1 + + .../in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) commit 71fd5e80ad06c8e85a1112cc89e129d6cd03f82c Author: Behdad Esfahbod -Date: Tue Jul 24 00:21:16 2012 -0400 +Date: Tue Jul 24 00:21:16 2012 -0400 [Indic] Further adjust base algorithm for Sinhala @@ -26665,14 +30039,14 @@ Date: Tue Jul 24 00:21:16 2012 -0400 Sinhala failures down from 208 to 158 (0.0581209%). No changes to Khmer. - src/hb-ot-shape-complex-indic.cc | + src/hb-ot-shape-complex-indic.cc | 11 +++++++---- .../in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt | 3 +++ 2 files changed, 10 insertions(+), 4 deletions(-) commit 73d71cc527d28fd5519c5d965c272ea1fb149a0e Author: Behdad Esfahbod -Date: Tue Jul 24 00:09:12 2012 -0400 +Date: Tue Jul 24 00:09:12 2012 -0400 [Indic] End Vowel-based syllable at ZWJ @@ -26680,15 +30054,15 @@ Date: Tue Jul 24 00:09:12 2012 -0400 Fixed 120 Sinhala failures. Now at 208 (0.0765136%). - src/hb-ot-shape-complex-indic-machine.rl | + src/hb-ot-shape-complex-indic-machine.rl | 2 +- - .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt | + .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) commit 34c215036f5fcdc7599b1ab0591b56dbb3811902 Author: Behdad Esfahbod -Date: Mon Jul 23 23:51:29 2012 -0400 +Date: Mon Jul 23 23:51:29 2012 -0400 [Indic] Improve Sinhala base algorithm and reph positioning @@ -26705,14 +30079,14 @@ Date: Mon Jul 23 23:51:29 2012 -0400 Brings down Sinhala failures from 455 to 328 (0.120656%). - src/hb-ot-shape-complex-indic.cc | 18 + src/hb-ot-shape-complex-indic.cc | 18 +++++++++++++++++- - .../shaper-indic/indic/script-sinhala/misc/misc.txt | 1 + + .../shaper-indic/indic/script-sinhala/misc/misc.txt | 1 + 2 files changed, 18 insertions(+), 1 deletion(-) commit 2ec934c6c25423e7af20d909a9c698a149808ea9 Author: Behdad Esfahbod -Date: Mon Jul 23 23:49:04 2012 -0400 +Date: Mon Jul 23 23:49:04 2012 -0400 [Indic] Change "unknown" position to end of syllable @@ -26721,7 +30095,7 @@ Date: Mon Jul 23 23:49:04 2012 -0400 commit b70021f7c81a0ed08475b14b07291f662cd9f905 Author: Behdad Esfahbod -Date: Mon Jul 23 20:18:17 2012 -0400 +Date: Mon Jul 23 20:18:17 2012 -0400 When removing zero-width marks, don't remove ligatures @@ -26732,20 +30106,20 @@ Date: Mon Jul 23 20:18:17 2012 -0400 commit 49c5ec51444f27f33e1eb6aa1959c61b08fa89c0 Author: Behdad Esfahbod -Date: Mon Jul 23 20:14:13 2012 -0400 +Date: Mon Jul 23 20:14:13 2012 -0400 Minor refactoring src/hb-ot-layout-gsubgpos-private.hh | 32 -------------------------------- - src/hb-ot-layout-private.hh | 35 + src/hb-ot-layout-private.hh | 35 +++++++++++++++++++++++++++++++++++ src/hb-ot-shape-complex-indic.cc | 2 +- 3 files changed, 36 insertions(+), 33 deletions(-) commit c3e6fdc3791168cf2b4c9412e751f187d58faa42 Author: Behdad Esfahbod -Date: Mon Jul 23 20:11:42 2012 -0400 +Date: Mon Jul 23 20:11:42 2012 -0400 [Indic] Improve check on ligatures @@ -26757,7 +30131,7 @@ Date: Mon Jul 23 20:11:42 2012 -0400 commit 771a8f50289e8fa458cfc3cd84f73a380ce98077 Author: Behdad Esfahbod -Date: Mon Jul 23 20:07:50 2012 -0400 +Date: Mon Jul 23 20:07:50 2012 -0400 [Indic] exclude ligatures when matching on Indic category @@ -26768,14 +30142,14 @@ Date: Mon Jul 23 20:07:50 2012 -0400 Sinhala failures down from 514 to 455 (0.167374%). - src/hb-ot-shape-complex-indic.cc | 41 + src/hb-ot-shape-complex-indic.cc | 41 ++++++++++++---------- - .../indic/script-sinhala/misc/misc.txt | 1 + + .../indic/script-sinhala/misc/misc.txt | 1 + 2 files changed, 23 insertions(+), 19 deletions(-) commit d1af9e82e5309158ed334ab8e21f3a3b64b9540f Author: Behdad Esfahbod -Date: Mon Jul 23 19:55:35 2012 -0400 +Date: Mon Jul 23 19:55:35 2012 -0400 [GSUB/GPOS] Const correctness @@ -26784,7 +30158,7 @@ Date: Mon Jul 23 19:55:35 2012 -0400 commit baacd090df97610e3f6d1b2a110dc67b6c6f9f5c Author: Behdad Esfahbod -Date: Mon Jul 23 19:51:48 2012 -0400 +Date: Mon Jul 23 19:51:48 2012 -0400 [Indic] Minor refactoring @@ -26793,7 +30167,7 @@ Date: Mon Jul 23 19:51:48 2012 -0400 commit c7c4de2fb9bba216e37875d79815eef55c0acc01 Author: Behdad Esfahbod -Date: Mon Jul 23 18:25:02 2012 -0400 +Date: Mon Jul 23 18:25:02 2012 -0400 [Indic] Remove syllable length check before sorting @@ -26804,7 +30178,7 @@ Date: Mon Jul 23 18:25:02 2012 -0400 commit 9fa052733eb93a3ce1205f63ff8f74cb295cbe99 Author: Behdad Esfahbod -Date: Mon Jul 23 18:19:17 2012 -0400 +Date: Mon Jul 23 18:19:17 2012 -0400 [Indic] Limit syllables to at most five consonants @@ -26817,7 +30191,7 @@ Date: Mon Jul 23 18:19:17 2012 -0400 - Devanagari failures went down from 490 to 56. - Telugu went down from 113 to 49. - Other scripts went down slightly or didn't change. New numbers: + Other scripts went down slightly or didn't change. New numbers: BENGALI: 353908 out of 354285 tests passed. 377 failed (0.106412%) DEVANAGARI: 693572 out of 693628 tests passed. 56 failed (0.00807349%) @@ -26841,19 +30215,19 @@ Date: Mon Jul 23 18:19:17 2012 -0400 commit 093cd583263a5d427e3377b31585043fb55d2557 Author: Behdad Esfahbod -Date: Mon Jul 23 14:04:42 2012 -0400 +Date: Mon Jul 23 14:04:42 2012 -0400 [Thai] Fix SARA AM handling Oops, thinko. src/hb-ot-shape-complex-misc.cc | 6 +++--- - src/hb-private.hh | 4 ++-- + src/hb-private.hh | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) commit 42848453bf260b456b46a07f066e31b8c3aac2f1 Author: Behdad Esfahbod -Date: Mon Jul 23 13:52:07 2012 -0400 +Date: Mon Jul 23 13:52:07 2012 -0400 [Thai] Reorder U+0E3A THAI VOWEL SIGN PHINTHU @@ -26863,51 +30237,51 @@ Date: Mon Jul 23 13:52:07 2012 -0400 Fixes the two remaining Thai failures (see previous commit). - src/hb-ot-shape-complex-misc.cc | 7 +++++++ - src/hb-unicode.cc | 6 ++++++ + src/hb-ot-shape-complex-misc.cc | 7 +++++++ + src/hb-unicode.cc | 6 ++++++ .../texts/in-tree/shaper-thai/script-thai/misc/MANIFEST | 1 + - .../in-tree/shaper-thai/script-thai/misc/phinthu.txt | 16 + .../in-tree/shaper-thai/script-thai/misc/phinthu.txt | 16 ++++++++++++++++ 4 files changed, 30 insertions(+) commit 4a7f4f3e56f8f7640ae7337aa1b3324f31e0d4ab Author: Behdad Esfahbod -Date: Mon Jul 23 13:15:33 2012 -0400 +Date: Mon Jul 23 13:15:33 2012 -0400 [Thai] Adjust SARA AM reordering to match Uniscribe Adjust the list of marks before SARA AM that get the reordering - treatment. Also adjust cluster formation to match Uniscribe. + treatment. Also adjust cluster formation to match Uniscribe. With Wikipedia test data, now I see: - For Thai, with the Angsana New font from Win7, I see 54 failures out - of over 4M tests (0.00129107%). Of the 54, two are legitimate - reordering issues (fix coming soon), and the other 52 are simply - Uniscribe using a zero-width space char instead of an unknown - character for missing glyphs. No idea why. The missing-glyph - sequences include one that is a Thai character followed by - an Arabic - Sokun. Someone confused it with Nikhahit I assume! + of over 4M tests (0.00129107%). Of the 54, two are legitimate + reordering issues (fix coming soon), and the other 52 are simply + Uniscribe using a zero-width space char instead of an unknown + character for missing glyphs. No idea why. The missing-glyph + sequences include one that is a Thai character followed by + an Arabic + Sokun. Someone confused it with Nikhahit I assume! - For Lao, with the Dokchampa font from Win7, 33 tests fail out of - 54k (0.0615167%). All seem to be insignificant mark positioning - with two marks on a base. Have to investigate. + 54k (0.0615167%). All seem to be insignificant mark positioning + with two marks on a base. Have to investigate. - src/hb-ot-shape-complex-misc.cc | 42 + src/hb-ot-shape-complex-misc.cc | 42 +++++++++++++--------- - src/hb-private.hh | 6 ++++ + src/hb-private.hh | 6 ++++ test/shaping/texts/in-tree/shaper-thai/MANIFEST | 1 + .../texts/in-tree/shaper-thai/script-lao/MANIFEST | 1 + .../in-tree/shaper-thai/script-lao/misc/MANIFEST | 1 + - .../shaper-thai/script-lao/misc/sara-am.txt | 20 +++++++++++ - .../shaper-thai/script-thai/misc/sara-am.txt | 18 +++++++++- + .../shaper-thai/script-lao/misc/sara-am.txt | 20 +++++++++++ + .../shaper-thai/script-thai/misc/sara-am.txt | 18 +++++++++- 7 files changed, 72 insertions(+), 17 deletions(-) commit 2cc933aff97916e5d0fe42883f40f0879f848e25 Author: Behdad Esfahbod -Date: Mon Jul 23 08:22:55 2012 -0400 +Date: Mon Jul 23 08:22:55 2012 -0400 [Indic] Fix cluster formation with left-matras and conjunct forms @@ -26918,7 +30292,7 @@ Date: Mon Jul 23 08:22:55 2012 -0400 commit e6b01a878cd2e63cb675e7e0c6ac4d83a8c10f37 Author: Behdad Esfahbod -Date: Mon Jul 23 00:11:26 2012 -0400 +Date: Mon Jul 23 00:11:26 2012 -0400 [Indic] Further streamline cluster formation @@ -26930,12 +30304,12 @@ Date: Mon Jul 23 00:11:26 2012 -0400 commit 7b2a7dadd6c616bbfe1d8358700cab9cee88e584 Author: Behdad Esfahbod -Date: Sun Jul 22 23:58:55 2012 -0400 +Date: Sun Jul 22 23:58:55 2012 -0400 [Indic] Merge clusters before sorting This should fix any instabilities in cluster formation that we were - speculating may happen with surrounding syllables. Or most of it + speculating may happen with surrounding syllables. Or most of it perhaps. src/hb-ot-shape-complex-indic.cc | 4 ++++ @@ -26943,7 +30317,7 @@ Date: Sun Jul 22 23:58:55 2012 -0400 commit abb3239ef92cc5dccb4638806d7ae9868b9ac9b3 Author: Behdad Esfahbod -Date: Sun Jul 22 23:55:19 2012 -0400 +Date: Sun Jul 22 23:55:19 2012 -0400 [Indic] Update clusters for left-matra even if matra didn't move @@ -26955,46 +30329,46 @@ Date: Sun Jul 22 23:55:19 2012 -0400 commit 60554f14d8dca208721f0da8b69d84b92819c54f Author: Behdad Esfahbod -Date: Sun Jul 22 23:23:56 2012 -0400 +Date: Sun Jul 22 23:23:56 2012 -0400 [Indic] Merge in Malayalam tests From: http://silpa.org.in/pub/tests/hb/ml/ml-harfbuzz-testdata.txt - .../indic/script-malayalam/misc/misc.txt | 94 + .../indic/script-malayalam/misc/misc.txt | 94 +++++++++++----------- 1 file changed, 46 insertions(+), 48 deletions(-) commit 5c7081770c7a611bbe79b451b7b86dec4fa6395d Author: Behdad Esfahbod -Date: Sun Jul 22 23:20:27 2012 -0400 +Date: Sun Jul 22 23:20:27 2012 -0400 [Indic] Add extensive Sinhala tests Generated by: http://git.savannah.gnu.org/cgit/sinhala.git/plain/utils/gen-unicode-sinhala.py - .../indic/script-sinhala/misc/extensive.txt | 4390 + .../indic/script-sinhala/misc/extensive.txt | 4390 ++++++++++++++++++++ 1 file changed, 4390 insertions(+) commit 2efe4707b1b449962f6e161716477d9775456c46 Author: Behdad Esfahbod -Date: Sun Jul 22 23:17:59 2012 -0400 +Date: Sun Jul 22 23:17:59 2012 -0400 [Indic] Add Sinhala tests Merge tests from: http://git.savannah.gnu.org/cgit/sinhala.git/plain/patches/icu-sinhala-rendering.txt - .../indic/script-sinhala/misc/misc.txt | 26 + .../indic/script-sinhala/misc/misc.txt | 26 ++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) commit 3d4c111b7a13700b2f7a0b087eb3992283295f21 Author: Behdad Esfahbod -Date: Fri Jul 20 19:34:39 2012 -0400 +Date: Fri Jul 20 19:34:39 2012 -0400 Add a test case @@ -27004,12 +30378,12 @@ Date: Fri Jul 20 19:34:39 2012 -0400 commit 92a1ad7bef9efb456ab87bd63818cfbed7da3f6f Author: Behdad Esfahbod -Date: Fri Jul 20 18:38:27 2012 -0400 +Date: Fri Jul 20 18:38:27 2012 -0400 [Indic] Stop searching for base if a post form is found before below form - Improves Bengali and Gurmukhi. Malayalam regressed a bit. We will + Improves Bengali and Gurmukhi. Malayalam regressed a bit. We will deal with that later. @@ -27018,7 +30392,7 @@ Date: Fri Jul 20 18:38:27 2012 -0400 commit 4c450c703f8e4618c587bcd7ef46dcc1f2c7947b Author: Behdad Esfahbod -Date: Fri Jul 20 18:13:04 2012 -0400 +Date: Fri Jul 20 18:13:04 2012 -0400 [Indic] Recompose Bengali Ya,Nukta @@ -27027,12 +30401,12 @@ Date: Fri Jul 20 18:13:04 2012 -0400 Improves Bengali a bit. src/hb-ot-shape-complex-indic.cc | 4 ++-- - src/hb-unicode.cc | 8 ++++++++ + src/hb-unicode.cc | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) commit e9c0f152a38cb2e76650a3e43f7fdcda266af696 Author: Behdad Esfahbod -Date: Fri Jul 20 17:05:46 2012 -0400 +Date: Fri Jul 20 17:05:46 2012 -0400 [Uniscribe] Fix script fallback @@ -27043,7 +30417,7 @@ Date: Fri Jul 20 17:05:46 2012 -0400 commit 5791f329159c9863317e2b507514c29321be31a7 Author: Behdad Esfahbod -Date: Fri Jul 20 16:26:55 2012 -0400 +Date: Fri Jul 20 16:26:55 2012 -0400 [Indic] Allow a ZWNJ after SM's @@ -27056,7 +30430,7 @@ Date: Fri Jul 20 16:26:55 2012 -0400 commit 34ae336f3fae93ef9372881d545c817bce383041 Author: Behdad Esfahbod -Date: Fri Jul 20 16:17:28 2012 -0400 +Date: Fri Jul 20 16:17:28 2012 -0400 [Indic] Improve Reph AfterMain positioning @@ -27068,23 +30442,23 @@ Date: Fri Jul 20 16:17:28 2012 -0400 commit bdd080431a40bc941ece3230f338b94a46bd12a2 Author: Behdad Esfahbod -Date: Fri Jul 20 16:03:09 2012 -0400 +Date: Fri Jul 20 16:03:09 2012 -0400 [Indic] Reposition Oriya Candrabindu Oriya failures down from 0.65% to 0.20%. - src/hb-ot-shape-complex-indic.cc | + src/hb-ot-shape-complex-indic.cc | 1 + .../shaping/texts/in-tree/shaper-indic/indic/script-oriya/misc/MANIFEST | 1 + - .../texts/in-tree/shaper-indic/indic/script-oriya/misc/bindu.txt | + .../texts/in-tree/shaper-indic/indic/script-oriya/misc/bindu.txt | 2 ++ 3 files changed, 4 insertions(+) commit 5f0eaaad129ff04d56b8756bebf19fbc242718c9 Author: Behdad Esfahbod -Date: Fri Jul 20 15:47:24 2012 -0400 +Date: Fri Jul 20 15:47:24 2012 -0400 [Indic] Fix base search in final_reordering @@ -27096,18 +30470,18 @@ Date: Fri Jul 20 15:47:24 2012 -0400 commit 81202bd860e4034c18d9f80c5a4f33d9f48463a3 Author: Behdad Esfahbod -Date: Fri Jul 20 15:10:02 2012 -0400 +Date: Fri Jul 20 15:10:02 2012 -0400 [Indic] Don't attach SM/VD to other characters src/hb-ot-shape-complex-indic-private.hh | 3 +++ - src/hb-ot-shape-complex-indic.cc | 38 + src/hb-ot-shape-complex-indic.cc | 38 ++++++++++++++++++-------------- 2 files changed, 24 insertions(+), 17 deletions(-) commit efb4ad735691837a52447bedc1a66a87d0d9af51 Author: Behdad Esfahbod -Date: Fri Jul 20 14:27:38 2012 -0400 +Date: Fri Jul 20 14:27:38 2012 -0400 Fix compiler warnings @@ -27118,19 +30492,19 @@ Date: Fri Jul 20 14:27:38 2012 -0400 commit f31d97e44eeb6fb141f3de928e27e033fc7b1f47 Author: Behdad Esfahbod -Date: Fri Jul 20 14:13:35 2012 -0400 +Date: Fri Jul 20 14:13:35 2012 -0400 [Indic] Form Telugu Reph out of Ra,Virama,ZWJ Apparently this was approved in Feb 2012. No font yet. src/hb-ot-shape-complex-indic-private.hh | 2 +- - src/hb-ot-shape-complex-indic.cc | 4 ++-- + src/hb-ot-shape-complex-indic.cc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) commit 2e193b240ec85cab0d4e2f8a375c5a7f0ef99985 Author: Behdad Esfahbod -Date: Fri Jul 20 14:02:35 2012 -0400 +Date: Fri Jul 20 14:02:35 2012 -0400 [Indic] Don't split U+0AC9 @@ -27145,7 +30519,7 @@ Date: Fri Jul 20 14:02:35 2012 -0400 commit 30c3d5e9fc61b49c2c6ad4e744300edd6f3e0261 Author: Behdad Esfahbod -Date: Fri Jul 20 13:56:32 2012 -0400 +Date: Fri Jul 20 13:56:32 2012 -0400 [Indic] Simplify Uniscribe cluster emulation @@ -27157,7 +30531,7 @@ Date: Fri Jul 20 13:56:32 2012 -0400 commit decf6ffca475fe01ff3151b7641f629f031137d2 Author: Behdad Esfahbod -Date: Fri Jul 20 13:51:31 2012 -0400 +Date: Fri Jul 20 13:51:31 2012 -0400 [Indic] Minor! @@ -27166,7 +30540,7 @@ Date: Fri Jul 20 13:51:31 2012 -0400 commit 9e4f94a72cea6d65a6a7ba5a47db92e00dbfbb91 Author: Behdad Esfahbod -Date: Fri Jul 20 13:48:03 2012 -0400 +Date: Fri Jul 20 13:48:03 2012 -0400 [Indic] Break syllables at Halant,ZWNJ @@ -27178,12 +30552,12 @@ Date: Fri Jul 20 13:48:03 2012 -0400 slightly. Fixed half of Bengali, and did NOT break anything! src/hb-ot-shape-complex-indic-machine.rl | 5 +++-- - src/hb-ot-shape-complex-indic.cc | 5 ++--- + src/hb-ot-shape-complex-indic.cc | 5 ++--- 2 files changed, 5 insertions(+), 5 deletions(-) commit 2c372b80f6befad69e216e3f218b38640b8cc044 Author: Behdad Esfahbod -Date: Fri Jul 20 13:37:48 2012 -0400 +Date: Fri Jul 20 13:37:48 2012 -0400 [Indic] Better check for applying 'init' @@ -27192,12 +30566,12 @@ Date: Fri Jul 20 13:37:48 2012 -0400 Fixes some more of Bengali. src/hb-ot-shape-complex-indic.cc | 9 +-------- - src/hb-private.hh | 3 ++- + src/hb-private.hh | 3 ++- 2 files changed, 3 insertions(+), 9 deletions(-) commit 34a7440b7c6c6e53394ddbdbedaad57b23f85105 Author: Behdad Esfahbod -Date: Fri Jul 20 12:32:59 2012 -0400 +Date: Fri Jul 20 12:32:59 2012 -0400 [GPOS] Don't zero mark advances @@ -27212,7 +30586,7 @@ Date: Fri Jul 20 12:32:59 2012 -0400 commit 8ed248de77e5d2ed978e55c0ce1a11727bc9e34c Author: Behdad Esfahbod -Date: Fri Jul 20 11:42:24 2012 -0400 +Date: Fri Jul 20 11:42:24 2012 -0400 [Indic] Minor @@ -27221,7 +30595,7 @@ Date: Fri Jul 20 11:42:24 2012 -0400 commit d0e68dbd0b9fc9a42c4280d01c8ffd9c5015d550 Author: Behdad Esfahbod -Date: Fri Jul 20 11:25:41 2012 -0400 +Date: Fri Jul 20 11:25:41 2012 -0400 [Indic] Implement reph positioning step 5 @@ -27233,7 +30607,7 @@ Date: Fri Jul 20 11:25:41 2012 -0400 commit a9e45c32e4a0d6da33c52f8427aa694e57f52eb9 Author: Behdad Esfahbod -Date: Fri Jul 20 11:04:15 2012 -0400 +Date: Fri Jul 20 11:04:15 2012 -0400 [Indic] Don't let ZWNJ at the end of syllable affect base search @@ -27246,7 +30620,7 @@ Date: Fri Jul 20 11:04:15 2012 -0400 commit 20b68e699f73e6ce046c0ec143d40b3d6d48e06b Author: Behdad Esfahbod -Date: Fri Jul 20 10:47:46 2012 -0400 +Date: Fri Jul 20 10:47:46 2012 -0400 [Indic] Apply 'cjct' globally @@ -27257,7 +30631,7 @@ Date: Fri Jul 20 10:47:46 2012 -0400 commit 51e764de441072e7c9f67de23e8ed717b9b8957d Author: Behdad Esfahbod -Date: Fri Jul 20 10:30:24 2012 -0400 +Date: Fri Jul 20 10:30:24 2012 -0400 [Indic] Unbreak old scriptures @@ -27268,7 +30642,7 @@ Date: Fri Jul 20 10:30:24 2012 -0400 commit 900cf3d449bf36d4f8b1474590cae925fef48fc8 Author: Behdad Esfahbod -Date: Fri Jul 20 10:18:23 2012 -0400 +Date: Fri Jul 20 10:18:23 2012 -0400 Minor @@ -27277,21 +30651,21 @@ Date: Fri Jul 20 10:18:23 2012 -0400 commit 87cd63266e73af316b250573ef57388a0bcc9133 Author: Behdad Esfahbod -Date: Thu Jul 19 21:17:48 2012 -0400 +Date: Thu Jul 19 21:17:48 2012 -0400 [Indic] Recategorize some Kannada right matras Kannada failures down from 3.5% to 2.93%. - src/hb-ot-shape-complex-indic.cc | 2 +- + src/hb-ot-shape-complex-indic.cc | 2 +- .../texts/in-tree/shaper-indic/indic/script-kannada/misc/MANIFEST | 1 + - .../shaper-indic/indic/script-kannada/misc/right-matras.txt | + .../shaper-indic/indic/script-kannada/misc/right-matras.txt | 7 +++++++ 3 files changed, 9 insertions(+), 1 deletion(-) commit 3604d64ced909ade91998d294a7b4b2ee14d47aa Author: Behdad Esfahbod -Date: Thu Jul 19 21:13:04 2012 -0400 +Date: Thu Jul 19 21:13:04 2012 -0400 [Indic] Recategorize GURMUKHI ADDAK @@ -27304,7 +30678,7 @@ Date: Thu Jul 19 21:13:04 2012 -0400 commit 89328581236a53ec16508b95db54c7e5315b178f Author: Behdad Esfahbod -Date: Thu Jul 19 21:02:38 2012 -0400 +Date: Thu Jul 19 21:02:38 2012 -0400 Minor @@ -27313,7 +30687,7 @@ Date: Thu Jul 19 21:02:38 2012 -0400 commit 47ef931f13778b894090139a64238a5ab9ac1154 Author: Behdad Esfahbod -Date: Thu Jul 19 20:52:44 2012 -0400 +Date: Thu Jul 19 20:52:44 2012 -0400 [buffer] Make sure out_info = info during GPOS @@ -27322,7 +30696,7 @@ Date: Thu Jul 19 20:52:44 2012 -0400 commit ae63cf206291befe3920adfe015e6cd0961580e5 Author: Behdad Esfahbod -Date: Thu Jul 19 20:45:41 2012 -0400 +Date: Thu Jul 19 20:45:41 2012 -0400 Print line number during return when tracing @@ -27331,7 +30705,7 @@ Date: Thu Jul 19 20:45:41 2012 -0400 commit 5249f3aee108b0f41770d137e63a625f594418e7 Author: Behdad Esfahbod -Date: Thu Jul 19 20:30:22 2012 -0400 +Date: Thu Jul 19 20:30:22 2012 -0400 [Indic] Unbreak Khmer @@ -27344,7 +30718,7 @@ Date: Thu Jul 19 20:30:22 2012 -0400 commit e0475345d5d7db8dbc8b554beedfa2435c5d7fd1 Author: Behdad Esfahbod -Date: Thu Jul 19 20:24:14 2012 -0400 +Date: Thu Jul 19 20:24:14 2012 -0400 [Indic] Apply 'akhn' globally @@ -27356,7 +30730,7 @@ Date: Thu Jul 19 20:24:14 2012 -0400 commit c87bcddb10752b407c0471ee5ac4de6f1b00b711 Author: Behdad Esfahbod -Date: Thu Jul 19 20:03:25 2012 -0400 +Date: Thu Jul 19 20:03:25 2012 -0400 [Indic] Add failing test for Kannada @@ -27366,7 +30740,7 @@ Date: Thu Jul 19 20:03:25 2012 -0400 commit fa247ebe524f92fa95d344ba912f704262879c13 Author: Behdad Esfahbod -Date: Thu Jul 19 19:52:19 2012 -0400 +Date: Thu Jul 19 19:52:19 2012 -0400 [Indic] Better position U+0CD5 @@ -27377,21 +30751,21 @@ Date: Thu Jul 19 19:52:19 2012 -0400 commit f055442716ec7543ed156d4789955b19c11a5255 Author: Behdad Esfahbod -Date: Thu Jul 19 16:20:21 2012 -0400 +Date: Thu Jul 19 16:20:21 2012 -0400 [Indic] Lookup consonant position in the font Fixes most failures of Oriya, and improves others a bit. - src/hb-ot-map-private.hh | 13 ++-- + src/hb-ot-map-private.hh | 13 ++-- src/hb-ot-shape-complex-indic-private.hh | 105 ------------------------------- - src/hb-ot-shape-complex-indic.cc | 63 +++++++++++++------ + src/hb-ot-shape-complex-indic.cc | 63 +++++++++++++------ 3 files changed, 54 insertions(+), 127 deletions(-) commit 74d1d88781e91866a52e27f391e34df03b313442 Author: Behdad Esfahbod -Date: Thu Jul 19 16:14:23 2012 -0400 +Date: Thu Jul 19 16:14:23 2012 -0400 [GSUB] Fix would_apply() for LigatureSubst @@ -27400,7 +30774,7 @@ Date: Thu Jul 19 16:14:23 2012 -0400 commit 787f7d1e9ba9ad038f24e5a1063d12c7d169ad37 Author: Behdad Esfahbod -Date: Thu Jul 19 15:29:13 2012 -0400 +Date: Thu Jul 19 15:29:13 2012 -0400 [TODO] Minor @@ -27409,19 +30783,19 @@ Date: Thu Jul 19 15:29:13 2012 -0400 commit be73a5f9368136ecbdb211b96516ad0c554c8201 Author: Behdad Esfahbod -Date: Thu Jul 19 14:59:15 2012 -0400 +Date: Thu Jul 19 14:59:15 2012 -0400 Add src/test-would-substitute tool - src/Makefile.am | 6 +- + src/Makefile.am | 6 +- src/test-would-substitute.cc | 94 ++++++++++++++++++++++++++++++ - src/test.cc | 132 + src/test.cc | 132 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 231 insertions(+), 1 deletion(-) commit e72b360ac6381b549249b8836fa3e70b909d3437 Author: Behdad Esfahbod -Date: Thu Jul 19 14:35:23 2012 -0400 +Date: Thu Jul 19 14:35:23 2012 -0400 Refactor / finish would_apply() operation @@ -27431,13 +30805,13 @@ Date: Thu Jul 19 14:35:23 2012 -0400 src/hb-ot-layout-gsub-table.hh | 126 +++++++++---------- src/hb-ot-layout-gsubgpos-private.hh | 233 ++++++++++++++++++++++++++++++++++- - src/hb-ot-layout.cc | 11 ++ - src/hb-ot-layout.h | 7 ++ + src/hb-ot-layout.cc | 11 ++ + src/hb-ot-layout.h | 7 ++ 5 files changed, 308 insertions(+), 75 deletions(-) commit 8c973ebf0f59abb5ee920edd5d64e23d8e47ad75 Author: Behdad Esfahbod -Date: Thu Jul 19 13:25:08 2012 -0400 +Date: Thu Jul 19 13:25:08 2012 -0400 [Indic] Implement per-script matra positioning @@ -27448,25 +30822,25 @@ Date: Thu Jul 19 13:25:08 2012 -0400 44% to 10%. Does NOT affect other scripts' test results. src/hb-ot-shape-complex-indic-private.hh | 2 +- - src/hb-ot-shape-complex-indic.cc | 40 + src/hb-ot-shape-complex-indic.cc | 40 +++++++++++++++++++++++++++++--- - src/hb-unicode.cc | 2 +- + src/hb-unicode.cc | 2 +- 3 files changed, 39 insertions(+), 5 deletions(-) commit 8bb32458f95f13f66688e0811cc91f1bfffb867d Author: Behdad Esfahbod -Date: Thu Jul 19 12:59:06 2012 -0400 +Date: Thu Jul 19 12:59:06 2012 -0400 [Indic] More refactoring src/hb-ot-shape-complex-indic-private.hh | 9 ++--- - src/hb-ot-shape-complex-indic.cc | 65 + src/hb-ot-shape-complex-indic.cc | 65 ++++++++++++++++++++++++-------- 2 files changed, 54 insertions(+), 20 deletions(-) commit 9ccc6382ba43760167c134c18c1c4ada4b8c3f22 Author: Behdad Esfahbod -Date: Thu Jul 19 12:32:16 2012 -0400 +Date: Thu Jul 19 12:32:16 2012 -0400 [Indic] Minor refactoring @@ -27476,7 +30850,7 @@ Date: Thu Jul 19 12:32:16 2012 -0400 commit f83aaa3133de5d807be267a100d6a200e8db9017 Author: Behdad Esfahbod -Date: Thu Jul 19 12:23:23 2012 -0400 +Date: Thu Jul 19 12:23:23 2012 -0400 [Indic] Minor @@ -27486,18 +30860,18 @@ Date: Thu Jul 19 12:23:23 2012 -0400 commit be8b9f5f715f6fb36b98bd33c3303f79cc068f8a Author: Behdad Esfahbod -Date: Thu Jul 19 12:11:12 2012 -0400 +Date: Thu Jul 19 12:11:12 2012 -0400 [Indic] Start refactoring different matra positions per script src/hb-ot-shape-complex-indic-private.hh | 36 +++++++++++++++++++------------- - src/hb-ot-shape-complex-indic.cc | 4 ++-- + src/hb-ot-shape-complex-indic.cc | 4 ++-- 2 files changed, 24 insertions(+), 16 deletions(-) commit deeb540a74f8d394db273145b17bf385d14d01bb Author: Behdad Esfahbod -Date: Thu Jul 19 11:30:48 2012 -0400 +Date: Thu Jul 19 11:30:48 2012 -0400 [test] Ignore tests with DOTTED CIRCLE in the output @@ -27506,7 +30880,7 @@ Date: Thu Jul 19 11:30:48 2012 -0400 commit b01d9b3d90e892341ee4463f2eda4600850b97d8 Author: Behdad Esfahbod -Date: Thu Jul 19 11:25:49 2012 -0400 +Date: Thu Jul 19 11:25:49 2012 -0400 [Indic] Disallow decomposition of a couple characters @@ -27522,40 +30896,40 @@ Date: Thu Jul 19 11:25:49 2012 -0400 commit 422ecd2d3c198a36d07d409341cb82ea57c7ad6b Author: Behdad Esfahbod -Date: Wed Jul 18 23:25:58 2012 -0400 +Date: Wed Jul 18 23:25:58 2012 -0400 [Indic] Accept a forced Rakar sequence at the end of syllable In Sinhala, Rakar is formed by Al-Lakuna,ZWJ,Ra. If you put that at the end of a Consonant,Matra syllable, you get a dotted-circle from - Uniscribe. Apparently adding a ZWJ before the Al-Lakuna "fixes" that. + Uniscribe. Apparently adding a ZWJ before the Al-Lakuna "fixes" that. And people have been encoding that sequence... So, allow a forced "ZWJ,Virama,ZWJ,Ra" sequence at the of syllables. Fixes some 100 or more of Sinhala failures. Now at 622 only (0.23%). - src/hb-ot-shape-complex-indic-machine.rl | + src/hb-ot-shape-complex-indic-machine.rl | 3 ++- - .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt | + .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) commit 6fc1732003d71cf90d37247482772c3da884687f Author: Behdad Esfahbod -Date: Wed Jul 18 17:49:19 2012 -0400 +Date: Wed Jul 18 17:49:19 2012 -0400 [Indic] Allow joiners on both sides of Halant at the same time The sequence is used in Sinhala to explicitly ask - for Rakar. Fixes two-thousand Sinhala tests. Not many left. + for Rakar. Fixes two-thousand Sinhala tests. Not many left. src/hb-ot-shape-complex-indic-machine.rl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 10cdc94eee2225f14c198c015256a5a0063eecad Author: Behdad Esfahbod -Date: Wed Jul 18 17:42:34 2012 -0400 +Date: Wed Jul 18 17:42:34 2012 -0400 [Indic] In final reordering, find base, even if it disappeared @@ -27564,14 +30938,14 @@ Date: Wed Jul 18 17:42:34 2012 -0400 Fixes a few hundred of Sinhala failures with Iskoola Pota. - src/hb-ot-shape-complex-indic.cc | + src/hb-ot-shape-complex-indic.cc | 7 ++----- .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt | 1 + 2 files changed, 3 insertions(+), 5 deletions(-) commit 9c4d24a3a677a58ec59c7fb0f8b70b8aad30a032 Author: Behdad Esfahbod -Date: Wed Jul 18 17:29:10 2012 -0400 +Date: Wed Jul 18 17:29:10 2012 -0400 [Indic] Minor @@ -27580,14 +30954,14 @@ Date: Wed Jul 18 17:29:10 2012 -0400 commit 3285e107c9a83aeb552e67f9460680ff6d167d88 Author: Behdad Esfahbod -Date: Wed Jul 18 17:22:14 2012 -0400 +Date: Wed Jul 18 17:22:14 2012 -0400 [Indic] Implement Sinhala "Al Lakuna" Reph behavior In Sinhala, Reph is formed only explicitly, by the presence of a ZWJ. - src/hb-ot-shape-complex-indic-private.hh | 2 ++ - src/hb-ot-shape-complex-indic.cc | + src/hb-ot-shape-complex-indic-private.hh | 2 ++ + src/hb-ot-shape-complex-indic.cc | 7 ++++++- .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/MANIFEST | 1 + .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/reph.txt | @@ -27596,7 +30970,7 @@ Date: Wed Jul 18 17:22:14 2012 -0400 commit 91cade755534c42bb826a6aefcbca8a543d94387 Author: Behdad Esfahbod -Date: Wed Jul 18 16:50:41 2012 -0400 +Date: Wed Jul 18 16:50:41 2012 -0400 [Indic/Unicode] Decompose Sinhala split matras the way Uniscribe likes @@ -27609,7 +30983,7 @@ Date: Wed Jul 18 16:50:41 2012 -0400 commit d8942dcbb4e3249a2d78a6455c119294ed4390bc Author: Behdad Esfahbod -Date: Wed Jul 18 16:34:10 2012 -0400 +Date: Wed Jul 18 16:34:10 2012 -0400 Apply Tibetan (global) features. @@ -27624,7 +30998,7 @@ Date: Wed Jul 18 16:34:10 2012 -0400 commit 552d19b7a11f7dff888587fce4d56d9f8e47e819 Author: Behdad Esfahbod -Date: Wed Jul 18 16:00:49 2012 -0400 +Date: Wed Jul 18 16:00:49 2012 -0400 [Indic] Treat Register Shifters like Nukta @@ -27632,17 +31006,17 @@ Date: Wed Jul 18 16:00:49 2012 -0400 Fixes another 18 Khmer tests. - src/hb-ot-shape-complex-indic-machine.rl | + src/hb-ot-shape-complex-indic-machine.rl | 2 +- - src/hb-ot-shape-complex-indic.cc | + src/hb-ot-shape-complex-indic.cc | 2 -- - .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt | + .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) commit e8cd81f76d159f3ecf808952dab24bc07782497a Author: Behdad Esfahbod -Date: Wed Jul 18 16:00:20 2012 -0400 +Date: Wed Jul 18 16:00:20 2012 -0400 [Indic] Minor @@ -27651,7 +31025,7 @@ Date: Wed Jul 18 16:00:20 2012 -0400 commit 69f26bf39c824d6bf5b1c0d410380cc5462ad5ca Author: Behdad Esfahbod -Date: Wed Jul 18 15:45:43 2012 -0400 +Date: Wed Jul 18 15:45:43 2012 -0400 [Indic] Fix Matra reordering when base is at end of syllable @@ -27659,15 +31033,15 @@ Date: Wed Jul 18 15:45:43 2012 -0400 Fixes last Tamil failure! - src/hb-ot-shape-complex-indic.cc | + src/hb-ot-shape-complex-indic.cc | 2 +- - .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt | + .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) commit d16ccc4ae7aa8be460881042413fa2637929fede Author: Behdad Esfahbod -Date: Wed Jul 18 15:43:55 2012 -0400 +Date: Wed Jul 18 15:43:55 2012 -0400 Leave one extra item at the end of buffer allocation @@ -27680,7 +31054,7 @@ Date: Wed Jul 18 15:43:55 2012 -0400 commit 075d671f1093d2e3c58f7f45568696030f1b3efd Author: Behdad Esfahbod -Date: Wed Jul 18 15:41:53 2012 -0400 +Date: Wed Jul 18 15:41:53 2012 -0400 [Indic] Fix out-of-bounds array access @@ -27689,7 +31063,7 @@ Date: Wed Jul 18 15:41:53 2012 -0400 commit dcb527242b1eca4db1e190a7802f9cd132aaf46e Author: Behdad Esfahbod -Date: Wed Jul 18 15:28:25 2012 -0400 +Date: Wed Jul 18 15:28:25 2012 -0400 [Indic] Allow joiners before matras @@ -27700,21 +31074,21 @@ Date: Wed Jul 18 15:28:25 2012 -0400 commit 391cc0331749e263bdfe83a8f5f6d76f2360ee7a Author: Behdad Esfahbod -Date: Wed Jul 18 15:10:05 2012 -0400 +Date: Wed Jul 18 15:10:05 2012 -0400 [Indic] Allow halant group in Vowel and placeholder syllables Fixes 2 out of 560 Devanagari failures. AND: Fixes 1 out of 2 Tamil failures. - src/hb-ot-shape-complex-indic-machine.rl | + src/hb-ot-shape-complex-indic-machine.rl | 7 ++++--- .../in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) commit ca4e3d3eab7b738c2b8e2a81696a28bca1b81495 Author: Behdad Esfahbod -Date: Wed Jul 18 15:05:40 2012 -0400 +Date: Wed Jul 18 15:05:40 2012 -0400 [Indic] Streamline halant/joiner in grammar @@ -27723,19 +31097,19 @@ Date: Wed Jul 18 15:05:40 2012 -0400 commit 418d00dffddd95a1f27e9be15752d494c627d45e Author: Behdad Esfahbod -Date: Wed Jul 18 14:57:28 2012 -0400 +Date: Wed Jul 18 14:57:28 2012 -0400 [Indic] Minor - src/hb-ot-shape-complex-indic-machine.rl | + src/hb-ot-shape-complex-indic-machine.rl | 3 ++- - .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt | + .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) commit 4c3691d2a32ca7e54a54f7c08098fd96fa7af39e Author: Behdad Esfahbod -Date: Wed Jul 18 14:23:55 2012 -0400 +Date: Wed Jul 18 14:23:55 2012 -0400 [Indic] Hopefully minor! @@ -27746,7 +31120,7 @@ Date: Wed Jul 18 14:23:55 2012 -0400 commit e092c556fb1cf38be3cea1f4b75a0d879372dfa2 Author: Behdad Esfahbod -Date: Wed Jul 18 14:09:25 2012 -0400 +Date: Wed Jul 18 14:09:25 2012 -0400 [Indic] Minor @@ -27755,7 +31129,7 @@ Date: Wed Jul 18 14:09:25 2012 -0400 commit 14dbdd9e39d3a869fd1521000c889c347433d22b Author: Behdad Esfahbod -Date: Wed Jul 18 13:13:03 2012 -0400 +Date: Wed Jul 18 13:13:03 2012 -0400 [Indic] Unbreak Tamil @@ -27766,7 +31140,7 @@ Date: Wed Jul 18 13:13:03 2012 -0400 commit db8981f1e0e8625714568c6d0f11f0b317b11d0a Author: Behdad Esfahbod -Date: Tue Jul 17 18:17:30 2012 -0400 +Date: Tue Jul 17 18:17:30 2012 -0400 [Indic] Position Khmer Robat @@ -27780,29 +31154,29 @@ Date: Tue Jul 17 18:17:30 2012 -0400 src/hb-ot-shape-complex-indic-machine.rl | 36 +++++++++++++++++--------------- src/hb-ot-shape-complex-indic-private.hh | 7 ++++--- - src/hb-ot-shape-complex-indic.cc | 13 ++++++++++++ + src/hb-ot-shape-complex-indic.cc | 13 ++++++++++++ 3 files changed, 36 insertions(+), 20 deletions(-) commit 25bc489498ef7d0beb8fe9ab663e3f0b2f52c9c2 Author: Behdad Esfahbod -Date: Tue Jul 17 17:53:03 2012 -0400 +Date: Tue Jul 17 17:53:03 2012 -0400 [Indic] Better categorize Register Shifters and Khmer Various signs Down another 500 or so Khmer failures! - src/hb-ot-shape-complex-indic-machine.rl | 14 + src/hb-ot-shape-complex-indic-machine.rl | 14 +++++++------- - src/hb-ot-shape-complex-indic-private.hh | 2 +- - src/hb-ot-shape-complex-indic.cc | 8 ++++---- - .../south-east-asian/script-khmer/misc/MANIFEST | 2 ++ - .../script-khmer/misc/other-marks-invalid.txt | 4 ++++ + src/hb-ot-shape-complex-indic-private.hh | 2 +- + src/hb-ot-shape-complex-indic.cc | 8 ++++---- + .../south-east-asian/script-khmer/misc/MANIFEST | 2 ++ + .../script-khmer/misc/other-marks-invalid.txt | 4 ++++ .../south-east-asian/script-khmer/misc/other-marks.txt | 6 ++++++ 6 files changed, 24 insertions(+), 12 deletions(-) commit 39b17837b4064d59c18cebb49c1c0b5b8cc0c117 Author: Behdad Esfahbod -Date: Tue Jul 17 17:09:29 2012 -0400 +Date: Tue Jul 17 17:09:29 2012 -0400 Add hb_buffer_normalize_glyphs() and hb-shape --normalize-glyphs @@ -27822,7 +31196,7 @@ Date: Tue Jul 17 17:09:29 2012 -0400 commit 25e302da9a712e6f1d63b0d243a8df0d326ddba3 Author: Behdad Esfahbod -Date: Tue Jul 17 14:25:14 2012 -0400 +Date: Tue Jul 17 14:25:14 2012 -0400 [Indic] Minor @@ -27831,7 +31205,7 @@ Date: Tue Jul 17 14:25:14 2012 -0400 commit 5d32690a3428fa86eb26fe5fcec943a10aa95881 Author: Behdad Esfahbod -Date: Tue Jul 17 14:23:28 2012 -0400 +Date: Tue Jul 17 14:23:28 2012 -0400 [Indic] For scripts without Half forms, always choose first consonant as base @@ -27848,21 +31222,21 @@ Date: Tue Jul 17 14:23:28 2012 -0400 commit 34b57149065d96f7528aaccaa7654e956ce27e93 Author: Behdad Esfahbod -Date: Tue Jul 17 14:09:32 2012 -0400 +Date: Tue Jul 17 14:09:32 2012 -0400 [Indic] Treat Khmer Register Shifters more like Nuktas Except that there may be a ZWNJ before a Register Shifter. - src/hb-ot-shape-complex-indic-machine.rl | + src/hb-ot-shape-complex-indic-machine.rl | 2 +- - .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt | + .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) commit 11e2a601b19861b05dbb2051d2d078c3cfd75b29 Author: Behdad Esfahbod -Date: Tue Jul 17 14:02:28 2012 -0400 +Date: Tue Jul 17 14:02:28 2012 -0400 [Indic] Minor @@ -27871,7 +31245,7 @@ Date: Tue Jul 17 14:02:28 2012 -0400 commit 0201e0a4649ad5b607e50bcb9605e7a5b7143812 Author: Behdad Esfahbod -Date: Tue Jul 17 13:55:10 2012 -0400 +Date: Tue Jul 17 13:55:10 2012 -0400 [Indic] Apply 'cfar' for Khmer @@ -27881,14 +31255,14 @@ Date: Tue Jul 17 13:55:10 2012 -0400 U+1784,U+17D2,U+179A,U+17D2,U+1782 U+1784,U+17D2,U+1782,U+17D2,U+179A - src/hb-ot-shape-complex-indic.cc | 16 + src/hb-ot-shape-complex-indic.cc | 16 ++++++++++++++-- - .../south-east-asian/script-khmer/misc/misc.txt | 2 ++ + .../south-east-asian/script-khmer/misc/misc.txt | 2 ++ 2 files changed, 16 insertions(+), 2 deletions(-) commit 55f70ebfb95083f515d9b0044a2a65ab11484bb5 Author: Behdad Esfahbod -Date: Tue Jul 17 12:50:13 2012 -0400 +Date: Tue Jul 17 12:50:13 2012 -0400 [Indic] Position final subjoined consonants (and vowels) after matras @@ -27898,15 +31272,15 @@ Date: Tue Jul 17 12:50:13 2012 -0400 Fixes another 1k of the Khmer failures. Not much left really. - src/hb-ot-shape-complex-indic-private.hh | 1 + - src/hb-ot-shape-complex-indic.cc | 13 + src/hb-ot-shape-complex-indic-private.hh | 1 + + src/hb-ot-shape-complex-indic.cc | 13 +++++++++++++ - .../south-east-asian/script-khmer/misc/misc.txt | 2 ++ + .../south-east-asian/script-khmer/misc/misc.txt | 2 ++ 3 files changed, 16 insertions(+) commit c50ed71e9a3df1844f564de66d54b46a696c1356 Author: Behdad Esfahbod -Date: Tue Jul 17 11:54:28 2012 -0400 +Date: Tue Jul 17 11:54:28 2012 -0400 [Indic] Recategorize Khmer coeng sign as a separate category OT_Coeng @@ -27914,16 +31288,16 @@ Date: Tue Jul 17 11:54:28 2012 -0400 (Coeng+C) and a final subscripted independent vowel (Coeng+V). Fixes another 2k of Khmer failures. - src/hb-ot-shape-complex-indic-machine.rl | + src/hb-ot-shape-complex-indic-machine.rl | 7 ++++--- - src/hb-ot-shape-complex-indic.cc | + src/hb-ot-shape-complex-indic.cc | 6 +++++- - .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt | 1 + + .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt | 1 + 3 files changed, 10 insertions(+), 4 deletions(-) commit deb521dee4fdca8c2124cfb39a205e6269d4a70d Author: Behdad Esfahbod -Date: Tue Jul 17 11:37:32 2012 -0400 +Date: Tue Jul 17 11:37:32 2012 -0400 [Indic] Add a separate Coeng class @@ -27931,12 +31305,12 @@ Date: Tue Jul 17 11:37:32 2012 -0400 src/hb-ot-shape-complex-indic-machine.rl | 1 + src/hb-ot-shape-complex-indic-private.hh | 3 ++- - src/hb-ot-shape-complex-indic.cc | 26 ++++++++++++++++---------- + src/hb-ot-shape-complex-indic.cc | 26 ++++++++++++++++---------- 3 files changed, 19 insertions(+), 11 deletions(-) commit 74ccc6a1322f8c48c5f2a05f04821783c4b87a14 Author: Behdad Esfahbod -Date: Tue Jul 17 11:16:19 2012 -0400 +Date: Tue Jul 17 11:16:19 2012 -0400 [Indic] Move Halant with after-base consonants @@ -27949,14 +31323,14 @@ Date: Tue Jul 17 11:16:19 2012 -0400 should ligate with the Halant to form Ya Phala, but previously a reordered matras was blocking the ligation. - src/hb-ot-shape-complex-indic.cc | + src/hb-ot-shape-complex-indic.cc | 11 +++++++++++ .../in-tree/shaper-indic/indic/script-bengali/misc/misc.txt | 1 + 2 files changed, 12 insertions(+) commit d5c4edcdd6df32f2f23aca44f14838b4baab4d7a Author: Behdad Esfahbod -Date: Tue Jul 17 10:40:59 2012 -0400 +Date: Tue Jul 17 10:40:59 2012 -0400 [Indic] Apply presentation-forms features all at once @@ -27967,14 +31341,14 @@ Date: Tue Jul 17 10:40:59 2012 -0400 some Ra Phala sequences for Bengali with Vrinda. Fixes another 2% of Bengali failures (a couple more to go). - src/hb-ot-shape-complex-indic.cc | + src/hb-ot-shape-complex-indic.cc | 6 +++--- .../texts/in-tree/shaper-indic/indic/script-bengali/misc/misc.txt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) commit 559f70667891a3ceeffb36f40de38a4f85868945 Author: Behdad Esfahbod -Date: Mon Jul 16 22:43:17 2012 -0400 +Date: Mon Jul 16 22:43:17 2012 -0400 Fix MarkAttachmentType matching @@ -27986,20 +31360,20 @@ Date: Mon Jul 16 22:43:17 2012 -0400 commit 6de103547e4a7fb34c833861713ea373cd912261 Author: Behdad Esfahbod -Date: Mon Jul 16 22:46:06 2012 -0400 +Date: Mon Jul 16 22:46:06 2012 -0400 [test/arabic] Add Arabic tests for mark skipping Expose a bug with Khaled's Hussaini Nastaleeq font. - .../shaper-arabic/script-arabic/misc/diacritics/MANIFEST | 1 + - .../script-arabic/misc/diacritics/mark-skipping.txt | + .../shaper-arabic/script-arabic/misc/diacritics/MANIFEST | 1 + + .../script-arabic/misc/diacritics/mark-skipping.txt | 10 ++++++++++ 2 files changed, 11 insertions(+) commit ad4494759fa8bfd2497800c24fa414075ed1aa61 Author: Behdad Esfahbod -Date: Mon Jul 16 22:40:21 2012 -0400 +Date: Mon Jul 16 22:40:21 2012 -0400 Minor @@ -28008,7 +31382,7 @@ Date: Mon Jul 16 22:40:21 2012 -0400 commit af92b4cc90e4184d5bdd8037c551ed482700114f Author: Behdad Esfahbod -Date: Mon Jul 16 20:31:24 2012 -0400 +Date: Mon Jul 16 20:31:24 2012 -0400 [Indic] Disable 'kern' in Uniscribe bug compatibility mode @@ -28025,7 +31399,7 @@ Date: Mon Jul 16 20:31:24 2012 -0400 commit d96838ef951ce6170eb2dc576ebcba2262cf7008 Author: Behdad Esfahbod -Date: Mon Jul 16 20:26:57 2012 -0400 +Date: Mon Jul 16 20:26:57 2012 -0400 Allow complex shapers overriding common features @@ -28035,12 +31409,12 @@ Date: Mon Jul 16 20:26:57 2012 -0400 src/hb-ot-shape-complex-indic.cc | 6 ++++++ src/hb-ot-shape-complex-misc.cc | 18 ++++++++++++++++++ src/hb-ot-shape-complex-private.hh | 30 ++++++++++++++++++++++++++++++ - src/hb-ot-shape.cc | 2 ++ + src/hb-ot-shape.cc | 2 ++ 5 files changed, 62 insertions(+) commit df50b8474094f0563ccfdae12c4425a51b72add6 Author: Behdad Esfahbod -Date: Mon Jul 16 19:56:29 2012 -0400 +Date: Mon Jul 16 19:56:29 2012 -0400 [Indic] Categorize other Khmer marks @@ -28054,7 +31428,7 @@ Date: Mon Jul 16 19:56:29 2012 -0400 commit 8e7b5882fb4c1921c9d030d354a9b998115cdb8c Author: Behdad Esfahbod -Date: Mon Jul 16 17:04:46 2012 -0400 +Date: Mon Jul 16 17:04:46 2012 -0400 [Indic] Recognize pre-base reordering Ra anywhere in the syllable @@ -28069,7 +31443,7 @@ Date: Mon Jul 16 17:04:46 2012 -0400 commit 7d09c98a1fff97127e48eae48d380dc9fcff288e Author: Behdad Esfahbod -Date: Mon Jul 16 16:45:22 2012 -0400 +Date: Mon Jul 16 16:45:22 2012 -0400 [Indic] Recognizer Register Shifter marks @@ -28077,12 +31451,12 @@ Date: Mon Jul 16 16:45:22 2012 -0400 src/hb-ot-shape-complex-indic-machine.rl | 3 ++- src/hb-ot-shape-complex-indic-private.hh | 5 +++-- - src/hb-ot-shape-complex-indic.cc | 2 ++ + src/hb-ot-shape-complex-indic.cc | 2 ++ 3 files changed, 7 insertions(+), 3 deletions(-) commit 60da763dfac96a7931d6e6bdef8b9973bd5209ab Author: Behdad Esfahbod -Date: Mon Jul 16 16:13:32 2012 -0400 +Date: Mon Jul 16 16:13:32 2012 -0400 [GSUB/GDEF] Guess glyph classes after substitution only if no GDEF @@ -28093,7 +31467,7 @@ Date: Mon Jul 16 16:13:32 2012 -0400 commit fcdc5f1c8849a7f38d9f34f64d60c6d95d7501f7 Author: Behdad Esfahbod -Date: Mon Jul 16 15:52:54 2012 -0400 +Date: Mon Jul 16 15:52:54 2012 -0400 [Indic] Categorize Khmer Ro @@ -28104,7 +31478,7 @@ Date: Mon Jul 16 15:52:54 2012 -0400 commit 78818124b17691ec2c647142fdb9ae743aa03dee Author: Behdad Esfahbod -Date: Mon Jul 16 15:49:08 2012 -0400 +Date: Mon Jul 16 15:49:08 2012 -0400 [Indic] Reoder pre-base reordering Ra @@ -28116,7 +31490,7 @@ Date: Mon Jul 16 15:49:08 2012 -0400 commit 1a1dbe9a2787f226f3e43063da8eb6633438b0a0 Author: Behdad Esfahbod -Date: Mon Jul 16 15:40:33 2012 -0400 +Date: Mon Jul 16 15:40:33 2012 -0400 [Indic] Rename @@ -28125,7 +31499,7 @@ Date: Mon Jul 16 15:40:33 2012 -0400 commit 46e645ec4b59f0a278347be11f40c7df700d5bb6 Author: Behdad Esfahbod -Date: Mon Jul 16 15:30:05 2012 -0400 +Date: Mon Jul 16 15:30:05 2012 -0400 [Indic] Start implementing pre-base reordering @@ -28134,7 +31508,7 @@ Date: Mon Jul 16 15:30:05 2012 -0400 commit 921ce5b17daf06af8e17989a3e335b9f5df20483 Author: Behdad Esfahbod -Date: Mon Jul 16 15:26:56 2012 -0400 +Date: Mon Jul 16 15:26:56 2012 -0400 [Indic] Rename @@ -28145,7 +31519,7 @@ Date: Mon Jul 16 15:26:56 2012 -0400 commit b504e060f008e95b1ba36c06600c9fea4f5d4808 Author: Behdad Esfahbod -Date: Mon Jul 16 15:21:12 2012 -0400 +Date: Mon Jul 16 15:21:12 2012 -0400 [Indic] Implement After-Main Reph positioning @@ -28156,7 +31530,7 @@ Date: Mon Jul 16 15:21:12 2012 -0400 commit 17d7de91d76406d3e92db37d9eef2fc615f06e68 Author: Behdad Esfahbod -Date: Mon Jul 16 15:20:15 2012 -0400 +Date: Mon Jul 16 15:20:15 2012 -0400 [Indic] Apply 'pref' to pre-base reodering Ra @@ -28167,11 +31541,11 @@ Date: Mon Jul 16 15:20:15 2012 -0400 commit 362d3db8d3527d0fef260a17d2466e92a4a25425 Author: Behdad Esfahbod -Date: Mon Jul 16 15:15:28 2012 -0400 +Date: Mon Jul 16 15:15:28 2012 -0400 [Indic] Minor - Should not be any semantic change. In preparation for implementing + Should not be any semantic change. In preparation for implementing pre-base reordering Ra. src/hb-ot-shape-complex-indic.cc | 8 +------- @@ -28179,7 +31553,7 @@ Date: Mon Jul 16 15:15:28 2012 -0400 commit 70fe77bb9a25922bd34f206826d8731d901fb451 Author: Behdad Esfahbod -Date: Mon Jul 16 14:52:18 2012 -0400 +Date: Mon Jul 16 14:52:18 2012 -0400 Minor @@ -28189,7 +31563,7 @@ Date: Mon Jul 16 14:52:18 2012 -0400 commit 2f903215c5da2330a37abe489a3f45f7c3fd5a09 Author: Behdad Esfahbod -Date: Mon Jul 16 13:54:43 2012 -0400 +Date: Mon Jul 16 13:54:43 2012 -0400 Minor @@ -28198,7 +31572,7 @@ Date: Mon Jul 16 13:54:43 2012 -0400 commit a3e04bee2c2fa648759a87e460db6b4f1b685586 Author: Behdad Esfahbod -Date: Mon Jul 16 13:47:19 2012 -0400 +Date: Mon Jul 16 13:47:19 2012 -0400 [Indic] Reorder virama only for old Indic spec @@ -28207,7 +31581,7 @@ Date: Mon Jul 16 13:47:19 2012 -0400 commit 0de771b72da6b342b015e3556190821547a4011d Author: Behdad Esfahbod -Date: Mon Jul 16 13:39:36 2012 -0400 +Date: Mon Jul 16 13:39:36 2012 -0400 [Indic] Categorize Khmer consonants @@ -28216,7 +31590,7 @@ Date: Mon Jul 16 13:39:36 2012 -0400 commit d487fff266258eb1af056e9704cfb09d04251ddc Author: Behdad Esfahbod -Date: Mon Jul 16 13:25:17 2012 -0400 +Date: Mon Jul 16 13:25:17 2012 -0400 Split matras without a Unicode decomposition @@ -28229,7 +31603,7 @@ Date: Mon Jul 16 13:25:17 2012 -0400 commit 8aa801a6fd1a737fa20b851edf7528bdd6635b8b Author: Behdad Esfahbod -Date: Mon Jul 16 13:24:26 2012 -0400 +Date: Mon Jul 16 13:24:26 2012 -0400 [Indic] Adjust position for split matras @@ -28242,7 +31616,7 @@ Date: Mon Jul 16 13:24:26 2012 -0400 commit 1feb8345a5fd92297eb6796e6dce633bafa0c76e Author: Behdad Esfahbod -Date: Mon Jul 16 13:23:40 2012 -0400 +Date: Mon Jul 16 13:23:40 2012 -0400 [GSUB] Allow 1-to-1 ligature substitutions! @@ -28255,7 +31629,7 @@ Date: Mon Jul 16 13:23:40 2012 -0400 commit 29f106d7fba25e1464debd3a4831a7380d75c4c9 Author: Behdad Esfahbod -Date: Mon Jul 16 12:05:35 2012 -0400 +Date: Mon Jul 16 12:05:35 2012 -0400 [Indic] Apply Above Forms @@ -28264,7 +31638,7 @@ Date: Mon Jul 16 12:05:35 2012 -0400 commit fa2bd9fb63d83b657373764d4b657084d8327fc9 Author: Behdad Esfahbod -Date: Sat Jul 14 12:15:54 2012 -0400 +Date: Sat Jul 14 12:15:54 2012 -0400 Further simplify atomic ops on Visual Studio @@ -28273,7 +31647,7 @@ Date: Sat Jul 14 12:15:54 2012 -0400 commit 0a492357016bc9a614d2a726f2006c10af68ca58 Author: Behdad Esfahbod -Date: Fri Jul 13 13:20:49 2012 -0400 +Date: Fri Jul 13 13:20:49 2012 -0400 Minor @@ -28282,17 +31656,17 @@ Date: Fri Jul 13 13:20:49 2012 -0400 commit 11c4ad439ef2b39a840f397a693b1ba643f52c21 Author: Behdad Esfahbod -Date: Fri Jul 13 11:29:31 2012 -0400 +Date: Fri Jul 13 11:29:31 2012 -0400 Add -Wcast-align - configure.ac | 3 +++ + configure.ac | 3 +++ src/Makefile.am | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) commit a98d0ab18624501ee60551304f2715361ac643da Author: Behdad Esfahbod -Date: Fri Jul 13 10:19:10 2012 -0400 +Date: Fri Jul 13 10:19:10 2012 -0400 Make sure HB_BEGIN_DECLS / HB_END_DECLS is only used in public headers @@ -28300,14 +31674,14 @@ Date: Fri Jul 13 10:19:10 2012 -0400 desired, and use these to make only declared symbols public. - src/check-c-linkage-decls.sh | 10 +++++++++- - src/hb-fallback-shape-private.hh | 6 ------ + src/check-c-linkage-decls.sh | 10 +++++++++- + src/hb-fallback-shape-private.hh | 6 ------ src/hb-ot-shape-complex-indic-machine.rl | 4 ---- 3 files changed, 9 insertions(+), 11 deletions(-) commit 5c5bc96216c9ad58243eb3ed27b253e237f08ebe Author: Behdad Esfahbod -Date: Fri Jul 13 10:15:37 2012 -0400 +Date: Fri Jul 13 10:15:37 2012 -0400 Allow overriding HB_BEGIN_DECLS / HB_END_DECLS @@ -28316,7 +31690,7 @@ Date: Fri Jul 13 10:15:37 2012 -0400 commit ec5f5f0f8a1d5b3ff98452175bb4450a59897620 Author: Behdad Esfahbod -Date: Fri Jul 13 10:00:42 2012 -0400 +Date: Fri Jul 13 10:00:42 2012 -0400 Don't export inline methods @@ -28325,7 +31699,7 @@ Date: Fri Jul 13 10:00:42 2012 -0400 commit 50a4e78b530563917eb606ff3b96dcc9eed5b3ee Author: Behdad Esfahbod -Date: Fri Jul 13 09:48:39 2012 -0400 +Date: Fri Jul 13 09:48:39 2012 -0400 Check for exported weak symbols @@ -28338,7 +31712,7 @@ Date: Fri Jul 13 09:48:39 2012 -0400 commit b5aeb95afeb13a66177caada9f5d5ad4cddbd35f Author: Behdad Esfahbod -Date: Fri Jul 13 09:45:54 2012 -0400 +Date: Fri Jul 13 09:45:54 2012 -0400 Make hb_in_range() static @@ -28347,7 +31721,7 @@ Date: Fri Jul 13 09:45:54 2012 -0400 commit 271c8f89075607c689938b4f5e60323d9a1acd70 Author: Behdad Esfahbod -Date: Fri Jul 13 09:32:30 2012 -0400 +Date: Fri Jul 13 09:32:30 2012 -0400 Minor @@ -28356,7 +31730,7 @@ Date: Fri Jul 13 09:32:30 2012 -0400 commit 391f1ff5d894b60bfe0f606be436ffe7e43f7455 Author: Behdad Esfahbod -Date: Fri Jul 13 09:04:07 2012 -0400 +Date: Fri Jul 13 09:04:07 2012 -0400 Fix _InterlockedCompareExchangePointer on x86 @@ -28365,7 +31739,7 @@ Date: Fri Jul 13 09:04:07 2012 -0400 commit 2023e2b54d91924dddfd228ffdbb46021135b068 Author: Behdad Esfahbod -Date: Wed Jul 11 19:00:30 2012 -0400 +Date: Wed Jul 11 19:00:30 2012 -0400 [ft] Disable ppem setting @@ -28379,7 +31753,7 @@ Date: Wed Jul 11 19:00:30 2012 -0400 commit cdf7444505a7ae49d20f9ba6776dea92c1fde2a6 Author: Behdad Esfahbod -Date: Wed Jul 11 18:52:39 2012 -0400 +Date: Wed Jul 11 18:52:39 2012 -0400 [ft] Use unfitted kerning if x_ppem is zero @@ -28388,7 +31762,7 @@ Date: Wed Jul 11 18:52:39 2012 -0400 commit 6d08c7f1b3601095f9a12630045331dd0fe75380 Author: Behdad Esfahbod -Date: Wed Jul 11 18:01:27 2012 -0400 +Date: Wed Jul 11 18:01:27 2012 -0400 Revert "Towards templatizing common Lookup types" @@ -28404,7 +31778,7 @@ Date: Wed Jul 11 18:01:27 2012 -0400 commit 552bf3a9f9651311084b7979805dbdc18c0335ca Author: Behdad Esfahbod -Date: Wed Jul 11 16:44:51 2012 -0400 +Date: Wed Jul 11 16:44:51 2012 -0400 Bump WINNT version requested from 500 to 600 @@ -28419,7 +31793,7 @@ Date: Wed Jul 11 16:44:51 2012 -0400 commit 9a5b421a64db1bb23d5c6ebbc3bf3f3a5513dc36 Author: Behdad Esfahbod -Date: Wed Jul 11 16:35:04 2012 -0400 +Date: Wed Jul 11 16:35:04 2012 -0400 Fix build with no Unicode funcs implementations provided @@ -28428,7 +31802,7 @@ Date: Wed Jul 11 16:35:04 2012 -0400 commit 6efe1eca660135096f05987ac0ef9b635de6cdfd Author: Behdad Esfahbod -Date: Wed Jul 11 15:30:08 2012 -0400 +Date: Wed Jul 11 15:30:08 2012 -0400 Update git.mk to upstream @@ -28437,7 +31811,7 @@ Date: Wed Jul 11 15:30:08 2012 -0400 commit 727135f3a9938c1ebd5b9f5015a46c7ccc8573c5 Author: Behdad Esfahbod -Date: Tue Jul 3 22:15:35 2012 -0400 +Date: Tue Jul 3 22:15:35 2012 -0400 Towards templatizing common Lookup types @@ -28449,14 +31823,14 @@ Date: Tue Jul 3 22:15:35 2012 -0400 commit 1167c7bfc9e61f145e11da4881968293a4d3c0a9 Author: Behdad Esfahbod -Date: Tue Jul 3 11:38:46 2012 -0400 +Date: Tue Jul 3 11:38:46 2012 -0400 Minor - test/shaping/texts/in-tree/shaper-thai/MANIFEST | + test/shaping/texts/in-tree/shaper-thai/MANIFEST | 2 +- - test/shaping/texts/in-tree/shaper-thai/misc/MANIFEST | 1 - - test/shaping/texts/in-tree/shaper-thai/script-thai/MANIFEST | 1 + + test/shaping/texts/in-tree/shaper-thai/misc/MANIFEST | 1 - + test/shaping/texts/in-tree/shaper-thai/script-thai/MANIFEST | 1 + test/shaping/texts/in-tree/shaper-thai/script-thai/misc/MANIFEST | 1 + .../shaper-thai/{misc/misc.txt => script-thai/misc/sara-am.txt} | 6 ++---- @@ -28464,7 +31838,7 @@ Date: Tue Jul 3 11:38:46 2012 -0400 commit aa116582e69d18777448e7993078e5d6335ddfed Author: Behdad Esfahbod -Date: Fri Jun 29 10:50:12 2012 -0400 +Date: Fri Jun 29 10:50:12 2012 -0400 Minor @@ -28474,7 +31848,7 @@ Date: Fri Jun 29 10:50:12 2012 -0400 commit 1f13c7185f02ea18d4fadd2ea8ad444bea863c39 Author: Behdad Esfahbod -Date: Wed Jun 27 10:07:27 2012 -0400 +Date: Wed Jun 27 10:07:27 2012 -0400 Add TODO item @@ -28483,17 +31857,17 @@ Date: Wed Jun 27 10:07:27 2012 -0400 commit 12f5c0a222a2f0aebe63c0d367937a0ff985474a Author: Behdad Esfahbod -Date: Tue Jun 26 11:16:13 2012 -0400 +Date: Tue Jun 26 11:16:13 2012 -0400 Fix check for Intel atomic ops - configure.ac | 9 +++++---- + configure.ac | 9 +++++---- src/hb-atomic-private.hh | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) commit 6932a41fb61ffc2901c260587b1e98ed9c2a7ea1 Author: Behdad Esfahbod -Date: Tue Jun 26 10:46:31 2012 -0400 +Date: Tue Jun 26 10:46:31 2012 -0400 Use octal-escaped UTF-8 characters instead of plain text @@ -28504,19 +31878,19 @@ Date: Tue Jun 26 10:46:31 2012 -0400 commit 8c0ea7bcb4409aaf8c96ad641f2db30003228ad0 Author: Behdad Esfahbod -Date: Sun Jun 24 13:20:56 2012 -0400 +Date: Sun Jun 24 13:20:56 2012 -0400 Disable introspection again Until I figure out the build issues. Sigh... - configure.ac | 2 +- + configure.ac | 2 +- src/Makefile.am | 42 +++++++++++++++++++++--------------------- 2 files changed, 22 insertions(+), 22 deletions(-) commit 8c5f5e6f5ec2b6a219fbdfc955f6299325a0adde Author: Behdad Esfahbod -Date: Sun Jun 17 14:58:59 2012 -0400 +Date: Sun Jun 17 14:58:59 2012 -0400 Minor @@ -28525,7 +31899,7 @@ Date: Sun Jun 17 14:58:59 2012 -0400 commit 49f8e0cd9a5493ae26857c43bac0711cdf47c80d Author: Behdad Esfahbod -Date: Sat Jun 16 15:40:03 2012 -0400 +Date: Sat Jun 16 15:40:03 2012 -0400 GStaticMutex is deprecated @@ -28534,7 +31908,7 @@ Date: Sat Jun 16 15:40:03 2012 -0400 commit 5e113a4b7921ced6af2d53460a7a2f1d0185c02a Author: Behdad Esfahbod -Date: Sat Jun 16 15:26:13 2012 -0400 +Date: Sat Jun 16 15:26:13 2012 -0400 g_thread_init() is deprecated @@ -28543,39 +31917,39 @@ Date: Sat Jun 16 15:26:13 2012 -0400 commit 1bc1cb3603167f5da309336f7018c8b0608ac104 Author: Behdad Esfahbod -Date: Sat Jun 16 15:21:55 2012 -0400 +Date: Sat Jun 16 15:21:55 2012 -0400 Make source more digestable for gobject-introspection - src/hb-blob.cc | 2 +- - src/hb-blob.h | 2 +- + src/hb-blob.cc | 2 +- + src/hb-blob.h | 2 +- src/hb-buffer-private.hh | 4 ++-- - src/hb-buffer.h | 6 +++--- - src/hb-common.cc | 2 +- - src/hb-common.h | 4 ++-- + src/hb-buffer.h | 6 +++--- + src/hb-common.cc | 2 +- + src/hb-common.h | 4 ++-- src/hb-font-private.hh | 6 +++--- - src/hb-font.cc | 2 +- - src/hb-font.h | 8 ++++---- - src/hb-set-private.hh | 2 +- - src/hb-set.h | 2 +- - src/hb-shape.h | 2 +- + src/hb-font.cc | 2 +- + src/hb-font.h | 8 ++++---- + src/hb-set-private.hh | 2 +- + src/hb-set.h | 2 +- + src/hb-shape.h | 2 +- src/hb-unicode-private.hh | 2 +- - src/hb-unicode.h | 2 +- + src/hb-unicode.h | 2 +- 14 files changed, 23 insertions(+), 23 deletions(-) commit 84d781e54cc75c81a06ba43fd7b1a74b8c7d9591 Author: Behdad Esfahbod -Date: Sat Jun 16 15:21:41 2012 -0400 +Date: Sat Jun 16 15:21:41 2012 -0400 Flesh out gobject-introspection stuff a bit - configure.ac | 1 + + configure.ac | 1 + src/Makefile.am | 23 +++++++++++++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) commit 49ee12ccd00870d4976339dc546c74eaf08a8fc0 Author: Behdad Esfahbod -Date: Sat Jun 16 14:53:51 2012 -0400 +Date: Sat Jun 16 14:53:51 2012 -0400 Add TODO item @@ -28584,7 +31958,7 @@ Date: Sat Jun 16 14:53:51 2012 -0400 commit d3c8115d1ad09404b8970b98e6b5ab74510a35f6 Author: Behdad Esfahbod -Date: Tue Jun 12 09:52:57 2012 -0400 +Date: Tue Jun 12 09:52:57 2012 -0400 Minor @@ -28593,7 +31967,7 @@ Date: Tue Jun 12 09:52:57 2012 -0400 commit 2cf301968cb8c1150cead0ab909457cdd3ee2d01 Author: Behdad Esfahbod -Date: Sat Jun 9 14:58:01 2012 -0400 +Date: Sat Jun 9 14:58:01 2012 -0400 Add hb_object_lock/unlock() @@ -28602,7 +31976,7 @@ Date: Sat Jun 9 14:58:01 2012 -0400 commit 6a5661f1e69c937083e8d976cb12429b99180d54 Author: Behdad Esfahbod -Date: Sat Jun 9 03:26:16 2012 -0400 +Date: Sat Jun 9 03:26:16 2012 -0400 Ugh @@ -28611,18 +31985,18 @@ Date: Sat Jun 9 03:26:16 2012 -0400 commit f211d5c291b4c947cfd732e873627567173057e4 Author: Behdad Esfahbod -Date: Sat Jun 9 03:11:22 2012 -0400 +Date: Sat Jun 9 03:11:22 2012 -0400 - More Oops! Fix fast-path with sub-type==0 + More Oops! Fix fast-path with sub-type==0 src/hb-ot-layout-gpos-table.hh | 2 +- src/hb-ot-layout-gsub-table.hh | 2 +- - util/shape-consumer.hh | 2 ++ + util/shape-consumer.hh | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) commit b1de6aa1f33b228afe231c8209aef90a5fa1ee5d Author: Behdad Esfahbod -Date: Sat Jun 9 03:07:59 2012 -0400 +Date: Sat Jun 9 03:07:59 2012 -0400 Oops! @@ -28632,7 +32006,7 @@ Date: Sat Jun 9 03:07:59 2012 -0400 commit b12e2549cbcd4f1ef46e66c75533686ee560f59b Author: Behdad Esfahbod -Date: Sat Jun 9 03:05:20 2012 -0400 +Date: Sat Jun 9 03:05:20 2012 -0400 Minor @@ -28641,7 +32015,7 @@ Date: Sat Jun 9 03:05:20 2012 -0400 commit faf0f20253d954cc4cfa4c967ece7573a5ddae3b Author: Behdad Esfahbod -Date: Sat Jun 9 03:02:36 2012 -0400 +Date: Sat Jun 9 03:02:36 2012 -0400 Add sanitize() logic for fast-paths @@ -28651,7 +32025,7 @@ Date: Sat Jun 9 03:02:36 2012 -0400 commit 4e766ff28d1fb831ded20666799787478129c07c Author: Behdad Esfahbod -Date: Sat Jun 9 02:53:57 2012 -0400 +Date: Sat Jun 9 02:53:57 2012 -0400 Add fast-path for GPOS too @@ -28662,7 +32036,7 @@ Date: Sat Jun 9 02:53:57 2012 -0400 commit 993c51915f503f74ee00eee646b67bf2e3f73596 Author: Behdad Esfahbod -Date: Sat Jun 9 02:48:16 2012 -0400 +Date: Sat Jun 9 02:48:16 2012 -0400 Add fast-path to GSUB to check coverage @@ -28675,7 +32049,7 @@ Date: Sat Jun 9 02:48:16 2012 -0400 commit f19e0b0099ec73b8fedccacff4902403f5eabc42 Author: Behdad Esfahbod -Date: Sat Jun 9 02:26:57 2012 -0400 +Date: Sat Jun 9 02:26:57 2012 -0400 Match input before backtrack @@ -28686,17 +32060,17 @@ Date: Sat Jun 9 02:26:57 2012 -0400 commit 67bb9e8cea49a44be6996515e1c7d8cdc95a77e6 Author: Behdad Esfahbod -Date: Sat Jun 9 02:02:46 2012 -0400 +Date: Sat Jun 9 02:02:46 2012 -0400 Add set add_coverage() to Coverage() src/hb-ot-layout-common-private.hh | 24 ++++++++++++++++++++++++ - src/hb-set-private.hh | 5 +++++ + src/hb-set-private.hh | 5 +++++ 2 files changed, 29 insertions(+) commit 4952f0aa5b2f4368d9e3418252e0a1b9294cd5ee Author: Behdad Esfahbod -Date: Sat Jun 9 01:39:11 2012 -0400 +Date: Sat Jun 9 01:39:11 2012 -0400 Minor @@ -28705,7 +32079,7 @@ Date: Sat Jun 9 01:39:11 2012 -0400 commit ad6a6f22401d6256e34521d0f52e91348c5ed4c9 Author: Behdad Esfahbod -Date: Sat Jun 9 01:21:02 2012 -0400 +Date: Sat Jun 9 01:21:02 2012 -0400 Minor @@ -28714,7 +32088,7 @@ Date: Sat Jun 9 01:21:02 2012 -0400 commit 46617a42133fbab151de4111a74dcbdc4e769c74 Author: Behdad Esfahbod -Date: Sat Jun 9 01:18:58 2012 -0400 +Date: Sat Jun 9 01:18:58 2012 -0400 Fix cache implementation @@ -28723,20 +32097,20 @@ Date: Sat Jun 9 01:18:58 2012 -0400 commit ce47613889aa3ff9b0067d3e51ba63cfdb139adb Author: Behdad Esfahbod -Date: Sat Jun 9 01:10:26 2012 -0400 +Date: Sat Jun 9 01:10:26 2012 -0400 Micro-optimize I know... src/hb-ot-layout-gsubgpos-private.hh | 3 ++- - src/hb-ot-layout.cc | 46 + src/hb-ot-layout.cc | 46 ++++++++++++++++++++++-------------- 2 files changed, 30 insertions(+), 19 deletions(-) commit 70416de298b811ab6be53a1c67f0d2531d99cd46 Author: Behdad Esfahbod -Date: Sat Jun 9 00:56:41 2012 -0400 +Date: Sat Jun 9 00:56:41 2012 -0400 Minor @@ -28745,7 +32119,7 @@ Date: Sat Jun 9 00:56:41 2012 -0400 commit 99159e52a3c9d5ae6c0fbdec64e7ed684fa70b61 Author: Behdad Esfahbod -Date: Sat Jun 9 00:50:40 2012 -0400 +Date: Sat Jun 9 00:50:40 2012 -0400 Use linear search for small counts @@ -28756,7 +32130,7 @@ Date: Sat Jun 9 00:50:40 2012 -0400 commit caf0412690542e58e23246dccc4b2fb83bd652ec Author: Behdad Esfahbod -Date: Sat Jun 9 00:26:32 2012 -0400 +Date: Sat Jun 9 00:26:32 2012 -0400 Minor @@ -28765,27 +32139,27 @@ Date: Sat Jun 9 00:26:32 2012 -0400 commit 0f8fea71a66b1e01ee4398967db464393f478d42 Author: Behdad Esfahbod -Date: Sat Jun 9 00:24:38 2012 -0400 +Date: Sat Jun 9 00:24:38 2012 -0400 Minor. Hide _hb_ot_layout_get_glyph_property() src/hb-ot-layout-private.hh | 4 ---- - src/hb-ot-layout.cc | 2 +- + src/hb-ot-layout.cc | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) commit 44b8ee0c90d7b1dd91e5848114141e3186534a0f Author: Behdad Esfahbod -Date: Sat Jun 9 00:23:24 2012 -0400 +Date: Sat Jun 9 00:23:24 2012 -0400 Minor src/hb-ot-layout-gpos-table.hh | 3 ++- - src/hb-ot-layout.cc | 2 +- + src/hb-ot-layout.cc | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) commit 7b84c536c10ab90ed96a033d88e9ad232d46c5b8 Author: Behdad Esfahbod -Date: Fri Jun 8 22:04:23 2012 -0400 +Date: Fri Jun 8 22:04:23 2012 -0400 In MarkBase attachment, only attach to first of a MultipleSubst sequence @@ -28802,7 +32176,7 @@ Date: Fri Jun 8 22:04:23 2012 -0400 commit ec57e0c5655ced5109c4638bf802772d336448fd Author: Behdad Esfahbod -Date: Fri Jun 8 21:47:23 2012 -0400 +Date: Fri Jun 8 21:47:23 2012 -0400 Set lig_comp for MultipleSubst components @@ -28814,18 +32188,18 @@ Date: Fri Jun 8 21:47:23 2012 -0400 commit e085fcf7ca302eb7802a032197c022819e7e7074 Author: Behdad Esfahbod -Date: Fri Jun 8 21:45:00 2012 -0400 +Date: Fri Jun 8 21:45:00 2012 -0400 Remove unused buffer->replace_glyphs_be16 - src/hb-buffer-private.hh | 3 --- - src/hb-buffer.cc | 23 ----------------------- + src/hb-buffer-private.hh | 3 --- + src/hb-buffer.cc | 23 ----------------------- src/hb-ot-layout-gsubgpos-private.hh | 8 -------- 3 files changed, 34 deletions(-) commit 3ec77d6ae0510dc2c0ec64382c4948bc6e109844 Author: Behdad Esfahbod -Date: Fri Jun 8 21:44:06 2012 -0400 +Date: Fri Jun 8 21:44:06 2012 -0400 Don't use replace_glyphs_be for MultipleSubst @@ -28835,7 +32209,7 @@ Date: Fri Jun 8 21:44:06 2012 -0400 commit 4b7192125ffd295091d6b3a0bdfca7011947c2ca Author: Behdad Esfahbod -Date: Fri Jun 8 21:41:46 2012 -0400 +Date: Fri Jun 8 21:41:46 2012 -0400 Minor @@ -28845,17 +32219,17 @@ Date: Fri Jun 8 21:41:46 2012 -0400 commit 4508789f4b5e0ece5620d35598aeeb7ecbe3e3aa Author: Behdad Esfahbod -Date: Fri Jun 8 21:32:43 2012 -0400 +Date: Fri Jun 8 21:32:43 2012 -0400 Add test for static initializers and other C++ stuff - src/Makefile.am | 3 ++- + src/Makefile.am | 3 ++- src/check-static-inits.sh | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) commit 56bd259b9ac22dd98913c8ca2e2cf7b30b632373 Author: Behdad Esfahbod -Date: Fri Jun 8 21:29:18 2012 -0400 +Date: Fri Jun 8 21:29:18 2012 -0400 Minor @@ -28864,7 +32238,7 @@ Date: Fri Jun 8 21:29:18 2012 -0400 commit 4538b47bf08e73e7f5cce6337df5fe154233c168 Author: Behdad Esfahbod -Date: Fri Jun 8 21:01:45 2012 -0400 +Date: Fri Jun 8 21:01:45 2012 -0400 Remove done TODO items @@ -28873,7 +32247,7 @@ Date: Fri Jun 8 21:01:45 2012 -0400 commit bc8357ea7b4c0d7c715aae353176434fb9460205 Author: Behdad Esfahbod -Date: Fri Jun 8 21:01:20 2012 -0400 +Date: Fri Jun 8 21:01:20 2012 -0400 Merge clusters during normalization @@ -28882,7 +32256,7 @@ Date: Fri Jun 8 21:01:20 2012 -0400 commit fe3dabc08df7501010564f8844bd4d11771cc6a4 Author: Behdad Esfahbod -Date: Fri Jun 8 20:56:05 2012 -0400 +Date: Fri Jun 8 20:56:05 2012 -0400 Minor @@ -28891,7 +32265,7 @@ Date: Fri Jun 8 20:56:05 2012 -0400 commit e88e14421a33ca5bdfd76bc0b2f801fcb6e78911 Author: Behdad Esfahbod -Date: Fri Jun 8 20:55:21 2012 -0400 +Date: Fri Jun 8 20:55:21 2012 -0400 Use merge_clusters instead of open-coding @@ -28900,7 +32274,7 @@ Date: Fri Jun 8 20:55:21 2012 -0400 commit 330a2af3ff0e12c01b3b451357b8bdc83b2e9b47 Author: Behdad Esfahbod -Date: Fri Jun 8 20:40:02 2012 -0400 +Date: Fri Jun 8 20:40:02 2012 -0400 Use merge_clusters when forming Unicode clusters @@ -28909,7 +32283,7 @@ Date: Fri Jun 8 20:40:02 2012 -0400 commit bd300df9adf955c1e69b3783c1c061876940fb8b Author: Behdad Esfahbod -Date: Fri Jun 8 20:35:18 2012 -0400 +Date: Fri Jun 8 20:35:18 2012 -0400 Minor @@ -28918,18 +32292,18 @@ Date: Fri Jun 8 20:35:18 2012 -0400 commit e51d2b6ed1c794ac28c5610bfd01dbc9fb383633 Author: Behdad Esfahbod -Date: Fri Jun 8 20:33:27 2012 -0400 +Date: Fri Jun 8 20:33:27 2012 -0400 Extend into main buffer if extension hit end of out-buffer merging clusters - src/hb-buffer.cc | 5 +++++ + src/hb-buffer.cc | 5 +++++ src/hb-ot-shape-complex-misc.cc | 9 --------- 2 files changed, 5 insertions(+), 9 deletions(-) commit 5ced012d9f58c51d557a835593c3277e35fe3b35 Author: Behdad Esfahbod -Date: Fri Jun 8 20:31:32 2012 -0400 +Date: Fri Jun 8 20:31:32 2012 -0400 Extend end when merging clusters in out-buffer @@ -28938,17 +32312,17 @@ Date: Fri Jun 8 20:31:32 2012 -0400 commit 72c0a1878313e7232d554bc226f4c6dc01418a95 Author: Behdad Esfahbod -Date: Fri Jun 8 20:30:03 2012 -0400 +Date: Fri Jun 8 20:30:03 2012 -0400 Extend clusters backward in out-buffer - src/hb-buffer.cc | 8 ++++++++ + src/hb-buffer.cc | 8 ++++++++ src/hb-ot-shape-complex-misc.cc | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) commit cd5891493df06fdb92e1ae526d29dee8df250235 Author: Behdad Esfahbod -Date: Fri Jun 8 20:27:53 2012 -0400 +Date: Fri Jun 8 20:27:53 2012 -0400 Extend clusters backwards, into the out-buffer too @@ -28957,7 +32331,7 @@ Date: Fri Jun 8 20:27:53 2012 -0400 commit 77471e037122548bfc08cacea6fbb472831c34f3 Author: Behdad Esfahbod -Date: Fri Jun 8 20:21:02 2012 -0400 +Date: Fri Jun 8 20:21:02 2012 -0400 Clear output buffer before calling GSUB pause functions @@ -28966,7 +32340,7 @@ Date: Fri Jun 8 20:21:02 2012 -0400 commit cafa6f372721fd6b0a7c0da68b9421d3e94931bc Author: Behdad Esfahbod -Date: Fri Jun 8 20:17:10 2012 -0400 +Date: Fri Jun 8 20:17:10 2012 -0400 When merging clusters, extend the end @@ -28975,7 +32349,7 @@ Date: Fri Jun 8 20:17:10 2012 -0400 commit 28ce5fa454b54f728044ee12a9dbe7d016783d4a Author: Behdad Esfahbod -Date: Fri Jun 8 20:13:56 2012 -0400 +Date: Fri Jun 8 20:13:56 2012 -0400 Merge clusters when ligating @@ -28984,7 +32358,7 @@ Date: Fri Jun 8 20:13:56 2012 -0400 commit 2bb1761ccb7d300744ced6427165f4ea75ddf96c Author: Behdad Esfahbod -Date: Fri Jun 8 19:29:44 2012 -0400 +Date: Fri Jun 8 19:29:44 2012 -0400 Minor, use next_glyph() @@ -28993,7 +32367,7 @@ Date: Fri Jun 8 19:29:44 2012 -0400 commit 5f68f8675e5ccaee91f5a90d86bc3b022b9a54e4 Author: Behdad Esfahbod -Date: Fri Jun 8 19:23:43 2012 -0400 +Date: Fri Jun 8 19:23:43 2012 -0400 Minor @@ -29002,7 +32376,7 @@ Date: Fri Jun 8 19:23:43 2012 -0400 commit 872969126756456a69bf958f3df6e56a26e57b0a Author: Behdad Esfahbod -Date: Fri Jun 8 14:18:30 2012 -0400 +Date: Fri Jun 8 14:18:30 2012 -0400 Increase Uniscribe MAX_ITEMS @@ -29011,7 +32385,7 @@ Date: Fri Jun 8 14:18:30 2012 -0400 commit dbffa4c83d29c689ee4cd8a1c53e84521028c711 Author: Behdad Esfahbod -Date: Fri Jun 8 14:08:32 2012 -0400 +Date: Fri Jun 8 14:08:32 2012 -0400 Fix Uniscribe charset matching @@ -29020,7 +32394,7 @@ Date: Fri Jun 8 14:08:32 2012 -0400 There still remains a problem with the Uniscribe backend, in that if a font with the same family name is installed, and is newer, the native - one is preferred over the font we provide. Fixing it requires + one is preferred over the font we provide. Fixing it requires rewriting the name table with a unique family name... @@ -29029,7 +32403,7 @@ Date: Fri Jun 8 14:08:32 2012 -0400 commit 82e8bd8628aeb37835fb019a71b6bdac87824b97 Author: Behdad Esfahbod -Date: Fri Jun 8 11:48:29 2012 -0400 +Date: Fri Jun 8 11:48:29 2012 -0400 Remove unused code @@ -29038,7 +32412,7 @@ Date: Fri Jun 8 11:48:29 2012 -0400 commit 6da9dbff21b47fb10794b8d6cb747393c9eab7dd Author: Behdad Esfahbod -Date: Fri Jun 8 10:53:35 2012 -0400 +Date: Fri Jun 8 10:53:35 2012 -0400 Remove zero-width chars in the fallback shaper too @@ -29047,9 +32421,9 @@ Date: Fri Jun 8 10:53:35 2012 -0400 commit 68b76121f83fc9b87dc84f03e8bef38d4332734d Author: Behdad Esfahbod -Date: Fri Jun 8 10:43:49 2012 -0400 +Date: Fri Jun 8 10:43:49 2012 -0400 - Fix regressions introduced by sed. Ouch! + Fix regressions introduced by sed. Ouch! Introduced in 99c2695759a6af855d565f4994bbdf220570bb48. Broken mark-mark and mark-ligature stuff. @@ -29060,7 +32434,7 @@ Date: Fri Jun 8 10:43:49 2012 -0400 commit 0dd86f9f6849d82d60a99e66b6928795cfb2a3c7 Author: Behdad Esfahbod -Date: Fri Jun 8 10:23:03 2012 -0400 +Date: Fri Jun 8 10:23:03 2012 -0400 Whitespace @@ -29070,7 +32444,7 @@ Date: Fri Jun 8 10:23:03 2012 -0400 commit 8e7beba7c3b3dea3cb3b7e280c5aab4f13b92d31 Author: Behdad Esfahbod -Date: Fri Jun 8 10:22:06 2012 -0400 +Date: Fri Jun 8 10:22:06 2012 -0400 Fix Uniscribe clusters with direction-overriden Arabic @@ -29079,7 +32453,7 @@ Date: Fri Jun 8 10:22:06 2012 -0400 commit b069c3c31bfbbf160eb897c7474be9ea90ed4fc1 Author: Behdad Esfahbod -Date: Fri Jun 8 10:10:29 2012 -0400 +Date: Fri Jun 8 10:10:29 2012 -0400 Really fix override-direction in Uniscribe @@ -29088,7 +32462,7 @@ Date: Fri Jun 8 10:10:29 2012 -0400 commit fcd6f5326166e993b8f5222efbaffe916da98f0a Author: Behdad Esfahbod -Date: Fri Jun 8 09:59:43 2012 -0400 +Date: Fri Jun 8 09:59:43 2012 -0400 Unbreak Uniscribe @@ -29096,12 +32470,12 @@ Date: Fri Jun 8 09:59:43 2012 -0400 something to add API for in hb-uniscribe.h src/hb-private.hh | 12 +++++++++++- - src/hb-uniscribe.cc | 8 ++++---- + src/hb-uniscribe.cc | 8 ++++---- 2 files changed, 15 insertions(+), 5 deletions(-) commit 29eac8f591fdb86f1c4fdc0a6ab63910ff286b84 Author: Behdad Esfahbod -Date: Fri Jun 8 09:26:17 2012 -0400 +Date: Fri Jun 8 09:26:17 2012 -0400 Override direction in Uniscribe backend @@ -29112,7 +32486,7 @@ Date: Fri Jun 8 09:26:17 2012 -0400 commit 1c1233e57686d77d89fe3ac1dc53de9ee60798c1 Author: Behdad Esfahbod -Date: Fri Jun 8 09:20:53 2012 -0400 +Date: Fri Jun 8 09:20:53 2012 -0400 Make Uniscribe backend respect selected script @@ -29121,7 +32495,7 @@ Date: Fri Jun 8 09:20:53 2012 -0400 commit 0bb0f5d41976ae27c5c7a51cbb82144b48315a4b Author: Behdad Esfahbod -Date: Thu Jun 7 17:42:48 2012 -0400 +Date: Thu Jun 7 17:42:48 2012 -0400 Add note re _NullPool @@ -29130,21 +32504,21 @@ Date: Thu Jun 7 17:42:48 2012 -0400 commit 2a3d911fe0ff5d6442659d3381d5b08c30ee2896 Author: Behdad Esfahbod -Date: Thu Jun 7 17:31:46 2012 -0400 +Date: Thu Jun 7 17:31:46 2012 -0400 Fix alignment-requirement missmatch Detected by clang and lots of cmdline options. - src/hb-buffer-private.hh | 2 +- - src/hb-buffer.cc | 5 +++-- + src/hb-buffer-private.hh | 2 +- + src/hb-buffer.cc | 5 +++-- src/hb-ot-layout-gsub-table.hh | 4 ++-- src/hb-ot-layout-gsubgpos-private.hh | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) commit 6095de1635441af16340c7b2c5a6b4c531ec242f Author: Behdad Esfahbod -Date: Thu Jun 7 15:48:18 2012 -0400 +Date: Thu Jun 7 15:48:18 2012 -0400 Fix clang warning with NO_MT path @@ -29153,19 +32527,19 @@ Date: Thu Jun 7 15:48:18 2012 -0400 commit a18280a8ce9128fc9d75f8a367ae8ce0886a9599 Author: Behdad Esfahbod -Date: Thu Jun 7 15:44:12 2012 -0400 +Date: Thu Jun 7 15:44:12 2012 -0400 Fix warnings produced by clang analyzer - src/hb-icu.cc | 6 ++++-- - test/api/test-blob.c | 2 +- + src/hb-icu.cc | 6 ++++-- + test/api/test-blob.c | 2 +- test/api/test-buffer.c | 4 ++-- - util/helper-cairo.cc | 2 +- + util/helper-cairo.cc | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) commit 7ec83051c05777c0e6e2eea6ef6c71effede9527 Author: Behdad Esfahbod -Date: Thu Jun 7 13:32:57 2012 -0400 +Date: Thu Jun 7 13:32:57 2012 -0400 Fix warnings @@ -29174,7 +32548,7 @@ Date: Thu Jun 7 13:32:57 2012 -0400 commit 73cb02de2dd28b09d4aa76230132248215cfe83d Author: Behdad Esfahbod -Date: Wed Jun 6 11:29:25 2012 -0400 +Date: Wed Jun 6 11:29:25 2012 -0400 Minor @@ -29183,7 +32557,7 @@ Date: Wed Jun 6 11:29:25 2012 -0400 commit 79e2b4791fe95ede9a1e6b1c71ccc6e36c4fc0e5 Author: Behdad Esfahbod -Date: Wed Jun 6 11:27:17 2012 -0400 +Date: Wed Jun 6 11:27:17 2012 -0400 Fix ASSERT_POD on clang @@ -29194,7 +32568,7 @@ Date: Wed Jun 6 11:27:17 2012 -0400 commit 4282d2f3771d6510c27b62e54cc1254d6f2389b3 Author: Behdad Esfahbod -Date: Wed Jun 6 03:42:36 2012 -0400 +Date: Wed Jun 6 03:42:36 2012 -0400 Enabled ICU again @@ -29203,33 +32577,33 @@ Date: Wed Jun 6 03:42:36 2012 -0400 commit 6220e5fc0dad728e67a92e838d3ac275d032f2c7 Author: Behdad Esfahbod -Date: Wed Jun 6 03:30:09 2012 -0400 +Date: Wed Jun 6 03:30:09 2012 -0400 Add ASSERT_POD for most objects - src/hb-blob.cc | 1 + + src/hb-blob.cc | 1 + src/hb-buffer-private.hh | 2 ++ src/hb-font-private.hh | 3 +++ src/hb-object-private.hh | 2 ++ - src/hb-private.hh | 2 +- - src/hb-set-private.hh | 4 +++- + src/hb-private.hh | 2 +- + src/hb-set-private.hh | 4 +++- src/hb-unicode-private.hh | 1 + 7 files changed, 13 insertions(+), 2 deletions(-) commit a00a63b5ef503fafa87e26b517732b2214e01719 Author: Behdad Esfahbod -Date: Wed Jun 6 03:07:01 2012 -0400 +Date: Wed Jun 6 03:07:01 2012 -0400 Add macros to check that types are POD - configure.ac | 1 + + configure.ac | 1 + src/hb-open-type-private.hh | 32 ++++++++++++++++++++------------ - src/hb-private.hh | 24 ++++++++++++++++++++++++ + src/hb-private.hh | 24 ++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 12 deletions(-) commit 61eb60c129e865e92f6a5767a88c44a391f4d413 Author: Behdad Esfahbod -Date: Tue Jun 5 21:14:04 2012 -0400 +Date: Tue Jun 5 21:14:04 2012 -0400 Don't link to libstdc++ @@ -29240,7 +32614,7 @@ Date: Tue Jun 5 21:14:04 2012 -0400 commit 81a4b9fd4eb8995c5930db1df3669db93661eb52 Author: Behdad Esfahbod -Date: Tue Jun 5 20:49:51 2012 -0400 +Date: Tue Jun 5 20:49:51 2012 -0400 Remove unused hb_static_mutex_t @@ -29249,7 +32623,7 @@ Date: Tue Jun 5 20:49:51 2012 -0400 commit 4a3a9897b3698dd09c3e880b3ddd4db24c6fb460 Author: Behdad Esfahbod -Date: Tue Jun 5 20:39:07 2012 -0400 +Date: Tue Jun 5 20:39:07 2012 -0400 Disable Intel atomic ops on mingw32 @@ -29260,45 +32634,45 @@ Date: Tue Jun 5 20:39:07 2012 -0400 commit 0594a2448440208efa0acac9a5d8d52d43108289 Author: Behdad Esfahbod -Date: Tue Jun 5 20:35:40 2012 -0400 +Date: Tue Jun 5 20:35:40 2012 -0400 Cleanup TRUE/FALSE vs true/false - src/hb-atomic-private.hh | 4 +-- - src/hb-blob.cc | 28 +++++++++--------- - src/hb-buffer-private.hh | 2 +- - src/hb-buffer.cc | 38 ++++++++++++------------- - src/hb-buffer.h | 4 +-- - src/hb-fallback-shape.cc | 2 +- - src/hb-font.cc | 22 +++++++-------- - src/hb-ft.cc | 22 +++++++-------- - src/hb-glib.cc | 16 +++++------ - src/hb-graphite2.cc | 8 +++--- - src/hb-icu.cc | 30 ++++++++++---------- - src/hb-ot-layout.cc | 28 +++++++++--------- + src/hb-atomic-private.hh | 4 +-- + src/hb-blob.cc | 28 +++++++++--------- + src/hb-buffer-private.hh | 2 +- + src/hb-buffer.cc | 38 ++++++++++++------------- + src/hb-buffer.h | 4 +-- + src/hb-fallback-shape.cc | 2 +- + src/hb-font.cc | 22 +++++++-------- + src/hb-ft.cc | 22 +++++++-------- + src/hb-glib.cc | 16 +++++------ + src/hb-graphite2.cc | 8 +++--- + src/hb-icu.cc | 30 ++++++++++---------- + src/hb-ot-layout.cc | 28 +++++++++--------- src/hb-ot-shape-complex-private.hh | 2 +- - src/hb-ot-shape-normalize.cc | 16 +++++------ - src/hb-ot-shape.cc | 4 +-- - src/hb-private.hh | 18 ++++-------- - src/hb-set.cc | 2 +- - src/hb-set.h | 2 +- - src/hb-shape.cc | 6 ++-- - src/hb-tt-font.cc | 12 ++++---- - src/hb-unicode.cc | 8 +++--- - src/hb-uniscribe.cc | 18 ++++++------ - src/main.cc | 2 +- - util/hb-shape.cc | 2 +- - util/helper-cairo.cc | 16 +++++------ - util/main-font-text.hh | 2 +- - util/options.cc | 58 + src/hb-ot-shape-normalize.cc | 16 +++++------ + src/hb-ot-shape.cc | 4 +-- + src/hb-private.hh | 18 ++++-------- + src/hb-set.cc | 2 +- + src/hb-set.h | 2 +- + src/hb-shape.cc | 6 ++-- + src/hb-tt-font.cc | 12 ++++---- + src/hb-unicode.cc | 8 +++--- + src/hb-uniscribe.cc | 18 ++++++------ + src/main.cc | 2 +- + util/hb-shape.cc | 2 +- + util/helper-cairo.cc | 16 +++++------ + util/main-font-text.hh | 2 +- + util/options.cc | 58 +++++++++++++++++++------------------- - util/options.hh | 2 +- - util/view-cairo.hh | 2 +- + util/options.hh | 2 +- + util/view-cairo.hh | 2 +- 29 files changed, 185 insertions(+), 191 deletions(-) commit e1ac38f8dd04c29d2d4140f5a492cdaf25d72901 Author: Behdad Esfahbod -Date: Tue Jun 5 20:31:49 2012 -0400 +Date: Tue Jun 5 20:31:49 2012 -0400 Fix inert buffer set_length() with zero @@ -29309,18 +32683,18 @@ Date: Tue Jun 5 20:31:49 2012 -0400 commit 04bc1eebe7a304c0e6f86ab6814c65889f152602 Author: Behdad Esfahbod -Date: Tue Jun 5 20:16:56 2012 -0400 +Date: Tue Jun 5 20:16:56 2012 -0400 Add configure tests for Intel atomic intrinsics - configure.ac | 17 +++++++++++++++++ + configure.ac | 17 +++++++++++++++++ src/hb-atomic-private.hh | 12 ++++++------ src/hb-mutex-private.hh | 2 +- 3 files changed, 24 insertions(+), 7 deletions(-) commit 68c75b46977beb57e35082db26be712b3cd65678 Author: Behdad Esfahbod -Date: Tue Jun 5 19:55:46 2012 -0400 +Date: Tue Jun 5 19:55:46 2012 -0400 Shuffle @@ -29329,20 +32703,20 @@ Date: Tue Jun 5 19:55:46 2012 -0400 commit f64b2ebf82c5f355cd95806478cd30c00b1a2731 Author: Behdad Esfahbod -Date: Tue Jun 5 19:23:29 2012 -0400 +Date: Tue Jun 5 19:23:29 2012 -0400 Remove last static initializer We're free! Lazy or immediate... - src/hb-ft.cc | 2 + + src/hb-ft.cc | 2 + src/hb-shape.cc | 150 ++++++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 110 insertions(+), 42 deletions(-) commit 4a8a529068fc380298bb05b9d878bede3e9f4da1 Author: Behdad Esfahbod -Date: Tue Jun 5 19:17:02 2012 -0400 +Date: Tue Jun 5 19:17:02 2012 -0400 Make hb-view err if all shapers failed @@ -29351,30 +32725,30 @@ Date: Tue Jun 5 19:17:02 2012 -0400 commit 04aed572f112b96a6033cd6c3df7bdba5e29e93c Author: Behdad Esfahbod -Date: Tue Jun 5 18:30:19 2012 -0400 +Date: Tue Jun 5 18:30:19 2012 -0400 Make hb-ft static-initializer free src/hb-common.cc | 5 ++--- - src/hb-ft.cc | 38 +++++++++++++++++++++++++++----------- + src/hb-ft.cc | 38 +++++++++++++++++++++++++++----------- 2 files changed, 29 insertions(+), 14 deletions(-) commit be4560a3b5e8599cbe2b29a01a60c21c9e2b194f Author: Behdad Esfahbod -Date: Tue Jun 5 18:14:03 2012 -0400 +Date: Tue Jun 5 18:14:03 2012 -0400 Undo default unicode-funcs to avoid static initializer again - src/hb-buffer.cc | 2 +- - src/hb-glib.cc | 23 ++++++++++++----------- - src/hb-icu.cc | 24 +++++++++++++----------- + src/hb-buffer.cc | 2 +- + src/hb-glib.cc | 23 ++++++++++++----------- + src/hb-icu.cc | 24 +++++++++++++----------- src/hb-unicode-private.hh | 10 +++++----- - src/hb-unicode.cc | 26 ++++++++++++++------------ + src/hb-unicode.cc | 26 ++++++++++++++------------ 5 files changed, 45 insertions(+), 40 deletions(-) commit 093171cceca63e48e735bbf05a2c11b1b7e95ef1 Author: Behdad Esfahbod -Date: Tue Jun 5 18:00:45 2012 -0400 +Date: Tue Jun 5 18:00:45 2012 -0400 Implement lock-free hb_language_t @@ -29386,7 +32760,7 @@ Date: Tue Jun 5 18:00:45 2012 -0400 commit 6843ce01be0df501ef3149a2c1c54cdfb693195d Author: Behdad Esfahbod -Date: Tue Jun 5 17:27:20 2012 -0400 +Date: Tue Jun 5 17:27:20 2012 -0400 Add atomic-pointer functions @@ -29398,21 +32772,21 @@ Date: Tue Jun 5 17:27:20 2012 -0400 commit cdafe3a7d8483ac586e2c16487e2a09164e0f65c Author: Behdad Esfahbod -Date: Tue Jun 5 16:34:49 2012 -0400 +Date: Tue Jun 5 16:34:49 2012 -0400 Add gcc intrinsics implementations for atomic and mutex - configure.ac | 4 ++-- + configure.ac | 4 ++-- src/hb-atomic-private.hh | 11 +++++++++-- src/hb-mutex-private.hh | 51 +++++++++++++++++++++++++++++++++++++++++------- src/hb-object-private.hh | 4 +++- - src/hb-warning.cc | 14 ++++++------- + src/hb-warning.cc | 14 ++++++------- 5 files changed, 65 insertions(+), 19 deletions(-) commit d970d2899b36a2fbd002b224b8bd37b0906fdd5f Author: Behdad Esfahbod -Date: Tue Jun 5 16:06:28 2012 -0400 +Date: Tue Jun 5 16:06:28 2012 -0400 Add gcc implementation for atomic ops @@ -29421,21 +32795,21 @@ Date: Tue Jun 5 16:06:28 2012 -0400 commit 0e253e97af71e2a7ead153589f61fd579a247502 Author: Behdad Esfahbod -Date: Tue Jun 5 15:37:19 2012 -0400 +Date: Tue Jun 5 15:37:19 2012 -0400 Add a mutex to object header Removes one more static-initialization. A few more to go. - src/hb-common.cc | 24 +++++++++--------------- + src/hb-common.cc | 24 +++++++++--------------- src/hb-mutex-private.hh | 19 +++++++------------ src/hb-object-private.hh | 36 ++++++++++++++++++++++-------------- - src/hb-private.hh | 11 +++++------ + src/hb-private.hh | 11 +++++------ 4 files changed, 43 insertions(+), 47 deletions(-) commit a2b471df821b32625d127f83b2f90e6d6a967e7e Author: Behdad Esfahbod -Date: Tue Jun 5 15:17:44 2012 -0400 +Date: Tue Jun 5 15:17:44 2012 -0400 Remove static initializers from indic @@ -29445,25 +32819,25 @@ Date: Tue Jun 5 15:17:44 2012 -0400 commit f06ab8a4262c759b4723614fd28f55ee77aa8466 Author: Behdad Esfahbod -Date: Tue Jun 5 12:31:51 2012 -0400 +Date: Tue Jun 5 12:31:51 2012 -0400 Better hide nil objects and make them const - src/hb-blob.cc | 34 +++++++++++------------ - src/hb-buffer.cc | 39 +++++++++++++------------- - src/hb-font.cc | 70 + src/hb-blob.cc | 34 +++++++++++------------ + src/hb-buffer.cc | 39 +++++++++++++------------- + src/hb-font.cc | 70 +++++++++++++++++++++++------------------------ - src/hb-ft.cc | 49 +++++++++++++++------------------ - src/hb-glib.cc | 25 ++++++++--------- - src/hb-icu.cc | 25 ++++++++--------- - src/hb-set.cc | 16 +++++------ + src/hb-ft.cc | 49 +++++++++++++++------------------ + src/hb-glib.cc | 25 ++++++++--------- + src/hb-icu.cc | 25 ++++++++--------- + src/hb-set.cc | 16 +++++------ src/hb-unicode-private.hh | 11 ++++---- - src/hb-unicode.cc | 34 +++++++++++------------ + src/hb-unicode.cc | 34 +++++++++++------------ 9 files changed, 146 insertions(+), 157 deletions(-) commit bf93b636c4963cbc32d5fba7ace1053db6719192 Author: Behdad Esfahbod -Date: Tue Jun 5 14:17:32 2012 -0400 +Date: Tue Jun 5 14:17:32 2012 -0400 Remove constructor from hb_prealloced_array_t @@ -29474,13 +32848,13 @@ Date: Tue Jun 5 14:17:32 2012 -0400 coming soon. src/hb-object-private.hh | 3 +++ - src/hb-private.hh | 4 +++- - src/hb-set-private.hh | 1 + + src/hb-private.hh | 4 +++- + src/hb-set-private.hh | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) commit 7037291aacb858f8090fd7d9028c196cc1a21703 Author: Behdad Esfahbod -Date: Tue Jun 5 13:30:11 2012 -0400 +Date: Tue Jun 5 13:30:11 2012 -0400 Check for atexit() @@ -29489,7 +32863,7 @@ Date: Tue Jun 5 13:30:11 2012 -0400 commit f1971a217424bd6db5c7072ba5cf197f318d4e47 Author: Behdad Esfahbod -Date: Tue Jun 5 13:04:20 2012 -0400 +Date: Tue Jun 5 13:04:20 2012 -0400 Fix warnings @@ -29498,49 +32872,49 @@ Date: Tue Jun 5 13:04:20 2012 -0400 commit b0a6e58bb3dda72dcce37d54d987591630a3db6c Author: Behdad Esfahbod -Date: Mon Jun 4 10:21:22 2012 -0400 +Date: Mon Jun 4 10:21:22 2012 -0400 s/script-punjabi/script-gurmukhi/ - test/shaping/texts/in-tree/shaper-indic/indic/MANIFEST | + test/shaping/texts/in-tree/shaper-indic/indic/MANIFEST | 2 +- .../shaper-indic/indic/{script-punjabi => script-gurmukhi}/MANIFEST | 0 - .../indic/{script-punjabi => script-gurmukhi}/misc/MANIFEST | + .../indic/{script-punjabi => script-gurmukhi}/misc/MANIFEST | 0 - .../indic/{script-punjabi => script-gurmukhi}/misc/misc.txt | + .../indic/{script-punjabi => script-gurmukhi}/misc/misc.txt | 0 - .../indic/{script-punjabi => script-gurmukhi}/utrrs/LICENSE | + .../indic/{script-punjabi => script-gurmukhi}/utrrs/LICENSE | 0 - .../indic/{script-punjabi => script-gurmukhi}/utrrs/MANIFEST | + .../indic/{script-punjabi => script-gurmukhi}/utrrs/MANIFEST | 0 .../shaper-indic/indic/{script-punjabi => script-gurmukhi}/utrrs/README | 0 - .../indic/{script-punjabi => script-gurmukhi}/utrrs/SOURCES | + .../indic/{script-punjabi => script-gurmukhi}/utrrs/SOURCES | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | + .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | + .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-GurmukhiSpecific.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt | + .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt | 0 .../indic/{script-punjabi => script-gurmukhi}/utrrs/codepoint/MANIFEST | 0 - .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | + .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 0 - .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | + .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 0 .../indic/{script-punjabi => script-gurmukhi}/utrrs/gpos/MANIFEST | 0 - .../utrrs/gsub/IndicFontFeatureGSUB.txt | + .../utrrs/gsub/IndicFontFeatureGSUB.txt | 0 .../indic/{script-punjabi => script-gurmukhi}/utrrs/gsub/MANIFEST | 0 @@ -29548,7 +32922,7 @@ Date: Mon Jun 4 10:21:22 2012 -0400 commit c1885483120d4b686b2fe95b217dce7248e040b1 Author: Behdad Esfahbod -Date: Mon Jun 4 08:56:00 2012 -0400 +Date: Mon Jun 4 08:56:00 2012 -0400 Add --verbose to hb-shape @@ -29560,7 +32934,7 @@ Date: Mon Jun 4 08:56:00 2012 -0400 commit 9fc7a11469113d31d8095757c4fc038c3427d44a Author: Behdad Esfahbod -Date: Mon Jun 4 08:28:19 2012 -0400 +Date: Mon Jun 4 08:28:19 2012 -0400 Remove comma at the end of enum @@ -29571,16 +32945,16 @@ Date: Mon Jun 4 08:28:19 2012 -0400 commit 3b8fd9c48f4bde368bf2d465c148b9743a9216ee Author: Behdad Esfahbod -Date: Sun Jun 3 15:54:19 2012 -0400 +Date: Sun Jun 3 15:54:19 2012 -0400 Remove const from ref_count.ref_count According to Tom Hacohen this was breaking build with some compilers. In file included from hb-buffer-private.hh:35:0, - from hb-ot-map-private.hh:32, - from hb-ot-shape-private.hh:32, - from hb-ot-shape.cc:29: + from hb-ot-map-private.hh:32, + from hb-ot-shape-private.hh:32, + from hb-ot-shape.cc:29: hb-object-private.hh: In constructor '_hb_object_header_t::_hb_object_header_t()': hb-object-private.hh:97:8: error: uninitialized const member in @@ -29602,7 +32976,7 @@ Date: Sun Jun 3 15:54:19 2012 -0400 commit 70600dbf626808a30fb0fd8b7ae860e64d9ffe87 Author: Behdad Esfahbod -Date: Sun Jun 3 15:52:51 2012 -0400 +Date: Sun Jun 3 15:52:51 2012 -0400 Minor @@ -29611,35 +32985,35 @@ Date: Sun Jun 3 15:52:51 2012 -0400 commit ae62166519291057316a9d15cea3f1570fcb5eaf Author: Behdad Esfahbod -Date: Sat Jun 2 12:21:19 2012 -0400 +Date: Sat Jun 2 12:21:19 2012 -0400 [util] Minor - util/options.cc | 4 +--- - util/options.hh | 26 ++++++++++++++------------ + util/options.cc | 4 +--- + util/options.hh | 26 ++++++++++++++------------ util/shape-consumer.hh | 4 +++- 3 files changed, 18 insertions(+), 16 deletions(-) commit 5db0683a822f70c914468430cda6487cee740ae3 Author: Behdad Esfahbod -Date: Sat Jun 2 12:13:08 2012 -0400 +Date: Sat Jun 2 12:13:08 2012 -0400 [util] Make hb-shape continue shaping other lines if shapers failed - util/hb-ot-shape-closure.cc | 3 +++ - util/hb-shape.cc | 36 +++++++++++++++++++++++++------ - util/main-font-text.hh | 2 +- - util/options.cc | 34 ++++++++++++++++++++++------- - util/options.hh | 33 ++++++++++++++-------------- + util/hb-ot-shape-closure.cc | 3 +++ + util/hb-shape.cc | 36 +++++++++++++++++++++++++------ + util/main-font-text.hh | 2 +- + util/options.cc | 34 ++++++++++++++++++++++------- + util/options.hh | 33 ++++++++++++++-------------- util/shape-consumer.hh | 17 ++++++++++++--- - util/view-cairo.cc | 47 +++++++--------------------------------- - util/view-cairo.hh | 52 + util/view-cairo.cc | 47 +++++++--------------------------------- + util/view-cairo.hh | 52 +++++++++++++++++++++++++++++++++++++++------ 8 files changed, 143 insertions(+), 81 deletions(-) commit 96a9ef0c9fca8d58d8dc6baf6b262d96587abee0 Author: Behdad Esfahbod -Date: Fri Jun 1 13:46:26 2012 -0400 +Date: Fri Jun 1 13:46:26 2012 -0400 Remove tab character like other "zero-width" characters @@ -29651,7 +33025,7 @@ Date: Fri Jun 1 13:46:26 2012 -0400 commit cd6a5493411fea30a04466128e1a37b4d89c6a72 Author: Behdad Esfahbod -Date: Fri Jun 1 13:45:25 2012 -0400 +Date: Fri Jun 1 13:45:25 2012 -0400 Remove unused variable @@ -29660,7 +33034,7 @@ Date: Fri Jun 1 13:45:25 2012 -0400 commit 0558d55bac7fb9279aac859b465e7c0e3ad97492 Author: Behdad Esfahbod -Date: Mon May 28 10:46:47 2012 -0400 +Date: Mon May 28 10:46:47 2012 -0400 Remove hb_atomic_int_set/get() @@ -29675,7 +33049,7 @@ Date: Mon May 28 10:46:47 2012 -0400 commit 4efdffec095e19ceeb4b319d60201e84ece30fd9 Author: Behdad Esfahbod -Date: Sun May 27 22:39:48 2012 -0400 +Date: Sun May 27 22:39:48 2012 -0400 Minor Malayalam test case @@ -29687,7 +33061,7 @@ Date: Sun May 27 22:39:48 2012 -0400 commit dfff5b3021016d3a472c100272fd8e2f52307860 Author: Behdad Esfahbod -Date: Sun May 27 22:07:04 2012 -0400 +Date: Sun May 27 22:07:04 2012 -0400 Add Myanmar test case @@ -29703,33 +33077,33 @@ Date: Sun May 27 22:07:04 2012 -0400 commit bce095524b3e69a47f8e88a2fb02d6ab537f9b0a Author: Behdad Esfahbod -Date: Sun May 27 11:29:21 2012 -0400 +Date: Sun May 27 11:29:21 2012 -0400 Add hb_font_get_glyph_name() and hb_font_get_glyph_from_name() - TODO | 1 + - src/hb-font-private.hh | 2 ++ - src/hb-font.cc | 80 + TODO | 1 + + src/hb-font-private.hh | 2 ++ + src/hb-font.cc | 80 +++++++++++++++++++++++++++++++++++---------- - src/hb-font.h | 28 ++++++++++++++++ - src/hb-ft.cc | 52 ++++++++++++++++++++++++----- - util/hb-ot-shape-closure.cc | 9 ++--- - util/options.cc | 10 ++---- + src/hb-font.h | 28 ++++++++++++++++ + src/hb-ft.cc | 52 ++++++++++++++++++++++++----- + util/hb-ot-shape-closure.cc | 9 ++--- + util/options.cc | 10 ++---- 7 files changed, 142 insertions(+), 40 deletions(-) commit bc145658bdaeaeea0cdbd719e2756f09a2dbfb48 Author: Behdad Esfahbod -Date: Sun May 27 10:45:57 2012 -0400 +Date: Sun May 27 10:45:57 2012 -0400 Warn if no Unicode functions implementation is found src/hb-unicode-private.hh | 1 + - src/hb-warning.cc | 13 +++++++++++++ + src/hb-warning.cc | 13 +++++++++++++ 2 files changed, 14 insertions(+) commit a3547330fa88e30a138f6f17e60d9c7d1e316622 Author: Behdad Esfahbod -Date: Sun May 27 10:20:47 2012 -0400 +Date: Sun May 27 10:20:47 2012 -0400 Cleanup atomic ops on OS X @@ -29738,12 +33112,12 @@ Date: Sun May 27 10:20:47 2012 -0400 commit e4b6d503c5575ddbf49249e3fef693d75ae75170 Author: Behdad Esfahbod -Date: Sun May 27 10:11:13 2012 -0400 +Date: Sun May 27 10:11:13 2012 -0400 Don't use atomic ops in hb_cache_t We don't care about linearizability, so unprotected int read/write - are enough, no need for expensive memory barriers. It's a cache, + are enough, no need for expensive memory barriers. It's a cache, that's all. src/hb-cache-private.hh | 8 ++++---- @@ -29751,7 +33125,7 @@ Date: Sun May 27 10:11:13 2012 -0400 commit 819faa05307aa192015f4b43d8103a35e87d6cc7 Author: Behdad Esfahbod -Date: Sun May 27 10:09:18 2012 -0400 +Date: Sun May 27 10:09:18 2012 -0400 Minor @@ -29760,7 +33134,7 @@ Date: Sun May 27 10:09:18 2012 -0400 commit 303d5850ec0516e198db241456b0cfc4899ef9c0 Author: Behdad Esfahbod -Date: Sun May 27 10:01:13 2012 -0400 +Date: Sun May 27 10:01:13 2012 -0400 Fix Windows atomic get/set @@ -29776,7 +33150,7 @@ Date: Sun May 27 10:01:13 2012 -0400 commit 8f8956a55fff95e5ad529d2f124c9528d1f4f81d Author: Behdad Esfahbod -Date: Fri May 25 14:30:24 2012 -0400 +Date: Fri May 25 14:30:24 2012 -0400 [util] Add hidden --shaper that is equivalent of --shapers @@ -29786,40 +33160,40 @@ Date: Fri May 25 14:30:24 2012 -0400 commit 29ce446d3161b7ea5874352e5f8eb33cd59338c3 Author: Behdad Esfahbod -Date: Fri May 25 14:17:54 2012 -0400 +Date: Fri May 25 14:17:54 2012 -0400 Add set iterator - src/hb-set-private.hh | 26 +++++++++++++++++++++++--- - src/hb-set.cc | 7 +++++++ - src/hb-set.h | 11 +++++++++-- - util/hb-ot-shape-closure.cc | 8 +++++--- + src/hb-set-private.hh | 26 +++++++++++++++++++++++--- + src/hb-set.cc | 7 +++++++ + src/hb-set.h | 11 +++++++++-- + util/hb-ot-shape-closure.cc | 8 +++++--- 4 files changed, 44 insertions(+), 8 deletions(-) commit 62c3e111fce0ad34960871134c2eb6da572df303 Author: Behdad Esfahbod -Date: Fri May 25 13:48:00 2012 -0400 +Date: Fri May 25 13:48:00 2012 -0400 Add set symmetric difference src/hb-set-private.hh | 5 +++++ - src/hb-set.cc | 7 +++++++ - src/hb-set.h | 6 ++++++ + src/hb-set.cc | 7 +++++++ + src/hb-set.h | 6 ++++++ 3 files changed, 18 insertions(+) commit 27aba594c90b4444c35273a38f5fedc8e09d9a88 Author: Behdad Esfahbod -Date: Thu May 24 15:00:01 2012 -0400 +Date: Thu May 24 15:00:01 2012 -0400 Minor src/hb-ot-shape-complex-indic-machine.rl | 2 +- - src/hb-ot-shape-complex-indic.cc | 2 +- + src/hb-ot-shape-complex-indic.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit cde1c0114ba66a45d907e81a49bf625e0dc946b0 Author: Behdad Esfahbod -Date: Thu May 24 10:46:39 2012 -0400 +Date: Thu May 24 10:46:39 2012 -0400 Fix hb_atomic_int_set() implementation for HB_NO_MT @@ -29830,7 +33204,7 @@ Date: Thu May 24 10:46:39 2012 -0400 commit 3b9b7133bea787f787170beea073f185e36d2327 Author: Behdad Esfahbod -Date: Wed May 23 22:00:25 2012 -0400 +Date: Wed May 23 22:00:25 2012 -0400 Update TODO @@ -29839,23 +33213,23 @@ Date: Wed May 23 22:00:25 2012 -0400 commit ff3524c21aabf5d0d6014d1ce1b3e12ca5f0990f Author: Behdad Esfahbod -Date: Wed May 23 21:50:43 2012 -0400 +Date: Wed May 23 21:50:43 2012 -0400 Add Arabic diacritics tests - .../shaper-arabic/script-arabic/misc/MANIFEST | 2 +- - .../script-arabic/misc/diacritics/MANIFEST | 5 + + .../shaper-arabic/script-arabic/misc/MANIFEST | 2 +- + .../script-arabic/misc/diacritics/MANIFEST | 5 + .../script-arabic/misc/diacritics/lam-alef.txt | 28 + - .../misc/diacritics/language-arabic.txt | 695 + .../misc/diacritics/language-arabic.txt | 695 +++++++++++++++++++++ - .../misc/diacritics/language-persian.txt | 48 ++ - .../misc/diacritics/language-urdu.txt | 188 ++++++ - .../misc/{ => diacritics}/ligature-diacritics.txt | 0 + .../misc/diacritics/language-persian.txt | 48 ++ + .../misc/diacritics/language-urdu.txt | 188 ++++++ + .../misc/{ => diacritics}/ligature-diacritics.txt | 0 7 files changed, 965 insertions(+), 1 deletion(-) commit ed2f1363a391add41f10cff18792003583a10257 Author: Behdad Esfahbod -Date: Tue May 22 22:12:22 2012 -0400 +Date: Tue May 22 22:12:22 2012 -0400 Fix substitution glyph class propagation @@ -29870,22 +33244,22 @@ Date: Tue May 22 22:12:22 2012 -0400 commit a6de53664df9549a5dc93752647ea1d3bb336f7b Author: Behdad Esfahbod -Date: Fri May 18 15:04:35 2012 -0400 +Date: Fri May 18 15:04:35 2012 -0400 Add CJK Compatibility Ideographs tests From: http://people.mozilla.org/~jdaggett/tests/cjkcompat.html - test/shaping/texts/in-tree/shaper-default/MANIFEST | + test/shaping/texts/in-tree/shaper-default/MANIFEST | 3 ++- .../in-tree/shaper-default/{script-japanese => script-han}/MANIFEST | 0 - test/shaping/texts/in-tree/shaper-default/script-han/misc/MANIFEST | + test/shaping/texts/in-tree/shaper-default/script-han/misc/MANIFEST | 1 + - .../texts/in-tree/shaper-default/script-han/misc/cjk-compat.txt | + .../texts/in-tree/shaper-default/script-han/misc/cjk-compat.txt | 3 +++ - test/shaping/texts/in-tree/shaper-default/script-hiragana/MANIFEST | + test/shaping/texts/in-tree/shaper-default/script-hiragana/MANIFEST | 1 + .../shaper-default/{script-japanese => script-hiragana}/misc/MANIFEST | 0 @@ -29897,22 +33271,22 @@ Date: Fri May 18 15:04:35 2012 -0400 commit 20fdb0f41d81b226e076a4830d4b0d03da31fc19 Author: Behdad Esfahbod -Date: Thu May 17 22:04:45 2012 -0400 +Date: Thu May 17 22:04:45 2012 -0400 Add a lock-free cache type for int->int functions To be used for cmap and advance caching if desired. - TODO | 2 ++ - src/Makefile.am | 1 + + TODO | 2 ++ + src/Makefile.am | 1 + src/hb-cache-private.hh | 72 +++++++++++++++++++++++++++++++++++++++++++++++++ - src/hb-font.cc | 2 ++ + src/hb-font.cc | 2 ++ 4 files changed, 77 insertions(+) commit bd908b4f102b5ae18a3ad4a8b137994cf74b86ce Author: Behdad Esfahbod -Date: Thu May 17 22:02:08 2012 -0400 +Date: Thu May 17 22:02:08 2012 -0400 Implement hb_atomic_int_set() for OS X @@ -29921,7 +33295,7 @@ Date: Thu May 17 22:02:08 2012 -0400 commit 022a05ae90f30bcddff413022e0cd801809b5390 Author: Behdad Esfahbod -Date: Thu May 17 21:53:24 2012 -0400 +Date: Thu May 17 21:53:24 2012 -0400 Minor @@ -29931,7 +33305,7 @@ Date: Thu May 17 21:53:24 2012 -0400 commit 22afd66a30d01b6771405e76777306f600807bea Author: Behdad Esfahbod -Date: Thu May 17 21:23:49 2012 -0400 +Date: Thu May 17 21:23:49 2012 -0400 Add hb_atomic_int_set() again @@ -29940,7 +33314,7 @@ Date: Thu May 17 21:23:49 2012 -0400 commit 4aa7258cb16176a89e1547fee8f86571fdd98307 Author: Behdad Esfahbod -Date: Thu May 17 21:01:04 2012 -0400 +Date: Thu May 17 21:01:04 2012 -0400 Fix type conflicts on Windows without glib @@ -29949,19 +33323,19 @@ Date: Thu May 17 21:01:04 2012 -0400 commit f039e79d5438a8fc4a3ec11a387bbfc0f6b83024 Author: Behdad Esfahbod -Date: Thu May 17 20:55:12 2012 -0400 +Date: Thu May 17 20:55:12 2012 -0400 Don't use min/max as function names They can be macros on some systems. Eg. mingw32. src/hb-set-private.hh | 4 ++-- - src/hb-set.cc | 4 ++-- + src/hb-set.cc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) commit 34961e3198e27fa37fd4cfdad12ef86a2e9e51c2 Author: Behdad Esfahbod -Date: Thu May 17 20:50:38 2012 -0400 +Date: Thu May 17 20:50:38 2012 -0400 Prefer native atomic/mutex ops to glib's @@ -29971,21 +33345,21 @@ Date: Thu May 17 20:50:38 2012 -0400 commit ec3ba4b96fc4f262db1ff9f906628c32f26c9b7d Author: Behdad Esfahbod -Date: Thu May 17 20:30:46 2012 -0400 +Date: Thu May 17 20:30:46 2012 -0400 Move atomic ops into their own header - src/Makefile.am | 1 + + src/Makefile.am | 1 + src/hb-atomic-private.hh | 78 ++++++++++++++++++++++++++++++++++++++++++++++++ src/hb-mutex-private.hh | 1 - src/hb-object-private.hh | 52 ++------------------------------ - src/hb-warning.cc | 2 +- + src/hb-warning.cc | 2 +- 5 files changed, 82 insertions(+), 52 deletions(-) commit de0878395be5c72d7058faac8f64715bdd42eb3b Author: Behdad Esfahbod -Date: Thu May 17 20:15:49 2012 -0400 +Date: Thu May 17 20:15:49 2012 -0400 Update TODO @@ -29994,7 +33368,7 @@ Date: Thu May 17 20:15:49 2012 -0400 commit c87b317f0eb118e67134e8e419a6d65e0fa40d30 Author: Behdad Esfahbod -Date: Tue May 15 23:53:18 2012 -0400 +Date: Tue May 15 23:53:18 2012 -0400 [util] Add hb-ot-shape-closure tool @@ -30027,31 +33401,31 @@ Date: Tue May 15 23:53:18 2012 -0400 --no-glyph-names 5 6 133 134 135 136 - configure.ac | 2 +- - util/Makefile.am | 22 ++++++--- + configure.ac | 2 +- + util/Makefile.am | 22 ++++++--- util/hb-ot-shape-closure.cc | 112 ++++++++++++++++++++++++++++++++++++++++++++ - util/options.hh | 12 +++++ + util/options.hh | 12 +++++ 4 files changed, 140 insertions(+), 8 deletions(-) commit 45675e589e6ef9f81b2a4199cf33e3e7778433a8 Author: Behdad Esfahbod -Date: Tue May 15 23:10:39 2012 -0400 +Date: Tue May 15 23:10:39 2012 -0400 [util] Refactor to accommodate for upcoming new tool - util/Makefile.am | 10 +++-- - util/hb-shape.cc | 70 + util/Makefile.am | 10 +++-- + util/hb-shape.cc | 70 +++++++++++++++------------------- - util/hb-view.cc | 8 ++-- + util/hb-view.cc | 8 ++-- util/{hb-view.hh => main-font-text.hh} | 48 +++++++++++------------ - util/shape-consumer.hh | 69 + util/shape-consumer.hh | 69 +++++++++++++++++++++++++++++++++ 5 files changed, 135 insertions(+), 70 deletions(-) commit 1d6846db9ebf84561bb30a4e48c6c43184914099 Author: Behdad Esfahbod -Date: Sun May 13 18:09:29 2012 +0200 +Date: Sun May 13 18:09:29 2012 +0200 [Indic] Apply vatu feature after cjct @@ -30063,7 +33437,7 @@ Date: Sun May 13 18:09:29 2012 +0200 commit 8caf5dcd66550351c6038b9ae7ecc5254eed64ff Author: Behdad Esfahbod -Date: Sun May 13 17:10:18 2012 +0200 +Date: Sun May 13 17:10:18 2012 +0200 Minor @@ -30073,7 +33447,7 @@ Date: Sun May 13 17:10:18 2012 +0200 commit 617f4ac46f1084859d2034c08760e31e52d3bec3 Author: Behdad Esfahbod -Date: Sun May 13 16:48:03 2012 +0200 +Date: Sun May 13 16:48:03 2012 +0200 Refactor @@ -30083,7 +33457,7 @@ Date: Sun May 13 16:48:03 2012 +0200 commit 5e4e21fce4b548b0b8a5951bc8f35a9f27428192 Author: Behdad Esfahbod -Date: Sun May 13 16:46:08 2012 +0200 +Date: Sun May 13 16:46:08 2012 +0200 Revert "[Indic] Refactoring" @@ -30094,7 +33468,7 @@ Date: Sun May 13 16:46:08 2012 +0200 commit 3f18236a03880c0960f5990dc90685f6146951a6 Author: Behdad Esfahbod -Date: Sun May 13 16:20:10 2012 +0200 +Date: Sun May 13 16:20:10 2012 +0200 Fix more warnings @@ -30105,20 +33479,20 @@ Date: Sun May 13 16:20:10 2012 +0200 commit 9f377ed3210fe7d9f15e0c4f82020556f9a8f6f0 Author: Behdad Esfahbod -Date: Sun May 13 16:13:44 2012 +0200 +Date: Sun May 13 16:13:44 2012 +0200 Fix more unused-var warnings src/hb-ot-shape-complex-arabic.cc | 7 +++++-- src/hb-ot-shape-complex-indic.cc | 25 ++++++++++++++++++------- src/hb-ot-shape-complex-misc.cc | 21 +++++++++++++++------ - src/hb-ot-shape-normalize.cc | 13 ++++++------- - src/hb-set.cc | 2 +- + src/hb-ot-shape-normalize.cc | 13 ++++++------- + src/hb-set.cc | 2 +- 5 files changed, 45 insertions(+), 23 deletions(-) commit d993e72331c6c4c783b803e01e4d4a02c8e3eb77 Author: Behdad Esfahbod -Date: Sun May 13 16:04:36 2012 +0200 +Date: Sun May 13 16:04:36 2012 +0200 Fix hb_face_set_index() @@ -30127,18 +33501,18 @@ Date: Sun May 13 16:04:36 2012 +0200 commit 93345edcbea49bdf0e22f26b5b74a23e601dfab4 Author: Behdad Esfahbod -Date: Sun May 13 16:01:08 2012 +0200 +Date: Sun May 13 16:01:08 2012 +0200 Fix warnings src/hb-fallback-shape.cc | 4 ++-- - src/hb-private.hh | 54 + src/hb-private.hh | 54 ++++++++++++++++++++++++------------------------ 2 files changed, 29 insertions(+), 29 deletions(-) commit eace47b173807d94b29a6490d0bc3c9f8f6168d1 Author: Behdad Esfahbod -Date: Sun May 13 15:54:43 2012 +0200 +Date: Sun May 13 15:54:43 2012 +0200 Minor @@ -30147,24 +33521,24 @@ Date: Sun May 13 15:54:43 2012 +0200 commit 99c2695759a6af855d565f4994bbdf220570bb48 Author: Behdad Esfahbod -Date: Sun May 13 15:45:18 2012 +0200 +Date: Sun May 13 15:45:18 2012 +0200 Add accessort to buffer for current info, current pos, and prev info - src/hb-buffer-private.hh | 9 ++++++++ + src/hb-buffer-private.hh | 9 ++++++++ src/hb-ot-layout-gpos-table.hh | 44 ++++++++++++++++++------------------ src/hb-ot-layout-gsub-table.hh | 28 +++++++++++------------ src/hb-ot-layout-gsubgpos-private.hh | 28 +++++++++++------------ src/hb-ot-shape-complex-arabic.cc | 4 ++-- src/hb-ot-shape-complex-misc.cc | 5 ++-- - src/hb-ot-shape-normalize.cc | 16 ++++++------- - src/hb-ot-shape.cc | 8 +++---- + src/hb-ot-shape-normalize.cc | 16 ++++++------- + src/hb-ot-shape.cc | 8 +++---- 8 files changed, 76 insertions(+), 66 deletions(-) commit 6736f3c5b09af6a71935afc04248b033e171a9b2 Author: Behdad Esfahbod -Date: Sun May 13 15:21:06 2012 +0200 +Date: Sun May 13 15:21:06 2012 +0200 Minor @@ -30173,7 +33547,7 @@ Date: Sun May 13 15:21:06 2012 +0200 commit 5df809b655bb1318115651fd87d4555cdd9b41cb Author: Behdad Esfahbod -Date: Sun May 13 15:17:51 2012 +0200 +Date: Sun May 13 15:17:51 2012 +0200 [GSUB/GPOS] Remove context_length @@ -30190,7 +33564,7 @@ Date: Sun May 13 15:17:51 2012 +0200 commit 28b9d502bb69a8045818d5f6113ded9c59a56bd7 Author: Behdad Esfahbod -Date: Sun May 13 15:04:00 2012 +0200 +Date: Sun May 13 15:04:00 2012 +0200 Minor @@ -30199,19 +33573,19 @@ Date: Sun May 13 15:04:00 2012 +0200 commit 50f630c17ced1bd59b4da4f27728dcfbb876400a Author: Behdad Esfahbod -Date: Sun May 13 13:03:44 2012 +0200 +Date: Sun May 13 13:03:44 2012 +0200 Remove ioctl checks Ended up not using terminal size after all. - configure.ac | 2 +- + configure.ac | 2 +- util/ansi-print.cc | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) commit db0de7cd616e1e9d6fde6659e52a541477fb0148 Author: Behdad Esfahbod -Date: Sun May 13 13:02:38 2012 +0200 +Date: Sun May 13 13:02:38 2012 +0200 [util] Set ansi color only on color change @@ -30220,7 +33594,7 @@ Date: Sun May 13 13:02:38 2012 +0200 commit 912c5ff80a255edb8145b9db69e2ed828f8eab5c Author: Behdad Esfahbod -Date: Sun May 13 12:51:02 2012 +0200 +Date: Sun May 13 12:51:02 2012 +0200 Reduce default margin @@ -30229,24 +33603,24 @@ Date: Sun May 13 12:51:02 2012 +0200 commit 52e7b1424a3613122e9ca30879298df42733acda Author: Behdad Esfahbod -Date: Sun May 13 02:02:58 2012 +0200 +Date: Sun May 13 02:02:58 2012 +0200 [util] Make hb-view print out Unicode art if stdout is a terminal - configure.ac | 4 +- - util/Makefile.am | 4 + - util/ansi-print.cc | 411 + configure.ac | 4 +- + util/Makefile.am | 4 + + util/ansi-print.cc | 411 ++++++++++++++++++++++++++++++++++++++++++++++ - util/ansi-print.hh | 39 +++++ + util/ansi-print.hh | 39 +++++ util/helper-cairo-ansi.cc | 102 ++++++++++++ util/helper-cairo-ansi.hh | 39 +++++ - util/helper-cairo.cc | 70 +++++++- - util/options.hh | 3 + + util/helper-cairo.cc | 70 +++++++- + util/options.hh | 3 + 8 files changed, 668 insertions(+), 4 deletions(-) commit 8b2753ce2bea8a21ea757186d86dc4a55d8c8b0c Author: Behdad Esfahbod -Date: Sun May 13 00:54:07 2012 +0200 +Date: Sun May 13 00:54:07 2012 +0200 Minor @@ -30255,7 +33629,7 @@ Date: Sun May 13 00:54:07 2012 +0200 commit 30874b4819a99cc84fa39e794266685e1b8735d2 Author: Behdad Esfahbod -Date: Sat May 12 15:54:27 2012 +0200 +Date: Sat May 12 15:54:27 2012 +0200 [util] Make tools default to stdin if no text is provided @@ -30268,7 +33642,7 @@ Date: Sat May 12 15:54:27 2012 +0200 commit 2097951110e33fe091ed9515ae77e2683c46c889 Author: Behdad Esfahbod -Date: Sat May 12 15:41:48 2012 +0200 +Date: Sat May 12 15:41:48 2012 +0200 [util] Change default font size of hb-view to 256 @@ -30281,7 +33655,7 @@ Date: Sat May 12 15:41:48 2012 +0200 commit 737dded2e08fcc19935db51c05201a987184d337 Author: Behdad Esfahbod -Date: Sat May 12 15:40:11 2012 +0200 +Date: Sat May 12 15:40:11 2012 +0200 Fix compiler warnings @@ -30290,7 +33664,7 @@ Date: Sat May 12 15:40:11 2012 +0200 commit f538fcb538f1decb4100ba89457eb83f2350d64b Author: Behdad Esfahbod -Date: Sat May 12 15:34:40 2012 +0200 +Date: Sat May 12 15:34:40 2012 +0200 [test] Make tool usage easier by not requiring "--stdin" @@ -30301,17 +33675,17 @@ Date: Sat May 12 15:34:40 2012 +0200 commit a3273e30bb7ffd727ffc18af5716dfef705d3d94 Author: Behdad Esfahbod -Date: Sat May 12 13:34:18 2012 +0200 +Date: Sat May 12 13:34:18 2012 +0200 [Indic] Add more Malayalam tests - .../indic/script-malayalam/misc/misc.txt | 38 + .../indic/script-malayalam/misc/misc.txt | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) commit 7f852b644b8143492a02edfc853114aaa23446bd Author: Behdad Esfahbod -Date: Fri May 11 23:10:31 2012 +0200 +Date: Fri May 11 23:10:31 2012 +0200 Fix compiler warnings @@ -30321,7 +33695,7 @@ Date: Fri May 11 23:10:31 2012 +0200 commit f7e8dcfd4fc377e3d786b097beb656284240456d Author: Behdad Esfahbod -Date: Fri May 11 22:00:06 2012 +0200 +Date: Fri May 11 22:00:06 2012 +0200 [Indic] Unbreak Devanagari @@ -30331,13 +33705,13 @@ Date: Fri May 11 22:00:06 2012 +0200 and letting me get commit points. - configure.ac | 2 +- + configure.ac | 2 +- src/hb-ot-shape-complex-indic-private.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 6a091df9b403b147ef78f3974610dedf4ce1e08a Author: Behdad Esfahbod -Date: Fri May 11 21:42:27 2012 +0200 +Date: Fri May 11 21:42:27 2012 +0200 [Indic] Disambiguate sub vs post vs above matras @@ -30345,12 +33719,12 @@ Date: Fri May 11 21:42:27 2012 +0200 src/hb-ot-shape-complex-indic-private.hh | 31 +++++++++++++++---------------- - src/hb-ot-shape-complex-indic.cc | 12 ++++++------ + src/hb-ot-shape-complex-indic.cc | 12 ++++++------ 2 files changed, 21 insertions(+), 22 deletions(-) commit 9d0d319a4a7e85d922e58fade0f40caae1c9f109 Author: Behdad Esfahbod -Date: Fri May 11 21:36:32 2012 +0200 +Date: Fri May 11 21:36:32 2012 +0200 [Indic] Position Bengali Reph before matras @@ -30360,7 +33734,7 @@ Date: Fri May 11 21:36:32 2012 +0200 commit f89367251109af235f4f0446c13c261a5a4a6f72 Author: Behdad Esfahbod -Date: Fri May 11 21:10:03 2012 +0200 +Date: Fri May 11 21:10:03 2012 +0200 [Indic] Start categorizing Reph per script @@ -30370,7 +33744,7 @@ Date: Fri May 11 21:10:03 2012 +0200 commit a913b024d84973556094fd64ce5f0b7106fcc3b5 Author: Behdad Esfahbod -Date: Fri May 11 20:59:26 2012 +0200 +Date: Fri May 11 20:59:26 2012 +0200 [Indic] Apply 'init' feature for Bengali @@ -30381,7 +33755,7 @@ Date: Fri May 11 20:59:26 2012 +0200 commit eed903b1644e087178438959664a6a57bebc398b Author: Behdad Esfahbod -Date: Fri May 11 20:50:53 2012 +0200 +Date: Fri May 11 20:50:53 2012 +0200 [Indic] Refactor for the arrival of 'init' feature @@ -30393,7 +33767,7 @@ Date: Fri May 11 20:50:53 2012 +0200 commit 18c06e189bd078affbb84c3bb5bb80687a227c5e Author: Behdad Esfahbod -Date: Fri May 11 20:02:14 2012 +0200 +Date: Fri May 11 20:02:14 2012 +0200 [Indic] Add Uniscribe bug feature for dotted circle @@ -30404,12 +33778,12 @@ Date: Fri May 11 20:02:14 2012 +0200 src/hb-ot-shape-complex-indic-machine.rl | 4 +++- src/hb-ot-shape-complex-indic-private.hh | 3 ++- - src/hb-ot-shape-complex-indic.cc | 20 ++++++++++++++++---- + src/hb-ot-shape-complex-indic.cc | 20 ++++++++++++++++---- 3 files changed, 21 insertions(+), 6 deletions(-) commit 5b16de97bcc4b24da4c77ca6c1a42e814d8cdbd1 Author: Behdad Esfahbod -Date: Fri May 11 19:55:42 2012 +0200 +Date: Fri May 11 19:55:42 2012 +0200 [Indic] Add tests for dottedcircle @@ -30420,7 +33794,7 @@ Date: Fri May 11 19:55:42 2012 +0200 commit 0831061efb78983b9c6e1e72574c977e56383c08 Author: Behdad Esfahbod -Date: Fri May 11 19:07:58 2012 +0200 +Date: Fri May 11 19:07:58 2012 +0200 [Indic] Refactoring @@ -30429,7 +33803,7 @@ Date: Fri May 11 19:07:58 2012 +0200 commit 7ea58db311bfb0d8f804d1e9f4a1f004bd45075a Author: Behdad Esfahbod -Date: Fri May 11 18:58:57 2012 +0200 +Date: Fri May 11 18:58:57 2012 +0200 Minor @@ -30438,7 +33812,7 @@ Date: Fri May 11 18:58:57 2012 +0200 commit 9c09928989316e2befe00d52ed66e055637ccd36 Author: Behdad Esfahbod -Date: Fri May 11 18:46:35 2012 +0200 +Date: Fri May 11 18:46:35 2012 +0200 [Indic] Allow multiple Consonants in Vowel/NBSP syllables @@ -30451,7 +33825,7 @@ Date: Fri May 11 18:46:35 2012 +0200 commit 8c0aa486f31e9b6cbb31ce295573b53b0a214124 Author: Behdad Esfahbod -Date: Fri May 11 18:13:42 2012 +0200 +Date: Fri May 11 18:13:42 2012 +0200 [Indic] Allow two Nuktas per consonant @@ -30459,32 +33833,32 @@ Date: Fri May 11 18:13:42 2012 +0200 does so indepent of whether the consonant already has a nukta in it. Tests: - * U+0916,U+093C,U+0941 - * U+0959,U+093C,U+0941 - * U+0916,U+093C,U+093C,U+0941 - * U+0959,U+093C,U+093C,U+0941 - * U+0916,U+093C,U+093C,U+093C,U+0941 - * U+0959,U+093C,U+093C,U+093C,U+0941 - * 915,93c,93c,,94d,U+0916,U+093C,U+093C,U+093e,93c,93c + * U+0916,U+093C,U+0941 + * U+0959,U+093C,U+0941 + * U+0916,U+093C,U+093C,U+0941 + * U+0959,U+093C,U+093C,U+0941 + * U+0916,U+093C,U+093C,U+093C,U+0941 + * U+0959,U+093C,U+093C,U+093C,U+0941 + * 915,93c,93c,,94d,U+0916,U+093C,U+093C,U+093e,93c,93c src/hb-ot-shape-complex-indic-machine.rl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 3399a06e7033651ee926448737bdb18e553c1796 Author: Behdad Esfahbod -Date: Fri May 11 17:54:26 2012 +0200 +Date: Fri May 11 17:54:26 2012 +0200 [Indic] Fix U+0952 and similar classification to match Uniscribe See comments. src/hb-ot-shape-complex-indic-machine.rl | 1 + - src/hb-ot-shape-complex-indic.cc | 16 +++++++++++----- + src/hb-ot-shape-complex-indic.cc | 16 +++++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) commit 11aa3ef18dbc6ac9561bd119f5ca2c1aa1209c3a Author: Behdad Esfahbod -Date: Fri May 11 17:30:48 2012 +0200 +Date: Fri May 11 17:30:48 2012 +0200 [Indic] Treat U+0951..U+0954 all similar to U+0952 @@ -30493,7 +33867,7 @@ Date: Fri May 11 17:30:48 2012 +0200 commit 5f131d3226131df440d7f36655e57f6effcae204 Author: Behdad Esfahbod -Date: Fri May 11 17:29:40 2012 +0200 +Date: Fri May 11 17:29:40 2012 +0200 [GSUB/GPOS/Indic] Apply GSUB/GPOS within syllables only @@ -30507,7 +33881,7 @@ Date: Fri May 11 17:29:40 2012 +0200 commit 8fd83aaf6e50c2c25002c51fee26d82847a61769 Author: Behdad Esfahbod -Date: Fri May 11 17:18:37 2012 +0200 +Date: Fri May 11 17:18:37 2012 +0200 [GSUB/GPOS] Fix wrong buffer access in backward skippy mask matching @@ -30516,7 +33890,7 @@ Date: Fri May 11 17:18:37 2012 +0200 commit ff24d1081af08a887895975285d7e38f5d07bc37 Author: Behdad Esfahbod -Date: Fri May 11 17:07:08 2012 +0200 +Date: Fri May 11 17:07:08 2012 +0200 [Indic] Don't use syllable serial value 0 @@ -30525,7 +33899,7 @@ Date: Fri May 11 17:07:08 2012 +0200 commit 892eb7878238d810a2a70f9dadbf958207bfeaa1 Author: Behdad Esfahbod -Date: Fri May 11 16:54:40 2012 +0200 +Date: Fri May 11 16:54:40 2012 +0200 [Indic] Implement Uniscribe Reph+Matra+Halant bug feature @@ -30534,7 +33908,7 @@ Date: Fri May 11 16:54:40 2012 +0200 commit 67ea29af49bb08ee679914076808327992cf6676 Author: Behdad Esfahbod -Date: Fri May 11 16:51:23 2012 +0200 +Date: Fri May 11 16:51:23 2012 +0200 [Indic] Add example of different Uniscribe behavior @@ -30543,7 +33917,7 @@ Date: Fri May 11 16:51:23 2012 +0200 commit ebe29733d44fe0fa9fb30f946ab0dd7a40336a24 Author: Behdad Esfahbod -Date: Fri May 11 16:43:12 2012 +0200 +Date: Fri May 11 16:43:12 2012 +0200 [Indic] Add runtime Uniscribe bug compatibility mode! @@ -30559,7 +33933,7 @@ Date: Fri May 11 16:43:12 2012 +0200 commit 616e692e2950d326b6c46aba5b5bead3cc29d315 Author: Behdad Esfahbod -Date: Fri May 11 16:25:02 2012 +0200 +Date: Fri May 11 16:25:02 2012 +0200 [Indic] Add #define UNISCRIBE_BUG_COMPATIBLE 1 @@ -30568,7 +33942,7 @@ Date: Fri May 11 16:25:02 2012 +0200 commit 6782bdae3be0357da1dadc7b806a43ceefa67a90 Author: Behdad Esfahbod -Date: Fri May 11 16:23:43 2012 +0200 +Date: Fri May 11 16:23:43 2012 +0200 [Indic] Fix Left Matra + Halant reordering @@ -30579,7 +33953,7 @@ Date: Fri May 11 16:23:43 2012 +0200 commit 3c2ea9481b1028e927e615a5434ebf8edcb5f891 Author: Behdad Esfahbod -Date: Fri May 11 16:23:38 2012 +0200 +Date: Fri May 11 16:23:38 2012 +0200 Minor @@ -30589,7 +33963,7 @@ Date: Fri May 11 16:23:38 2012 +0200 commit c071b99f150a9344a2056dfeba8c613f8a5602db Author: Behdad Esfahbod -Date: Fri May 11 16:22:46 2012 +0200 +Date: Fri May 11 16:22:46 2012 +0200 [Indic] Add test for Left Matra with Halant @@ -30602,7 +33976,7 @@ Date: Fri May 11 16:22:46 2012 +0200 commit 203d71069c45048b6dd8fa22b61fd8f2c844b4f6 Author: Behdad Esfahbod -Date: Fri May 11 16:01:44 2012 +0200 +Date: Fri May 11 16:01:44 2012 +0200 [GSUB/GPOS] Check all glyph masks when matching input @@ -30611,7 +33985,7 @@ Date: Fri May 11 16:01:44 2012 +0200 commit 668c6046c1b3af3bd316bda0cc8636f2a5e8df42 Author: Behdad Esfahbod -Date: Fri May 11 15:34:13 2012 +0200 +Date: Fri May 11 15:34:13 2012 +0200 [Indic] Apply Reph mask to all POS_REPH glyphs @@ -30622,36 +33996,36 @@ Date: Fri May 11 15:34:13 2012 +0200 commit 4be46bade26faf13f7b4d447e9cc608e183955dc Author: Behdad Esfahbod -Date: Fri May 11 14:39:01 2012 +0200 +Date: Fri May 11 14:39:01 2012 +0200 [Indic] Fix state machine to backtrack src/hb-ot-shape-complex-indic-machine.rl | 42 +++++++++++++++----------------- - src/hb-private.hh | 2 ++ + src/hb-private.hh | 2 ++ 2 files changed, 21 insertions(+), 23 deletions(-) commit cee7187447b76b22e1bb6136d137b35ac49c3a5d Author: Behdad Esfahbod -Date: Fri May 11 11:41:39 2012 +0200 +Date: Fri May 11 11:41:39 2012 +0200 [Indic] Move syllable tracking from Indic to generic layer This is to incorporate it into GSUB/GPOS processing. - src/hb-ot-layout-gpos-table.hh | 1 + - src/hb-ot-layout-gsub-table.hh | 3 ++- - src/hb-ot-layout-gsubgpos-private.hh | 3 --- - src/hb-ot-layout-private.hh | 4 +--- + src/hb-ot-layout-gpos-table.hh | 1 + + src/hb-ot-layout-gsub-table.hh | 3 ++- + src/hb-ot-layout-gsubgpos-private.hh | 3 --- + src/hb-ot-layout-private.hh | 4 +--- src/hb-ot-shape-complex-indic-machine.rl | 2 +- src/hb-ot-shape-complex-indic-private.hh | 1 - - src/hb-ot-shape-complex-indic.cc | 8 +++----- - src/hb-ot-shape-complex-private.hh | 13 ++++++++----- + src/hb-ot-shape-complex-indic.cc | 8 +++----- + src/hb-ot-shape-complex-private.hh | 13 ++++++++----- 8 files changed, 16 insertions(+), 19 deletions(-) commit 3bf27a9f0e92aa31b464bd3b9fdea5933c9ae8b1 Author: Behdad Esfahbod -Date: Fri May 11 11:17:23 2012 +0200 +Date: Fri May 11 11:17:23 2012 +0200 [Indic] Disable conjuncts when a ZWJ happens @@ -30664,7 +34038,7 @@ Date: Fri May 11 11:17:23 2012 +0200 commit c6d904d67db589dd6209928e56504f04f6a07756 Author: Behdad Esfahbod -Date: Fri May 11 11:07:40 2012 +0200 +Date: Fri May 11 11:07:40 2012 +0200 [Indic] Fix bitops typo! @@ -30675,7 +34049,7 @@ Date: Fri May 11 11:07:40 2012 +0200 commit 55fe2cf79b11d9a63ea33b3ee76bd0ebca345157 Author: Behdad Esfahbod -Date: Fri May 11 03:45:28 2012 +0200 +Date: Fri May 11 03:45:28 2012 +0200 Make APPLY debug output print current index and codepoint @@ -30686,7 +34060,7 @@ Date: Fri May 11 03:45:28 2012 +0200 commit 7bd2b04fea5649d77d796d58b7f4918fe0378ee5 Author: Behdad Esfahbod -Date: Fri May 11 03:40:58 2012 +0200 +Date: Fri May 11 03:40:58 2012 +0200 Minor @@ -30695,7 +34069,7 @@ Date: Fri May 11 03:40:58 2012 +0200 commit cf26510dbbd8d38486e6ba423800db6427ade332 Author: Behdad Esfahbod -Date: Fri May 11 03:35:08 2012 +0200 +Date: Fri May 11 03:35:08 2012 +0200 Some more... @@ -30706,7 +34080,7 @@ Date: Fri May 11 03:35:08 2012 +0200 commit 9659523ca32b0e254d0e5fe387d817208d9cb6bf Author: Behdad Esfahbod -Date: Fri May 11 03:33:36 2012 +0200 +Date: Fri May 11 03:33:36 2012 +0200 More beauty in debug output! @@ -30715,7 +34089,7 @@ Date: Fri May 11 03:33:36 2012 +0200 commit cf26e88a5ab477295479f5b9450c2019b6430eaa Author: Behdad Esfahbod -Date: Fri May 11 03:16:57 2012 +0200 +Date: Fri May 11 03:16:57 2012 +0200 Finish off debug output beautification @@ -30725,7 +34099,7 @@ Date: Fri May 11 03:16:57 2012 +0200 commit d7bba01a353efc7432c474dd8755a02db4abd2ae Author: Behdad Esfahbod -Date: Fri May 11 02:46:26 2012 +0200 +Date: Fri May 11 02:46:26 2012 +0200 Only print class name in debug output if there's one available @@ -30734,7 +34108,7 @@ Date: Fri May 11 02:46:26 2012 +0200 commit 85f73fa8da1fbb864aef0f3a592b1d65e24d593d Author: Behdad Esfahbod -Date: Fri May 11 02:40:42 2012 +0200 +Date: Fri May 11 02:40:42 2012 +0200 Only printout class name in tracing, if one is available @@ -30745,7 +34119,7 @@ Date: Fri May 11 02:40:42 2012 +0200 commit 98619ce4fa650c593b030d06d2f89fec83a10015 Author: Behdad Esfahbod -Date: Fri May 11 02:34:06 2012 +0200 +Date: Fri May 11 02:34:06 2012 +0200 Minor @@ -30754,7 +34128,7 @@ Date: Fri May 11 02:34:06 2012 +0200 commit acea183e986dd378c6f95120fe0feb0586a8ef36 Author: Behdad Esfahbod -Date: Fri May 11 02:33:11 2012 +0200 +Date: Fri May 11 02:33:11 2012 +0200 Add return annotation for APPLY @@ -30766,7 +34140,7 @@ Date: Fri May 11 02:33:11 2012 +0200 commit 5ccfe8e2154ad0b58dabcc236bbe9478c17b02ab Author: Behdad Esfahbod -Date: Fri May 11 02:19:41 2012 +0200 +Date: Fri May 11 02:19:41 2012 +0200 /Minor/ @@ -30775,31 +34149,31 @@ Date: Fri May 11 02:19:41 2012 +0200 commit 0ab8c8621712d33e1e91dfdb4ad0b335e3d2a3fb Author: Behdad Esfahbod -Date: Fri May 11 01:25:34 2012 +0200 +Date: Fri May 11 01:25:34 2012 +0200 Annotate SANITIZE return values More to come, for APPLY, CLOSURE, etc. - src/hb-open-file-private.hh | 23 ++--- - src/hb-open-type-private.hh | 49 +++++----- - src/hb-ot-head-table.hh | 4 +- - src/hb-ot-hhea-table.hh | 4 +- - src/hb-ot-hmtx-table.hh | 4 +- + src/hb-open-file-private.hh | 23 ++--- + src/hb-open-type-private.hh | 49 +++++----- + src/hb-ot-head-table.hh | 4 +- + src/hb-ot-hhea-table.hh | 4 +- + src/hb-ot-hmtx-table.hh | 4 +- src/hb-ot-layout-common-private.hh | 51 +++++----- src/hb-ot-layout-gdef-table.hh | 48 +++++----- src/hb-ot-layout-gpos-table.hh | 180 ++++++++++++++++------------------- src/hb-ot-layout-gsub-table.hh | 101 +++++++++----------- src/hb-ot-layout-gsubgpos-private.hh | 88 ++++++++--------- - src/hb-ot-maxp-table.hh | 7 +- - src/hb-ot-name-table.hh | 17 ++-- - src/hb-private.hh | 39 ++++++-- + src/hb-ot-maxp-table.hh | 7 +- + src/hb-ot-name-table.hh | 17 ++-- + src/hb-private.hh | 39 ++++++-- 13 files changed, 299 insertions(+), 316 deletions(-) commit 829e814ff358c5e700ba4df54932696801aa9f65 Author: Behdad Esfahbod -Date: Fri May 11 00:52:16 2012 +0200 +Date: Fri May 11 00:52:16 2012 +0200 Minor @@ -30808,7 +34182,7 @@ Date: Fri May 11 00:52:16 2012 +0200 commit 6eec6f406d2cc13dbca422e88492d3d498af02bf Author: Behdad Esfahbod -Date: Fri May 11 00:50:38 2012 +0200 +Date: Fri May 11 00:50:38 2012 +0200 Code reshuffling @@ -30817,29 +34191,29 @@ Date: Fri May 11 00:50:38 2012 +0200 commit 1e08830b4fac3a60ae52349cab6e101d389d30cd Author: Behdad Esfahbod -Date: Fri May 11 00:16:40 2012 +0200 +Date: Fri May 11 00:16:40 2012 +0200 Beautify debug output src/hb-open-type-private.hh | 20 ++++++------ - src/hb-private.hh | 74 + src/hb-private.hh | 74 +++++++++++++++++++++++++++------------------ 2 files changed, 55 insertions(+), 39 deletions(-) commit 6f4553801729a06e506ffdde7b27c72780d4bb80 Author: Behdad Esfahbod -Date: Thu May 10 23:24:43 2012 +0200 +Date: Thu May 10 23:24:43 2012 +0200 More massaging trace messaging - src/hb-open-type-private.hh | 2 +- + src/hb-open-type-private.hh | 2 +- src/hb-ot-layout-gsubgpos-private.hh | 4 ++-- - src/hb-private.hh | 4 ++-- + src/hb-private.hh | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) commit b5fa37cb694b01a7df3a656710391c40dd3fcc04 Author: Behdad Esfahbod -Date: Thu May 10 23:09:48 2012 +0200 +Date: Thu May 10 23:09:48 2012 +0200 Minor @@ -30848,21 +34222,21 @@ Date: Thu May 10 23:09:48 2012 +0200 commit 208109703c929428c684ddcf9310b8ba780c4c31 Author: Behdad Esfahbod -Date: Thu May 10 23:06:58 2012 +0200 +Date: Thu May 10 23:06:58 2012 +0200 Better trace message support infrastructure We have varargs in the trace interface now. To be used soon... - src/hb-open-type-private.hh | 17 ++++------ + src/hb-open-type-private.hh | 17 ++++------ src/hb-ot-layout-gsubgpos-private.hh | 4 +-- - src/hb-private.hh | 64 + src/hb-private.hh | 64 ++++++++++++++++++++++++++---------- 3 files changed, 56 insertions(+), 29 deletions(-) commit 02b2922fbf098c8282eb23dc2c54d5829cf67024 Author: Behdad Esfahbod -Date: Thu May 10 21:44:50 2012 +0200 +Date: Thu May 10 21:44:50 2012 +0200 [Indic] Towards better Reph positioning @@ -30876,7 +34250,7 @@ Date: Thu May 10 21:44:50 2012 +0200 commit 74e54cf446bb979e488685e8c09eeed6b9d03c24 Author: Behdad Esfahbod -Date: Thu May 10 21:20:37 2012 +0200 +Date: Thu May 10 21:20:37 2012 +0200 [Indic] Add Ra back for scripts without Reph @@ -30888,7 +34262,7 @@ Date: Thu May 10 21:20:37 2012 +0200 commit 2b70df5cc008617453b12bafeaac50e6d61b3224 Author: Behdad Esfahbod -Date: Thu May 10 18:38:22 2012 +0200 +Date: Thu May 10 18:38:22 2012 +0200 [Indic] Add note re Uniscribe clusters @@ -30897,7 +34271,7 @@ Date: Thu May 10 18:38:22 2012 +0200 commit 21d2803133c2c424ed37a9f3d17c7fc4963e5a60 Author: Behdad Esfahbod -Date: Thu May 10 18:34:34 2012 +0200 +Date: Thu May 10 18:34:34 2012 +0200 [Indic] Do clustering like Uniscribe does @@ -30908,7 +34282,7 @@ Date: Thu May 10 18:34:34 2012 +0200 commit b20c9ebaf5176101fdfcffbe4714a2e619dd94b6 Author: Behdad Esfahbod -Date: Thu May 10 18:31:17 2012 +0200 +Date: Thu May 10 18:31:17 2012 +0200 [Indic] Add test for matra group @@ -30924,7 +34298,7 @@ Date: Thu May 10 18:31:17 2012 +0200 commit 8df5636968389ac7bf8620ccd091fd4872b0bbee Author: Behdad Esfahbod -Date: Thu May 10 15:41:04 2012 +0200 +Date: Thu May 10 15:41:04 2012 +0200 [Indic] Reorder Reph to before the Halant after Matras @@ -30939,7 +34313,7 @@ Date: Thu May 10 15:41:04 2012 +0200 commit daf3234bdc82c669302599a76d2b14f5e69989db Author: Behdad Esfahbod -Date: Thu May 10 15:28:27 2012 +0200 +Date: Thu May 10 15:28:27 2012 +0200 [Indic] Don't clear the mask for Reph @@ -30951,7 +34325,7 @@ Date: Thu May 10 15:28:27 2012 +0200 commit 7708ee23cbcc8c8edce13e73b6e549b77bd8c2d0 Author: Behdad Esfahbod -Date: Thu May 10 14:48:25 2012 +0200 +Date: Thu May 10 14:48:25 2012 +0200 [Indic] Improve Left Matra repositioning @@ -30962,7 +34336,7 @@ Date: Thu May 10 14:48:25 2012 +0200 commit 61a58e26a5bda16851669404fc8206896e124740 Author: Behdad Esfahbod -Date: Thu May 10 14:43:53 2012 +0200 +Date: Thu May 10 14:43:53 2012 +0200 [Indic] Add tricky reordering test cases @@ -30978,7 +34352,7 @@ Date: Thu May 10 14:43:53 2012 +0200 commit dbb105883c6e9b83e78dc8b10766cd56b98cd7e1 Author: Behdad Esfahbod -Date: Thu May 10 13:45:52 2012 +0200 +Date: Thu May 10 13:45:52 2012 +0200 [Indic] Do Reph repositioning in final reordering like the spec says @@ -30994,13 +34368,13 @@ Date: Thu May 10 13:45:52 2012 +0200 boundaries. That's coming after lunch! src/hb-ot-shape-complex-indic-private.hh | 2 - - src/hb-ot-shape-complex-indic.cc | 103 + src/hb-ot-shape-complex-indic.cc | 103 +++++++++++++++++++------------ 2 files changed, 64 insertions(+), 41 deletions(-) commit 4705a7026900e51f6430f03a73c87f2df035df92 Author: Behdad Esfahbod -Date: Thu May 10 13:09:08 2012 +0200 +Date: Thu May 10 13:09:08 2012 +0200 Minor @@ -31009,18 +34383,18 @@ Date: Thu May 10 13:09:08 2012 +0200 commit 4ac9e98d9d2ea973dd612dc4063cf78496c643a0 Author: Behdad Esfahbod -Date: Thu May 10 12:53:53 2012 +0200 +Date: Thu May 10 12:53:53 2012 +0200 [Indic] Reorder left matras to be closer to base src/hb-ot-shape-complex-indic-private.hh | 4 --- - src/hb-ot-shape-complex-indic.cc | 50 + src/hb-ot-shape-complex-indic.cc | 50 +++++++++++++++++++++++++++++--- 2 files changed, 46 insertions(+), 8 deletions(-) commit 1a1fa8c655a082fc1439608457ba717306cc83ca Author: Behdad Esfahbod -Date: Thu May 10 12:20:21 2012 +0200 +Date: Thu May 10 12:20:21 2012 +0200 [Indic] Treat the standalone cluster case reusing the consonant logic @@ -31029,7 +34403,7 @@ Date: Thu May 10 12:20:21 2012 +0200 commit 190eb31a16178269aecaf5d2ecc9012f956749f4 Author: Behdad Esfahbod -Date: Thu May 10 12:17:16 2012 +0200 +Date: Thu May 10 12:17:16 2012 +0200 [Indic] Minor @@ -31038,19 +34412,19 @@ Date: Thu May 10 12:17:16 2012 +0200 commit c5306b6861cfaa50af40e8ceb058791fa06d7981 Author: Behdad Esfahbod -Date: Thu May 10 12:07:33 2012 +0200 +Date: Thu May 10 12:07:33 2012 +0200 [Indic] Handle Vowel syllables Reusing the consonant logic! src/hb-ot-shape-complex-indic-private.hh | 3 +-- - src/hb-ot-shape-complex-indic.cc | 11 ++++++----- + src/hb-ot-shape-complex-indic.cc | 11 ++++++----- 2 files changed, 7 insertions(+), 7 deletions(-) commit 6d8e0cb74c02f6bc09cd4abe9e4bc82062e1b517 Author: Behdad Esfahbod -Date: Thu May 10 11:41:51 2012 +0200 +Date: Thu May 10 11:41:51 2012 +0200 [Indic] Simplify Reph logic @@ -31059,17 +34433,17 @@ Date: Thu May 10 11:41:51 2012 +0200 commit 3d25079f8d6be81b9b4b91d3a97016b8a572f571 Author: Behdad Esfahbod -Date: Thu May 10 11:37:42 2012 +0200 +Date: Thu May 10 11:37:42 2012 +0200 [Indic] Don't form Reph is Ra is the only consonant in the syllable src/hb-ot-shape-complex-indic-private.hh | 2 +- - src/hb-ot-shape-complex-indic.cc | 10 ++++++++++ + src/hb-ot-shape-complex-indic.cc | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) commit b99d63ae114fb58f129562b293a8a66543d499ad Author: Behdad Esfahbod -Date: Thu May 10 11:32:52 2012 +0200 +Date: Thu May 10 11:32:52 2012 +0200 [Indic] Increase max syllable length @@ -31081,7 +34455,7 @@ Date: Thu May 10 11:32:52 2012 +0200 commit a391ff50b9a7b6ac3e58d199ea726b20ee6839bb Author: Behdad Esfahbod -Date: Thu May 10 11:31:20 2012 +0200 +Date: Thu May 10 11:31:20 2012 +0200 [Indic] Adjust base after sorting @@ -31090,7 +34464,7 @@ Date: Thu May 10 11:31:20 2012 +0200 commit d3637edb248162970e202e9d0671540274192844 Author: Behdad Esfahbod -Date: Thu May 10 10:51:38 2012 +0200 +Date: Thu May 10 10:51:38 2012 +0200 [Indic] Don't return for long syllables. Just not sort. @@ -31099,7 +34473,7 @@ Date: Thu May 10 10:51:38 2012 +0200 commit dfa0cade7fce3791e47eaa7edcd23da76c7a0ed0 Author: Behdad Esfahbod -Date: Wed May 9 19:10:07 2012 +0200 +Date: Wed May 9 19:10:07 2012 +0200 Fix Uniscribe clusters with multiple items @@ -31108,7 +34482,7 @@ Date: Wed May 9 19:10:07 2012 +0200 commit 86e5dd386a7989701da476db89be268e4ac1e219 Author: Behdad Esfahbod -Date: Wed May 9 18:57:37 2012 +0200 +Date: Wed May 9 18:57:37 2012 +0200 [Indic] Don't give up syllable parsing upon junk @@ -31117,21 +34491,21 @@ Date: Wed May 9 18:57:37 2012 +0200 commit ef24cc8c8e2478a6352c340f4611a617646de4cc Author: Behdad Esfahbod -Date: Wed May 9 17:56:03 2012 +0200 +Date: Wed May 9 17:56:03 2012 +0200 [Indic] Towards multi-cluster syllables and final reordering - src/hb-ot-shape-complex-arabic.cc | 2 +- + src/hb-ot-shape-complex-arabic.cc | 2 +- src/hb-ot-shape-complex-indic-machine.rl | 21 ++++++++++----- src/hb-ot-shape-complex-indic-private.hh | 1 + - src/hb-ot-shape-complex-indic.cc | 45 + src/hb-ot-shape-complex-indic.cc | 45 +++++++++++++++++++++++--------- - src/hb-ot-shape-complex-private.hh | 5 ++-- + src/hb-ot-shape-complex-private.hh | 5 ++-- 5 files changed, 51 insertions(+), 23 deletions(-) commit a9844d41c6cb30d8a2d733130a0e72f51b6c81c1 Author: Behdad Esfahbod -Date: Wed May 9 17:53:13 2012 +0200 +Date: Wed May 9 17:53:13 2012 +0200 Combine lig_id and lig_comp into one byte, to free up one for Indic @@ -31142,7 +34516,7 @@ Date: Wed May 9 17:53:13 2012 +0200 commit 92332e5116271a5d96e532005fe750e7552a6cbb Author: Behdad Esfahbod -Date: Wed May 9 17:40:00 2012 +0200 +Date: Wed May 9 17:40:00 2012 +0200 Minor @@ -31152,18 +34526,18 @@ Date: Wed May 9 17:40:00 2012 +0200 commit dbccf87eef0d26838fa4bb3ae26410f6c4818836 Author: Behdad Esfahbod -Date: Wed May 9 17:24:39 2012 +0200 +Date: Wed May 9 17:24:39 2012 +0200 [Indic] Make room for more reordering positions src/hb-ot-shape-complex-indic-private.hh | 213 ++++++++++++++++--------------- - src/hb-ot-shape-complex-indic.cc | 12 +- + src/hb-ot-shape-complex-indic.cc | 12 +- 2 files changed, 115 insertions(+), 110 deletions(-) commit d4480ace7fdbe48aeaf77278c032b8b2ef2ebe8e Author: Behdad Esfahbod -Date: Wed May 9 15:56:35 2012 +0200 +Date: Wed May 9 15:56:35 2012 +0200 [Indic] Improve matra vs consonant ordering @@ -31171,13 +34545,13 @@ Date: Wed May 9 15:56:35 2012 +0200 src/hb-ot-shape-complex-indic-private.hh | 32 ++++++++++++++++++++------------ - src/hb-ot-shape-complex-indic.cc | 6 +++--- - src/indic.cc | 2 +- + src/hb-ot-shape-complex-indic.cc | 6 +++--- + src/indic.cc | 2 +- 3 files changed, 24 insertions(+), 16 deletions(-) commit 33c92e769563ec2a6c1249b57d8cac742eea6f88 Author: Behdad Esfahbod -Date: Wed May 9 15:41:51 2012 +0200 +Date: Wed May 9 15:41:51 2012 +0200 [Indic] Categorize Anudatta @@ -31186,18 +34560,18 @@ Date: Wed May 9 15:41:51 2012 +0200 commit 3943293a9942201d8fc8d59212fcc8cca5132e3d Author: Behdad Esfahbod -Date: Wed May 9 15:27:56 2012 +0200 +Date: Wed May 9 15:27:56 2012 +0200 [Indic] Add joiner test cases for Devanagari - .../indic/script-devanagari/misc/MANIFEST | 1 + - .../indic/script-devanagari/misc/joiners.txt | 19 + .../indic/script-devanagari/misc/MANIFEST | 1 + + .../indic/script-devanagari/misc/joiners.txt | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) commit 19d984edaa4f86c842345a9d4150597e045e1887 Author: Behdad Esfahbod -Date: Wed May 9 15:21:13 2012 +0200 +Date: Wed May 9 15:21:13 2012 +0200 [Indic] Make sure Reph jumps over all matras to the right @@ -31208,7 +34582,7 @@ Date: Wed May 9 15:21:13 2012 +0200 commit 9034641333d7bfb41a0784cce72e43591faea083 Author: Behdad Esfahbod -Date: Wed May 9 15:04:58 2012 +0200 +Date: Wed May 9 15:04:58 2012 +0200 [Indic] Keep Vedic signs at the right too @@ -31217,7 +34591,7 @@ Date: Wed May 9 15:04:58 2012 +0200 commit d1deaa2f5bd028e8076265cba92cffa4fa2834ac Author: Behdad Esfahbod -Date: Wed May 9 15:04:13 2012 +0200 +Date: Wed May 9 15:04:13 2012 +0200 Replace zerowidth invisible chars with a zero-advance space glyph @@ -31226,17 +34600,17 @@ Date: Wed May 9 15:04:13 2012 +0200 src/hb-ot-shape-complex-arabic.cc | 3 ++- src/hb-ot-shape-complex-indic.cc | 20 ------------------- src/hb-ot-shape-complex-private.hh | 4 ++-- - src/hb-ot-shape-normalize.cc | 25 +++++++++-------------- - src/hb-ot-shape-private.hh | 27 +++++++++++++++++++++++++ - src/hb-ot-shape.cc | 41 + src/hb-ot-shape-normalize.cc | 25 +++++++++-------------- + src/hb-ot-shape-private.hh | 27 +++++++++++++++++++++++++ + src/hb-ot-shape.cc | 41 +++++++++++++++++++++++++------------- - src/hb-unicode-private.hh | 38 + src/hb-unicode-private.hh | 38 +++++++++++++++++++++++++++++++++++ 7 files changed, 105 insertions(+), 53 deletions(-) commit 49e5da1591b8d28f01e7ff9caac9d9ac53668bba Author: Behdad Esfahbod -Date: Wed May 9 13:23:27 2012 +0200 +Date: Wed May 9 13:23:27 2012 +0200 [indic] Keep the syllable modifier marks to the right @@ -31247,7 +34621,7 @@ Date: Wed May 9 13:23:27 2012 +0200 commit 5b1260909350bffa3e3d06da346f9f86ce651dbb Author: Behdad Esfahbod -Date: Wed May 9 12:37:27 2012 +0200 +Date: Wed May 9 12:37:27 2012 +0200 Minor @@ -31256,7 +34630,7 @@ Date: Wed May 9 12:37:27 2012 +0200 commit 9ce939232bbce8f51e235195e3854d1e8bb961f8 Author: Behdad Esfahbod -Date: Wed May 9 12:03:09 2012 +0200 +Date: Wed May 9 12:03:09 2012 +0200 Minor @@ -31265,7 +34639,7 @@ Date: Wed May 9 12:03:09 2012 +0200 commit 76b3409de6887c1cdd5c679939497b1b56f4554b Author: Behdad Esfahbod -Date: Wed May 9 11:43:43 2012 +0200 +Date: Wed May 9 11:43:43 2012 +0200 [indic] Better Reph matching @@ -31274,7 +34648,7 @@ Date: Wed May 9 11:43:43 2012 +0200 commit df6d45c693c417bf311e6fa49f18a8558542e525 Author: Behdad Esfahbod -Date: Wed May 9 11:38:31 2012 +0200 +Date: Wed May 9 11:38:31 2012 +0200 Minor @@ -31283,7 +34657,7 @@ Date: Wed May 9 11:38:31 2012 +0200 commit 412b91889d9a1ae477e8b6907d0b9a76e78a6c91 Author: Behdad Esfahbod -Date: Wed May 9 11:07:18 2012 +0200 +Date: Wed May 9 11:07:18 2012 +0200 [indic] Apply Indic features in order @@ -31292,7 +34666,7 @@ Date: Wed May 9 11:07:18 2012 +0200 commit 1ac075b227090a9ad930dcc1670236c176b27067 Author: Behdad Esfahbod -Date: Wed May 9 11:06:47 2012 +0200 +Date: Wed May 9 11:06:47 2012 +0200 [indic] Apply rakaar forms @@ -31303,7 +34677,7 @@ Date: Wed May 9 11:06:47 2012 +0200 commit 2214a03900d32710573a1b05c7665195b3129761 Author: Behdad Esfahbod -Date: Wed May 9 09:54:54 2012 +0200 +Date: Wed May 9 09:54:54 2012 +0200 Add hb-diff-ngrams @@ -31315,7 +34689,7 @@ Date: Wed May 9 09:54:54 2012 +0200 commit 178e6dce01ad28c8708bad62ce0fb79c46e836dc Author: Behdad Esfahbod -Date: Wed May 9 08:57:29 2012 +0200 +Date: Wed May 9 08:57:29 2012 +0200 Add N-gram generator @@ -31325,7 +34699,7 @@ Date: Wed May 9 08:57:29 2012 +0200 commit 98669ceb77657d60435f2cb2e3fc18272c0a2c6a Author: Behdad Esfahbod -Date: Wed May 9 08:16:15 2012 +0200 +Date: Wed May 9 08:16:15 2012 +0200 Use groupby() @@ -31334,7 +34708,7 @@ Date: Wed May 9 08:16:15 2012 +0200 commit c438a14b62433db488b5c90854a4a3934adf3305 Author: Behdad Esfahbod -Date: Wed May 9 07:45:17 2012 +0200 +Date: Wed May 9 07:45:17 2012 +0200 Add hb-diff-stat @@ -31345,7 +34719,7 @@ Date: Wed May 9 07:45:17 2012 +0200 commit 1058d031e2046eb80331b0950eaff75c2bf608dc Author: Behdad Esfahbod -Date: Wed May 9 07:30:07 2012 +0200 +Date: Wed May 9 07:30:07 2012 +0200 Make hb-diff-filter-failtures retain all test info for failed tests @@ -31354,14 +34728,14 @@ Date: Wed May 9 07:30:07 2012 +0200 commit f1eb008cc727370e1bd0dc32fdf301f62d9ff981 Author: Behdad Esfahbod -Date: Tue May 8 23:41:41 2012 +0200 +Date: Tue May 8 23:41:41 2012 +0200 Add hb-diff-colorize Accepts --format=html now. test/shaping/Makefile.am | 1 + - test/shaping/hb-diff | 4 +- + test/shaping/hb-diff | 4 +- test/shaping/hb-diff-colorize | 7 ++ test/shaping/hb_test_tools.py | 158 +++++++++++++++++++++++++----------------- @@ -31369,20 +34743,20 @@ Date: Tue May 8 23:41:41 2012 +0200 commit 9155e4ffe00c96a2c14e14a300004b1038ca3a9c Author: Behdad Esfahbod -Date: Tue May 8 22:44:21 2012 +0200 +Date: Tue May 8 22:44:21 2012 +0200 Cleanup diff Doesn't do --color anymore. That will go into a new hb-diff-colorize tool. - test/shaping/hb-diff | 10 +++------- + test/shaping/hb-diff | 10 +++------- test/shaping/hb_test_tools.py | 32 ++++++++++++++++++-------------- 2 files changed, 21 insertions(+), 21 deletions(-) commit 7d22135b4c3f8fb70552302bf8239df9976dddda Author: Behdad Esfahbod -Date: Tue May 8 19:38:49 2012 +0200 +Date: Tue May 8 19:38:49 2012 +0200 Make hb-diff faster @@ -31391,56 +34765,56 @@ Date: Tue May 8 19:38:49 2012 +0200 commit a93e238e05a2f70a6e664e5d04ba25bbd54493dc Author: Behdad Esfahbod -Date: Tue May 8 18:55:29 2012 +0200 +Date: Tue May 8 18:55:29 2012 +0200 More tests .../texts/in-tree/shaper-arabic/script-mongolian/misc/MANIFEST | 1 + .../texts/in-tree/shaper-arabic/script-mongolian/misc/poem.txt | 4 ++++ - .../in-tree/shaper-indic/indic/script-bengali/misc/MANIFEST | 1 + - .../in-tree/shaper-indic/indic/script-bengali/misc/reph.txt | + .../in-tree/shaper-indic/indic/script-bengali/misc/MANIFEST | 1 + + .../in-tree/shaper-indic/indic/script-bengali/misc/reph.txt | 10 ++++++++++ 4 files changed, 16 insertions(+) commit 1a2a4a0078dda834443edd421037a4bcbad18c5e Author: Behdad Esfahbod -Date: Sat May 5 22:38:20 2012 +0200 +Date: Sat May 5 22:38:20 2012 +0200 Fix warning and build issues As reported by Jonathan Kew on the list. src/hb-set-private.hh | 2 +- - src/main.cc | 9 +++++---- + src/main.cc | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) commit a5e39fed85e069ba1afbf90408349ad99ceb0e1d Author: Behdad Esfahbod -Date: Wed Apr 25 00:14:46 2012 -0400 +Date: Wed Apr 25 00:14:46 2012 -0400 Minor src/hb-set-private.hh | 2 ++ - src/hb-set.cc | 2 ++ + src/hb-set.cc | 2 ++ 2 files changed, 4 insertions(+) commit 1827dc208c867e433a95237d1ed3fc7a73d1d9a7 Author: Behdad Esfahbod -Date: Tue Apr 24 16:56:37 2012 -0400 +Date: Tue Apr 24 16:56:37 2012 -0400 Add hb_ot_shape_glyphs_closure() Experimental API for now. src/hb-ot-map-private.hh | 7 ++++--- - src/hb-ot-shape.cc | 35 +++++++++++++++++++++++++++++++++++ - src/hb-ot.h | 8 ++++++++ - src/hb-set-private.hh | 3 +++ + src/hb-ot-shape.cc | 35 +++++++++++++++++++++++++++++++++++ + src/hb-ot.h | 8 ++++++++ + src/hb-set-private.hh | 3 +++ 4 files changed, 50 insertions(+), 3 deletions(-) commit bb09f0ec10216b11189b5e8584856adf0f14d1fc Author: Behdad Esfahbod -Date: Tue Apr 24 16:02:12 2012 -0400 +Date: Tue Apr 24 16:02:12 2012 -0400 Minor @@ -31449,7 +34823,7 @@ Date: Tue Apr 24 16:02:12 2012 -0400 commit 29a7e306e30e894f7a38daf73eca9fc772c58158 Author: Behdad Esfahbod -Date: Tue Apr 24 16:01:30 2012 -0400 +Date: Tue Apr 24 16:01:30 2012 -0400 Minor @@ -31458,7 +34832,7 @@ Date: Tue Apr 24 16:01:30 2012 -0400 commit 585b107cdee7305920dacc83c9ee1f8eeff7afd1 Author: Behdad Esfahbod -Date: Tue Apr 24 16:00:50 2012 -0400 +Date: Tue Apr 24 16:00:50 2012 -0400 Add test caes for a minority language using Bengali @@ -31477,7 +34851,7 @@ Date: Tue Apr 24 16:00:50 2012 -0400 commit 6c6ccaf575392f6e6bb9a15534026e4ea462705b Author: Behdad Esfahbod -Date: Tue Apr 24 14:21:15 2012 -0400 +Date: Tue Apr 24 14:21:15 2012 -0400 Add a few more set operations @@ -31485,46 +34859,46 @@ Date: Tue Apr 24 14:21:15 2012 -0400 src/hb-set-private.hh | 54 +++++++++++++++++++++++++++++++++++++++++++++++++- - src/hb-set.cc | 55 + src/hb-set.cc | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++ - src/hb-set.h | 34 ++++++++++++++++++++++++++++--- + src/hb-set.h | 34 ++++++++++++++++++++++++++++--- 3 files changed, 139 insertions(+), 4 deletions(-) commit 5caece67ab9eee322bdcdf6f4b607eadde297e56 Author: Behdad Esfahbod -Date: Mon Apr 23 23:03:12 2012 -0400 +Date: Mon Apr 23 23:03:12 2012 -0400 Make closure() return void src/hb-ot-layout-gsub-table.hh | 142 +++++++++++++----------------- src/hb-ot-layout-gsubgpos-private.hh | 165 ++++++++++++++++++----------------- - src/hb-ot-layout.cc | 10 +-- - src/hb-ot-layout.h | 8 +- - src/hb-set-private.hh | 20 ++--- + src/hb-ot-layout.cc | 10 +-- + src/hb-ot-layout.h | 8 +- + src/hb-set-private.hh | 20 ++--- 5 files changed, 157 insertions(+), 188 deletions(-) commit 0b08adb3539f2ec29682456b89c69e89ff5e9c03 Author: Behdad Esfahbod -Date: Mon Apr 23 22:41:09 2012 -0400 +Date: Mon Apr 23 22:41:09 2012 -0400 Add hb_set_t - TODO | 2 + - src/Makefile.am | 3 + - src/hb-ot-layout-common-private.hh | 1 + - src/hb-ot-layout-private.hh | 47 --------------- - src/hb-ot-layout.h | 2 - - src/hb-set-private.hh | 95 +++++++++++++++++++++++++++++ - src/hb-set.cc | 120 + TODO | 2 + + src/Makefile.am | 3 + + src/hb-ot-layout-common-private.hh | 1 + + src/hb-ot-layout-private.hh | 47 --------------- + src/hb-ot-layout.h | 2 - + src/hb-set-private.hh | 95 +++++++++++++++++++++++++++++ + src/hb-set.cc | 120 +++++++++++++++++++++++++++++++++++++ - src/hb-set.h | 91 ++++++++++++++++++++++++++++ - src/hb.h | 1 + + src/hb-set.h | 91 ++++++++++++++++++++++++++++ + src/hb.h | 1 + 9 files changed, 313 insertions(+), 49 deletions(-) commit 5b93e8d94fb4c2474816304ae3f52e1c704882de Author: Behdad Esfahbod -Date: Mon Apr 23 22:26:13 2012 -0400 +Date: Mon Apr 23 22:26:13 2012 -0400 Update copyright headers @@ -31536,22 +34910,22 @@ Date: Mon Apr 23 22:26:13 2012 -0400 commit 6a9be5bd3524dc3eb1e88d1063bde2e4d8b57011 Author: Behdad Esfahbod -Date: Mon Apr 23 22:23:17 2012 -0400 +Date: Mon Apr 23 22:23:17 2012 -0400 Rename hb_glyph_map_t to hb_set_t src/hb-ot-layout-common-private.hh | 16 ++++++++-------- src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------ - src/hb-ot-layout-private.hh | 2 +- - src/hb-ot-layout.cc | 2 +- - src/hb-ot-layout.h | 4 ++-- - src/hb-ot-map-private.hh | 2 +- - src/hb-ot-map.cc | 2 +- + src/hb-ot-layout-private.hh | 2 +- + src/hb-ot-layout.cc | 2 +- + src/hb-ot-layout.h | 4 ++-- + src/hb-ot-map-private.hh | 2 +- + src/hb-ot-map.cc | 2 +- 7 files changed, 20 insertions(+), 20 deletions(-) commit a4385f0b0a6949e2ce49e6a147ad4beaa724f6c3 Author: Behdad Esfahbod -Date: Mon Apr 23 22:20:14 2012 -0400 +Date: Mon Apr 23 22:20:14 2012 -0400 Improve clustering @@ -31560,42 +34934,42 @@ Date: Mon Apr 23 22:20:14 2012 -0400 commit 8e3715f8a16b315c1c7dd4b256e7f68a36c53e7c Author: Behdad Esfahbod -Date: Mon Apr 23 22:18:54 2012 -0400 +Date: Mon Apr 23 22:18:54 2012 -0400 Minor - src/hb-buffer-private.hh | 2 +- - src/hb-buffer.cc | 2 +- - src/hb-graphite2.cc | 5 ++--- + src/hb-buffer-private.hh | 2 +- + src/hb-buffer.cc | 2 +- + src/hb-graphite2.cc | 5 ++--- src/hb-ot-shape-complex-arabic.cc | 4 ++-- src/hb-ot-shape-complex-misc.cc | 4 ++-- 5 files changed, 8 insertions(+), 9 deletions(-) commit d2984a241e4819474d827b1dd5d4b6d76596b3a5 Author: Behdad Esfahbod -Date: Mon Apr 23 17:21:14 2012 -0400 +Date: Mon Apr 23 17:21:14 2012 -0400 Add map->substitute_closure() src/hb-ot-map-private.hh | 3 +++ - src/hb-ot-map.cc | 15 +++++++++++++++ + src/hb-ot-map.cc | 15 +++++++++++++++ 2 files changed, 18 insertions(+) commit 31081f7390e5130df72f89acc609ccab5dc77a48 Author: Behdad Esfahbod -Date: Mon Apr 23 16:54:58 2012 -0400 +Date: Mon Apr 23 16:54:58 2012 -0400 Implement closure() for Context and ChainContext lookups src/hb-ot-layout-common-private.hh | 54 ++++++ src/hb-ot-layout-gsubgpos-private.hh | 347 ++++++++++++++++++++++++++++------- - src/hb-ot-layout-private.hh | 23 ++- + src/hb-ot-layout-private.hh | 23 ++- 3 files changed, 351 insertions(+), 73 deletions(-) commit c64ddab3c34897cd520d4d73a054866e649e8793 Author: Behdad Esfahbod -Date: Mon Apr 23 15:28:35 2012 -0400 +Date: Mon Apr 23 15:28:35 2012 -0400 Flesh out closure() for GSUB @@ -31604,13 +34978,13 @@ Date: Mon Apr 23 15:28:35 2012 -0400 src/hb-ot-layout-common-private.hh | 61 ++++++++++++++------ src/hb-ot-layout-gsub-table.hh | 112 ++++++++++++++++++++++++++++--------- - src/hb-ot-layout-private.hh | 34 +++++++++++ - src/hb-ot-layout.h | 2 +- + src/hb-ot-layout-private.hh | 34 +++++++++++ + src/hb-ot-layout.h | 2 +- 4 files changed, 165 insertions(+), 44 deletions(-) commit 0da132bde4d576a03095d6738507954f7f85103d Author: Behdad Esfahbod -Date: Mon Apr 23 14:21:33 2012 -0400 +Date: Mon Apr 23 14:21:33 2012 -0400 Fix Coverage iters @@ -31619,19 +34993,19 @@ Date: Mon Apr 23 14:21:33 2012 -0400 commit 3e32cd9570fd8b09901fb790b80365ae425f681a Author: Behdad Esfahbod -Date: Mon Apr 23 13:20:52 2012 -0400 +Date: Mon Apr 23 13:20:52 2012 -0400 Minor src/hb-ot-layout-gsubgpos-private.hh | 1 - - src/hb-ot-layout.cc | 6 +++--- - src/hb-ot-layout.h | 8 ++++++++ - src/hb-private.hh | 4 +++- + src/hb-ot-layout.cc | 6 +++--- + src/hb-ot-layout.h | 8 ++++++++ + src/hb-private.hh | 4 +++- 4 files changed, 14 insertions(+), 5 deletions(-) commit 650ac00da3d2f988197393f34d40f0ba1a0fa093 Author: Behdad Esfahbod -Date: Mon Apr 23 13:17:09 2012 -0400 +Date: Mon Apr 23 13:17:09 2012 -0400 Minor refactoring @@ -31639,12 +35013,12 @@ Date: Mon Apr 23 13:17:09 2012 -0400 src/hb-ot-layout-gsub-table.hh | 39 +++++++++++++++++------------------- src/hb-ot-layout-gsubgpos-private.hh | 8 ++------ - src/hb-ot-layout.cc | 6 ++++-- + src/hb-ot-layout.cc | 6 ++++-- 4 files changed, 36 insertions(+), 44 deletions(-) commit f94b0aa64609654497ced9c00312c9643eb69053 Author: Behdad Esfahbod -Date: Mon Apr 23 13:04:38 2012 -0400 +Date: Mon Apr 23 13:04:38 2012 -0400 Add "closure" operation stubs to GSUB @@ -31653,12 +35027,12 @@ Date: Mon Apr 23 13:04:38 2012 -0400 src/hb-ot-layout-gsub-table.hh | 179 +++++++++++++++++++++++++++++++++++ src/hb-ot-layout-gsubgpos-private.hh | 110 ++++++++++++++++++++- - src/hb-ot-layout.cc | 8 ++ + src/hb-ot-layout.cc | 8 ++ 3 files changed, 293 insertions(+), 4 deletions(-) commit 7d50d502635d7c95e6bd091e7d4cc993f0853f76 Author: Behdad Esfahbod -Date: Mon Apr 23 13:02:14 2012 -0400 +Date: Mon Apr 23 13:02:14 2012 -0400 Add Coverage iterators @@ -31668,21 +35042,21 @@ Date: Mon Apr 23 13:02:14 2012 -0400 commit 3ed4634ec349fa9e943ad23718c04be4dd4bba62 Author: Behdad Esfahbod -Date: Thu Apr 19 22:34:06 2012 -0400 +Date: Thu Apr 19 22:34:06 2012 -0400 Add Indic inspection tool - src/Makefile.am | 7 +- + src/Makefile.am | 7 +- src/hb-ot-shape-complex-indic-private.hh | 264 +++++++++++++++++++++++++++++++ - src/hb-ot-shape-complex-indic.cc | 229 + src/hb-ot-shape-complex-indic.cc | 229 +-------------------------- - src/indic.cc | 46 ++++++ + src/indic.cc | 46 ++++++ 4 files changed, 317 insertions(+), 229 deletions(-) commit a06411ecf93c7e5256e363eef3ef69554896dd55 Author: Behdad Esfahbod -Date: Thu Apr 19 22:28:25 2012 -0400 +Date: Thu Apr 19 22:28:25 2012 -0400 Minor matra renumbering @@ -31693,7 +35067,7 @@ Date: Thu Apr 19 22:28:25 2012 -0400 commit 36608941f3cc530fea57282fa175e4cc3b4c66c6 Author: Behdad Esfahbod -Date: Thu Apr 19 22:21:38 2012 -0400 +Date: Thu Apr 19 22:21:38 2012 -0400 Add GSUB "would_apply" API @@ -31705,7 +35079,7 @@ Date: Thu Apr 19 22:21:38 2012 -0400 commit a0d4caeb91fa5e5f2090db4efc35c64ff9a64789 Author: Behdad Esfahbod -Date: Tue Apr 17 13:42:30 2012 -0400 +Date: Tue Apr 17 13:42:30 2012 -0400 Minor @@ -31714,7 +35088,7 @@ Date: Tue Apr 17 13:42:30 2012 -0400 commit a5e40542ab9508f0ba6f822f1262d93fccb71f45 Author: Behdad Esfahbod -Date: Tue Apr 17 12:37:19 2012 -0400 +Date: Tue Apr 17 12:37:19 2012 -0400 Make font immutable in hb_shape() @@ -31723,7 +35097,7 @@ Date: Tue Apr 17 12:37:19 2012 -0400 commit 3cde23664fbbe9cd2ac1b8fd5eb2ea288309cc9c Author: Behdad Esfahbod -Date: Tue Apr 17 11:44:49 2012 -0400 +Date: Tue Apr 17 11:44:49 2012 -0400 Minor note re Graphite @@ -31732,7 +35106,7 @@ Date: Tue Apr 17 11:44:49 2012 -0400 commit 4dc2449d92308f8dd366142831c0b85bd30ea5a9 Author: Behdad Esfahbod -Date: Tue Apr 17 11:39:48 2012 -0400 +Date: Tue Apr 17 11:39:48 2012 -0400 Fix leak in graphite @@ -31741,7 +35115,7 @@ Date: Tue Apr 17 11:39:48 2012 -0400 commit 0290bbf8611aa881daed907f22256a431250c90a Author: Behdad Esfahbod -Date: Tue Apr 17 10:28:21 2012 -0400 +Date: Tue Apr 17 10:28:21 2012 -0400 Add another Thai test @@ -31750,7 +35124,7 @@ Date: Tue Apr 17 10:28:21 2012 -0400 commit 9ceca3aeb14cc096f5f87660cf7351bc35073084 Author: Behdad Esfahbod -Date: Mon Apr 16 21:05:51 2012 -0400 +Date: Mon Apr 16 21:05:51 2012 -0400 Fix ragel regexp in vowel-based syllable @@ -31761,7 +35135,7 @@ Date: Mon Apr 16 21:05:51 2012 -0400 commit b870afcd1b436614af95db6dc297e54c8f03f0cd Author: Behdad Esfahbod -Date: Mon Apr 16 21:05:11 2012 -0400 +Date: Mon Apr 16 21:05:11 2012 -0400 Rewrite ragel expression to better match the one on MS spec @@ -31772,7 +35146,7 @@ Date: Mon Apr 16 21:05:11 2012 -0400 commit 95cefdf96efe43a44133aa8a186155cf4e63e2b7 Author: Behdad Esfahbod -Date: Mon Apr 16 18:08:20 2012 -0400 +Date: Mon Apr 16 18:08:20 2012 -0400 Add --utf8-clusters @@ -31790,7 +35164,7 @@ Date: Mon Apr 16 18:08:20 2012 -0400 commit effb42e5c520128bdc2e29398ed801730c5c0f52 Author: Behdad Esfahbod -Date: Mon Apr 16 16:04:07 2012 -0400 +Date: Mon Apr 16 16:04:07 2012 -0400 Always use cairo_show_text_glyphs() @@ -31801,7 +35175,7 @@ Date: Mon Apr 16 16:04:07 2012 -0400 commit 799cfdd15ab369580b2283200c3aca6866214b59 Author: Behdad Esfahbod -Date: Mon Apr 16 16:00:36 2012 -0400 +Date: Mon Apr 16 16:00:36 2012 -0400 Make page progression be right to left for vertical text @@ -31810,7 +35184,7 @@ Date: Mon Apr 16 16:00:36 2012 -0400 commit a5f1834f57ea3fb254f5c7d372747de316fcc8f1 Author: Behdad Esfahbod -Date: Mon Apr 16 15:55:13 2012 -0400 +Date: Mon Apr 16 15:55:13 2012 -0400 Apply 'liga' for vertical writing mode too @@ -31822,21 +35196,21 @@ Date: Mon Apr 16 15:55:13 2012 -0400 commit 4d85252bda25cddd1fbdd744687e449888f0b5fa Author: Behdad Esfahbod -Date: Mon Apr 16 15:54:26 2012 -0400 +Date: Mon Apr 16 15:54:26 2012 -0400 Add Japanese test data from Adobe's Kazuraki font ligatures test/shaping/texts/in-tree/shaper-default/MANIFEST | 1 + - .../shaper-default/script-japanese/MANIFEST | 1 + + .../shaper-default/script-japanese/MANIFEST | 1 + .../shaper-default/script-japanese/misc/MANIFEST | 2 + .../script-japanese/misc/kazuraki-liga-lines.txt | 8 ++++ - .../script-japanese/misc/kazuraki-liga.txt | 53 + .../script-japanese/misc/kazuraki-liga.txt | 53 ++++++++++++++++++++++ 5 files changed, 65 insertions(+) commit e74616b8898b5f18d9bf82b9e81aefad056c1e36 Author: Behdad Esfahbod -Date: Sun Apr 15 14:12:13 2012 -0400 +Date: Sun Apr 15 14:12:13 2012 -0400 Add comment @@ -31845,29 +35219,29 @@ Date: Sun Apr 15 14:12:13 2012 -0400 commit 683b503f30bba29d57a93d7e8ac7138c2e7f49f1 Author: Behdad Esfahbod -Date: Sat Apr 14 20:47:14 2012 -0400 +Date: Sat Apr 14 20:47:14 2012 -0400 Minor src/hb-ot-shape-normalize.cc | 11 +++++++++-- src/hb-ot-shape-private.hh | 9 --------- - src/hb-ot-shape.cc | 9 ++++++++- + src/hb-ot-shape.cc | 9 ++++++++- 3 files changed, 17 insertions(+), 12 deletions(-) commit b9f199c8e38cc5ed0d73845568630f3bcbdd4374 Author: Behdad Esfahbod -Date: Sat Apr 14 20:23:58 2012 -0400 +Date: Sat Apr 14 20:23:58 2012 -0400 Move code around src/hb-ot-shape-private.hh | 40 ---------------------------------------- - src/hb-ot-shape.cc | 45 + src/hb-ot-shape.cc | 45 +++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 41 insertions(+), 44 deletions(-) commit 38a83019e6a7f4aa47662fd557344f62ae001abe Author: Behdad Esfahbod -Date: Sat Apr 14 19:40:18 2012 -0400 +Date: Sat Apr 14 19:40:18 2012 -0400 Minor @@ -31876,7 +35250,7 @@ Date: Sat Apr 14 19:40:18 2012 -0400 commit d4adade217a61007dd2da5cd9eccf889f79a019a Author: Behdad Esfahbod -Date: Sat Apr 14 19:23:17 2012 -0400 +Date: Sat Apr 14 19:23:17 2012 -0400 Add assert @@ -31885,31 +35259,31 @@ Date: Sat Apr 14 19:23:17 2012 -0400 commit fe28b997fbbeb2cfeab62ac453993ccffe3e6719 Author: Behdad Esfahbod -Date: Sat Apr 14 19:19:26 2012 -0400 +Date: Sat Apr 14 19:19:26 2012 -0400 Add HB_DIRECTION_IS_VALID - src/hb-common.h | 1 + + src/hb-common.h | 1 + test/api/test-common.c | 7 +++++++ 2 files changed, 8 insertions(+) commit 5e88aa66822ba64324b4428c9ffbe06a43b4f310 Author: Behdad Esfahbod -Date: Sat Apr 14 18:51:50 2012 -0400 +Date: Sat Apr 14 18:51:50 2012 -0400 Remove public enum names again As was reported to me, glib-mkenum does not understand named enums, so remove for now. - src/hb-blob.h | 2 +- - src/hb-common.h | 6 +++--- + src/hb-blob.h | 2 +- + src/hb-common.h | 6 +++--- src/hb-ot-layout-private.hh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) commit 08569c0eaab026c7122c0dc29922cf44011c4d10 Author: Behdad Esfahbod -Date: Sat Apr 14 18:47:07 2012 -0400 +Date: Sat Apr 14 18:47:07 2012 -0400 Minor @@ -31918,21 +35292,21 @@ Date: Sat Apr 14 18:47:07 2012 -0400 commit 4bf90f648313e35d21b427a956aa1fe762bae757 Author: Behdad Esfahbod -Date: Thu Apr 12 17:38:23 2012 -0400 +Date: Thu Apr 12 17:38:23 2012 -0400 Make HB_DIRECTION_INVALID be zero This changes all the HB_DIRECTION_* enum member values, but is nicer, in preparation for making hb_segment_properties_t public. - src/hb-common.cc | 7 ++++--- - src/hb-common.h | 20 ++++++++++---------- + src/hb-common.cc | 7 ++++--- + src/hb-common.h | 20 ++++++++++---------- test/api/test-common.c | 9 +++++++-- 3 files changed, 21 insertions(+), 15 deletions(-) commit d01402da9c756f90a84bfb1f964fd56caf2b35c3 Author: Behdad Esfahbod -Date: Thu Apr 12 17:38:02 2012 -0400 +Date: Thu Apr 12 17:38:02 2012 -0400 Minor @@ -31941,7 +35315,7 @@ Date: Thu Apr 12 17:38:02 2012 -0400 commit 69b84a8f6c789726815261c2e86692de7a65d6e8 Author: Behdad Esfahbod -Date: Thu Apr 12 15:50:40 2012 -0400 +Date: Thu Apr 12 15:50:40 2012 -0400 Fix hb-view surface size calc for vertical text @@ -31956,7 +35330,7 @@ Date: Thu Apr 12 15:50:40 2012 -0400 commit 6bd9b479b8b2befbb0847282e93beade197c8038 Author: Behdad Esfahbod -Date: Thu Apr 12 14:53:53 2012 -0400 +Date: Thu Apr 12 14:53:53 2012 -0400 Hide backend-specific shape functions @@ -31965,46 +35339,46 @@ Date: Thu Apr 12 14:53:53 2012 -0400 More shaper API coming in preparation for plan/planned API. - configure.ac | 6 ++-- - src/Makefile.am | 11 +++---- - src/hb-fallback-shape-private.hh | 9 +++--- - src/hb-fallback-shape.cc | 9 +++--- + configure.ac | 6 ++-- + src/Makefile.am | 11 +++---- + src/hb-fallback-shape-private.hh | 9 +++--- + src/hb-fallback-shape.cc | 9 +++--- src/{hb-ot-shape.h => hb-graphite2-private.hh} | 30 ++++++++---------- - src/hb-graphite2.cc | 5 ++- - src/hb-graphite2.h | 7 ----- - src/hb-ot-shape-private.hh | 8 +++-- - src/hb-ot-shape.cc | 11 +++---- - src/hb-ot.h | 1 - - src/hb-shape.cc | 24 ++++++--------- - src/hb-shape.h | 1 - - src/hb-uniscribe-private.hh | 42 + src/hb-graphite2.cc | 5 ++- + src/hb-graphite2.h | 7 ----- + src/hb-ot-shape-private.hh | 8 +++-- + src/hb-ot-shape.cc | 11 +++---- + src/hb-ot.h | 1 - + src/hb-shape.cc | 24 ++++++--------- + src/hb-shape.h | 1 - + src/hb-uniscribe-private.hh | 42 ++++++++++++++++++++++++++ - src/hb-uniscribe.cc | 9 +++--- - src/hb-uniscribe.h | 7 ----- - util/options.hh | 2 +- + src/hb-uniscribe.cc | 9 +++--- + src/hb-uniscribe.h | 7 ----- + util/options.hh | 2 +- 16 files changed, 96 insertions(+), 86 deletions(-) commit c6035cf802c60f0526f421f39a55886061df94ee Author: Behdad Esfahbod -Date: Thu Apr 12 13:23:59 2012 -0400 +Date: Thu Apr 12 13:23:59 2012 -0400 Add names to enums gdb was showing instead of useful stuff, so name all our enums. - src/hb-blob.h | 2 +- - src/hb-common.h | 6 +++--- + src/hb-blob.h | 2 +- + src/hb-common.h | 6 +++--- src/hb-ot-layout-common-private.hh | 2 +- src/hb-ot-layout-gdef-table.hh | 2 +- src/hb-ot-layout-gpos-table.hh | 5 ++--- src/hb-ot-layout-gsub-table.hh | 2 +- - src/hb-ot-layout-private.hh | 2 +- + src/hb-ot-layout-private.hh | 2 +- 7 files changed, 10 insertions(+), 11 deletions(-) commit d1c9eb458c843215da8df84b596bfae51fee135b Author: Behdad Esfahbod -Date: Thu Apr 12 13:17:44 2012 -0400 +Date: Thu Apr 12 13:17:44 2012 -0400 Make it an error to include non-top-level headers @@ -32012,30 +35386,30 @@ Date: Thu Apr 12 13:17:44 2012 -0400 never things like hb-shape.h directly. This makes it easier to refactor headers later on without breaking compatibility. - src/hb-blob.h | 4 ++++ + src/hb-blob.h | 4 ++++ src/hb-buffer.h | 4 ++++ src/hb-common.h | 4 ++++ - src/hb-font.h | 4 ++++ - src/hb-ft.h | 2 -- - src/hb-glib.h | 1 + + src/hb-font.h | 4 ++++ + src/hb-ft.h | 2 -- + src/hb-glib.h | 1 + src/hb-gobject.h | 1 + src/hb-graphite2.h | 5 +++-- - src/hb-icu.h | 1 + + src/hb-icu.h | 1 + src/hb-ot-layout.h | 8 +++++--- src/hb-ot-shape.h | 9 +++++---- src/hb-ot-tag.h | 6 +++++- - src/hb-ot.h | 2 ++ + src/hb-ot.h | 2 ++ src/hb-private.hh | 5 ++++- src/hb-shape.h | 4 ++++ src/hb-unicode.h | 4 ++++ src/hb-uniscribe.h | 3 +-- src/hb-version.h.in | 4 ++++ - src/hb.h | 2 ++ + src/hb.h | 2 ++ 19 files changed, 58 insertions(+), 15 deletions(-) commit 323190c27b80cddc9b3c42d19f1f243e2acb2411 Author: Behdad Esfahbod -Date: Thu Apr 12 12:29:10 2012 -0400 +Date: Thu Apr 12 12:29:10 2012 -0400 Minor @@ -32044,7 +35418,7 @@ Date: Thu Apr 12 12:29:10 2012 -0400 commit 0e3361464b00b76aa7375515163e0710a691db0c Author: Behdad Esfahbod -Date: Thu Apr 12 10:06:52 2012 -0400 +Date: Thu Apr 12 10:06:52 2012 -0400 Fix bug with not setting Unicode props of the first character @@ -32056,7 +35430,7 @@ Date: Thu Apr 12 10:06:52 2012 -0400 commit f9746b600a6e14dbe48aabfc17df8f12a5b46b11 Author: Behdad Esfahbod -Date: Thu Apr 12 09:59:26 2012 -0400 +Date: Thu Apr 12 09:59:26 2012 -0400 Minor @@ -32066,25 +35440,25 @@ Date: Thu Apr 12 09:59:26 2012 -0400 commit 7470b0ff805e4ff59d23d7a1808888fafdf550eb Author: Behdad Esfahbod -Date: Thu Apr 12 09:44:27 2012 -0400 +Date: Thu Apr 12 09:44:27 2012 -0400 Add Mongolian test case - test/shaping/texts/in-tree/MANIFEST | + test/shaping/texts/in-tree/MANIFEST | 1 + .../texts/in-tree/shaper-arabic/script-mongolian/misc/MANIFEST | 1 + .../texts/in-tree/shaper-arabic/script-mongolian/misc/misc.txt | 4 ++++ - test/shaping/texts/in-tree/shaper-thai/MANIFEST | + test/shaping/texts/in-tree/shaper-thai/MANIFEST | 1 + - test/shaping/texts/in-tree/shaper-thai/misc/MANIFEST | + test/shaping/texts/in-tree/shaper-thai/misc/MANIFEST | 1 + 5 files changed, 8 insertions(+) commit c65662b71e6160f5adfb6226d97589ca457d98b9 Author: Behdad Esfahbod -Date: Thu Apr 12 09:31:55 2012 -0400 +Date: Thu Apr 12 09:31:55 2012 -0400 Fix left-matra positioning in Indic @@ -32096,7 +35470,7 @@ Date: Thu Apr 12 09:31:55 2012 -0400 commit 6d16403bfaa4d710d80c93298eca7211ecaa419f Author: Behdad Esfahbod -Date: Wed Apr 11 22:04:42 2012 -0400 +Date: Wed Apr 11 22:04:42 2012 -0400 Adjust TODO @@ -32105,7 +35479,7 @@ Date: Wed Apr 11 22:04:42 2012 -0400 commit 029a82d81d8ffa1b6771d19018d592fec1dbc934 Author: Behdad Esfahbod -Date: Wed Apr 11 22:00:46 2012 -0400 +Date: Wed Apr 11 22:00:46 2012 -0400 [hangul] Apply *jmo features to all Hangul chars @@ -32120,7 +35494,7 @@ Date: Wed Apr 11 22:00:46 2012 -0400 commit 3baae2440de69577d330209edb708e7d2bb2231d Author: Behdad Esfahbod -Date: Wed Apr 11 21:54:37 2012 -0400 +Date: Wed Apr 11 21:54:37 2012 -0400 Update TODO @@ -32129,7 +35503,7 @@ Date: Wed Apr 11 21:54:37 2012 -0400 commit a4976447cd1a1feffdecd0d501a2690716b1cf4b Author: Behdad Esfahbod -Date: Wed Apr 11 17:48:40 2012 -0400 +Date: Wed Apr 11 17:48:40 2012 -0400 Add Hangul test @@ -32139,7 +35513,7 @@ Date: Wed Apr 11 17:48:40 2012 -0400 commit e95d912b3b0af027c4384553f95236db822e5acc Author: Behdad Esfahbod -Date: Wed Apr 11 17:33:02 2012 -0400 +Date: Wed Apr 11 17:33:02 2012 -0400 Fix diff tool @@ -32148,7 +35522,7 @@ Date: Wed Apr 11 17:33:02 2012 -0400 commit 41ae674f6871f43d0a6e4ca67a747074d63ae576 Author: Behdad Esfahbod -Date: Wed Apr 11 17:11:05 2012 -0400 +Date: Wed Apr 11 17:11:05 2012 -0400 Don't create hb_apply_context_t per glyph! @@ -32164,7 +35538,7 @@ Date: Wed Apr 11 17:11:05 2012 -0400 commit 4a1e02ef7979d58fe0c726ee7c665b2420c42ddd Author: Behdad Esfahbod -Date: Wed Apr 11 14:37:53 2012 -0400 +Date: Wed Apr 11 14:37:53 2012 -0400 Fix shape to presentation forms font check @@ -32175,7 +35549,7 @@ Date: Wed Apr 11 14:37:53 2012 -0400 commit 6062f5f01436b4044be729890ed00b9b62737824 Author: Behdad Esfahbod -Date: Wed Apr 11 14:19:55 2012 -0400 +Date: Wed Apr 11 14:19:55 2012 -0400 Fix build with some compilers @@ -32186,7 +35560,7 @@ Date: Wed Apr 11 14:19:55 2012 -0400 commit acd88e659fdb2fa1cbf7171f0a1c7fbc81b9f298 Author: Behdad Esfahbod -Date: Tue Apr 10 18:02:20 2012 -0400 +Date: Tue Apr 10 18:02:20 2012 -0400 In Arabic fallback shaping, check that the font has glyph for new char @@ -32194,36 +35568,36 @@ Date: Tue Apr 10 18:02:20 2012 -0400 src/hb-ot-shape-complex-indic.cc | 2 +- src/hb-ot-shape-complex-misc.cc | 6 +++--- src/hb-ot-shape-complex-private.hh | 7 ++++--- - src/hb-ot-shape.cc | 2 +- + src/hb-ot-shape.cc | 2 +- 5 files changed, 16 insertions(+), 13 deletions(-) commit 7752aa73e72301a46c64c533c1e423ff5987cc05 Author: Behdad Esfahbod -Date: Tue Apr 10 17:22:14 2012 -0400 +Date: Tue Apr 10 17:22:14 2012 -0400 Minor src/hb-ot-shape-private.hh | 1 - - src/hb-ot-shape.cc | 10 ---------- + src/hb-ot-shape.cc | 10 ---------- 2 files changed, 11 deletions(-) commit 939c010211b063f78874a3b72b032c1ed9a13b87 Author: Behdad Esfahbod -Date: Tue Apr 10 17:20:05 2012 -0400 +Date: Tue Apr 10 17:20:05 2012 -0400 Implement Arabic fallback shaping mandatory ligatures - src/gen-arabic-table.py | 32 + src/gen-arabic-table.py | 32 ++++++++++++++++++++++---------- src/hb-ot-shape-complex-arabic-table.hh | 28 +++++++++++++++++++--------- - src/hb-ot-shape-complex-arabic.cc | 31 + src/hb-ot-shape-complex-arabic.cc | 31 +++++++++++++++++++++++++++++++ - src/hb-ot-shape-complex-misc.cc | 4 ++-- + src/hb-ot-shape-complex-misc.cc | 4 ++-- 4 files changed, 74 insertions(+), 21 deletions(-) commit b7d04eb606800100faa11100d2adf559e297a4ee Author: Behdad Esfahbod -Date: Tue Apr 10 16:44:38 2012 -0400 +Date: Tue Apr 10 16:44:38 2012 -0400 Do Arabic fallback shaping @@ -32233,37 +35607,37 @@ Date: Tue Apr 10 16:44:38 2012 -0400 commit ae4a2b9365051c23c9a299cf76f3ab7e661999b1 Author: Behdad Esfahbod -Date: Tue Apr 10 16:25:08 2012 -0400 +Date: Tue Apr 10 16:25:08 2012 -0400 Generate fallback Arabic shaping table Not hooked up yet. - src/Makefile.am | 6 +- - src/gen-arabic-table.py | 220 + src/Makefile.am | 6 +- + src/gen-arabic-table.py | 220 +++++++++++++++++++++++--------- - src/gen-indic-table.py | 4 +- + src/gen-indic-table.py | 4 +- src/hb-ot-shape-complex-arabic-table.hh | 205 ++++++++++++++++++++++++++++- 4 files changed, 367 insertions(+), 68 deletions(-) commit 3b26f96ebe859570d14c6902afc23462bca40712 Author: Behdad Esfahbod -Date: Tue Apr 10 10:52:07 2012 -0400 +Date: Tue Apr 10 10:52:07 2012 -0400 Add Thai shaper that does SARA AM decomposition / reordering That's not in the OpenType spec, but it's what MS and Adobe do. - src/hb-buffer.cc | 1 + + src/hb-buffer.cc | 1 + src/hb-ot-shape-complex-misc.cc | 104 ++++++++++++++++++++++++++++++++++++- - src/hb-ot-shape-complex-private.hh | 8 +++ + src/hb-ot-shape-complex-private.hh | 8 +++ 3 files changed, 112 insertions(+), 1 deletion(-) commit 0b6d2ac6a1d04877ae4542fc2a3b920185547053 Author: Behdad Esfahbod -Date: Tue Apr 10 10:52:03 2012 -0400 +Date: Tue Apr 10 10:52:03 2012 -0400 Minor @@ -32272,7 +35646,7 @@ Date: Tue Apr 10 10:52:03 2012 -0400 commit e099dd6592b4ea887696330f4718efb572494d93 Author: Behdad Esfahbod -Date: Tue Apr 10 10:47:33 2012 -0400 +Date: Tue Apr 10 10:47:33 2012 -0400 Add Thai test case for SARA AM decomposition @@ -32282,7 +35656,7 @@ Date: Tue Apr 10 10:47:33 2012 -0400 commit 4450dc9354b18cd68980b0891b24ea8efa4f38b6 Author: Behdad Esfahbod -Date: Sat Apr 7 22:07:23 2012 -0400 +Date: Sat Apr 7 22:07:23 2012 -0400 Move around @@ -32300,18 +35674,18 @@ Date: Sat Apr 7 22:07:23 2012 -0400 commit d4cc44716c1e098f8abbc0e495404598026ef242 Author: Behdad Esfahbod -Date: Sat Apr 7 21:52:28 2012 -0400 +Date: Sat Apr 7 21:52:28 2012 -0400 Move code around, in prep for Thai/Lao shaper - src/hb-buffer-private.hh | 5 +++++ - src/hb-buffer.cc | 23 +++++++++++++++++++++++ + src/hb-buffer-private.hh | 5 +++++ + src/hb-buffer.cc | 23 +++++++++++++++++++++++ src/hb-ot-shape-complex-indic-machine.rl | 14 +------------- 3 files changed, 29 insertions(+), 13 deletions(-) commit c9a841f4452921c5361b8f5697bbff7736ce60cd Author: Behdad Esfahbod -Date: Sat Apr 7 15:06:55 2012 -0400 +Date: Sat Apr 7 15:06:55 2012 -0400 Add simple Hangul shaper that recomposes Jamo when feasible @@ -32334,12 +35708,12 @@ Date: Sat Apr 7 15:06:55 2012 -0400 commit 968318455304804dc53045e8ba0cd4d76800c02d Author: Behdad Esfahbod -Date: Sat Apr 7 14:57:21 2012 -0400 +Date: Sat Apr 7 14:57:21 2012 -0400 Implement normalization mode HB_OT_SHAPE_NORMALIZATION_MODE_COMPOSED_FULL - In this mode we try composing CCC=0 with CCC=0 characters. Useful for + In this mode we try composing CCC=0 with CCC=0 characters. Useful for Hangul. src/hb-ot-shape-normalize.cc | 21 +++++++++++++-------- @@ -32347,7 +35721,7 @@ Date: Sat Apr 7 14:57:21 2012 -0400 commit bec2ac4fde1ba0dd6dba02adbb836ce569a5cf6f Author: Behdad Esfahbod -Date: Sat Apr 7 14:51:17 2012 -0400 +Date: Sat Apr 7 14:51:17 2012 -0400 Bring normalization algorithm closer to the spec @@ -32358,7 +35732,7 @@ Date: Sat Apr 7 14:51:17 2012 -0400 commit e02d9257863b49e33ab5942971266349d3c548f6 Author: Behdad Esfahbod -Date: Sat Apr 7 14:49:13 2012 -0400 +Date: Sat Apr 7 14:49:13 2012 -0400 Flip logic around @@ -32367,13 +35741,13 @@ Date: Sat Apr 7 14:49:13 2012 -0400 commit aaa25d5f458127f53f4b5ecdeb986ae91fabbad3 Author: Behdad Esfahbod -Date: Thu Apr 5 17:27:23 2012 -0400 +Date: Thu Apr 5 17:27:23 2012 -0400 Add Hangul test case Composed, and decomposed, of the same text. - test/shaping/texts/in-tree/shaper-default/MANIFEST | + test/shaping/texts/in-tree/shaper-default/MANIFEST | 1 + test/shaping/texts/in-tree/shaper-default/script-hangul/MANIFEST | 1 + @@ -32385,67 +35759,67 @@ Date: Thu Apr 5 17:27:23 2012 -0400 commit 11138ccff71f442da1fcf64faa0e1d22e083e775 Author: Behdad Esfahbod -Date: Thu Apr 5 17:25:19 2012 -0400 +Date: Thu Apr 5 17:25:19 2012 -0400 Add normalize mode In preparation for Hangul shaper. - src/Makefile.am | 1 + + src/Makefile.am | 1 + src/hb-ot-layout-common-private.hh | 1 - src/hb-ot-shape-complex-arabic.cc | 6 +-- src/hb-ot-shape-complex-indic.cc | 6 +-- src/hb-ot-shape-complex-misc.cc | 8 ++-- src/hb-ot-shape-complex-private.hh | 13 ++++--- src/hb-ot-shape-normalize-private.hh | 46 +++++++++++++++++++++++ - src/hb-ot-shape-normalize.cc | 73 + src/hb-ot-shape-normalize.cc | 73 +++++++++++++++++------------------- - src/hb-ot-shape-private.hh | 7 +--- - src/hb-ot-shape.cc | 2 +- + src/hb-ot-shape-private.hh | 7 +--- + src/hb-ot-shape.cc | 2 +- 10 files changed, 102 insertions(+), 61 deletions(-) commit 6769f21d579a354e32577ec57348e97d2cb1b438 Author: Behdad Esfahbod -Date: Thu Apr 5 16:46:46 2012 -0400 +Date: Thu Apr 5 16:46:46 2012 -0400 More moving code around src/hb-ot-shape-normalize.cc | 2 +- src/hb-ot-shape-private.hh | 8 -------- - src/hb-ot-shape.cc | 2 +- + src/hb-ot-shape.cc | 2 +- src/hb-unicode-private.hh | 8 ++++++++ 4 files changed, 10 insertions(+), 10 deletions(-) commit 2db2a566826ed4763ce69629194ec656bd48b0bd Author: Behdad Esfahbod -Date: Thu Apr 5 16:40:37 2012 -0400 +Date: Thu Apr 5 16:40:37 2012 -0400 Move code around src/hb-ot-shape-private.hh | 53 -------------------------------------------- src/hb-unicode-private.hh | 3 +++ - src/hb-unicode.cc | 55 + src/hb-unicode.cc | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+), 53 deletions(-) commit cad3821f3d5b68d490b0728bd37bd57428ec809c Author: Behdad Esfahbod -Date: Wed Mar 7 17:13:25 2012 -0500 +Date: Wed Mar 7 17:13:25 2012 -0500 More sorting by Unicode version This is the most convenient way to browse scripts. - src/hb-common.cc | 2 +- - src/hb-common.h | 2 +- + src/hb-common.cc | 2 +- + src/hb-common.h | 2 +- src/hb-ot-shape-complex-private.hh | 94 ++++++++++++++++++++++++++++---------- 3 files changed, 72 insertions(+), 26 deletions(-) commit 317b9504d7a4faa70dcf21e5c2aff4792dbd201a Author: Behdad Esfahbod -Date: Wed Mar 7 16:51:29 2012 -0500 +Date: Wed Mar 7 16:51:29 2012 -0500 Minor @@ -32454,7 +35828,7 @@ Date: Wed Mar 7 16:51:29 2012 -0500 commit fa2673c1ee954ddbbfbfca7cced7b839d7776fc0 Author: Behdad Esfahbod -Date: Wed Mar 7 15:52:02 2012 -0500 +Date: Wed Mar 7 15:52:02 2012 -0500 More Unicode script age annotation, and a couple more RTL scripts @@ -32467,19 +35841,19 @@ Date: Wed Mar 7 15:52:02 2012 -0500 commit 6d4016f1ba48d409800dc3281b93e5cd58c99d9f Author: Behdad Esfahbod -Date: Wed Mar 7 15:33:14 2012 -0500 +Date: Wed Mar 7 15:33:14 2012 -0500 Make src tests pass again - src/gen-arabic-table.py | 11 ++++++----- - src/gen-indic-table.py | 9 +++++---- + src/gen-arabic-table.py | 11 ++++++----- + src/gen-indic-table.py | 9 +++++---- src/hb-ot-shape-complex-arabic-table.hh | 6 ++++++ src/hb-ot-shape-complex-indic-table.hh | 4 ++++ 4 files changed, 21 insertions(+), 9 deletions(-) commit 7da435f08cc406080a5ee9b1ab5351db6a93acae Author: Behdad Esfahbod -Date: Wed Mar 7 15:20:20 2012 -0500 +Date: Wed Mar 7 15:20:20 2012 -0500 Separate Unicode 3.1 and Unicode 3.2 additions @@ -32488,7 +35862,7 @@ Date: Wed Mar 7 15:20:20 2012 -0500 commit f91136cb528e298651c4a8a8a1d6dc54136e09ce Author: Behdad Esfahbod -Date: Wed Mar 7 12:56:22 2012 -0500 +Date: Wed Mar 7 12:56:22 2012 -0500 Route three Unicode 6.1 scripts through Indic shaper @@ -32497,7 +35871,7 @@ Date: Wed Mar 7 12:56:22 2012 -0500 commit f32c0012ad794cd2df669dfc7b0438fafbe38b2d Author: Behdad Esfahbod -Date: Wed Mar 7 12:53:34 2012 -0500 +Date: Wed Mar 7 12:53:34 2012 -0500 Add Unicode 6.1.0 scripts @@ -32507,7 +35881,7 @@ Date: Wed Mar 7 12:53:34 2012 -0500 commit 50e810cd0e55c25fddb0a2fd0861c51fbf65700e Author: Behdad Esfahbod -Date: Wed Mar 7 12:49:08 2012 -0500 +Date: Wed Mar 7 12:49:08 2012 -0500 Lydian and Kharoshthi are right-to-left @@ -32516,7 +35890,7 @@ Date: Wed Mar 7 12:49:08 2012 -0500 commit a52835635e4a2a12715aff2febb561515a10cd5a Author: Behdad Esfahbod -Date: Wed Mar 7 12:38:39 2012 -0500 +Date: Wed Mar 7 12:38:39 2012 -0500 Whitespace @@ -32526,7 +35900,7 @@ Date: Wed Mar 7 12:38:39 2012 -0500 commit 183224684a45d7dcd7d28510d4383a7a7cb3dff3 Author: Behdad Esfahbod -Date: Wed Mar 7 12:21:28 2012 -0500 +Date: Wed Mar 7 12:21:28 2012 -0500 Use generic shaper for Buhid @@ -32542,12 +35916,12 @@ Date: Wed Mar 7 12:21:28 2012 -0500 commit cdc8b491a8e7cec5082ca2ad0346c1f41fdd5c92 Author: Behdad Esfahbod -Date: Wed Mar 7 12:08:33 2012 -0500 +Date: Wed Mar 7 12:08:33 2012 -0500 Update Indic table to Unicode 6.1 data - src/Makefile.am | 15 +++ - src/gen-indic-table.py | 20 ++-- + src/Makefile.am | 15 +++ + src/gen-indic-table.py | 20 ++-- src/hb-ot-shape-complex-arabic-table.hh | 35 ------- src/hb-ot-shape-complex-indic-table.hh | 178 +++++++++++++++++++------------- @@ -32555,7 +35929,7 @@ Date: Wed Mar 7 12:08:33 2012 -0500 commit e3b2e077f549b04779c08a9fedb1f35b9f11075c Author: Behdad Esfahbod -Date: Wed Mar 7 10:21:24 2012 -0500 +Date: Wed Mar 7 10:21:24 2012 -0500 Typo @@ -32564,7 +35938,7 @@ Date: Wed Mar 7 10:21:24 2012 -0500 commit c346671b6b9b05fa51b95c16212eb29ac69510fa Author: Behdad Esfahbod -Date: Tue Mar 6 20:47:50 2012 -0500 +Date: Tue Mar 6 20:47:50 2012 -0500 Minor doc fixes @@ -32573,28 +35947,28 @@ Date: Tue Mar 6 20:47:50 2012 -0500 commit 406044986a68676f3050f9350ccc448c615fc685 Author: Behdad Esfahbod -Date: Tue Mar 6 20:24:31 2012 -0500 +Date: Tue Mar 6 20:24:31 2012 -0500 Add Hebrew diacritics test cases From: https://bugzilla.mozilla.org/show_bug.cgi?id=662055 - test/shaping/texts/in-tree/shaper-default/MANIFEST | 1 + + test/shaping/texts/in-tree/shaper-default/MANIFEST | 1 + .../texts/in-tree/shaper-default/script-hebrew/MANIFEST | 1 + .../in-tree/shaper-default/script-hebrew/misc/MANIFEST | 1 + - .../shaper-default/script-hebrew/misc/diacritics.txt | 15 + .../shaper-default/script-hebrew/misc/diacritics.txt | 15 +++++++++++++++ 4 files changed, 18 insertions(+) commit 461b9b6347e4f58589f5be82c40a2df61da2c715 Author: Behdad Esfahbod -Date: Thu Mar 1 18:11:19 2012 -0800 +Date: Thu Mar 1 18:11:19 2012 -0800 Fix cluster formation in Indic Makes number of failures against Uniscribe with hi_IN dictionary from - OO.o to go down from 6334 to 4290. Not bad for a one-line change! + OO.o to go down from 6334 to 4290. Not bad for a one-line change! Mozilla Bug 729626 - ASAN: heap-buffer-overflow HTML @@ -32603,20 +35977,20 @@ Date: Thu Mar 1 18:11:19 2012 -0800 commit bc71ad4973842f25216b48842a46d6c9cbce6aa3 Author: Behdad Esfahbod -Date: Thu Mar 1 17:30:29 2012 -0800 +Date: Thu Mar 1 17:30:29 2012 -0800 Fix atomic-int op on Apple The OSAtomicAdd32Barrier operator returns the new value, we want the old value. - src/hb-blob.cc | 2 +- + src/hb-blob.cc | 2 +- src/hb-object-private.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit a1970d9afc15b2c6b7513b923019bb223bd95154 Author: Behdad Esfahbod -Date: Fri Feb 24 13:51:09 2012 -0500 +Date: Fri Feb 24 13:51:09 2012 -0500 Add support for atomic int and mutex on Apple systems @@ -32633,7 +36007,7 @@ Date: Fri Feb 24 13:51:09 2012 -0500 commit 8004429102d7d3a8c42e1cbfe231835de4d3d782 Author: Behdad Esfahbod -Date: Thu Feb 23 18:47:17 2012 -0500 +Date: Thu Feb 23 18:47:17 2012 -0500 Remove unused hb_atomic_int_set() @@ -32645,9 +36019,9 @@ Date: Thu Feb 23 18:47:17 2012 -0500 commit 45227c10e416894ba7f84fdf72d849cecdb9b898 Author: Behdad Esfahbod -Date: Thu Feb 23 19:47:43 2012 -0500 +Date: Thu Feb 23 19:47:43 2012 -0500 - Add hb-warning.cc. Oops! + Add hb-warning.cc. Oops! src/hb-warning.cc | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ @@ -32655,7 +36029,7 @@ Date: Thu Feb 23 19:47:43 2012 -0500 commit bd7ff1dec5b92ee59fa060e793f88499adcd8c11 Author: Behdad Esfahbod -Date: Thu Feb 23 15:06:16 2012 -0500 +Date: Thu Feb 23 15:06:16 2012 -0500 Allow disabling multi-threaded support @@ -32666,14 +36040,14 @@ Date: Thu Feb 23 15:06:16 2012 -0500 Mozilla Bug 666661 - gfx/harfbuzz/src/hb-prive.h - compiler warnings on mac - src/Makefile.am | 1 + + src/Makefile.am | 1 + src/hb-mutex-private.hh | 6 +++--- src/hb-object-private.hh | 11 +++-------- 3 files changed, 7 insertions(+), 11 deletions(-) commit 634c9e3423a9c23793400d1f56e98070e00b6056 Author: Behdad Esfahbod -Date: Wed Feb 22 16:43:21 2012 -0500 +Date: Wed Feb 22 16:43:21 2012 -0500 Minor @@ -32683,7 +36057,7 @@ Date: Wed Feb 22 16:43:21 2012 -0500 commit 514b6f88668da4eab85103c536dabe24b7bc457b Author: Behdad Esfahbod -Date: Wed Feb 22 16:34:37 2012 -0500 +Date: Wed Feb 22 16:34:37 2012 -0500 Followup: Reorder Hebrew combining classes for better rendering @@ -32697,7 +36071,7 @@ Date: Wed Feb 22 16:34:37 2012 -0500 commit 6e78607ea71e3e5306f88f227ddba76133d16ed0 Author: Behdad Esfahbod -Date: Wed Feb 22 16:31:15 2012 -0500 +Date: Wed Feb 22 16:31:15 2012 -0500 Reorder Hebrew combining classes for better rendering @@ -32711,7 +36085,7 @@ Date: Wed Feb 22 16:31:15 2012 -0500 commit 7a70ca78e06c676befe1ae17199fff1f000f8188 Author: Behdad Esfahbod -Date: Tue Feb 21 11:31:47 2012 -0500 +Date: Tue Feb 21 11:31:47 2012 -0500 Add test case from https://bugzilla.mozilla.org/show_bug.cgi?id=714067 @@ -32723,7 +36097,7 @@ Date: Tue Feb 21 11:31:47 2012 -0500 commit f51e167436a51b890ffe3f7f7920498fa287acd9 Author: Behdad Esfahbod -Date: Mon Jan 30 09:48:33 2012 -0500 +Date: Mon Jan 30 09:48:33 2012 -0500 Minor error handling @@ -32732,7 +36106,7 @@ Date: Mon Jan 30 09:48:33 2012 -0500 commit bee74efbdebc4e46ce57daa8a88bcf06b13411fe Author: Behdad Esfahbod -Date: Fri Jan 27 02:14:08 2012 -0500 +Date: Fri Jan 27 02:14:08 2012 -0500 Update git.mk to new upstream @@ -32741,7 +36115,7 @@ Date: Fri Jan 27 02:14:08 2012 -0500 commit 134aa7bc7e3f9b9de76c9de2ed4b7344a7b323f9 Author: Behdad Esfahbod -Date: Fri Jan 27 02:09:40 2012 -0500 +Date: Fri Jan 27 02:09:40 2012 -0500 Make checks more OS X friendly @@ -32751,7 +36125,7 @@ Date: Fri Jan 27 02:09:40 2012 -0500 commit 6152199368399bf98368ea3c794fa760b49756ba Author: Behdad Esfahbod -Date: Fri Jan 27 01:57:59 2012 -0500 +Date: Fri Jan 27 01:57:59 2012 -0500 Fix check-header-guards on OS X @@ -32760,7 +36134,7 @@ Date: Fri Jan 27 01:57:59 2012 -0500 commit c62e41b6aad1fc56225d0e53d6d4abd0f005fe3b Author: Behdad Esfahbod -Date: Fri Jan 27 02:20:58 2012 -0500 +Date: Fri Jan 27 02:20:58 2012 -0500 Minor @@ -32769,34 +36143,34 @@ Date: Fri Jan 27 02:20:58 2012 -0500 commit 1a5a91dc0d8bf4b72a2f22dc6300b06ad7000b79 Author: Behdad Esfahbod -Date: Sun Jan 22 19:57:00 2012 -0500 +Date: Sun Jan 22 19:57:00 2012 -0500 Add a few more tests .../in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt | 3 +++ - .../shaper-indic/south-east-asian/script-thai/misc/misc.txt | + .../shaper-indic/south-east-asian/script-thai/misc/misc.txt | 9 +++++++++ 2 files changed, 12 insertions(+) commit 1795f3a222a85cdf80c78a0e9181d23dd1673876 Author: Behdad Esfahbod -Date: Sun Jan 22 19:29:45 2012 -0500 +Date: Sun Jan 22 19:29:45 2012 -0500 Add a couple Thai test cases from Thep - test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST | + test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST | 1 + - .../texts/in-tree/shaper-indic/south-east-asian/script-thai/MANIFEST | + .../texts/in-tree/shaper-indic/south-east-asian/script-thai/MANIFEST | 1 + - .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST | + .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST | 1 + - .../in-tree/shaper-indic/south-east-asian/script-thai/misc/misc.txt | + .../in-tree/shaper-indic/south-east-asian/script-thai/misc/misc.txt | 2 ++ 4 files changed, 5 insertions(+) commit ec3f506682fc6e2d7d7455e49d6c82ac9dd0c660 Author: Behdad Esfahbod -Date: Sun Jan 22 19:10:55 2012 -0500 +Date: Sun Jan 22 19:10:55 2012 -0500 Add Devanagari test from Tom Hacohen @@ -32806,7 +36180,7 @@ Date: Sun Jan 22 19:10:55 2012 -0500 commit 71be4ca3dd5eaaca31957e34fef11f6aeb4aebdf Author: Behdad Esfahbod -Date: Sun Jan 22 16:26:49 2012 -0500 +Date: Sun Jan 22 16:26:49 2012 -0500 Also ignore "ChangeLog" in manifests @@ -32815,7 +36189,7 @@ Date: Sun Jan 22 16:26:49 2012 -0500 commit 3c9a39ecd65990f2c7b29bb741c6a538fa425531 Author: Behdad Esfahbod -Date: Sun Jan 22 16:21:19 2012 -0500 +Date: Sun Jan 22 16:21:19 2012 -0500 Remove newline @@ -32824,20 +36198,20 @@ Date: Sun Jan 22 16:21:19 2012 -0500 commit e4ccbfe276db5ed098ddcf78a7bb8f2da4263128 Author: Behdad Esfahbod -Date: Sun Jan 22 16:07:32 2012 -0500 +Date: Sun Jan 22 16:07:32 2012 -0500 Allow --color=html in hb-diff Not that useful right now as we don't escape < and >. Perhaps another tool can be added to convert the ANSI output to HTML. - test/shaping/hb-diff | 2 +- + test/shaping/hb-diff | 2 +- test/shaping/hb_test_tools.py | 22 +++++++++++++++++----- 2 files changed, 18 insertions(+), 6 deletions(-) commit 71632c96daa4ba15e13f4d9e7f2c121d0162614e Author: Behdad Esfahbod -Date: Sun Jan 22 15:31:44 2012 -0500 +Date: Sun Jan 22 15:31:44 2012 -0500 Fallback to Latin script if the font has no other usable scripts @@ -32873,18 +36247,18 @@ Date: Sun Jan 22 15:31:44 2012 -0500 commit 8f80f93491be73f05eba908591c856339acda51e Author: Behdad Esfahbod -Date: Sat Jan 21 20:03:25 2012 -0500 +Date: Sat Jan 21 20:03:25 2012 -0500 More shoveling around test/shaping/hb-diff-filter-failures | 2 +- - test/shaping/hb-manifest-read | 2 +- - test/shaping/hb_test_tools.py | 27 ++++++++++++++++----------- + test/shaping/hb-manifest-read | 2 +- + test/shaping/hb_test_tools.py | 27 ++++++++++++++++----------- 3 files changed, 18 insertions(+), 13 deletions(-) commit c78c6e9844a23144ce7fa29afbf57b74587bfcd0 Author: Behdad Esfahbod -Date: Sat Jan 21 19:55:16 2012 -0500 +Date: Sat Jan 21 19:55:16 2012 -0500 Cleanup @@ -32894,7 +36268,7 @@ Date: Sat Jan 21 19:55:16 2012 -0500 commit ab94a9c542f7ec9143335b73493ccb75d4586a3a Author: Behdad Esfahbod -Date: Sat Jan 21 19:43:58 2012 -0500 +Date: Sat Jan 21 19:43:58 2012 -0500 Distribute testing tools @@ -32903,7 +36277,7 @@ Date: Sat Jan 21 19:43:58 2012 -0500 commit 3e86feb54c94e46b60168fd2a4773183eb1354b4 Author: Behdad Esfahbod -Date: Sat Jan 21 19:40:30 2012 -0500 +Date: Sat Jan 21 19:40:30 2012 -0500 Speed up colorless diff @@ -32912,7 +36286,7 @@ Date: Sat Jan 21 19:40:30 2012 -0500 commit 1e58df603457cb4b57da78b5d4a8df66aa7d7be4 Author: Behdad Esfahbod -Date: Sat Jan 21 19:37:31 2012 -0500 +Date: Sat Jan 21 19:37:31 2012 -0500 Cleanup manifest code @@ -32921,18 +36295,18 @@ Date: Sat Jan 21 19:37:31 2012 -0500 commit 956d552e108eeb50bb3ad21588830af7a2f3862a Author: Behdad Esfahbod -Date: Sat Jan 21 19:31:51 2012 -0500 +Date: Sat Jan 21 19:31:51 2012 -0500 Port hb-manifest-update to Python test/shaping/hb-manifest-update | 23 +++-------------------- - test/shaping/hb_test_tools.py | 38 + test/shaping/hb_test_tools.py | 38 ++++++++++++++++++++++++++++++-------- 2 files changed, 33 insertions(+), 28 deletions(-) commit 3a34e9e351ed0ee3eb27f9c0f154bc227f1226bf Author: Behdad Esfahbod -Date: Sat Jan 21 19:15:41 2012 -0500 +Date: Sat Jan 21 19:15:41 2012 -0500 Ignore Broken Pipe errors @@ -32942,7 +36316,7 @@ Date: Sat Jan 21 19:15:41 2012 -0500 commit d5300241680844f5625f32792f7dd7181ed05f9b Author: Behdad Esfahbod -Date: Sat Jan 21 19:07:22 2012 -0500 +Date: Sat Jan 21 19:07:22 2012 -0500 [util] Make clusters work with char offset instead of UTF-8 offset @@ -32958,7 +36332,7 @@ Date: Sat Jan 21 19:07:22 2012 -0500 commit 0f68f4a0b5ee78cbdb2a89a9a1a9125afe72ed2f Author: Behdad Esfahbod -Date: Sat Jan 21 18:59:48 2012 -0500 +Date: Sat Jan 21 18:59:48 2012 -0500 Correctly print out Unicode strings @@ -32967,50 +36341,50 @@ Date: Sat Jan 21 18:59:48 2012 -0500 commit f22089ac24f43ff048c2a0f1c1f604ae3a96be8b Author: Behdad Esfahbod -Date: Fri Jan 20 21:21:47 2012 -0500 +Date: Fri Jan 20 21:21:47 2012 -0500 Misc fixes - test/shaping/hb-diff | 8 ++++---- + test/shaping/hb-diff | 8 ++++---- test/shaping/hb_test_tools.py | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) commit 96968bfae5ce61a0a098bf0e6acd2210a309a499 Author: Behdad Esfahbod -Date: Fri Jan 20 21:16:34 2012 -0500 +Date: Fri Jan 20 21:16:34 2012 -0500 Port hb-manifest-read to Python test/shaping/hb-diff-filter-failures | 2 +- - test/shaping/hb-manifest-read | 37 +++------------------------ - test/shaping/hb_test_tools.py | 49 + test/shaping/hb-manifest-read | 37 +++------------------------ + test/shaping/hb_test_tools.py | 49 ++++++++++++++++++++++++++++++++---- 3 files changed, 48 insertions(+), 40 deletions(-) commit a59ed46fa4f7b76605f8ce6e75783ead406468f5 Author: Behdad Esfahbod -Date: Fri Jan 20 20:56:32 2012 -0500 +Date: Fri Jan 20 20:56:32 2012 -0500 Add final residues from test-shape-complex .../shaping/texts/in-tree/shaper-arabic/script-nko/misc/MANIFEST | 1 + .../shaping/texts/in-tree/shaper-arabic/script-nko/misc/misc.txt | 5 +++++ - test/shaping/texts/in-tree/shaper-default/MANIFEST | 1 + - .../texts/in-tree/shaper-default/script-linear-b/MANIFEST | 1 + + test/shaping/texts/in-tree/shaper-default/MANIFEST | 1 + + .../texts/in-tree/shaper-default/script-linear-b/MANIFEST | 1 + .../texts/in-tree/shaper-default/script-linear-b/misc/MANIFEST | 1 + .../texts/in-tree/shaper-default/script-linear-b/misc/misc.txt | 1 + - test/shaping/texts/in-tree/shaper-indic/MANIFEST | 1 + + test/shaping/texts/in-tree/shaper-indic/MANIFEST | 1 + .../shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST | 1 + .../in-tree/shaper-indic/south-east-asian/script-khmer/MANIFEST | 1 + - .../shaper-indic/south-east-asian/script-khmer/misc/MANIFEST | 1 + - .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt | + .../shaper-indic/south-east-asian/script-khmer/misc/MANIFEST | 1 + + .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt | 9 +++++++++ 11 files changed, 23 insertions(+) commit 820e0ed318d9b187a131baa9491d5d390ec33ef4 Author: Behdad Esfahbod -Date: Fri Jan 20 20:51:52 2012 -0500 +Date: Fri Jan 20 20:51:52 2012 -0500 Add Punjabi tests from test-shape-complex also @@ -33022,7 +36396,7 @@ Date: Fri Jan 20 20:51:52 2012 -0500 commit a7d71c105772fb612871b4cae59bdae47bbc8751 Author: Behdad Esfahbod -Date: Fri Jan 20 20:50:09 2012 -0500 +Date: Fri Jan 20 20:50:09 2012 -0500 Add Tamil test data from Muguntharaj Subramanian @@ -33033,55 +36407,55 @@ Date: Fri Jan 20 20:50:09 2012 -0500 commit 5992a9941e7f19181df1e34e79e514ccedc3d284 Author: Behdad Esfahbod -Date: Fri Jan 20 20:48:14 2012 -0500 +Date: Fri Jan 20 20:48:14 2012 -0500 Import test data from late test-shape-complex .../in-tree/shaper-arabic/script-arabic/MANIFEST | 1 + - .../shaper-arabic/script-arabic/misc/MANIFEST | 0 + .../shaper-arabic/script-arabic/misc/MANIFEST | 0 .../in-tree/shaper-arabic/script-mandaic/MANIFEST | 1 + .../shaper-arabic/script-mandaic/misc/MANIFEST | 0 - .../shaper-arabic/script-mongolian/MANIFEST | 1 + + .../shaper-arabic/script-mongolian/MANIFEST | 1 + .../shaper-arabic/script-mongolian/misc/MANIFEST | 0 - .../in-tree/shaper-arabic/script-nko/MANIFEST | 1 + + .../in-tree/shaper-arabic/script-nko/MANIFEST | 1 + .../in-tree/shaper-arabic/script-nko/misc/MANIFEST | 0 .../in-tree/shaper-arabic/script-syriac/MANIFEST | 1 + - .../shaper-arabic/script-syriac/misc/MANIFEST | 0 + .../shaper-arabic/script-syriac/misc/MANIFEST | 0 .../shaper-indic/indic/script-assamese/MANIFEST | 1 + - .../indic/script-assamese/misc/MANIFEST | 0 + .../indic/script-assamese/misc/MANIFEST | 0 .../shaper-indic/indic/script-bengali/MANIFEST | 1 + - .../indic/script-bengali/misc/MANIFEST | 1 + - .../indic/script-bengali/misc/misc.txt | 48 + .../indic/script-bengali/misc/MANIFEST | 1 + + .../indic/script-bengali/misc/misc.txt | 48 ++++++++++++++++++++++ .../shaper-indic/indic/script-devanagari/MANIFEST | 1 + - .../indic/script-devanagari/misc/MANIFEST | 1 + - .../indic/script-devanagari/misc/misc.txt | 23 +++++++++++ + .../indic/script-devanagari/misc/MANIFEST | 1 + + .../indic/script-devanagari/misc/misc.txt | 23 +++++++++++ .../shaper-indic/indic/script-gujarati/MANIFEST | 1 + - .../indic/script-gujarati/misc/MANIFEST | 0 + .../indic/script-gujarati/misc/MANIFEST | 0 .../shaper-indic/indic/script-kannada/MANIFEST | 1 + - .../indic/script-kannada/misc/MANIFEST | 1 + - .../indic/script-kannada/misc/misc.txt | 17 ++++++++ + .../indic/script-kannada/misc/MANIFEST | 1 + + .../indic/script-kannada/misc/misc.txt | 17 ++++++++ .../shaper-indic/indic/script-malayalam/MANIFEST | 1 + - .../indic/script-malayalam/misc/MANIFEST | 1 + - .../indic/script-malayalam/misc/misc.txt | 22 ++++++++++ - .../shaper-indic/indic/script-oriya/MANIFEST | 1 + + .../indic/script-malayalam/misc/MANIFEST | 1 + + .../indic/script-malayalam/misc/misc.txt | 22 ++++++++++ + .../shaper-indic/indic/script-oriya/MANIFEST | 1 + .../shaper-indic/indic/script-oriya/misc/MANIFEST | 1 + .../shaper-indic/indic/script-oriya/misc/misc.txt | 28 +++++++++++++ .../shaper-indic/indic/script-punjabi/MANIFEST | 1 + - .../indic/script-punjabi/misc/MANIFEST | 0 + .../indic/script-punjabi/misc/MANIFEST | 0 .../shaper-indic/indic/script-sinhala/MANIFEST | 1 + - .../indic/script-sinhala/misc/MANIFEST | 1 + - .../indic/script-sinhala/misc/misc.txt | 6 +++ - .../shaper-indic/indic/script-tamil/MANIFEST | 1 + + .../indic/script-sinhala/misc/MANIFEST | 1 + + .../indic/script-sinhala/misc/misc.txt | 6 +++ + .../shaper-indic/indic/script-tamil/MANIFEST | 1 + .../shaper-indic/indic/script-tamil/misc/MANIFEST | 0 - .../shaper-indic/indic/script-telugu/MANIFEST | 1 + + .../shaper-indic/indic/script-telugu/MANIFEST | 1 + .../shaper-indic/indic/script-telugu/misc/MANIFEST | 1 + .../shaper-indic/indic/script-telugu/misc/misc.txt | 11 +++++ 39 files changed, 178 insertions(+) commit 46ac45647760984c6220f04ba4521038e628b169 Author: Behdad Esfahbod -Date: Fri Jan 20 19:32:17 2012 -0500 +Date: Fri Jan 20 19:32:17 2012 -0500 Fix Unicode encoding issue @@ -33090,7 +36464,7 @@ Date: Fri Jan 20 19:32:17 2012 -0500 commit ad34e39a4a320310b1edd9fc4d7e740373510c69 Author: Behdad Esfahbod -Date: Fri Jan 20 18:39:27 2012 -0500 +Date: Fri Jan 20 18:39:27 2012 -0500 Make test tools interactive @@ -33101,38 +36475,38 @@ Date: Fri Jan 20 18:39:27 2012 -0500 commit 91540a7d97051a3d6e97fdcd1e98af23e0780cdd Author: Behdad Esfahbod -Date: Fri Jan 20 18:27:52 2012 -0500 +Date: Fri Jan 20 18:27:52 2012 -0500 Move most testing logic into hb_test_tools.py The actual utils are one-liners now. - test/shaping/hb-diff | 77 ++------------- + test/shaping/hb-diff | 77 ++------------- test/shaping/hb-diff-filter-failures | 27 +----- test/shaping/hb-unicode-decode | 18 +--- test/shaping/hb-unicode-encode | 21 +--- test/shaping/hb-unicode-prettyname | 53 +---------- - test/shaping/hb_test_tools.py | 180 + test/shaping/hb_test_tools.py | 180 +++++++++++++++++++++++++++++++++++ 6 files changed, 197 insertions(+), 179 deletions(-) commit 66aa080033dcff07b8bb5e7b1f0e3511f067d6c1 Author: Behdad Esfahbod -Date: Fri Jan 20 17:36:10 2012 -0500 +Date: Fri Jan 20 17:36:10 2012 -0500 Remove test-shape-complex New shaping testsuite and framework coming. - test/api/Makefile.am | 6 - - test/api/test-shape-complex.c | 1237 + test/api/Makefile.am | 6 - + test/api/test-shape-complex.c | 1237 ------------------------------------ - test/shaping/hb-unicode-prettyname | 1 + + test/shaping/hb-unicode-prettyname | 1 + 3 files changed, 1 insertion(+), 1243 deletions(-) commit ed459bfb63c58b59fc0dbe25021c396e8ef8683c Author: Behdad Esfahbod -Date: Fri Jan 20 17:24:05 2012 -0500 +Date: Fri Jan 20 17:24:05 2012 -0500 Add hb-unicode-encode @@ -33141,7 +36515,7 @@ Date: Fri Jan 20 17:24:05 2012 -0500 commit d8134bc017ca3383e0978ddee57070eb3aab8964 Author: Behdad Esfahbod -Date: Fri Jan 20 17:18:59 2012 -0500 +Date: Fri Jan 20 17:18:59 2012 -0500 [hb-shape] Add parantheses around --show-text output @@ -33150,7 +36524,7 @@ Date: Fri Jan 20 17:18:59 2012 -0500 commit b12c4d43614199f8910a06507603f6c431d9df67 Author: Behdad Esfahbod -Date: Fri Jan 20 17:17:44 2012 -0500 +Date: Fri Jan 20 17:17:44 2012 -0500 Add hb-diff-filter-failures @@ -33159,229 +36533,229 @@ Date: Fri Jan 20 17:17:44 2012 -0500 commit d4bffbc55bf4c23ab5c7f46af613aeecc79ac515 Author: Behdad Esfahbod -Date: Fri Jan 20 17:16:35 2012 -0500 +Date: Fri Jan 20 17:16:35 2012 -0500 Move - test/shaping/texts/MANIFEST | + test/shaping/texts/MANIFEST | 4 +--- - test/shaping/texts/in-tree/MANIFEST | + test/shaping/texts/in-tree/MANIFEST | 3 +++ - test/shaping/texts/{ => in-tree}/shaper-arabic/MANIFEST | 0 - .../{shaper-default => in-tree/shaper-arabic/script-arabic}/MANIFEST | 0 - .../script-syriac => in-tree/shaper-arabic/script-mandaic}/MANIFEST | 0 - .../script-nko => in-tree/shaper-arabic/script-mongolian}/MANIFEST | 0 - .../script-mongolian => in-tree/shaper-arabic/script-nko}/MANIFEST | 0 - .../script-mandaic => in-tree/shaper-arabic/script-syriac}/MANIFEST | 0 - .../{shaper-arabic/script-arabic => in-tree/shaper-default}/MANIFEST | 0 - test/shaping/texts/{ => in-tree}/shaper-indic/MANIFEST | 0 - test/shaping/texts/{ => in-tree}/shaper-indic/indic/MANIFEST | 0 - .../shaper-indic/indic/script-assamese}/MANIFEST | 0 - .../shaper-indic/indic/script-assamese}/utrrs/LICENSE | 0 - .../shaper-indic/indic/script-assamese}/utrrs/MANIFEST | 0 - .../shaper-indic/indic/script-assamese}/utrrs/README | 0 - .../shaper-indic/indic/script-assamese}/utrrs/SOURCES | 0 + test/shaping/texts/{ => in-tree}/shaper-arabic/MANIFEST | 0 + test/shaping/texts/{ => in-tree}/shaper-arabic/script-arabic/MANIFEST | 0 + .../shaping/texts/{ => in-tree}/shaper-arabic/script-mandaic/MANIFEST | 0 + .../texts/{ => in-tree}/shaper-arabic/script-mongolian/MANIFEST | 0 + test/shaping/texts/{ => in-tree}/shaper-arabic/script-nko/MANIFEST | 0 + test/shaping/texts/{ => in-tree}/shaper-arabic/script-syriac/MANIFEST | 0 + test/shaping/texts/{ => in-tree}/shaper-default/MANIFEST | 0 + test/shaping/texts/{ => in-tree}/shaper-indic/MANIFEST | 0 + test/shaping/texts/{ => in-tree}/shaper-indic/indic/MANIFEST | 0 + .../texts/{ => in-tree}/shaper-indic/indic/script-assamese/MANIFEST | 0 + .../{ => in-tree}/shaper-indic/indic/script-assamese/utrrs/LICENSE | 0 + .../{ => in-tree}/shaper-indic/indic/script-assamese/utrrs/MANIFEST | 0 + .../{ => in-tree}/shaper-indic/indic/script-assamese/utrrs/README | 0 + .../{ => in-tree}/shaper-indic/indic/script-assamese/utrrs/SOURCES | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt | 0 - .../shaper-indic/indic/script-assamese}/utrrs/codepoint/MANIFEST | 0 + .../shaper-indic/indic/script-assamese/utrrs/codepoint/MANIFEST | 0 .../script-assamese/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 0 .../script-assamese/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 0 - .../shaper-indic/indic/script-assamese}/utrrs/gpos/MANIFEST | 0 - .../indic/script-assamese/utrrs/gsub/IndicFontFeatureGSUB.txt | 0 - .../shaper-indic/indic/script-assamese}/utrrs/gsub/MANIFEST | 0 - .../shaper-indic/indic/script-bengali}/MANIFEST | 0 - .../shaper-indic/indic/script-bengali}/utrrs/LICENSE | 0 - .../shaper-indic/indic/script-bengali}/utrrs/MANIFEST | 0 - .../shaper-indic/indic/script-bengali}/utrrs/README | 0 - .../shaper-indic/indic/script-bengali}/utrrs/SOURCES | 0 + .../shaper-indic/indic/script-assamese/utrrs/gpos/MANIFEST | 0 + .../indic/script-assamese/utrrs/gsub/IndicFontFeatureGSUB.txt | 0 + .../shaper-indic/indic/script-assamese/utrrs/gsub/MANIFEST | 0 + .../texts/{ => in-tree}/shaper-indic/indic/script-bengali/MANIFEST | 0 + .../{ => in-tree}/shaper-indic/indic/script-bengali/utrrs/LICENSE | 0 + .../{ => in-tree}/shaper-indic/indic/script-bengali/utrrs/MANIFEST | 0 + .../{ => in-tree}/shaper-indic/indic/script-bengali/utrrs/README | 0 + .../{ => in-tree}/shaper-indic/indic/script-bengali/utrrs/SOURCES | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt | 0 - .../shaper-indic/indic/script-bengali}/utrrs/codepoint/MANIFEST | 0 + .../shaper-indic/indic/script-bengali/utrrs/codepoint/MANIFEST | 0 .../script-bengali/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 0 .../script-bengali/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 0 - .../shaper-indic/indic/script-bengali}/utrrs/gpos/MANIFEST | 0 - .../indic/script-bengali/utrrs/gsub/IndicFontFeatureGSUB.txt | 0 - .../shaper-indic/indic/script-bengali}/utrrs/gsub/MANIFEST | 0 - .../shaper-indic/indic/script-devanagari}/MANIFEST | 0 - .../shaper-indic/indic/script-devanagari}/utrrs/LICENSE | 0 - .../shaper-indic/indic/script-devanagari}/utrrs/MANIFEST | 0 - .../shaper-indic/indic/script-devanagari}/utrrs/README | 0 - .../shaper-indic/indic/script-devanagari}/utrrs/SOURCES | 0 + .../shaper-indic/indic/script-bengali/utrrs/gpos/MANIFEST | 0 + .../indic/script-bengali/utrrs/gsub/IndicFontFeatureGSUB.txt | 0 + .../shaper-indic/indic/script-bengali/utrrs/gsub/MANIFEST | 0 + .../texts/{ => in-tree}/shaper-indic/indic/script-devanagari/MANIFEST | 0 + .../{ => in-tree}/shaper-indic/indic/script-devanagari/utrrs/LICENSE | 0 + .../{ => in-tree}/shaper-indic/indic/script-devanagari/utrrs/MANIFEST | 0 + .../{ => in-tree}/shaper-indic/indic/script-devanagari/utrrs/README | 0 + .../{ => in-tree}/shaper-indic/indic/script-devanagari/utrrs/SOURCES | 0 .../codepoint/IndicFontFeatureCodepoint-AdditionalConsonants.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt | 0 .../codepoint/IndicFontFeatureCodepoint-DevnagariSpecificAddition.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-GenericPunctuation.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt | 0 .../shaper-indic/indic/script-devanagari/utrrs/codepoint/MANIFEST | 0 .../script-devanagari/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 0 .../script-devanagari/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 0 - .../shaper-indic/indic/script-devanagari}/utrrs/gpos/MANIFEST | 0 + .../shaper-indic/indic/script-devanagari/utrrs/gpos/MANIFEST | 0 .../indic/script-devanagari/utrrs/gsub/IndicFontFeatureGSUB.txt | 0 - .../shaper-indic/indic/script-devanagari}/utrrs/gsub/MANIFEST | 0 - .../shaper-indic/indic/script-gujarati}/MANIFEST | 0 - .../shaper-indic/indic/script-gujarati}/utrrs/LICENSE | 0 - .../shaper-indic/indic/script-gujarati}/utrrs/MANIFEST | 0 - .../shaper-indic/indic/script-gujarati}/utrrs/README | 0 - .../shaper-indic/indic/script-gujarati}/utrrs/SOURCES | 0 + .../shaper-indic/indic/script-devanagari/utrrs/gsub/MANIFEST | 0 + .../texts/{ => in-tree}/shaper-indic/indic/script-gujarati/MANIFEST | 0 + .../{ => in-tree}/shaper-indic/indic/script-gujarati/utrrs/LICENSE | 0 + .../{ => in-tree}/shaper-indic/indic/script-gujarati/utrrs/MANIFEST | 0 + .../{ => in-tree}/shaper-indic/indic/script-gujarati/utrrs/README | 0 + .../{ => in-tree}/shaper-indic/indic/script-gujarati/utrrs/SOURCES | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt | 0 .../shaper-indic/indic/script-gujarati/utrrs/codepoint/MANIFEST | 0 .../script-gujarati/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 0 .../script-gujarati/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 0 - .../shaper-indic/indic/script-gujarati}/utrrs/gpos/MANIFEST | 0 - .../indic/script-gujarati/utrrs/gsub/IndicFontFeatureGSUB.txt | 0 - .../shaper-indic/indic/script-gujarati}/utrrs/gsub/MANIFEST | 0 - .../shaper-indic/indic/script-kannada}/MANIFEST | 0 - .../shaper-indic/indic/script-kannada}/utrrs/LICENSE | 0 + .../shaper-indic/indic/script-gujarati/utrrs/gpos/MANIFEST | 0 + .../indic/script-gujarati/utrrs/gsub/IndicFontFeatureGSUB.txt | 0 + .../shaper-indic/indic/script-gujarati/utrrs/gsub/MANIFEST | 0 + .../texts/{ => in-tree}/shaper-indic/indic/script-kannada/MANIFEST | 0 + .../{ => in-tree}/shaper-indic/indic/script-kannada/utrrs/LICENSE | 0 .../{ => in-tree}/shaper-indic/indic/script-kannada/utrrs/MANIFEST | 0 - .../shaper-indic/indic/script-kannada}/utrrs/README | 0 - .../shaper-indic/indic/script-kannada}/utrrs/SOURCES | 0 + .../{ => in-tree}/shaper-indic/indic/script-kannada/utrrs/README | 0 + .../{ => in-tree}/shaper-indic/indic/script-kannada/utrrs/SOURCES | 0 .../codepoint/IndicFontFeatureCodepoint-AdditionalConsonants.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt | 0 .../shaper-indic/indic/script-kannada/utrrs/codepoint/MANIFEST | 0 .../script-kannada/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 0 - .../shaper-indic/indic/script-kannada}/utrrs/gpos/MANIFEST | 0 - .../indic/script-kannada/utrrs/gsub/IndicFontFeatureGSUB.txt | 0 - .../shaper-indic/indic/script-kannada}/utrrs/gsub/MANIFEST | 0 + .../shaper-indic/indic/script-kannada/utrrs/gpos/MANIFEST | 0 + .../indic/script-kannada/utrrs/gsub/IndicFontFeatureGSUB.txt | 0 + .../shaper-indic/indic/script-kannada/utrrs/gsub/MANIFEST | 0 .../texts/{ => in-tree}/shaper-indic/indic/script-malayalam/MANIFEST | 0 .../{ => in-tree}/shaper-indic/indic/script-malayalam/utrrs/LICENSE | 0 - .../shaper-indic/indic/script-malayalam}/utrrs/MANIFEST | 0 + .../{ => in-tree}/shaper-indic/indic/script-malayalam/utrrs/MANIFEST | 0 .../{ => in-tree}/shaper-indic/indic/script-malayalam/utrrs/README | 0 .../{ => in-tree}/shaper-indic/indic/script-malayalam/utrrs/SOURCES | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt | 0 - .../shaper-indic/indic/script-malayalam}/utrrs/codepoint/MANIFEST | 0 + .../shaper-indic/indic/script-malayalam/utrrs/codepoint/MANIFEST | 0 .../indic/script-malayalam/utrrs/gsub/IndicFontFeatureGSUB.txt | 0 - .../shaper-indic/indic/script-malayalam}/utrrs/gsub/MANIFEST | 0 - .../shaper-indic/indic/script-oriya}/MANIFEST | 0 - .../shaper-indic/indic/script-oriya}/utrrs/LICENSE | 0 - .../shaper-indic/indic/script-oriya}/utrrs/MANIFEST | 0 - .../shaper-indic/indic/script-oriya}/utrrs/README | 0 - .../shaper-indic/indic/script-oriya}/utrrs/SOURCES | 0 + .../shaper-indic/indic/script-malayalam/utrrs/gsub/MANIFEST | 0 + .../texts/{ => in-tree}/shaper-indic/indic/script-oriya/MANIFEST | 0 + .../texts/{ => in-tree}/shaper-indic/indic/script-oriya/utrrs/LICENSE | 0 + .../{ => in-tree}/shaper-indic/indic/script-oriya/utrrs/MANIFEST | 0 + .../texts/{ => in-tree}/shaper-indic/indic/script-oriya/utrrs/README | 0 + .../texts/{ => in-tree}/shaper-indic/indic/script-oriya/utrrs/SOURCES | 0 .../codepoint/IndicFontFeatureCodepoint-AdditionalConsonants.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt | 0 .../script-oriya/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-OriyaSpecific.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt | 0 - .../shaper-indic/indic/script-oriya/utrrs/codepoint/MANIFEST | 0 - .../indic/script-oriya/utrrs/gsub/IndicFontFeatureGSUB.txt | 0 - .../shaper-indic/indic/script-oriya}/utrrs/gsub/MANIFEST | 0 - .../shaper-indic/indic/script-punjabi}/MANIFEST | 0 - .../shaper-indic/indic/script-punjabi}/utrrs/LICENSE | 0 - .../shaper-indic/indic/script-punjabi}/utrrs/MANIFEST | 0 - .../shaper-indic/indic/script-punjabi}/utrrs/README | 0 - .../shaper-indic/indic/script-punjabi}/utrrs/SOURCES | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0 + .../shaper-indic/indic/script-oriya/utrrs/codepoint/MANIFEST | 0 + .../indic/script-oriya/utrrs/gsub/IndicFontFeatureGSUB.txt | 0 + .../{ => in-tree}/shaper-indic/indic/script-oriya/utrrs/gsub/MANIFEST | 0 + .../texts/{ => in-tree}/shaper-indic/indic/script-punjabi/MANIFEST | 0 + .../{ => in-tree}/shaper-indic/indic/script-punjabi/utrrs/LICENSE | 0 + .../{ => in-tree}/shaper-indic/indic/script-punjabi/utrrs/MANIFEST | 0 + .../{ => in-tree}/shaper-indic/indic/script-punjabi/utrrs/README | 0 + .../{ => in-tree}/shaper-indic/indic/script-punjabi/utrrs/SOURCES | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-GurmukhiSpecific.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt | 0 .../shaper-indic/indic/script-punjabi/utrrs/codepoint/MANIFEST | 0 .../script-punjabi/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 0 .../script-punjabi/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 0 - .../shaper-indic/indic/script-punjabi}/utrrs/gpos/MANIFEST | 0 - .../indic/script-punjabi/utrrs/gsub/IndicFontFeatureGSUB.txt | 0 - .../shaper-indic/indic/script-punjabi}/utrrs/gsub/MANIFEST | 0 - .../shaper-indic/indic/script-sinhala}/MANIFEST | 0 - .../shaper-indic/indic/script-sinhala}/utrrs/LICENSE | 0 - .../shaper-indic/indic/script-sinhala}/utrrs/MANIFEST | 0 - .../shaper-indic/indic/script-sinhala}/utrrs/README | 0 - .../shaper-indic/indic/script-sinhala}/utrrs/SOURCES | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0 + .../shaper-indic/indic/script-punjabi/utrrs/gpos/MANIFEST | 0 + .../indic/script-punjabi/utrrs/gsub/IndicFontFeatureGSUB.txt | 0 + .../shaper-indic/indic/script-punjabi/utrrs/gsub/MANIFEST | 0 + .../texts/{ => in-tree}/shaper-indic/indic/script-sinhala/MANIFEST | 0 + .../{ => in-tree}/shaper-indic/indic/script-sinhala/utrrs/LICENSE | 0 + .../{ => in-tree}/shaper-indic/indic/script-sinhala/utrrs/MANIFEST | 0 + .../{ => in-tree}/shaper-indic/indic/script-sinhala/utrrs/README | 0 + .../{ => in-tree}/shaper-indic/indic/script-sinhala/utrrs/SOURCES | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Punctuation.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Punctuation.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt | 0 .../shaper-indic/indic/script-sinhala/utrrs/codepoint/MANIFEST | 0 - .../indic/script-sinhala/utrrs/gpos/IndicFontFeatureGPOS.txt | 0 - .../shaper-indic/indic/script-sinhala/utrrs/gpos/MANIFEST | 0 + .../indic/script-sinhala/utrrs/gpos/IndicFontFeatureGPOS.txt | 0 + .../shaper-indic/indic/script-sinhala/utrrs/gpos/MANIFEST | 0 .../indic/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt | 0 .../script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt | 0 .../indic/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt | 0 .../script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Special-Cases.txt | 0 - .../utrrs/gsub/IndicFontFeatureGSUB-TouchingLetters.txt | 0 + .../utrrs/gsub/IndicFontFeatureGSUB-TouchingLetters.txt | 0 .../indic/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt | 0 - .../indic/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB.txt | 0 - .../shaper-indic/indic/script-sinhala/utrrs/gsub/MANIFEST | 0 - .../shaper-indic/indic/script-tamil}/MANIFEST | 0 - .../shaper-indic/indic/script-tamil}/utrrs/LICENSE | 0 - .../shaper-indic/indic/script-tamil}/utrrs/MANIFEST | 0 - .../shaper-indic/indic/script-tamil}/utrrs/README | 0 - .../shaper-indic/indic/script-tamil}/utrrs/SOURCES | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0 + .../indic/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB.txt | 0 + .../shaper-indic/indic/script-sinhala/utrrs/gsub/MANIFEST | 0 + .../texts/{ => in-tree}/shaper-indic/indic/script-tamil/MANIFEST | 0 + .../texts/{ => in-tree}/shaper-indic/indic/script-tamil/utrrs/LICENSE | 0 + .../{ => in-tree}/shaper-indic/indic/script-tamil/utrrs/MANIFEST | 0 + .../texts/{ => in-tree}/shaper-indic/indic/script-tamil/utrrs/README | 0 + .../texts/{ => in-tree}/shaper-indic/indic/script-tamil/utrrs/SOURCES | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-CurrencySymbols.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt | 0 .../script-tamil/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Numerics.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Symbols.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-TamilSymbol.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Numerics.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Symbols.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-TamilSymbol.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt | 0 - .../shaper-indic/indic/script-tamil/utrrs/codepoint/MANIFEST | 0 + .../shaper-indic/indic/script-tamil/utrrs/codepoint/MANIFEST | 0 .../indic/script-tamil/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 0 .../indic/script-tamil/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 0 - .../shaper-indic/indic/script-tamil}/utrrs/gpos/MANIFEST | 0 - .../indic/script-tamil/utrrs/gsub/IndicFontFeatureGSUB.txt | 0 - .../shaper-indic/indic/script-tamil}/utrrs/gsub/MANIFEST | 0 - .../shaper-indic/indic/script-telugu}/MANIFEST | 0 - .../shaper-indic/indic/script-telugu}/utrrs/LICENSE | 0 - .../shaper-indic/indic/script-telugu}/utrrs/MANIFEST | 0 - .../shaper-indic/indic/script-telugu}/utrrs/README | 0 - .../shaper-indic/indic/script-telugu}/utrrs/SOURCES | 0 + .../{ => in-tree}/shaper-indic/indic/script-tamil/utrrs/gpos/MANIFEST | 0 + .../indic/script-tamil/utrrs/gsub/IndicFontFeatureGSUB.txt | 0 + .../{ => in-tree}/shaper-indic/indic/script-tamil/utrrs/gsub/MANIFEST | 0 + .../texts/{ => in-tree}/shaper-indic/indic/script-telugu/MANIFEST | 0 + .../{ => in-tree}/shaper-indic/indic/script-telugu/utrrs/LICENSE | 0 + .../{ => in-tree}/shaper-indic/indic/script-telugu/utrrs/MANIFEST | 0 + .../texts/{ => in-tree}/shaper-indic/indic/script-telugu/utrrs/README | 0 + .../{ => in-tree}/shaper-indic/indic/script-telugu/utrrs/SOURCES | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt | 0 - .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt | 0 + .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt | 0 .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt | 0 - .../shaper-indic/indic/script-telugu}/utrrs/codepoint/MANIFEST | 0 + .../shaper-indic/indic/script-telugu/utrrs/codepoint/MANIFEST | 0 .../indic/script-telugu/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 0 - .../shaper-indic/indic/script-telugu}/utrrs/gpos/MANIFEST | 0 - .../indic/script-telugu/utrrs/gsub/IndicFontFeatureGSUB.txt | 0 - .../shaper-indic/indic/script-telugu}/utrrs/gsub/MANIFEST | 0 + .../shaper-indic/indic/script-telugu/utrrs/gpos/MANIFEST | 0 + .../indic/script-telugu/utrrs/gsub/IndicFontFeatureGSUB.txt | 0 + .../shaper-indic/indic/script-telugu/utrrs/gsub/MANIFEST | 0 212 files changed, 4 insertions(+), 3 deletions(-) commit 45f640c98d752161e51eda63061d70fad9ab9f68 Author: Behdad Esfahbod -Date: Fri Jan 20 14:24:21 2012 -0500 +Date: Fri Jan 20 14:24:21 2012 -0500 Minor @@ -33390,7 +36764,7 @@ Date: Fri Jan 20 14:24:21 2012 -0500 commit 47ca766a9cbdfb304f60e23a4dee0a155075a277 Author: Behdad Esfahbod -Date: Fri Jan 20 14:21:53 2012 -0500 +Date: Fri Jan 20 14:21:53 2012 -0500 Minor @@ -33400,221 +36774,221 @@ Date: Fri Jan 20 14:21:53 2012 -0500 commit 8f1db07894674b02c36ca9352e666b4618ee8832 Author: Behdad Esfahbod -Date: Fri Jan 20 13:57:57 2012 -0500 +Date: Fri Jan 20 13:57:57 2012 -0500 [test/shaping] Add some Indic test data for the new test suite Imported from UTRRS. - test/shaping/texts/shaper-indic/indic/MANIFEST | 2 +- - .../shaper-indic/indic/script-assamese/MANIFEST | 1 + - .../indic/script-assamese/utrrs/LICENSE | 19 + - .../indic/script-assamese/utrrs/MANIFEST | 3 + - .../indic/script-assamese/utrrs/README | 13 + - .../indic/script-assamese/utrrs/SOURCES | 2 + - .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 4 + - .../IndicFontFeatureCodepoint-Consonants.txt | 40 + - .../IndicFontFeatureCodepoint-DependentVowels.txt | 10 + - .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 + - ...IndicFontFeatureCodepoint-IndependentVowels.txt | 11 + - .../IndicFontFeatureCodepoint-Reserved.txt | 2 + - .../IndicFontFeatureCodepoint-VariousSigns.txt | 6 + - .../indic/script-assamese/utrrs/codepoint/MANIFEST | 7 + - .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 59 + + test/shaping/texts/shaper-indic/indic/MANIFEST | 2 +- + .../shaper-indic/indic/script-assamese/MANIFEST | 1 + + .../indic/script-assamese/utrrs/LICENSE | 19 + + .../indic/script-assamese/utrrs/MANIFEST | 3 + + .../indic/script-assamese/utrrs/README | 13 + + .../indic/script-assamese/utrrs/SOURCES | 2 + + .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 4 + + .../IndicFontFeatureCodepoint-Consonants.txt | 40 + + .../IndicFontFeatureCodepoint-DependentVowels.txt | 10 + + .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 + + ...IndicFontFeatureCodepoint-IndependentVowels.txt | 11 + + .../IndicFontFeatureCodepoint-Reserved.txt | 2 + + .../IndicFontFeatureCodepoint-VariousSigns.txt | 6 + + .../indic/script-assamese/utrrs/codepoint/MANIFEST | 7 + + .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 59 + .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 131 ++ - .../indic/script-assamese/utrrs/gpos/MANIFEST | 2 + - .../utrrs/gsub/IndicFontFeatureGSUB.txt | 139 ++ - .../indic/script-assamese/utrrs/gsub/MANIFEST | 1 + - .../shaper-indic/indic/script-bengali/MANIFEST | 1 + - .../indic/script-bengali/utrrs/LICENSE | 19 + - .../indic/script-bengali/utrrs/MANIFEST | 3 + - .../shaper-indic/indic/script-bengali/utrrs/README | 13 + - .../indic/script-bengali/utrrs/SOURCES | 2 + - .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 1 + - .../IndicFontFeatureCodepoint-Consonants.txt | 36 + - .../IndicFontFeatureCodepoint-DependentVowels.txt | 10 + - .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 + - ...IndicFontFeatureCodepoint-IndependentVowels.txt | 12 + - .../IndicFontFeatureCodepoint-Reserved.txt | 2 + - .../IndicFontFeatureCodepoint-VariousSigns.txt | 6 + - .../indic/script-bengali/utrrs/codepoint/MANIFEST | 7 + - .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 58 + + .../indic/script-assamese/utrrs/gpos/MANIFEST | 2 + + .../utrrs/gsub/IndicFontFeatureGSUB.txt | 139 ++ + .../indic/script-assamese/utrrs/gsub/MANIFEST | 1 + + .../shaper-indic/indic/script-bengali/MANIFEST | 1 + + .../indic/script-bengali/utrrs/LICENSE | 19 + + .../indic/script-bengali/utrrs/MANIFEST | 3 + + .../shaper-indic/indic/script-bengali/utrrs/README | 13 + + .../indic/script-bengali/utrrs/SOURCES | 2 + + .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 1 + + .../IndicFontFeatureCodepoint-Consonants.txt | 36 + + .../IndicFontFeatureCodepoint-DependentVowels.txt | 10 + + .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 + + ...IndicFontFeatureCodepoint-IndependentVowels.txt | 12 + + .../IndicFontFeatureCodepoint-Reserved.txt | 2 + + .../IndicFontFeatureCodepoint-VariousSigns.txt | 6 + + .../indic/script-bengali/utrrs/codepoint/MANIFEST | 7 + + .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 58 + .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 119 ++ - .../indic/script-bengali/utrrs/gpos/MANIFEST | 2 + - .../utrrs/gsub/IndicFontFeatureGSUB.txt | 215 +++ - .../indic/script-bengali/utrrs/gsub/MANIFEST | 1 + - .../shaper-indic/indic/script-devanagari/MANIFEST | 1 + - .../indic/script-devanagari/utrrs/LICENSE | 19 + - .../indic/script-devanagari/utrrs/MANIFEST | 3 + - .../indic/script-devanagari/utrrs/README | 13 + - .../indic/script-devanagari/utrrs/SOURCES | 2 + - ...icFontFeatureCodepoint-AdditionalConsonants.txt | 8 + - .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 4 + - .../IndicFontFeatureCodepoint-Consonants.txt | 45 + - .../IndicFontFeatureCodepoint-DependentVowels.txt | 14 + - ...tFeatureCodepoint-DevnagariSpecificAddition.txt | 1 + - .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 + - ...ndicFontFeatureCodepoint-GenericPunctuation.txt | 2 + - ...IndicFontFeatureCodepoint-IndependentVowels.txt | 16 + - .../IndicFontFeatureCodepoint-VariousSigns.txt | 10 + - .../script-devanagari/utrrs/codepoint/MANIFEST | 9 + + .../indic/script-bengali/utrrs/gpos/MANIFEST | 2 + + .../utrrs/gsub/IndicFontFeatureGSUB.txt | 215 +++ + .../indic/script-bengali/utrrs/gsub/MANIFEST | 1 + + .../shaper-indic/indic/script-devanagari/MANIFEST | 1 + + .../indic/script-devanagari/utrrs/LICENSE | 19 + + .../indic/script-devanagari/utrrs/MANIFEST | 3 + + .../indic/script-devanagari/utrrs/README | 13 + + .../indic/script-devanagari/utrrs/SOURCES | 2 + + ...icFontFeatureCodepoint-AdditionalConsonants.txt | 8 + + .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 4 + + .../IndicFontFeatureCodepoint-Consonants.txt | 45 + + .../IndicFontFeatureCodepoint-DependentVowels.txt | 14 + + ...tFeatureCodepoint-DevnagariSpecificAddition.txt | 1 + + .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 + + ...ndicFontFeatureCodepoint-GenericPunctuation.txt | 2 + + ...IndicFontFeatureCodepoint-IndependentVowels.txt | 16 + + .../IndicFontFeatureCodepoint-VariousSigns.txt | 10 + + .../script-devanagari/utrrs/codepoint/MANIFEST | 9 + .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 185 +++ .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 185 +++ - .../indic/script-devanagari/utrrs/gpos/MANIFEST | 2 + - .../utrrs/gsub/IndicFontFeatureGSUB.txt | 1367 + .../indic/script-devanagari/utrrs/gpos/MANIFEST | 2 + + .../utrrs/gsub/IndicFontFeatureGSUB.txt | 1367 ++++++++++++++++++++ - .../indic/script-devanagari/utrrs/gsub/MANIFEST | 1 + - .../shaper-indic/indic/script-gujarati/MANIFEST | 1 + - .../indic/script-gujarati/utrrs/LICENSE | 19 + - .../indic/script-gujarati/utrrs/MANIFEST | 3 + - .../indic/script-gujarati/utrrs/README | 13 + - .../indic/script-gujarati/utrrs/SOURCES | 2 + - .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 1 + - .../IndicFontFeatureCodepoint-Consonants.txt | 34 + - .../IndicFontFeatureCodepoint-DependentVowels.txt | 12 + - .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 + - ...IndicFontFeatureCodepoint-IndependentVowels.txt | 13 + - .../IndicFontFeatureCodepoint-Reserved.txt | 2 + - .../IndicFontFeatureCodepoint-VariousSigns.txt | 7 + - .../indic/script-gujarati/utrrs/codepoint/MANIFEST | 7 + + .../indic/script-devanagari/utrrs/gsub/MANIFEST | 1 + + .../shaper-indic/indic/script-gujarati/MANIFEST | 1 + + .../indic/script-gujarati/utrrs/LICENSE | 19 + + .../indic/script-gujarati/utrrs/MANIFEST | 3 + + .../indic/script-gujarati/utrrs/README | 13 + + .../indic/script-gujarati/utrrs/SOURCES | 2 + + .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 1 + + .../IndicFontFeatureCodepoint-Consonants.txt | 34 + + .../IndicFontFeatureCodepoint-DependentVowels.txt | 12 + + .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 + + ...IndicFontFeatureCodepoint-IndependentVowels.txt | 13 + + .../IndicFontFeatureCodepoint-Reserved.txt | 2 + + .../IndicFontFeatureCodepoint-VariousSigns.txt | 7 + + .../indic/script-gujarati/utrrs/codepoint/MANIFEST | 7 + .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 170 +++ .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 170 +++ - .../indic/script-gujarati/utrrs/gpos/MANIFEST | 2 + - .../utrrs/gsub/IndicFontFeatureGSUB.txt | 1156 + .../indic/script-gujarati/utrrs/gpos/MANIFEST | 2 + + .../utrrs/gsub/IndicFontFeatureGSUB.txt | 1156 +++++++++++++++++ - .../indic/script-gujarati/utrrs/gsub/MANIFEST | 1 + - .../shaper-indic/indic/script-kannada/MANIFEST | 1 + - .../indic/script-kannada/utrrs/LICENSE | 19 + - .../indic/script-kannada/utrrs/MANIFEST | 3 + - .../shaper-indic/indic/script-kannada/utrrs/README | 13 + - .../indic/script-kannada/utrrs/SOURCES | 2 + - ...icFontFeatureCodepoint-AdditionalConsonants.txt | 1 + - .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 4 + - .../IndicFontFeatureCodepoint-Consonants.txt | 40 + - .../IndicFontFeatureCodepoint-DependentVowels.txt | 13 + - .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 + - ...IndicFontFeatureCodepoint-IndependentVowels.txt | 14 + - .../IndicFontFeatureCodepoint-Reserved.txt | 2 + - .../IndicFontFeatureCodepoint-VariousSigns.txt | 9 + - .../indic/script-kannada/utrrs/codepoint/MANIFEST | 8 + + .../indic/script-gujarati/utrrs/gsub/MANIFEST | 1 + + .../shaper-indic/indic/script-kannada/MANIFEST | 1 + + .../indic/script-kannada/utrrs/LICENSE | 19 + + .../indic/script-kannada/utrrs/MANIFEST | 3 + + .../shaper-indic/indic/script-kannada/utrrs/README | 13 + + .../indic/script-kannada/utrrs/SOURCES | 2 + + ...icFontFeatureCodepoint-AdditionalConsonants.txt | 1 + + .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 4 + + .../IndicFontFeatureCodepoint-Consonants.txt | 40 + + .../IndicFontFeatureCodepoint-DependentVowels.txt | 13 + + .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 + + ...IndicFontFeatureCodepoint-IndependentVowels.txt | 14 + + .../IndicFontFeatureCodepoint-Reserved.txt | 2 + + .../IndicFontFeatureCodepoint-VariousSigns.txt | 9 + + .../indic/script-kannada/utrrs/codepoint/MANIFEST | 8 + .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 188 +++ - .../indic/script-kannada/utrrs/gpos/MANIFEST | 1 + - .../utrrs/gsub/IndicFontFeatureGSUB.txt | 306 +++++ - .../indic/script-kannada/utrrs/gsub/MANIFEST | 1 + - .../shaper-indic/indic/script-malayalam/MANIFEST | 1 + - .../indic/script-malayalam/utrrs/LICENSE | 19 + - .../indic/script-malayalam/utrrs/MANIFEST | 2 + - .../indic/script-malayalam/utrrs/README | 13 + - .../indic/script-malayalam/utrrs/SOURCES | 2 + - .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 2 + - .../IndicFontFeatureCodepoint-Consonants.txt | 36 + - .../IndicFontFeatureCodepoint-DependentVowels.txt | 12 + - .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 + - ...IndicFontFeatureCodepoint-IndependentVowels.txt | 14 + - .../IndicFontFeatureCodepoint-Reserved.txt | 2 + - .../IndicFontFeatureCodepoint-VariousSigns.txt | 4 + - .../script-malayalam/utrrs/codepoint/MANIFEST | 7 + - .../utrrs/gsub/IndicFontFeatureGSUB.txt | 254 ++++ - .../indic/script-malayalam/utrrs/gsub/MANIFEST | 1 + - .../texts/shaper-indic/indic/script-oriya/MANIFEST | 1 + - .../shaper-indic/indic/script-oriya/utrrs/LICENSE | 19 + - .../shaper-indic/indic/script-oriya/utrrs/MANIFEST | 2 + - .../shaper-indic/indic/script-oriya/utrrs/README | 13 + - .../shaper-indic/indic/script-oriya/utrrs/SOURCES | 2 + - ...icFontFeatureCodepoint-AdditionalConsonants.txt | 3 + - .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 2 + - .../IndicFontFeatureCodepoint-Consonants.txt | 34 + - .../IndicFontFeatureCodepoint-DependentVowels.txt | 12 + - .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 + - ...IndicFontFeatureCodepoint-IndependentVowels.txt | 12 + - .../IndicFontFeatureCodepoint-OriyaSpecific.txt | 2 + - .../IndicFontFeatureCodepoint-Reserved.txt | 2 + - .../IndicFontFeatureCodepoint-VariousSigns.txt | 8 + - .../indic/script-oriya/utrrs/codepoint/MANIFEST | 9 + - .../utrrs/gsub/IndicFontFeatureGSUB.txt | 170 +++ - .../indic/script-oriya/utrrs/gsub/MANIFEST | 1 + - .../shaper-indic/indic/script-punjabi/MANIFEST | 1 + - .../indic/script-punjabi/utrrs/LICENSE | 19 + - .../indic/script-punjabi/utrrs/MANIFEST | 3 + - .../shaper-indic/indic/script-punjabi/utrrs/README | 13 + - .../indic/script-punjabi/utrrs/SOURCES | 2 + - .../IndicFontFeatureCodepoint-Consonants.txt | 38 + - .../IndicFontFeatureCodepoint-DependentVowels.txt | 9 + - .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 + - .../IndicFontFeatureCodepoint-GurmukhiSpecific.txt | 6 + - ...IndicFontFeatureCodepoint-IndependentVowels.txt | 10 + - .../IndicFontFeatureCodepoint-Reserved.txt | 2 + - .../IndicFontFeatureCodepoint-VariousSigns.txt | 6 + - .../indic/script-punjabi/utrrs/codepoint/MANIFEST | 7 + - .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 22 + - .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 2 + - .../indic/script-punjabi/utrrs/gpos/MANIFEST | 2 + - .../utrrs/gsub/IndicFontFeatureGSUB.txt | 152 +++ - .../indic/script-punjabi/utrrs/gsub/MANIFEST | 1 + - .../shaper-indic/indic/script-sinhala/MANIFEST | 1 + - .../indic/script-sinhala/utrrs/LICENSE | 19 + - .../indic/script-sinhala/utrrs/MANIFEST | 3 + - .../shaper-indic/indic/script-sinhala/utrrs/README | 13 + - .../indic/script-sinhala/utrrs/SOURCES | 2 + - .../IndicFontFeatureCodepoint-Consonants.txt | 41 + - .../IndicFontFeatureCodepoint-DependentVowels.txt | 17 + - ...IndicFontFeatureCodepoint-IndependentVowels.txt | 18 + - .../IndicFontFeatureCodepoint-Punctuation.txt | 1 + - .../IndicFontFeatureCodepoint-VariousSigns.txt | 3 + - .../indic/script-sinhala/utrrs/codepoint/MANIFEST | 5 + - .../utrrs/gpos/IndicFontFeatureGPOS.txt | 162 +++ - .../indic/script-sinhala/utrrs/gpos/MANIFEST | 1 + - .../utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt | 1 + - .../gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt | 41 + - .../utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt | 42 + - .../gsub/IndicFontFeatureGSUB-Special-Cases.txt | 2 + - .../gsub/IndicFontFeatureGSUB-TouchingLetters.txt | 1 + - .../utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt | 41 + - .../utrrs/gsub/IndicFontFeatureGSUB.txt | 1 + - .../indic/script-sinhala/utrrs/gsub/MANIFEST | 7 + - .../texts/shaper-indic/indic/script-tamil/MANIFEST | 1 + - .../shaper-indic/indic/script-tamil/utrrs/LICENSE | 19 + - .../shaper-indic/indic/script-tamil/utrrs/MANIFEST | 3 + - .../shaper-indic/indic/script-tamil/utrrs/README | 13 + - .../shaper-indic/indic/script-tamil/utrrs/SOURCES | 2 + - .../IndicFontFeatureCodepoint-Consonants.txt | 23 + - .../IndicFontFeatureCodepoint-CurrencySymbols.txt | 1 + - .../IndicFontFeatureCodepoint-DependentVowels.txt | 11 + - .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 + - ...IndicFontFeatureCodepoint-IndependentVowels.txt | 12 + - .../IndicFontFeatureCodepoint-Numerics.txt | 3 + - .../IndicFontFeatureCodepoint-Reserved.txt | 2 + - .../IndicFontFeatureCodepoint-Symbols.txt | 6 + - .../IndicFontFeatureCodepoint-TamilSymbol.txt | 1 + - .../IndicFontFeatureCodepoint-VariousSigns.txt | 4 + - .../indic/script-tamil/utrrs/codepoint/MANIFEST | 10 + - .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 64 + - .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 44 + - .../indic/script-tamil/utrrs/gpos/MANIFEST | 2 + - .../utrrs/gsub/IndicFontFeatureGSUB.txt | 4 + - .../indic/script-tamil/utrrs/gsub/MANIFEST | 1 + - .../shaper-indic/indic/script-telugu/MANIFEST | 1 + - .../shaper-indic/indic/script-telugu/utrrs/LICENSE | 19 + - .../indic/script-telugu/utrrs/MANIFEST | 3 + - .../shaper-indic/indic/script-telugu/utrrs/README | 13 + - .../shaper-indic/indic/script-telugu/utrrs/SOURCES | 2 + - .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 2 + - .../IndicFontFeatureCodepoint-Consonants.txt | 38 + - .../IndicFontFeatureCodepoint-DependentVowels.txt | 13 + - .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 + - ...IndicFontFeatureCodepoint-IndependentVowels.txt | 14 + - .../IndicFontFeatureCodepoint-Reserved.txt | 2 + - .../IndicFontFeatureCodepoint-VariousSigns.txt | 6 + - .../indic/script-telugu/utrrs/codepoint/MANIFEST | 7 + + .../indic/script-kannada/utrrs/gpos/MANIFEST | 1 + + .../utrrs/gsub/IndicFontFeatureGSUB.txt | 306 +++++ + .../indic/script-kannada/utrrs/gsub/MANIFEST | 1 + + .../shaper-indic/indic/script-malayalam/MANIFEST | 1 + + .../indic/script-malayalam/utrrs/LICENSE | 19 + + .../indic/script-malayalam/utrrs/MANIFEST | 2 + + .../indic/script-malayalam/utrrs/README | 13 + + .../indic/script-malayalam/utrrs/SOURCES | 2 + + .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 2 + + .../IndicFontFeatureCodepoint-Consonants.txt | 36 + + .../IndicFontFeatureCodepoint-DependentVowels.txt | 12 + + .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 + + ...IndicFontFeatureCodepoint-IndependentVowels.txt | 14 + + .../IndicFontFeatureCodepoint-Reserved.txt | 2 + + .../IndicFontFeatureCodepoint-VariousSigns.txt | 4 + + .../script-malayalam/utrrs/codepoint/MANIFEST | 7 + + .../utrrs/gsub/IndicFontFeatureGSUB.txt | 254 ++++ + .../indic/script-malayalam/utrrs/gsub/MANIFEST | 1 + + .../texts/shaper-indic/indic/script-oriya/MANIFEST | 1 + + .../shaper-indic/indic/script-oriya/utrrs/LICENSE | 19 + + .../shaper-indic/indic/script-oriya/utrrs/MANIFEST | 2 + + .../shaper-indic/indic/script-oriya/utrrs/README | 13 + + .../shaper-indic/indic/script-oriya/utrrs/SOURCES | 2 + + ...icFontFeatureCodepoint-AdditionalConsonants.txt | 3 + + .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 2 + + .../IndicFontFeatureCodepoint-Consonants.txt | 34 + + .../IndicFontFeatureCodepoint-DependentVowels.txt | 12 + + .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 + + ...IndicFontFeatureCodepoint-IndependentVowels.txt | 12 + + .../IndicFontFeatureCodepoint-OriyaSpecific.txt | 2 + + .../IndicFontFeatureCodepoint-Reserved.txt | 2 + + .../IndicFontFeatureCodepoint-VariousSigns.txt | 8 + + .../indic/script-oriya/utrrs/codepoint/MANIFEST | 9 + + .../utrrs/gsub/IndicFontFeatureGSUB.txt | 170 +++ + .../indic/script-oriya/utrrs/gsub/MANIFEST | 1 + + .../shaper-indic/indic/script-punjabi/MANIFEST | 1 + + .../indic/script-punjabi/utrrs/LICENSE | 19 + + .../indic/script-punjabi/utrrs/MANIFEST | 3 + + .../shaper-indic/indic/script-punjabi/utrrs/README | 13 + + .../indic/script-punjabi/utrrs/SOURCES | 2 + + .../IndicFontFeatureCodepoint-Consonants.txt | 38 + + .../IndicFontFeatureCodepoint-DependentVowels.txt | 9 + + .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 + + .../IndicFontFeatureCodepoint-GurmukhiSpecific.txt | 6 + + ...IndicFontFeatureCodepoint-IndependentVowels.txt | 10 + + .../IndicFontFeatureCodepoint-Reserved.txt | 2 + + .../IndicFontFeatureCodepoint-VariousSigns.txt | 6 + + .../indic/script-punjabi/utrrs/codepoint/MANIFEST | 7 + + .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 22 + + .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 2 + + .../indic/script-punjabi/utrrs/gpos/MANIFEST | 2 + + .../utrrs/gsub/IndicFontFeatureGSUB.txt | 152 +++ + .../indic/script-punjabi/utrrs/gsub/MANIFEST | 1 + + .../shaper-indic/indic/script-sinhala/MANIFEST | 1 + + .../indic/script-sinhala/utrrs/LICENSE | 19 + + .../indic/script-sinhala/utrrs/MANIFEST | 3 + + .../shaper-indic/indic/script-sinhala/utrrs/README | 13 + + .../indic/script-sinhala/utrrs/SOURCES | 2 + + .../IndicFontFeatureCodepoint-Consonants.txt | 41 + + .../IndicFontFeatureCodepoint-DependentVowels.txt | 17 + + ...IndicFontFeatureCodepoint-IndependentVowels.txt | 18 + + .../IndicFontFeatureCodepoint-Punctuation.txt | 1 + + .../IndicFontFeatureCodepoint-VariousSigns.txt | 3 + + .../indic/script-sinhala/utrrs/codepoint/MANIFEST | 5 + + .../utrrs/gpos/IndicFontFeatureGPOS.txt | 162 +++ + .../indic/script-sinhala/utrrs/gpos/MANIFEST | 1 + + .../utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt | 1 + + .../gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt | 41 + + .../utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt | 42 + + .../gsub/IndicFontFeatureGSUB-Special-Cases.txt | 2 + + .../gsub/IndicFontFeatureGSUB-TouchingLetters.txt | 1 + + .../utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt | 41 + + .../utrrs/gsub/IndicFontFeatureGSUB.txt | 1 + + .../indic/script-sinhala/utrrs/gsub/MANIFEST | 7 + + .../texts/shaper-indic/indic/script-tamil/MANIFEST | 1 + + .../shaper-indic/indic/script-tamil/utrrs/LICENSE | 19 + + .../shaper-indic/indic/script-tamil/utrrs/MANIFEST | 3 + + .../shaper-indic/indic/script-tamil/utrrs/README | 13 + + .../shaper-indic/indic/script-tamil/utrrs/SOURCES | 2 + + .../IndicFontFeatureCodepoint-Consonants.txt | 23 + + .../IndicFontFeatureCodepoint-CurrencySymbols.txt | 1 + + .../IndicFontFeatureCodepoint-DependentVowels.txt | 11 + + .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 + + ...IndicFontFeatureCodepoint-IndependentVowels.txt | 12 + + .../IndicFontFeatureCodepoint-Numerics.txt | 3 + + .../IndicFontFeatureCodepoint-Reserved.txt | 2 + + .../IndicFontFeatureCodepoint-Symbols.txt | 6 + + .../IndicFontFeatureCodepoint-TamilSymbol.txt | 1 + + .../IndicFontFeatureCodepoint-VariousSigns.txt | 4 + + .../indic/script-tamil/utrrs/codepoint/MANIFEST | 10 + + .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 64 + + .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 44 + + .../indic/script-tamil/utrrs/gpos/MANIFEST | 2 + + .../utrrs/gsub/IndicFontFeatureGSUB.txt | 4 + + .../indic/script-tamil/utrrs/gsub/MANIFEST | 1 + + .../shaper-indic/indic/script-telugu/MANIFEST | 1 + + .../shaper-indic/indic/script-telugu/utrrs/LICENSE | 19 + + .../indic/script-telugu/utrrs/MANIFEST | 3 + + .../shaper-indic/indic/script-telugu/utrrs/README | 13 + + .../shaper-indic/indic/script-telugu/utrrs/SOURCES | 2 + + .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 2 + + .../IndicFontFeatureCodepoint-Consonants.txt | 38 + + .../IndicFontFeatureCodepoint-DependentVowels.txt | 13 + + .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 + + ...IndicFontFeatureCodepoint-IndependentVowels.txt | 14 + + .../IndicFontFeatureCodepoint-Reserved.txt | 2 + + .../IndicFontFeatureCodepoint-VariousSigns.txt | 6 + + .../indic/script-telugu/utrrs/codepoint/MANIFEST | 7 + .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 385 ++++++ - .../indic/script-telugu/utrrs/gpos/MANIFEST | 1 + - .../utrrs/gsub/IndicFontFeatureGSUB.txt | 287 ++++ - .../indic/script-telugu/utrrs/gsub/MANIFEST | 1 + + .../indic/script-telugu/utrrs/gpos/MANIFEST | 1 + + .../utrrs/gsub/IndicFontFeatureGSUB.txt | 287 ++++ + .../indic/script-telugu/utrrs/gsub/MANIFEST | 1 + 202 files changed, 7581 insertions(+), 1 deletion(-) commit 11267aef364b1cc5683ce65aaf544b7f2a127fb3 Author: Behdad Esfahbod -Date: Fri Jan 20 13:57:14 2012 -0500 +Date: Fri Jan 20 13:57:14 2012 -0500 Fix @@ -33623,29 +36997,29 @@ Date: Fri Jan 20 13:57:14 2012 -0500 commit 4e84ce48d5d41cf1bad2fb8774e5c66745b0e75e Author: Behdad Esfahbod -Date: Fri Jan 20 13:50:55 2012 -0500 +Date: Fri Jan 20 13:50:55 2012 -0500 Move hb-diff to test/shaping/ {util => test/shaping}/hb-diff | 0 - util/Makefile.am | 2 -- + util/Makefile.am | 2 -- 2 files changed, 2 deletions(-) commit f868e1b84d2f73688d4d6558d44610b1ac75ec13 Author: Behdad Esfahbod -Date: Fri Jan 20 13:50:05 2012 -0500 +Date: Fri Jan 20 13:50:05 2012 -0500 Add hb-unicode-decode test/shaping/{hb-read-manifest => hb-manifest-read} | 0 .../{hb-update-manifests => hb-manifest-update} | 0 - test/shaping/hb-unicode-decode | 19 + test/shaping/hb-unicode-decode | 19 +++++++++++++++++++ 3 files changed, 19 insertions(+) commit 9ab23ef4749b51e60464b9ef2a92739cdc2b36ba Author: Behdad Esfahbod -Date: Fri Jan 20 13:49:56 2012 -0500 +Date: Fri Jan 20 13:49:56 2012 -0500 Minor @@ -33654,7 +37028,7 @@ Date: Fri Jan 20 13:49:56 2012 -0500 commit c8d81db03335192f20f08ab8fabe9869fd7350a2 Author: Behdad Esfahbod -Date: Fri Jan 20 13:39:27 2012 -0500 +Date: Fri Jan 20 13:39:27 2012 -0500 Recognize more characters @@ -33663,7 +37037,7 @@ Date: Fri Jan 20 13:39:27 2012 -0500 commit 0016d4662d486fa32c2191df801a2792f44b273c Author: Behdad Esfahbod -Date: Fri Jan 20 13:31:59 2012 -0500 +Date: Fri Jan 20 13:31:59 2012 -0500 [test] Make hb-unicode-prettyname take a --stdin option @@ -33672,7 +37046,7 @@ Date: Fri Jan 20 13:31:59 2012 -0500 commit ad8c6446f2e0d21d065203924467f6a2c418401e Author: Behdad Esfahbod -Date: Thu Jan 19 20:28:31 2012 -0500 +Date: Thu Jan 19 20:28:31 2012 -0500 [test/shaping] Add hb-unicode-prettyname @@ -33682,7 +37056,7 @@ Date: Thu Jan 19 20:28:31 2012 -0500 commit e900869b0f373d25b72d966338beb6cbc53e6446 Author: Behdad Esfahbod -Date: Thu Jan 19 20:28:15 2012 -0500 +Date: Thu Jan 19 20:28:15 2012 -0500 [test/shaping] Add hb-read-manifest @@ -33691,7 +37065,7 @@ Date: Thu Jan 19 20:28:15 2012 -0500 commit a211cd3ffce3aa100e92d837384bbaa9decf6b09 Author: Behdad Esfahbod -Date: Thu Jan 19 20:27:53 2012 -0500 +Date: Thu Jan 19 20:27:53 2012 -0500 Ignore AUTHORS also @@ -33700,7 +37074,7 @@ Date: Thu Jan 19 20:27:53 2012 -0500 commit c91c4fa47140c0d6191241a832fc534b1c1514ce Author: Behdad Esfahbod -Date: Thu Jan 19 17:51:57 2012 -0500 +Date: Thu Jan 19 17:51:57 2012 -0500 [hb-shape] Change glyphstring brackets from to [/] @@ -33712,7 +37086,7 @@ Date: Thu Jan 19 17:51:57 2012 -0500 commit 36fe87d1b4bf8317074a597501d1ee52c0bec38d Author: Behdad Esfahbod -Date: Thu Jan 19 16:55:26 2012 -0500 +Date: Thu Jan 19 16:55:26 2012 -0500 More Indic tests from Pravin @@ -33722,52 +37096,52 @@ Date: Thu Jan 19 16:55:26 2012 -0500 commit a33e46cf7d9862856fd7ecb04e047cc58a9785c8 Author: Behdad Esfahbod -Date: Thu Jan 19 15:43:48 2012 -0500 +Date: Thu Jan 19 15:43:48 2012 -0500 [test/shaping] Add hb-update-manifests - test/shaping/Makefile.am | 6 ++---- - test/shaping/hb-update-manifests | 22 + test/shaping/Makefile.am | 6 ++---- + test/shaping/hb-update-manifests | 22 ++++++++++++++++++++++ test/shaping/texts/shaper-indic/indic/MANIFEST | 1 + 3 files changed, 25 insertions(+), 4 deletions(-) commit d4de562adf691425b15e3e9c0eec035feaa60413 Author: Behdad Esfahbod -Date: Thu Jan 19 15:21:04 2012 -0500 +Date: Thu Jan 19 15:21:04 2012 -0500 Start adding new shaping test suite together - configure.ac | 1 + - test/Makefile.am | 2 +- - test/shaping/Makefile.am | + configure.ac | 1 + + test/Makefile.am | 2 +- + test/shaping/Makefile.am | 10 ++++++++++ - test/shaping/texts/MANIFEST | 3 +++ - test/shaping/texts/shaper-arabic/MANIFEST | 5 +++++ - test/shaping/texts/shaper-arabic/script-arabic/MANIFEST | 0 - test/shaping/texts/shaper-arabic/script-mandaic/MANIFEST | 0 - test/shaping/texts/shaper-arabic/script-mongolian/MANIFEST | 0 - test/shaping/texts/shaper-arabic/script-nko/MANIFEST | 0 - test/shaping/texts/shaper-arabic/script-syriac/MANIFEST | 0 - test/shaping/texts/shaper-default/MANIFEST | 0 - test/shaping/texts/shaper-indic/MANIFEST | 1 + - test/shaping/texts/shaper-indic/indic/MANIFEST | + test/shaping/texts/MANIFEST | 3 +++ + test/shaping/texts/shaper-arabic/MANIFEST | 5 +++++ + test/shaping/texts/shaper-arabic/script-arabic/MANIFEST | 0 + test/shaping/texts/shaper-arabic/script-mandaic/MANIFEST | 0 + test/shaping/texts/shaper-arabic/script-mongolian/MANIFEST | 0 + test/shaping/texts/shaper-arabic/script-nko/MANIFEST | 0 + test/shaping/texts/shaper-arabic/script-syriac/MANIFEST | 0 + test/shaping/texts/shaper-default/MANIFEST | 0 + test/shaping/texts/shaper-indic/MANIFEST | 1 + + test/shaping/texts/shaper-indic/indic/MANIFEST | 10 ++++++++++ test/shaping/texts/shaper-indic/indic/script-assamese/MANIFEST | 0 - test/shaping/texts/shaper-indic/indic/script-bengali/MANIFEST | 0 - .../texts/shaper-indic/indic/script-devanagari/MANIFEST | 0 + test/shaping/texts/shaper-indic/indic/script-bengali/MANIFEST | 0 + .../texts/shaper-indic/indic/script-devanagari/MANIFEST | 0 test/shaping/texts/shaper-indic/indic/script-gujarati/MANIFEST | 0 - test/shaping/texts/shaper-indic/indic/script-kannada/MANIFEST | 0 + test/shaping/texts/shaper-indic/indic/script-kannada/MANIFEST | 0 .../shaping/texts/shaper-indic/indic/script-malayalam/MANIFEST | 0 - test/shaping/texts/shaper-indic/indic/script-oriya/MANIFEST | 0 - test/shaping/texts/shaper-indic/indic/script-punjabi/MANIFEST | 0 - test/shaping/texts/shaper-indic/indic/script-tamil/MANIFEST | 0 - test/shaping/texts/shaper-indic/indic/script-telugu/MANIFEST | 0 + test/shaping/texts/shaper-indic/indic/script-oriya/MANIFEST | 0 + test/shaping/texts/shaper-indic/indic/script-punjabi/MANIFEST | 0 + test/shaping/texts/shaper-indic/indic/script-tamil/MANIFEST | 0 + test/shaping/texts/shaper-indic/indic/script-telugu/MANIFEST | 0 23 files changed, 31 insertions(+), 1 deletion(-) commit 7a4a848db27d1605195f677c9c8632cde558aa05 Author: Behdad Esfahbod -Date: Thu Jan 19 15:15:21 2012 -0500 +Date: Thu Jan 19 15:15:21 2012 -0500 Minor @@ -33776,46 +37150,46 @@ Date: Thu Jan 19 15:15:21 2012 -0500 commit 4d6dafd47f4271549e528d2e8047d50562aef399 Author: Behdad Esfahbod -Date: Thu Jan 19 14:52:02 2012 -0500 +Date: Thu Jan 19 14:52:02 2012 -0500 Rename test/ to test/api/ - configure.ac | 1 + - test/Makefile.am | 128 + configure.ac | 1 + + test/Makefile.am | 128 +---------------------------------- - test/api/Makefile.am | 131 + test/api/Makefile.am | 131 ++++++++++++++++++++++++++++++++++++ - test/{ => api}/hb-test.h | 0 - test/{ => api}/test-blob.c | 0 - test/{ => api}/test-buffer.c | 0 - test/{ => api}/test-c.c | 0 - test/{ => api}/test-common.c | 0 - test/{ => api}/test-cplusplus.cc | 0 - test/{ => api}/test-font.c | 0 - test/{ => api}/test-object.c | 0 - test/{ => api}/test-ot-tag.c | 0 - test/{ => api}/test-shape-complex.c | 0 - test/{ => api}/test-shape.c | 0 - test/{ => api}/test-unicode.c | 0 - test/{ => api}/test-version.c | 0 + test/{ => api}/hb-test.h | 0 + test/{ => api}/test-blob.c | 0 + test/{ => api}/test-buffer.c | 0 + test/{ => api}/test-c.c | 0 + test/{ => api}/test-common.c | 0 + test/{ => api}/test-cplusplus.cc | 0 + test/{ => api}/test-font.c | 0 + test/{ => api}/test-object.c | 0 + test/{ => api}/test-ot-tag.c | 0 + test/{ => api}/test-shape-complex.c | 0 + test/{ => api}/test-shape.c | 0 + test/{ => api}/test-unicode.c | 0 + test/{ => api}/test-version.c | 0 16 files changed, 133 insertions(+), 127 deletions(-) commit 3b5c22c39b87155f315853fb0c40edcf14e99b54 Author: Behdad Esfahbod -Date: Thu Jan 19 14:28:11 2012 -0500 +Date: Thu Jan 19 14:28:11 2012 -0500 Remove src/test.cc Not really useful. src/Makefile.am | 6 +-- - src/test.cc | 132 + src/test.cc | 132 -------------------------------------------------------- 2 files changed, 1 insertion(+), 137 deletions(-) commit 4983feebbbb25e79201bf34035e4d58e61218758 Author: Behdad Esfahbod -Date: Thu Jan 19 13:54:52 2012 -0500 +Date: Thu Jan 19 13:54:52 2012 -0500 [hb-diff] Clean up @@ -33824,7 +37198,7 @@ Date: Thu Jan 19 13:54:52 2012 -0500 commit cdc673d97c5ffedb386865a81f54a5cedcbad27c Author: Behdad Esfahbod -Date: Thu Jan 19 12:46:18 2012 -0500 +Date: Thu Jan 19 12:46:18 2012 -0500 [hb-shape] Add --show-line-num @@ -33837,7 +37211,7 @@ Date: Thu Jan 19 12:46:18 2012 -0500 commit cc4d9810d6318ca2e4de3b8d62f03b51cc21ee05 Author: Behdad Esfahbod -Date: Thu Jan 19 12:32:20 2012 -0500 +Date: Thu Jan 19 12:32:20 2012 -0500 [hb-shape] Add --show-text and --show-unicode options @@ -33848,7 +37222,7 @@ Date: Thu Jan 19 12:32:20 2012 -0500 commit 27c36af411c7c4d75dd25d79fc76dd92c6bb9643 Author: Behdad Esfahbod -Date: Thu Jan 19 12:30:43 2012 -0500 +Date: Thu Jan 19 12:30:43 2012 -0500 Fix OOB in hb-shape @@ -33857,7 +37231,7 @@ Date: Thu Jan 19 12:30:43 2012 -0500 commit 8d2781d69274672303e30522e222bd01c6b5e781 Author: Behdad Esfahbod -Date: Thu Jan 19 11:36:39 2012 -0500 +Date: Thu Jan 19 11:36:39 2012 -0500 [test] Add two Indic test cases from Bernard Massot @@ -33866,7 +37240,7 @@ Date: Thu Jan 19 11:36:39 2012 -0500 commit 8750abaf8410005facbea8c886c592bead7f959b Author: Behdad Esfahbod -Date: Wed Jan 18 22:47:44 2012 -0500 +Date: Wed Jan 18 22:47:44 2012 -0500 [util] Add --help-features @@ -33877,7 +37251,7 @@ Date: Wed Jan 18 22:47:44 2012 -0500 commit 889caa52fa1bef61013ec1d127f84d7d5907ef1e Author: Behdad Esfahbod -Date: Wed Jan 18 22:32:52 2012 -0500 +Date: Wed Jan 18 22:32:52 2012 -0500 [icu] Use U_FAILURE @@ -33886,7 +37260,7 @@ Date: Wed Jan 18 22:32:52 2012 -0500 commit 36a4f4a482456ee816dcb59befa0b0538ba487df Author: Behdad Esfahbod -Date: Wed Jan 18 22:16:49 2012 -0500 +Date: Wed Jan 18 22:16:49 2012 -0500 Replace u_strlen() with u_countChar32() @@ -33897,7 +37271,7 @@ Date: Wed Jan 18 22:16:49 2012 -0500 commit 055fb24d03ae518fa0aa6c2860a03f3cb6a5ef0d Author: Behdad Esfahbod -Date: Wed Jan 18 21:58:34 2012 -0500 +Date: Wed Jan 18 21:58:34 2012 -0500 Add test for bug in ICU decompose @@ -33908,7 +37282,7 @@ Date: Wed Jan 18 21:58:34 2012 -0500 commit c521e793bd6c1dafacb94253a45b9c70ab38525e Author: Behdad Esfahbod -Date: Wed Jan 18 21:51:05 2012 -0500 +Date: Wed Jan 18 21:51:05 2012 -0500 Fix OOB in replace_glyph() @@ -33919,7 +37293,7 @@ Date: Wed Jan 18 21:51:05 2012 -0500 commit 03408ce73d003ed4e58e3f8472f9445e72b86bee Author: Behdad Esfahbod -Date: Wed Jan 18 21:28:34 2012 -0500 +Date: Wed Jan 18 21:28:34 2012 -0500 Fix more possible buffer overruns @@ -33930,7 +37304,7 @@ Date: Wed Jan 18 21:28:34 2012 -0500 commit 7d479900cd11bc88148cd601ee43bc5492ce5843 Author: Behdad Esfahbod -Date: Wed Jan 18 21:19:32 2012 -0500 +Date: Wed Jan 18 21:19:32 2012 -0500 Refactor the two remaining uses of _hb_ot_layout_skip_mark() @@ -33940,7 +37314,7 @@ Date: Wed Jan 18 21:19:32 2012 -0500 commit 506ffeb8e77a668fa305139582d215c32e46bb03 Author: Behdad Esfahbod -Date: Wed Jan 18 16:07:53 2012 -0500 +Date: Wed Jan 18 16:07:53 2012 -0500 Further mark skippy fixes from Jonathan Kew @@ -33951,7 +37325,7 @@ Date: Wed Jan 18 16:07:53 2012 -0500 commit a4a48fe6d4f884a37e720430347d10dbe3562a79 Author: Behdad Esfahbod -Date: Tue Jan 17 18:08:41 2012 -0500 +Date: Tue Jan 17 18:08:41 2012 -0500 Fix mark skipping regression @@ -33962,7 +37336,7 @@ Date: Tue Jan 17 18:08:41 2012 -0500 commit 4ab97311541225906f6b737a2b47de252224cc09 Author: Behdad Esfahbod -Date: Mon Jan 16 22:05:08 2012 -0500 +Date: Mon Jan 16 22:05:08 2012 -0500 Refactor mark skipping @@ -33974,7 +37348,7 @@ Date: Mon Jan 16 22:05:08 2012 -0500 commit 370f03e9c69d98d735eafb7e72b13b17f42cbaa9 Author: Behdad Esfahbod -Date: Mon Jan 16 17:03:55 2012 -0500 +Date: Mon Jan 16 17:03:55 2012 -0500 Minor @@ -33984,7 +37358,7 @@ Date: Mon Jan 16 17:03:55 2012 -0500 commit 4d3aeb8cb2bc1ca7cdd03ba28ba8c334f12d4c03 Author: Behdad Esfahbod -Date: Mon Jan 16 16:43:26 2012 -0500 +Date: Mon Jan 16 16:43:26 2012 -0500 [GSUB/GPOS] Fix mark skip indexing issues @@ -34001,7 +37375,7 @@ Date: Mon Jan 16 16:43:26 2012 -0500 commit e8eedf2687f05372bf5476e84139d01ba67c9f73 Author: Behdad Esfahbod -Date: Mon Jan 16 16:39:40 2012 -0500 +Date: Mon Jan 16 16:39:40 2012 -0500 Avoid enum trailing commas @@ -34013,7 +37387,7 @@ Date: Mon Jan 16 16:39:40 2012 -0500 commit 3d0ddd12801689b4093ffca97da4dd9ca669b64a Author: Behdad Esfahbod -Date: Sun Jan 15 15:55:52 2012 -0500 +Date: Sun Jan 15 15:55:52 2012 -0500 Require glib >= 2.16 for the gobject option @@ -34022,7 +37396,7 @@ Date: Sun Jan 15 15:55:52 2012 -0500 commit 95ab82a992ab916046c2e6205db7cadeec88d206 Author: Behdad Esfahbod -Date: Sun Jan 15 14:56:56 2012 -0500 +Date: Sun Jan 15 14:56:56 2012 -0500 Disable gtk-doc macro @@ -34033,7 +37407,7 @@ Date: Sun Jan 15 14:56:56 2012 -0500 commit 299ae0c3a367c84a835eadbd1276ca284d2720c0 Author: Behdad Esfahbod -Date: Sat Jan 14 21:29:45 2012 -0500 +Date: Sat Jan 14 21:29:45 2012 -0500 [icu] Remove glib-ism @@ -34042,7 +37416,7 @@ Date: Sat Jan 14 21:29:45 2012 -0500 commit a097043f9a81e6c20caf69a5dabdf9e00438d79b Author: Behdad Esfahbod -Date: Sat Jan 14 17:55:51 2012 -0500 +Date: Sat Jan 14 17:55:51 2012 -0500 Allow space in one more place when parsing features @@ -34051,7 +37425,7 @@ Date: Sat Jan 14 17:55:51 2012 -0500 commit af92135424b994062648f4fb7e26af0bd970a4b1 Author: Behdad Esfahbod -Date: Fri Oct 21 09:18:43 2011 -0700 +Date: Fri Oct 21 09:18:43 2011 -0700 Minor @@ -34060,7 +37434,7 @@ Date: Fri Oct 21 09:18:43 2011 -0700 commit 89d89646e8163b6c0874b9a3c14d4da974ea8219 Author: Behdad Esfahbod -Date: Mon Oct 17 11:50:54 2011 -0700 +Date: Mon Oct 17 11:50:54 2011 -0700 Fix intrin.h b0rkage with older MSVC @@ -34071,7 +37445,7 @@ Date: Mon Oct 17 11:50:54 2011 -0700 commit af913c5788e600e36d29f44fe4e77db84cf8c442 Author: Behdad Esfahbod -Date: Mon Oct 17 11:39:28 2011 -0700 +Date: Mon Oct 17 11:39:28 2011 -0700 Fix infinite loop in normalization code with variation selectors @@ -34082,7 +37456,7 @@ Date: Mon Oct 17 11:39:28 2011 -0700 commit fd528c17b7b5ac912f1ac980e1d9981f561c3b46 Author: Behdad Esfahbod -Date: Wed Oct 12 15:03:58 2011 -0400 +Date: Wed Oct 12 15:03:58 2011 -0400 [util] Add --list-shapers to hb-view and hb-shape @@ -34091,7 +37465,7 @@ Date: Wed Oct 12 15:03:58 2011 -0400 commit a17554bfd51dc8a37b1674d1ede63e616618e0a6 Author: Behdad Esfahbod -Date: Wed Sep 28 16:57:34 2011 -0400 +Date: Wed Sep 28 16:57:34 2011 -0400 Make test-c.c actually use hb @@ -34103,7 +37477,7 @@ Date: Wed Sep 28 16:57:34 2011 -0400 commit 55deff7595ef357d000fef83559c74c9f8acad00 Author: Behdad Esfahbod -Date: Wed Sep 28 16:20:09 2011 -0400 +Date: Wed Sep 28 16:20:09 2011 -0400 Add comments @@ -34112,7 +37486,7 @@ Date: Wed Sep 28 16:20:09 2011 -0400 commit a240d5a0a3ccc71902e7a341b6d531995319999d Author: Behdad Esfahbod -Date: Tue Sep 27 13:50:45 2011 -0400 +Date: Tue Sep 27 13:50:45 2011 -0400 Add TODO item @@ -34121,7 +37495,7 @@ Date: Tue Sep 27 13:50:45 2011 -0400 commit 52ebdff49d13f239efc886de935d47be9860f6e5 Author: Behdad Esfahbod -Date: Tue Sep 27 12:38:16 2011 -0400 +Date: Tue Sep 27 12:38:16 2011 -0400 Fix GSUB lookuptype 1 subtype 1 delta wrapping @@ -34130,7 +37504,7 @@ Date: Tue Sep 27 12:38:16 2011 -0400 commit 5857720cd35078d1c3906c8b2db3190b5166b66f Author: Behdad Esfahbod -Date: Tue Sep 27 12:36:26 2011 -0400 +Date: Tue Sep 27 12:36:26 2011 -0400 [util] s/%d/%u/ when printing glyph ids and clusters @@ -34139,7 +37513,7 @@ Date: Tue Sep 27 12:36:26 2011 -0400 commit b95324cdd217f44c40c5fd44898e659500f19511 Author: Behdad Esfahbod -Date: Wed Sep 21 16:50:39 2011 -0400 +Date: Wed Sep 21 16:50:39 2011 -0400 Minor @@ -34148,7 +37522,7 @@ Date: Wed Sep 21 16:50:39 2011 -0400 commit 0cd33592ab4bb486ffc438ba0efdac2fa7a1bb7f Author: Behdad Esfahbod -Date: Wed Sep 21 16:49:33 2011 -0400 +Date: Wed Sep 21 16:49:33 2011 -0400 Fix possible leaks @@ -34157,7 +37531,7 @@ Date: Wed Sep 21 16:49:33 2011 -0400 commit d3f3690b485e1d240fec4f204aef54e07853a244 Author: Behdad Esfahbod -Date: Wed Sep 21 16:41:43 2011 -0400 +Date: Wed Sep 21 16:41:43 2011 -0400 hb-shape: In --no-glyph-names, output glyph number directly @@ -34168,7 +37542,7 @@ Date: Wed Sep 21 16:41:43 2011 -0400 commit 088c1e27c0fc0cdef999cf1f567e4d5eb2cfb2e4 Author: Behdad Esfahbod -Date: Tue Sep 20 14:43:55 2011 -0400 +Date: Tue Sep 20 14:43:55 2011 -0400 [util] Fix option parsing @@ -34183,7 +37557,7 @@ Date: Tue Sep 20 14:43:55 2011 -0400 commit d606daa4cca323c8977b2e52e6863dc0f1b72fa9 Author: Behdad Esfahbod -Date: Tue Sep 20 14:34:06 2011 -0400 +Date: Tue Sep 20 14:34:06 2011 -0400 Whitespace @@ -34193,7 +37567,7 @@ Date: Tue Sep 20 14:34:06 2011 -0400 commit e700bce1189465a159a7c3c179f231be224f31cc Author: Behdad Esfahbod -Date: Tue Sep 20 11:20:53 2011 -0400 +Date: Tue Sep 20 11:20:53 2011 -0400 [util] Add hb-diff @@ -34210,13 +37584,13 @@ Date: Tue Sep 20 11:20:53 2011 -0400 You can pipe the colored output to 'less -r'. util/Makefile.am | 2 ++ - util/hb-diff | 59 + util/hb-diff | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) commit 880c1f0e4ede65890592d28dfb38bb06f5b57500 Author: Behdad Esfahbod -Date: Mon Sep 19 23:10:22 2011 -0400 +Date: Mon Sep 19 23:10:22 2011 -0400 Rewrite ICU detection code with in-house macros @@ -34227,7 +37601,7 @@ Date: Mon Sep 19 23:10:22 2011 -0400 commit f83f0f4836691b04306c2ef80979f2e1d76a2f28 Author: Behdad Esfahbod -Date: Mon Sep 19 18:51:48 2011 -0400 +Date: Mon Sep 19 18:51:48 2011 -0400 [graphite] Add note about graphite shaker brokenness @@ -34236,7 +37610,7 @@ Date: Mon Sep 19 18:51:48 2011 -0400 commit 422558142aabb996d8ad1848df7ea4d5a8ade98a Author: Behdad Esfahbod -Date: Mon Sep 19 17:57:02 2011 -0400 +Date: Mon Sep 19 17:57:02 2011 -0400 [util] Account for line-space in surface size @@ -34247,7 +37621,7 @@ Date: Mon Sep 19 17:57:02 2011 -0400 commit b5afd8f78e6b372f1bbed469329c1554adb20eea Author: Behdad Esfahbod -Date: Mon Sep 19 16:56:21 2011 -0400 +Date: Mon Sep 19 16:56:21 2011 -0400 [util] Rename --output to --output_file, and --format to --output-format @@ -34257,7 +37631,7 @@ Date: Mon Sep 19 16:56:21 2011 -0400 commit 0a965eee880428a43ad7f9d1317c344666247dd7 Author: Behdad Esfahbod -Date: Mon Sep 19 16:53:47 2011 -0400 +Date: Mon Sep 19 16:53:47 2011 -0400 Minor @@ -34266,7 +37640,7 @@ Date: Mon Sep 19 16:53:47 2011 -0400 commit 466393c2f04fb5b3dcb3e81ea9609905fa8c9648 Author: Behdad Esfahbod -Date: Mon Sep 19 16:50:18 2011 -0400 +Date: Mon Sep 19 16:50:18 2011 -0400 Really fix build this time @@ -34275,7 +37649,7 @@ Date: Mon Sep 19 16:50:18 2011 -0400 commit fe1605db4f28ed75d5debe0db45a19aa77f0585f Author: Behdad Esfahbod -Date: Mon Sep 19 16:49:03 2011 -0400 +Date: Mon Sep 19 16:49:03 2011 -0400 Fix dist @@ -34284,7 +37658,7 @@ Date: Mon Sep 19 16:49:03 2011 -0400 commit 8b8b19056decaf09e4e0ccd9412ee1aeb30f4de7 Author: Behdad Esfahbod -Date: Mon Sep 19 16:41:17 2011 -0400 +Date: Mon Sep 19 16:41:17 2011 -0400 [util] Add hb-shape utility @@ -34292,24 +37666,24 @@ Date: Mon Sep 19 16:41:17 2011 -0400 The output format is kinda cryptic. Suggestions welcome. - configure.ac | 6 - - util/Makefile.am | 44 +++-- - util/{common.cc => hb-shape.cc} | 57 ++++-- - util/hb-view.cc | 44 +---- - util/hb-view.hh | 79 ++++++++ - util/helper-cairo.cc | 375 + configure.ac | 6 - + util/Makefile.am | 44 +++-- + util/{common.cc => hb-shape.cc} | 57 ++++-- + util/hb-view.cc | 44 +---- + util/hb-view.hh | 79 ++++++++ + util/helper-cairo.cc | 375 +++++++++++++++++++++++++++++++++++ - util/{common.hh => helper-cairo.hh} | 64 ++++-- - util/options.cc | 79 ++++++++ - util/options.hh | 53 ++++- - util/view-cairo.cc | 381 + util/{common.hh => helper-cairo.hh} | 64 ++++-- + util/options.cc | 79 ++++++++ + util/options.hh | 53 ++++- + util/view-cairo.cc | 381 ++---------------------------------- - util/view-cairo.hh | 8 +- + util/view-cairo.hh | 8 +- 11 files changed, 717 insertions(+), 473 deletions(-) commit eb2d8be7a8ede0c0f5e346cf06516792f83f36f7 Author: Behdad Esfahbod -Date: Mon Sep 19 16:15:22 2011 -0400 +Date: Mon Sep 19 16:15:22 2011 -0400 Minor @@ -34318,7 +37692,7 @@ Date: Mon Sep 19 16:15:22 2011 -0400 commit f6496663c2f6849a944e41afcf9511f378477532 Author: Behdad Esfahbod -Date: Mon Sep 19 15:45:52 2011 -0400 +Date: Mon Sep 19 15:45:52 2011 -0400 [util] If no text is provided, simply call cairo_show_glyphs() @@ -34328,7 +37702,7 @@ Date: Mon Sep 19 15:45:52 2011 -0400 commit 5c299343118d1eaff32ffb2a5dac077cfff67dee Author: Behdad Esfahbod -Date: Mon Sep 19 14:53:26 2011 -0400 +Date: Mon Sep 19 14:53:26 2011 -0400 [uniscribe] Various improvements @@ -34337,7 +37711,7 @@ Date: Mon Sep 19 14:53:26 2011 -0400 commit 11e51993ab562d4c7460eb7c43d0e97404e628e7 Author: Behdad Esfahbod -Date: Mon Sep 19 09:58:55 2011 -0400 +Date: Mon Sep 19 09:58:55 2011 -0400 [util] Move font-size into view-options @@ -34348,19 +37722,19 @@ Date: Mon Sep 19 09:58:55 2011 -0400 commit 0fe296019746689551d224a5f6fb7e0ebe1b91dc Author: Behdad Esfahbod -Date: Sat Sep 17 09:59:58 2011 -0400 +Date: Sat Sep 17 09:59:58 2011 -0400 Fix Linux build when io.h is available Bug 40953 - fail compile git: make[2]: *** [hb_view-options.o] Error 1 - configure.ac | 2 +- + configure.ac | 2 +- util/options.cc | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) commit d2b3ab9ecebbf46cb9dac1f09c17379c50ea4575 Author: Behdad Esfahbod -Date: Fri Sep 16 16:59:17 2011 -0400 +Date: Fri Sep 16 16:59:17 2011 -0400 Fix "[util] Fix hb-view crash with bogus font." @@ -34369,7 +37743,7 @@ Date: Fri Sep 16 16:59:17 2011 -0400 commit da4a2a1426ee3aa9d9678ec12c9ba4dfcba0bcf8 Author: Behdad Esfahbod -Date: Fri Sep 16 16:56:34 2011 -0400 +Date: Fri Sep 16 16:56:34 2011 -0400 Cosmetic @@ -34378,7 +37752,7 @@ Date: Fri Sep 16 16:56:34 2011 -0400 commit 4274ed7ab6fb03fbf8eaaa43ab06647dc0beed79 Author: Behdad Esfahbod -Date: Fri Sep 16 16:52:26 2011 -0400 +Date: Fri Sep 16 16:52:26 2011 -0400 [util] Fix hb-view crash with bogus font @@ -34387,20 +37761,20 @@ Date: Fri Sep 16 16:52:26 2011 -0400 commit 5ddd9cc499f2470eca239ae357a5c8a3626c0809 Author: Behdad Esfahbod -Date: Fri Sep 16 16:40:44 2011 -0400 +Date: Fri Sep 16 16:40:44 2011 -0400 Minor - src/hb-private.hh | 2 +- + src/hb-private.hh | 2 +- src/hb-unicode-private.hh | 4 ++-- - src/test.cc | 4 ++-- - util/common.hh | 2 +- - util/options.cc | 8 ++++---- + src/test.cc | 4 ++-- + util/common.hh | 2 +- + util/options.cc | 8 ++++---- 5 files changed, 10 insertions(+), 10 deletions(-) commit 652d64aa8d32d914bf3ee2f2c451de103fea8fa9 Author: Behdad Esfahbod -Date: Fri Sep 16 16:34:39 2011 -0400 +Date: Fri Sep 16 16:34:39 2011 -0400 TODO items @@ -34409,7 +37783,7 @@ Date: Fri Sep 16 16:34:39 2011 -0400 commit 947c9a778c0d4b428b58806f98c34ede59b7439c Author: Behdad Esfahbod -Date: Fri Sep 16 16:33:18 2011 -0400 +Date: Fri Sep 16 16:33:18 2011 -0400 Minor @@ -34418,7 +37792,7 @@ Date: Fri Sep 16 16:33:18 2011 -0400 commit d5476a30a10da5e54783c8dbf04340225a9a00d7 Author: Behdad Esfahbod -Date: Fri Sep 16 12:30:50 2011 -0400 +Date: Fri Sep 16 12:30:50 2011 -0400 Minor @@ -34427,7 +37801,7 @@ Date: Fri Sep 16 12:30:50 2011 -0400 commit 55aeb0490454cc1ba93a42f307ed1230f59dee4b Author: Behdad Esfahbod -Date: Fri Sep 16 02:08:36 2011 -0400 +Date: Fri Sep 16 02:08:36 2011 -0400 Fix reading text from stdin @@ -34439,7 +37813,7 @@ Date: Fri Sep 16 02:08:36 2011 -0400 commit a75c1b125159f6cfb6b652a9ec40803f7c7e3f71 Author: Behdad Esfahbod -Date: Fri Sep 16 01:16:41 2011 -0400 +Date: Fri Sep 16 01:16:41 2011 -0400 Move code around @@ -34449,7 +37823,7 @@ Date: Fri Sep 16 01:16:41 2011 -0400 commit 7bf6ecd3bfb1ccf5d9ac6fe274efa74b46885fea Author: Behdad Esfahbod -Date: Fri Sep 16 01:11:30 2011 -0400 +Date: Fri Sep 16 01:11:30 2011 -0400 Always shape at size=upem @@ -34462,7 +37836,7 @@ Date: Fri Sep 16 01:11:30 2011 -0400 commit 674ee58d9bc9f825d769220d77f58513edae4558 Author: Behdad Esfahbod -Date: Fri Sep 16 00:54:05 2011 -0400 +Date: Fri Sep 16 00:54:05 2011 -0400 Minor @@ -34471,14 +37845,14 @@ Date: Fri Sep 16 00:54:05 2011 -0400 commit 4451168e5d1ea26560899e9a9733b3a3f1853050 Author: Behdad Esfahbod -Date: Fri Sep 16 00:38:19 2011 -0400 +Date: Fri Sep 16 00:38:19 2011 -0400 Fix binary stdin/stdout io in Windows Make --font-file accept "-" to mean stdin, and have it work in Windows too! - configure.ac | 2 +- + configure.ac | 2 +- util/common.hh | 5 +++++ util/options.cc | 64 +++++++++++++++++++++++++++++++++++++++++++++++---------- @@ -34487,7 +37861,7 @@ Date: Fri Sep 16 00:38:19 2011 -0400 commit 639b5957d9c7b6d8bef6784e3467ccc055ddeea4 Author: Behdad Esfahbod -Date: Thu Sep 15 18:09:49 2011 -0400 +Date: Thu Sep 15 18:09:49 2011 -0400 Minor @@ -34497,7 +37871,7 @@ Date: Thu Sep 15 18:09:49 2011 -0400 commit f7e2ef74f856ee13d6fd6cf3f1e04bc162203bc2 Author: Behdad Esfahbod -Date: Thu Sep 15 17:52:00 2011 -0400 +Date: Thu Sep 15 17:52:00 2011 -0400 [hb-view] Make print to stdout work in Windows @@ -34512,7 +37886,7 @@ Date: Thu Sep 15 17:52:00 2011 -0400 commit 36b10f58cc70ce9570d17b30616f9cb27423e03b Author: Behdad Esfahbod -Date: Thu Sep 15 16:29:51 2011 -0400 +Date: Thu Sep 15 16:29:51 2011 -0400 Minor @@ -34521,7 +37895,7 @@ Date: Thu Sep 15 16:29:51 2011 -0400 commit c4611cb66f8e3a133ec00e3ace62ef19d9b95b28 Author: Behdad Esfahbod -Date: Tue Sep 13 13:33:11 2011 -0400 +Date: Tue Sep 13 13:33:11 2011 -0400 Fix test @@ -34532,16 +37906,16 @@ Date: Tue Sep 13 13:33:11 2011 -0400 commit b9b10ad78b1f977494a3a42b58f8040fe16505a3 Author: Behdad Esfahbod -Date: Tue Sep 13 13:30:39 2011 -0400 +Date: Tue Sep 13 13:30:39 2011 -0400 [util] Refactor hb-view completely Now we can use the same code to do other utils... - configure.ac | 2 + - util/Makefile.am | 2 + - util/common.cc | 7 +- - util/common.hh | 2 +- + configure.ac | 2 + + util/Makefile.am | 2 + + util/common.cc | 7 +- + util/common.hh | 2 +- util/hb-view.cc | 244 ++++------------------------- util/options.cc | 321 ++++++++++++++++++++++++++------------ util/options.hh | 179 +++++++++++++++++++--- @@ -34552,7 +37926,7 @@ Date: Tue Sep 13 13:30:39 2011 -0400 commit bc4b07b05ea9e39eb9f966eb2c3e1c737efa77ff Author: Behdad Esfahbod -Date: Thu Sep 8 17:08:32 2011 -0400 +Date: Thu Sep 8 17:08:32 2011 -0400 More reshuffling @@ -34564,7 +37938,7 @@ Date: Thu Sep 8 17:08:32 2011 -0400 commit 516857eb51bbb79ff4adf44e3fefbf460f9ee8f8 Author: Behdad Esfahbod -Date: Thu Sep 8 16:50:24 2011 -0400 +Date: Thu Sep 8 16:50:24 2011 -0400 [util] Simplify more @@ -34573,7 +37947,7 @@ Date: Thu Sep 8 16:50:24 2011 -0400 commit 4f4b114a5592c2f5d128ee795f159b438ad97829 Author: Behdad Esfahbod -Date: Thu Sep 8 16:49:02 2011 -0400 +Date: Thu Sep 8 16:49:02 2011 -0400 [util] Move code around @@ -34583,7 +37957,7 @@ Date: Thu Sep 8 16:49:02 2011 -0400 commit 46d86a73a103b061144018c3fe947b57548fc58f Author: Behdad Esfahbod -Date: Thu Sep 8 16:43:15 2011 -0400 +Date: Thu Sep 8 16:43:15 2011 -0400 Minor @@ -34594,7 +37968,7 @@ Date: Thu Sep 8 16:43:15 2011 -0400 commit 90e312cb85df7a6dc350cb62138ab950790e3d15 Author: Behdad Esfahbod -Date: Thu Sep 8 16:42:37 2011 -0400 +Date: Thu Sep 8 16:42:37 2011 -0400 [util] Move code around @@ -34604,7 +37978,7 @@ Date: Thu Sep 8 16:42:37 2011 -0400 commit 109cb382898f491eed733dba4ef5ba12de94aaf6 Author: Behdad Esfahbod -Date: Thu Sep 8 16:00:04 2011 -0400 +Date: Thu Sep 8 16:00:04 2011 -0400 [util] Further refactor option parsing @@ -34615,7 +37989,7 @@ Date: Thu Sep 8 16:00:04 2011 -0400 commit bc187e5ac7433f5561b0e97e8c62172c73883f3f Author: Behdad Esfahbod -Date: Thu Sep 8 13:35:17 2011 -0400 +Date: Thu Sep 8 13:35:17 2011 -0400 Refine Indic scripts, following Martin Hosken's recommendation @@ -34625,7 +37999,7 @@ Date: Thu Sep 8 13:35:17 2011 -0400 commit 738d096a06822e63b3894bd817ecb90e5fb94f73 Author: Behdad Esfahbod -Date: Fri Sep 2 13:31:19 2011 -0400 +Date: Fri Sep 2 13:31:19 2011 -0400 Pass through unknown ISO 639-3 language tags to OpenType engine @@ -34639,7 +38013,7 @@ Date: Fri Sep 2 13:31:19 2011 -0400 commit ea02cbf03c084b3ead6e9e4c9af07b3b47608d5b Author: Behdad Esfahbod -Date: Fri Sep 2 12:39:20 2011 -0400 +Date: Fri Sep 2 12:39:20 2011 -0400 [graphite] Don't preload glyphs @@ -34650,7 +38024,7 @@ Date: Fri Sep 2 12:39:20 2011 -0400 commit 210a06f3d7bd2df55ebd1743da74f327c5a7a967 Author: Behdad Esfahbod -Date: Fri Aug 26 13:39:49 2011 +0200 +Date: Fri Aug 26 13:39:49 2011 +0200 Minor @@ -34661,7 +38035,7 @@ Date: Fri Aug 26 13:39:49 2011 +0200 commit 4a8d2e379a34b19bccc72bc3e2d9ace3fdd27733 Author: Behdad Esfahbod -Date: Fri Aug 26 09:40:54 2011 +0200 +Date: Fri Aug 26 09:40:54 2011 +0200 [graphite2] Chop a few more lines @@ -34670,7 +38044,7 @@ Date: Fri Aug 26 09:40:54 2011 +0200 commit 81ec289da799bd2f50da9382507c606d2c779ab9 Author: Behdad Esfahbod -Date: Fri Aug 26 09:33:06 2011 +0200 +Date: Fri Aug 26 09:33:06 2011 +0200 Minor @@ -34679,7 +38053,7 @@ Date: Fri Aug 26 09:33:06 2011 +0200 commit 3380de5abbaff535e1cf57ea7e5c2a7c4fdcfe66 Author: Behdad Esfahbod -Date: Fri Aug 26 09:30:49 2011 +0200 +Date: Fri Aug 26 09:30:49 2011 +0200 [graphite] Use buffer->replace_glyphs() @@ -34688,17 +38062,17 @@ Date: Fri Aug 26 09:30:49 2011 +0200 commit 9ebe8c0286856d46430ae184ba7303bd34485883 Author: Behdad Esfahbod -Date: Fri Aug 26 09:29:42 2011 +0200 +Date: Fri Aug 26 09:29:42 2011 +0200 Add buffer->replace_glyphs() src/hb-buffer-private.hh | 3 +++ - src/hb-buffer.cc | 26 ++++++++++++++++++++++++++ + src/hb-buffer.cc | 26 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) commit a5edb1031c204464da4f852ba3d90e8cc20cd20e Author: Behdad Esfahbod -Date: Fri Aug 26 09:27:13 2011 +0200 +Date: Fri Aug 26 09:27:13 2011 +0200 Minor @@ -34707,7 +38081,7 @@ Date: Fri Aug 26 09:27:13 2011 +0200 commit 290e3ee51727df75d136ccfff79831b94d1583b6 Author: Behdad Esfahbod -Date: Fri Aug 26 09:25:04 2011 +0200 +Date: Fri Aug 26 09:25:04 2011 +0200 [graphite] Only pass the first part language tag to graphite @@ -34724,7 +38098,7 @@ Date: Fri Aug 26 09:25:04 2011 +0200 commit 4c9fe88d30036340fe592bcbc375049b84602b8b Author: Behdad Esfahbod -Date: Fri Aug 26 09:18:53 2011 +0200 +Date: Fri Aug 26 09:18:53 2011 +0200 [API] Make all _from_string() functions take a len parameter @@ -34734,27 +38108,27 @@ Date: Fri Aug 26 09:18:53 2011 +0200 Affected functions: - hb_tag_t hb_tag_from_string() - hb_direction_from_string() - hb_language_from_string() - hb_script_from_string() + hb_tag_t hb_tag_from_string() + hb_direction_from_string() + hb_language_from_string() + hb_script_from_string() src/hb-common.cc | 29 +++++++++++++------- src/hb-common.h | 12 +++++--- - src/hb-graphite2.cc | 2 +- - src/hb-icu.cc | 2 +- - src/hb-ot-tag.cc | 8 +++--- - test/test-buffer.c | 4 +-- + src/hb-graphite2.cc | 2 +- + src/hb-icu.cc | 2 +- + src/hb-ot-tag.cc | 8 +++--- + test/test-buffer.c | 4 +-- test/test-common.c | 79 +++++++++++++++++++++++++++++++---------------------- test/test-ot-tag.c | 22 +++++++-------- - util/hb-view.cc | 6 ++-- - util/options.cc | 5 +--- + util/hb-view.cc | 6 ++-- + util/options.cc | 5 +--- 10 files changed, 96 insertions(+), 73 deletions(-) commit a499bdea5cc5097dec62eeafdef58d08ba534be0 Author: Behdad Esfahbod -Date: Thu Aug 25 22:46:21 2011 +0200 +Date: Thu Aug 25 22:46:21 2011 +0200 [graphite2] Bail if grface is NULL @@ -34763,7 +38137,7 @@ Date: Thu Aug 25 22:46:21 2011 +0200 commit 3007ffa9e53e6100a761c2363f50a2b19a0764fc Author: Behdad Esfahbod -Date: Thu Aug 25 09:08:53 2011 +0200 +Date: Thu Aug 25 09:08:53 2011 +0200 Reorder combining-class to better suit Arabic shadda mark-mark positioning @@ -34792,17 +38166,17 @@ Date: Thu Aug 25 09:08:53 2011 +0200 commit 74ef81a0b0f9adddfb42c3cb87f08f8156054519 Author: Behdad Esfahbod -Date: Wed Aug 24 19:16:13 2011 +0200 +Date: Wed Aug 24 19:16:13 2011 +0200 Fix make distcheck - src/Makefile.am | 15 ++++++++------- + src/Makefile.am | 15 ++++++++------- src/hb-gobject-enums.cc.tmpl | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) commit 24bcdbcc0639ca9e9c0fde1a71cbbf1c3d2ef98d Author: Behdad Esfahbod -Date: Wed Aug 24 19:13:15 2011 +0200 +Date: Wed Aug 24 19:13:15 2011 +0200 Add hb-ot-hmtx-table.hh @@ -34814,18 +38188,18 @@ Date: Wed Aug 24 19:13:15 2011 +0200 commit a3bd8a0e1862212a2d4141b973039bd000a3054f Author: Behdad Esfahbod -Date: Wed Aug 24 03:22:49 2011 +0200 +Date: Wed Aug 24 03:22:49 2011 +0200 [graphite] Rewrite properly src/hb-graphite2.cc | 633 ++++++++++++++++++++++------------------------------ - src/hb-uniscribe.cc | 2 + + src/hb-uniscribe.cc | 2 + 2 files changed, 273 insertions(+), 362 deletions(-) commit 5072934c35bddc23d6bcb07a41010da51eb1b090 Author: Behdad Esfahbod -Date: Wed Aug 24 02:24:27 2011 +0200 +Date: Wed Aug 24 02:24:27 2011 +0200 Minor @@ -34834,7 +38208,7 @@ Date: Wed Aug 24 02:24:27 2011 +0200 commit 46377396accf6b43792ffba553dcd9847608aa86 Author: Behdad Esfahbod -Date: Wed Aug 24 02:12:05 2011 +0200 +Date: Wed Aug 24 02:12:05 2011 +0200 [configure] Fix graphite bits @@ -34843,7 +38217,7 @@ Date: Wed Aug 24 02:12:05 2011 +0200 commit 71388b3ee71c7d3b79f842db7588bd683691797c Author: Behdad Esfahbod -Date: Wed Aug 24 02:09:04 2011 +0200 +Date: Wed Aug 24 02:09:04 2011 +0200 [uniscribe] Minor @@ -34852,59 +38226,59 @@ Date: Wed Aug 24 02:09:04 2011 +0200 commit cd2b901027bd154e31aa509c0cb2d86633e36398 Author: Behdad Esfahbod -Date: Wed Aug 24 01:47:25 2011 +0200 +Date: Wed Aug 24 01:47:25 2011 +0200 [graphite] Minor src/hb-graphite2.cc | 10 ++++------ - src/hb-shape.cc | 1 - + src/hb-shape.cc | 1 - 2 files changed, 4 insertions(+), 7 deletions(-) commit 834af3b48a1aca3e53811d1eb4ca09b582b8e598 Author: Behdad Esfahbod -Date: Wed Aug 24 01:45:47 2011 +0200 +Date: Wed Aug 24 01:45:47 2011 +0200 [graphite] Remove hb_graphite2_feature_check() I don't see how this function can be useful. src/hb-graphite2.cc | 10 ---------- - src/hb-graphite2.h | 2 -- + src/hb-graphite2.h | 2 -- 2 files changed, 12 deletions(-) commit 1f49cf32c96cb45a4d8ba2c210aeb7a8076b4762 Author: Behdad Esfahbod -Date: Wed Aug 24 01:29:25 2011 +0200 +Date: Wed Aug 24 01:29:25 2011 +0200 Add graphite2 integration from Martin Hosken To be modified, a lot. - configure.ac | 9 +- + configure.ac | 9 +- contrib/python/lib/harfbuzz.pyx | 20 +- - contrib/python/runpy | 2 - + contrib/python/runpy | 2 - contrib/python/scripts/hbtestfont | 4 +- - contrib/python/setup.py | 18 +- - src/Makefile.am | 7 + - src/hb-graphite2.cc | 446 + contrib/python/setup.py | 18 +- + src/Makefile.am | 7 + + src/hb-graphite2.cc | 446 ++++++++++++++++++++++++++++++++++++++ - src/hb-graphite2.h | 47 ++++ - src/hb-shape.cc | 7 + + src/hb-graphite2.h | 47 ++++ + src/hb-shape.cc | 7 + 9 files changed, 542 insertions(+), 18 deletions(-) commit 0e6d36d8a3f9f533cb6eb04408af62bfd1ad83da Author: Behdad Esfahbod -Date: Wed Aug 24 01:31:29 2011 +0200 +Date: Wed Aug 24 01:31:29 2011 +0200 Minor - src/Makefile.am | 2 +- + src/Makefile.am | 2 +- src/{hb-uniscribe-shape.cc => hb-uniscribe.cc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) commit efde8113258b117ec0a7fbffe6d681442d045c41 Author: Behdad Esfahbod -Date: Tue Aug 23 00:04:57 2011 +0200 +Date: Tue Aug 23 00:04:57 2011 +0200 Add a constructor for hb_prealloced_array_t @@ -34915,23 +38289,23 @@ Date: Tue Aug 23 00:04:57 2011 +0200 commit d75333f166d21e9b9f2341c3bc8a9ef8a886f4b3 Author: Behdad Esfahbod -Date: Fri Aug 19 19:59:24 2011 +0200 +Date: Fri Aug 19 19:59:24 2011 +0200 Add gobject enum support, but disabled for now need to figure out the naming. The generated code doesn't have the right name. - configure.ac | 2 + - src/Makefile.am | 13 +++-- - src/hb-gobject-enums.cc.tmpl | 74 + configure.ac | 2 + + src/Makefile.am | 13 +++-- + src/hb-gobject-enums.cc.tmpl | 74 ++++++++++++++++++++++++++++ src/{hb-gobject.cc => hb-gobject-structs.cc} | 0 4 files changed, 86 insertions(+), 3 deletions(-) commit 7d235d272f4c9213f54c9c807fb8fba5068c45b0 Author: Behdad Esfahbod -Date: Wed Aug 17 23:55:29 2011 +0200 +Date: Wed Aug 17 23:55:29 2011 +0200 Flesh out tt funcs a bit @@ -34940,17 +38314,17 @@ Date: Wed Aug 17 23:55:29 2011 +0200 commit b9415e76d7b41da203b9ae85e38b6dc777481184 Author: Behdad Esfahbod -Date: Wed Aug 17 19:21:44 2011 +0200 +Date: Wed Aug 17 19:21:44 2011 +0200 [API] Add hb_font_set_funcs_data() src/hb-font.cc | 15 +++++++++++++++ - src/hb-font.h | 6 ++++++ + src/hb-font.h | 6 ++++++ 2 files changed, 21 insertions(+) commit e6c09cdf43201ff1b7f38e411ae1f9977e4f9271 Author: Behdad Esfahbod -Date: Wed Aug 17 19:07:59 2011 +0200 +Date: Wed Aug 17 19:07:59 2011 +0200 Remove the pre_allocate argument from hb_buffer_create() @@ -34959,33 +38333,33 @@ Date: Wed Aug 17 19:07:59 2011 +0200 1. User can always call hb_buffer_pre_allocate() themselves, and 2. Now we do a pre_alloc in add_utfX anyway, so the total number of - reallocs is limited to a small number (~3) anyway. This just + reallocs is limited to a small number (~3) anyway. This just makes the API cleaner. - src/hb-buffer.cc | 7 +------ - src/hb-buffer.h | 2 +- - src/test.cc | 2 +- - test/test-buffer.c | 9 ++++----- - test/test-object.c | 4 ++-- + src/hb-buffer.cc | 7 +------ + src/hb-buffer.h | 2 +- + src/test.cc | 2 +- + test/test-buffer.c | 9 ++++----- + test/test-object.c | 4 ++-- test/test-shape-complex.c | 2 +- - test/test-shape.c | 2 +- - util/hb-view.cc | 2 +- + test/test-shape.c | 2 +- + util/hb-view.cc | 2 +- 8 files changed, 12 insertions(+), 18 deletions(-) commit 187bdeaa6c82fcb95fdd546da9c78b843e1dea0e Author: Behdad Esfahbod -Date: Wed Aug 17 19:03:06 2011 +0200 +Date: Wed Aug 17 19:03:06 2011 +0200 Do (nothing for) hmtx sanitize src/hb-ot-hhea-table.hh | 1 - - src/hb-tt-font.cc | 1 + + src/hb-tt-font.cc | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) commit d6016e49108be183ab2dc9c226447d1db3a09b90 Author: Behdad Esfahbod -Date: Wed Aug 17 14:47:41 2011 +0200 +Date: Wed Aug 17 14:47:41 2011 +0200 Fix name-table sanitize @@ -34994,62 +38368,62 @@ Date: Wed Aug 17 14:47:41 2011 +0200 commit ae9877dea6a1aed3566d9b87a75ede84259deaca Author: Behdad Esfahbod -Date: Wed Aug 17 14:43:45 2011 +0200 +Date: Wed Aug 17 14:43:45 2011 +0200 Add hhea-table support - src/Makefile.am | 1 + - src/hb-open-type-private.hh | 6 ++ - src/hb-ot-head-table.hh | 2 +- - src/hb-ot-hhea-table.hh | 93 ++++++++++++++++++ + src/Makefile.am | 1 + + src/hb-open-type-private.hh | 6 ++ + src/hb-ot-head-table.hh | 2 +- + src/hb-ot-hhea-table.hh | 93 ++++++++++++++++++ src/hb-ot-layout-gdef-table.hh | 2 +- src/hb-ot-layout-gpos-table.hh | 2 +- src/hb-ot-layout-gsub-table.hh | 2 +- - src/hb-ot-maxp-table.hh | 2 +- - src/hb-ot-name-table.hh | 3 +- - src/hb-tt-font.cc | 207 + src/hb-ot-maxp-table.hh | 2 +- + src/hb-ot-name-table.hh | 3 +- + src/hb-tt-font.cc | 207 +++++++++++++++++++++++++++++++++++++++++ 10 files changed, 314 insertions(+), 6 deletions(-) commit 7a750ac33ec482e2c4856c19ea607f3563741c24 Author: Behdad Esfahbod -Date: Wed Aug 17 14:19:59 2011 +0200 +Date: Wed Aug 17 14:19:59 2011 +0200 Rename table files from eg maxp-private.hh to maxp-table.hh - src/Makefile.am | 12 + src/Makefile.am | 12 ++++++------ - src/hb-font.cc | 2 +- - src/{hb-ot-head-private.hh => hb-ot-head-table.hh} | 6 +++--- + src/hb-font.cc | 2 +- + src/{hb-ot-head-private.hh => hb-ot-head-table.hh} | 6 +++--- ...-ot-layout-gdef-private.hh => hb-ot-layout-gdef-table.hh} | 6 +++--- ...-ot-layout-gpos-private.hh => hb-ot-layout-gpos-table.hh} | 6 +++--- ...-ot-layout-gsub-private.hh => hb-ot-layout-gsub-table.hh} | 6 +++--- - src/hb-ot-layout-gsubgpos-private.hh | 2 +- - src/hb-ot-layout.cc | + src/hb-ot-layout-gsubgpos-private.hh | 2 +- + src/hb-ot-layout.cc | 8 ++++---- - src/{hb-ot-maxp-private.hh => hb-ot-maxp-table.hh} | 6 +++--- - src/{hb-ot-name-private.hh => hb-ot-name-table.hh} | 6 +++--- - src/hb-uniscribe-shape.cc | 2 +- - src/main.cc | 2 +- + src/{hb-ot-maxp-private.hh => hb-ot-maxp-table.hh} | 6 +++--- + src/{hb-ot-name-private.hh => hb-ot-name-table.hh} | 6 +++--- + src/hb-uniscribe-shape.cc | 2 +- + src/main.cc | 2 +- 12 files changed, 32 insertions(+), 32 deletions(-) commit 0b7e4d9f20b3ed947d0c441ca59b43c4097cdb0e Author: Behdad Esfahbod -Date: Mon Aug 15 20:41:59 2011 +0200 +Date: Mon Aug 15 20:41:59 2011 +0200 [ft] FT_Get_Advance() for advance-width callbacks Using graphite2's comparerenderer suggests that this makes hb-ft 15 times faster. No caching layer needed anymore. - configure.ac | 2 +- - src/hb-ft.cc | 19 +++++++++++++------ + configure.ac | 2 +- + src/hb-ft.cc | 19 +++++++++++++------ util/common.hh | 4 +++- 3 files changed, 17 insertions(+), 8 deletions(-) commit 97796453aab56873809a15b5e316cba8acea7449 Author: Behdad Esfahbod -Date: Mon Aug 15 19:03:43 2011 +0200 +Date: Mon Aug 15 19:03:43 2011 +0200 Fix falloffs of the GOption conversion @@ -35059,7 +38433,7 @@ Date: Mon Aug 15 19:03:43 2011 +0200 commit 4e9ff1dd6ee3ea63fd91a76a91d9725a10a294a0 Author: Behdad Esfahbod -Date: Mon Aug 15 16:21:22 2011 +0200 +Date: Mon Aug 15 16:21:22 2011 +0200 Pre-allocate buffers when adding string @@ -35071,7 +38445,7 @@ Date: Mon Aug 15 16:21:22 2011 +0200 commit 553bc3de82cfda8d83db26a93205e0d39440cbd1 Author: Behdad Esfahbod -Date: Mon Aug 15 16:21:06 2011 +0200 +Date: Mon Aug 15 16:21:06 2011 +0200 Minor @@ -35080,7 +38454,7 @@ Date: Mon Aug 15 16:21:06 2011 +0200 commit 254142bb67a5c520a304142301479eb5292592d1 Author: Behdad Esfahbod -Date: Mon Aug 15 16:15:44 2011 +0200 +Date: Mon Aug 15 16:15:44 2011 +0200 [ft] FT_Select_Charmap() when we create face @@ -35089,7 +38463,7 @@ Date: Mon Aug 15 16:15:44 2011 +0200 commit a4cbd03dd17990783d8fd4c6be0c9c0d3d9cae5b Author: Behdad Esfahbod -Date: Mon Aug 15 09:52:05 2011 +0200 +Date: Mon Aug 15 09:52:05 2011 +0200 Apply 'locl' with 'ccmp' in Arabic shaper @@ -35104,11 +38478,11 @@ Date: Mon Aug 15 09:52:05 2011 +0200 commit c214cff55ce539d004d069a484dac3988953cb11 Author: Behdad Esfahbod -Date: Sun Aug 14 15:17:16 2011 +0200 +Date: Sun Aug 14 15:17:16 2011 +0200 Start adding gobject-introspection support - configure.ac | 13 ++++++++++- + configure.ac | 13 ++++++++++- src/Makefile.am | 43 ++++++++++++++++------------------- src/hb-common.h | 1 + src/hb-glib.cc | 3 --- @@ -35120,7 +38494,7 @@ Date: Sun Aug 14 15:17:16 2011 +0200 commit 9527fb200ffbbd839334e99b51d9671752d393db Author: Behdad Esfahbod -Date: Sat Aug 13 19:03:48 2011 +0200 +Date: Sat Aug 13 19:03:48 2011 +0200 Fix missing return @@ -35129,7 +38503,7 @@ Date: Sat Aug 13 19:03:48 2011 +0200 commit 77a328769545f6b2970d8491fe77fe98781961cf Author: Behdad Esfahbod -Date: Sat Aug 13 17:16:45 2011 +0200 +Date: Sat Aug 13 17:16:45 2011 +0200 Minor @@ -35138,7 +38512,7 @@ Date: Sat Aug 13 17:16:45 2011 +0200 commit 3bb300ee78a40f9ded21ab19283863b733aeb677 Author: Behdad Esfahbod -Date: Thu Aug 11 11:54:31 2011 +0200 +Date: Thu Aug 11 11:54:31 2011 +0200 Refactor hb-view code @@ -35153,17 +38527,17 @@ Date: Thu Aug 11 11:54:31 2011 +0200 commit d6660356dd81358033743f72d8a5fbf2fc70eaf7 Author: Behdad Esfahbod -Date: Wed Aug 10 22:08:36 2011 +0200 +Date: Wed Aug 10 22:08:36 2011 +0200 Add uniscribe font getters src/hb-uniscribe-shape.cc | 24 +++++++++++++++++++++--- - src/hb-uniscribe.h | 8 ++++++++ + src/hb-uniscribe.h | 8 ++++++++ 2 files changed, 29 insertions(+), 3 deletions(-) commit 01ec13a1d9ae380305b593e1c52cebb0e8327cb6 Author: Behdad Esfahbod -Date: Wed Aug 10 22:00:35 2011 +0200 +Date: Wed Aug 10 22:00:35 2011 +0200 Implement hb_ft_font_get_face @@ -35173,7 +38547,7 @@ Date: Wed Aug 10 22:00:35 2011 +0200 commit 36a4fe037df201f85b7a544eb30d75dc3585a1b6 Author: Behdad Esfahbod -Date: Wed Aug 10 21:54:22 2011 +0200 +Date: Wed Aug 10 21:54:22 2011 +0200 Fix charset conversion @@ -35182,7 +38556,7 @@ Date: Wed Aug 10 21:54:22 2011 +0200 commit 25c4830593064f023e296aa795b72ddcaa1c9322 Author: Behdad Esfahbod -Date: Wed Aug 10 16:28:38 2011 +0200 +Date: Wed Aug 10 16:28:38 2011 +0200 [util] Add hb-shape --shapers @@ -35194,23 +38568,23 @@ Date: Wed Aug 10 16:28:38 2011 +0200 commit 0501573deda3a8dcdfcea491392f554f21ed0154 Author: Behdad Esfahbod -Date: Wed Aug 10 16:25:56 2011 +0200 +Date: Wed Aug 10 16:25:56 2011 +0200 Fix const correctness in the API src/hb-fallback-shape-private.hh | 2 +- - src/hb-fallback-shape.cc | 2 +- - src/hb-ot-shape.cc | 2 +- - src/hb-ot-shape.h | 2 +- - src/hb-shape.cc | 14 +++++++------- - src/hb-shape.h | 12 ++++++------ - src/hb-uniscribe-shape.cc | 2 +- - src/hb-uniscribe.h | 2 +- + src/hb-fallback-shape.cc | 2 +- + src/hb-ot-shape.cc | 2 +- + src/hb-ot-shape.h | 2 +- + src/hb-shape.cc | 14 +++++++------- + src/hb-shape.h | 12 ++++++------ + src/hb-uniscribe-shape.cc | 2 +- + src/hb-uniscribe.h | 2 +- 8 files changed, 19 insertions(+), 19 deletions(-) commit a21add6c0da067173d51792d716d6e38379f138f Author: Behdad Esfahbod -Date: Wed Aug 10 16:07:49 2011 +0200 +Date: Wed Aug 10 16:07:49 2011 +0200 Reformat @@ -35219,7 +38593,7 @@ Date: Wed Aug 10 16:07:49 2011 +0200 commit 8df90c81187db58eee6b90426cd16c32feef6be3 Author: Behdad Esfahbod -Date: Wed Aug 10 15:26:41 2011 +0200 +Date: Wed Aug 10 15:26:41 2011 +0200 [util] Port hb-view to GOption @@ -35229,20 +38603,20 @@ Date: Wed Aug 10 15:26:41 2011 +0200 commit 511a136f0c092880b19250a5df53bcf9f4b043ca Author: Behdad Esfahbod -Date: Tue Aug 9 15:03:00 2011 +0200 +Date: Tue Aug 9 15:03:00 2011 +0200 Move hb-view into util/ - Makefile.am | 3 +-- - configure.ac | 1 + - src/Makefile.am | 13 ------------- - util/Makefile.am | 24 ++++++++++++++++++++++++ + Makefile.am | 3 +-- + configure.ac | 1 + + src/Makefile.am | 13 ------------- + util/Makefile.am | 24 ++++++++++++++++++++++++ {src => util}/hb-view.cc | 0 5 files changed, 26 insertions(+), 15 deletions(-) commit d753ac78da5619a0a545cdaf7a8e65787e996570 Author: Behdad Esfahbod -Date: Tue Aug 9 14:03:12 2011 +0200 +Date: Tue Aug 9 14:03:12 2011 +0200 [uniscribe] Remove zerowidth glyphs from output @@ -35251,7 +38625,7 @@ Date: Tue Aug 9 14:03:12 2011 +0200 commit 217cc81cd9c3de30b2ef226983ec43c0f78b5c7d Author: Behdad Esfahbod -Date: Tue Aug 9 14:00:44 2011 +0200 +Date: Tue Aug 9 14:00:44 2011 +0200 [test/shape-complex] Print cluster and position info in --verbose @@ -35260,7 +38634,7 @@ Date: Tue Aug 9 14:00:44 2011 +0200 commit 708403e7f3e4a5cf9b0d2bd764fb74b148af7adb Author: Behdad Esfahbod -Date: Tue Aug 9 13:52:36 2011 +0200 +Date: Tue Aug 9 13:52:36 2011 +0200 Fix warnings with old glib @@ -35269,7 +38643,7 @@ Date: Tue Aug 9 13:52:36 2011 +0200 commit ddd247b0c528cdb8bdf5f8063180abe884afa305 Author: Behdad Esfahbod -Date: Tue Aug 9 11:44:42 2011 +0200 +Date: Tue Aug 9 11:44:42 2011 +0200 Minor @@ -35278,7 +38652,7 @@ Date: Tue Aug 9 11:44:42 2011 +0200 commit 1b8196c98638ba05ae0ebcb8ba7aa99ed9c08e0a Author: Behdad Esfahbod -Date: Tue Aug 9 11:37:46 2011 +0200 +Date: Tue Aug 9 11:37:46 2011 +0200 Add fallback shaper @@ -35287,7 +38661,7 @@ Date: Tue Aug 9 11:37:46 2011 +0200 commit 13a601fe99f237b08b7166448e386eaea0b77294 Author: Behdad Esfahbod -Date: Tue Aug 9 11:36:54 2011 +0200 +Date: Tue Aug 9 11:36:54 2011 +0200 [FT] Don't make font immutable @@ -35296,7 +38670,7 @@ Date: Tue Aug 9 11:36:54 2011 +0200 commit 38b2118724600521c6ad1e49df0667dcdf863634 Author: Behdad Esfahbod -Date: Tue Aug 9 10:51:24 2011 +0200 +Date: Tue Aug 9 10:51:24 2011 +0200 [API] Add hb_ft_font_set_funcs(), remove hb_ft_get_font_funcs() @@ -35304,22 +38678,22 @@ Date: Tue Aug 9 10:51:24 2011 +0200 Add hb_ft_font_set_funcs(). Which will make the font internally use FreeType. That is, no need for the font to have created using the - hb-ft API. Just create using hb_face_create()/hb_font_create() and + hb-ft API. Just create using hb_face_create()/hb_font_create() and then call this on the font (after having set font scale). This internally creates an FT_Face and attached to the font. src/Makefile.am | 4 +-- - src/hb-ft.cc | 76 + src/hb-ft.cc | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++--- - src/hb-ft.h | 10 ++++--- - src/test.cc | 7 +++++ + src/hb-ft.h | 10 ++++--- + src/test.cc | 7 +++++ test/Makefile.am | 8 ------ test/test-object.c | 9 ------- 6 files changed, 89 insertions(+), 25 deletions(-) commit 255f176fdcd42ab94f9c3c54e2bffb55d0b1a8f5 Author: Behdad Esfahbod -Date: Tue Aug 9 08:35:07 2011 +0200 +Date: Tue Aug 9 08:35:07 2011 +0200 Minor @@ -35328,7 +38702,7 @@ Date: Tue Aug 9 08:35:07 2011 +0200 commit a9057eb3f38018faa1ece53c4aaeeba798b41fd1 Author: Behdad Esfahbod -Date: Tue Aug 9 00:47:55 2011 +0200 +Date: Tue Aug 9 00:47:55 2011 +0200 [uniscribe] Unbreak @@ -35337,7 +38711,7 @@ Date: Tue Aug 9 00:47:55 2011 +0200 commit c0975e12315b7167b92411584d2f00a751bbc204 Author: Behdad Esfahbod -Date: Tue Aug 9 00:46:18 2011 +0200 +Date: Tue Aug 9 00:46:18 2011 +0200 Fix build again @@ -35346,32 +38720,32 @@ Date: Tue Aug 9 00:46:18 2011 +0200 commit 33ccc77902660ed4b49184e5ec99f4fd0ef63175 Author: Behdad Esfahbod -Date: Tue Aug 9 00:43:24 2011 +0200 +Date: Tue Aug 9 00:43:24 2011 +0200 [API] Make set_user_data() functions take a replace parameter We need this to set data on objects safely without worrying that some other thread unsets it by setting it at the same time. - src/hb-blob.cc | 5 +++-- - src/hb-blob.h | 3 ++- - src/hb-buffer.cc | 5 +++-- - src/hb-buffer.h | 3 ++- - src/hb-common.cc | 13 ++++++++----- - src/hb-font.cc | 15 +++++++++------ - src/hb-font.h | 9 ++++++--- + src/hb-blob.cc | 5 +++-- + src/hb-blob.h | 3 ++- + src/hb-buffer.cc | 5 +++-- + src/hb-buffer.h | 3 ++- + src/hb-common.cc | 13 ++++++++----- + src/hb-font.cc | 15 +++++++++------ + src/hb-font.h | 9 ++++++--- src/hb-object-private.hh | 13 ++++++++----- - src/hb-private.hh | 16 +++++++++++----- - src/hb-shape.cc | 2 +- - src/hb-unicode.cc | 5 +++-- - src/hb-unicode.h | 3 ++- + src/hb-private.hh | 16 +++++++++++----- + src/hb-shape.cc | 2 +- + src/hb-unicode.cc | 5 +++-- + src/hb-unicode.h | 3 ++- src/hb-uniscribe-shape.cc | 18 ++++++++++++++---- - test/test-object.c | 33 +++++++++++++++++---------------- + test/test-object.c | 33 +++++++++++++++++---------------- 14 files changed, 89 insertions(+), 54 deletions(-) commit 944b2ba1ce076385f985212bbdf2df96a8a995f0 Author: Behdad Esfahbod -Date: Tue Aug 9 00:23:58 2011 +0200 +Date: Tue Aug 9 00:23:58 2011 +0200 [buffer] Make API take signed int length @@ -35379,13 +38753,13 @@ Date: Tue Aug 9 00:23:58 2011 +0200 src/hb-buffer.cc | 12 ++++++------ src/hb-buffer.h | 12 ++++++------ - src/hb-ot-layout.cc | 2 -- - src/main.cc | 1 - + src/hb-ot-layout.cc | 2 -- + src/main.cc | 1 - 4 files changed, 12 insertions(+), 15 deletions(-) commit de1e1cf9bccfd116d495804e230dc2e12b733a2d Author: Behdad Esfahbod -Date: Tue Aug 9 00:19:38 2011 +0200 +Date: Tue Aug 9 00:19:38 2011 +0200 [FT] Adapt to new face API @@ -35394,7 +38768,7 @@ Date: Tue Aug 9 00:19:38 2011 +0200 commit 458c89a85695220d43b69dbae36fc93e3fe78d89 Author: Behdad Esfahbod -Date: Tue Aug 9 00:19:19 2011 +0200 +Date: Tue Aug 9 00:19:19 2011 +0200 Minor @@ -35403,18 +38777,18 @@ Date: Tue Aug 9 00:19:19 2011 +0200 commit bf3eef540f81fdeba1c36263d7d5b2ec4c5f07b1 Author: Behdad Esfahbod -Date: Tue Aug 9 00:13:24 2011 +0200 +Date: Tue Aug 9 00:13:24 2011 +0200 [uniscribe] Cleanup backend - TODO | 2 + + TODO | 2 + src/hb-uniscribe-shape.cc | 161 ++++++++++++++++++++++++++++++++++------------ 2 files changed, 123 insertions(+), 40 deletions(-) commit f1f848e2e46ac54ff08aca7cd83390af31c7c9ef Author: Behdad Esfahbod -Date: Mon Aug 8 23:41:06 2011 +0200 +Date: Mon Aug 8 23:41:06 2011 +0200 Fix build @@ -35423,7 +38797,7 @@ Date: Mon Aug 8 23:41:06 2011 +0200 commit 3897335c7620c37e9a0224b0c42ade0dfdce4053 Author: Behdad Esfahbod -Date: Mon Aug 8 23:37:41 2011 +0200 +Date: Mon Aug 8 23:37:41 2011 +0200 [API] Sort out get_blob API @@ -35434,31 +38808,31 @@ Date: Mon Aug 8 23:37:41 2011 +0200 hb_face_set_upem() added. - src/hb-font-private.hh | 3 +- - src/hb-font.cc | 67 + src/hb-font-private.hh | 3 +- + src/hb-font.cc | 67 +++++++++++++++++++++++++++++++++++---------- - src/hb-font.h | 17 ++++++++++-- - src/hb-ft.cc | 3 +- - src/hb-ot-layout-private.hh | 9 ------ - src/hb-ot-layout.cc | 21 -------------- - src/hb-uniscribe-shape.cc | 3 +- + src/hb-font.h | 17 ++++++++++-- + src/hb-ft.cc | 3 +- + src/hb-ot-layout-private.hh | 9 ------ + src/hb-ot-layout.cc | 21 -------------- + src/hb-uniscribe-shape.cc | 3 +- 7 files changed, 72 insertions(+), 51 deletions(-) commit e715784be35f0846c0e084b7c53c7556ce933a45 Author: Behdad Esfahbod -Date: Mon Aug 8 21:42:02 2011 +0200 +Date: Mon Aug 8 21:42:02 2011 +0200 Rename get_table to reference_table in all API src/hb-font-private.hh | 6 +++--- - src/hb-font.cc | 20 ++++++++++---------- - src/hb-font.h | 8 ++++---- - src/hb-ft.cc | 4 ++-- + src/hb-font.cc | 20 ++++++++++---------- + src/hb-font.h | 8 ++++---- + src/hb-ft.cc | 4 ++-- 4 files changed, 19 insertions(+), 19 deletions(-) commit 670c873499f7f03fdfc07b8a0567b041628c6ab0 Author: Behdad Esfahbod -Date: Mon Aug 8 21:36:24 2011 +0200 +Date: Mon Aug 8 21:36:24 2011 +0200 Fix shaper ordering logic @@ -35468,17 +38842,17 @@ Date: Mon Aug 8 21:36:24 2011 +0200 commit cc797e0d5368b2f5732d77eb3e3882283bd87cf7 Author: Behdad Esfahbod -Date: Mon Aug 8 03:49:30 2011 +0200 +Date: Mon Aug 8 03:49:30 2011 +0200 Minor - TODO | 2 -- + TODO | 2 -- src/hb-shape.cc | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) commit 826e22732dd8697600a1392f48af21b7b3ce6271 Author: Behdad Esfahbod -Date: Sun Aug 7 03:53:42 2011 -0400 +Date: Sun Aug 7 03:53:42 2011 -0400 [uniscribe] Fix blob lifecycles @@ -35487,7 +38861,7 @@ Date: Sun Aug 7 03:53:42 2011 -0400 commit ff199ba356f0eb5bc6252203eea18a1d1fd28934 Author: Behdad Esfahbod -Date: Sun Aug 7 03:43:46 2011 -0400 +Date: Sun Aug 7 03:43:46 2011 -0400 Fix shaper_list manipulation, aaaaaaaaaaaaargh @@ -35496,7 +38870,7 @@ Date: Sun Aug 7 03:43:46 2011 -0400 commit 206e32934592b915b1f3052aecf014c6ced729e1 Author: Behdad Esfahbod -Date: Sun Aug 7 01:10:55 2011 -0400 +Date: Sun Aug 7 01:10:55 2011 -0400 [test] test-object is not FreeType-specific, move it to the right place @@ -35506,7 +38880,7 @@ Date: Sun Aug 7 01:10:55 2011 -0400 commit 577326b86af80cc137eea81f4cc1e30adf9232b1 Author: Behdad Esfahbod -Date: Sun Aug 7 01:04:40 2011 -0400 +Date: Sun Aug 7 01:04:40 2011 -0400 [uniscribe] Fix cluster calculation @@ -35515,7 +38889,7 @@ Date: Sun Aug 7 01:04:40 2011 -0400 commit f6d83b2dcf120f9d6f0a28c6f5de2da7addf9089 Author: Behdad Esfahbod -Date: Sun Aug 7 00:59:58 2011 -0400 +Date: Sun Aug 7 00:59:58 2011 -0400 Minor @@ -35524,7 +38898,7 @@ Date: Sun Aug 7 00:59:58 2011 -0400 commit 2eb474afb4a09f4da8f14b444bd6066769010224 Author: Behdad Esfahbod -Date: Sun Aug 7 00:59:38 2011 -0400 +Date: Sun Aug 7 00:59:38 2011 -0400 [uniscribe] Fix shaper @@ -35535,7 +38909,7 @@ Date: Sun Aug 7 00:59:38 2011 -0400 commit f22e661147691ebc9d531aa28a850988e6503f9b Author: Behdad Esfahbod -Date: Sun Aug 7 00:59:12 2011 -0400 +Date: Sun Aug 7 00:59:12 2011 -0400 [glib] Protect against invalid characters @@ -35544,7 +38918,7 @@ Date: Sun Aug 7 00:59:12 2011 -0400 commit 144cd49a0eb3ccc749325d0ee14b3ebf4367c971 Author: Behdad Esfahbod -Date: Sun Aug 7 00:51:50 2011 -0400 +Date: Sun Aug 7 00:51:50 2011 -0400 [buffer] Accept -1 for text_length and item_length @@ -35556,7 +38930,7 @@ Date: Sun Aug 7 00:51:50 2011 -0400 commit e9c71fab30fd1d5b163c8a072f9e2d3eb8ba3a92 Author: Behdad Esfahbod -Date: Sun Aug 7 00:00:27 2011 -0400 +Date: Sun Aug 7 00:00:27 2011 -0400 Fix name-table lookup @@ -35568,7 +38942,7 @@ Date: Sun Aug 7 00:00:27 2011 -0400 commit 3fd2b5bece28c81e3e379352f09eee39d19ac372 Author: Behdad Esfahbod -Date: Sat Aug 6 22:59:54 2011 -0400 +Date: Sat Aug 6 22:59:54 2011 -0400 [uniscribe] Use font size directly @@ -35577,7 +38951,7 @@ Date: Sat Aug 6 22:59:54 2011 -0400 commit 892eb2e462b40451b8f73879eab66310d884386a Author: Behdad Esfahbod -Date: Sat Aug 6 22:06:52 2011 -0400 +Date: Sat Aug 6 22:06:52 2011 -0400 [uniscribe] Make font selection work @@ -35585,16 +38959,16 @@ Date: Sat Aug 6 22:06:52 2011 -0400 src/hb-ot-name-private.hh | 37 +++++++++++++++++++++++++++++++++++++ src/hb-uniscribe-shape.cc | 30 +++++++++++++++++++++++------- - src/test.cc | 1 - + src/test.cc | 1 - 3 files changed, 60 insertions(+), 8 deletions(-) commit b492299eb3c398701557e452f6c2c9bd370fbbf3 Author: Behdad Esfahbod -Date: Fri Aug 5 20:34:50 2011 -0400 +Date: Fri Aug 5 20:34:50 2011 -0400 Start implementing the 'name' table - src/Makefile.am | 3 +- + src/Makefile.am | 3 +- src/hb-ot-name-private.hh | 91 +++++++++++++++++++++++++++++++++++++++++++++++ src/hb-uniscribe-shape.cc | 12 ++++--- @@ -35602,7 +38976,7 @@ Date: Fri Aug 5 20:34:50 2011 -0400 commit 4538efacca84329a60ff69851de70027d9b4f567 Author: Behdad Esfahbod -Date: Fri Aug 5 20:11:06 2011 -0400 +Date: Fri Aug 5 20:11:06 2011 -0400 Skip tests by returning 77 @@ -35614,7 +38988,7 @@ Date: Fri Aug 5 20:11:06 2011 -0400 commit 54eb65538da0a6ab0389d09944c90e12a913157d Author: Behdad Esfahbod -Date: Fri Aug 5 20:09:25 2011 -0400 +Date: Fri Aug 5 20:09:25 2011 -0400 Fix check on OS X sh @@ -35623,30 +38997,30 @@ Date: Fri Aug 5 20:09:25 2011 -0400 commit 9da554504e30a326fc57b28cdb0e57108bfa9555 Author: Behdad Esfahbod -Date: Fri Aug 5 19:48:49 2011 -0400 +Date: Fri Aug 5 19:48:49 2011 -0400 Add hb_shape_list_shapers() src/hb-shape.cc | 22 ++++++++++++++++++---- src/hb-shape.h | 3 +++ test/Makefile.am | 2 ++ - test/test-c.c | 8 ++++++++ + test/test-c.c | 8 ++++++++ test/test-shape.c | 15 +++++++++++++++ 5 files changed, 46 insertions(+), 4 deletions(-) commit d7bf473ef222ab420456ff155ffaa09bacb3a394 Author: Behdad Esfahbod -Date: Fri Aug 5 18:18:21 2011 -0400 +Date: Fri Aug 5 18:18:21 2011 -0400 Minor - src/check-header-guards.sh | 1 - + src/check-header-guards.sh | 1 - src/hb-open-type-private.hh | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) commit c62a8f10f3b9a4ac3ac6b686464ac734ebfa2f7f Author: Behdad Esfahbod -Date: Fri Aug 5 18:02:30 2011 -0400 +Date: Fri Aug 5 18:02:30 2011 -0400 Free all static memory upon exit @@ -35656,7 +39030,7 @@ Date: Fri Aug 5 18:02:30 2011 -0400 commit c4d63ef744f79701458ab7af2055afb87ffe8de3 Author: Behdad Esfahbod -Date: Fri Aug 5 17:54:25 2011 -0400 +Date: Fri Aug 5 17:54:25 2011 -0400 Fix env parsing code @@ -35667,7 +39041,7 @@ Date: Fri Aug 5 17:54:25 2011 -0400 commit 3931837bebd79c5eb1bd5b24ff12e2c8e7d3f24c Author: Behdad Esfahbod -Date: Fri Aug 5 17:22:19 2011 -0400 +Date: Fri Aug 5 17:22:19 2011 -0400 Change hb_shape() API back to what it was, add hb_shape_full() @@ -35680,7 +39054,7 @@ Date: Fri Aug 5 17:22:19 2011 -0400 commit 3ca6c4ecc299295b6682fa2b6b9f83b213223bad Author: Behdad Esfahbod -Date: Fri Aug 5 17:22:19 2011 -0400 +Date: Fri Aug 5 17:22:19 2011 -0400 Change hb_shape() API back to what it was, add hb_shape_full() @@ -35690,13 +39064,13 @@ Date: Fri Aug 5 17:22:19 2011 -0400 src/hb-shape.cc | 21 +++++++++++++++------ src/hb-shape.h | 14 ++++++++++---- - src/test.cc | 2 +- + src/test.cc | 2 +- test/test-shape.c | 2 +- 4 files changed, 27 insertions(+), 12 deletions(-) commit 02aeca985b570763342c35e99af90025bfa088d5 Author: Behdad Esfahbod -Date: Thu Aug 4 22:31:05 2011 -0400 +Date: Thu Aug 4 22:31:05 2011 -0400 [API] Changes to main shape API @@ -35705,7 +39079,7 @@ Date: Thu Aug 4 22:31:05 2011 -0400 situations they are expected to be set to NULL. - hb_shape() also returns a boolean for now. If shaper_list is + hb_shape() also returns a boolean for now. If shaper_list is NULL, the return value can be ignored. @@ -35726,29 +39100,29 @@ Date: Thu Aug 4 22:31:05 2011 -0400 New API hb_buffer_guess_properties() added. - TODO | 2 - - configure.ac | 9 +++ - src/Makefile.am | 14 ++-- - src/hb-buffer-private.hh | 1 + - src/hb-buffer.cc | 35 ++++++++++ - src/hb-buffer.h | 3 + + TODO | 2 - + configure.ac | 9 +++ + src/Makefile.am | 14 ++-- + src/hb-buffer-private.hh | 1 + + src/hb-buffer.cc | 35 ++++++++++ + src/hb-buffer.h | 3 + src/hb-fallback-shape-private.hh | 48 ++++++++++++++ - src/hb-fallback-shape.cc | 43 +++++++++++++ - src/hb-ot-shape.cc | 9 ++- - src/hb-ot-shape.h | 5 +- - src/hb-shape.cc | 135 + src/hb-fallback-shape.cc | 43 +++++++++++++ + src/hb-ot-shape.cc | 9 ++- + src/hb-ot-shape.h | 5 +- + src/hb-shape.cc | 135 +++++++++++++++++++++++---------------- - src/hb-shape.h | 13 ++-- - src/hb-uniscribe-shape.cc | 52 ++++++--------- - src/hb-uniscribe.h | 5 +- - src/hb-view.cc | 2 +- - src/test.cc | 3 +- - test/test-shape.c | 2 +- + src/hb-shape.h | 13 ++-- + src/hb-uniscribe-shape.cc | 52 ++++++--------- + src/hb-uniscribe.h | 5 +- + src/hb-view.cc | 2 +- + src/test.cc | 3 +- + test/test-shape.c | 2 +- 17 files changed, 274 insertions(+), 107 deletions(-) commit 57692adf1294a6db4627d0de7c671e4aa01d2a8f Author: Behdad Esfahbod -Date: Thu Aug 4 20:49:16 2011 -0400 +Date: Thu Aug 4 20:49:16 2011 -0400 Make test.cc do something more useful @@ -35759,60 +39133,60 @@ Date: Thu Aug 4 20:49:16 2011 -0400 commit c605bbbb6d4b2a98b1f40ca818760088d991f7d1 Author: Behdad Esfahbod -Date: Thu Aug 4 20:00:53 2011 -0400 +Date: Thu Aug 4 20:00:53 2011 -0400 Remove C++ guards from source files Where causing issues for people with MSVC. - src/check-c-linkage-decls.sh | 3 +-- - src/hb-blob.cc | 2 -- - src/hb-buffer-private.hh | 2 -- - src/hb-buffer.cc | 2 -- - src/hb-common.cc | 2 -- - src/hb-font-private.hh | 2 -- - src/hb-font.cc | 2 -- - src/hb-ft.cc | 2 -- - src/hb-glib.cc | 2 -- - src/hb-icu.cc | 2 -- - src/hb-mutex-private.hh | 2 -- - src/hb-object-private.hh | 4 ---- - src/hb-open-file-private.hh | 2 -- - src/hb-open-type-private.hh | 4 ---- - src/hb-ot-head-private.hh | 2 -- - src/hb-ot-layout-common-private.hh | 4 ---- - src/hb-ot-layout-gdef-private.hh | 2 -- - src/hb-ot-layout-gpos-private.hh | 4 ---- - src/hb-ot-layout-gsub-private.hh | 4 ---- - src/hb-ot-layout-gsubgpos-private.hh | 6 ------ - src/hb-ot-layout-private.hh | 2 -- - src/hb-ot-layout.cc | 2 -- - src/hb-ot-map-private.hh | 2 -- - src/hb-ot-map.cc | 2 -- - src/hb-ot-maxp-private.hh | 2 -- + src/check-c-linkage-decls.sh | 3 +-- + src/hb-blob.cc | 2 -- + src/hb-buffer-private.hh | 2 -- + src/hb-buffer.cc | 2 -- + src/hb-common.cc | 2 -- + src/hb-font-private.hh | 2 -- + src/hb-font.cc | 2 -- + src/hb-ft.cc | 2 -- + src/hb-glib.cc | 2 -- + src/hb-icu.cc | 2 -- + src/hb-mutex-private.hh | 2 -- + src/hb-object-private.hh | 4 ---- + src/hb-open-file-private.hh | 2 -- + src/hb-open-type-private.hh | 4 ---- + src/hb-ot-head-private.hh | 2 -- + src/hb-ot-layout-common-private.hh | 4 ---- + src/hb-ot-layout-gdef-private.hh | 2 -- + src/hb-ot-layout-gpos-private.hh | 4 ---- + src/hb-ot-layout-gsub-private.hh | 4 ---- + src/hb-ot-layout-gsubgpos-private.hh | 6 ------ + src/hb-ot-layout-private.hh | 2 -- + src/hb-ot-layout.cc | 2 -- + src/hb-ot-map-private.hh | 2 -- + src/hb-ot-map.cc | 2 -- + src/hb-ot-maxp-private.hh | 2 -- src/hb-ot-shape-complex-arabic-table.hh | 2 -- - src/hb-ot-shape-complex-arabic.cc | 2 -- + src/hb-ot-shape-complex-arabic.cc | 2 -- src/hb-ot-shape-complex-indic-table.hh | 2 -- - src/hb-ot-shape-complex-indic.cc | 2 -- - src/hb-ot-shape-complex-misc.cc | 2 -- - src/hb-ot-shape-complex-private.hh | 2 -- - src/hb-ot-shape-normalize.cc | 2 -- - src/hb-ot-shape-private.hh | 2 -- - src/hb-ot-shape.cc | 2 -- - src/hb-ot-tag.cc | 2 -- - src/hb-private.hh | 8 -------- - src/hb-shape.cc | 2 -- - src/hb-unicode-private.hh | 2 -- - src/hb-unicode.cc | 2 -- - src/hb-uniscribe-shape.cc | 2 -- - src/hb-view.cc | 2 -- - src/main.cc | 2 -- - src/test.cc | 2 -- + src/hb-ot-shape-complex-indic.cc | 2 -- + src/hb-ot-shape-complex-misc.cc | 2 -- + src/hb-ot-shape-complex-private.hh | 2 -- + src/hb-ot-shape-normalize.cc | 2 -- + src/hb-ot-shape-private.hh | 2 -- + src/hb-ot-shape.cc | 2 -- + src/hb-ot-tag.cc | 2 -- + src/hb-private.hh | 8 -------- + src/hb-shape.cc | 2 -- + src/hb-unicode-private.hh | 2 -- + src/hb-unicode.cc | 2 -- + src/hb-uniscribe-shape.cc | 2 -- + src/hb-view.cc | 2 -- + src/main.cc | 2 -- + src/test.cc | 2 -- 43 files changed, 1 insertion(+), 106 deletions(-) commit 8336186a52813b53e90b4399dc462d55750e2d37 Author: Behdad Esfahbod -Date: Thu Aug 4 19:49:05 2011 -0400 +Date: Thu Aug 4 19:49:05 2011 -0400 Zero map objects @@ -35821,7 +39195,7 @@ Date: Thu Aug 4 19:49:05 2011 -0400 commit ecd3b6e4ad253cf9d0dae1ed2da8ba6caed16b85 Author: Behdad Esfahbod -Date: Thu Aug 4 01:57:40 2011 -0400 +Date: Thu Aug 4 01:57:40 2011 -0400 More build fixes @@ -35830,7 +39204,7 @@ Date: Thu Aug 4 01:57:40 2011 -0400 commit c747f509bcc4e6a34ced04e9e79ed414a44437b1 Author: Behdad Esfahbod -Date: Thu Aug 4 01:51:30 2011 -0400 +Date: Thu Aug 4 01:51:30 2011 -0400 More out-of-tree build fixes @@ -35840,7 +39214,7 @@ Date: Thu Aug 4 01:51:30 2011 -0400 commit 0530ca9a180edc330ab801c535907cefa4a0c298 Author: Behdad Esfahbod -Date: Thu Aug 4 01:42:59 2011 -0400 +Date: Thu Aug 4 01:42:59 2011 -0400 Fix out-of-tree build @@ -35849,7 +39223,7 @@ Date: Thu Aug 4 01:42:59 2011 -0400 commit ddbf4edc5d09a645351b1bd1722b068aba6a6dec Author: Behdad Esfahbod -Date: Thu Aug 4 01:38:37 2011 -0400 +Date: Thu Aug 4 01:38:37 2011 -0400 Minor @@ -35858,7 +39232,7 @@ Date: Thu Aug 4 01:38:37 2011 -0400 commit 20dde6101662fd9ebe5f613631ea468f4c0a995f Author: Behdad Esfahbod -Date: Thu Aug 4 01:07:33 2011 -0400 +Date: Thu Aug 4 01:07:33 2011 -0400 Minor @@ -35867,7 +39241,7 @@ Date: Thu Aug 4 01:07:33 2011 -0400 commit 44b4f50d05fd51d8056a78e359fbb00fbcac43a0 Author: Behdad Esfahbod -Date: Thu Aug 4 00:52:20 2011 -0400 +Date: Thu Aug 4 00:52:20 2011 -0400 Fix typo @@ -35876,7 +39250,7 @@ Date: Thu Aug 4 00:52:20 2011 -0400 commit 0fbb2dc83132a89201ad8b56c6909610437d2da0 Author: Behdad Esfahbod -Date: Wed Aug 3 19:55:04 2011 -0400 +Date: Wed Aug 3 19:55:04 2011 -0400 Add draft experimental Uniscribe backend @@ -35885,17 +39259,17 @@ Date: Wed Aug 3 19:55:04 2011 -0400 This is not supposed to be a production backend, more like a testing backend. - configure.ac | 9 ++ - src/Makefile.am | 11 ++ - src/hb-private.hh | 4 +- + configure.ac | 9 ++ + src/Makefile.am | 11 ++ + src/hb-private.hh | 4 +- src/hb-uniscribe-shape.cc | 325 ++++++++++++++++++++++++++++++++++++++++++++++ - src/hb-uniscribe.h | 46 +++++++ + src/hb-uniscribe.h | 46 +++++++ 5 files changed, 394 insertions(+), 1 deletion(-) commit 0d7d4824b2edc7aeeb995077655a9a89b5c360a9 Author: Behdad Esfahbod -Date: Wed Aug 3 17:39:24 2011 -0400 +Date: Wed Aug 3 17:39:24 2011 -0400 Minor @@ -35904,17 +39278,17 @@ Date: Wed Aug 3 17:39:24 2011 -0400 commit e62df43649e31b7815c272f01808b3f726c7d07d Author: Behdad Esfahbod -Date: Wed Aug 3 17:38:54 2011 -0400 +Date: Wed Aug 3 17:38:54 2011 -0400 Add internal hb_buffer_t::get_scratch_buffer() src/hb-buffer-private.hh | 2 ++ - src/hb-buffer.cc | 10 ++++++++++ + src/hb-buffer.cc | 10 ++++++++++ 2 files changed, 12 insertions(+) commit 71e7936fcadfd375a8bdc47987ef8b1b2b542df5 Author: Behdad Esfahbod -Date: Wed Aug 3 17:38:34 2011 -0400 +Date: Wed Aug 3 17:38:34 2011 -0400 Minor @@ -35923,19 +39297,19 @@ Date: Wed Aug 3 17:38:34 2011 -0400 commit bf8c57ba745c02370c38198adfdcd8075ba38b13 Author: Behdad Esfahbod -Date: Wed Aug 3 17:38:04 2011 -0400 +Date: Wed Aug 3 17:38:04 2011 -0400 [API] Add hb_face_get_blob() Need to think more about it. src/hb-font.cc | 10 ++++++++++ - src/hb-font.h | 3 +++ + src/hb-font.h | 3 +++ 2 files changed, 13 insertions(+) commit 2118fdb9f584e6735e904638e48bae48314372fa Author: Behdad Esfahbod -Date: Tue Aug 2 14:06:51 2011 -0400 +Date: Tue Aug 2 14:06:51 2011 -0400 Fix fallback shaping @@ -35946,7 +39320,7 @@ Date: Tue Aug 2 14:06:51 2011 -0400 commit 199abbd0f15bd295c3a56845c71b38dd20af1332 Author: Behdad Esfahbod -Date: Tue Aug 2 13:59:47 2011 -0400 +Date: Tue Aug 2 13:59:47 2011 -0400 Minor @@ -35955,7 +39329,7 @@ Date: Tue Aug 2 13:59:47 2011 -0400 commit 4f052b93c0b17d92b9f0adddf64ef77518bf2ac4 Author: Behdad Esfahbod -Date: Tue Aug 2 13:44:24 2011 -0400 +Date: Tue Aug 2 13:44:24 2011 -0400 Fix build with glib but not freetype @@ -35964,7 +39338,7 @@ Date: Tue Aug 2 13:44:24 2011 -0400 commit c21be799daa85d5edb2d831ac985d3e43c8755ec Author: Behdad Esfahbod -Date: Tue Aug 2 12:05:49 2011 -0400 +Date: Tue Aug 2 12:05:49 2011 -0400 Minor @@ -35973,7 +39347,7 @@ Date: Tue Aug 2 12:05:49 2011 -0400 commit e9c2341b1384c161bbab9871411af0bc9f6c3cf4 Author: Behdad Esfahbod -Date: Tue Aug 2 11:40:44 2011 -0400 +Date: Tue Aug 2 11:40:44 2011 -0400 Don't use icu-config when cross-compiling @@ -35982,7 +39356,7 @@ Date: Tue Aug 2 11:40:44 2011 -0400 commit 390dab49b6cf34f263b67d20a13f0752ada57bcc Author: Behdad Esfahbod -Date: Tue Aug 2 11:29:55 2011 -0400 +Date: Tue Aug 2 11:29:55 2011 -0400 Unbreak icu-config results a bit @@ -35991,7 +39365,7 @@ Date: Tue Aug 2 11:29:55 2011 -0400 commit b301478a69d961c724a4875b839a81fb458d1153 Author: Behdad Esfahbod -Date: Tue Aug 2 11:25:13 2011 -0400 +Date: Tue Aug 2 11:25:13 2011 -0400 Bug 39763 - autogen.sh should check pkg-config availability @@ -36003,7 +39377,7 @@ Date: Tue Aug 2 11:25:13 2011 -0400 commit f60271c0c2b0101e7b2725f9a9ad950c277a616c Author: Behdad Esfahbod -Date: Tue Aug 2 09:56:30 2011 -0400 +Date: Tue Aug 2 09:56:30 2011 -0400 Add mingw32 support @@ -36011,16 +39385,16 @@ Date: Tue Aug 2 09:56:30 2011 -0400 ./configure --host=i586-mingw32msvc && make - configure.ac | 1 + + configure.ac | 1 + src/hb-mutex-private.hh | 4 ++-- src/hb-open-type-private.hh | 5 +++++ - src/hb-private.hh | 6 +++++- - src/main.cc | 1 + + src/hb-private.hh | 6 +++++- + src/main.cc | 1 + 5 files changed, 14 insertions(+), 3 deletions(-) commit 1264b23e4a4ae1c9831a3009e1c7ab8e65a5b434 Author: Behdad Esfahbod -Date: Mon Aug 1 16:39:32 2011 -0400 +Date: Mon Aug 1 16:39:32 2011 -0400 Bug 39702 - configure check for ragel @@ -36029,7 +39403,7 @@ Date: Mon Aug 1 16:39:32 2011 -0400 commit f5414cf0a220d6e6f3d4b6e8221cd583b4684187 Author: Behdad Esfahbod -Date: Mon Aug 1 16:34:16 2011 -0400 +Date: Mon Aug 1 16:34:16 2011 -0400 Use missing script for calling ragel @@ -36038,7 +39412,7 @@ Date: Mon Aug 1 16:34:16 2011 -0400 commit a91c58bf98258a34e5f7c1ad39a38db58fadc4b9 Author: Behdad Esfahbod -Date: Mon Aug 1 16:30:11 2011 -0400 +Date: Mon Aug 1 16:30:11 2011 -0400 [Indic] Disable CJCT-disabling logic @@ -36049,7 +39423,7 @@ Date: Mon Aug 1 16:30:11 2011 -0400 commit 5e72071062c015237b79fbd0521341a63166a204 Author: Behdad Esfahbod -Date: Sun Jul 31 17:51:50 2011 -0400 +Date: Sun Jul 31 17:51:50 2011 -0400 [Indic] Stop looking for base upon seeing joiners @@ -36064,7 +39438,7 @@ Date: Sun Jul 31 17:51:50 2011 -0400 commit 281683995a46ed37aeeb84061249758c59822457 Author: Behdad Esfahbod -Date: Sun Jul 31 16:00:35 2011 -0400 +Date: Sun Jul 31 16:00:35 2011 -0400 Cosmetic @@ -36073,7 +39447,7 @@ Date: Sun Jul 31 16:00:35 2011 -0400 commit 6b37bc80843e38ca7b62500f95fd70c08af68d62 Author: Behdad Esfahbod -Date: Sun Jul 31 15:57:00 2011 -0400 +Date: Sun Jul 31 15:57:00 2011 -0400 [Indic] Fix ZWJ/ZWNJ application @@ -36085,7 +39459,7 @@ Date: Sun Jul 31 15:57:00 2011 -0400 commit e7be05702447ae270d797398132c1930cd3a9b86 Author: Behdad Esfahbod -Date: Sun Jul 31 15:18:57 2011 -0400 +Date: Sun Jul 31 15:18:57 2011 -0400 [Indic] Add Final Reordering rules into comments @@ -36097,7 +39471,7 @@ Date: Sun Jul 31 15:18:57 2011 -0400 commit cfd4382ec1af91640129551697de36fd42c0849a Author: Behdad Esfahbod -Date: Sun Jul 31 15:07:11 2011 -0400 +Date: Sun Jul 31 15:07:11 2011 -0400 [Indic] Handle Reph when determining base consonant @@ -36106,7 +39480,7 @@ Date: Sun Jul 31 15:07:11 2011 -0400 commit 97158392a5899ddb739afaac925128f33f699bd7 Author: Behdad Esfahbod -Date: Sun Jul 31 15:01:28 2011 -0400 +Date: Sun Jul 31 15:01:28 2011 -0400 [Indic] Ra is a consonant too @@ -36115,7 +39489,7 @@ Date: Sun Jul 31 15:01:28 2011 -0400 commit 0d8f8a177c4bfd4dc642a353bab8d03674e839ac Author: Behdad Esfahbod -Date: Sun Jul 31 14:57:59 2011 -0400 +Date: Sun Jul 31 14:57:59 2011 -0400 [Indic] Fix reph inhibition logic @@ -36124,7 +39498,7 @@ Date: Sun Jul 31 14:57:59 2011 -0400 commit 9da0487cd452d780673e24329ce03e174a4ef83b Author: Behdad Esfahbod -Date: Sun Jul 31 13:46:44 2011 -0400 +Date: Sun Jul 31 13:46:44 2011 -0400 [Indic] Support ZWJ/ZWNJ @@ -36138,7 +39512,7 @@ Date: Sun Jul 31 13:46:44 2011 -0400 commit 9ee27a928a989c71923cef82a9e9828f8e9ca051 Author: Behdad Esfahbod -Date: Sun Jul 31 11:10:14 2011 -0400 +Date: Sun Jul 31 11:10:14 2011 -0400 [Indic] Suppress reph formation upon joiners @@ -36147,7 +39521,7 @@ Date: Sun Jul 31 11:10:14 2011 -0400 commit 8354e004e553856d7d743e0f0b4de4668484026a Author: Behdad Esfahbod -Date: Sun Jul 31 02:24:51 2011 -0400 +Date: Sun Jul 31 02:24:51 2011 -0400 Un-Ra U+09F1. According to the test suite this is correct. @@ -36158,7 +39532,7 @@ Date: Sun Jul 31 02:24:51 2011 -0400 commit 07cedd81f48907b2e372cd2e963716bbded9ce29 Author: Behdad Esfahbod -Date: Sat Jul 30 21:16:51 2011 -0400 +Date: Sat Jul 30 21:16:51 2011 -0400 Minor @@ -36167,7 +39541,7 @@ Date: Sat Jul 30 21:16:51 2011 -0400 commit ba7e85c104e68b4685c1b3b5c9a260fe0f6879df Author: Behdad Esfahbod -Date: Sat Jul 30 21:11:53 2011 -0400 +Date: Sat Jul 30 21:11:53 2011 -0400 Cosmetic @@ -36176,7 +39550,7 @@ Date: Sat Jul 30 21:11:53 2011 -0400 commit f5bc2725cb892264ba223e0a49f7fd2c622a0730 Author: Behdad Esfahbod -Date: Sat Jul 30 21:08:10 2011 -0400 +Date: Sat Jul 30 21:08:10 2011 -0400 [Indic] For old-style Indic tables, move Halant around @@ -36186,25 +39560,25 @@ Date: Sat Jul 30 21:08:10 2011 -0400 Brings test-shape-complex failures down from 88 to 54. Getting there! - src/hb-ot-map-private.hh | 3 +++ + src/hb-ot-map-private.hh | 3 +++ src/hb-ot-shape-complex-indic.cc | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+) commit c47a31fb4793b825f4be57e9cb1b10db352b9512 Author: Behdad Esfahbod -Date: Sat Jul 30 20:57:01 2011 -0400 +Date: Sat Jul 30 20:57:01 2011 -0400 [OT] Save chosen script tag - src/hb-ot-layout.cc | 20 ++++++++++++++++---- - src/hb-ot-layout.h | 3 ++- + src/hb-ot-layout.cc | 20 ++++++++++++++++---- + src/hb-ot-layout.h | 3 ++- src/hb-ot-map-private.hh | 1 + - src/hb-ot-map.cc | 2 +- + src/hb-ot-map.cc | 2 +- 4 files changed, 20 insertions(+), 6 deletions(-) commit 3a9b14dfdfc278b432890e1537672a4ca141a3b0 Author: Behdad Esfahbod -Date: Sat Jul 30 20:23:55 2011 -0400 +Date: Sat Jul 30 20:23:55 2011 -0400 Minor @@ -36213,7 +39587,7 @@ Date: Sat Jul 30 20:23:55 2011 -0400 commit 8613193bbf28fe8951c900b68c4418a6fb929626 Author: Behdad Esfahbod -Date: Sat Jul 30 20:21:40 2011 -0400 +Date: Sat Jul 30 20:21:40 2011 -0400 [test] Fix problem with N'ko test direction @@ -36228,7 +39602,7 @@ Date: Sat Jul 30 20:21:40 2011 -0400 commit fd06bf56110e73826b3d5c73ac964e2609450d46 Author: Behdad Esfahbod -Date: Sat Jul 30 20:14:44 2011 -0400 +Date: Sat Jul 30 20:14:44 2011 -0400 [Indic] Handle initial Ra+Halant in scripts that support Reph @@ -36239,7 +39613,7 @@ Date: Sat Jul 30 20:14:44 2011 -0400 commit ee58f3bc75d2d071a71b94063bf12205a5871acb Author: Behdad Esfahbod -Date: Sat Jul 30 19:15:53 2011 -0400 +Date: Sat Jul 30 19:15:53 2011 -0400 Minor @@ -36248,7 +39622,7 @@ Date: Sat Jul 30 19:15:53 2011 -0400 commit 352372ae5ea0998e40cf9fe43c22b6b610a5764e Author: Behdad Esfahbod -Date: Sat Jul 30 19:04:02 2011 -0400 +Date: Sat Jul 30 19:04:02 2011 -0400 [Indic] Categorize Ra in scripts that have Reph @@ -36259,7 +39633,7 @@ Date: Sat Jul 30 19:04:02 2011 -0400 commit 45d6f29f15f1d2323bcaa2498aed23ff0c8a1567 Author: Behdad Esfahbod -Date: Sat Jul 30 14:44:30 2011 -0400 +Date: Sat Jul 30 14:44:30 2011 -0400 [Indic] Reorder matras @@ -36268,14 +39642,14 @@ Date: Sat Jul 30 14:44:30 2011 -0400 Next: Add Ra handling and it's fair to say we kinda support Indic :). src/hb-ot-shape-complex-indic.cc | 29 +++++++++++++++++++++++++++-- - src/hb-ot-shape-normalize.cc | 26 ++++++++++---------------- - src/hb-private.hh | 36 + src/hb-ot-shape-normalize.cc | 26 ++++++++++---------------- + src/hb-private.hh | 36 ++++++++++++++++++++++++++++++------ 3 files changed, 67 insertions(+), 24 deletions(-) commit 911bf32acad7f1cd161f666cb659990ade0925ad Author: Behdad Esfahbod -Date: Sat Jul 30 11:16:00 2011 -0400 +Date: Sat Jul 30 11:16:00 2011 -0400 Bug 39686 - Add '-no-undefined' to libharfbuzz LDFLAGS @@ -36284,17 +39658,17 @@ Date: Sat Jul 30 11:16:00 2011 -0400 commit 8f0b64fb6988f9502d2c5e39768a9af133d9a83f Author: Behdad Esfahbod -Date: Fri Jul 29 17:02:48 2011 -0400 +Date: Fri Jul 29 17:02:48 2011 -0400 Minor src/hb-ot-shape-complex-arabic.cc | 6 +++--- - src/hb-private.hh | 8 ++++++-- + src/hb-private.hh | 8 ++++++-- 2 files changed, 9 insertions(+), 5 deletions(-) commit 743807a3ce1b2229e5307a8aea074a7544623d8d Author: Behdad Esfahbod -Date: Fri Jul 29 16:37:02 2011 -0400 +Date: Fri Jul 29 16:37:02 2011 -0400 [Indic] Apply Indic features @@ -36307,13 +39681,13 @@ Date: Fri Jul 29 16:37:02 2011 -0400 Next: reorder matras. src/hb-ot-shape-complex-indic-machine.rl | 35 ++++-- - src/hb-ot-shape-complex-indic.cc | 209 + src/hb-ot-shape-complex-indic.cc | 209 ++++++++++++++++++++++++++++--- 2 files changed, 212 insertions(+), 32 deletions(-) commit 1a1b5013159369b343d0c32df02c9c419277aead Author: Behdad Esfahbod -Date: Fri Jul 29 16:36:46 2011 -0400 +Date: Fri Jul 29 16:36:46 2011 -0400 Minor @@ -36322,7 +39696,7 @@ Date: Fri Jul 29 16:36:46 2011 -0400 commit dd5546de15e63c0320b7db2bf42b0f15271f7915 Author: Behdad Esfahbod -Date: Fri Jul 29 16:27:31 2011 -0400 +Date: Fri Jul 29 16:27:31 2011 -0400 Minor @@ -36331,17 +39705,17 @@ Date: Fri Jul 29 16:27:31 2011 -0400 commit 9f9bcceca6321d5a5812f878de1de39901349a78 Author: Behdad Esfahbod -Date: Thu Jul 28 17:06:46 2011 -0400 +Date: Thu Jul 28 17:06:46 2011 -0400 Register buffer vars in Indic shaper src/hb-ot-shape-complex-indic.cc | 6 ++++++ - src/hb-ot-shape.cc | 2 ++ + src/hb-ot-shape.cc | 2 ++ 2 files changed, 8 insertions(+) commit be09bf6b799cafc2ff54a28915b307ffe99661b6 Author: Behdad Esfahbod -Date: Thu Jul 28 17:03:43 2011 -0400 +Date: Thu Jul 28 17:03:43 2011 -0400 Oops. This should have gone into the previous commit @@ -36350,84 +39724,84 @@ Date: Thu Jul 28 17:03:43 2011 -0400 commit b65c06025d2b54a44f716e030d4b10072c65bea8 Author: Behdad Esfahbod -Date: Thu Jul 28 16:48:43 2011 -0400 +Date: Thu Jul 28 16:48:43 2011 -0400 Formalize buffer var allocations - src/hb-buffer-private.hh | 25 ++++++---------- - src/hb-buffer.cc | 15 +++++----- + src/hb-buffer-private.hh | 25 ++++++---------- + src/hb-buffer.cc | 15 +++++----- src/hb-ot-layout-gpos-private.hh | 14 +++++---- src/hb-ot-layout-gsub-private.hh | 5 +++- src/hb-ot-shape-complex-arabic.cc | 6 +++- src/hb-ot-shape-complex-indic.cc | 4 +-- src/hb-ot-shape-complex-private.hh | 10 ++++++- - src/hb-ot-shape.cc | 60 + src/hb-ot-shape.cc | 60 +++++++++++++++++++++++--------------- - src/hb-private.hh | 1 + + src/hb-private.hh | 1 + 9 files changed, 83 insertions(+), 57 deletions(-) commit a9ad3d3460ba863a8d8f3766ccbeab288c3c6822 Author: Behdad Esfahbod -Date: Thu Jul 28 15:42:18 2011 -0400 +Date: Thu Jul 28 15:42:18 2011 -0400 Move more code around Buffer var allocation coming into shape - src/hb-buffer-private.hh | 1 + - src/hb-buffer.cc | 35 +++++++++++++++++++++++++++++++++++ + src/hb-buffer-private.hh | 1 + + src/hb-buffer.cc | 35 +++++++++++++++++++++++++++++++++++ src/hb-ot-layout-gpos-private.hh | 7 +++++++ src/hb-ot-layout-gsub-private.hh | 18 ++++++++++++++++++ - src/hb-ot-layout.cc | 8 +++----- + src/hb-ot-layout.cc | 8 +++----- 5 files changed, 64 insertions(+), 5 deletions(-) commit cc06c243d8be3ebb1190281653d2dba504c16c0f Author: Behdad Esfahbod -Date: Mon Jul 25 20:25:44 2011 -0400 +Date: Mon Jul 25 20:25:44 2011 -0400 Streamline debugging infrastructure even more - src/hb-blob.cc | 26 ++++----- - src/hb-object-private.hh | 8 +-- - src/hb-open-type-private.hh | 64 ++++++-------------- + src/hb-blob.cc | 26 ++++----- + src/hb-object-private.hh | 8 +-- + src/hb-open-type-private.hh | 64 ++++++-------------- src/hb-ot-layout-gsubgpos-private.hh | 2 +- - src/hb-private.hh | 109 + src/hb-private.hh | 109 +++++++++++++++++++++++++++++++---- 5 files changed, 136 insertions(+), 73 deletions(-) commit 43ff203d8ea3e1b09e316e3aae1a4e5ec15bfdd2 Author: Behdad Esfahbod -Date: Mon Jul 25 17:35:24 2011 -0400 +Date: Mon Jul 25 17:35:24 2011 -0400 Use variadic macros for debugging Looks *so* much nicer! - src/hb-blob.cc | 26 ++++++++-------- - src/hb-object-private.hh | 8 ++--- + src/hb-blob.cc | 26 ++++++++-------- + src/hb-object-private.hh | 8 ++--- src/hb-open-type-private.hh | 75 ++++++++++++++++++++------------------------- - src/hb-private.hh | 7 +++-- + src/hb-private.hh | 7 +++-- 4 files changed, 56 insertions(+), 60 deletions(-) commit decd4e3e16424dc311e9fb5b663170414a11556a Author: Behdad Esfahbod -Date: Mon Jul 25 16:47:02 2011 -0400 +Date: Mon Jul 25 16:47:02 2011 -0400 Add sugar syntax for debug messages Buffer debugging coming soon. - src/hb-blob.cc | 35 +++++++++++++---------------------- - src/hb-object-private.hh | 9 ++++----- + src/hb-blob.cc | 35 +++++++++++++---------------------- + src/hb-object-private.hh | 9 ++++----- src/hb-open-type-private.hh | 44 ++++++++++++++++++++++---------------------- - src/hb-private.hh | 7 +++++-- + src/hb-private.hh | 7 +++++-- 4 files changed, 44 insertions(+), 51 deletions(-) commit 3a81b1db89beba91fb91791918b9fdd9f8fc9fa0 Author: Behdad Esfahbod -Date: Mon Jul 25 16:30:32 2011 -0400 +Date: Mon Jul 25 16:30:32 2011 -0400 Minor, fix leak from my previous refactorings @@ -36436,17 +39810,17 @@ Date: Mon Jul 25 16:30:32 2011 -0400 commit f4a579bc42fb811ff5c391a0e97b7d8656ef59b1 Author: Behdad Esfahbod -Date: Mon Jul 25 16:20:16 2011 -0400 +Date: Mon Jul 25 16:20:16 2011 -0400 Add internal API for buffer var allocation src/hb-buffer-private.hh | 25 +++++++++++++++++++++++-- - src/hb-buffer.cc | 22 ++++++++++++++++++++++ + src/hb-buffer.cc | 22 ++++++++++++++++++++++ 2 files changed, 45 insertions(+), 2 deletions(-) commit 651e8dd79ec8eaca5ab75a61e8ce961ff7bd26eb Author: Behdad Esfahbod -Date: Mon Jul 25 14:54:08 2011 -0400 +Date: Mon Jul 25 14:54:08 2011 -0400 Start cleaning up buffer var allocation @@ -36457,13 +39831,13 @@ Date: Mon Jul 25 14:54:08 2011 -0400 are discovered as soon as they are introduced. src/hb-ot-layout-gsubgpos-private.hh | 1 - - src/hb-ot-layout.cc | 1 + - src/hb-ot-shape.cc | 10 ---------- + src/hb-ot-layout.cc | 1 + + src/hb-ot-shape.cc | 10 ---------- 3 files changed, 1 insertion(+), 11 deletions(-) commit c86f932015bdf5803572b0904d343d3bc033e009 Author: Behdad Esfahbod -Date: Mon Jul 25 00:44:50 2011 -0400 +Date: Mon Jul 25 00:44:50 2011 -0400 Move code around @@ -36473,7 +39847,7 @@ Date: Mon Jul 25 00:44:50 2011 -0400 commit 18c42850c9327ab4479ff150660a76d4ff6f3e9c Author: Behdad Esfahbod -Date: Mon Jul 25 00:36:58 2011 -0400 +Date: Mon Jul 25 00:36:58 2011 -0400 Shrink space used for ligature ids @@ -36486,7 +39860,7 @@ Date: Mon Jul 25 00:36:58 2011 -0400 commit d8787493c9aa420544096cef07c29a591a0c1a99 Author: Behdad Esfahbod -Date: Mon Jul 25 00:36:01 2011 -0400 +Date: Mon Jul 25 00:36:01 2011 -0400 Minor @@ -36496,7 +39870,7 @@ Date: Mon Jul 25 00:36:01 2011 -0400 commit c311d852080b50ffc85e80168de62abb05a6be59 Author: Behdad Esfahbod -Date: Sat Jul 23 23:43:54 2011 -0400 +Date: Sat Jul 23 23:43:54 2011 -0400 Keep Unicode props updated as we go so we avoid a scan later @@ -36506,7 +39880,7 @@ Date: Sat Jul 23 23:43:54 2011 -0400 commit 5389ff4dbc46c76c9483e3c95f22524b60e21166 Author: Behdad Esfahbod -Date: Fri Jul 22 20:22:49 2011 -0400 +Date: Fri Jul 22 20:22:49 2011 -0400 Implement the Unicode Canonical Composition algorithm @@ -36518,7 +39892,7 @@ Date: Fri Jul 22 20:22:49 2011 -0400 commit dcdc51cdc0ba9d9fb75f84dd5fa7a49aa0b24ea0 Author: Behdad Esfahbod -Date: Fri Jul 22 17:14:46 2011 -0400 +Date: Fri Jul 22 17:14:46 2011 -0400 Handle singleton decompositions @@ -36527,58 +39901,58 @@ Date: Fri Jul 22 17:14:46 2011 -0400 commit 34c22f816808d061a980cffca12de03beb437fa0 Author: Behdad Esfahbod -Date: Fri Jul 22 17:04:20 2011 -0400 +Date: Fri Jul 22 17:04:20 2011 -0400 Implement Unicode Canonical Reordering Algorithm src/hb-ot-shape-normalize.cc | 80 +++++++++++++++++++++++++++++++++++++------- src/hb-ot-shape-private.hh | 2 ++ - src/hb-ot-shape.cc | 6 ++-- + src/hb-ot-shape.cc | 6 ++-- 3 files changed, 73 insertions(+), 15 deletions(-) commit 4ff0d2d9dfc4f7e4880a4e964ca9872624508ea0 Author: Behdad Esfahbod -Date: Fri Jul 22 16:15:32 2011 -0400 +Date: Fri Jul 22 16:15:32 2011 -0400 Decomposition works now! src/hb-ot-shape-normalize.cc | 109 +++++++++++++++++++++++++++---------------- - src/hb-ot-shape.cc | 3 +- + src/hb-ot-shape.cc | 3 +- 2 files changed, 70 insertions(+), 42 deletions(-) commit 468e9cb25c9bc14781b7013e447d763f93bf76a3 Author: Behdad Esfahbod -Date: Fri Jul 22 11:28:07 2011 -0400 +Date: Fri Jul 22 11:28:07 2011 -0400 Move buffer methods into the object - src/hb-buffer-private.hh | 110 +++---- - src/hb-buffer.cc | 605 + src/hb-buffer-private.hh | 110 +++---- + src/hb-buffer.cc | 605 +++++++++++++++++------------------ src/hb-ot-layout-gpos-private.hh | 88 ++--- src/hb-ot-layout-gsub-private.hh | 58 ++-- src/hb-ot-layout-gsubgpos-private.hh | 50 +-- - src/hb-ot-shape-normalize.cc | 16 +- - src/hb-ot-shape.cc | 14 +- + src/hb-ot-shape-normalize.cc | 16 +- + src/hb-ot-shape.cc | 14 +- 7 files changed, 456 insertions(+), 485 deletions(-) commit 45412523dc295cb5ee12e096bfacb282cc925843 Author: Behdad Esfahbod -Date: Fri Jul 22 11:07:05 2011 -0400 +Date: Fri Jul 22 11:07:05 2011 -0400 More normalization kick src/hb-ot-shape-normalize.cc | 54 +++++++++++++++++++++++++++++--------------- src/hb-ot-shape-private.hh | 8 ++++++- - src/hb-ot-shape.cc | 13 +++-------- + src/hb-ot-shape.cc | 13 +++-------- 3 files changed, 46 insertions(+), 29 deletions(-) commit 63c0ef4a0763e579c9c80887bbfbd2651de05067 Author: Behdad Esfahbod -Date: Thu Jul 21 20:58:42 2011 -0400 +Date: Thu Jul 21 20:58:42 2011 -0400 Fix decompose() implementations to work with non-starter non-composables @@ -36586,25 +39960,25 @@ Date: Thu Jul 21 20:58:42 2011 -0400 Add tests. src/hb-glib.cc | 10 +++++----- - src/hb-icu.cc | 20 +++++++++++++------- + src/hb-icu.cc | 20 +++++++++++++------- test/test-unicode.c | 11 ++++++++--- 3 files changed, 26 insertions(+), 15 deletions(-) commit 5d90a342e319068716429bf7af76c3896b61a0e5 Author: Behdad Esfahbod -Date: Thu Jul 21 15:25:01 2011 -0400 +Date: Thu Jul 21 15:25:01 2011 -0400 Document normalization design src/hb-ot-shape-normalize.cc | 78 +++++++++++++++++++++++++++++++++++--------- src/hb-ot-shape-private.hh | 2 +- - src/hb-ot-shape.cc | 6 ++-- + src/hb-ot-shape.cc | 6 ++-- 3 files changed, 67 insertions(+), 19 deletions(-) commit 02cdf743c2ec345a44d4fcf865594b6ac13fccd0 Author: Behdad Esfahbod -Date: Thu Jul 21 12:23:12 2011 -0400 +Date: Thu Jul 21 12:23:12 2011 -0400 Add prefer_decomposed() complex-shaper callback @@ -36621,7 +39995,7 @@ Date: Thu Jul 21 12:23:12 2011 -0400 commit d6b9c6d20041b4f4fa11befc179aee757c41904d Author: Behdad Esfahbod -Date: Thu Jul 21 12:16:45 2011 -0400 +Date: Thu Jul 21 12:16:45 2011 -0400 More kicking @@ -36630,7 +40004,7 @@ Date: Thu Jul 21 12:16:45 2011 -0400 commit 192445aef2e50087049243ce54ce7059ec441ffa Author: Behdad Esfahbod -Date: Thu Jul 21 12:13:04 2011 -0400 +Date: Thu Jul 21 12:13:04 2011 -0400 Remove intermittent_glyph() @@ -36642,7 +40016,7 @@ Date: Thu Jul 21 12:13:04 2011 -0400 commit d63adfc7d09b26764d9166da97372b21257e7611 Author: Behdad Esfahbod -Date: Thu Jul 21 11:48:57 2011 -0400 +Date: Thu Jul 21 11:48:57 2011 -0400 No need to handle variation-selectors seperately, they are GC=Mn @@ -36651,7 +40025,7 @@ Date: Thu Jul 21 11:48:57 2011 -0400 commit aa7264123a088936f2043b45d4d41ca7413fabe5 Author: Behdad Esfahbod -Date: Thu Jul 21 11:34:59 2011 -0400 +Date: Thu Jul 21 11:34:59 2011 -0400 Only form clusters if we are reversing @@ -36664,18 +40038,18 @@ Date: Thu Jul 21 11:34:59 2011 -0400 commit 5c6f5982d78e2d7fadc2fbb8b4f3a4be9420c59a Author: Behdad Esfahbod -Date: Thu Jul 21 11:31:08 2011 -0400 +Date: Thu Jul 21 11:31:08 2011 -0400 Towards normalization src/hb-ot-shape-normalize.cc | 33 ++++++++++++++++++++++----------- src/hb-ot-shape-private.hh | 3 ++- - src/hb-ot-shape.cc | 4 +++- + src/hb-ot-shape.cc | 4 +++- 3 files changed, 27 insertions(+), 13 deletions(-) commit ad903e66b1cc4ec1b8160f93b3ab2b5e636f8d62 Author: Behdad Esfahbod -Date: Thu Jul 21 10:17:22 2011 -0400 +Date: Thu Jul 21 10:17:22 2011 -0400 s/COMBINING_MARK/SPACING_MARK/ here too. Oops! @@ -36684,7 +40058,7 @@ Date: Thu Jul 21 10:17:22 2011 -0400 commit cf7f43ec3382cac2af11f5637c840500daabf889 Author: Behdad Esfahbod -Date: Thu Jul 21 01:12:26 2011 -0400 +Date: Thu Jul 21 01:12:26 2011 -0400 Remove stale comment @@ -36693,7 +40067,7 @@ Date: Thu Jul 21 01:12:26 2011 -0400 commit 54d1a0d2b2c4ffe15494967122c6422ecb1fc80b Author: Behdad Esfahbod -Date: Thu Jul 21 01:11:09 2011 -0400 +Date: Thu Jul 21 01:11:09 2011 -0400 Form clusters before ensuring native direciton @@ -36705,31 +40079,31 @@ Date: Thu Jul 21 01:11:09 2011 -0400 commit 9111b21ef99d5e53348176f683261b0101eb427f Author: Behdad Esfahbod -Date: Thu Jul 21 00:58:29 2011 -0400 +Date: Thu Jul 21 00:58:29 2011 -0400 Add _hb_buffer_output_glyph() and _hb_buffer_skip_glyph() src/hb-buffer-private.hh | 10 ++++++++++ - src/hb-buffer.cc | 19 ++++++++++++++++--- - src/hb-ot-shape.cc | 2 +- + src/hb-buffer.cc | 19 ++++++++++++++++--- + src/hb-ot-shape.cc | 2 +- 3 files changed, 27 insertions(+), 4 deletions(-) commit 655586fe5e1fadf2a2ef7826e61ee9a445ffa37a Author: Behdad Esfahbod -Date: Thu Jul 21 00:51:18 2011 -0400 +Date: Thu Jul 21 00:51:18 2011 -0400 Towards normalization - src/Makefile.am | 1 + + src/Makefile.am | 1 + src/hb-ot-shape-normalize.cc | 71 ++++++++++++++++++++++++++++++++++++++++++++ src/hb-ot-shape-private.hh | 12 ++++++++ - src/hb-ot-shape.cc | 10 ++----- + src/hb-ot-shape.cc | 10 ++----- 4 files changed, 86 insertions(+), 8 deletions(-) commit 49741c86334d12fa08a5bfa2110ff3b9adcba1c7 Author: Behdad Esfahbod -Date: Thu Jul 21 00:35:37 2011 -0400 +Date: Thu Jul 21 00:35:37 2011 -0400 Include variation-selectors in cluster calculation @@ -36738,17 +40112,17 @@ Date: Thu Jul 21 00:35:37 2011 -0400 commit dd89d958c139d85efb776fffaf314eead3952c78 Author: Behdad Esfahbod -Date: Thu Jul 21 00:28:57 2011 -0400 +Date: Thu Jul 21 00:28:57 2011 -0400 Fix cluster calculation for non-LTR text - TODO | 6 ------ + TODO | 6 ------ src/hb-buffer.cc | 5 +++++ 2 files changed, 5 insertions(+), 6 deletions(-) commit 4a68684654e645882095c1189477146287ce9437 Author: Behdad Esfahbod -Date: Thu Jul 21 00:14:01 2011 -0400 +Date: Thu Jul 21 00:14:01 2011 -0400 When forming clusters, participate all mark types @@ -36757,7 +40131,7 @@ Date: Thu Jul 21 00:14:01 2011 -0400 commit 5157e12a55f943b7fc5be7dce0b2ee1bcacca6ec Author: Behdad Esfahbod -Date: Thu Jul 21 00:12:33 2011 -0400 +Date: Thu Jul 21 00:12:33 2011 -0400 Rename HB_UNICODE_GENERAL_CATEGORY_COMBINING_MARK to HB_UNICODE_GENERAL_CATEGORY_SPACING_MARK @@ -36766,33 +40140,33 @@ Date: Thu Jul 21 00:12:33 2011 -0400 The previous name was wrongly carried from glib. src/hb-common.h | 2 +- - src/hb-icu.cc | 2 +- + src/hb-icu.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 7b08b0a7f2057937dfc3ab2ec191656bf2386463 Author: Behdad Esfahbod -Date: Wed Jul 20 23:59:07 2011 -0400 +Date: Wed Jul 20 23:59:07 2011 -0400 Minor src/hb-ot-shape-complex-arabic.cc | 8 ++++---- - src/hb-private.hh | 19 +++++++++++++++++++ + src/hb-private.hh | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+), 4 deletions(-) commit 498e1a9be673bb02c00aac3f12bb4c6993a85910 Author: Behdad Esfahbod -Date: Wed Jul 20 23:19:49 2011 -0400 +Date: Wed Jul 20 23:19:49 2011 -0400 [icu] Implement compose()/decompose() - src/hb-icu.cc | 87 + src/hb-icu.cc | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++-- - test/test-unicode.c | 1 + + test/test-unicode.c | 1 + 2 files changed, 86 insertions(+), 2 deletions(-) commit ffd4a436f7baccb68a0c3602f94ea0246e32844f Author: Behdad Esfahbod -Date: Wed Jul 20 22:30:29 2011 -0400 +Date: Wed Jul 20 22:30:29 2011 -0400 Add tests for compose()/decompose() @@ -36801,14 +40175,14 @@ Date: Wed Jul 20 22:30:29 2011 -0400 The tests are not hooked up for ICU yet. src/hb-glib.cc | 17 ++++++++++++-- - src/hb-unicode.cc | 2 +- + src/hb-unicode.cc | 2 +- test/test-unicode.c | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 82 insertions(+), 3 deletions(-) commit fca0923b04aeff9369849da97d247a647611f346 Author: Behdad Esfahbod -Date: Wed Jul 20 22:16:13 2011 -0400 +Date: Wed Jul 20 22:16:13 2011 -0400 Minor @@ -36818,7 +40192,7 @@ Date: Wed Jul 20 22:16:13 2011 -0400 commit 26b6024962b254b624d4f22088b6c87745074743 Author: Behdad Esfahbod -Date: Wed Jul 20 21:58:14 2011 -0400 +Date: Wed Jul 20 21:58:14 2011 -0400 [glib] Use g_unicode_script_to/from_iso15924() if available @@ -36827,7 +40201,7 @@ Date: Wed Jul 20 21:58:14 2011 -0400 commit 22fdc66712464bdb02e45eed49e4be57e79b442f Author: Behdad Esfahbod -Date: Wed Jul 20 21:51:37 2011 -0400 +Date: Wed Jul 20 21:51:37 2011 -0400 [glib] Add compose() and decompose() implementations with fallback @@ -36838,7 +40212,7 @@ Date: Wed Jul 20 21:51:37 2011 -0400 commit a54a5505a35eef5315a8e2e7a79502901e3eff5f Author: Behdad Esfahbod -Date: Wed Jul 20 16:42:10 2011 -0400 +Date: Wed Jul 20 16:42:10 2011 -0400 Minor @@ -36847,7 +40221,7 @@ Date: Wed Jul 20 16:42:10 2011 -0400 commit 23db8d5c92c96a34c716b68e1aa6819c5a20477a Author: Behdad Esfahbod -Date: Tue Jul 12 12:02:26 2011 -0400 +Date: Tue Jul 12 12:02:26 2011 -0400 [test] Work around glib <= 2.30 API @@ -36856,7 +40230,7 @@ Date: Tue Jul 12 12:02:26 2011 -0400 commit 22989c5ffc8cce1ea05d729cdf33661c35a52334 Author: Behdad Esfahbod -Date: Tue Jul 12 11:54:58 2011 -0400 +Date: Tue Jul 12 11:54:58 2011 -0400 Distribute hb-ot-shape-complex-indic-machine.rl @@ -36865,7 +40239,7 @@ Date: Tue Jul 12 11:54:58 2011 -0400 commit f6fd3780e12b23ff7ed3743497c8996e71dcb064 Author: Behdad Esfahbod -Date: Fri Jul 8 00:22:40 2011 -0400 +Date: Fri Jul 8 00:22:40 2011 -0400 Let shapers decide when to apply ccmp and locl @@ -36877,12 +40251,12 @@ Date: Fri Jul 8 00:22:40 2011 -0400 src/hb-ot-shape-complex-arabic.cc | 2 ++ src/hb-ot-shape-complex-indic.cc | 16 ++++++++++++++++ - src/hb-ot-shape.cc | 7 +------ + src/hb-ot-shape.cc | 7 +------ 3 files changed, 19 insertions(+), 6 deletions(-) commit c4641723fbf6532b2e80a662e15573b31276bc73 Author: Behdad Esfahbod -Date: Thu Jul 7 23:47:19 2011 -0400 +Date: Thu Jul 7 23:47:19 2011 -0400 [API] Add compose() and decompose() unicode funcs, rename other ones @@ -36897,21 +40271,21 @@ Date: Thu Jul 7 23:47:19 2011 -0400 Eg, hb_unicode_get_script_func_t is now hb_unicode_script_func_t, and hb_unicode_get_script() is hb_unicode_script() now. - TODO | 4 ++- - src/hb-glib.cc | 6 +++- - src/hb-icu.cc | 6 +++- - src/hb-ot-shape.cc | 6 ++-- - src/hb-shape.cc | 2 +- + TODO | 4 ++- + src/hb-glib.cc | 6 +++- + src/hb-icu.cc | 6 +++- + src/hb-ot-shape.cc | 6 ++-- + src/hb-shape.cc | 2 +- src/hb-unicode-private.hh | 8 +++-- - src/hb-unicode.cc | 85 + src/hb-unicode.cc | 85 ++++++++++++++++++++++++++++++++++------------- - src/hb-unicode.h | 70 +++++++++++++++++++++++++++----------- - test/test-unicode.c | 21 +++++++----- + src/hb-unicode.h | 70 +++++++++++++++++++++++++++----------- + test/test-unicode.c | 21 +++++++----- 9 files changed, 146 insertions(+), 62 deletions(-) commit d05dded1676924e8894c90f7a7c3527b492bcdff Author: Behdad Esfahbod -Date: Thu Jul 7 23:42:40 2011 -0400 +Date: Thu Jul 7 23:42:40 2011 -0400 More code generation through preprocessor @@ -36921,39 +40295,39 @@ Date: Thu Jul 7 23:42:40 2011 -0400 commit 891c4755baae6cd59fad59d27fd8933e5f548a74 Author: Behdad Esfahbod -Date: Thu Jul 7 23:19:27 2011 -0400 +Date: Thu Jul 7 23:19:27 2011 -0400 Humm, undo some shuffling In preparation for adding more advanced unicode funcs. - src/hb-ot-shape.cc | 6 ++--- - src/hb-shape.cc | 2 +- + src/hb-ot-shape.cc | 6 ++--- + src/hb-shape.cc | 2 +- src/hb-unicode-private.hh | 36 +++++++++++++------------- - src/hb-unicode.cc | 65 + src/hb-unicode.cc | 65 ++++++++++++++++++++++++++++++++++------------- 4 files changed, 70 insertions(+), 39 deletions(-) commit 4b6317c4f426cfaf21e509dbf6ee6d4e0422cdac Author: Behdad Esfahbod -Date: Thu Jul 7 23:14:42 2011 -0400 +Date: Thu Jul 7 23:14:42 2011 -0400 More code shuffling src/hb-font-private.hh | 16 +++--- - src/hb-font.cc | 3 +- + src/hb-font.cc | 3 +- src/hb-unicode-private.hh | 42 +++++++------- - src/hb-unicode.cc | 140 + src/hb-unicode.cc | 140 +++++++++++++++++----------------------------- 4 files changed, 82 insertions(+), 119 deletions(-) commit 3361c9a323575309d9fd55fe076697a3e22073c0 Author: Behdad Esfahbod -Date: Thu Jul 7 22:35:17 2011 -0400 +Date: Thu Jul 7 22:35:17 2011 -0400 Minor - src/Makefile.am | 1 + + src/Makefile.am | 1 + src/hb-ot-shape-complex-misc.cc | 51 ++++++++++++++++++++++++++++++++++++++ src/hb-ot-shape-complex-private.hh | 12 ++++++--- @@ -36961,22 +40335,22 @@ Date: Thu Jul 7 22:35:17 2011 -0400 commit 76f76812ac7cca8ac6935952a2360d5e151480fa Author: Behdad Esfahbod -Date: Thu Jul 7 22:25:25 2011 -0400 +Date: Thu Jul 7 22:25:25 2011 -0400 Shuffle code around, remove shape_plan from complex shapers - src/hb-ot-shape-complex-arabic.cc | 36 +++++++++++++------------- + src/hb-ot-shape-complex-arabic.cc | 36 +++++++++++++------------- src/hb-ot-shape-complex-indic-machine.rl | 12 ++++----- - src/hb-ot-shape-complex-indic.cc | 25 +++++++++--------- - src/hb-ot-shape-complex-private.hh | 44 + src/hb-ot-shape-complex-indic.cc | 25 +++++++++--------- + src/hb-ot-shape-complex-private.hh | 44 +++++++++++++++++++++----------- - src/hb-ot-shape-private.hh | 13 ++-------- - src/hb-ot-shape.cc | 4 +-- + src/hb-ot-shape-private.hh | 13 ++-------- + src/hb-ot-shape.cc | 4 +-- 6 files changed, 69 insertions(+), 65 deletions(-) commit e88bff9b4d77dc86c04832163081effbff752216 Author: Behdad Esfahbod -Date: Thu Jul 7 22:03:02 2011 -0400 +Date: Thu Jul 7 22:03:02 2011 -0400 Minor, use function typedefs @@ -36985,30 +40359,30 @@ Date: Thu Jul 7 22:03:02 2011 -0400 commit 359dcaa0d33271025ca42a5f54ecbac7ae3b56d3 Author: Behdad Esfahbod -Date: Thu Jul 7 21:55:05 2011 -0400 +Date: Thu Jul 7 21:55:05 2011 -0400 Update copyright headers - src/hb-ot-map-private.hh | 2 +- - src/hb-ot-map.cc | 2 +- + src/hb-ot-map-private.hh | 2 +- + src/hb-ot-map.cc | 2 +- src/hb-ot-shape-complex-private.hh | 2 +- - src/hb-ot-shape.cc | 2 +- + src/hb-ot-shape.cc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) commit d8d0c480c85246a74d47dd5297019c7e39391ab0 Author: Behdad Esfahbod -Date: Thu Jul 7 21:22:08 2011 -0400 +Date: Thu Jul 7 21:22:08 2011 -0400 Refactor some code common to GSUB and GPOS src/hb-ot-map-private.hh | 29 ++++++++++++++++++-------- - src/hb-ot-map.cc | 54 + src/hb-ot-map.cc | 54 +++++++++--------------------------------------- 2 files changed, 30 insertions(+), 53 deletions(-) commit b70c96dbe41d6512b80fe3d966a1942e1ef64a4b Author: Behdad Esfahbod -Date: Thu Jul 7 21:07:41 2011 -0400 +Date: Thu Jul 7 21:07:41 2011 -0400 Enable applying GSUB/GPOS features in multiple segments @@ -37022,16 +40396,16 @@ Date: Thu Jul 7 21:07:41 2011 -0400 shaper can use the same facility to pause and do reordering in the callback. - src/hb-ot-map-private.hh | 50 +++++++++++---- - src/hb-ot-map.cc | 132 + src/hb-ot-map-private.hh | 50 +++++++++++---- + src/hb-ot-map.cc | 132 +++++++++++++++++++++++++++++++++----- src/hb-ot-shape-complex-arabic.cc | 24 ++++++- - src/hb-private.hh | 5 ++ + src/hb-private.hh | 5 ++ 4 files changed, 181 insertions(+), 30 deletions(-) commit f6d7a9bb4c19e605f1f16d9ca40adefba138c37e Author: Behdad Esfahbod -Date: Thu Jul 7 16:20:35 2011 -0400 +Date: Thu Jul 7 16:20:35 2011 -0400 Shuffle code around @@ -37041,7 +40415,7 @@ Date: Thu Jul 7 16:20:35 2011 -0400 commit fc551edbf236d71a522ae7c2c9461aa71c5f7d66 Author: Behdad Esfahbod -Date: Thu Jul 7 16:09:38 2011 -0400 +Date: Thu Jul 7 16:09:38 2011 -0400 Add todo @@ -37052,7 +40426,7 @@ Date: Thu Jul 7 16:09:38 2011 -0400 commit 2e18c6dbdfbbfdec0490260bb7cb5213551b2188 Author: Behdad Esfahbod -Date: Wed Jul 6 16:05:45 2011 -0400 +Date: Wed Jul 6 16:05:45 2011 -0400 Fix reverse_range() position loop @@ -37064,7 +40438,7 @@ Date: Wed Jul 6 16:05:45 2011 -0400 commit fa2befa46f215d8c33a54dfc57889928a628164c Author: Behdad Esfahbod -Date: Mon Jul 4 17:18:57 2011 -0400 +Date: Mon Jul 4 17:18:57 2011 -0400 Minor @@ -37073,19 +40447,19 @@ Date: Mon Jul 4 17:18:57 2011 -0400 commit d69d5ceaa0ad30e8d4b9783507c59c6d4221de4f Author: Behdad Esfahbod -Date: Mon Jul 4 12:56:38 2011 -0400 +Date: Mon Jul 4 12:56:38 2011 -0400 [Indic] Well, at least finding syllables works now :) Still not much there. src/hb-ot-shape-complex-indic-machine.rl | 4 +++- - src/hb-ot-shape-complex-indic.cc | 9 ++++++++- + src/hb-ot-shape-complex-indic.cc | 9 ++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) commit 253a57fb5ab211f67140e6139d183e49483a9074 Author: Behdad Esfahbod -Date: Tue Jun 28 17:26:03 2011 -0400 +Date: Tue Jun 28 17:26:03 2011 -0400 [test-shape-complex] Remove the greek tests @@ -37097,7 +40471,7 @@ Date: Tue Jun 28 17:26:03 2011 -0400 commit afa74bf90405fb121d3132982b87762c1686d80c Author: Behdad Esfahbod -Date: Tue Jun 28 17:25:17 2011 -0400 +Date: Tue Jun 28 17:25:17 2011 -0400 [test-shape-complex] Print out expected and actual glyphstrings upon failure @@ -37109,18 +40483,18 @@ Date: Tue Jun 28 17:25:17 2011 -0400 commit 42d453b0236f67239342df2003b7abce6e2c51ea Author: Behdad Esfahbod -Date: Tue Jun 28 16:59:16 2011 -0400 +Date: Tue Jun 28 16:59:16 2011 -0400 [test] Name tests after their input string - test/Makefile.am | 2 +- + test/Makefile.am | 2 +- test/test-shape-complex.c | 150 ++++++++++++++++++++++++++++++---------------- 2 files changed, 100 insertions(+), 52 deletions(-) commit 27413169782fdf79e278dd6552c8e194b3bc4eaa Author: Behdad Esfahbod -Date: Tue Jun 28 16:21:31 2011 -0400 +Date: Tue Jun 28 16:21:31 2011 -0400 Minor @@ -37131,7 +40505,7 @@ Date: Tue Jun 28 16:21:31 2011 -0400 commit cc674cbf7fb9972975dc0499974e5e7fb4ae3c81 Author: Behdad Esfahbod -Date: Tue Jun 28 16:17:16 2011 -0400 +Date: Tue Jun 28 16:17:16 2011 -0400 Minor @@ -37140,7 +40514,7 @@ Date: Tue Jun 28 16:17:16 2011 -0400 commit 20d8a3982ae320035edd6a04b402cefc9a5e5779 Author: Behdad Esfahbod -Date: Tue Jun 28 16:16:21 2011 -0400 +Date: Tue Jun 28 16:16:21 2011 -0400 [test] Remove disabled code @@ -37152,7 +40526,7 @@ Date: Tue Jun 28 16:16:21 2011 -0400 commit 9704f0ca6c2defed52640da77506c80bc67b4f56 Author: Behdad Esfahbod -Date: Tue Jun 28 16:15:46 2011 -0400 +Date: Tue Jun 28 16:15:46 2011 -0400 [test] Restructure shape test data a bit @@ -37162,28 +40536,28 @@ Date: Tue Jun 28 16:15:46 2011 -0400 commit 4ec30aec3014be6effc09cbbc88dcd075f3826df Author: Behdad Esfahbod -Date: Tue Jun 28 14:13:38 2011 -0400 +Date: Tue Jun 28 14:13:38 2011 -0400 [Indic] Optimize Indic table storage src/hb-ot-shape-complex-indic.cc | 8 +++++--- - src/hb-private.hh | 1 + + src/hb-private.hh | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) commit c4a59de6d8c1e581b5c155319232be9e805e5cba Author: Behdad Esfahbod -Date: Tue Jun 28 14:03:29 2011 -0400 +Date: Tue Jun 28 14:03:29 2011 -0400 [Indic] Generate a single data table instead of multiple ones - src/gen-indic-table.py | 30 +++++++++------- + src/gen-indic-table.py | 30 +++++++++------- src/hb-ot-shape-complex-indic-table.hh | 62 ++++++++++++++++------------------ 2 files changed, 48 insertions(+), 44 deletions(-) commit a346e923a99f920bbebc25b335db51fdfb1429ea Author: Behdad Esfahbod -Date: Tue Jun 28 12:49:18 2011 -0400 +Date: Tue Jun 28 12:49:18 2011 -0400 [test] Add Indic tests from harfbuzz.old @@ -37191,15 +40565,15 @@ Date: Tue Jun 28 12:49:18 2011 -0400 Run with --verbose for details. Working on improving the test runner to make it easier to make sense of what's going on. - test/Makefile.am | 11 +- - test/hb-test.h | 21 + + test/Makefile.am | 11 +- + test/hb-test.h | 21 + test/test-shape-complex.c | 1179 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 1209 insertions(+), 2 deletions(-) commit 8fdba506f0f1c66b50f8f4b114d624cb956d03b7 Author: Behdad Esfahbod -Date: Fri Jun 24 20:45:55 2011 -0400 +Date: Fri Jun 24 20:45:55 2011 -0400 [Indic] Define indic_position_t @@ -37209,7 +40583,7 @@ Date: Fri Jun 24 20:45:55 2011 -0400 commit 65988a145b4a52c37fd53c1473034f9e701f61d9 Author: Behdad Esfahbod -Date: Fri Jun 24 19:05:52 2011 -0400 +Date: Fri Jun 24 19:05:52 2011 -0400 [Indic] Add a table of consonant positions @@ -37222,32 +40596,32 @@ Date: Fri Jun 24 19:05:52 2011 -0400 commit c7fe56a1d5d3e969b6ec51cd9ecd471706a19568 Author: Behdad Esfahbod -Date: Fri Jun 24 19:05:34 2011 -0400 +Date: Fri Jun 24 19:05:34 2011 -0400 [Indic] Some of the basic features are global; Mark them so src/hb-ot-shape-complex-indic-machine.rl | 1 + - src/hb-ot-shape-complex-indic.cc | 48 + src/hb-ot-shape-complex-indic.cc | 48 ++++++++++++++++++++++---------- 2 files changed, 35 insertions(+), 14 deletions(-) commit 867361c3ad39629a8d5b7dc48d558a1c19e37d43 Author: Behdad Esfahbod -Date: Fri Jun 17 18:35:46 2011 -0400 +Date: Fri Jun 17 18:35:46 2011 -0400 [indic] Add syllable recognition state machine Using an incredible tool called Ragel. - src/Makefile.am | 5 ++ + src/Makefile.am | 5 ++ src/hb-ot-shape-complex-indic-machine.rl | 105 +++++++++++++++++++++++++++++++ - src/hb-ot-shape-complex-indic.cc | 21 +++++-- + src/hb-ot-shape-complex-indic.cc | 21 +++++-- 3 files changed, 125 insertions(+), 6 deletions(-) commit 422e08dbb8e2c0c5664f1bdc7e159a673cfea8c5 Author: Behdad Esfahbod -Date: Wed Jun 15 17:22:48 2011 -0400 +Date: Wed Jun 15 17:22:48 2011 -0400 Better categorize Indic character classes @@ -37259,24 +40633,24 @@ Date: Wed Jun 15 17:22:48 2011 -0400 commit 31f18abecb149f8888a72510f2660328dd6de16d Author: Behdad Esfahbod -Date: Wed Jun 15 09:49:58 2011 -0400 +Date: Wed Jun 15 09:49:58 2011 -0400 Minor compiler warning fixes - src/hb-buffer-private.hh | 8 ++++---- - src/hb-object-private.hh | 4 ++-- - src/hb-open-type-private.hh | 6 +++--- + src/hb-buffer-private.hh | 8 ++++---- + src/hb-object-private.hh | 4 ++-- + src/hb-open-type-private.hh | 6 +++--- src/hb-ot-layout-common-private.hh | 8 ++++---- - src/hb-ot-map.cc | 28 +++++++++++++++------------- + src/hb-ot-map.cc | 28 +++++++++++++++------------- src/hb-ot-shape-complex-arabic.cc | 3 +-- - src/hb-view.cc | 11 ++++++----- - test/test-object.c | 22 +++++++++++----------- - test/test-unicode.c | 4 ++-- + src/hb-view.cc | 11 ++++++----- + test/test-object.c | 22 +++++++++++----------- + test/test-unicode.c | 4 ++-- 9 files changed, 48 insertions(+), 46 deletions(-) commit e3693b72f0651985d4f619cde668611639dca885 Author: Behdad Esfahbod -Date: Wed Jun 15 09:33:52 2011 -0400 +Date: Wed Jun 15 09:33:52 2011 -0400 Change a couple strstr() to strchr() @@ -37285,26 +40659,26 @@ Date: Wed Jun 15 09:33:52 2011 -0400 commit b9452bfc1696457e156e79037c863903da5454fc Author: Behdad Esfahbod -Date: Tue Jun 14 14:47:07 2011 -0400 +Date: Tue Jun 14 14:47:07 2011 -0400 Fix compiler warnings with -pedantic - src/hb-blob.cc | 18 +++++++++--------- - src/hb-glib.cc | 20 ++++++++++---------- - src/hb-icu.cc | 20 ++++++++++---------- - src/hb-object-private.hh | 2 +- - src/hb-open-type-private.hh | 14 +++++++------- + src/hb-blob.cc | 18 +++++++++--------- + src/hb-glib.cc | 20 ++++++++++---------- + src/hb-icu.cc | 20 ++++++++++---------- + src/hb-object-private.hh | 2 +- + src/hb-open-type-private.hh | 14 +++++++------- src/hb-ot-layout-gdef-private.hh | 2 +- - src/hb-ot-layout.cc | 2 +- - src/hb-ot-map-private.hh | 2 +- + src/hb-ot-layout.cc | 2 +- + src/hb-ot-map-private.hh | 2 +- src/hb-ot-shape-complex-indic.cc | 8 ++++---- - src/hb-ot-shape-private.hh | 2 +- - src/hb-ot-shape.cc | 2 +- + src/hb-ot-shape-private.hh | 2 +- + src/hb-ot-shape.cc | 2 +- 11 files changed, 46 insertions(+), 46 deletions(-) commit 970e092dc23cbeb7897d4c7bb58c042209f518fb Author: Behdad Esfahbod -Date: Tue Jun 14 14:35:44 2011 -0400 +Date: Tue Jun 14 14:35:44 2011 -0400 Remove extra semicolon @@ -37313,18 +40687,18 @@ Date: Tue Jun 14 14:35:44 2011 -0400 commit 81426808020e2b88f008480bd63519aa68c579a7 Author: Behdad Esfahbod -Date: Mon Jun 13 16:02:18 2011 -0400 +Date: Mon Jun 13 16:02:18 2011 -0400 Cosmetic - src/gen-indic-table.py | 9 +- + src/gen-indic-table.py | 9 +- src/hb-ot-shape-complex-indic-table.hh | 1038 ++++++++++++++++---------------- 2 files changed, 524 insertions(+), 523 deletions(-) commit 902ab866f2d2edc3a71c1203065e6ddf49e5b431 Author: Behdad Esfahbod -Date: Fri Jun 10 23:08:54 2011 -0400 +Date: Fri Jun 10 23:08:54 2011 -0400 GNOME Bug 652227 - Unconditional use of stdint.h @@ -37333,7 +40707,7 @@ Date: Fri Jun 10 23:08:54 2011 -0400 commit 20503ccd578c9983162857954e3236413469ed35 Author: Behdad Esfahbod -Date: Tue Jun 7 17:02:48 2011 -0400 +Date: Tue Jun 7 17:02:48 2011 -0400 More Indic data shuffling @@ -37343,7 +40717,7 @@ Date: Tue Jun 7 17:02:48 2011 -0400 commit 63b177e45c2405272da3fa6c26fe11ae37950bd0 Author: Behdad Esfahbod -Date: Tue Jun 7 15:51:40 2011 -0400 +Date: Tue Jun 7 15:51:40 2011 -0400 Minor @@ -37352,7 +40726,7 @@ Date: Tue Jun 7 15:51:40 2011 -0400 commit b9ddbd55930228422e82b34a141ad1b6093f5376 Author: Behdad Esfahbod -Date: Thu Jun 2 17:43:12 2011 -0400 +Date: Thu Jun 2 17:43:12 2011 -0400 [Indic] Start an Indic shaper @@ -37365,29 +40739,29 @@ Date: Thu Jun 2 17:43:12 2011 -0400 by the shaper. Also hooked up the shaper, but it does not do anything right now. - src/Makefile.am | 3 + - src/gen-indic-table.py | 201 ++++++++ - src/hb-ot-shape-complex-arabic.cc | 4 +- + src/Makefile.am | 3 + + src/gen-indic-table.py | 201 ++++++++ + src/hb-ot-shape-complex-arabic.cc | 4 +- src/hb-ot-shape-complex-indic-table.hh | 834 +++++++++++++++++++++++++++++++++ - src/hb-ot-shape-complex-indic.cc | 141 ++++++ - src/hb-ot-shape-complex-private.hh | 58 ++- - src/hb-ot-shape-private.hh | 3 +- + src/hb-ot-shape-complex-indic.cc | 141 ++++++ + src/hb-ot-shape-complex-private.hh | 58 ++- + src/hb-ot-shape-private.hh | 3 +- 7 files changed, 1237 insertions(+), 7 deletions(-) commit 697a65c5f5cda53bc68720886a253a019e8212a8 Author: Behdad Esfahbod -Date: Wed Jun 1 20:52:00 2011 -0400 +Date: Wed Jun 1 20:52:00 2011 -0400 Minor - src/gen-arabic-table.py | 21 +++++++++++++-------- + src/gen-arabic-table.py | 21 +++++++++++++-------- src/hb-ot-shape-complex-arabic-table.hh | 9 ++++----- 2 files changed, 17 insertions(+), 13 deletions(-) commit 9de1481f2bbbf2a174280b849628612f36a2f701 Author: Behdad Esfahbod -Date: Wed Jun 1 20:45:14 2011 -0400 +Date: Wed Jun 1 20:45:14 2011 -0400 Update to ArabicShaping-6.1.0d2.txt @@ -37397,18 +40771,18 @@ Date: Wed Jun 1 20:45:14 2011 -0400 commit 9d49433efba2217852f4e44f056465b451961c49 Author: Behdad Esfahbod -Date: Wed Jun 1 18:10:10 2011 -0400 +Date: Wed Jun 1 18:10:10 2011 -0400 Minor rename - src/Makefile.am | 2 +- + src/Makefile.am | 2 +- src/{gen-arabic-joining-table.py => gen-arabic-table.py} | 2 +- - src/hb-ot-shape-complex-arabic-table.hh | 2 +- + src/hb-ot-shape-complex-arabic-table.hh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit 0eafce56eed4c5166ee5b97b121a452ffd292a7a Author: Behdad Esfahbod -Date: Wed Jun 1 12:44:30 2011 -0400 +Date: Wed Jun 1 12:44:30 2011 -0400 [TODO] New items @@ -37417,20 +40791,20 @@ Date: Wed Jun 1 12:44:30 2011 -0400 commit 89a2bc9ba674e7e57fec1fd8ce7648a44f3aab63 Author: Behdad Esfahbod -Date: Tue May 31 15:18:13 2011 -0400 +Date: Tue May 31 15:18:13 2011 -0400 [Vertical] Apply vertical features We apply all of vert, vrt2, vkrn, valt, and vpal. - TODO | 7 ------- + TODO | 7 ------- src/hb-ot-shape.cc | 50 +++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 41 insertions(+), 16 deletions(-) commit 0c6a9767c812c00f2a6a02d9f43f4694e1f43815 Author: Behdad Esfahbod -Date: Tue May 31 12:59:17 2011 -0400 +Date: Tue May 31 12:59:17 2011 -0400 [hb-view] Add --face-index to choose a face in a TrueType Collection @@ -37439,7 +40813,7 @@ Date: Tue May 31 12:59:17 2011 -0400 commit 4f28fbdd804fabeec57a98fe267d892ab58b3a6d Author: Behdad Esfahbod -Date: Tue May 31 12:33:11 2011 -0400 +Date: Tue May 31 12:33:11 2011 -0400 Fix TTC header handling @@ -37447,14 +40821,14 @@ Date: Tue May 31 12:33:11 2011 -0400 Reported by Grigori Goronzy. - src/hb-open-file-private.hh | 6 +++--- - src/hb-open-type-private.hh | 2 +- + src/hb-open-file-private.hh | 6 +++--- + src/hb-open-type-private.hh | 2 +- src/hb-ot-layout-gdef-private.hh | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) commit 21deab2bdc58d8e9f1a3ba1f9c61c30a79e288a1 Author: Behdad Esfahbod -Date: Mon May 30 11:08:40 2011 -0400 +Date: Mon May 30 11:08:40 2011 -0400 Fixed inifinite loop introduced in 7403e055cd1463f @@ -37467,34 +40841,34 @@ Date: Mon May 30 11:08:40 2011 -0400 commit 51881a61ca96c3328e2d92927a5a61e60997a429 Author: Behdad Esfahbod -Date: Fri May 27 18:15:56 2011 -0400 +Date: Fri May 27 18:15:56 2011 -0400 Shrink code size src/hb-ot-map-private.hh | 11 +---------- - src/hb-ot-map.cc | 11 +++++++++++ + src/hb-ot-map.cc | 11 +++++++++++ 2 files changed, 12 insertions(+), 10 deletions(-) commit 90645fb24bcbb78183576d3641a99560d87e49f2 Author: Behdad Esfahbod -Date: Fri May 27 18:13:31 2011 -0400 +Date: Fri May 27 18:13:31 2011 -0400 [OT] Separate map_builder from the actual map Respectively, separate planner from the actual plan. - src/hb-ot-map-private.hh | 121 + src/hb-ot-map-private.hh | 121 ++++++++++++++++++++----------------- - src/hb-ot-map.cc | 33 +++++----- - src/hb-ot-shape-complex-arabic.cc | 6 +- - src/hb-ot-shape-complex-private.hh | 8 +-- - src/hb-ot-shape-private.hh | 22 +++++++ - src/hb-ot-shape.cc | 28 +++++---- + src/hb-ot-map.cc | 33 +++++----- + src/hb-ot-shape-complex-arabic.cc | 6 +- + src/hb-ot-shape-complex-private.hh | 8 +-- + src/hb-ot-shape-private.hh | 22 +++++++ + src/hb-ot-shape.cc | 28 +++++---- 6 files changed, 127 insertions(+), 91 deletions(-) commit 5560a19e2b3901437d8ee2e5905b4ac77073bfbe Author: Behdad Esfahbod -Date: Fri May 27 17:49:16 2011 -0400 +Date: Fri May 27 17:49:16 2011 -0400 Minor @@ -37503,7 +40877,7 @@ Date: Fri May 27 17:49:16 2011 -0400 commit 1587c26fe94087040b4a5d682ec196f568e4a1a2 Author: Behdad Esfahbod -Date: Fri May 27 16:05:01 2011 -0400 +Date: Fri May 27 16:05:01 2011 -0400 [TODO] Add item @@ -37512,7 +40886,7 @@ Date: Fri May 27 16:05:01 2011 -0400 commit 5c9f14932d59e306fbc72f7daecb384a16da73d9 Author: Behdad Esfahbod -Date: Fri May 27 15:59:33 2011 -0400 +Date: Fri May 27 15:59:33 2011 -0400 Minor @@ -37521,23 +40895,23 @@ Date: Fri May 27 15:59:33 2011 -0400 commit 5bc18195d55570ef01e4b24dd248f222f081b0a2 Author: Behdad Esfahbod -Date: Fri May 27 15:58:54 2011 -0400 +Date: Fri May 27 15:58:54 2011 -0400 Add check-includes.sh - src/Makefile.am | 7 +++++++ + src/Makefile.am | 7 +++++++ src/check-c-linkage-decls.sh | 6 +++++- src/check-header-guards.sh | 8 +++++++- - src/check-includes.sh | 42 + src/check-includes.sh | 42 ++++++++++++++++++++++++++++++++++++++++++ src/check-internal-symbols.sh | 8 ++++---- src/check-libstdc++.sh | 7 ++++--- - src/hb-ot-shape.h | 1 + + src/hb-ot-shape.h | 1 + 7 files changed, 70 insertions(+), 9 deletions(-) commit 3f12c434e20261f6d5c600e56575b7dfdd5b1470 Author: Behdad Esfahbod -Date: Fri May 27 04:58:11 2011 -0400 +Date: Fri May 27 04:58:11 2011 -0400 [configure] Generate sha256sum and GPG-sign it @@ -37546,7 +40920,7 @@ Date: Fri May 27 04:58:11 2011 -0400 commit 75ba4073ca6f72c135927d9314197a605281b789 Author: Behdad Esfahbod -Date: Fri May 27 03:58:17 2011 -0400 +Date: Fri May 27 03:58:17 2011 -0400 [test] Rename valgrind-log to log-vaglring.txt @@ -37555,7 +40929,7 @@ Date: Fri May 27 03:58:17 2011 -0400 commit e3b0ba8e292e6a90666cfbbab6faf11ae11f9ddb Author: Behdad Esfahbod -Date: Fri May 27 03:56:37 2011 -0400 +Date: Fri May 27 03:56:37 2011 -0400 Minor @@ -37564,7 +40938,7 @@ Date: Fri May 27 03:56:37 2011 -0400 commit 595dc63eee926a0e0fee26f8225b5fbe00610fcb Author: Behdad Esfahbod -Date: Fri May 27 04:14:12 2011 -0400 +Date: Fri May 27 04:14:12 2011 -0400 Bump version to 0.7.0 to open up for development @@ -37573,7 +40947,7 @@ Date: Fri May 27 04:14:12 2011 -0400 commit f24557604281356131618546332d7ee3a0c8abef Author: Behdad Esfahbod -Date: Wed May 25 16:08:06 2011 -0400 +Date: Wed May 25 16:08:06 2011 -0400 Release 0.6.0. First official tarball release! @@ -37582,14 +40956,14 @@ Date: Wed May 25 16:08:06 2011 -0400 Update NEWS. - NEWS | 262 + NEWS | 262 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 263 insertions(+), 1 deletion(-) commit 654f88fbc9bcb54f9bd2d5586236234e03424044 Author: Behdad Esfahbod -Date: Fri May 27 03:38:46 2011 -0400 +Date: Fri May 27 03:38:46 2011 -0400 [test-common] Test hb_direction_to_string() @@ -37600,7 +40974,7 @@ Date: Fri May 27 03:38:46 2011 -0400 commit 18bced134fc3379c9124ba029e22ff3f6434ca0f Author: Behdad Esfahbod -Date: Fri May 27 03:38:30 2011 -0400 +Date: Fri May 27 03:38:30 2011 -0400 [test] Rename test-symbols to check-symbols @@ -37611,7 +40985,7 @@ Date: Fri May 27 03:38:30 2011 -0400 commit 376dafa6ed414e368e9dc1d5a2e0bfc8e55f410d Author: Behdad Esfahbod -Date: Fri May 27 03:35:58 2011 -0400 +Date: Fri May 27 03:35:58 2011 -0400 Hide internal symbols @@ -37620,7 +40994,7 @@ Date: Fri May 27 03:35:58 2011 -0400 commit 0e482ec6ba30b613f2d7ee97c61be458c5aebcd6 Author: Behdad Esfahbod -Date: Fri May 27 02:46:28 2011 -0400 +Date: Fri May 27 02:46:28 2011 -0400 [test/unicode] Fix double-free @@ -37632,23 +41006,23 @@ Date: Fri May 27 02:46:28 2011 -0400 commit 28b1bac5415774cf892c9cc0afcac1324c2093f5 Author: Behdad Esfahbod -Date: Fri May 27 02:44:29 2011 -0400 +Date: Fri May 27 02:44:29 2011 -0400 [test] Switch to automake-based test-runner Adds check-valgrind among other modes. We do not run under gtester by default anymore. - Makefile.am | 2 + - test/.valgrind-suppressions | 0 - test/Makefile.am | 48 ++++++++++++++++++++++-- - test/Makefile.decl | 90 + Makefile.am | 2 + + test/.valgrind-suppressions | 0 + test/Makefile.am | 48 ++++++++++++++++++++++-- + test/Makefile.decl | 90 --------------------------------------------- 4 files changed, 47 insertions(+), 93 deletions(-) commit adbc97ddde27cf609d95d3249f3ea8060a6e1d20 Author: Behdad Esfahbod -Date: Fri May 27 01:33:18 2011 -0400 +Date: Fri May 27 01:33:18 2011 -0400 [test] Add test-symbols that checks API symbol text coverage @@ -37659,31 +41033,31 @@ Date: Fri May 27 01:33:18 2011 -0400 commit 9313b9aa66a82fd3fa60d8417c22a5350e5a8791 Author: Behdad Esfahbod -Date: Fri May 27 01:00:55 2011 -0400 +Date: Fri May 27 01:00:55 2011 -0400 [test/version] Test hb-version.h - test/Makefile.am | 1 + + test/Makefile.am | 1 + test/test-version.c | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+) commit 329c15714be90d3fc2d9054f80cb14fa325dc959 Author: Behdad Esfahbod -Date: Wed May 25 16:07:07 2011 -0400 +Date: Wed May 25 16:07:07 2011 -0400 Add libtool versioning The versioning is automatic. For now, soname-major is 0. With the 1.0.0 release it will jump to 1 and stay there forever. - configure.ac | 26 +++++++++++++++++++++----- + configure.ac | 26 +++++++++++++++++++++----- src/Makefile.am | 1 + 2 files changed, 22 insertions(+), 5 deletions(-) commit 5b21eff8c4a00962d4315a47a65a143abe323299 Author: Behdad Esfahbod -Date: Wed May 25 14:49:35 2011 -0400 +Date: Wed May 25 14:49:35 2011 -0400 Update README, etc @@ -37694,17 +41068,17 @@ Date: Wed May 25 14:49:35 2011 -0400 commit 5bf56ea056b30fba8e07e82ec818c430cab8cafd Author: Behdad Esfahbod -Date: Wed May 25 14:43:10 2011 -0400 +Date: Wed May 25 14:43:10 2011 -0400 [TODO] Add item - TODO | 2 ++ + TODO | 2 ++ test/test-shape.c | 2 ++ 2 files changed, 4 insertions(+) commit 2d8ebcb9d089c2cfbefac71ca6350e2703ab13e3 Author: Behdad Esfahbod -Date: Wed May 25 11:27:33 2011 -0400 +Date: Wed May 25 11:27:33 2011 -0400 [API] One last font-funcs API change @@ -37714,15 +41088,15 @@ Date: Wed May 25 11:27:33 2011 -0400 src/hb-font.cc | 107 ++++++++++++++++++------------------------------------ - src/hb-font.h | 50 +++++++++++-------------- - src/hb-ft.cc | 26 ++++++------- + src/hb-font.h | 50 +++++++++++-------------- + src/hb-ft.cc | 26 ++++++------- test/test-font.c | 27 +++++++------- test/test-shape.c | 21 +++++------ 5 files changed, 91 insertions(+), 140 deletions(-) commit d31691296f7d3051fcd345bf1325d17835484b50 Author: Behdad Esfahbod -Date: Wed May 25 11:01:32 2011 -0400 +Date: Wed May 25 11:01:32 2011 -0400 [test] Update to API changes @@ -37733,7 +41107,7 @@ Date: Wed May 25 11:01:32 2011 -0400 commit 7403e055cd1463f38215ad9faedd61c3e1b66ac5 Author: Behdad Esfahbod -Date: Tue May 24 21:04:15 2011 -0400 +Date: Tue May 24 21:04:15 2011 -0400 [Vertical] fix vertical gpos @@ -37746,12 +41120,12 @@ Date: Tue May 24 21:04:15 2011 -0400 src/hb-ot-layout-gpos-private.hh | 167 +++++++++++++++++++++++---------------- - src/hb-ot-shape.cc | 9 ++- + src/hb-ot-shape.cc | 9 ++- 2 files changed, 103 insertions(+), 73 deletions(-) commit ff7cbd0219a7c260612c53b3bed343747d79ec4e Author: Behdad Esfahbod -Date: Wed May 25 09:56:06 2011 -0400 +Date: Wed May 25 09:56:06 2011 -0400 [TODO] Update @@ -37760,7 +41134,7 @@ Date: Wed May 25 09:56:06 2011 -0400 commit 3b0bb855e011099f1a4c77ffc5214c658e280b2d Author: Behdad Esfahbod -Date: Fri May 20 15:59:59 2011 -0400 +Date: Fri May 20 15:59:59 2011 -0400 [Vertical] GPOS x/y advance adjustments only apply in hori/vert respectively @@ -37770,7 +41144,7 @@ Date: Fri May 20 15:59:59 2011 -0400 commit cc2086d67ce559878a5ce2b41d89a37eabac90b8 Author: Behdad Esfahbod -Date: Thu May 19 19:19:50 2011 -0400 +Date: Thu May 19 19:19:50 2011 -0400 [Vertical] Fix GPOS y-advance direction @@ -37779,7 +41153,7 @@ Date: Thu May 19 19:19:50 2011 -0400 commit 67d51ff96154c8909734046601e439dd8f6a86df Author: Behdad Esfahbod -Date: Thu May 19 19:08:57 2011 -0400 +Date: Thu May 19 19:08:57 2011 -0400 [Vertical] Do fallback origin calculation @@ -37788,24 +41162,24 @@ Date: Thu May 19 19:08:57 2011 -0400 commit 60fbb36096e344e9af79409ce8cfe3f1f7b0d321 Author: Behdad Esfahbod -Date: Thu May 19 18:46:15 2011 -0400 +Date: Thu May 19 18:46:15 2011 -0400 [Vertical] GPOS is always done with horizontal origin - src/hb-font-private.hh | 4 +- - src/hb-font.cc | 187 + src/hb-font-private.hh | 4 +- + src/hb-font.cc | 187 ++++++++++++++++++--------------------- - src/hb-font.h | 53 ++++++----- - src/hb-ft.cc | 47 ++++------ + src/hb-font.h | 53 ++++++----- + src/hb-ft.cc | 47 ++++------ src/hb-ot-layout-gdef-private.hh | 18 ++-- src/hb-ot-layout-gpos-private.hh | 23 ++--- - src/hb-ot-layout.h | 2 +- - src/hb-ot-shape.cc | 15 ++++ + src/hb-ot-layout.h | 2 +- + src/hb-ot-shape.cc | 15 ++++ 8 files changed, 166 insertions(+), 183 deletions(-) commit 8b38faeede41e64eb0f6ac2e12ce51dd7138d50a Author: Behdad Esfahbod -Date: Thu May 19 13:08:00 2011 -0400 +Date: Thu May 19 13:08:00 2011 -0400 More vertical @@ -37814,14 +41188,14 @@ Date: Thu May 19 13:08:00 2011 -0400 I think I know wheere to go now. src/hb-font.cc | 44 ++++++++++++++++++++++++++++++++------------ - src/hb-font.h | 10 ++++++++++ - src/hb-ft.cc | 14 ++++++++++++-- + src/hb-font.h | 10 ++++++++++ + src/hb-ft.cc | 14 ++++++++++++-- src/hb-ot-shape.cc | 4 ++++ 4 files changed, 58 insertions(+), 14 deletions(-) commit e609aeb1e24da6b7c812396cddb93ee3c95ef87a Author: Behdad Esfahbod -Date: Wed May 18 10:17:02 2011 -0400 +Date: Wed May 18 10:17:02 2011 -0400 [hb-view] Add --annotate @@ -37832,7 +41206,7 @@ Date: Wed May 18 10:17:02 2011 -0400 commit b8d76dd74e50d295918cc015e9d2a55e2bf6a461 Author: Behdad Esfahbod -Date: Tue May 17 23:31:00 2011 -0400 +Date: Tue May 17 23:31:00 2011 -0400 Vertical: Adjust origin in glyph_extents() and glyph_contour_point() @@ -37843,18 +41217,18 @@ Date: Tue May 17 23:31:00 2011 -0400 commit 190981851fe2bb6479b5c72451279f66fe4f6e23 Author: Behdad Esfahbod -Date: Tue May 17 23:27:22 2011 -0400 +Date: Tue May 17 23:27:22 2011 -0400 Cosmetic src/hb-font.cc | 114 ++++++++++++++++++++++++++++----------------------------- - src/hb-ft.cc | 36 +++++++++--------- + src/hb-ft.cc | 36 +++++++++--------- 2 files changed, 74 insertions(+), 76 deletions(-) commit 2c3f51a11c176aa3fc12a9522325efaef2c79d35 Author: Behdad Esfahbod -Date: Tue May 17 23:23:27 2011 -0400 +Date: Tue May 17 23:23:27 2011 -0400 Minor @@ -37863,50 +41237,50 @@ Date: Tue May 17 23:23:27 2011 -0400 commit 7e2c85de305be59e1a6afa7d2061e4b7dd00acf7 Author: Behdad Esfahbod -Date: Tue May 17 17:55:03 2011 -0400 +Date: Tue May 17 17:55:03 2011 -0400 [API] Vertical support, take 2 I like this API *much* better. Implementation still incomplete, but horizontal works. - src/hb-font-private.hh | 7 +- - src/hb-font.cc | 185 + src/hb-font-private.hh | 7 +- + src/hb-font.cc | 185 +++++++++++++++++++++++---------------- - src/hb-font.h | 109 ++++++++++++----------- - src/hb-ft.cc | 66 ++++++++------ + src/hb-font.h | 109 ++++++++++++----------- + src/hb-ft.cc | 66 ++++++++------ src/hb-ot-layout-gdef-private.hh | 2 +- src/hb-ot-layout-gpos-private.hh | 2 +- - src/hb-ot-shape.cc | 8 +- + src/hb-ot-shape.cc | 8 +- 7 files changed, 218 insertions(+), 161 deletions(-) commit 744970af4d884cc87ffa645804578fec8df674a9 Author: Behdad Esfahbod -Date: Mon May 16 18:15:37 2011 -0400 +Date: Mon May 16 18:15:37 2011 -0400 [API] Add support for vertical text Design not final yet, and in fact I'm going to change it immediately, but this is an standalone change for itself. - src/hb-font-private.hh | 35 ++-- - src/hb-font.cc | 387 + src/hb-font-private.hh | 35 ++-- + src/hb-font.cc | 387 +++++++++++++++++++++++++---------- - src/hb-font.h | 164 +++++++++++---- - src/hb-ft.cc | 227 +++++++++++++------- + src/hb-font.h | 164 +++++++++++---- + src/hb-ft.cc | 227 +++++++++++++------- src/hb-ot-layout-gdef-private.hh | 2 +- src/hb-ot-layout-gpos-private.hh | 35 ++-- src/hb-ot-layout-gsub-private.hh | 1 + src/hb-ot-layout-gsubgpos-private.hh | 1 + - src/hb-ot-shape.cc | 14 +- - src/hb-ot-tag.cc | 2 +- - test/test-font.c | 61 +++--- - test/test-shape.c | 17 +- + src/hb-ot-shape.cc | 14 +- + src/hb-ot-tag.cc | 2 +- + test/test-font.c | 61 +++--- + test/test-shape.c | 17 +- 12 files changed, 650 insertions(+), 296 deletions(-) commit 80dce8b7c8202766d52cc7666355446bbf5b0565 Author: Behdad Esfahbod -Date: Tue May 17 17:08:36 2011 -0400 +Date: Tue May 17 17:08:36 2011 -0400 Minor @@ -37915,29 +41289,29 @@ Date: Tue May 17 17:08:36 2011 -0400 commit 5be7d047f6bf54cc577e311b5426c463d2b9b131 Author: Behdad Esfahbod -Date: Tue May 17 15:05:34 2011 -0400 +Date: Tue May 17 15:05:34 2011 -0400 Check for mmap() Apparently there exist systems with mprotect(), but not mmap()? - configure.ac | 2 +- + configure.ac | 2 +- test/test-blob.c | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) commit 4053f3f788353448b41e541ee617aafbe1cac366 Author: Behdad Esfahbod -Date: Mon May 16 16:20:48 2011 -0400 +Date: Mon May 16 16:20:48 2011 -0400 Cosmetic - src/hb-font.h | 8 ++++---- + src/hb-font.h | 8 ++++---- test/test-shape.c | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) commit 56d12e0356bee5a95b870dfbc2100b8caeb5d593 Author: Behdad Esfahbod -Date: Mon May 16 16:01:58 2011 -0400 +Date: Mon May 16 16:01:58 2011 -0400 Remove unnecessary TODO item @@ -37946,7 +41320,7 @@ Date: Mon May 16 16:01:58 2011 -0400 commit 1883af3796459cafe2d194064403b6b1152c584d Author: Behdad Esfahbod -Date: Mon May 16 15:18:16 2011 -0400 +Date: Mon May 16 15:18:16 2011 -0400 [hb-view] Start work on vertical support @@ -37955,7 +41329,7 @@ Date: Mon May 16 15:18:16 2011 -0400 commit 9aa6f96af5e5940ba5c9596c6ae377fea23c0ec0 Author: Behdad Esfahbod -Date: Mon May 16 15:08:31 2011 -0400 +Date: Mon May 16 15:08:31 2011 -0400 [hb-view] No need to allocate an extra glyph item at the end @@ -37964,7 +41338,7 @@ Date: Mon May 16 15:08:31 2011 -0400 commit a0359485c9997e3a211f7c00d40c09074d906c4f Author: Behdad Esfahbod -Date: Mon May 16 15:07:48 2011 -0400 +Date: Mon May 16 15:07:48 2011 -0400 Minor @@ -37973,7 +41347,7 @@ Date: Mon May 16 15:07:48 2011 -0400 commit 92de53ea450eaee077eb1730e6d7a487b20ac721 Author: Behdad Esfahbod -Date: Mon May 16 12:24:56 2011 -0400 +Date: Mon May 16 12:24:56 2011 -0400 [test/buffer] Add more tests for nil buffer @@ -37982,7 +41356,7 @@ Date: Mon May 16 12:24:56 2011 -0400 commit 065fb38c9a338ddb095f2ec9e034fcc5a02167bd Author: Behdad Esfahbod -Date: Fri May 13 23:04:46 2011 -0400 +Date: Fri May 13 23:04:46 2011 -0400 [test/ot-tag] More tests @@ -37991,7 +41365,7 @@ Date: Fri May 13 23:04:46 2011 -0400 commit 1a64f6e19a4b483e278c85e4941107be2f71b0a4 Author: Behdad Esfahbod -Date: Fri May 13 22:55:32 2011 -0400 +Date: Fri May 13 22:55:32 2011 -0400 [API] Add HB_LANGUAGE_INVALID @@ -38004,21 +41378,21 @@ Date: Fri May 13 22:55:32 2011 -0400 commit 40b5c2e86c633441040196d158e965ad95d6ad37 Author: Behdad Esfahbod -Date: Fri May 13 22:46:36 2011 -0400 +Date: Fri May 13 22:46:36 2011 -0400 [test/test-ot-tag] Test hb-ot-tag.h, fix many bugs I'm in awe with how many bugs this test revealed. All fixed. src/hb-ot-tag.cc | 153 +++++++++++++++++++++--------------- - test/Makefile.am | 3 + + test/Makefile.am | 3 + test/test-ot-tag.c | 227 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 320 insertions(+), 63 deletions(-) commit 1368018b475c2a6dd5f625af99695ae2fcba1f05 Author: Behdad Esfahbod -Date: Fri May 13 20:25:38 2011 -0400 +Date: Fri May 13 20:25:38 2011 -0400 [TODO] Add items @@ -38027,20 +41401,20 @@ Date: Fri May 13 20:25:38 2011 -0400 commit 7fc5a30cb4fbe9a4633ab842b0a8cbbcc6f6bd1b Author: Behdad Esfahbod -Date: Thu May 12 17:48:20 2011 -0400 +Date: Thu May 12 17:48:20 2011 -0400 [API] Add hb_face_make/is_immutable() src/hb-font-private.hh | 2 ++ - src/hb-font.cc | 18 ++++++++++++++++++ - src/hb-font.h | 6 ++++++ - test/test-font.c | 2 ++ - test/test-object.c | 2 +- + src/hb-font.cc | 18 ++++++++++++++++++ + src/hb-font.h | 6 ++++++ + test/test-font.c | 2 ++ + test/test-object.c | 2 +- 5 files changed, 29 insertions(+), 1 deletion(-) commit 20c8b908ddf50a9814dfdd9fca595f258273cd4f Author: Behdad Esfahbod -Date: Thu May 12 15:19:33 2011 -0400 +Date: Thu May 12 15:19:33 2011 -0400 Finish off previous change @@ -38049,7 +41423,7 @@ Date: Thu May 12 15:19:33 2011 -0400 commit 0fd8c2f1be693616f19f2f1526369874763d6cf6 Author: Behdad Esfahbod -Date: Thu May 12 15:14:13 2011 -0400 +Date: Thu May 12 15:14:13 2011 -0400 [API] Make get_glyph() callback return a boolean @@ -38060,8 +41434,8 @@ Date: Thu May 12 15:14:13 2011 -0400 return value fixes that. src/hb-font.cc | 15 +++++++++------ - src/hb-font.h | 12 +++++++----- - src/hb-ft.cc | 12 +++++++----- + src/hb-font.h | 12 +++++++----- + src/hb-ft.cc | 12 +++++++----- src/hb-ot-shape.cc | 13 +++++++++---- test/test-font.c | 5 ++++- test/test-shape.c | 12 +++++++----- @@ -38069,7 +41443,7 @@ Date: Thu May 12 15:14:13 2011 -0400 commit 8e07f93ab4a3ef9adc7942727ef21f2f9a141d10 Author: Behdad Esfahbod -Date: Thu May 12 14:27:44 2011 -0400 +Date: Thu May 12 14:27:44 2011 -0400 [test/shape] Check shape output @@ -38078,7 +41452,7 @@ Date: Thu May 12 14:27:44 2011 -0400 commit 805af72405a2f653f08de392d7172291ffe8e902 Author: Behdad Esfahbod -Date: Thu May 12 12:39:40 2011 -0400 +Date: Thu May 12 12:39:40 2011 -0400 Rename get_kernings() arguments from first/second_glyph to left/right_glyph @@ -38086,13 +41460,13 @@ Date: Thu May 12 12:39:40 2011 -0400 Makes it clear that kerning is in visual order. src/hb-font.cc | 10 +++++----- - src/hb-font.h | 4 ++-- - src/hb-ft.cc | 6 +++--- + src/hb-font.h | 4 ++-- + src/hb-ft.cc | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) commit 23d2432219a91c6328efa9e041b1ecf137752ac3 Author: Behdad Esfahbod -Date: Thu May 12 10:53:57 2011 -0400 +Date: Thu May 12 10:53:57 2011 -0400 [test] Add test-shape.c. Oops @@ -38102,7 +41476,7 @@ Date: Thu May 12 10:53:57 2011 -0400 commit c098c3acc8c48b4b6883c50c9a87e81dbe98ba24 Author: Behdad Esfahbod -Date: Thu May 12 10:49:30 2011 -0400 +Date: Thu May 12 10:49:30 2011 -0400 [test/blob] Use MAP_ANON instead of MAP_ANONYMOUS @@ -38113,7 +41487,7 @@ Date: Thu May 12 10:49:30 2011 -0400 commit 8329eb7c6ca39e162228733a2210e643b1a1019d Author: Behdad Esfahbod -Date: Thu May 12 01:39:17 2011 -0400 +Date: Thu May 12 01:39:17 2011 -0400 [test/shape] Add simplest test for hb_shape() @@ -38122,7 +41496,7 @@ Date: Thu May 12 01:39:17 2011 -0400 commit df077fadd7828b609bdfe4dbcad52ef2448525c7 Author: Behdad Esfahbod -Date: Thu May 12 01:19:39 2011 -0400 +Date: Thu May 12 01:19:39 2011 -0400 [object] Make object inert during destruction @@ -38133,7 +41507,7 @@ Date: Thu May 12 01:19:39 2011 -0400 commit ee8dd83bb4e0b1c2ca5928391e35e8bd1fca6121 Author: Behdad Esfahbod -Date: Thu May 12 01:02:03 2011 -0400 +Date: Thu May 12 01:02:03 2011 -0400 [TODO] Update @@ -38142,7 +41516,7 @@ Date: Thu May 12 01:02:03 2011 -0400 commit 52df150efeff4cf003cee65f8c91618f1a980bc8 Author: Behdad Esfahbod -Date: Thu May 12 00:46:57 2011 -0400 +Date: Thu May 12 00:46:57 2011 -0400 Fix font subclass chainup @@ -38153,7 +41527,7 @@ Date: Thu May 12 00:46:57 2011 -0400 commit f2c1dd4f746c36a44cf33d0257a3cd800107c286 Author: Behdad Esfahbod -Date: Thu May 12 00:35:12 2011 -0400 +Date: Thu May 12 00:35:12 2011 -0400 [test/font] Test font_funcs subclassing @@ -38163,7 +41537,7 @@ Date: Thu May 12 00:35:12 2011 -0400 commit 14f1e81b77971204e9325e2a8b6f8b690fac20a7 Author: Behdad Esfahbod -Date: Thu May 12 00:18:28 2011 -0400 +Date: Thu May 12 00:18:28 2011 -0400 [test/font] Test empty funcs @@ -38173,7 +41547,7 @@ Date: Thu May 12 00:18:28 2011 -0400 commit 2ca0b5ae1e65d3f43df3a4a2144a1451d8b485c4 Author: Behdad Esfahbod -Date: Wed May 11 23:57:36 2011 -0400 +Date: Wed May 11 23:57:36 2011 -0400 [test/font] Test more @@ -38183,30 +41557,30 @@ Date: Wed May 11 23:57:36 2011 -0400 commit 7033518f756490e9cf00b96387fee6f2f7fae785 Author: Behdad Esfahbod -Date: Wed May 11 23:31:15 2011 -0400 +Date: Wed May 11 23:31:15 2011 -0400 [API] Pass face to get_table() src/hb-font.cc | 4 ++-- - src/hb-font.h | 2 +- - src/hb-ft.cc | 2 +- + src/hb-font.h | 2 +- + src/hb-ft.cc | 2 +- test/test-font.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) commit b46782780690e26a8221e2d63dd224159aebe413 Author: Behdad Esfahbod -Date: Wed May 11 23:25:28 2011 -0400 +Date: Wed May 11 23:25:28 2011 -0400 [API] Remove const from font user_data src/hb-font.cc | 20 ++++++++++---------- - src/hb-font.h | 20 ++++++++++---------- - src/hb-ft.cc | 20 ++++++++++---------- + src/hb-font.h | 20 ++++++++++---------- + src/hb-ft.cc | 20 ++++++++++---------- 3 files changed, 30 insertions(+), 30 deletions(-) commit ea93e7b27ca04a1655d62bd1d18a32805994af44 Author: Behdad Esfahbod -Date: Wed May 11 23:22:55 2011 -0400 +Date: Wed May 11 23:22:55 2011 -0400 [test/font] More tests @@ -38215,7 +41589,7 @@ Date: Wed May 11 23:22:55 2011 -0400 commit cdb153175f8a1521cde112c65b173f548ca6ee5c Author: Behdad Esfahbod -Date: Wed May 11 23:12:58 2011 -0400 +Date: Wed May 11 23:12:58 2011 -0400 [test/font] More tests @@ -38224,7 +41598,7 @@ Date: Wed May 11 23:12:58 2011 -0400 commit 74d9fa3d9ac226ed72702884e721ef94ecc48e22 Author: Behdad Esfahbod -Date: Wed May 11 23:07:47 2011 -0400 +Date: Wed May 11 23:07:47 2011 -0400 [test/font] More get_empty() tests @@ -38233,7 +41607,7 @@ Date: Wed May 11 23:07:47 2011 -0400 commit db9f4eb4e004fadae9d540522d1d21c3bbe659b0 Author: Behdad Esfahbod -Date: Wed May 11 23:06:02 2011 -0400 +Date: Wed May 11 23:06:02 2011 -0400 [test/font] Test get_face() / get_parent() @@ -38242,7 +41616,7 @@ Date: Wed May 11 23:06:02 2011 -0400 commit 606923bb4304d5b9cf164745d657cba58949a80a Author: Behdad Esfahbod -Date: Wed May 11 23:05:02 2011 -0400 +Date: Wed May 11 23:05:02 2011 -0400 [test/font] Add test_font_properties() @@ -38252,43 +41626,43 @@ Date: Wed May 11 23:05:02 2011 -0400 commit da603e80386b41b360acb070a862b6ed87da57b8 Author: Behdad Esfahbod -Date: Wed May 11 22:52:35 2011 -0400 +Date: Wed May 11 22:52:35 2011 -0400 [test/font] Start adding tests for hb-font.h - test/Makefile.am | 1 + - test/test-buffer.c | 2 +- + test/Makefile.am | 1 + + test/test-buffer.c | 2 +- test/test-font.c | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++ - test/test-unicode.c | 1 + + test/test-unicode.c | 1 + 4 files changed, 72 insertions(+), 1 deletion(-) commit 9a14688e40e926b9453fcb75891f27bff1e45c49 Author: Behdad Esfahbod -Date: Wed May 11 22:49:29 2011 -0400 +Date: Wed May 11 22:49:29 2011 -0400 [API] Rename hb_face_create_for_data() to hb_face_create() src/hb-font.cc | 4 ++-- - src/hb-font.h | 4 ++-- - src/hb-ft.cc | 2 +- - src/test.cc | 2 +- + src/hb-font.h | 4 ++-- + src/hb-ft.cc | 2 +- + src/test.cc | 2 +- test/test-object.c | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) commit 46d6a21cc8613519e6ce27b1925e29285cccb71d Author: Behdad Esfahbod -Date: Wed May 11 22:33:13 2011 -0400 +Date: Wed May 11 22:33:13 2011 -0400 [API] Add hb_ot_layout_substitute_start/finish() src/hb-ot-layout.cc | 13 +++++++++++++ - src/hb-ot-layout.h | 8 ++++++++ + src/hb-ot-layout.h | 8 ++++++++ 2 files changed, 21 insertions(+) commit c84d15f52e1183164502d45b476b54f8fe812e0f Author: Behdad Esfahbod -Date: Wed May 11 22:23:15 2011 -0400 +Date: Wed May 11 22:23:15 2011 -0400 Remove unused hb_set_t @@ -38297,27 +41671,27 @@ Date: Wed May 11 22:23:15 2011 -0400 commit 389a7c9e67549b1a9f7c538965e4647077f8e6ec Author: Behdad Esfahbod -Date: Wed May 11 22:21:38 2011 -0400 +Date: Wed May 11 22:21:38 2011 -0400 Remove hb_static_threadsafe_set_t - src/hb-common.cc | 5 +++-- + src/hb-common.cc | 5 +++-- src/hb-mutex-private.hh | 42 ------------------------------------------ 2 files changed, 3 insertions(+), 44 deletions(-) commit e06d4eda7bbdb3a1be1f1ce8d98b059a0730f14d Author: Behdad Esfahbod -Date: Wed May 11 22:18:31 2011 -0400 +Date: Wed May 11 22:18:31 2011 -0400 Use constructor/destructor for hb_ot_shape_plan_t src/hb-ot-shape-private.hh | 6 +++++- - src/hb-ot-shape.cc | 4 +--- + src/hb-ot-shape.cc | 4 +--- 2 files changed, 6 insertions(+), 4 deletions(-) commit a5e4e109460ea23fa5e64926a1676c6a02ab6ba2 Author: Behdad Esfahbod -Date: Wed May 11 22:00:56 2011 -0400 +Date: Wed May 11 22:00:56 2011 -0400 Minor @@ -38326,7 +41700,7 @@ Date: Wed May 11 22:00:56 2011 -0400 commit daa446f184fa27c9764ff7f8a2444d47cf34d986 Author: Behdad Esfahbod -Date: Wed May 11 21:31:25 2011 -0400 +Date: Wed May 11 21:31:25 2011 -0400 Fix compile with no mutex available @@ -38335,7 +41709,7 @@ Date: Wed May 11 21:31:25 2011 -0400 commit 1e56c476c10577fe319fe553c5ced000bd740940 Author: Behdad Esfahbod -Date: Wed May 11 21:28:01 2011 -0400 +Date: Wed May 11 21:28:01 2011 -0400 Free static mutex'es @@ -38344,18 +41718,18 @@ Date: Wed May 11 21:28:01 2011 -0400 commit 831886a9b4073cfe27f7e1db0e957cbd5913fd31 Author: Behdad Esfahbod -Date: Wed May 11 21:27:52 2011 -0400 +Date: Wed May 11 21:27:52 2011 -0400 Streamline mutex stuff src/hb-mutex-private.hh | 61 ++++++++++++++++++++++++++++++------------------- - src/hb-private.hh | 8 +++++++ + src/hb-private.hh | 8 +++++++ 2 files changed, 46 insertions(+), 23 deletions(-) commit 438c4eee353ddf0de66171d84c6ef9b21cbdf8f6 Author: Behdad Esfahbod -Date: Wed May 11 21:14:34 2011 -0400 +Date: Wed May 11 21:14:34 2011 -0400 Remove unused hb_mutex_trylock() @@ -38364,18 +41738,18 @@ Date: Wed May 11 21:14:34 2011 -0400 commit b8477e1da2785708f3232f8f2577f602a5d320d1 Author: Behdad Esfahbod -Date: Wed May 11 21:12:44 2011 -0400 +Date: Wed May 11 21:12:44 2011 -0400 [test] Add tests for _get_empty() funcs - test/test-blob.c | 1 + - test/test-buffer.c | 7 +++++++ + test/test-blob.c | 1 + + test/test-buffer.c | 7 +++++++ test/test-unicode.c | 10 ++++++++++ 3 files changed, 18 insertions(+) commit 3994be3ded40e5a3da0e187ad421b19a78865e02 Author: Behdad Esfahbod -Date: Wed May 11 21:08:31 2011 -0400 +Date: Wed May 11 21:08:31 2011 -0400 [TODO] Update @@ -38384,14 +41758,14 @@ Date: Wed May 11 21:08:31 2011 -0400 commit 80a6833b032bc63b4e8c3da6489d3767af1168f3 Author: Behdad Esfahbod -Date: Wed May 11 18:14:44 2011 -0400 +Date: Wed May 11 18:14:44 2011 -0400 [API] Add hb_*_get_empty() for all objects src/hb-buffer.cc | 6 ++++++ src/hb-buffer.h | 3 +++ src/hb-font.cc | 18 ++++++++++++++++++ - src/hb-font.h | 9 +++++++++ + src/hb-font.h | 9 +++++++++ src/hb-unicode.cc | 6 ++++++ src/hb-unicode.h | 3 +++ test/test-object.c | 36 +++++++++++++++++++++++++++++++++--- @@ -38399,7 +41773,7 @@ Date: Wed May 11 18:14:44 2011 -0400 commit d3b30be378c1dec0259a626d9a408bb9ca1b71ac Author: Behdad Esfahbod -Date: Wed May 11 18:06:12 2011 -0400 +Date: Wed May 11 18:06:12 2011 -0400 [API] Add HB_UNTAG() @@ -38410,7 +41784,7 @@ Date: Wed May 11 18:06:12 2011 -0400 commit 3cc6e9dcb42551761c3a1a9d3c25b1f1bcdc2419 Author: Behdad Esfahbod -Date: Wed May 11 18:02:48 2011 -0400 +Date: Wed May 11 18:02:48 2011 -0400 Minor @@ -38419,31 +41793,31 @@ Date: Wed May 11 18:02:48 2011 -0400 commit 4101ca7dbbdf1438fa116fb8cad935501ac7cca8 Author: Behdad Esfahbod -Date: Wed May 11 14:30:56 2011 -0400 +Date: Wed May 11 14:30:56 2011 -0400 Plug more leaks All good now. - src/hb-blob.cc | 2 +- + src/hb-blob.cc | 2 +- src/hb-open-type-private.hh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) commit 6a7ac79e26e85f6781186cf708a12825c0857324 Author: Behdad Esfahbod -Date: Wed May 11 14:19:18 2011 -0400 +Date: Wed May 11 14:19:18 2011 -0400 Plug leaks src/hb-ot-map-private.hh | 7 +++++++ src/hb-ot-shape-private.hh | 2 ++ - src/hb-ot-shape.cc | 2 ++ - src/hb-private.hh | 10 +++++++++- + src/hb-ot-shape.cc | 2 ++ + src/hb-private.hh | 10 +++++++++- 4 files changed, 20 insertions(+), 1 deletion(-) commit 7aa12ebdff11a4ffbd04bf9b164586eb0c172e37 Author: Behdad Esfahbod -Date: Wed May 11 11:55:11 2011 -0400 +Date: Wed May 11 11:55:11 2011 -0400 [unicode] Simplify method setting @@ -38453,7 +41827,7 @@ Date: Wed May 11 11:55:11 2011 -0400 commit d5bfd0272130a315d3b5e6cdcf9b7e6395879204 Author: Behdad Esfahbod -Date: Wed May 11 11:48:28 2011 -0400 +Date: Wed May 11 11:48:28 2011 -0400 Minor @@ -38462,23 +41836,23 @@ Date: Wed May 11 11:48:28 2011 -0400 commit 6a4e7e1372ef9fde81b84ecc9c4d1f23d97396c1 Author: Behdad Esfahbod -Date: Wed May 11 10:31:33 2011 -0400 +Date: Wed May 11 10:31:33 2011 -0400 Add maxp table Not used for anything right now. Will use to get num_glyphs in the future. - src/Makefile.am | 1 + + src/Makefile.am | 1 + src/hb-ot-head-private.hh | 1 - - src/hb-ot-layout.cc | 1 + + src/hb-ot-layout.cc | 1 + src/hb-ot-maxp-private.hh | 68 +++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 70 insertions(+), 1 deletion(-) commit e0b0710ae52bcc8c6fbd87dfae83818faa5d5f5f Author: Behdad Esfahbod -Date: Wed May 11 08:58:21 2011 -0400 +Date: Wed May 11 08:58:21 2011 -0400 Minor @@ -38487,7 +41861,7 @@ Date: Wed May 11 08:58:21 2011 -0400 commit a513dbcf73ab1cc39a7c9653034904d0c6cd9fe9 Author: Behdad Esfahbod -Date: Wed May 11 00:24:34 2011 -0400 +Date: Wed May 11 00:24:34 2011 -0400 [API] Change signature of get_contour_point and get_kerning ffuncs @@ -38495,80 +41869,80 @@ Date: Wed May 11 00:24:34 2011 -0400 get_kerning now takes a vector to fill-in. - src/hb-font.cc | 56 + src/hb-font.cc | 56 +++++++++++++++++++++------------------- - src/hb-font.h | 16 +++++++----- - src/hb-ft.cc | 11 +++++--- + src/hb-font.h | 16 +++++++----- + src/hb-ft.cc | 11 +++++--- src/hb-ot-layout-gdef-private.hh | 2 +- src/hb-ot-layout-gpos-private.hh | 2 +- - src/hb-ot-shape.cc | 15 ++++++++--- + src/hb-ot-shape.cc | 15 ++++++++--- 6 files changed, 59 insertions(+), 43 deletions(-) commit 63d646fb2933c2765ce526d321a498d0f7fae2f5 Author: Behdad Esfahbod -Date: Wed May 11 00:15:37 2011 -0400 +Date: Wed May 11 00:15:37 2011 -0400 [font] Do user-space conversion when chaining up to parent font src/hb-font-private.hh | 28 ++++++++++++++++++++++++++++ - src/hb-font.cc | 23 +++++++++++++++++------ + src/hb-font.cc | 23 +++++++++++++++++------ 2 files changed, 45 insertions(+), 6 deletions(-) commit b6f902a1a9c8b72b5d6a241a14a7bacfaea3a56a Author: Behdad Esfahbod -Date: Wed May 11 00:04:15 2011 -0400 +Date: Wed May 11 00:04:15 2011 -0400 Minor - src/hb-font-private.hh | 6 +++--- + src/hb-font-private.hh | 6 +++--- src/hb-ot-layout-gdef-private.hh | 6 +++--- src/hb-ot-layout-gpos-private.hh | 20 ++++++++++---------- 3 files changed, 16 insertions(+), 16 deletions(-) commit abcfe9b59b4475eb02dd679aac4bc59616713b28 Author: Behdad Esfahbod -Date: Wed May 11 00:02:02 2011 -0400 +Date: Wed May 11 00:02:02 2011 -0400 Remove hb_ot_layout_context_t, simplify code - src/hb-font-private.hh | 12 +++- - src/hb-font.cc | 6 +- + src/hb-font-private.hh | 12 +++- + src/hb-font.cc | 6 +- src/hb-ot-layout-common-private.hh | 8 +-- src/hb-ot-layout-gdef-private.hh | 34 +++++----- src/hb-ot-layout-gpos-private.hh | 121 ++++++++++++++++++----------------- src/hb-ot-layout-gsub-private.hh | 24 +++---- src/hb-ot-layout-gsubgpos-private.hh | 11 ++-- - src/hb-ot-layout-private.hh | 13 ---- - src/hb-ot-layout.cc | 15 +---- + src/hb-ot-layout-private.hh | 13 ---- + src/hb-ot-layout.cc | 15 +---- 9 files changed, 118 insertions(+), 126 deletions(-) commit 1ded6d8bbf93b7dabf2b1f620c07bd3236e7a60f Author: Behdad Esfahbod -Date: Tue May 10 20:49:02 2011 -0400 +Date: Tue May 10 20:49:02 2011 -0400 Make default font-funcs chain-up to the parent src/hb-font.cc | 44 +++++++++++++++++++++++++++++++++++++++----- - src/hb-font.h | 41 +++++++++++++++++++++-------------------- + src/hb-font.h | 41 +++++++++++++++++++++-------------------- 2 files changed, 60 insertions(+), 25 deletions(-) commit b9d975b931d6310f25fab5ac280f523cdc27bf94 Author: Behdad Esfahbod -Date: Tue May 10 20:41:13 2011 -0400 +Date: Tue May 10 20:41:13 2011 -0400 [API] Pass down closure user_data to font funcs src/hb-font-private.hh | 30 ++++++-- - src/hb-font.cc | 184 + src/hb-font.cc | 184 +++++++++++++++++++++++++------------------------ - src/hb-font.h | 42 ++++++----- - src/hb-ft.cc | 103 ++++++++++++++------------- + src/hb-font.h | 42 ++++++----- + src/hb-ft.cc | 103 ++++++++++++++------------- 4 files changed, 198 insertions(+), 161 deletions(-) commit 446df9cdb1fddb51819b731436fca54146d0bb23 Author: Behdad Esfahbod -Date: Tue May 10 20:14:44 2011 -0400 +Date: Tue May 10 20:14:44 2011 -0400 Whitespace @@ -38577,31 +41951,31 @@ Date: Tue May 10 20:14:44 2011 -0400 commit 686c2d165dfb284b74b78f6b902d04b585dcaef3 Author: Behdad Esfahbod -Date: Tue May 10 20:04:26 2011 -0400 +Date: Tue May 10 20:04:26 2011 -0400 [API] Remove font_funcs func getter functions src/hb-font.cc | 32 -------------------------------- - src/hb-font.h | 18 ------------------ + src/hb-font.h | 18 ------------------ 2 files changed, 50 deletions(-) commit defc45be6d75aba4a67fa7814b91b73bad953fe6 Author: Behdad Esfahbod -Date: Tue May 10 20:02:49 2011 -0400 +Date: Tue May 10 20:02:49 2011 -0400 [API] Add hb_font_create_sub_font() and hb_font_get_parent() Not quite useful just yet. src/hb-font-private.hh | 1 + - src/hb-font.cc | 41 ++++++++++++++++++++++++++++++++++++++--- - src/hb-font.h | 5 +++++ - src/hb-unicode.h | 2 +- + src/hb-font.cc | 41 ++++++++++++++++++++++++++++++++++++++--- + src/hb-font.h | 5 +++++ + src/hb-unicode.h | 2 +- 4 files changed, 45 insertions(+), 4 deletions(-) commit 11bb8fe7b3925bc9b019ad0c0218a231e581f152 Author: Behdad Esfahbod -Date: Tue May 10 19:57:00 2011 -0400 +Date: Tue May 10 19:57:00 2011 -0400 [font] Fix internal sign of x/y_scale @@ -38613,29 +41987,29 @@ Date: Tue May 10 19:57:00 2011 -0400 commit 85e6218e3306165d69ef44277459511d5b54b9ff Author: Behdad Esfahbod -Date: Tue May 10 19:40:44 2011 -0400 +Date: Tue May 10 19:40:44 2011 -0400 [API] Remove broken-by-design hb_font_unset_funcs() src/hb-font.cc | 22 ---------------------- - src/hb-font.h | 16 ---------------- + src/hb-font.h | 16 ---------------- 2 files changed, 38 deletions(-) commit 74f1d896f2479500d65649cf3ec86dd201f0663a Author: Behdad Esfahbod -Date: Tue May 10 19:39:32 2011 -0400 +Date: Tue May 10 19:39:32 2011 -0400 Add hb_font_make/is_immutable() src/hb-font-private.hh | 2 ++ - src/hb-font.cc | 26 +++++++++++++++++++++++--- - src/hb-font.h | 6 ++++++ - test/test-object.c | 2 +- + src/hb-font.cc | 26 +++++++++++++++++++++++--- + src/hb-font.h | 6 ++++++ + test/test-object.c | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) commit 8c7a100a4d0f3a257fb7563cb08ed4356c3af669 Author: Behdad Esfahbod -Date: Tue May 10 19:21:07 2011 -0400 +Date: Tue May 10 19:21:07 2011 -0400 Fix build without mutex @@ -38644,7 +42018,7 @@ Date: Tue May 10 19:21:07 2011 -0400 commit 19d3035c40e73923bcad709dc5eefe31cb34d681 Author: Behdad Esfahbod -Date: Tue May 10 19:18:12 2011 -0400 +Date: Tue May 10 19:18:12 2011 -0400 Remove duplicate atomic_int implementation @@ -38653,36 +42027,36 @@ Date: Tue May 10 19:18:12 2011 -0400 commit 45bfa99034512e886d75b1d45a5a649647f4711f Author: Behdad Esfahbod -Date: Tue May 10 19:12:49 2011 -0400 +Date: Tue May 10 19:12:49 2011 -0400 Fix set implementation to be truly threadsafe even with destroy() callbacks The test/object test is passing again, instead of deadlocking. - src/hb-common.cc | 26 +++++------ + src/hb-common.cc | 26 +++++------ src/hb-mutex-private.hh | 47 +++++++------------ src/hb-object-private.hh | 6 ++- - src/hb-private.hh | 117 + src/hb-private.hh | 117 ++++++++++++++++++++++++++++++++++++++--------- 4 files changed, 128 insertions(+), 68 deletions(-) commit 0c2ec1d78bfa0166ffd4afc204c2668d4f456ed9 Author: Behdad Esfahbod -Date: Tue May 10 19:11:27 2011 -0400 +Date: Tue May 10 19:11:27 2011 -0400 [test] Always initialize gthread such that our mutex() stuff is tested Now the test/object test deadlocks as expected. Fix coming. - configure.ac | 1 + + configure.ac | 1 + test/Makefile.am | 4 ++-- test/hb-test.h | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) commit 6a9093cc486c1899197cd7cc9a3eb907c2e756f7 Author: Behdad Esfahbod -Date: Tue May 10 19:00:07 2011 -0400 +Date: Tue May 10 19:00:07 2011 -0400 [test/object] Test user_data with destroy() callback that calls user_data @@ -38697,7 +42071,7 @@ Date: Tue May 10 19:00:07 2011 -0400 commit abe636b8761e47ea60b193c7e72a044de224d172 Author: Behdad Esfahbod -Date: Tue May 10 17:55:40 2011 -0400 +Date: Tue May 10 17:55:40 2011 -0400 Add DOAP file @@ -38707,7 +42081,7 @@ Date: Tue May 10 17:55:40 2011 -0400 commit f82c18630471216a04e4e3ad42396da4e6d74cba Author: Behdad Esfahbod -Date: Tue May 10 17:48:34 2011 -0400 +Date: Tue May 10 17:48:34 2011 -0400 [test/blob] Fix bug in test @@ -38716,7 +42090,7 @@ Date: Tue May 10 17:48:34 2011 -0400 commit 785d23acd0ce72d399f9c5021bebc854872648af Author: Behdad Esfahbod -Date: Tue May 10 17:41:44 2011 -0400 +Date: Tue May 10 17:41:44 2011 -0400 [test/blob] Add create_sub_blob() @@ -38725,11 +42099,11 @@ Date: Tue May 10 17:41:44 2011 -0400 commit 0617b1558234673d3924f37541be01b04d36f05a Author: Behdad Esfahbod -Date: Tue May 10 17:37:08 2011 -0400 +Date: Tue May 10 17:37:08 2011 -0400 [test] Test blob API - test/Makefile.am | 1 + + test/Makefile.am | 1 + test/test-blob.c | 280 +++++++++++++++++++++++++++++++++++++++++++++++++++++ test/test-buffer.c | 149 ++++++++++++++-------------- @@ -38737,23 +42111,23 @@ Date: Tue May 10 17:37:08 2011 -0400 commit 1c9f8717eb12c37c219333cbb0d123e1d2da4896 Author: Behdad Esfahbod -Date: Fri May 6 22:28:26 2011 -0400 +Date: Fri May 6 22:28:26 2011 -0400 [API] Simplify blob API, remove lock - TODO | 2 - - src/hb-blob.cc | 206 + TODO | 2 - + src/hb-blob.cc | 206 ++++++++++++++++++-------------------------- - src/hb-blob.h | 19 ++-- - src/hb-font.cc | 2 - - src/hb-open-type-private.hh | 32 ++++--- - src/hb-ot-layout.cc | 7 +- - test/test-object.c | 2 +- + src/hb-blob.h | 19 ++-- + src/hb-font.cc | 2 - + src/hb-open-type-private.hh | 32 ++++--- + src/hb-ot-layout.cc | 7 +- + test/test-object.c | 2 +- 7 files changed, 118 insertions(+), 152 deletions(-) commit 71cef14ac3de07e4fed0a2903b1f0f639406ec6c Author: Behdad Esfahbod -Date: Fri May 6 19:30:59 2011 -0400 +Date: Fri May 6 19:30:59 2011 -0400 Add -Bsymbolic-functions to linker flags @@ -38762,7 +42136,7 @@ Date: Fri May 6 19:30:59 2011 -0400 commit ab428aeab724ca40341318b66640f992cd72d2fc Author: Behdad Esfahbod -Date: Fri May 6 19:30:46 2011 -0400 +Date: Fri May 6 19:30:46 2011 -0400 [TODO] Update @@ -38771,27 +42145,27 @@ Date: Fri May 6 19:30:46 2011 -0400 commit a0f337a1cce1788dbf3147b459e7f615acbfe81b Author: Behdad Esfahbod -Date: Fri May 6 19:20:52 2011 -0400 +Date: Fri May 6 19:20:52 2011 -0400 Remove unused hb_blob_try_writable_inplace() src/hb-blob.cc | 20 -------------------- - src/hb-blob.h | 3 --- + src/hb-blob.h | 3 --- 2 files changed, 23 deletions(-) commit 08611d5194144bbf5d96a1110aeb812db06e0901 Author: Behdad Esfahbod -Date: Fri May 6 16:28:10 2011 -0400 +Date: Fri May 6 16:28:10 2011 -0400 Add note re deadlocks - src/hb-common.cc | 1 + + src/hb-common.cc | 1 + src/hb-mutex-private.hh | 4 ++++ 2 files changed, 5 insertions(+) commit 34fb5521a5fbb6b95ceff4bbac42a62628bc9f31 Author: Behdad Esfahbod -Date: Fri May 6 00:04:28 2011 -0400 +Date: Fri May 6 00:04:28 2011 -0400 [API] Add hb_language_get_default() @@ -38812,7 +42186,7 @@ Date: Fri May 6 00:04:28 2011 -0400 commit c78f4485587cc1dee07e772c164a13fde9d2859f Author: Behdad Esfahbod -Date: Thu May 5 21:31:04 2011 -0400 +Date: Thu May 5 21:31:04 2011 -0400 [API] Add version macros and functions @@ -38820,19 +42194,19 @@ Date: Thu May 5 21:31:04 2011 -0400 Also, fix to pass "make distcheck" - configure.ac | 24 ++++++++++++----- - src/Makefile.am | 9 +++++++ + configure.ac | 24 ++++++++++++----- + src/Makefile.am | 9 +++++++ src/check-c-linkage-decls.sh | 2 +- - src/hb-common.cc | 29 +++++++++++++++++++++ - src/hb-version.h.in | 62 + src/hb-common.cc | 29 +++++++++++++++++++++ + src/hb-version.h.in | 62 ++++++++++++++++++++++++++++++++++++++++++++ - src/hb.h | 1 + - test/Makefile.am | 2 ++ + src/hb.h | 1 + + test/Makefile.am | 2 ++ 7 files changed, 122 insertions(+), 7 deletions(-) commit 9ff819f6571fd0d570f271162d7a30d97ee64148 Author: Behdad Esfahbod -Date: Thu May 5 19:47:59 2011 -0400 +Date: Thu May 5 19:47:59 2011 -0400 Add disable-static libtool flag @@ -38844,7 +42218,7 @@ Date: Thu May 5 19:47:59 2011 -0400 commit 7ca7571ef91754274f6c84bbf988962d74a74098 Author: Behdad Esfahbod -Date: Thu May 5 19:47:12 2011 -0400 +Date: Thu May 5 19:47:12 2011 -0400 Remove win32-dll libtool flag @@ -38855,7 +42229,7 @@ Date: Thu May 5 19:47:12 2011 -0400 commit 174e3fe89b72729c9c34c647544a2dc1bf63cd84 Author: Behdad Esfahbod -Date: Thu May 5 19:37:53 2011 -0400 +Date: Thu May 5 19:37:53 2011 -0400 Add AC_CANONICAL_HOST @@ -38864,18 +42238,18 @@ Date: Thu May 5 19:37:53 2011 -0400 commit e6a5b88c01420366a70e0c9ae1775fb3c930cb8b Author: Behdad Esfahbod -Date: Thu May 5 16:24:42 2011 -0400 +Date: Thu May 5 16:24:42 2011 -0400 Fix build with older glib - configure.ac | 2 +- + configure.ac | 2 +- test/hb-test.h | 55 +++++++++++++++++++++++++++++++++---------------------- 2 files changed, 34 insertions(+), 23 deletions(-) commit 3935af1c0d0f53a5fd6054e1ee219f3adda42dca Author: Behdad Esfahbod -Date: Thu May 5 16:09:45 2011 -0400 +Date: Thu May 5 16:09:45 2011 -0400 [buffer] Remove wrong optimization @@ -38890,29 +42264,29 @@ Date: Thu May 5 16:09:45 2011 -0400 commit 46df6828513d56cd60467e36cbe45aa06648f488 Author: Behdad Esfahbod -Date: Thu May 5 15:33:19 2011 -0400 +Date: Thu May 5 15:33:19 2011 -0400 Make user_data access threadsafe For now, by taking a global user_data mutex. - src/hb-common.cc | 25 +++++++++++++++++++++++-- + src/hb-common.cc | 25 +++++++++++++++++++++++-- src/hb-object-private.hh | 2 -- 2 files changed, 23 insertions(+), 4 deletions(-) commit 218e67b9eefa26e2e4fe43f99a84d082b185b1b0 Author: Behdad Esfahbod -Date: Thu May 5 15:28:37 2011 -0400 +Date: Thu May 5 15:28:37 2011 -0400 Shrink code - src/hb-common.cc | 26 ++++++++++++++++++++++++++ + src/hb-common.cc | 26 ++++++++++++++++++++++++++ src/hb-object-private.hh | 21 ++++----------------- 2 files changed, 30 insertions(+), 17 deletions(-) commit b8d6183ebc4697a434776cf2aec7857d63a7d881 Author: Behdad Esfahbod -Date: Thu May 5 15:14:04 2011 -0400 +Date: Thu May 5 15:14:04 2011 -0400 Use threadsafe set implementation for hb_language lookups @@ -38925,30 +42299,30 @@ Date: Thu May 5 15:14:04 2011 -0400 commit d37486d87b65c5abaaa2998fa5c9e48eedde0933 Author: Behdad Esfahbod -Date: Thu May 5 15:07:54 2011 -0400 +Date: Thu May 5 15:07:54 2011 -0400 Add hb_threadsafe_set_t src/hb-mutex-private.hh | 54 +++++++++++++++++++++++++++++++++++++++++++++++++ - src/hb-private.hh | 3 +-- + src/hb-private.hh | 3 +-- 2 files changed, 55 insertions(+), 2 deletions(-) commit b45f32ee4e599c515ce93e44315283d236b073bb Author: Behdad Esfahbod -Date: Thu May 5 15:00:43 2011 -0400 +Date: Thu May 5 15:00:43 2011 -0400 Use hb_array_t for hb_language_t mapping - src/hb-common.cc | 48 + src/hb-common.cc | 48 ++++++++++++++++++++++-------------------------- src/hb-object-private.hh | 4 ++-- - src/hb-private.hh | 19 +++++++++++++++---- + src/hb-private.hh | 19 +++++++++++++++---- 3 files changed, 39 insertions(+), 32 deletions(-) commit 21d2c92fdf7307c7117f8948021f0dd7d5a5d2a3 Author: Behdad Esfahbod -Date: Thu May 5 14:47:53 2011 -0400 +Date: Thu May 5 14:47:53 2011 -0400 Move code around @@ -38957,7 +42331,7 @@ Date: Thu May 5 14:47:53 2011 -0400 commit 448ea9bf63104d39f87fff66219034222fa632b8 Author: Behdad Esfahbod -Date: Thu May 5 14:39:24 2011 -0400 +Date: Thu May 5 14:39:24 2011 -0400 [TODO] Remove done items @@ -38966,42 +42340,42 @@ Date: Thu May 5 14:39:24 2011 -0400 commit 265ac614ea6d26041c7d64739098b76a82bbc4f4 Author: Behdad Esfahbod -Date: Thu May 5 14:38:16 2011 -0400 +Date: Thu May 5 14:38:16 2011 -0400 Replace fixed-size lookup_maps array with hb_array_t src/hb-ot-map-private.hh | 13 +++++-------- - src/hb-ot-map.cc | 47 + src/hb-ot-map.cc | 47 +++++++++++++++++++++++++---------------------- - src/hb-private.hh | 6 ++---- + src/hb-private.hh | 6 ++---- 3 files changed, 32 insertions(+), 34 deletions(-) commit 6843569d2c70c1771ce964e3d1a4cf91e14e7687 Author: Behdad Esfahbod -Date: Thu May 5 14:12:37 2011 -0400 +Date: Thu May 5 14:12:37 2011 -0400 Replace fixed-size feature_maps array with hb_array_t src/hb-ot-map-private.hh | 10 +++------- - src/hb-ot-map.cc | 12 ++++++------ - src/hb-ot-shape.cc | 2 +- - src/hb-private.hh | 42 +++++++++++++++++++++++++++++------------- + src/hb-ot-map.cc | 12 ++++++------ + src/hb-ot-shape.cc | 2 +- + src/hb-private.hh | 42 +++++++++++++++++++++++++++++------------- 4 files changed, 39 insertions(+), 27 deletions(-) commit 44b0a4d2fc62689fc56ef57f412b4bb1e439a614 Author: Behdad Esfahbod -Date: Thu May 5 13:42:19 2011 -0400 +Date: Thu May 5 13:42:19 2011 -0400 Replace fixed-size feature_infos array with hb_array_t src/hb-ot-map-private.hh | 9 +++++---- - src/hb-ot-map.cc | 9 +++++---- - src/hb-private.hh | 12 ++++++++++++ + src/hb-ot-map.cc | 9 +++++---- + src/hb-private.hh | 12 ++++++++++++ 3 files changed, 22 insertions(+), 8 deletions(-) commit b214ec3ac0ce6568e9226fd09661d52de11dca96 Author: Behdad Esfahbod -Date: Thu May 5 13:24:07 2011 -0400 +Date: Thu May 5 13:24:07 2011 -0400 Minor @@ -39010,41 +42384,41 @@ Date: Thu May 5 13:24:07 2011 -0400 commit 811482bd650fb5652a9835471ae8ecf0fb185611 Author: Behdad Esfahbod -Date: Thu May 5 13:21:04 2011 -0400 +Date: Thu May 5 13:21:04 2011 -0400 Replace hb_map_t with hb_set_t which is more intuitive and flexible src/hb-object-private.hh | 24 ++++++++++++++---------- - src/hb-private.hh | 44 + src/hb-private.hh | 44 +++++++++++++++++--------------------------- - test/test-object.c | 4 ++++ + test/test-object.c | 4 ++++ 3 files changed, 35 insertions(+), 37 deletions(-) commit 478a42536ff7ab777a7774fbfdb9c5e51334a14e Author: Behdad Esfahbod -Date: Thu May 5 12:39:51 2011 -0400 +Date: Thu May 5 12:39:51 2011 -0400 Make array/map implementation more generic src/hb-object-private.hh | 2 ++ - src/hb-private.hh | 13 +++++++------ + src/hb-private.hh | 13 +++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) commit b81bd42951e1ce1569b29168015d3c5a2dacf773 Author: Behdad Esfahbod -Date: Thu May 5 00:21:16 2011 -0400 +Date: Thu May 5 00:21:16 2011 -0400 Make hb_mutex_*() macros take a pointer More intuitive. - src/hb-blob.cc | 28 ++++++++++++++-------------- + src/hb-blob.cc | 28 ++++++++++++++-------------- src/hb-mutex-private.hh | 32 ++++++++++++++++---------------- 2 files changed, 30 insertions(+), 30 deletions(-) commit a4b1900913c91aa9db74c4fdfa7c691a5cdf02a8 Author: Behdad Esfahbod -Date: Thu May 5 00:17:43 2011 -0400 +Date: Thu May 5 00:17:43 2011 -0400 Add hb_static_mutex_t @@ -39053,26 +42427,26 @@ Date: Thu May 5 00:17:43 2011 -0400 commit 56eb5ad6f94c32189ad219438db9a18683ca6846 Author: Behdad Esfahbod -Date: Wed May 4 19:27:37 2011 -0400 +Date: Wed May 4 19:27:37 2011 -0400 Move code around Mutex (and Windows.h by extension) are fairly isolated now. - src/Makefile.am | 8 ++-- + src/Makefile.am | 8 ++-- src/hb-blob-private.hh | 60 --------------------------- - src/hb-blob.cc | 24 ++++++++++- + src/hb-blob.cc | 24 ++++++++++- src/hb-font-private.hh | 3 -- - src/hb-font.cc | 12 +++--- + src/hb-font.cc | 12 +++--- src/hb-mutex-private.hh | 105 +++++++++++++++++++++++++++++++++++++++++++++++ src/hb-object-private.hh | 33 ++------------- - src/hb-unicode.cc | 1 - + src/hb-unicode.cc | 1 - 8 files changed, 141 insertions(+), 105 deletions(-) commit d292885893395dcb345dce1010e5c8628a715ef4 Author: Behdad Esfahbod -Date: Tue May 3 01:03:53 2011 -0400 +Date: Tue May 3 01:03:53 2011 -0400 [ft] Fix font->face handling @@ -39083,7 +42457,7 @@ Date: Tue May 3 01:03:53 2011 -0400 commit 2000179487b49e0d504ec127450dc6fcb5568cec Author: Behdad Esfahbod -Date: Tue May 3 00:49:06 2011 -0400 +Date: Tue May 3 00:49:06 2011 -0400 Move Win32 thread-safety stuff to hb-object-private.h @@ -39091,30 +42465,30 @@ Date: Tue May 3 00:49:06 2011 -0400 hb-open-type.h. Avoid that by making sure hb-object-private.h and hb-open-type.h are not included in the same compilation unit. - src/hb-common.cc | 54 --------------------------------------- + src/hb-common.cc | 54 --------------------------------------- src/hb-object-private.hh | 66 ++++++++++++++++++++++++++++++++++++++++++++++++ - src/hb-private.hh | 66 + src/hb-private.hh | 66 ------------------------------------------------ 3 files changed, 66 insertions(+), 120 deletions(-) commit 266b34418c9bbe23ccaf29cb354b58c465fa3b22 Author: Behdad Esfahbod -Date: Tue May 3 00:35:53 2011 -0400 +Date: Tue May 3 00:35:53 2011 -0400 Refactor to keep hb-object-private.h and hb-open-type.h separate Needed to be able to include from hb-object-private.h. - src/hb-font.cc | 19 ++++---------- + src/hb-font.cc | 19 ++++---------- src/hb-ot-layout-private.hh | 60 +++++++++++++++++++++++++-------------------- - src/hb-ot-layout.cc | 28 ++++++++++++++++++--- + src/hb-ot-layout.cc | 28 ++++++++++++++++++--- 3 files changed, 63 insertions(+), 44 deletions(-) commit d4141a44b97377a65e6d2a3e03b3709307af38c1 Author: Behdad Esfahbod -Date: Tue May 3 00:19:18 2011 -0400 +Date: Tue May 3 00:19:18 2011 -0400 [blob] Implement sub_blob() in terms of create() @@ -39127,7 +42501,7 @@ Date: Tue May 3 00:19:18 2011 -0400 commit fc52e9e44c2fe84d63f18dc0098720830f0b467d Author: Behdad Esfahbod -Date: Tue May 3 00:09:16 2011 -0400 +Date: Tue May 3 00:09:16 2011 -0400 Implement win32 thread-safety stuff @@ -39140,7 +42514,7 @@ Date: Tue May 3 00:09:16 2011 -0400 commit f55272ecde857c116f97a3195f3abd1df3be4b86 Author: Behdad Esfahbod -Date: Mon May 2 20:57:28 2011 -0400 +Date: Mon May 2 20:57:28 2011 -0400 Add hb_mutex_free() and use it @@ -39152,7 +42526,7 @@ Date: Mon May 2 20:57:28 2011 -0400 commit 8d5186484b28b5f629b523e067d7d5166eec557a Author: Behdad Esfahbod -Date: Mon May 2 20:52:21 2011 -0400 +Date: Mon May 2 20:52:21 2011 -0400 Cosmetic @@ -39161,31 +42535,31 @@ Date: Mon May 2 20:52:21 2011 -0400 commit 72657e4ce757dcb055a8db7291b68f96f0d34bfb Author: Behdad Esfahbod -Date: Mon May 2 20:46:32 2011 -0400 +Date: Mon May 2 20:46:32 2011 -0400 [API] Make hb_font_create() take a face and reference it - src/hb-font-private.hh | 2 ++ - src/hb-font.cc | 42 + src/hb-font-private.hh | 2 ++ + src/hb-font.cc | 42 +++++++++++++++++++++++++--------------- - src/hb-font.h | 26 ++++++++++++++----------- - src/hb-ft.cc | 7 +------ + src/hb-font.h | 26 ++++++++++++++----------- + src/hb-ft.cc | 7 +------ src/hb-ot-layout-gdef-private.hh | 2 +- src/hb-ot-layout-gpos-private.hh | 2 +- - src/hb-ot-layout.cc | 10 ++++------ - src/hb-ot-layout.h | 2 -- - src/hb-ot-map-private.hh | 2 +- - src/hb-ot-shape.cc | 23 +++++++++++----------- - src/hb-ot-shape.h | 1 - - src/hb-shape.cc | 18 ++--------------- - src/hb-shape.h | 1 - - src/hb-view.cc | 4 +--- - test/test-object.c | 7 +++++-- + src/hb-ot-layout.cc | 10 ++++------ + src/hb-ot-layout.h | 2 -- + src/hb-ot-map-private.hh | 2 +- + src/hb-ot-shape.cc | 23 +++++++++++----------- + src/hb-ot-shape.h | 1 - + src/hb-shape.cc | 18 ++--------------- + src/hb-shape.h | 1 - + src/hb-view.cc | 4 +--- + test/test-object.c | 7 +++++-- 15 files changed, 70 insertions(+), 79 deletions(-) commit cec6611c5ce84d69d910bf7e9ec1fdd594398f9f Author: Behdad Esfahbod -Date: Mon May 2 20:18:58 2011 -0400 +Date: Mon May 2 20:18:58 2011 -0400 Protect NULL in a couple places @@ -39194,7 +42568,7 @@ Date: Mon May 2 20:18:58 2011 -0400 commit 5a5030366e40baa8d96ca67b47a52ad5af143157 Author: Behdad Esfahbod -Date: Mon May 2 19:54:29 2011 -0400 +Date: Mon May 2 19:54:29 2011 -0400 Fix bug in array growth implementation @@ -39205,7 +42579,7 @@ Date: Mon May 2 19:54:29 2011 -0400 commit 16123e10700436df18d14e37371bb621b31ea5d1 Author: Behdad Esfahbod -Date: Mon May 2 19:54:17 2011 -0400 +Date: Mon May 2 19:54:17 2011 -0400 Fix bug in map implementation @@ -39214,7 +42588,7 @@ Date: Mon May 2 19:54:17 2011 -0400 commit 1cd5969f253528b1fc05a06c7a9f222baa29f68d Author: Behdad Esfahbod -Date: Mon May 2 19:53:39 2011 -0400 +Date: Mon May 2 19:53:39 2011 -0400 [object] Fix bug in get_user_data() implementation @@ -39223,21 +42597,21 @@ Date: Mon May 2 19:53:39 2011 -0400 commit db99589529a22a2113bcef1680ab6d9b934f382e Author: Behdad Esfahbod -Date: Mon May 2 19:52:47 2011 -0400 +Date: Mon May 2 19:52:47 2011 -0400 [test/object] Add test for object lifecycle stuff Revealed many bugs in the (untested and known buggy) user_data support. - test/Makefile.am | 4 + + test/Makefile.am | 4 + test/test-object.c | 316 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 320 insertions(+) commit f74d6c81f14f117b3cecfb65f0d5df22849c9a07 Author: Behdad Esfahbod -Date: Mon May 2 19:52:32 2011 -0400 +Date: Mon May 2 19:52:32 2011 -0400 Cosmetic @@ -39246,19 +42620,19 @@ Date: Mon May 2 19:52:32 2011 -0400 commit 4911062d5be0d937ee8f1a70cc93e05d162f45b3 Author: Behdad Esfahbod -Date: Mon May 2 19:36:39 2011 -0400 +Date: Mon May 2 19:36:39 2011 -0400 [API] Rename hb_blob_create_empty() to hb_blob_get_empty() - src/hb-blob.cc | 2 +- - src/hb-blob.h | 2 +- - src/hb-font.cc | 2 +- + src/hb-blob.cc | 2 +- + src/hb-blob.h | 2 +- + src/hb-font.cc | 2 +- src/hb-open-type-private.hh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) commit 1ab1d3e38cdf8e7331efdbc4ef0c02ee9d5c8c04 Author: Behdad Esfahbod -Date: Mon May 2 19:35:53 2011 -0400 +Date: Mon May 2 19:35:53 2011 -0400 [face] Return nil face if blob is inert @@ -39267,7 +42641,7 @@ Date: Mon May 2 19:35:53 2011 -0400 commit e87867cb88280e3f3a38d829e359cb686168b2cb Author: Behdad Esfahbod -Date: Mon May 2 19:35:05 2011 -0400 +Date: Mon May 2 19:35:05 2011 -0400 [buffer] Fail in _create() if we cannot pre-allocate the requested size @@ -39277,7 +42651,7 @@ Date: Mon May 2 19:35:05 2011 -0400 commit cd361ec9a1b2bfc271e5490dbfc0a870fd5c439a Author: Behdad Esfahbod -Date: Mon May 2 16:54:05 2011 -0400 +Date: Mon May 2 16:54:05 2011 -0400 Cosmetic @@ -39286,17 +42660,17 @@ Date: Mon May 2 16:54:05 2011 -0400 commit c784c67a28f5b92d396eaa9529d57ef91a5cb9ac Author: Behdad Esfahbod -Date: Mon May 2 15:59:57 2011 -0400 +Date: Mon May 2 15:59:57 2011 -0400 [unicode] Make _get_parent() return _nil object instead of NULL src/hb-unicode.cc | 29 ++++++++++++----------------- - test/test-unicode.c | 2 +- + test/test-unicode.c | 2 +- 2 files changed, 13 insertions(+), 18 deletions(-) commit 07e22779abd089d5921bf2d19d4a3bf1bd0173c6 Author: Behdad Esfahbod -Date: Mon May 2 14:58:04 2011 -0400 +Date: Mon May 2 14:58:04 2011 -0400 [test/unicode] Add script roundtrip tests for glib and ICU @@ -39306,7 +42680,7 @@ Date: Mon May 2 14:58:04 2011 -0400 commit 7cda65935c73c277550f6ac12f6730e96d4852a7 Author: Behdad Esfahbod -Date: Mon May 2 14:33:53 2011 -0400 +Date: Mon May 2 14:33:53 2011 -0400 [test/unicode] Better test chainup @@ -39316,7 +42690,7 @@ Date: Mon May 2 14:33:53 2011 -0400 commit 250c59225ead28449deb11522dee3819480a19b4 Author: Behdad Esfahbod -Date: Mon May 2 14:21:30 2011 -0400 +Date: Mon May 2 14:21:30 2011 -0400 [test/unicode] Port the _custom test to test all property setters @@ -39326,7 +42700,7 @@ Date: Mon May 2 14:21:30 2011 -0400 commit e74b5b339ab0af53d893ec84a0955d5aa508fed3 Author: Behdad Esfahbod -Date: Mon May 2 14:03:55 2011 -0400 +Date: Mon May 2 14:03:55 2011 -0400 [test/unicode] Test Unicode 5.2+ but don't fail @@ -39335,7 +42709,7 @@ Date: Mon May 2 14:03:55 2011 -0400 commit c763aa42b46eaee95359806cab56fa632ff3ad58 Author: Behdad Esfahbod -Date: Mon May 2 13:52:17 2011 -0400 +Date: Mon May 2 13:52:17 2011 -0400 [test/buffer] Clean up testing @@ -39347,7 +42721,7 @@ Date: Mon May 2 13:52:17 2011 -0400 commit 819e9d9e5310e67e8dcce9fa885f8a086a9b9ee8 Author: Behdad Esfahbod -Date: Mon May 2 12:38:54 2011 -0400 +Date: Mon May 2 12:38:54 2011 -0400 Minor @@ -39356,7 +42730,7 @@ Date: Mon May 2 12:38:54 2011 -0400 commit 03034acb8a9fdd33135bc3775a1f932da9ebdd42 Author: Behdad Esfahbod -Date: Mon May 2 12:37:45 2011 -0400 +Date: Mon May 2 12:37:45 2011 -0400 [icu] Make sure we return script UNKNOWN instead of INVALID @@ -39365,7 +42739,7 @@ Date: Mon May 2 12:37:45 2011 -0400 commit d02985ec5a24c659a0a133cc6bc103f1d76bcb29 Author: Behdad Esfahbod -Date: Mon May 2 12:35:14 2011 -0400 +Date: Mon May 2 12:35:14 2011 -0400 ISO 15924 fixes @@ -39381,7 +42755,7 @@ Date: Mon May 2 12:35:14 2011 -0400 commit e8e29c725a72c2e991cd1c4422a020457e1684e9 Author: Behdad Esfahbod -Date: Mon May 2 12:06:18 2011 -0400 +Date: Mon May 2 12:06:18 2011 -0400 [test/unicode] Add log messages @@ -39392,7 +42766,7 @@ Date: Mon May 2 12:06:18 2011 -0400 commit 208c2c31501f6eb2b81b6bf80fcf39f4646eb38b Author: Behdad Esfahbod -Date: Sun May 1 20:04:01 2011 -0400 +Date: Sun May 1 20:04:01 2011 -0400 Minor @@ -39402,20 +42776,20 @@ Date: Sun May 1 20:04:01 2011 -0400 commit 60833efaf1310c3f18e150b61daaeb0074ae3d91 Author: Behdad Esfahbod -Date: Fri Apr 29 16:49:57 2011 -0400 +Date: Fri Apr 29 16:49:57 2011 -0400 [test/unicode] Add testing of all unicode properties ICU fails for now. - test/hb-test.h | 4 +- + test/hb-test.h | 4 +- test/test-unicode.c | 432 +++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 416 insertions(+), 20 deletions(-) commit da96ee072fa3544c3d36cf0b82ada11806789d70 Author: Behdad Esfahbod -Date: Fri Apr 29 12:17:09 2011 -0400 +Date: Fri Apr 29 12:17:09 2011 -0400 [test/unicode] Test is/make_immutable() @@ -39424,23 +42798,23 @@ Date: Fri Apr 29 12:17:09 2011 -0400 commit 6af9cff5e17e82100b435c8d21aed0765296d58d Author: Behdad Esfahbod -Date: Fri Apr 29 12:00:38 2011 -0400 +Date: Fri Apr 29 12:00:38 2011 -0400 [test/unicode] Use text fixture instead of static variables src/hb-unicode-private.hh | 2 +- - src/hb-unicode.h | 2 +- - test/test-buffer.c | 2 +- - test/test-c.c | 1 + - test/test-common.c | 3 +- + src/hb-unicode.h | 2 +- + test/test-buffer.c | 2 +- + test/test-c.c | 1 + + test/test-common.c | 3 +- test/test-cplusplus.cc | 1 + - test/test-unicode.c | 112 + test/test-unicode.c | 112 +++++++++++++++++++++++++++------------------- 7 files changed, 74 insertions(+), 49 deletions(-) commit 13db3d40bfc09c68f9761a71435b1840b9d34099 Author: Behdad Esfahbod -Date: Thu Apr 28 19:44:45 2011 -0400 +Date: Thu Apr 28 19:44:45 2011 -0400 [test/buffer] Add UTF-16 tests @@ -39449,18 +42823,18 @@ Date: Thu Apr 28 19:44:45 2011 -0400 commit 243673d601588a6f704ceafbff5dd5cdf66c47b7 Author: Behdad Esfahbod -Date: Thu Apr 28 19:37:51 2011 -0400 +Date: Thu Apr 28 19:37:51 2011 -0400 [test/buffer] Add more extensive UTF-8 test data from glib - src/hb-buffer.cc | 2 +- + src/hb-buffer.cc | 2 +- test/test-buffer.c | 317 ++++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 303 insertions(+), 16 deletions(-) commit dfec67f958482e5c3bb01e06b08694cd4ded6f66 Author: Behdad Esfahbod -Date: Thu Apr 28 18:34:42 2011 -0400 +Date: Thu Apr 28 18:34:42 2011 -0400 [test/buffer] Add initial utf-8 tests @@ -39470,57 +42844,57 @@ Date: Thu Apr 28 18:34:42 2011 -0400 commit aafe395ab550d3ba2fabc69155662e87d45e74a8 Author: Behdad Esfahbod -Date: Thu Apr 28 17:10:44 2011 -0400 +Date: Thu Apr 28 17:10:44 2011 -0400 Add test suite infrastructure Wraps around glib for convenience and ease of use. - test/Makefile.am | 1 + + test/Makefile.am | 1 + test/hb-test.h | 132 ++++++++++++++++++++++++++++++++++++++++++++++++---- - test/test-buffer.c | 29 ++++++------ - test/test-common.c | 14 +++--- - test/test-unicode.c | 32 ++++++------- + test/test-buffer.c | 29 ++++++------ + test/test-common.c | 14 +++--- + test/test-unicode.c | 32 ++++++------- 5 files changed, 160 insertions(+), 48 deletions(-) commit c7ffe2ad5f6e97e26d14e2cc0d4098af8f5f36d0 Author: Behdad Esfahbod -Date: Thu Apr 28 16:03:29 2011 -0400 +Date: Thu Apr 28 16:03:29 2011 -0400 [API Remove hb_font_funcs_copy() Will be adding font_funcs subclassing instead. src/hb-font.cc | 13 ------------- - src/hb-font.h | 3 --- + src/hb-font.h | 3 --- 2 files changed, 16 deletions(-) commit 30f34d08d445722320db711c3ddf41e66225752c Author: Behdad Esfahbod -Date: Thu Apr 28 16:02:40 2011 -0400 +Date: Thu Apr 28 16:02:40 2011 -0400 [TODO] Remove finished items - TODO | 2 -- + TODO | 2 -- src/hb-font.h | 10 ---------- 2 files changed, 12 deletions(-) commit 080a0eb7d82d7195be72c16ece6e0a3ffed636b6 Author: Behdad Esfahbod -Date: Thu Apr 28 16:01:01 2011 -0400 +Date: Thu Apr 28 16:01:01 2011 -0400 Add _hb_unsigned_int_mul_overflows - src/hb-buffer.cc | 7 ++----- - src/hb-open-type-private.hh | 2 +- + src/hb-buffer.cc | 7 ++----- + src/hb-open-type-private.hh | 2 +- src/hb-ot-layout-gsub-private.hh | 2 +- - src/hb-private.hh | 9 ++++++++- + src/hb-private.hh | 9 ++++++++- 4 files changed, 12 insertions(+), 8 deletions(-) commit 1d39d6e42b3d7628512d675a84a831a0f58624eb Author: Behdad Esfahbod -Date: Thu Apr 28 15:54:16 2011 -0400 +Date: Thu Apr 28 15:54:16 2011 -0400 Desable possibly lethal test on 64-bit machines @@ -39529,7 +42903,7 @@ Date: Thu Apr 28 15:54:16 2011 -0400 commit 3264042873fd639f3ef8ff0acfad777a0a9f3355 Author: Behdad Esfahbod -Date: Thu Apr 28 14:24:16 2011 -0400 +Date: Thu Apr 28 14:24:16 2011 -0400 [test/buffer] Test pre_allocate() and allocation_successful() @@ -39539,7 +42913,7 @@ Date: Thu Apr 28 14:24:16 2011 -0400 commit 123aa04f7b3241d6e43de2d472c4a1cbdb250ac7 Author: Behdad Esfahbod -Date: Thu Apr 28 12:58:28 2011 -0400 +Date: Thu Apr 28 12:58:28 2011 -0400 Fix possible but improbable overflow in hb_array_t @@ -39548,34 +42922,34 @@ Date: Thu Apr 28 12:58:28 2011 -0400 commit e0db4b868f9fdd8e680890f87dd4e13a1c27b7a1 Author: Behdad Esfahbod -Date: Thu Apr 28 12:56:49 2011 -0400 +Date: Thu Apr 28 12:56:49 2011 -0400 [buffer] More error handling Should be all set now. src/hb-buffer-private.hh | 2 +- - src/hb-buffer.cc | 60 + src/hb-buffer.cc | 60 +++++++++++++++++++++++++++++++++--------------- 2 files changed, 43 insertions(+), 19 deletions(-) commit 15c57e04bf05026ef424f8ae912d2f379301bf93 Author: Behdad Esfahbod -Date: Thu Apr 28 12:28:54 2011 -0400 +Date: Thu Apr 28 12:28:54 2011 -0400 [test/buffer] Add test pre_alloc(); hangs in the buffer code right now Because the following loop overflows: while (size > new_allocated) - new_allocated += (new_allocated >> 1) + 32; + new_allocated += (new_allocated >> 1) + 32; test/test-buffer.c | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) commit 1e5527e2d60ed3b4a5adf62b258415ec3aef41fb Author: Behdad Esfahbod -Date: Thu Apr 28 12:15:24 2011 -0400 +Date: Thu Apr 28 12:15:24 2011 -0400 [test/buffer] Test reset(), set_length(), and set/get_unicode_data() @@ -39585,7 +42959,7 @@ Date: Thu Apr 28 12:15:24 2011 -0400 commit db126b5448ec802285cf2b6f0e7da412d02dfb28 Author: Behdad Esfahbod -Date: Thu Apr 28 11:56:29 2011 -0400 +Date: Thu Apr 28 11:56:29 2011 -0400 [test/buffer] Test reverse() and reverse_clusters() @@ -39595,60 +42969,60 @@ Date: Thu Apr 28 11:56:29 2011 -0400 commit 5fa849b77d49da2212825ebb1bea9145713b8449 Author: Behdad Esfahbod -Date: Wed Apr 27 21:46:01 2011 -0400 +Date: Wed Apr 27 21:46:01 2011 -0400 [API] Add _set/get_user_data() for all objects src/hb-blob.cc | 17 +++++++++++++++++ - src/hb-blob.h | 12 ++++++++++++ + src/hb-blob.h | 12 ++++++++++++ src/hb-buffer.cc | 16 ++++++++++++++++ src/hb-buffer.h | 10 ++++++++++ src/hb-font.cc | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ - src/hb-font.h | 36 ++++++++++++++++++++++++++++++++++++ + src/hb-font.h | 36 ++++++++++++++++++++++++++++++++++++ src/hb-unicode.cc | 17 +++++++++++++++++ src/hb-unicode.h | 12 ++++++++++++ 8 files changed, 171 insertions(+) commit 852e08ec8fbfbce1d50e571d0bb0b52ef4d4cc58 Author: Behdad Esfahbod -Date: Wed Apr 27 21:45:51 2011 -0400 +Date: Wed Apr 27 21:45:51 2011 -0400 Move code around src/hb-object-private.hh | 153 ++++++++++------------------------------------- - src/hb-private.hh | 136 +++++++++++++++++++++++++++++++++++++---- + src/hb-private.hh | 136 +++++++++++++++++++++++++++++++++++++---- 2 files changed, 157 insertions(+), 132 deletions(-) commit 29c67d3f70b081766a6c01353980f457f38aeb12 Author: Behdad Esfahbod -Date: Wed Apr 27 21:22:32 2011 -0400 +Date: Wed Apr 27 21:22:32 2011 -0400 Add initial implementation of user_data to objects - src/hb-common.h | 11 ++- + src/hb-common.h | 11 ++- src/hb-object-private.hh | 186 ++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 193 insertions(+), 4 deletions(-) commit 47e71d9661946a4ffb96026bf1d697d788414ab5 Author: Behdad Esfahbod -Date: Wed Apr 27 16:38:03 2011 -0400 +Date: Wed Apr 27 16:38:03 2011 -0400 [object] Remove unnecessary use of macros - TODO | 2 -- - src/hb-blob.cc | 18 +++++++++--------- - src/hb-buffer.cc | 6 +++--- - src/hb-font.cc | 30 +++++++++++++++--------------- + TODO | 2 -- + src/hb-blob.cc | 18 +++++++++--------- + src/hb-buffer.cc | 6 +++--- + src/hb-font.cc | 30 +++++++++++++++--------------- src/hb-object-private.hh | 9 --------- - src/hb-unicode.cc | 8 ++++---- + src/hb-unicode.cc | 8 ++++---- 6 files changed, 31 insertions(+), 42 deletions(-) commit 8be1420f8fd0e5c53282245d6830efbee5c7409d Author: Behdad Esfahbod -Date: Wed Apr 27 16:14:04 2011 -0400 +Date: Wed Apr 27 16:14:04 2011 -0400 [blob] Use HB_FUNC instead of __FUNCTION__ @@ -39657,7 +43031,7 @@ Date: Wed Apr 27 16:14:04 2011 -0400 commit ae008b90cfc2028e878100f78b21d70f923a6044 Author: Behdad Esfahbod -Date: Wed Apr 27 16:12:12 2011 -0400 +Date: Wed Apr 27 16:12:12 2011 -0400 [object] Add tracing support back in @@ -39666,7 +43040,7 @@ Date: Wed Apr 27 16:12:12 2011 -0400 commit 5b7f38979fa90117861fe327477de1707f117a8c Author: Behdad Esfahbod -Date: Wed Apr 27 15:10:12 2011 -0400 +Date: Wed Apr 27 15:10:12 2011 -0400 GNOME Bug 612402 - (hb-arm) HarfBuzz compilation fix for arm @@ -39677,13 +43051,13 @@ Date: Wed Apr 27 15:10:12 2011 -0400 commit 39a840ae65327b173e6eb1bb291e235a8305d7a1 Author: Behdad Esfahbod -Date: Wed Apr 27 14:48:19 2011 -0400 +Date: Wed Apr 27 14:48:19 2011 -0400 [API] Add hb_direction_from/to_string() And hb-view --direction argument. - TODO | 1 - + TODO | 1 - src/hb-common.cc | 36 ++++++++++++++++++++++++++++++++++++ src/hb-common.h | 6 ++++++ src/hb-view.cc | 13 ++++++++++--- @@ -39692,18 +43066,18 @@ Date: Wed Apr 27 14:48:19 2011 -0400 commit f1425a549fef360c3750532de23604cd318999d8 Author: Behdad Esfahbod -Date: Wed Apr 27 12:15:06 2011 -0400 +Date: Wed Apr 27 12:15:06 2011 -0400 Rename hb-view.c and test.c to .cc files - src/Makefile.am | 4 ++-- + src/Makefile.am | 4 ++-- src/{hb-view.c => hb-view.cc} | 2 +- src/{test.c => test.cc} | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) commit eb5796f58897ecfb9d76fd99915bf1a30669a0fa Author: Behdad Esfahbod -Date: Wed Apr 27 12:14:53 2011 -0400 +Date: Wed Apr 27 12:14:53 2011 -0400 [TODO] Add hb-view items @@ -39712,7 +43086,7 @@ Date: Wed Apr 27 12:14:53 2011 -0400 commit 65e0063eae2f3adb25315b8bd7b0e7757aa960f3 Author: Behdad Esfahbod -Date: Wed Apr 27 09:33:58 2011 -0400 +Date: Wed Apr 27 09:33:58 2011 -0400 Make buffer size growth start from 32 instead of 8 @@ -39721,23 +43095,23 @@ Date: Wed Apr 27 09:33:58 2011 -0400 commit d4bee9f813bb299b1c4aab7c33d588be2a7d354b Author: Behdad Esfahbod -Date: Wed Apr 27 09:24:37 2011 -0400 +Date: Wed Apr 27 09:24:37 2011 -0400 [API] Add hb_unicode_funcs_get_default() - src/hb-buffer.cc | 4 ++-- - src/hb-glib.cc | 5 +++-- - src/hb-icu.cc | 5 +++-- + src/hb-buffer.cc | 4 ++-- + src/hb-glib.cc | 5 +++-- + src/hb-icu.cc | 5 +++-- src/hb-unicode-private.hh | 11 +++++++++++ - src/hb-unicode.cc | 7 +++++++ - src/hb-unicode.h | 8 ++++++++ - src/hb-view.c | 13 ++++++------- - test/test-unicode.c | 11 ++++++++++- + src/hb-unicode.cc | 7 +++++++ + src/hb-unicode.h | 8 ++++++++ + src/hb-view.c | 13 ++++++------- + test/test-unicode.c | 11 ++++++++++- 8 files changed, 50 insertions(+), 14 deletions(-) commit 153142dac8dd9abaf164bb88af07c600c17fc3a1 Author: Behdad Esfahbod -Date: Wed Apr 27 01:49:03 2011 -0400 +Date: Wed Apr 27 01:49:03 2011 -0400 Replace simple macros with inline functions for better type safety @@ -39746,13 +43120,13 @@ Date: Wed Apr 27 01:49:03 2011 -0400 The hb_be_int16/32_get/put/eq() macros grow code size if replaced with inline functions, so leave them as is. - src/hb-open-type-private.hh | 4 ++-- - src/hb-private.hh | 30 +++++++++++++++++++++--------- + src/hb-open-type-private.hh | 4 ++-- + src/hb-private.hh | 30 +++++++++++++++++++++--------- 2 files changed, 23 insertions(+), 11 deletions(-) commit 40a9b8154f929947f4693bf90c64301afa407c3f Author: Behdad Esfahbod -Date: Wed Apr 27 01:48:56 2011 -0400 +Date: Wed Apr 27 01:48:56 2011 -0400 Add TODO item @@ -39761,7 +43135,7 @@ Date: Wed Apr 27 01:48:56 2011 -0400 commit ebdc83467c31574daa118fc18cd2ef2dc819b503 Author: Behdad Esfahbod -Date: Wed Apr 27 01:41:24 2011 -0400 +Date: Wed Apr 27 01:41:24 2011 -0400 Don't return in void function @@ -39772,7 +43146,7 @@ Date: Wed Apr 27 01:41:24 2011 -0400 commit ec6f9c2fd03a49d1e91cbaefa5bdbbfb35dff92e Author: Behdad Esfahbod -Date: Thu Apr 21 18:35:58 2011 -0400 +Date: Thu Apr 21 18:35:58 2011 -0400 Further simplify object handling @@ -39782,106 +43156,106 @@ Date: Thu Apr 21 18:35:58 2011 -0400 commit fca368c4682624346a0aaee690e1ad6ed4c0b337 Author: Behdad Esfahbod -Date: Thu Apr 21 18:24:02 2011 -0400 +Date: Thu Apr 21 18:24:02 2011 -0400 Add hb_object_header_t which is the common part of all objects Makes way for adding arbitrary user_data support. src/hb-blob-private.hh | 3 +- - src/hb-blob.cc | 2 +- + src/hb-blob.cc | 2 +- src/hb-buffer-private.hh | 9 +++-- - src/hb-buffer.cc | 2 +- + src/hb-buffer.cc | 2 +- src/hb-font-private.hh | 7 ++-- - src/hb-font.cc | 7 ++-- - src/hb-ft.cc | 3 +- - src/hb-glib.cc | 3 +- - src/hb-icu.cc | 3 +- + src/hb-font.cc | 7 ++-- + src/hb-ft.cc | 3 +- + src/hb-glib.cc | 3 +- + src/hb-icu.cc | 3 +- src/hb-object-private.hh | 95 ++++++++++++++++++++++++++--------------------- - src/hb-private.hh | 5 +-- + src/hb-private.hh | 5 +-- src/hb-unicode-private.hh | 6 ++- - src/hb-unicode.cc | 3 +- + src/hb-unicode.cc | 3 +- 13 files changed, 82 insertions(+), 66 deletions(-) commit a9f24c802956d57180d71b83e96a0fb81197df4a Author: Behdad Esfahbod -Date: Thu Apr 21 17:18:22 2011 -0400 +Date: Thu Apr 21 17:18:22 2011 -0400 Move hb_reference_count_t to hb-private.h src/hb-object-private.hh | 17 ----------------- - src/hb-private.hh | 20 ++++++++++++++++++++ + src/hb-private.hh | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 17 deletions(-) commit 2409d5f8d7dd8b535ce5ea29e933f7db27d33793 Author: Behdad Esfahbod -Date: Thu Apr 21 17:14:28 2011 -0400 +Date: Thu Apr 21 17:14:28 2011 -0400 Update Copyright headers - COPYING | 15 ++++++++------- - src/hb-blob-private.hh | 2 +- - src/hb-blob.cc | 2 +- - src/hb-blob.h | 2 +- - src/hb-buffer-private.hh | 4 ++-- - src/hb-buffer.cc | 6 +++--- - src/hb-buffer.h | 6 +++--- - src/hb-common.cc | 4 +++- - src/hb-common.h | 4 +++- - src/hb-font-private.hh | 4 +++- - src/hb-font.cc | 2 +- - src/hb-font.h | 2 +- - src/hb-ft.cc | 4 ++-- - src/hb-ft.h | 2 +- - src/hb-glib.cc | 4 +++- - src/hb-glib.h | 4 +++- - src/hb-icu.cc | 6 ++++-- - src/hb-icu.h | 4 +++- - src/hb-object-private.hh | 6 ++++-- - src/hb-open-file-private.hh | 2 +- - src/hb-open-type-private.hh | 2 +- - src/hb-ot-head-private.hh | 2 +- - src/hb-ot-layout-common-private.hh | 4 ++-- - src/hb-ot-layout-gdef-private.hh | 4 ++-- - src/hb-ot-layout-gpos-private.hh | 4 ++-- - src/hb-ot-layout-gsub-private.hh | 4 ++-- - src/hb-ot-layout-gsubgpos-private.hh | 4 ++-- - src/hb-ot-layout-private.hh | 2 +- - src/hb-ot-layout.cc | 6 +++--- - src/hb-ot-layout.h | 2 +- - src/hb-ot-map-private.hh | 4 ++-- - src/hb-ot-map.cc | 4 ++-- + COPYING | 15 ++++++++------- + src/hb-blob-private.hh | 2 +- + src/hb-blob.cc | 2 +- + src/hb-blob.h | 2 +- + src/hb-buffer-private.hh | 4 ++-- + src/hb-buffer.cc | 6 +++--- + src/hb-buffer.h | 6 +++--- + src/hb-common.cc | 4 +++- + src/hb-common.h | 4 +++- + src/hb-font-private.hh | 4 +++- + src/hb-font.cc | 2 +- + src/hb-font.h | 2 +- + src/hb-ft.cc | 4 ++-- + src/hb-ft.h | 2 +- + src/hb-glib.cc | 4 +++- + src/hb-glib.h | 4 +++- + src/hb-icu.cc | 6 ++++-- + src/hb-icu.h | 4 +++- + src/hb-object-private.hh | 6 ++++-- + src/hb-open-file-private.hh | 2 +- + src/hb-open-type-private.hh | 2 +- + src/hb-ot-head-private.hh | 2 +- + src/hb-ot-layout-common-private.hh | 4 ++-- + src/hb-ot-layout-gdef-private.hh | 4 ++-- + src/hb-ot-layout-gpos-private.hh | 4 ++-- + src/hb-ot-layout-gsub-private.hh | 4 ++-- + src/hb-ot-layout-gsubgpos-private.hh | 4 ++-- + src/hb-ot-layout-private.hh | 2 +- + src/hb-ot-layout.cc | 6 +++--- + src/hb-ot-layout.h | 2 +- + src/hb-ot-map-private.hh | 4 ++-- + src/hb-ot-map.cc | 4 ++-- src/hb-ot-shape-complex-arabic-table.hh | 2 +- - src/hb-ot-shape-complex-arabic.cc | 2 +- - src/hb-ot-shape-complex-private.hh | 2 +- - src/hb-ot-shape-private.hh | 2 +- - src/hb-ot-shape.cc | 4 ++-- - src/hb-ot-shape.h | 2 +- - src/hb-ot-tag.cc | 4 +++- - src/hb-ot-tag.h | 2 +- - src/hb-ot.h | 2 +- - src/hb-private.hh | 4 +++- - src/hb-shape.cc | 2 +- - src/hb-shape.h | 2 +- - src/hb-unicode-private.hh | 4 ++-- - src/hb-unicode.cc | 4 ++-- - src/hb-unicode.h | 4 +++- - src/hb-view.c | 4 ++-- - src/hb.h | 2 +- - src/main.cc | 2 +- - src/test.c | 2 +- - test/hb-test.h | 17 ++++++++++++++++- - test/test-buffer.c | 2 +- - test/test-c.c | 2 +- - test/test-common.c | 2 +- - test/test-cplusplus.cc | 2 +- - test/test-unicode.c | 2 +- + src/hb-ot-shape-complex-arabic.cc | 2 +- + src/hb-ot-shape-complex-private.hh | 2 +- + src/hb-ot-shape-private.hh | 2 +- + src/hb-ot-shape.cc | 4 ++-- + src/hb-ot-shape.h | 2 +- + src/hb-ot-tag.cc | 4 +++- + src/hb-ot-tag.h | 2 +- + src/hb-ot.h | 2 +- + src/hb-private.hh | 4 +++- + src/hb-shape.cc | 2 +- + src/hb-shape.h | 2 +- + src/hb-unicode-private.hh | 4 ++-- + src/hb-unicode.cc | 4 ++-- + src/hb-unicode.h | 4 +++- + src/hb-view.c | 4 ++-- + src/hb.h | 2 +- + src/main.cc | 2 +- + src/test.c | 2 +- + test/hb-test.h | 17 ++++++++++++++++- + test/test-buffer.c | 2 +- + test/test-c.c | 2 +- + test/test-common.c | 2 +- + test/test-cplusplus.cc | 2 +- + test/test-unicode.c | 2 +- 57 files changed, 122 insertions(+), 84 deletions(-) commit 08da7a3841ca7dfcb627314cae1c3a668b9c7236 Author: Behdad Esfahbod -Date: Thu Apr 21 16:59:10 2011 -0400 +Date: Thu Apr 21 16:59:10 2011 -0400 [hb-view] Accept numbers in feature tag name @@ -39892,7 +43266,7 @@ Date: Thu Apr 21 16:59:10 2011 -0400 commit 24229eb13268a422efffbcb28a094b726824c7f0 Author: Behdad Esfahbod -Date: Thu Apr 21 16:55:17 2011 -0400 +Date: Thu Apr 21 16:55:17 2011 -0400 Remove obsolete comment @@ -39907,7 +43281,7 @@ Date: Thu Apr 21 16:55:17 2011 -0400 commit dcb7026f33cbcdf60e9b7fcdd44c64cc08702c74 Author: Behdad Esfahbod -Date: Thu Apr 21 16:34:22 2011 -0400 +Date: Thu Apr 21 16:34:22 2011 -0400 Add ASSERT_STATIC_EXPR macro @@ -39918,27 +43292,27 @@ Date: Thu Apr 21 16:34:22 2011 -0400 commit 3e8bdbf9414291da5cf61213d5f4275c1ae23ae5 Author: Behdad Esfahbod -Date: Thu Apr 21 16:16:21 2011 -0400 +Date: Thu Apr 21 16:16:21 2011 -0400 Cleanup hb_refrence_count_t src/hb-object-private.hh | 23 ++++++++++++++++++----- - src/hb-private.hh | 6 +++--- + src/hb-private.hh | 6 +++--- 2 files changed, 21 insertions(+), 8 deletions(-) commit 783a7d69696bf0b1502ec9c1495e482e491c78e0 Author: Behdad Esfahbod -Date: Thu Apr 21 16:03:59 2011 -0400 +Date: Thu Apr 21 16:03:59 2011 -0400 [TODO] Remove finished items - TODO | 6 +----- + TODO | 6 +----- src/hb-ft.cc | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) commit da975419884a535281745f30f4b32fee0bc8a7a1 Author: Behdad Esfahbod -Date: Thu Apr 21 15:08:01 2011 -0400 +Date: Thu Apr 21 15:08:01 2011 -0400 [API] Allow negative font x_scale/y_scale @@ -39961,15 +43335,15 @@ Date: Thu Apr 21 15:08:01 2011 -0400 I'm happy with the resolution :-). - src/hb-font.cc | 8 ++++---- - src/hb-font.h | 8 ++++---- + src/hb-font.cc | 8 ++++---- + src/hb-font.h | 8 ++++---- src/hb-ot-layout-common-private.hh | 6 +----- - src/hb-ot-layout-private.hh | 2 +- + src/hb-ot-layout-private.hh | 2 +- 4 files changed, 10 insertions(+), 14 deletions(-) commit 4d559cddbb3b3a5c12c5167eba69598618a9f283 Author: Behdad Esfahbod -Date: Thu Apr 21 14:58:23 2011 -0400 +Date: Thu Apr 21 14:58:23 2011 -0400 [icu] Remove big script switch(), rely on reverse-lookup @@ -39979,7 +43353,7 @@ Date: Thu Apr 21 14:58:23 2011 -0400 commit d18431b4cd8c1b14523733cd60a62b862f5b471f Author: Behdad Esfahbod -Date: Wed Apr 20 18:59:10 2011 -0400 +Date: Wed Apr 20 18:59:10 2011 -0400 Move hb_reference_count_t from macros to inline methods @@ -39988,53 +43362,53 @@ Date: Wed Apr 20 18:59:10 2011 -0400 commit c57d454accff66e5f2c58006e8fb40bc020b6182 Author: Behdad Esfahbod -Date: Wed Apr 20 18:50:27 2011 -0400 +Date: Wed Apr 20 18:50:27 2011 -0400 Rename all private sources and headers to C++ files So we can liberally use the simple features of C++ that parts of the codebase is already using. - src/Makefile.am | 17 + src/Makefile.am | 17 +++++++++-------- - src/{hb-blob-private.h => hb-blob-private.hh} | 8 ++++---- - src/hb-blob.cc | 4 ++-- - src/hb-buffer-private.hh | 2 +- - src/{hb-common.c => hb-common.cc} | 8 ++++---- - src/{hb-font-private.h => hb-font-private.hh} | 8 ++++---- - src/hb-font.cc | 6 +++--- - src/{hb-ft.c => hb-ft.cc} | 4 ++-- - src/hb-glib.cc | 2 +- - src/hb-icu.cc | 2 +- - src/{hb-object-private.h => hb-object-private.hh} | 10 ++++------ - src/hb-open-type-private.hh | 2 +- - src/hb-ot-layout-gdef-private.hh | 2 +- - src/hb-ot-layout-private.hh | 4 ++-- + src/{hb-blob-private.h => hb-blob-private.hh} | 8 ++++---- + src/hb-blob.cc | 4 ++-- + src/hb-buffer-private.hh | 2 +- + src/{hb-common.c => hb-common.cc} | 8 ++++---- + src/{hb-font-private.h => hb-font-private.hh} | 8 ++++---- + src/hb-font.cc | 6 +++--- + src/{hb-ft.c => hb-ft.cc} | 4 ++-- + src/hb-glib.cc | 2 +- + src/hb-icu.cc | 2 +- + src/{hb-object-private.h => hb-object-private.hh} | 10 ++++------ + src/hb-open-type-private.hh | 2 +- + src/hb-ot-layout-gdef-private.hh | 2 +- + src/hb-ot-layout-private.hh | 4 ++-- ...abic-table.h => hb-ot-shape-complex-arabic-table.hh} | 8 ++++---- - src/hb-ot-shape-complex-arabic.cc | 2 +- - src/hb-ot-shape-complex-private.hh | 2 +- - src/hb-ot-shape-private.hh | 2 +- - src/{hb-ot-tag.c => hb-ot-tag.cc} | 8 ++++---- - src/{hb-private.h => hb-private.hh} | 8 ++++---- - src/hb-shape.cc | 2 +- - src/hb-unicode-private.hh | 2 +- - src/hb-unicode.cc | 2 +- - src/hb-view.c | 6 ++++++ + src/hb-ot-shape-complex-arabic.cc | 2 +- + src/hb-ot-shape-complex-private.hh | 2 +- + src/hb-ot-shape-private.hh | 2 +- + src/{hb-ot-tag.c => hb-ot-tag.cc} | 8 ++++---- + src/{hb-private.h => hb-private.hh} | 8 ++++---- + src/hb-shape.cc | 2 +- + src/hb-unicode-private.hh | 2 +- + src/hb-unicode.cc | 2 +- + src/hb-view.c | 6 ++++++ 24 files changed, 63 insertions(+), 58 deletions(-) commit f19f4f9b0965ad7473a0f3a1ffcdbf16930e35d4 Author: Behdad Esfahbod -Date: Wed Apr 20 18:25:56 2011 -0400 +Date: Wed Apr 20 18:25:56 2011 -0400 Rename hb-blob.c to hb-blob.cc in preparation of more changes - src/Makefile.am | 2 +- + src/Makefile.am | 2 +- src/{hb-blob.c => hb-blob.cc} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 04744e73bad22d679986173b5f0d84dbbf49dd57 Author: Behdad Esfahbod -Date: Wed Apr 20 17:24:03 2011 -0400 +Date: Wed Apr 20 17:24:03 2011 -0400 [TODO] Remove done items @@ -40043,51 +43417,51 @@ Date: Wed Apr 20 17:24:03 2011 -0400 commit 9417c1c0d2b005eadf0c087ca695121a6200d0f7 Author: Behdad Esfahbod -Date: Wed Apr 20 17:21:23 2011 -0400 +Date: Wed Apr 20 17:21:23 2011 -0400 [API] Make hb_face_reference_table() return empty blob instead of NULL The idea here is that: - Like pretty much all other API in harfbuzz, user does not have to - check for NULL. + check for NULL. - In any caller code, the case of missing table should be handled - exactly the same way that a too-short table is handled. Turning - a non-existent talbe into a table of size 0 makes the user code - safer. + exactly the same way that a too-short table is handled. Turning + a non-existent talbe into a table of size 0 makes the user code + safer. - src/hb-font.cc | 2 ++ + src/hb-font.cc | 2 ++ src/hb-open-type-private.hh | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) commit c035812feb0d385a9e8c334631738e4915912c71 Author: Behdad Esfahbod -Date: Wed Apr 20 17:03:00 2011 -0400 +Date: Wed Apr 20 17:03:00 2011 -0400 [API] Rename hb_face_get_table() to hb_face_reference_table() That correctly reflects the reference ownership transfer happening. src/hb-font.cc | 4 ++-- - src/hb-font.h | 7 ++----- + src/hb-font.h | 7 ++----- src/hb-ot-layout.cc | 6 +++--- src/hb-shape.cc | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) commit 2d7b61a4b0ed212ca414b3281c2eae3e3db19c13 Author: Behdad Esfahbod -Date: Wed Apr 20 16:40:56 2011 -0400 +Date: Wed Apr 20 16:40:56 2011 -0400 [TODO] Remove done items - TODO | 10 ++-------- - src/hb-ft.h | 2 +- + TODO | 10 ++-------- + src/hb-ft.h | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) commit af02933739e03a156b9f7761fd7a63e2a02d0df1 Author: Behdad Esfahbod -Date: Wed Apr 20 15:49:31 2011 -0400 +Date: Wed Apr 20 15:49:31 2011 -0400 [API] Remove hb_*_get_reference_count() @@ -40096,21 +43470,21 @@ Date: Wed Apr 20 15:49:31 2011 -0400 before someone uses them! - src/hb-blob.c | 6 ------ - src/hb-blob.h | 3 --- - src/hb-buffer.cc | 6 ------ - src/hb-buffer.h | 3 --- - src/hb-font.cc | 18 ------------------ - src/hb-font.h | 9 --------- + src/hb-blob.c | 6 ------ + src/hb-blob.h | 3 --- + src/hb-buffer.cc | 6 ------ + src/hb-buffer.h | 3 --- + src/hb-font.cc | 18 ------------------ + src/hb-font.h | 9 --------- src/hb-object-private.h | 7 ------- - src/hb-unicode.cc | 6 ------ - src/hb-unicode.h | 3 --- - test/test-unicode.c | 24 ------------------------ + src/hb-unicode.cc | 6 ------ + src/hb-unicode.h | 3 --- + test/test-unicode.c | 24 ------------------------ 10 files changed, 85 deletions(-) commit 440a76b630a36a7336c93e8b05d988c6407b085e Author: Behdad Esfahbod -Date: Wed Apr 20 14:20:00 2011 -0400 +Date: Wed Apr 20 14:20:00 2011 -0400 [OT] Fix script to ot-script-tag conversion @@ -40119,7 +43493,7 @@ Date: Wed Apr 20 14:20:00 2011 -0400 commit a3036a3e97b14c8eb1df208aed944207f9b6cc0b Author: Behdad Esfahbod -Date: Wed Apr 20 14:13:23 2011 -0400 +Date: Wed Apr 20 14:13:23 2011 -0400 Minor @@ -40128,19 +43502,19 @@ Date: Wed Apr 20 14:13:23 2011 -0400 commit fb6291d9c9224bedf207bf0077ad9f0a2690f867 Author: Behdad Esfahbod -Date: Wed Apr 20 03:15:31 2011 -0400 +Date: Wed Apr 20 03:15:31 2011 -0400 [test] Add test for headers included from C and C++ - test/Makefile.am | 17 +++++++++++++++++ - test/test-c.c | 49 + test/Makefile.am | 17 +++++++++++++++++ + test/test-c.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ test/test-cplusplus.cc | 29 +++++++++++++++++++++++++++++ 3 files changed, 95 insertions(+) commit 107a50581ccab7df7c390d5b927fdab1bbe8e713 Author: Behdad Esfahbod -Date: Wed Apr 20 03:04:56 2011 -0400 +Date: Wed Apr 20 03:04:56 2011 -0400 [test] Add todo items @@ -40149,7 +43523,7 @@ Date: Wed Apr 20 03:04:56 2011 -0400 commit 5668189c12c264e8d2caf0d12dac918363ef6f80 Author: Behdad Esfahbod -Date: Wed Apr 20 03:03:32 2011 -0400 +Date: Wed Apr 20 03:03:32 2011 -0400 [API] font: move user_data before destroy() @@ -40157,51 +43531,51 @@ Date: Wed Apr 20 03:03:32 2011 -0400 src/hb-font-private.h | 4 ++-- src/hb-font.cc | 30 +++++++++++++++--------------- - src/hb-font.h | 12 ++++++------ - src/hb-ft.c | 8 ++++---- + src/hb-font.h | 12 ++++++------ + src/hb-ft.c | 8 ++++---- 4 files changed, 27 insertions(+), 27 deletions(-) commit e5847f75fb7bd25c5db6061d8e20d61fa469f9fe Author: Behdad Esfahbod -Date: Wed Apr 20 02:59:28 2011 -0400 +Date: Wed Apr 20 02:59:28 2011 -0400 [API] blob: move user_data before destroy() This is the common convention for language binding tools. src/hb-blob-private.h | 2 +- - src/hb-blob.c | 16 ++++++++-------- - src/hb-blob.h | 4 ++-- + src/hb-blob.c | 16 ++++++++-------- + src/hb-blob.h | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) commit 1fd73b594d611624ccb73f614c61298debf48994 Author: Behdad Esfahbod -Date: Wed Apr 20 02:56:39 2011 -0400 +Date: Wed Apr 20 02:56:39 2011 -0400 [test] Rename test-types to test-common - test/Makefile.am | 2 +- + test/Makefile.am | 2 +- test/{test-types.c => test-common.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) commit f144a8ea840c6452c1fece2fd988b42a8ea7c5a6 Author: Behdad Esfahbod -Date: Wed Apr 20 02:54:42 2011 -0400 +Date: Wed Apr 20 02:54:42 2011 -0400 [icu] Add two-way script conversion functions Also optimizes the common-direction script lookup. src/hb-common.c | 5 +- - src/hb-icu.cc | 205 + src/hb-icu.cc | 205 +++++++++++++++++++++++++++++------------------------- - src/hb-icu.h | 9 +++ + src/hb-icu.h | 9 +++ test/test-types.c | 2 +- 4 files changed, 124 insertions(+), 97 deletions(-) commit 0809aadd4bbd5d0f256407def7cc10b79772a824 Author: Behdad Esfahbod -Date: Wed Apr 20 02:44:29 2011 -0400 +Date: Wed Apr 20 02:44:29 2011 -0400 [glib] Add two-way script conversion functions @@ -40210,42 +43584,42 @@ Date: Wed Apr 20 02:44:29 2011 -0400 src/hb-glib.cc | 270 ++++++++++++++++++++++++++++++--------------------------- - src/hb-glib.h | 8 ++ + src/hb-glib.h | 8 ++ 2 files changed, 148 insertions(+), 130 deletions(-) commit 5c8c1b680c4fa23c8574b9aebd21113e276f57a3 Author: Behdad Esfahbod -Date: Wed Apr 20 02:29:22 2011 -0400 +Date: Wed Apr 20 02:29:22 2011 -0400 Remove verbose comments src/hb-glib.cc | 194 ++++++++++++++++++++--------------------- - src/hb-icu.cc | 266 + src/hb-icu.cc | 266 ++++++++++++++++++++++++++++----------------------------- 2 files changed, 230 insertions(+), 230 deletions(-) commit fb194b8794898f51eb596fa4092c26606889d376 Author: Behdad Esfahbod -Date: Wed Apr 20 02:00:47 2011 -0400 +Date: Wed Apr 20 02:00:47 2011 -0400 unicode: Cleanup implementation - src/Makefile.am | 8 +- - src/hb-buffer-private.hh | 2 +- - src/{hb-glib.c => hb-glib.cc} | 65 +++---- - src/{hb-icu.c => hb-icu.cc} | 30 +-- - src/hb-ot-shape.cc | 14 +- - src/hb-shape.cc | 4 +- + src/Makefile.am | 8 +- + src/hb-buffer-private.hh | 2 +- + src/{hb-glib.c => hb-glib.cc} | 65 +++---- + src/{hb-icu.c => hb-icu.cc} | 30 +-- + src/hb-ot-shape.cc | 14 +- + src/hb-shape.cc | 4 +- ...{hb-unicode-private.h => hb-unicode-private.hh} | 65 ++++--- - src/{hb-unicode.c => hb-unicode.cc} | 213 + src/{hb-unicode.c => hb-unicode.cc} | 213 +++++++++------------ - src/hb-unicode.h | 57 +++--- - test/test-unicode.c | 23 ++- + src/hb-unicode.h | 57 +++--- + test/test-unicode.c | 23 ++- 10 files changed, 237 insertions(+), 244 deletions(-) commit ecfb773829a5d98a4f5456a992f3e5ecd6731435 Author: Behdad Esfahbod -Date: Wed Apr 20 01:34:51 2011 -0400 +Date: Wed Apr 20 01:34:51 2011 -0400 Cosmetic @@ -40254,7 +43628,7 @@ Date: Wed Apr 20 01:34:51 2011 -0400 commit 2fd0c577e322ccbf762927bc4600b3ea31db4c80 Author: Ryan Lortie -Date: Wed Apr 20 00:19:20 2011 -0400 +Date: Wed Apr 20 00:19:20 2011 -0400 [API] unicode: rework virtual functions for subclassing @@ -40264,22 +43638,22 @@ Date: Wed Apr 20 00:19:20 2011 -0400 Also fix glib unicode funcs that where broken after hb_script_t changes. Nicely caught by the test-unicode.c added in this commit. - src/hb-glib.c | 186 ++++++++++++++++++++++++++++++++++++-- - src/hb-icu.c | 45 +++++++-- - src/hb-ot-shape.cc | 9 +- - src/hb-shape.cc | 2 +- + src/hb-glib.c | 186 ++++++++++++++++++++++++++++++++++++-- + src/hb-icu.c | 45 +++++++-- + src/hb-ot-shape.cc | 9 +- + src/hb-shape.cc | 2 +- src/hb-unicode-private.h | 17 ++++ - src/hb-unicode.c | 231 + src/hb-unicode.c | 231 +++++++++++++++++++++++++---------------------- - src/hb-unicode.h | 68 +++++++------- - test/Makefile.am | 1 + - test/test-unicode.c | 215 + src/hb-unicode.h | 68 +++++++------- + test/Makefile.am | 1 + + test/test-unicode.c | 215 +++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 610 insertions(+), 164 deletions(-) commit f85faee9b3cb841ea977403945e2c877ab32b97a Author: Behdad Esfahbod -Date: Tue Apr 19 00:38:01 2011 -0400 +Date: Tue Apr 19 00:38:01 2011 -0400 [API] Rename hb_buffer_add_glyph() to hb_buffer_add() @@ -40290,7 +43664,7 @@ Date: Tue Apr 19 00:38:01 2011 -0400 commit aab0de50e23727b69fa8c3d4e05c50c114c62835 Author: Behdad Esfahbod -Date: Tue Apr 19 00:32:19 2011 -0400 +Date: Tue Apr 19 00:32:19 2011 -0400 [API] Add hb_buffer_allocation_successful() @@ -40303,7 +43677,7 @@ Date: Tue Apr 19 00:32:19 2011 -0400 commit 02a534b23f2d1e7475109563b9f61221ed020e8b Author: Ryan Lortie -Date: Fri Apr 15 18:34:45 2011 -0400 +Date: Fri Apr 15 18:34:45 2011 -0400 [API] Rename hb_buffer_ensure() to hb_buffer_pre_allocate() @@ -40315,7 +43689,7 @@ Date: Fri Apr 15 18:34:45 2011 -0400 commit 70566befc59cfa8b9c43ac682749c40ea783b1dd Author: Ryan Lortie -Date: Fri Apr 15 18:32:36 2011 -0400 +Date: Fri Apr 15 18:32:36 2011 -0400 [API} hb_buffer_get_glyph_{infos,positions}: Add length out parameter @@ -40323,36 +43697,36 @@ Date: Fri Apr 15 18:32:36 2011 -0400 on the language bindings. - src/hb-buffer.cc | 12 ++++++++++-- - src/hb-buffer.h | 6 ++++-- + src/hb-buffer.cc | 12 ++++++++++-- + src/hb-buffer.h | 6 ++++-- src/hb-ot-layout-gpos-private.hh | 4 ++-- - src/hb-view.c | 4 ++-- - test/test-buffer.c | 7 ++----- + src/hb-view.c | 4 ++-- + test/test-buffer.c | 7 ++----- 5 files changed, 20 insertions(+), 13 deletions(-) commit 62879eebd9965179af8602ba29ac0a64a739b757 Author: Behdad Esfahbod -Date: Mon Apr 18 23:40:21 2011 -0400 +Date: Mon Apr 18 23:40:21 2011 -0400 [API] Use ISO 15924 tags for hb_script_t This simplifies the code, reduces static data, and makes the design more extensible to future additions of new scripts. - src/hb-common.c | 411 + src/hb-common.c | 411 ++++--------------------------------- - src/hb-common.h | 199 +++++++++--------- - src/hb-ot-map.cc | 4 +- - src/hb-ot-shape-complex-private.hh | 3 +- - src/hb-ot-tag.c | 228 +++++++++----------- - src/hb-ot-tag.h | 6 +- - src/hb-shape.cc | 4 +- - test/test-types.c | 2 +- + src/hb-common.h | 199 +++++++++--------- + src/hb-ot-map.cc | 4 +- + src/hb-ot-shape-complex-private.hh | 3 +- + src/hb-ot-tag.c | 228 +++++++++----------- + src/hb-ot-tag.h | 6 +- + src/hb-shape.cc | 4 +- + test/test-types.c | 2 +- 8 files changed, 252 insertions(+), 605 deletions(-) commit c0af193c8e25c4f11d23b8893e9ce1c2d2615bb2 Author: Behdad Esfahbod -Date: Fri Apr 15 19:26:24 2011 -0400 +Date: Fri Apr 15 19:26:24 2011 -0400 Change buffer default properties to invalid @@ -40363,14 +43737,14 @@ Date: Fri Apr 15 19:26:24 2011 -0400 least (HB_DIRECTION_LTR and HB_SCRIPT_COMMON). src/hb-buffer-private.hh | 9 +++------ - src/hb-buffer.cc | 24 ++++++++++++++++-------- - src/hb-view.c | 6 ++---- - test/test-buffer.c | 4 ++-- + src/hb-buffer.cc | 24 ++++++++++++++++-------- + src/hb-view.c | 6 ++---- + test/test-buffer.c | 4 ++-- 4 files changed, 23 insertions(+), 20 deletions(-) commit 00bec2c969555e76c3f84650a1d3c45308e585ad Author: Behdad Esfahbod -Date: Fri Apr 15 19:16:54 2011 -0400 +Date: Fri Apr 15 19:16:54 2011 -0400 Move enum types to hb-common.h @@ -40384,7 +43758,7 @@ Date: Fri Apr 15 19:16:54 2011 -0400 commit 5dd4609f4da5674966a0169d9fa533ac5bc9f464 Author: Behdad Esfahbod -Date: Fri Apr 15 19:16:34 2011 -0400 +Date: Fri Apr 15 19:16:34 2011 -0400 [TODO] Add new item @@ -40393,7 +43767,7 @@ Date: Fri Apr 15 19:16:34 2011 -0400 commit b54cd07b2623b68171e00179a9dc3ecbea7aa6a1 Author: Behdad Esfahbod -Date: Fri Apr 15 19:12:01 2011 -0400 +Date: Fri Apr 15 19:12:01 2011 -0400 Mark internal buffer variables private @@ -40402,32 +43776,32 @@ Date: Fri Apr 15 19:12:01 2011 -0400 commit 0e8d35c0932ddc20ebf430f2fd82c087da698954 Author: Behdad Esfahbod -Date: Fri Apr 15 19:07:10 2011 -0400 +Date: Fri Apr 15 19:07:10 2011 -0400 Add hb_script_from_string() src/hb-unicode.c | 6 ++++++ src/hb-unicode.h | 4 ++++ - src/hb-view.c | 2 +- + src/hb-view.c | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) commit 8f0d7e0c3fd4b05c43ac449be4f374dc2dc56127 Author: Behdad Esfahbod -Date: Fri Apr 15 18:59:56 2011 -0400 +Date: Fri Apr 15 18:59:56 2011 -0400 Remove hb_buffer_clear_positions(), add hb_ot_layout_position_start() src/hb-buffer-private.hh | 6 +++++- - src/hb-buffer.cc | 24 ++++++++++++------------ - src/hb-buffer.h | 5 +---- - src/hb-ot-layout.cc | 6 ++++++ - src/hb-ot-layout.h | 4 ++++ - src/hb-ot-shape.cc | 2 +- + src/hb-buffer.cc | 24 ++++++++++++------------ + src/hb-buffer.h | 5 +---- + src/hb-ot-layout.cc | 6 ++++++ + src/hb-ot-layout.h | 4 ++++ + src/hb-ot-shape.cc | 2 +- 6 files changed, 29 insertions(+), 18 deletions(-) commit 2fc56edff6d64f190271454ccb1b5fd347d4f172 Author: Behdad Esfahbod -Date: Fri Apr 15 18:35:08 2011 -0400 +Date: Fri Apr 15 18:35:08 2011 -0400 [API] Remove hb_buffer_clear() @@ -40440,7 +43814,7 @@ Date: Fri Apr 15 18:35:08 2011 -0400 commit 7f5bdc80541cdc90aa1acafba5e9e0bd2df53ff4 Author: Behdad Esfahbod -Date: Fri Apr 15 18:34:55 2011 -0400 +Date: Fri Apr 15 18:34:55 2011 -0400 [TODO] Remove done items @@ -40449,7 +43823,7 @@ Date: Fri Apr 15 18:34:55 2011 -0400 commit 5814dfa3f5aa41bc3df06b78980d57d7bea0ba58 Author: Behdad Esfahbod -Date: Fri Apr 15 14:41:04 2011 -0400 +Date: Fri Apr 15 14:41:04 2011 -0400 Cosmetic @@ -40461,7 +43835,7 @@ Date: Fri Apr 15 14:41:04 2011 -0400 commit cfbfeb88a6ec059ea97a6624e63cfacc642b685a Author: Behdad Esfahbod -Date: Fri Apr 15 12:40:40 2011 -0400 +Date: Fri Apr 15 12:40:40 2011 -0400 [TODO] Remove done items @@ -40470,7 +43844,7 @@ Date: Fri Apr 15 12:40:40 2011 -0400 commit 3cbdf70e0a92f1c24e16c0d4dcfbec4ac59a77a3 Author: Behdad Esfahbod -Date: Fri Apr 15 12:32:06 2011 -0400 +Date: Fri Apr 15 12:32:06 2011 -0400 Make hb_language_t typesafe @@ -40480,7 +43854,7 @@ Date: Fri Apr 15 12:32:06 2011 -0400 commit 2f2f448af35c232d18888c0e57cb21c9796ba7a8 Author: Behdad Esfahbod -Date: Fri Apr 15 11:45:14 2011 -0400 +Date: Fri Apr 15 11:45:14 2011 -0400 [test] Add more TODO items @@ -40489,7 +43863,7 @@ Date: Fri Apr 15 11:45:14 2011 -0400 commit c910bec863215f918c659f58debbc7fe5264d7b6 Author: Behdad Esfahbod -Date: Wed Apr 13 15:49:06 2011 -0400 +Date: Wed Apr 13 15:49:06 2011 -0400 Add hb_buffer_reset() and hb_buffer_set_length() @@ -40499,7 +43873,7 @@ Date: Wed Apr 13 15:49:06 2011 -0400 commit 69ea23cb5d47dd1cfd3129f68375021ef79bf63b Author: Behdad Esfahbod -Date: Wed Apr 13 15:02:40 2011 -0400 +Date: Wed Apr 13 15:02:40 2011 -0400 Minor @@ -40508,7 +43882,7 @@ Date: Wed Apr 13 15:02:40 2011 -0400 commit 7dea908cd582c8c25555015940065c69c1e7e65b Author: Behdad Esfahbod -Date: Wed Apr 13 01:35:58 2011 -0400 +Date: Wed Apr 13 01:35:58 2011 -0400 [test] Add todo items @@ -40517,7 +43891,7 @@ Date: Wed Apr 13 01:35:58 2011 -0400 commit 07cbaac07d7f43437b171e9275430b5fb3097716 Author: Behdad Esfahbod -Date: Wed Apr 13 01:11:19 2011 -0400 +Date: Wed Apr 13 01:11:19 2011 -0400 [TODO] Add item re script iso15924 functions @@ -40526,18 +43900,18 @@ Date: Wed Apr 13 01:11:19 2011 -0400 commit d0f53fdbead15d9003b521b8ed47d02fd29a4c64 Author: Behdad Esfahbod -Date: Wed Apr 13 01:09:09 2011 -0400 +Date: Wed Apr 13 01:09:09 2011 -0400 [test] Test hb-buffer.h - test/Makefile.am | 8 ++- + test/Makefile.am | 8 ++- test/test-buffer.c | 195 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 202 insertions(+), 1 deletion(-) commit 72d89404c2837d578f5305456c817130b6a15c73 Author: Behdad Esfahbod -Date: Wed Apr 13 01:07:42 2011 -0400 +Date: Wed Apr 13 01:07:42 2011 -0400 [TODO] Add item re hb_buffer_reset() @@ -40546,7 +43920,7 @@ Date: Wed Apr 13 01:07:42 2011 -0400 commit 5015c12dfb4de8525325178ae6def9e80fd83669 Author: Behdad Esfahbod -Date: Wed Apr 13 01:06:02 2011 -0400 +Date: Wed Apr 13 01:06:02 2011 -0400 [TODO] Add item re hb_buffer_resize() @@ -40555,7 +43929,7 @@ Date: Wed Apr 13 01:06:02 2011 -0400 commit 9329ec92078d0e2d7bb04f683e0c6a582aab92f7 Author: Behdad Esfahbod -Date: Wed Apr 13 00:06:23 2011 -0400 +Date: Wed Apr 13 00:06:23 2011 -0400 [TODO] Add API item @@ -40564,7 +43938,7 @@ Date: Wed Apr 13 00:06:23 2011 -0400 commit 4744379efc6063d94e15ff99381a7ab8b88ee567 Author: Behdad Esfahbod -Date: Mon Apr 11 19:47:33 2011 -0400 +Date: Mon Apr 11 19:47:33 2011 -0400 Minor @@ -40573,7 +43947,7 @@ Date: Mon Apr 11 19:47:33 2011 -0400 commit 9385caa8a693df0f06a511a71de9aa407637097c Author: Behdad Esfahbod -Date: Mon Apr 11 19:43:51 2011 -0400 +Date: Mon Apr 11 19:43:51 2011 -0400 [test] Actually hook up hb_script_t tests @@ -40586,7 +43960,7 @@ Date: Mon Apr 11 19:43:51 2011 -0400 commit 8e4bb3cacc269ed32187aaaeaa166c64f41a0418 Author: Behdad Esfahbod -Date: Mon Apr 11 17:55:58 2011 -0400 +Date: Mon Apr 11 17:55:58 2011 -0400 Fold hb-language.[ch] into hb-common.[ch] @@ -40598,12 +43972,12 @@ Date: Mon Apr 11 17:55:58 2011 -0400 ------------------------------------------------------ src/hb-language.h | 46 --------------------- src/hb-ot-tag.h | 1 - - src/hb.h | 1 - + src/hb.h | 1 - 8 files changed, 120 insertions(+), 185 deletions(-) commit 09125576ca745b3393f3dc49071df891400bbdc9 Author: Behdad Esfahbod -Date: Mon Apr 11 17:49:33 2011 -0400 +Date: Mon Apr 11 17:49:33 2011 -0400 [test] Test hb_language_t @@ -40612,7 +43986,7 @@ Date: Mon Apr 11 17:49:33 2011 -0400 commit 316b7a1afb84a5dfeaed886a585669b4d549c9b7 Author: Behdad Esfahbod -Date: Mon Apr 11 17:49:10 2011 -0400 +Date: Mon Apr 11 17:49:10 2011 -0400 Make hb_language_from_string("") return NULL language @@ -40621,7 +43995,7 @@ Date: Mon Apr 11 17:49:10 2011 -0400 commit db60c96f20426111ffa71e9802ef6e248f8b28d0 Author: Behdad Esfahbod -Date: Mon Apr 11 16:17:02 2011 -0400 +Date: Mon Apr 11 16:17:02 2011 -0400 [teset] Test hb_script_t @@ -40631,24 +44005,24 @@ Date: Mon Apr 11 16:17:02 2011 -0400 commit 99b74760a4cddc798ab44b5ca897486bbb9c76d6 Author: Behdad Esfahbod -Date: Mon Apr 11 15:47:40 2011 -0400 +Date: Mon Apr 11 15:47:40 2011 -0400 Rename hb_category_t to hb_unicode_general_category_t - src/hb-glib.c | 2 +- - src/hb-icu.c | 64 + src/hb-glib.c | 2 +- + src/hb-icu.c | 64 ++++++++++++++++++------------------- src/hb-ot-shape-complex-arabic.cc | 8 ++--- - src/hb-ot-shape-private.hh | 2 +- - src/hb-ot-shape.cc | 2 +- - src/hb-unicode.c | 4 +-- - src/hb-unicode.h | 66 + src/hb-ot-shape-private.hh | 2 +- + src/hb-ot-shape.cc | 2 +- + src/hb-unicode.c | 4 +-- + src/hb-unicode.h | 66 +++++++++++++++++++-------------------- 7 files changed, 74 insertions(+), 74 deletions(-) commit 4188096a7722f09ffa9319986c0286071da10a27 Author: Behdad Esfahbod -Date: Mon Apr 11 14:58:28 2011 -0400 +Date: Mon Apr 11 14:58:28 2011 -0400 Make HB_TAG_CHAR4 private @@ -40661,7 +44035,7 @@ Date: Mon Apr 11 14:58:28 2011 -0400 commit 7ff7401c9237cda661869c1cb196d685706ac4e9 Author: Behdad Esfahbod -Date: Mon Apr 11 13:27:30 2011 -0400 +Date: Mon Apr 11 13:27:30 2011 -0400 Make hb_tag_from_string(NULL) return HB_TAG_NONE @@ -40671,7 +44045,7 @@ Date: Mon Apr 11 13:27:30 2011 -0400 commit 02f6e62d6cabc7808c188daef26a1fe7ac626b1f Author: Behdad Esfahbod -Date: Mon Apr 11 13:27:21 2011 -0400 +Date: Mon Apr 11 13:27:21 2011 -0400 Build fix @@ -40680,7 +44054,7 @@ Date: Mon Apr 11 13:27:21 2011 -0400 commit db5227c40e5c35fe2ffb750f32b639cb44424a1d Author: Behdad Esfahbod -Date: Mon Apr 11 13:16:08 2011 -0400 +Date: Mon Apr 11 13:16:08 2011 -0400 Move macros around @@ -40690,7 +44064,7 @@ Date: Mon Apr 11 13:16:08 2011 -0400 commit 07233581c9d953708d3c020907c42b8b89472b89 Author: Behdad Esfahbod -Date: Mon Apr 11 13:12:37 2011 -0400 +Date: Mon Apr 11 13:12:37 2011 -0400 Rename HB_TAG_STR() to HB_TAG_CHAR4() @@ -40706,14 +44080,14 @@ Date: Mon Apr 11 13:12:37 2011 -0400 commit 9faa980067f802f712c2adf8263152ed40c98088 Author: Behdad Esfahbod -Date: Mon Apr 11 12:46:49 2011 -0400 +Date: Mon Apr 11 12:46:49 2011 -0400 Add an in-tree test suite Uses the glib testing framework. Wrote unit tests for hb-common.h types. - Makefile.am | 2 +- + Makefile.am | 2 +- test/Makefile.am | 18 +++++++++ test/Makefile.decl | 90 ++++++++++++++++++++++++++++++++++++++++++++ test/hb-test.h | 67 +++++++++++++++++++++++++++++++++ @@ -40723,7 +44097,7 @@ Date: Mon Apr 11 12:46:49 2011 -0400 commit d77b76200efbaa0611691920f9f2018b1e8be340 Author: Behdad Esfahbod -Date: Mon Apr 11 12:29:52 2011 -0400 +Date: Mon Apr 11 12:29:52 2011 -0400 Add few more paratheses to the HB_TAG macro @@ -40734,7 +44108,7 @@ Date: Mon Apr 11 12:29:52 2011 -0400 commit b13640de6992de9ee9d07e3581c33b8181b70ff9 Author: Behdad Esfahbod -Date: Mon Apr 11 12:29:31 2011 -0400 +Date: Mon Apr 11 12:29:31 2011 -0400 A few more ASSERTs @@ -40743,7 +44117,7 @@ Date: Mon Apr 11 12:29:31 2011 -0400 commit ae9eeaff9300f3bb7bed588c5478e8e5461b3df0 Author: Behdad Esfahbod -Date: Mon Apr 11 11:49:08 2011 -0400 +Date: Mon Apr 11 11:49:08 2011 -0400 Remove warning message from public header file @@ -40760,7 +44134,7 @@ Date: Mon Apr 11 11:49:08 2011 -0400 commit 6fd5364bdc3a2b459175377e9e16c86cff054232 Author: Behdad Esfahbod -Date: Mon Apr 11 11:47:14 2011 -0400 +Date: Mon Apr 11 11:47:14 2011 -0400 Assert int types @@ -40769,17 +44143,17 @@ Date: Mon Apr 11 11:47:14 2011 -0400 commit bbdeff59646e5502b9fc53ab1761b3f014ee276c Author: Behdad Esfahbod -Date: Thu Apr 7 16:05:07 2011 -0400 +Date: Thu Apr 7 16:05:07 2011 -0400 Add test directory - configure.ac | 1 + + configure.ac | 1 + test/Makefile.am | 0 2 files changed, 1 insertion(+) commit 4accc92afc702177ea53280d977cec839af3c12c Author: Behdad Esfahbod -Date: Thu Apr 7 15:53:26 2011 -0400 +Date: Thu Apr 7 15:53:26 2011 -0400 Update TODO items @@ -40788,22 +44162,22 @@ Date: Thu Apr 7 15:53:26 2011 -0400 commit a71b9c8579d73aea4549f12524bbc2e89f43b5c5 Author: Behdad Esfahbod -Date: Wed Apr 6 14:04:56 2011 -0400 +Date: Wed Apr 6 14:04:56 2011 -0400 Disable 'cswh' by default except for Arabic shaper - That better matches OpenType spec. Note that we enable it for all + That better matches OpenType spec. Note that we enable it for all Arabic-shaper scripts. Ie. we enable it by default for Syriac too, - but the SyriacOT spec does not require it. I think this is a more + but the SyriacOT spec does not require it. I think this is a more useful compromise than special-casing for Arabic script alone. src/hb-ot-shape-complex-arabic.cc | 3 +++ - src/hb-ot-shape.cc | 1 - + src/hb-ot-shape.cc | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) commit cab6f65bba560ac1651d9152f1ecf12eb88eca74 Author: Behdad Esfahbod -Date: Mon Apr 4 15:36:51 2011 -0400 +Date: Mon Apr 4 15:36:51 2011 -0400 [hb-view] setlocale (LC_ALL, "") @@ -40815,36 +44189,35 @@ Date: Mon Apr 4 15:36:51 2011 -0400 commit fb9ca1bfabde7da0c274e7a1bd12bffaf7949c18 Author: Behdad Esfahbod -Date: Mon Apr 4 14:50:09 2011 -0400 +Date: Mon Apr 4 14:50:09 2011 -0400 [hb-view] Rewrite --features parsing, with range support - The --features parsing handles errors now. More importantly, it + The --features parsing handles errors now. More importantly, it allos limiting individual features to specific byte ranges. The format is Python-esque. Here is how it all works: - Syntax: Value: Start: End: + Syntax: Value: Start: End: Setting value: - "kern" 1 0 ∞ # Turn feature on - "+kern" 1 0 ∞ # Turn feature off - "-kern" 0 0 ∞ # Turn feature off - "kern=0" 0 0 ∞ # Turn feature off - "kern=1" 1 0 ∞ # Turn feature on - "kern=2" 2 0 ∞ # Choose 2nd alternate + "kern" 1 0 ∞ # Turn feature on + "+kern" 1 0 ∞ # Turn feature off + "-kern" 0 0 ∞ # Turn feature off + "kern=0" 0 0 ∞ # Turn feature off + "kern=1" 1 0 ∞ # Turn feature on + "kern=2" 2 0 ∞ # Choose 2nd alternate Setting index: - "kern[]" 1 0 ∞ # Turn feature on - "kern[:]" 1 0 ∞ # Turn feature on - "kern[5:]" 1 5 ∞ # Turn feature on, partial - "kern[:5]" 1 0 5 # Turn feature on, partial - "kern[3:5]" 1 3 5 # Turn feature on, range - "kern[3]" 1 3 3+1 # Turn feature on, single char + "kern[]" 1 0 ∞ # Turn feature on + "kern[:]" 1 0 ∞ # Turn feature on + "kern[5:]" 1 5 ∞ # Turn feature on, partial + "kern[:5]" 1 0 5 # Turn feature on, partial + "kern[3:5]" 1 3 5 # Turn feature on, range + "kern[3]" 1 3 3+1 # Turn feature on, single char Mixing it all: - "kern[3:5]=0" 1 3 5 # Turn feature off - for range + "kern[3:5]=0" 1 3 5 # Turn feature off for range src/hb-view.c | 169 +++++++++++++++++++++++++++++++++++++++++++++------------- @@ -40852,7 +44225,7 @@ Date: Mon Apr 4 14:50:09 2011 -0400 commit ccc6745afaa68ce7497a6cd02ce85986d3c863d0 Author: Behdad Esfahbod -Date: Mon Apr 4 14:49:50 2011 -0400 +Date: Mon Apr 4 14:49:50 2011 -0400 [hb-view] Use cached hb-ft face creation @@ -40863,18 +44236,18 @@ Date: Mon Apr 4 14:49:50 2011 -0400 commit 1b4a2cc095d165dc573e0235f00fbbf2a5d3c2c5 Author: Behdad Esfahbod -Date: Mon Apr 4 14:45:28 2011 -0400 +Date: Mon Apr 4 14:45:28 2011 -0400 [hb-view] Add --debug - Frees all allocated memory before exiting. Useful for valgrind run. + Frees all allocated memory before exiting. Useful for valgrind run. src/hb-view.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) commit b2da26d1e32a012f7feaad7c7cced61e4fb269f1 Author: Behdad Esfahbod -Date: Fri Apr 1 15:48:43 2011 -0400 +Date: Fri Apr 1 15:48:43 2011 -0400 [hb-view] Support --features @@ -40891,7 +44264,7 @@ Date: Fri Apr 1 15:48:43 2011 -0400 commit f48ff19b629070d13cee3c0eeeb06c98992f93c6 Author: Behdad Esfahbod -Date: Fri Apr 1 14:19:10 2011 -0400 +Date: Fri Apr 1 14:19:10 2011 -0400 Sort options for clarity @@ -40900,7 +44273,7 @@ Date: Fri Apr 1 14:19:10 2011 -0400 commit 5d91c3d547f78163b36aa7436d4388a836cca94a Author: Behdad Esfahbod -Date: Wed Mar 16 17:36:32 2011 -0300 +Date: Wed Mar 16 17:36:32 2011 -0300 Add script to/from ISO 15924 tag support @@ -40914,12 +44287,12 @@ Date: Wed Mar 16 17:36:32 2011 -0300 src/hb-unicode.c | 273 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/hb-unicode.h | 8 +- - src/hb-view.c | 10 +- + src/hb-view.c | 10 +- 4 files changed, 293 insertions(+), 2 deletions(-) commit 3286fc0e9adc3f2874c9409e7fdb09e4d2b7dda1 Author: Behdad Esfahbod -Date: Wed Mar 16 14:53:32 2011 -0300 +Date: Wed Mar 16 14:53:32 2011 -0300 Let hb_shape() guess script and direction... @@ -40949,20 +44322,20 @@ Date: Wed Mar 16 14:53:32 2011 -0300 the guess is not a suitable substitute to full-fledged bidi and script segmentation. It's just a testing tool. - src/hb-common.h | 3 ++- - src/hb-icu.c | 2 +- - src/hb-ot-shape.cc | 3 ++- - src/hb-shape.cc | 52 + src/hb-common.h | 3 ++- + src/hb-icu.c | 2 +- + src/hb-ot-shape.cc | 3 ++- + src/hb-shape.cc | 52 ++++++++++++++++++++++++++++++++++++++++++------ src/hb-unicode-private.h | 4 ---- - src/hb-unicode.c | 2 +- - src/hb-unicode.h | 8 +++++++- - src/hb-view.c | 4 ++-- + src/hb-unicode.c | 2 +- + src/hb-unicode.h | 8 +++++++- + src/hb-view.c | 4 ++-- 8 files changed, 61 insertions(+), 17 deletions(-) commit b7b29684df67af7280b74ca4cf18f02ad6521bdc Author: Behdad Esfahbod -Date: Wed Mar 2 01:01:03 2011 -0500 +Date: Wed Mar 2 01:01:03 2011 -0500 [hb-view] Handle write_to_png errors @@ -40971,7 +44344,7 @@ Date: Wed Mar 2 01:01:03 2011 -0500 commit c2cb98c8185c5560cfd04de7ee7c64c9496b986c Author: Behdad Esfahbod -Date: Tue Mar 1 23:18:09 2011 -0500 +Date: Tue Mar 1 23:18:09 2011 -0500 [hb-view] Link with -lm @@ -40980,7 +44353,7 @@ Date: Tue Mar 1 23:18:09 2011 -0500 commit b5dd44e24669cd35affcd92788d39ff56cac94db Author: Behdad Esfahbod -Date: Mon Feb 28 10:13:52 2011 -0800 +Date: Mon Feb 28 10:13:52 2011 -0800 Fix possible overflow @@ -40989,7 +44362,7 @@ Date: Mon Feb 28 10:13:52 2011 -0800 commit a4b781e93a0bee0549611e129b3564d9804d9090 Author: Behdad Esfahbod -Date: Wed Feb 23 12:47:56 2011 -0500 +Date: Wed Feb 23 12:47:56 2011 -0500 Default background color shall either be white or transparent @@ -41000,21 +44373,21 @@ Date: Wed Feb 23 12:47:56 2011 -0500 commit 5353bf439c150492708ef9337078cfd73b83627b Author: Behdad Esfahbod -Date: Tue Feb 22 18:06:19 2011 -0500 +Date: Tue Feb 22 18:06:19 2011 -0500 Add initial hb-view tool Currently doesn't handle script or direction. - configure.ac | 18 +++ + configure.ac | 18 +++ src/Makefile.am | 14 +++ - src/hb-view.c | 342 + src/hb-view.c | 342 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 374 insertions(+) commit 82438c6ad5f60b6afc75c48cef72e18bef532468 Author: Bradley Grainger -Date: Tue Feb 15 18:37:29 2011 -0500 +Date: Tue Feb 15 18:37:29 2011 -0500 Fix #pragma message for MSVC. @@ -41026,7 +44399,7 @@ Date: Tue Feb 15 18:37:29 2011 -0500 commit ba9ab8d6d9c863662c4b44ace4a4d89e29e592f2 Author: Behdad Esfahbod -Date: Mon Jan 10 07:45:41 2011 -0500 +Date: Mon Jan 10 07:45:41 2011 -0500 Fix language extension matching @@ -41035,7 +44408,7 @@ Date: Mon Jan 10 07:45:41 2011 -0500 commit a07874300a669ec0ea09a67df2a3ee8b0612d6b9 Author: Behdad Esfahbod -Date: Mon Jan 10 02:27:49 2011 -0500 +Date: Mon Jan 10 02:27:49 2011 -0500 Don't use the m4/ dir @@ -41048,7 +44421,7 @@ Date: Mon Jan 10 02:27:49 2011 -0500 commit 7bbe14bed8a886ea5b293c927c4bf937cbfc6f51 Author: Behdad Esfahbod -Date: Sun Jan 9 22:29:14 2011 -0500 +Date: Sun Jan 9 22:29:14 2011 -0500 Fix 'make distcheck' @@ -41057,7 +44430,7 @@ Date: Sun Jan 9 22:29:14 2011 -0500 commit 2abe1264a580858bf7803af1701117a462375fb4 Author: Javier Jardón -Date: Sun Jan 9 22:18:53 2011 -0500 +Date: Sun Jan 9 22:18:53 2011 -0500 Bug 31174 - Update autotools configuration @@ -41069,20 +44442,20 @@ Date: Sun Jan 9 22:18:53 2011 -0500 commit cc1a8a938b4c13e76b58825a9e1951c4134e634a Author: Behdad Esfahbod -Date: Thu Jan 6 14:58:52 2011 -0500 +Date: Thu Jan 6 14:58:52 2011 -0500 Fix ChanContext backtrack matching with GPOS Reported on mailing list by Keith Stribley and Khaled Hosny. - src/hb-buffer-private.hh | 5 +++-- - src/hb-buffer.cc | 2 +- + src/hb-buffer-private.hh | 5 +++-- + src/hb-buffer.cc | 2 +- src/hb-ot-layout-gsubgpos-private.hh | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) commit 1c3183027fe823cd673866ba29d169b69f8efba1 Author: Behdad Esfahbod -Date: Thu Jan 6 14:44:14 2011 -0500 +Date: Thu Jan 6 14:44:14 2011 -0500 Remove unused realloc @@ -41093,7 +44466,7 @@ Date: Thu Jan 6 14:44:14 2011 -0500 commit 76691f0240d6de230e9b42280b54e91639464635 Author: Behdad Esfahbod -Date: Thu Jan 6 14:16:59 2011 -0500 +Date: Thu Jan 6 14:16:59 2011 -0500 Fix ICU detection @@ -41102,14 +44475,14 @@ Date: Thu Jan 6 14:16:59 2011 -0500 commit 756f794a1fce701092345a3f9afae039583fb55b Author: Behdad Esfahbod -Date: Sun Dec 26 20:52:40 2010 -0500 +Date: Sun Dec 26 20:52:40 2010 -0500 Remove Graphite backend It was unmaintained and the code has to be replaced to use the new grphite-ng code base. - configure.ac | 6 -- + configure.ac | 6 -- src/Makefile.am | 14 --- src/hb-graphite.cc | 310 ----------------------------------------------------- @@ -41118,7 +44491,7 @@ Date: Sun Dec 26 20:52:40 2010 -0500 commit f3d9d9879364609502d9d3a3a9f4647adb167d78 Author: Behdad Esfahbod -Date: Wed Dec 22 01:39:29 2010 -0500 +Date: Wed Dec 22 01:39:29 2010 -0500 Docs @@ -41128,7 +44501,7 @@ Date: Wed Dec 22 01:39:29 2010 -0500 commit d86a5b3c5752abcc791724035ba4115958e6b5e2 Author: Behdad Esfahbod -Date: Tue Dec 21 18:36:25 2010 -0500 +Date: Tue Dec 21 18:36:25 2010 -0500 Bug 32274 - classic mongolian shaper @@ -41153,7 +44526,7 @@ Date: Tue Dec 21 18:36:25 2010 -0500 commit b0e7378fa9a4fc6fc74d9b3c27d927602eaacc5b Author: Behdad Esfahbod -Date: Tue Dec 21 14:19:32 2010 -0500 +Date: Tue Dec 21 14:19:32 2010 -0500 Reroute Mandaic shaping through the Arabic shaper @@ -41165,18 +44538,18 @@ Date: Tue Dec 21 14:19:32 2010 -0500 commit 88e7f37488e4e8590619d815b975232a0c9d2ea0 Author: Behdad Esfahbod -Date: Tue Dec 21 14:18:24 2010 -0500 +Date: Tue Dec 21 14:18:24 2010 -0500 Annotate the Arabic joining table with block information - src/gen-arabic-joining-table.py | 93 + src/gen-arabic-joining-table.py | 93 +++++++++++++++++++++------------- src/hb-ot-shape-complex-arabic-table.h | 24 +++++++-- 2 files changed, 80 insertions(+), 37 deletions(-) commit 1482a39e56cd4151874e5c073540274349240a87 Author: Behdad Esfahbod -Date: Fri Dec 17 20:15:05 2010 -0500 +Date: Fri Dec 17 20:15:05 2010 -0500 Rename remaining metrics uses to extents @@ -41185,7 +44558,7 @@ Date: Fri Dec 17 20:15:05 2010 -0500 commit 22c537657cee1f47a4056a21e2cddfcbe6ab1c01 Author: Behdad Esfahbod -Date: Tue Dec 14 23:51:29 2010 -0500 +Date: Tue Dec 14 23:51:29 2010 -0500 Rename TableDirectory to TableRecord as per OpenType 1.6 @@ -41194,7 +44567,7 @@ Date: Tue Dec 14 23:51:29 2010 -0500 commit 33e8b86197239e667a887709104357bdc6566b7c Author: Behdad Esfahbod -Date: Mon Dec 13 15:54:56 2010 -0500 +Date: Mon Dec 13 15:54:56 2010 -0500 Update 'head' table to OpenType 1.6 @@ -41203,7 +44576,7 @@ Date: Mon Dec 13 15:54:56 2010 -0500 commit b7683335146bfe3a74d9419db92cd7a8019a9c10 Author: Behdad Esfahbod -Date: Mon Dec 13 14:22:35 2010 -0500 +Date: Mon Dec 13 14:22:35 2010 -0500 Disallow ligature substitutions replacing one glyph @@ -41212,7 +44585,7 @@ Date: Mon Dec 13 14:22:35 2010 -0500 commit 7eb875118dc31e9fb0e23c45985396a8bfe977e3 Author: Behdad Esfahbod -Date: Mon Dec 13 14:13:35 2010 -0500 +Date: Mon Dec 13 14:13:35 2010 -0500 Mozilla Bug 618592 - freeze on typekit @@ -41223,17 +44596,17 @@ Date: Mon Dec 13 14:13:35 2010 -0500 commit bbbbe80ec9bc45c5b685bc09c8f993e98496555c Author: Behdad Esfahbod -Date: Tue Dec 7 16:22:02 2010 -0500 +Date: Tue Dec 7 16:22:02 2010 -0500 Rename original_direction to target_direction src/hb-ot-shape-private.hh | 2 +- - src/hb-ot-shape.cc | 6 +++--- + src/hb-ot-shape.cc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) commit ee8aaf976a6eb42be49b63b4c51c7a0a338e0298 Author: Behdad Esfahbod -Date: Tue Dec 7 16:20:42 2010 -0500 +Date: Tue Dec 7 16:20:42 2010 -0500 Fix arabic shaping of LTR text @@ -41247,7 +44620,7 @@ Date: Tue Dec 7 16:20:42 2010 -0500 commit d1f1707adc03317760b0f75e04d0f3dd425e547f Author: Behdad Esfahbod -Date: Tue Nov 30 00:57:15 2010 -0500 +Date: Tue Nov 30 00:57:15 2010 -0500 Bug 31965 - some GNU/Linux distributions lack icu.pc but have icu-config @@ -41259,7 +44632,7 @@ Date: Tue Nov 30 00:57:15 2010 -0500 commit 3c48982be6b2286088541ee55cac78b0f2b6e771 Author: Behdad Esfahbod -Date: Sun Nov 28 19:39:47 2010 -0500 +Date: Sun Nov 28 19:39:47 2010 -0500 Adjust pyx files to reflect change from int to hb_var_int_t @@ -41270,7 +44643,7 @@ Date: Sun Nov 28 19:39:47 2010 -0500 commit 4f9e4a40bc248aeb1364ed6f4aa7f392aa364497 Author: Behdad Esfahbod -Date: Mon Nov 22 11:30:32 2010 -0500 +Date: Mon Nov 22 11:30:32 2010 -0500 Fix failing checks @@ -41280,7 +44653,7 @@ Date: Mon Nov 22 11:30:32 2010 -0500 commit 9da26d6669e7f3b91ba37e71f6f8a6e2ea806688 Author: Behdad Esfahbod -Date: Mon Nov 22 11:03:18 2010 -0500 +Date: Mon Nov 22 11:03:18 2010 -0500 Remove email address from Copyright headers @@ -41291,32 +44664,32 @@ Date: Mon Nov 22 11:03:18 2010 -0500 commit a45f00019242734fca742adeb2ed507305baeda6 Author: Behdad Esfahbod -Date: Thu Nov 18 13:58:32 2010 -0500 +Date: Thu Nov 18 13:58:32 2010 -0500 Clarify copyright notice - COPYING | 12 ++++++++++++ - README | 4 ++-- - src/hb-graphite.cc | 4 ++-- + COPYING | 12 ++++++++++++ + README | 4 ++-- + src/hb-graphite.cc | 4 ++-- src/hb-object-private.h | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) commit 0884a8d9cd576f116400b3f7c8815e747c315d5e Author: Behdad Esfahbod -Date: Wed Nov 17 16:58:21 2010 -0500 +Date: Wed Nov 17 16:58:21 2010 -0500 Move generated table to its own file - src/Makefile.am | 1 + + src/Makefile.am | 1 + src/hb-ot-shape-complex-arabic-table.h | 619 ++++++++++++++++++++++++++++++++ - src/hb-ot-shape-complex-arabic.cc | 621 + src/hb-ot-shape-complex-arabic.cc | 621 +-------------------------------- 3 files changed, 621 insertions(+), 620 deletions(-) commit 14d784116b08685425e4ddcb1c1f813dbe2b2986 Author: Behdad Esfahbod -Date: Wed Nov 17 16:52:58 2010 -0500 +Date: Wed Nov 17 16:52:58 2010 -0500 Update Arabic joining table to include Mandaic @@ -41333,7 +44706,7 @@ Date: Wed Nov 17 16:52:58 2010 -0500 commit 43bf2f7f1ec427c431e2ee2fd1a9345e7d5c9718 Author: Behdad Esfahbod -Date: Wed Nov 17 14:49:40 2010 -0500 +Date: Wed Nov 17 14:49:40 2010 -0500 Add OpenType script tags for Unicode 5.2 and Unicode 6.0 scripts @@ -41344,11 +44717,11 @@ Date: Wed Nov 17 14:49:40 2010 -0500 commit afab01cf7caca79cf6dfabe6827d1703be1a74f7 Author: Behdad Esfahbod -Date: Wed Nov 17 14:35:34 2010 -0500 +Date: Wed Nov 17 14:35:34 2010 -0500 Add Unicode 6.0 scripts - src/hb-icu.c | 6 ++++++ + src/hb-icu.c | 6 ++++++ src/hb-ot-tag.c | 7 ++++++- src/hb-unicode.c | 7 ++++++- src/hb-unicode.h | 7 ++++++- @@ -41356,20 +44729,20 @@ Date: Wed Nov 17 14:35:34 2010 -0500 commit f234b68d18d956f7e4eb4bf58d6dc408d9e5146e Author: Behdad Esfahbod -Date: Wed Nov 17 14:25:44 2010 -0500 +Date: Wed Nov 17 14:25:44 2010 -0500 Change HB_SCRIPT_MEITEI_MAYEK to HB_SCRIPT_MEETEI_MAYEK The new name matches the Unicode name. Reported by Jonathan Kew. - src/hb-icu.c | 2 +- + src/hb-icu.c | 2 +- src/hb-ot-tag.c | 2 +- src/hb-unicode.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit 3ca9a6d1cffe950b325e1d522b20d4a645ae448e Author: Behdad Esfahbod -Date: Wed Nov 17 13:08:47 2010 -0500 +Date: Wed Nov 17 13:08:47 2010 -0500 Add TODO item @@ -41378,7 +44751,7 @@ Date: Wed Nov 17 13:08:47 2010 -0500 commit 300cb41417d40473268e3b4089bed24e9e77a753 Author: Behdad Esfahbod -Date: Wed Nov 17 12:57:23 2010 -0500 +Date: Wed Nov 17 12:57:23 2010 -0500 Add XXX marks @@ -41387,7 +44760,7 @@ Date: Wed Nov 17 12:57:23 2010 -0500 commit ea00aee9f94ae8c6cf03d620254817d5e1f51d64 Author: Behdad Esfahbod -Date: Fri Nov 5 10:51:37 2010 -0400 +Date: Fri Nov 5 10:51:37 2010 -0400 Add TODO item @@ -41396,19 +44769,19 @@ Date: Fri Nov 5 10:51:37 2010 -0400 commit 3a852ae7fe6edfaadd75625d27515a3689503395 Author: Behdad Esfahbod -Date: Wed Nov 3 16:37:24 2010 -0400 +Date: Wed Nov 3 16:37:24 2010 -0400 Save general category and combining class in the buffer for reuse - src/hb-ot-layout-private.hh | 3 ++- + src/hb-ot-layout-private.hh | 3 ++- src/hb-ot-shape-complex-arabic.cc | 16 ++++++++++------ - src/hb-ot-shape-private.hh | 6 ++++++ - src/hb-ot-shape.cc | 26 +++++++++++++++++++++----- + src/hb-ot-shape-private.hh | 6 ++++++ + src/hb-ot-shape.cc | 26 +++++++++++++++++++++----- 4 files changed, 39 insertions(+), 12 deletions(-) commit a5ab682b9ba8224fc132624f93e6fef9973a68ca Author: Behdad Esfahbod -Date: Wed Nov 3 15:50:36 2010 -0400 +Date: Wed Nov 3 15:50:36 2010 -0400 More "unreached code" warning fixes @@ -41419,7 +44792,7 @@ Date: Wed Nov 3 15:50:36 2010 -0400 commit 4e22c7e94102c9f00c32b8cb6aaa832f83909149 Author: Behdad Esfahbod -Date: Wed Nov 3 15:47:12 2010 -0400 +Date: Wed Nov 3 15:47:12 2010 -0400 Add comment @@ -41428,7 +44801,7 @@ Date: Wed Nov 3 15:47:12 2010 -0400 commit 0342034d1cb577d34b42f7204da7fb930c12a464 Author: Behdad Esfahbod -Date: Wed Nov 3 15:40:07 2010 -0400 +Date: Wed Nov 3 15:40:07 2010 -0400 Pedantic @@ -41437,32 +44810,32 @@ Date: Wed Nov 3 15:40:07 2010 -0400 commit 4a2d844c2f12dc1b858ab4ddd737ded7c0852221 Author: Behdad Esfahbod -Date: Wed Nov 3 15:28:56 2010 -0400 +Date: Wed Nov 3 15:28:56 2010 -0400 Minor code shuffling src/hb-ot-layout-private.hh | 21 +++------------- - src/hb-ot-layout.cc | 61 + src/hb-ot-layout.cc | 61 +++++++++++++++++++++++++++++++++------------ 2 files changed, 48 insertions(+), 34 deletions(-) commit 11e3ec444a85fc72541823c2e98cc92c4ceb19af Author: Behdad Esfahbod -Date: Wed Nov 3 15:11:04 2010 -0400 +Date: Wed Nov 3 15:11:04 2010 -0400 Fix a few more "unreachable code" warnings - src/hb-blob.c | 2 +- - src/hb-object-private.h | 12 +++--- - src/hb-open-type-private.hh | 84 + src/hb-blob.c | 2 +- + src/hb-object-private.h | 12 +++--- + src/hb-open-type-private.hh | 84 +++++++++++++++++------------------- src/hb-ot-layout-gsubgpos-private.hh | 2 +- - src/hb-private.h | 3 +- + src/hb-private.h | 3 +- 5 files changed, 49 insertions(+), 54 deletions(-) commit 2304856340782c72cb30873f7907191dc359e921 Author: Behdad Esfahbod -Date: Wed Nov 3 12:46:58 2010 -0400 +Date: Wed Nov 3 12:46:58 2010 -0400 Remove another couple lines of dead code @@ -41471,7 +44844,7 @@ Date: Wed Nov 3 12:46:58 2010 -0400 commit b8783c85ac5dd9ea8f5a66eacb92dfcfbf649a6d Author: Behdad Esfahbod -Date: Wed Nov 3 11:50:21 2010 -0400 +Date: Wed Nov 3 11:50:21 2010 -0400 Fix unreachable-code warning @@ -41480,56 +44853,56 @@ Date: Wed Nov 3 11:50:21 2010 -0400 commit c2709119c8c610a0d4d71884a7d4fdba7cb65b72 Author: Behdad Esfahbod -Date: Wed Oct 27 23:18:51 2010 -0400 +Date: Wed Oct 27 23:18:51 2010 -0400 Move things around some more src/hb-ot-layout-gpos-private.hh | 8 ++++---- src/hb-ot-layout-gsub-private.hh | 4 ++-- src/hb-ot-layout-gsubgpos-private.hh | 9 +++++++-- - src/hb-ot-layout-private.hh | 7 +++---- - src/hb-ot-layout.cc | 6 +++--- + src/hb-ot-layout-private.hh | 7 +++---- + src/hb-ot-layout.cc | 6 +++--- 5 files changed, 19 insertions(+), 15 deletions(-) commit 194d4566ec054db03fa31d369a9f1c6cf4941e74 Author: Behdad Esfahbod -Date: Wed Oct 27 23:09:10 2010 -0400 +Date: Wed Oct 27 23:09:10 2010 -0400 Move buffer var allocation local src/hb-ot-layout-gpos-private.hh | 19 ++++++++++++++----- - src/hb-ot-layout-private.hh | 2 -- + src/hb-ot-layout-private.hh | 2 -- 2 files changed, 14 insertions(+), 7 deletions(-) commit 1e7c1fcbc33599faefc32d4a28e5d8506d2c56fa Author: Behdad Esfahbod -Date: Wed Oct 27 22:48:31 2010 -0400 +Date: Wed Oct 27 22:48:31 2010 -0400 Move code around src/hb-ot-layout-gpos-private.hh | 59 ++++++++++++++++++++++++++++++++++++++++ - src/hb-ot-layout.cc | 59 + src/hb-ot-layout.cc | 59 ++-------------------------------------- - src/hb-ot-layout.h | 4 +-- - src/hb-ot-shape.cc | 2 +- + src/hb-ot-layout.h | 4 +-- + src/hb-ot-shape.cc | 2 +- 4 files changed, 63 insertions(+), 61 deletions(-) commit bf94b3ad22b2fe4730d4e64d673c63154fc5b5fe Author: Behdad Esfahbod -Date: Wed Oct 27 22:37:59 2010 -0400 +Date: Wed Oct 27 22:37:59 2010 -0400 Move some more code around src/hb-ot-layout-gdef-private.hh | 21 +++++++++++++++ - src/hb-ot-layout-private.hh | 27 ++++++++++++++++--- - src/hb-ot-layout.cc | 56 + src/hb-ot-layout-private.hh | 27 ++++++++++++++++--- + src/hb-ot-layout.cc | 56 ++++++---------------------------------- 3 files changed, 52 insertions(+), 52 deletions(-) commit 6334658fe79d6acfb46a2a147721b78f92510ebb Author: Behdad Esfahbod -Date: Wed Oct 27 22:11:32 2010 -0400 +Date: Wed Oct 27 22:11:32 2010 -0400 Simplify mark skipping logic @@ -41538,7 +44911,7 @@ Date: Wed Oct 27 22:11:32 2010 -0400 commit 8c69e65abed961002d90024c92e18538c6516262 Author: Behdad Esfahbod -Date: Wed Oct 27 22:07:49 2010 -0400 +Date: Wed Oct 27 22:07:49 2010 -0400 Rename lookup_flags to lookup_props since it's more than just flags @@ -41546,47 +44919,47 @@ Date: Wed Oct 27 22:07:49 2010 -0400 src/hb-ot-layout-gpos-private.hh | 14 +++++++------- src/hb-ot-layout-gsub-private.hh | 8 ++++---- src/hb-ot-layout-gsubgpos-private.hh | 10 +++++----- - src/hb-ot-layout-private.hh | 4 ++-- - src/hb-ot-layout.cc | 36 + src/hb-ot-layout-private.hh | 4 ++-- + src/hb-ot-layout.cc | 36 ++++++++++++++++++------------------ - src/main.cc | 4 ++-- + src/main.cc | 4 ++-- 7 files changed, 43 insertions(+), 39 deletions(-) commit 98370e89d1bff248737b482d129c2a4deb8bfd95 Author: Behdad Esfahbod -Date: Wed Oct 27 17:39:01 2010 -0400 +Date: Wed Oct 27 17:39:01 2010 -0400 WIP removing external synthesized GDEF support and implementing it internally - TODO | 2 - - src/hb-buffer-private.hh | 4 - - src/hb-buffer.cc | 3 - + TODO | 2 - + src/hb-buffer-private.hh | 4 - + src/hb-buffer.cc | 3 - src/hb-ot-layout-common-private.hh | 8 +- src/hb-ot-layout-gdef-private.hh | 6 +- src/hb-ot-layout-gpos-private.hh | 4 +- src/hb-ot-layout-gsub-private.hh | 66 ++++++----------- src/hb-ot-layout-gsubgpos-private.hh | 29 +++++++- - src/hb-ot-layout-private.hh | 29 +++----- - src/hb-ot-layout.cc | 138 + src/hb-ot-layout-private.hh | 29 +++----- + src/hb-ot-layout.cc | 138 +++++------------------------------ - src/hb-ot-layout.h | 26 ------- - src/hb-ot-shape.cc | 10 +++ + src/hb-ot-layout.h | 26 ------- + src/hb-ot-shape.cc | 10 +++ 12 files changed, 98 insertions(+), 227 deletions(-) commit 870e2d6eac01d004c72a925ea93e6823251d5fa2 Author: Behdad Esfahbod -Date: Wed Oct 27 17:37:20 2010 -0400 +Date: Wed Oct 27 17:37:20 2010 -0400 Remove unused function src/hb-buffer-private.hh | 10 ---------- - src/hb-buffer.cc | 27 --------------------------- + src/hb-buffer.cc | 27 --------------------------- 2 files changed, 37 deletions(-) commit 1115890b90709fa5329a55d22f543020f3df9f6f Author: Behdad Esfahbod -Date: Wed Oct 27 17:07:04 2010 -0400 +Date: Wed Oct 27 17:07:04 2010 -0400 More cleanup @@ -41596,18 +44969,18 @@ Date: Wed Oct 27 17:07:04 2010 -0400 commit dbf56b1d94910f04823e53e39ace1e5145bddc04 Author: Behdad Esfahbod -Date: Wed Oct 27 17:06:12 2010 -0400 +Date: Wed Oct 27 17:06:12 2010 -0400 More lig-id cleanup - src/hb-buffer-private.hh | 4 ++-- - src/hb-buffer.cc | 2 +- + src/hb-buffer-private.hh | 4 ++-- + src/hb-buffer.cc | 2 +- src/hb-ot-layout-gsub-private.hh | 8 +++++++- 3 files changed, 10 insertions(+), 4 deletions(-) commit f6a23a0b9171958f76c1d0473b09fc08d2b3a0d0 Author: Behdad Esfahbod -Date: Wed Oct 27 17:01:03 2010 -0400 +Date: Wed Oct 27 17:01:03 2010 -0400 More removal of lig-id code from buffer @@ -41616,32 +44989,32 @@ Date: Wed Oct 27 17:01:03 2010 -0400 commit dd2ffd282c059194fd87fb1664e2e0cdb56a87a0 Author: Behdad Esfahbod -Date: Wed Oct 27 16:57:01 2010 -0400 +Date: Wed Oct 27 16:57:01 2010 -0400 Minor renaming - src/hb-buffer-private.hh | 41 + src/hb-buffer-private.hh | 41 ++++++++++++++++++++-------------------- - src/hb-buffer.cc | 20 ++++++++++---------- + src/hb-buffer.cc | 20 ++++++++++---------- src/hb-ot-layout-gsub-private.hh | 8 ++++---- - src/hb-ot-shape.cc | 6 +++--- + src/hb-ot-shape.cc | 6 +++--- 4 files changed, 37 insertions(+), 38 deletions(-) commit fe263272a2b26204bc39829a94d90ab537517f3f Author: Behdad Esfahbod -Date: Wed Oct 27 16:51:02 2010 -0400 +Date: Wed Oct 27 16:51:02 2010 -0400 Move setting lig_id/component out of buffer and to the gsub code - src/hb-buffer-private.hh | 30 +++++++---------------- - src/hb-buffer.cc | 52 + src/hb-buffer-private.hh | 30 +++++++---------------- + src/hb-buffer.cc | 52 +++++++--------------------------------- src/hb-ot-layout-gsub-private.hh | 27 ++++++++++++--------- 3 files changed, 34 insertions(+), 75 deletions(-) commit 2e2b2480c01c788ea702d78ca830c2bb659654a8 Author: Behdad Esfahbod -Date: Wed Oct 27 16:25:28 2010 -0400 +Date: Wed Oct 27 16:25:28 2010 -0400 Always allocate new ligature id @@ -41652,7 +45025,7 @@ Date: Wed Oct 27 16:25:28 2010 -0400 commit bf07d5a29c61baf6fd683289c7764f487ad7e413 Author: Behdad Esfahbod -Date: Wed Oct 27 16:19:13 2010 -0400 +Date: Wed Oct 27 16:19:13 2010 -0400 Set component=0 for ligature glyph @@ -41661,7 +45034,7 @@ Date: Wed Oct 27 16:19:13 2010 -0400 commit 37ab877149582c7ce7416425bb402340e3f948a2 Author: Behdad Esfahbod -Date: Wed Oct 27 15:38:06 2010 -0400 +Date: Wed Oct 27 15:38:06 2010 -0400 Remove comment @@ -41670,27 +45043,27 @@ Date: Wed Oct 27 15:38:06 2010 -0400 commit 88474c6fdaf35c56368694a5b164f4988a004d49 Author: Behdad Esfahbod -Date: Wed Oct 27 14:42:15 2010 -0400 +Date: Wed Oct 27 14:42:15 2010 -0400 Get rid of the OpenType-specific internal buffer representation - Add variant integers to buffer item types. More cleanup coming. + Add variant integers to buffer item types. More cleanup coming. - TODO | 2 -- - src/hb-buffer-private.hh | 35 ++++++---------------- - src/hb-buffer.cc | 62 + TODO | 2 -- + src/hb-buffer-private.hh | 35 ++++++---------------- + src/hb-buffer.cc | 62 +++++++++++++++++++-------------------- - src/hb-buffer.h | 2 +- + src/hb-buffer.h | 2 +- src/hb-ot-layout-gpos-private.hh | 24 +++++++-------- src/hb-ot-layout-gsub-private.hh | 2 +- - src/hb-ot-layout-private.hh | 4 +-- - src/hb-ot-layout.cc | 39 ++++++++++++------------ + src/hb-ot-layout-private.hh | 4 +-- + src/hb-ot-layout.cc | 39 ++++++++++++------------ src/hb-ot-shape-complex-arabic.cc | 8 ++--- 9 files changed, 79 insertions(+), 99 deletions(-) commit 6cb8c3493019e1497921666fc268cb81943f9f1f Author: Behdad Esfahbod -Date: Wed Oct 27 14:27:03 2010 -0400 +Date: Wed Oct 27 14:27:03 2010 -0400 Add hb_var_int_t @@ -41700,7 +45073,7 @@ Date: Wed Oct 27 14:27:03 2010 -0400 commit f22802431a983bd4bc60a7653b1103973c3475cb Author: Behdad Esfahbod -Date: Tue Nov 2 19:12:37 2010 -0400 +Date: Tue Nov 2 19:12:37 2010 -0400 Remove trailing comma @@ -41709,30 +45082,30 @@ Date: Tue Nov 2 19:12:37 2010 -0400 commit 13528d0c78cadb1f67267c9a692558caef9fdaa6 Author: Behdad Esfahbod -Date: Wed Oct 27 14:09:27 2010 -0400 +Date: Wed Oct 27 14:09:27 2010 -0400 Supposedly implement vertical support in GPOS Not tested at all. src/hb-ot-layout-gpos-private.hh | 27 ++++++++++++++++++++------- - src/hb-ot-layout.cc | 39 + src/hb-ot-layout.cc | 39 ++++++++++++++++++++++++--------------- 2 files changed, 44 insertions(+), 22 deletions(-) commit 9624de5b496846cd89ee4f7b07d38029aca70ce1 Author: Behdad Esfahbod -Date: Wed Oct 27 13:44:59 2010 -0400 +Date: Wed Oct 27 13:44:59 2010 -0400 Clarify cursive_chain (and change its sign) src/hb-ot-layout-gpos-private.hh | 4 ++-- - src/hb-ot-layout.cc | 13 +++++++------ + src/hb-ot-layout.cc | 13 +++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) commit d6c9eadb88240c40b3cb9a33f067e575cbc2f729 Author: Behdad Esfahbod -Date: Wed Oct 27 12:34:50 2010 -0400 +Date: Wed Oct 27 12:34:50 2010 -0400 Remove more pointless LONGTERMTODO items @@ -41741,7 +45114,7 @@ Date: Wed Oct 27 12:34:50 2010 -0400 commit e204674fe340a57c48a9fe7e1ed02a9a08f4aca4 Author: Behdad Esfahbod -Date: Wed Oct 27 12:32:02 2010 -0400 +Date: Wed Oct 27 12:32:02 2010 -0400 Rename hb_ot_layout_get_lig_carets() to hb_ot_layout_get_ligature_carets() @@ -41752,18 +45125,18 @@ Date: Wed Oct 27 12:32:02 2010 -0400 commit 3357d145f81cb7b746c910018fe3a0dfab00972c Author: Behdad Esfahbod -Date: Wed Oct 27 12:30:46 2010 -0400 +Date: Wed Oct 27 12:30:46 2010 -0400 Implement vertical support in get_lig_carets() src/hb-ot-layout-gdef-private.hh | 34 ++++++++++++++++++---------------- - src/hb-ot-layout.cc | 3 ++- - src/hb-ot-layout.h | 1 + + src/hb-ot-layout.cc | 3 ++- + src/hb-ot-layout.h | 1 + 3 files changed, 21 insertions(+), 17 deletions(-) commit 8eeed7eddc789151cbffe62ed6bfd77612266bf1 Author: Behdad Esfahbod -Date: Wed Oct 27 12:07:49 2010 -0400 +Date: Wed Oct 27 12:07:49 2010 -0400 Remove LONGTERMTODO item that I'll never fix @@ -41772,7 +45145,7 @@ Date: Wed Oct 27 12:07:49 2010 -0400 commit 184a5279c64f37bc2ceefbe2191bb64ca87f88d8 Author: Behdad Esfahbod -Date: Wed Oct 27 12:00:49 2010 -0400 +Date: Wed Oct 27 12:00:49 2010 -0400 Remove unused macro @@ -41781,7 +45154,7 @@ Date: Wed Oct 27 12:00:49 2010 -0400 commit af5d02a269d55331300df1e382241893928d64e0 Author: Behdad Esfahbod -Date: Wed Oct 27 11:54:26 2010 -0400 +Date: Wed Oct 27 11:54:26 2010 -0400 Rewrite Cursive joining to act more like other pair lookups @@ -41790,12 +45163,12 @@ Date: Wed Oct 27 11:54:26 2010 -0400 src/hb-ot-layout-gpos-private.hh | 71 ++++++++++++++++++---------------------- - src/hb-ot-layout-private.hh | 10 ------ + src/hb-ot-layout-private.hh | 10 ------ 2 files changed, 31 insertions(+), 50 deletions(-) commit ea22c749c7371cf66ca44f0bfe7030aef1926edd Author: Behdad Esfahbod -Date: Wed Oct 27 11:09:48 2010 -0400 +Date: Wed Oct 27 11:09:48 2010 -0400 Fix Cursive positioning @@ -41807,7 +45180,7 @@ Date: Wed Oct 27 11:09:48 2010 -0400 commit aefdb64689aab19df76590a36c4a04052a8bffdb Author: Behdad Esfahbod -Date: Wed Oct 27 10:40:39 2010 -0400 +Date: Wed Oct 27 10:40:39 2010 -0400 Fix segfault with Arabic combining marks @@ -41816,7 +45189,7 @@ Date: Wed Oct 27 10:40:39 2010 -0400 commit 12b2d09a87adc1e1aac089cd2e09a68fb7129829 Author: Behdad Esfahbod -Date: Wed Oct 27 01:28:28 2010 -0400 +Date: Wed Oct 27 01:28:28 2010 -0400 Remove obsolete TODO item @@ -41829,7 +45202,7 @@ Date: Wed Oct 27 01:28:28 2010 -0400 commit 248e3c2ba47889c247959e44166644872aed59ba Author: Behdad Esfahbod -Date: Wed Oct 27 01:23:14 2010 -0400 +Date: Wed Oct 27 01:23:14 2010 -0400 Oops, remove extra mask setting that broke complex shaping @@ -41838,25 +45211,25 @@ Date: Wed Oct 27 01:23:14 2010 -0400 commit 502f4cba3e0bcd625d31f8fd295b8b18e2d02a5a Author: Behdad Esfahbod -Date: Wed Oct 27 01:13:56 2010 -0400 +Date: Wed Oct 27 01:13:56 2010 -0400 Divide get_metrics into get_advance and get_extents Graphite module not updated. Bump version to 0.3. - configure.ac | 2 +- + configure.ac | 2 +- src/hb-font-private.h | 3 +- src/hb-font.cc | 96 +++++++++++++++++++++++++++++++++++---------------- - src/hb-font.h | 61 ++++++++++++++++++++------------ - src/hb-ft.c | 72 +++++++++++++++++++++++--------------- + src/hb-font.h | 61 ++++++++++++++++++++------------ + src/hb-ft.c | 72 +++++++++++++++++++++++--------------- src/hb-ot-shape.cc | 7 ++-- 6 files changed, 154 insertions(+), 87 deletions(-) commit ec6c0e54d322d58cbc835feb58dcec7ede6ab744 Author: Behdad Esfahbod -Date: Tue Oct 26 11:28:14 2010 -0400 +Date: Tue Oct 26 11:28:14 2010 -0400 Fix blob leak @@ -41865,20 +45238,20 @@ Date: Tue Oct 26 11:28:14 2010 -0400 commit bd7378b2ef9793de4e7f57b920f29f48ac9d0c25 Author: Behdad Esfahbod -Date: Wed Oct 13 18:33:16 2010 -0400 +Date: Wed Oct 13 18:33:16 2010 -0400 Massage mask setting a bit more Still finding the exact correct way the masks should be set. src/hb-buffer-private.hh | 19 ++++++++++++++++--- - src/hb-buffer.cc | 9 +++++++++ - src/hb-ot-shape.cc | 6 ++++-- + src/hb-buffer.cc | 9 +++++++++ + src/hb-ot-shape.cc | 6 ++++-- 3 files changed, 29 insertions(+), 5 deletions(-) commit 961f9baa7bc3556f1e4e7135859cebe1351f73a4 Author: Behdad Esfahbod -Date: Wed Oct 13 17:17:00 2010 -0400 +Date: Wed Oct 13 17:17:00 2010 -0400 Oops, actually set global mask @@ -41887,7 +45260,7 @@ Date: Wed Oct 13 17:17:00 2010 -0400 commit 39dede9ffffe732f78cbd092ccb3b48d77ddd66d Author: Behdad Esfahbod -Date: Wed Oct 13 15:54:06 2010 -0400 +Date: Wed Oct 13 15:54:06 2010 -0400 Make sure boolean features always use value=1 @@ -41897,15 +45270,15 @@ Date: Wed Oct 13 15:54:06 2010 -0400 than one. Though, I don't think other engines support such corner cases. - src/hb-ot-map-private.hh | 10 ++++++++-- - src/hb-ot-map.cc | 3 ++- + src/hb-ot-map-private.hh | 10 ++++++++-- + src/hb-ot-map.cc | 3 ++- src/hb-ot-shape-complex-arabic.cc | 2 +- - src/hb-ot-shape.cc | 2 +- + src/hb-ot-shape.cc | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) commit 3506b2e78db27e7835bd2c09c053a9807c9cac40 Author: Behdad Esfahbod -Date: Wed Oct 13 15:38:52 2010 -0400 +Date: Wed Oct 13 15:38:52 2010 -0400 Return early if mask is 0 @@ -41914,7 +45287,7 @@ Date: Wed Oct 13 15:38:52 2010 -0400 commit 5c1c8c9c50ddbe66ea595afb245a208b7775b27c Author: Behdad Esfahbod -Date: Wed Oct 13 15:36:38 2010 -0400 +Date: Wed Oct 13 15:36:38 2010 -0400 Make sure feature values don't leak out of their mask @@ -41923,7 +45296,7 @@ Date: Wed Oct 13 15:36:38 2010 -0400 commit 852912fc2db06b6183a2dc87c45ec1b563063572 Author: Behdad Esfahbod -Date: Wed Oct 13 15:34:50 2010 -0400 +Date: Wed Oct 13 15:34:50 2010 -0400 Fix applying default-value for features @@ -41931,14 +45304,14 @@ Date: Wed Oct 13 15:34:50 2010 -0400 user feature, we were not setting any default mask for the feature, essentially disabling the feature by default. Fix that. - TODO | 2 -- + TODO | 2 -- src/hb-ot-map-private.hh | 10 ++++++---- - src/hb-ot-map.cc | 13 +++++++------ + src/hb-ot-map.cc | 13 +++++++------ 3 files changed, 13 insertions(+), 12 deletions(-) commit 2989be4919242670c94825bded96db20a7b2035b Author: Behdad Esfahbod -Date: Wed Oct 13 15:18:29 2010 -0400 +Date: Wed Oct 13 15:18:29 2010 -0400 Set user masks after complex masks @@ -41947,7 +45320,7 @@ Date: Wed Oct 13 15:18:29 2010 -0400 commit a7820b7b15a809b4a1a4077147ceed7bea528483 Author: Behdad Esfahbod -Date: Wed Oct 13 14:20:48 2010 -0400 +Date: Wed Oct 13 14:20:48 2010 -0400 Add TODO item @@ -41956,7 +45329,7 @@ Date: Wed Oct 13 14:20:48 2010 -0400 commit 04a3023a66203d94b77f2d7a8d6bcdedf067e155 Author: Behdad Esfahbod -Date: Wed Oct 13 10:57:27 2010 -0400 +Date: Wed Oct 13 10:57:27 2010 -0400 Cleanup TODO @@ -41968,7 +45341,7 @@ Date: Wed Oct 13 10:57:27 2010 -0400 commit 3111b8a0d5b38da57c0f6285aec2b92eb690188f Author: Behdad Esfahbod -Date: Wed Oct 13 10:41:53 2010 -0400 +Date: Wed Oct 13 10:41:53 2010 -0400 Fix stupid bug, oops @@ -41977,7 +45350,7 @@ Date: Wed Oct 13 10:41:53 2010 -0400 commit 3703f88b74707113e782eb6ca9a77603561760d0 Author: Behdad Esfahbod -Date: Tue Oct 12 18:34:20 2010 -0400 +Date: Tue Oct 12 18:34:20 2010 -0400 Step the version up to 0.2 now that Arabic shaper is in @@ -41986,7 +45359,7 @@ Date: Tue Oct 12 18:34:20 2010 -0400 commit 758f68b860b44b5a04eb3dde5cb40b1b04cf634a Author: Behdad Esfahbod -Date: Tue Oct 12 17:37:44 2010 -0400 +Date: Tue Oct 12 17:37:44 2010 -0400 Fix Arabic shaper @@ -41997,7 +45370,7 @@ Date: Tue Oct 12 17:37:44 2010 -0400 commit 13403bc67a01e0d4908fb964093fd02ddd11c580 Author: Behdad Esfahbod -Date: Tue Oct 12 17:23:54 2010 -0400 +Date: Tue Oct 12 17:23:54 2010 -0400 Hookup Arabic shaper! @@ -42006,25 +45379,25 @@ Date: Tue Oct 12 17:23:54 2010 -0400 src/hb-ot-shape-complex-arabic.cc | 6 +++--- src/hb-ot-shape-complex-private.hh | 37 ++++++++++++++++++++++--------------- - src/hb-ot-shape-private.hh | 14 +++++++++++++- - src/hb-ot-shape.cc | 3 ++- + src/hb-ot-shape-private.hh | 14 +++++++++++++- + src/hb-ot-shape.cc | 3 ++- 4 files changed, 40 insertions(+), 20 deletions(-) commit 57ac0ecb7843533b2e6e6d6c8a12b2a44437cc1c Author: Behdad Esfahbod -Date: Tue Oct 12 17:07:02 2010 -0400 +Date: Tue Oct 12 17:07:02 2010 -0400 Merge clearing masks and setting global masks src/hb-buffer-private.hh | 11 ++++++----- - src/hb-buffer.cc | 5 +++-- - src/hb-ot-map.cc | 2 +- - src/hb-ot-shape.cc | 7 ++----- + src/hb-buffer.cc | 5 +++-- + src/hb-ot-map.cc | 2 +- + src/hb-ot-shape.cc | 7 ++----- 4 files changed, 12 insertions(+), 13 deletions(-) commit fc96596b7c1c4e62491e951a3c256fb00dcde550 Author: Behdad Esfahbod -Date: Tue Oct 12 17:00:25 2010 -0400 +Date: Tue Oct 12 17:00:25 2010 -0400 Form clusters before setting masks @@ -42033,7 +45406,7 @@ Date: Tue Oct 12 17:00:25 2010 -0400 commit 1e80782244cdb1dedae9d1e61079d0508e57ca72 Author: Behdad Esfahbod -Date: Tue Oct 12 17:00:07 2010 -0400 +Date: Tue Oct 12 17:00:07 2010 -0400 Clear masks before setting them up, not after! @@ -42042,35 +45415,35 @@ Date: Tue Oct 12 17:00:07 2010 -0400 commit fd3d32d31cb6d74a9994b6850d539fd0b707d941 Author: Behdad Esfahbod -Date: Tue Oct 12 16:57:47 2010 -0400 +Date: Tue Oct 12 16:57:47 2010 -0400 Add hb_ot_shape_execute() Not public yet. src/hb-ot-shape-private.hh | 5 ++--- - src/hb-ot-shape.cc | 19 ++++++++++++++----- + src/hb-ot-shape.cc | 19 ++++++++++++++----- 2 files changed, 16 insertions(+), 8 deletions(-) commit 49baa1f69efb0e3c62e45bd59dd88459a84bf390 Author: Behdad Esfahbod -Date: Tue Oct 12 16:50:36 2010 -0400 +Date: Tue Oct 12 16:50:36 2010 -0400 Add hb_ot_complex_shaper_t stuff and start hooking Arabic shaper up - src/Makefile.am | 3 +- - src/hb-ot-map-private.hh | 2 +- - src/hb-ot-map.cc | 2 +- + src/Makefile.am | 3 +- + src/hb-ot-map-private.hh | 2 +- + src/hb-ot-map.cc | 2 +- ...ape-arabic.cc => hb-ot-shape-complex-arabic.cc} | 9 +++ - src/hb-ot-shape-complex-private.hh | 88 + src/hb-ot-shape-complex-private.hh | 88 ++++++++++++++++++++++ - src/hb-ot-shape-private.hh | 12 +-- - src/hb-ot-shape.cc | 8 +- + src/hb-ot-shape-private.hh | 12 +-- + src/hb-ot-shape.cc | 8 +- 7 files changed, 107 insertions(+), 17 deletions(-) commit 605ed468f380f86d642031f6451447d270cb6de1 Author: Behdad Esfahbod -Date: Tue Oct 12 16:19:29 2010 -0400 +Date: Tue Oct 12 16:19:29 2010 -0400 Add hb_ot_shape_plan_t @@ -42079,38 +45452,38 @@ Date: Tue Oct 12 16:19:29 2010 -0400 between the two stages. src/hb-ot-shape-private.hh | 12 ++++++++++-- - src/hb-ot-shape.cc | 38 ++++++++++++++++++-------------------- + src/hb-ot-shape.cc | 38 ++++++++++++++++++-------------------- 2 files changed, 28 insertions(+), 22 deletions(-) commit 895fb5d364e7ae5d9d2e34b9f68b8651804369ef Author: Behdad Esfahbod -Date: Tue Oct 12 16:00:21 2010 -0400 +Date: Tue Oct 12 16:00:21 2010 -0400 Refactor, in a different direction src/hb-ot-map-private.hh | 15 ++++++++------- - src/hb-ot-map.cc | 23 ++++++++++++----------- + src/hb-ot-map.cc | 23 ++++++++++++----------- src/hb-ot-shape-private.hh | 13 +------------ - src/hb-ot-shape.cc | 33 +++++++++++++++++---------------- + src/hb-ot-shape.cc | 33 +++++++++++++++++---------------- 4 files changed, 38 insertions(+), 46 deletions(-) commit d2ba016ca1ba7489537768b619980d5159b5870c Author: Behdad Esfahbod -Date: Tue Oct 12 15:35:45 2010 -0400 +Date: Tue Oct 12 15:35:45 2010 -0400 More refactoring src/hb-ot-map-private.hh | 32 +++++--------------------------- - src/hb-ot-map.cc | 32 +++++++++++++++++++++++++++++--- + src/hb-ot-map.cc | 32 +++++++++++++++++++++++++++++--- src/hb-ot-shape-private.hh | 16 ++++++++++++++-- - src/hb-ot-shape.cc | 43 + src/hb-ot-shape.cc | 43 ++++++++++++++++++++++++++++--------------- - src/hb-ot-shape.h | 10 +++++----- + src/hb-ot-shape.h | 10 +++++----- 5 files changed, 81 insertions(+), 52 deletions(-) commit 66e487dfbfdccd0c4be8cd11661d412ca27c3425 Author: Behdad Esfahbod -Date: Tue Oct 12 13:51:19 2010 -0400 +Date: Tue Oct 12 13:51:19 2010 -0400 Update Arabic shaping table to Unicode 6.0.0. @@ -42119,7 +45492,7 @@ Date: Tue Oct 12 13:51:19 2010 -0400 commit f4792d99eee0e8cd72b7cb01c96a09f16e2a72ce Author: Behdad Esfahbod -Date: Tue Oct 12 12:32:18 2010 -0400 +Date: Tue Oct 12 12:32:18 2010 -0400 Fix infinite loop! @@ -42132,7 +45505,7 @@ Date: Tue Oct 12 12:32:18 2010 -0400 commit 993d1e786a32612b796dae8309ce402a4121bec7 Author: Behdad Esfahbod -Date: Tue Oct 12 11:17:30 2010 -0400 +Date: Tue Oct 12 11:17:30 2010 -0400 Fix missing negation in unreachable code! @@ -42143,7 +45516,7 @@ Date: Tue Oct 12 11:17:30 2010 -0400 commit 52601275d5e4000dada4f925fb78723eeeee7bd4 Author: Behdad Esfahbod -Date: Fri Oct 8 20:38:46 2010 -0400 +Date: Fri Oct 8 20:38:46 2010 -0400 More separation @@ -42152,7 +45525,7 @@ Date: Fri Oct 8 20:38:46 2010 -0400 commit 6b7e6758626268ba1c7c266128e618ec73ae2c0f Author: Behdad Esfahbod -Date: Fri Oct 8 20:30:04 2010 -0400 +Date: Fri Oct 8 20:30:04 2010 -0400 Minor @@ -42161,32 +45534,32 @@ Date: Fri Oct 8 20:30:04 2010 -0400 commit aa9c450bb2d7c3c9e36ea32e3558250391a0582d Author: Behdad Esfahbod -Date: Fri Oct 8 20:27:38 2010 -0400 +Date: Fri Oct 8 20:27:38 2010 -0400 Enable 'rtlm' mirroring src/hb-ot-map-private.hh | 9 +++++---- - src/hb-ot-shape.cc | 30 +++++++++++++++--------------- + src/hb-ot-shape.cc | 30 +++++++++++++++--------------- 2 files changed, 20 insertions(+), 19 deletions(-) commit 36925f695d349a53d52ecc3a58f18240a6977463 Author: Behdad Esfahbod -Date: Fri Oct 8 20:20:32 2010 -0400 +Date: Fri Oct 8 20:20:32 2010 -0400 Rename hb_mask_allocator_t to hb_ot_map_t hb_ot_plan_t may be a better name, donno. src/hb-ot-map-private.hh | 4 ++-- - src/hb-ot-map.cc | 2 +- + src/hb-ot-map.cc | 2 +- src/hb-ot-shape-private.hh | 4 ++-- - src/hb-ot-shape.cc | 49 + src/hb-ot-shape.cc | 49 +++++++++++++++++++++------------------------- 4 files changed, 27 insertions(+), 32 deletions(-) commit f5dd3be46b5c77a2c5b97b82a0b67ac9e851b898 Author: Behdad Esfahbod -Date: Fri Oct 8 20:16:23 2010 -0400 +Date: Fri Oct 8 20:16:23 2010 -0400 Improve checks @@ -42196,19 +45569,19 @@ Date: Fri Oct 8 20:16:23 2010 -0400 commit 5a2b0b3878cd9c62121bb4fd6344e102a9ee1825 Author: Behdad Esfahbod -Date: Fri Oct 8 20:14:57 2010 -0400 +Date: Fri Oct 8 20:14:57 2010 -0400 Add hb-ot-map.cc - src/Makefile.am | 1 + + src/Makefile.am | 1 + src/hb-ot-map-private.hh | 129 +----------------------------------- - src/hb-ot-map.cc | 165 + src/hb-ot-map.cc | 165 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 168 insertions(+), 127 deletions(-) commit ecc4550ed7bc900a61081edfbcd0ad09cbf29b36 Author: Behdad Esfahbod -Date: Fri Oct 8 20:05:29 2010 -0400 +Date: Fri Oct 8 20:05:29 2010 -0400 Fix feature overriding @@ -42217,24 +45590,24 @@ Date: Fri Oct 8 20:05:29 2010 -0400 commit 8f08c3275040870a645ef034a38d30c05c619f21 Author: Behdad Esfahbod -Date: Fri Oct 8 19:43:48 2010 -0400 +Date: Fri Oct 8 19:43:48 2010 -0400 Minor cleanup - src/hb-open-type-private.hh | 8 ++---- + src/hb-open-type-private.hh | 8 ++---- src/hb-ot-map-private.hh | 61 +++++++++++++-------------------------------- - src/hb-ot-tag.c | 11 ++++---- - src/hb-private.h | 4 +++ + src/hb-ot-tag.c | 11 ++++---- + src/hb-private.h | 4 +++ 4 files changed, 28 insertions(+), 56 deletions(-) commit a806762a314e83154793d96ee665e6668d6b56de Author: Behdad Esfahbod -Date: Fri Oct 8 19:18:40 2010 -0400 +Date: Fri Oct 8 19:18:40 2010 -0400 Add hb-ot-shape-private.hh - src/Makefile.am | 1 + + src/Makefile.am | 1 + src/hb-ot-shape-arabic.cc | 2 +- src/hb-ot-shape-private.hh | 60 ++++++++++++++++++++++++++++++++++++++++++++++ @@ -42242,19 +45615,19 @@ Date: Fri Oct 8 19:18:40 2010 -0400 commit 4924affe0f0adf75f2a0e2137a71206b0576d63f Author: Behdad Esfahbod -Date: Fri Oct 8 19:18:16 2010 -0400 +Date: Fri Oct 8 19:18:16 2010 -0400 Add hb-ot-map-private.hh - src/Makefile.am | 1 + + src/Makefile.am | 1 + src/hb-ot-map-private.hh | 307 +++++++++++++++++++++++++++++++++++++++++++++++ - src/hb-ot-shape.cc | 274 ++---------------------------------------- + src/hb-ot-shape.cc | 274 ++---------------------------------------- 3 files changed, 315 insertions(+), 267 deletions(-) commit a7c5046d6b676a32298b97403a49235f7f255161 Author: Behdad Esfahbod -Date: Fri Oct 8 18:47:47 2010 -0400 +Date: Fri Oct 8 18:47:47 2010 -0400 Add private hb_segment_properties_t @@ -42263,7 +45636,7 @@ Date: Fri Oct 8 18:47:47 2010 -0400 commit b897c607d91d569f4eaa681d1f5b3d9f3d2bb093 Author: Behdad Esfahbod -Date: Fri Oct 8 18:41:57 2010 -0400 +Date: Fri Oct 8 18:41:57 2010 -0400 Flip the OT bit-allocation vs gsub/gpos inside-out @@ -42275,7 +45648,7 @@ Date: Fri Oct 8 18:41:57 2010 -0400 commit e89b7d2a61b7f58e6c7cec00d5ce2246dee1e8a1 Author: Behdad Esfahbod -Date: Fri Oct 8 12:29:59 2010 -0400 +Date: Fri Oct 8 12:29:59 2010 -0400 Logically separate feature collection @@ -42284,7 +45657,7 @@ Date: Fri Oct 8 12:29:59 2010 -0400 commit 5b88908f12ad1d828dd6075fb8fc0036c2d6af3a Author: Behdad Esfahbod -Date: Fri Oct 8 12:23:01 2010 -0400 +Date: Fri Oct 8 12:23:01 2010 -0400 Minor @@ -42293,7 +45666,7 @@ Date: Fri Oct 8 12:23:01 2010 -0400 commit 5360ce0c5c33f921b3f9ad3f42529a19df5ad0fe Author: Behdad Esfahbod -Date: Thu Oct 7 21:21:11 2010 -0400 +Date: Thu Oct 7 21:21:11 2010 -0400 Move some more code around @@ -42302,7 +45675,7 @@ Date: Thu Oct 7 21:21:11 2010 -0400 commit d9c726078828d50db62e05407a3f38f2e7607533 Author: Behdad Esfahbod -Date: Thu Oct 7 21:19:54 2010 -0400 +Date: Thu Oct 7 21:19:54 2010 -0400 Minor @@ -42311,7 +45684,7 @@ Date: Thu Oct 7 21:19:54 2010 -0400 commit efe0d682e860ffd23a1d17c68c8273f17d51c1c9 Author: Behdad Esfahbod -Date: Thu Oct 7 21:12:46 2010 -0400 +Date: Thu Oct 7 21:12:46 2010 -0400 Simplify compiling lookups @@ -42321,7 +45694,7 @@ Date: Thu Oct 7 21:12:46 2010 -0400 commit 476c94218b4f5b8e119e82b0e10b641e0c10bf56 Author: Behdad Esfahbod -Date: Thu Oct 7 17:47:33 2010 -0400 +Date: Thu Oct 7 17:47:33 2010 -0400 Rename @@ -42330,7 +45703,7 @@ Date: Thu Oct 7 17:47:33 2010 -0400 commit 34db6f031d7ac009f554386ef990bad44886b9ee Author: Behdad Esfahbod -Date: Thu Oct 7 01:21:19 2010 -0400 +Date: Thu Oct 7 01:21:19 2010 -0400 Add XXX note @@ -42339,7 +45712,7 @@ Date: Thu Oct 7 01:21:19 2010 -0400 commit 98aa3f65446496dc250d9b01d98cacfdf1157e06 Author: Behdad Esfahbod -Date: Wed Oct 6 00:23:36 2010 -0400 +Date: Wed Oct 6 00:23:36 2010 -0400 Call hb_ot_shape_setup_lookups_complex() @@ -42348,7 +45721,7 @@ Date: Wed Oct 6 00:23:36 2010 -0400 commit f1d07885dc358e79c237e824c94b3320c0a9c17d Author: Behdad Esfahbod -Date: Wed Oct 6 00:21:37 2010 -0400 +Date: Wed Oct 6 00:21:37 2010 -0400 Rename setup_lookups() @@ -42357,7 +45730,7 @@ Date: Wed Oct 6 00:21:37 2010 -0400 commit affc5abac7bdae51df85856a5478d34d96fda4fe Author: Behdad Esfahbod -Date: Wed Oct 6 00:18:16 2010 -0400 +Date: Wed Oct 6 00:18:16 2010 -0400 Move table_tag to hb_ot_shape_context_t @@ -42366,32 +45739,32 @@ Date: Wed Oct 6 00:18:16 2010 -0400 commit 967240dd8b96802345ef273e75427066e91ea8fb Author: Behdad Esfahbod -Date: Tue Oct 5 23:00:05 2010 -0400 +Date: Tue Oct 5 23:00:05 2010 -0400 Add internal hb_ot_shape_context_t src/hb-ot-shape-arabic.cc | 26 ++--- - src/hb-ot-shape.cc | 237 + src/hb-ot-shape.cc | 237 +++++++++++++++++++--------------------------- 2 files changed, 108 insertions(+), 155 deletions(-) commit 3eb936f1539475098f39be78654b9c39b86f0799 Author: Behdad Esfahbod -Date: Tue Oct 5 18:36:58 2010 -0400 +Date: Tue Oct 5 18:36:58 2010 -0400 Add Arabic/Syriac/N'ko shaping logic Not hooked up just yet. - src/Makefile.am | 9 + + src/Makefile.am | 9 + src/gen-arabic-joining-table.py | 39 +++ - src/hb-ot-shape-arabic.cc | 716 + src/hb-ot-shape-arabic.cc | 716 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 764 insertions(+) commit 0109816b50064a314389333ff64aaf22cb4b1e56 Author: Behdad Esfahbod -Date: Tue Oct 5 18:36:45 2010 -0400 +Date: Tue Oct 5 18:36:45 2010 -0400 Update build system @@ -42401,17 +45774,17 @@ Date: Tue Oct 5 18:36:45 2010 -0400 commit e81d7afe6e0e9dd26025f3243a11cf0b408a8046 Author: Behdad Esfahbod -Date: Mon Oct 4 18:18:48 2010 -0400 +Date: Mon Oct 4 18:18:48 2010 -0400 Add hb_face_get_upem() src/hb-font.cc | 6 ++++++ - src/hb-font.h | 3 +++ + src/hb-font.h | 3 +++ 2 files changed, 9 insertions(+) commit d47f79db92fa45d51cd5f7845db8a206f5ec122b Author: Behdad Esfahbod -Date: Mon Oct 4 18:13:30 2010 -0400 +Date: Mon Oct 4 18:13:30 2010 -0400 Add TODO item @@ -42420,7 +45793,7 @@ Date: Mon Oct 4 18:13:30 2010 -0400 commit bd361945a89ea31e6c4525aa030e18744ea81fb3 Author: Behdad Esfahbod -Date: Mon Oct 4 17:22:57 2010 -0400 +Date: Mon Oct 4 17:22:57 2010 -0400 Add API comments @@ -42429,21 +45802,21 @@ Date: Mon Oct 4 17:22:57 2010 -0400 commit 645f6f265b5f6fb85b3c0f59ea874d58c86e3917 Author: Behdad Esfahbod -Date: Mon Oct 4 17:01:01 2010 -0400 +Date: Mon Oct 4 17:01:01 2010 -0400 Add is_mutable() functions Correspond to the make_mutable() ones. src/hb-font.cc | 6 ++++++ - src/hb-font.h | 2 ++ + src/hb-font.h | 2 ++ src/hb-unicode.c | 6 ++++++ src/hb-unicode.h | 2 ++ 4 files changed, 16 insertions(+) commit 19c0eab8cf96d00e168c4b11ec435019c1ed44f7 Author: Behdad Esfahbod -Date: Mon Oct 4 16:45:21 2010 -0400 +Date: Mon Oct 4 16:45:21 2010 -0400 Add getters for all setter APIs @@ -42453,14 +45826,14 @@ Date: Mon Oct 4 16:45:21 2010 -0400 src/hb-font.cc | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - src/hb-font.h | 40 +++++++++++++++++++++++++++++++++++ + src/hb-font.h | 40 +++++++++++++++++++++++++++++++++++ src/hb-unicode.c | 32 ++++++++++++++++++++++++++++ src/hb-unicode.h | 31 ++++++++++++++++++++++++++- 4 files changed, 166 insertions(+), 1 deletion(-) commit f0feb084b0fd1510474b25404d1dcc5686ee0538 Author: Behdad Esfahbod -Date: Sun Oct 3 19:09:39 2010 -0400 +Date: Sun Oct 3 19:09:39 2010 -0400 Minor @@ -42469,7 +45842,7 @@ Date: Sun Oct 3 19:09:39 2010 -0400 commit ac0c1663fa6e93a5a94c88fc7497bc11ca17f0a1 Author: Behdad Esfahbod -Date: Fri Oct 1 19:09:23 2010 -0400 +Date: Fri Oct 1 19:09:23 2010 -0400 Avoid div-by-zero, validate upem @@ -42479,11 +45852,11 @@ Date: Fri Oct 1 19:09:23 2010 -0400 commit 7f97d2cd904ea999c099c73c52187c5d65aeec67 Author: Behdad Esfahbod -Date: Fri Oct 1 18:58:50 2010 -0400 +Date: Fri Oct 1 18:58:50 2010 -0400 Pedantic - src/hb-open-type-private.hh | 12 ++++++------ + src/hb-open-type-private.hh | 12 ++++++------ src/hb-ot-layout-common-private.hh | 2 +- src/hb-ot-layout-gdef-private.hh | 10 +++++----- src/hb-ot-layout-gpos-private.hh | 6 +++--- @@ -42491,7 +45864,7 @@ Date: Fri Oct 1 18:58:50 2010 -0400 commit 2841436926d6a406bd1f4a35c66a0e3c2fdbeca7 Author: Behdad Esfahbod -Date: Wed Sep 29 12:20:36 2010 -0400 +Date: Wed Sep 29 12:20:36 2010 -0400 Don't zero glyph advances in MarkToBase and similar lookups @@ -42503,7 +45876,7 @@ Date: Wed Sep 29 12:20:36 2010 -0400 commit 36b3862009c00ad922d68810173a69ac59723365 Author: Behdad Esfahbod -Date: Wed Sep 29 12:10:24 2010 -0400 +Date: Wed Sep 29 12:10:24 2010 -0400 One fewer cmp() implementation... @@ -42512,20 +45885,20 @@ Date: Wed Sep 29 12:10:24 2010 -0400 commit 4e573715ae5f5ed486ad66382bb44c47a86591ff Author: Behdad Esfahbod -Date: Tue Sep 28 16:23:58 2010 -0400 +Date: Tue Sep 28 16:23:58 2010 -0400 Improve cmp function parameter namings and casts No semantic change. - src/hb-open-type-private.hh | 6 +++--- + src/hb-open-type-private.hh | 6 +++--- src/hb-ot-layout-common-private.hh | 6 +++--- - src/hb-ot-shape.cc | 8 ++++---- + src/hb-ot-shape.cc | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) commit dca8aff24652c83c53efbb9d06e5e1c7ef1c2fa5 Author: Behdad Esfahbod -Date: Tue Sep 28 16:25:23 2010 -0400 +Date: Tue Sep 28 16:25:23 2010 -0400 Add comment re DejaVu Sans Mono having 'dflt' script @@ -42534,7 +45907,7 @@ Date: Tue Sep 28 16:25:23 2010 -0400 commit 9dc45401c07cb40114067cafbe286c63a9598f3b Author: Behdad Esfahbod -Date: Tue Sep 28 16:23:28 2010 -0400 +Date: Tue Sep 28 16:23:28 2010 -0400 Fix stupid bug in bsearch cmp function! @@ -42543,7 +45916,7 @@ Date: Tue Sep 28 16:23:28 2010 -0400 commit 6fca4c18c42bdcbc67ee8855499c51c7d6311eb2 Author: Behdad Esfahbod -Date: Thu Sep 23 10:28:51 2010 -0400 +Date: Thu Sep 23 10:28:51 2010 -0400 Add TODO iteam @@ -42552,7 +45925,7 @@ Date: Thu Sep 23 10:28:51 2010 -0400 commit f2a30bd605a57b99fce4b78e288c2ca62f7191ad Author: Behdad Esfahbod -Date: Thu Sep 23 10:27:08 2010 -0400 +Date: Thu Sep 23 10:27:08 2010 -0400 Remove unimplemented method hb_font_get_funcs() @@ -42563,18 +45936,18 @@ Date: Thu Sep 23 10:27:08 2010 -0400 commit 7b9a38a112aa2421d97187a9b30619360edeabbe Author: Behdad Esfahbod -Date: Wed Sep 22 17:42:59 2010 -0400 +Date: Wed Sep 22 17:42:59 2010 -0400 Add test.c using public API src/Makefile.am | 6 +++- - src/test.c | 94 + src/test.c | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 99 insertions(+), 1 deletion(-) commit 9ea7368fce3fa373d8d2925961ad211f5cf6ce70 Author: Behdad Esfahbod -Date: Wed Sep 22 17:38:44 2010 -0400 +Date: Wed Sep 22 17:38:44 2010 -0400 Fix hb_ot_layout leak @@ -42583,7 +45956,7 @@ Date: Wed Sep 22 17:38:44 2010 -0400 commit 8e577acae2e605547b6a1b9b3a941cb9e3c56a4c Author: Behdad Esfahbod -Date: Wed Sep 22 17:37:02 2010 -0400 +Date: Wed Sep 22 17:37:02 2010 -0400 Fix blob refcounting with insane SFNT table directories @@ -42592,7 +45965,7 @@ Date: Wed Sep 22 17:37:02 2010 -0400 commit 75371bea4fbf50b8604d2698b4935c011648a6b6 Author: Behdad Esfahbod -Date: Wed Sep 22 17:12:10 2010 -0400 +Date: Wed Sep 22 17:12:10 2010 -0400 Add TODO item @@ -42601,7 +45974,7 @@ Date: Wed Sep 22 17:12:10 2010 -0400 commit 5bd1e95236320aed60fb29ca1e93b9595d4aeeec Author: Behdad Esfahbod -Date: Wed Sep 22 16:46:18 2010 -0400 +Date: Wed Sep 22 16:46:18 2010 -0400 Speedup Device table delta computation for common cases @@ -42610,7 +45983,7 @@ Date: Wed Sep 22 16:46:18 2010 -0400 commit ed4acbde9c5e3323cc95037b500d1bf2878ed3ee Author: Behdad Esfahbod -Date: Mon Aug 16 14:36:27 2010 -0400 +Date: Mon Aug 16 14:36:27 2010 -0400 Fix NULL dereference @@ -42622,7 +45995,7 @@ Date: Mon Aug 16 14:36:27 2010 -0400 commit 258305c2a5dd47bd2d83f12eaf9caa5b19ae5efb Author: Behdad Esfahbod -Date: Fri Aug 13 14:10:02 2010 -0400 +Date: Fri Aug 13 14:10:02 2010 -0400 [GPOS] Fix div-by-zero @@ -42633,7 +46006,7 @@ Date: Fri Aug 13 14:10:02 2010 -0400 commit 2422c4b96d32037a5cdaef4c427ed1d25db5f647 Author: Behdad Esfahbod -Date: Fri Aug 13 14:00:34 2010 -0400 +Date: Fri Aug 13 14:00:34 2010 -0400 Add TODO @@ -42642,7 +46015,7 @@ Date: Fri Aug 13 14:00:34 2010 -0400 commit 27f0b092a13344e8791c496c77a3c1e5de4f887c Author: Behdad Esfahbod -Date: Fri Jul 23 17:35:54 2010 -0400 +Date: Fri Jul 23 17:35:54 2010 -0400 Logically separate feature allocation from application @@ -42651,7 +46024,7 @@ Date: Fri Jul 23 17:35:54 2010 -0400 commit 6cf63132dc771e1bcd5627720daf4bd2ea0800a5 Author: Behdad Esfahbod -Date: Fri Jul 23 17:32:26 2010 -0400 +Date: Fri Jul 23 17:32:26 2010 -0400 Minor @@ -42660,21 +46033,21 @@ Date: Fri Jul 23 17:32:26 2010 -0400 commit 4e4ef24e46f273ad2bdda2f718223e05b37dd50f Author: Behdad Esfahbod -Date: Fri Jul 23 17:22:11 2010 -0400 +Date: Fri Jul 23 17:22:11 2010 -0400 Towards separating bit allocation from shaping - src/hb-buffer-private.hh | 9 ++++++--- - src/hb-buffer.cc | 12 ++++++------ + src/hb-buffer-private.hh | 9 ++++++--- + src/hb-buffer.cc | 12 ++++++------ src/hb-ot-layout-gpos-private.hh | 2 +- - src/hb-ot-layout.cc | 2 +- - src/hb-ot-shape.cc | 41 + src/hb-ot-layout.cc | 2 +- + src/hb-ot-shape.cc | 41 ++++++++++++++++------------------------ 5 files changed, 30 insertions(+), 36 deletions(-) commit da6cff3864d2ef4a061a29e5918359bafcd51f4c Author: Behdad Esfahbod -Date: Fri Jul 23 15:40:58 2010 -0400 +Date: Fri Jul 23 15:40:58 2010 -0400 Add TODO items @@ -42683,81 +46056,81 @@ Date: Fri Jul 23 15:40:58 2010 -0400 commit acdba3f90b232fc12fcb200dca2584481b339118 Author: Behdad Esfahbod -Date: Fri Jul 23 15:11:18 2010 -0400 +Date: Fri Jul 23 15:11:18 2010 -0400 Prefer C linkage - src/Makefile.am | 1 + - src/check-c-linkage-decls.sh | 18 ++++++++++++++++++ - src/hb-blob-private.h | 2 ++ - src/hb-blob.c | 18 ++++++++++++------ - src/hb-blob.h | 2 ++ - src/hb-buffer-private.hh | 1 + - src/hb-buffer.cc | 7 ++++++- - src/hb-buffer.h | 1 + - src/hb-common.c | 6 ++++++ - src/hb-common.h | 21 +++++++++++++-------- - src/hb-font-private.h | 1 + - src/hb-font.cc | 4 ++++ - src/hb-font.h | 1 + - src/hb-ft.c | 10 ++++++++-- - src/hb-ft.h | 2 ++ - src/hb-glib.c | 6 ++++++ - src/hb-glib.h | 2 ++ - src/hb-graphite.cc | 6 ++++++ - src/hb-graphite.h | 3 ++- - src/hb-icu.c | 6 ++++++ - src/hb-icu.h | 2 ++ - src/hb-language.c | 5 +++++ - src/hb-language.h | 2 ++ - src/hb-object-private.h | 2 ++ - src/hb-open-file-private.hh | 4 ++++ - src/hb-open-type-private.hh | 5 +++++ - src/hb-ot-head-private.hh | 5 +++++ + src/Makefile.am | 1 + + src/check-c-linkage-decls.sh | 18 ++++++++++++++++++ + src/hb-blob-private.h | 2 ++ + src/hb-blob.c | 18 ++++++++++++------ + src/hb-blob.h | 2 ++ + src/hb-buffer-private.hh | 1 + + src/hb-buffer.cc | 7 ++++++- + src/hb-buffer.h | 1 + + src/hb-common.c | 6 ++++++ + src/hb-common.h | 21 +++++++++++++-------- + src/hb-font-private.h | 1 + + src/hb-font.cc | 4 ++++ + src/hb-font.h | 1 + + src/hb-ft.c | 10 ++++++++-- + src/hb-ft.h | 2 ++ + src/hb-glib.c | 6 ++++++ + src/hb-glib.h | 2 ++ + src/hb-graphite.cc | 6 ++++++ + src/hb-graphite.h | 3 ++- + src/hb-icu.c | 6 ++++++ + src/hb-icu.h | 2 ++ + src/hb-language.c | 5 +++++ + src/hb-language.h | 2 ++ + src/hb-object-private.h | 2 ++ + src/hb-open-file-private.hh | 4 ++++ + src/hb-open-type-private.hh | 5 +++++ + src/hb-ot-head-private.hh | 5 +++++ src/hb-ot-layout-common-private.hh | 6 ++++++ src/hb-ot-layout-gdef-private.hh | 4 ++++ src/hb-ot-layout-gpos-private.hh | 6 ++++++ src/hb-ot-layout-gsub-private.hh | 7 ++++++- src/hb-ot-layout-gsubgpos-private.hh | 13 +++++++++++++ - src/hb-ot-layout-private.hh | 3 ++- - src/hb-ot-layout.cc | 5 +++++ - src/hb-ot-layout.h | 1 + - src/hb-ot-shape.cc | 6 ++++++ - src/hb-ot-shape.h | 2 ++ - src/hb-ot-tag.c | 5 +++++ - src/hb-ot-tag.h | 2 ++ - src/hb-ot.h | 3 +++ - src/hb-private.h | 5 +++++ - src/hb-shape.cc | 5 +++++ - src/hb-shape.h | 1 + - src/hb-unicode-private.h | 1 + - src/hb-unicode.c | 6 ++++++ - src/hb-unicode.h | 1 + - src/hb.h | 3 +++ - src/main.cc | 6 ++++++ + src/hb-ot-layout-private.hh | 3 ++- + src/hb-ot-layout.cc | 5 +++++ + src/hb-ot-layout.h | 1 + + src/hb-ot-shape.cc | 6 ++++++ + src/hb-ot-shape.h | 2 ++ + src/hb-ot-tag.c | 5 +++++ + src/hb-ot-tag.h | 2 ++ + src/hb-ot.h | 3 +++ + src/hb-private.h | 5 +++++ + src/hb-shape.cc | 5 +++++ + src/hb-shape.h | 1 + + src/hb-unicode-private.h | 1 + + src/hb-unicode.c | 6 ++++++ + src/hb-unicode.h | 1 + + src/hb.h | 3 +++ + src/main.cc | 6 ++++++ 48 files changed, 214 insertions(+), 20 deletions(-) commit cc6d52279d10a2edcf0d86c3a18a79ff4f6d3858 Author: Behdad Esfahbod -Date: Fri Jul 23 15:00:13 2010 -0400 +Date: Fri Jul 23 15:00:13 2010 -0400 De-C++ where possible Helps with avoiding many "extern C" declarations in source files. - src/Makefile.am | 4 ++-- - src/check-header-guards.sh | 2 +- + src/Makefile.am | 4 ++-- + src/check-header-guards.sh | 2 +- src/{hb-font-private.hh => hb-font-private.h} | 6 +++--- - src/hb-font.cc | 2 +- - src/{hb-ft.cc => hb-ft.c} | 2 +- - src/hb-graphite.cc | 2 +- - src/hb-ot-layout-gdef-private.hh | 2 +- - src/hb-ot-layout-private.hh | 2 +- + src/hb-font.cc | 2 +- + src/{hb-ft.cc => hb-ft.c} | 2 +- + src/hb-graphite.cc | 2 +- + src/hb-ot-layout-gdef-private.hh | 2 +- + src/hb-ot-layout-private.hh | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) commit 0dd200d28f51bf4062d8a377432c8977c80cb210 Author: Behdad Esfahbod -Date: Fri Jul 23 14:56:29 2010 -0400 +Date: Fri Jul 23 14:56:29 2010 -0400 Header dep cleanup @@ -42767,7 +46140,7 @@ Date: Fri Jul 23 14:56:29 2010 -0400 commit fb0d25246267851a1fc200ead28c56359a40047e Author: Behdad Esfahbod -Date: Fri Jul 23 14:54:22 2010 -0400 +Date: Fri Jul 23 14:54:22 2010 -0400 dos2unix @@ -42777,7 +46150,7 @@ Date: Fri Jul 23 14:54:22 2010 -0400 commit 81408cd51ce575891e79e6483be187130f864c28 Author: Behdad Esfahbod -Date: Fri Jul 23 14:46:57 2010 -0400 +Date: Fri Jul 23 14:46:57 2010 -0400 Don't use "operator =" @@ -42790,7 +46163,7 @@ Date: Fri Jul 23 14:46:57 2010 -0400 commit 39fe34d4c356516f0a92f42b13a168572829d24e Author: Behdad Esfahbod -Date: Thu Jul 22 18:12:38 2010 -0400 +Date: Thu Jul 22 18:12:38 2010 -0400 Add TODO option @@ -42799,7 +46172,7 @@ Date: Thu Jul 22 18:12:38 2010 -0400 commit 243a96f41482edb83e4798358064bd3329dd278c Author: Behdad Esfahbod -Date: Wed Jul 21 17:21:12 2010 -0400 +Date: Wed Jul 21 17:21:12 2010 -0400 Add arm build fix to TODO @@ -42808,7 +46181,7 @@ Date: Wed Jul 21 17:21:12 2010 -0400 commit c407f05f99f9225916d3d0ae06eac8fbc8b55b97 Author: Behdad Esfahbod -Date: Wed Jul 21 17:20:44 2010 -0400 +Date: Wed Jul 21 17:20:44 2010 -0400 Remove fixed TODO item @@ -42817,7 +46190,7 @@ Date: Wed Jul 21 17:20:44 2010 -0400 commit 4f801bd6586defdbf70162e0c7f8968d2b476df2 Author: Behdad Esfahbod -Date: Wed Jul 21 16:37:01 2010 -0400 +Date: Wed Jul 21 16:37:01 2010 -0400 Mozilla bug 580233 - check for zero-length record in hb sanitizer. @@ -42828,39 +46201,39 @@ Date: Wed Jul 21 16:37:01 2010 -0400 commit 17e9ff938b638fd1cb80c990ba13bd47562116b8 Author: Behdad Esfahbod -Date: Thu Jul 15 11:21:34 2010 -0700 +Date: Thu Jul 15 11:21:34 2010 -0700 Fix 64bit issues with debug prints - src/hb-blob.c | 10 +++++----- - src/hb-open-type-private.hh | 5 +++-- + src/hb-blob.c | 10 +++++----- + src/hb-open-type-private.hh | 5 +++-- 2 files changed, 8 insertions(+), 7 deletions(-) commit fd56ae49637b978ea3b36fab5b48f1a3cc99e90e Author: Behdad Esfahbod -Date: Thu Jul 8 00:53:40 2010 -0400 +Date: Thu Jul 8 00:53:40 2010 -0400 Don't bother sorting, it's a safe font error if the array is not sorted - src/hb-open-type-private.hh | 29 ----------------------------- + src/hb-open-type-private.hh | 29 ----------------------------- src/hb-ot-layout-common-private.hh | 7 ------- 2 files changed, 36 deletions(-) commit cc8a4abea68f2dba26feb5785f9e518e6853c744 Author: Behdad Esfahbod -Date: Thu Jul 8 00:40:04 2010 -0400 +Date: Thu Jul 8 00:40:04 2010 -0400 Use bsearch where applicable - src/hb-open-type-private.hh | 49 +++++++++++++ + src/hb-open-type-private.hh | 49 +++++++++++++ src/hb-ot-layout-common-private.hh | 145 +++++++++++++------------------------ 2 files changed, 100 insertions(+), 94 deletions(-) commit 2f418f5709b2b8b3ef2f6056b9d8c13b66f0b74a Author: Behdad Esfahbod -Date: Wed Jul 7 22:07:40 2010 -0400 +Date: Wed Jul 7 22:07:40 2010 -0400 Remove useless TODO @@ -42869,7 +46242,7 @@ Date: Wed Jul 7 22:07:40 2010 -0400 commit da8edbb62204dc39f93d500ef85929e234e0bd19 Author: Behdad Esfahbod -Date: Wed Jun 9 07:15:39 2010 -0400 +Date: Wed Jun 9 07:15:39 2010 -0400 Fix header @@ -42878,18 +46251,18 @@ Date: Wed Jun 9 07:15:39 2010 -0400 commit d05d13df02fbe76814694fe49cc01bbb41c3d0e7 Author: Behdad Esfahbod -Date: Wed Jun 9 07:15:03 2010 -0400 +Date: Wed Jun 9 07:15:03 2010 -0400 Add a test for header preprocessor guards - src/Makefile.am | 4 +++- + src/Makefile.am | 4 +++- src/check-header-guards.sh | 20 ++++++++++++++++++++ src/check-libstdc++.sh | 1 - 3 files changed, 23 insertions(+), 2 deletions(-) commit 0f0cd9d361f1bb614aa3fd4616160d027062370e Author: Behdad Esfahbod -Date: Wed Jun 9 06:32:56 2010 -0400 +Date: Wed Jun 9 06:32:56 2010 -0400 Fix header tags @@ -42897,12 +46270,12 @@ Date: Wed Jun 9 06:32:56 2010 -0400 src/hb-object-private.h | 6 +++--- src/hb-open-type-private.hh | 4 ++-- src/hb-ot-layout-private.hh | 6 +++--- - src/hb-ot-shape.h | 2 +- + src/hb-ot-shape.h | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) commit f2a1b411b1d48c3dfac0df8e78c848d9aa3bb047 Author: Behdad Esfahbod -Date: Thu Jun 3 11:37:51 2010 -0400 +Date: Thu Jun 3 11:37:51 2010 -0400 Followup fix for variation-selectors @@ -42913,7 +46286,7 @@ Date: Thu Jun 3 11:37:51 2010 -0400 commit a224b4d502d026fa642ee4098bf7bc0b4ba7ce27 Author: Behdad Esfahbod -Date: Wed Jun 2 22:24:54 2010 -0400 +Date: Wed Jun 2 22:24:54 2010 -0400 Fix skipping variation-selectors @@ -42922,7 +46295,7 @@ Date: Wed Jun 2 22:24:54 2010 -0400 commit 81a77b115db401f69e869690f24b9047370bdfde Author: Behdad Esfahbod -Date: Tue Jun 1 23:03:54 2010 -0400 +Date: Tue Jun 1 23:03:54 2010 -0400 Make feature sorting stable @@ -42931,7 +46304,7 @@ Date: Tue Jun 1 23:03:54 2010 -0400 commit fdc322a82047c4bda9fa3dab4338a0eac1c1bde7 Author: Behdad Esfahbod -Date: Fri May 28 20:55:52 2010 -0400 +Date: Fri May 28 20:55:52 2010 -0400 Minor @@ -42940,7 +46313,7 @@ Date: Fri May 28 20:55:52 2010 -0400 commit f062ec6bb24b1c21d37b12adc7e944a5fe53526a Author: Behdad Esfahbod -Date: Fri May 28 20:54:43 2010 -0400 +Date: Fri May 28 20:54:43 2010 -0400 Further simplify mask allocator @@ -42949,7 +46322,7 @@ Date: Fri May 28 20:54:43 2010 -0400 commit 8af45fda475d075c5a285002463a00a0423d3926 Author: Behdad Esfahbod -Date: Fri May 28 20:41:20 2010 -0400 +Date: Fri May 28 20:41:20 2010 -0400 Fix global feature handling @@ -42958,7 +46331,7 @@ Date: Fri May 28 20:41:20 2010 -0400 commit e04685ee7be01695ec437fab50f919f1b7423c57 Author: Behdad Esfahbod -Date: Fri May 28 20:37:06 2010 -0400 +Date: Fri May 28 20:37:06 2010 -0400 Simplify mask allocation @@ -42967,7 +46340,7 @@ Date: Fri May 28 20:37:06 2010 -0400 commit 0e235d0fc9bdeeaffa7215c21abc5d40767a10c7 Author: Behdad Esfahbod -Date: Fri May 28 20:21:47 2010 -0400 +Date: Fri May 28 20:21:47 2010 -0400 Towards a mask allocator @@ -42977,21 +46350,21 @@ Date: Fri May 28 20:21:47 2010 -0400 commit 81c5e8724b740c6e42ed3a45e0574c7c5f3ad8e6 Author: Behdad Esfahbod -Date: Fri May 28 18:31:16 2010 -0400 +Date: Fri May 28 18:31:16 2010 -0400 Allow disabling default features Patch from Jonathan Kew src/hb-buffer-private.hh | 18 +++-- - src/hb-buffer.cc | 15 ++-- - src/hb-ot-shape.cc | 196 + src/hb-buffer.cc | 15 ++-- + src/hb-ot-shape.cc | 196 ++++++++++++++++++++++++++++++++--------------- 3 files changed, 153 insertions(+), 76 deletions(-) commit 2163afbf35044f59dbf449254e65b8c9feb6cdeb Author: Behdad Esfahbod -Date: Thu May 27 14:04:15 2010 -0400 +Date: Thu May 27 14:04:15 2010 -0400 Add note about UTF-8 decoder @@ -43000,7 +46373,7 @@ Date: Thu May 27 14:04:15 2010 -0400 commit 226faa58f4e23eb655bebb0eff7206a3024c8d55 Author: Behdad Esfahbod -Date: Thu May 27 11:42:34 2010 -0400 +Date: Thu May 27 11:42:34 2010 -0400 Fix loop @@ -43009,23 +46382,23 @@ Date: Thu May 27 11:42:34 2010 -0400 commit 56bef5680cc76a67d16ca14ac69f0dda1a691968 Author: Martin Hosken -Date: Thu May 27 10:09:04 2010 +0100 +Date: Thu May 27 10:09:04 2010 +0100 Fixes to Python and Graphite from Martin - contrib/python/README | 10 ++++ + contrib/python/README | 10 ++++ contrib/python/lib/fontconfig.pyx | 47 +++++++++++++++++ contrib/python/lib/harfbuzz.pyx | 104 ++------------------------------------ contrib/python/scripts/hbtestfont | 103 +++++++++++++++++++++++++++++++++---- - contrib/python/setup.py | 3 +- - src/hb-graphite.cc | 8 +-- + contrib/python/setup.py | 3 +- + src/hb-graphite.cc | 8 +-- 6 files changed, 159 insertions(+), 116 deletions(-) commit b485da0b719cb03cc33da57802c5151301664c2f Author: Behdad Esfahbod -Date: Thu May 27 11:39:19 2010 -0400 +Date: Thu May 27 11:39:19 2010 -0400 Disable Graphite as it crashes all over the place... @@ -43034,7 +46407,7 @@ Date: Thu May 27 11:39:19 2010 -0400 commit 93ac709b1f6b015371c29bf244a9ece62baedff0 Author: Behdad Esfahbod -Date: Wed May 26 16:22:00 2010 -0400 +Date: Wed May 26 16:22:00 2010 -0400 Cypriot is RTL @@ -43043,7 +46416,7 @@ Date: Wed May 26 16:22:00 2010 -0400 commit 15c7379c16dbb9ee8ed1c0333ca7492532ce8423 Author: Behdad Esfahbod -Date: Wed May 26 10:48:10 2010 -0400 +Date: Wed May 26 10:48:10 2010 -0400 Revert "Merge remote branch 'martin/master'" @@ -43051,31 +46424,31 @@ Date: Wed May 26 10:48:10 2010 -0400 reversing changes made to c442672ec2fb83ed41f3994b3aa4f92a097664ab. - contrib/python/README | 10 ---- + contrib/python/README | 10 ---- contrib/python/lib/fontconfig.pyx | 47 ----------------- contrib/python/lib/harfbuzz.pyx | 104 ++++++++++++++++++++++++++++++++++++-- contrib/python/scripts/hbtestfont | 98 ++++------------------------------- - contrib/python/setup.py | 3 +- - src/Makefile.am | 2 +- - src/hb-graphite.cc | 8 +-- - src/hb-ot-shape.cc | 2 +- - src/hb-ot-tag.c | 1 - - src/hb-ot.h | 2 +- - src/hb-shape.cc | 2 +- + contrib/python/setup.py | 3 +- + src/Makefile.am | 2 +- + src/hb-graphite.cc | 8 +-- + src/hb-ot-shape.cc | 2 +- + src/hb-ot-tag.c | 1 - + src/hb-ot.h | 2 +- + src/hb-shape.cc | 2 +- 11 files changed, 119 insertions(+), 160 deletions(-) commit 80af2812fb3b231ddcb4608ec13c6038a681c818 -Merge: c442672 3109a86 +Merge: c442672e 3109a86a Author: Behdad Esfahbod -Date: Mon May 24 18:14:24 2010 +0100 +Date: Mon May 24 18:14:24 2010 +0100 Merge remote branch 'martin/master' commit c442672ec2fb83ed41f3994b3aa4f92a097664ab Author: Behdad Esfahbod -Date: Mon May 24 18:02:32 2010 +0100 +Date: Mon May 24 18:02:32 2010 +0100 Fix struct initializers @@ -43086,7 +46459,7 @@ Date: Mon May 24 18:02:32 2010 +0100 commit f5ac9de259773a5f86809892e58166a485d70a3d Author: Behdad Esfahbod -Date: Mon May 24 18:01:09 2010 +0100 +Date: Mon May 24 18:01:09 2010 +0100 Minor @@ -43095,7 +46468,7 @@ Date: Mon May 24 18:01:09 2010 +0100 commit f97bf4f81257c97a46dff51be31b2ec214d6c270 Author: Behdad Esfahbod -Date: Mon May 24 17:50:19 2010 +0100 +Date: Mon May 24 17:50:19 2010 +0100 Make sure we initialize all callbacks upon creation @@ -43107,20 +46480,20 @@ Date: Mon May 24 17:50:19 2010 +0100 commit bf36a1074ab23abeab0a7a6c47db26770dc1ab0a Author: Behdad Esfahbod -Date: Mon May 24 17:46:21 2010 +0100 +Date: Mon May 24 17:46:21 2010 +0100 Move all callback functions in a vtable structs src/hb-font-private.hh | 10 ++++++---- - src/hb-font.cc | 28 +++++++++++++++------------- - src/hb-ot-shape.cc | 4 ++-- + src/hb-font.cc | 28 +++++++++++++++------------- + src/hb-ot-shape.cc | 4 ++-- src/hb-unicode-private.h | 12 +++++++----- - src/hb-unicode.c | 32 +++++++++++++++++--------------- + src/hb-unicode.c | 32 +++++++++++++++++--------------- 5 files changed, 47 insertions(+), 39 deletions(-) commit 3109a86add936ae4cc77541fc026c4fe2db4e328 Author: Martin Hosken -Date: Mon May 24 13:25:37 2010 +0100 +Date: Mon May 24 13:25:37 2010 +0100 hb-graphite now no longer has -ve advances within clusters. Fix infinite loop in tag_to_script(). python fixed to use tag_to_script @@ -43129,58 +46502,58 @@ Date: Mon May 24 13:25:37 2010 +0100 contrib/python/lib/harfbuzz.pyx | 4 ++-- contrib/python/scripts/hbtestfont | 6 +++++- - src/hb-graphite.cc | 4 ++-- - src/hb-ot-tag.c | 1 + + src/hb-graphite.cc | 4 ++-- + src/hb-ot-tag.c | 1 + 4 files changed, 10 insertions(+), 5 deletions(-) commit e5bed0a37fe1b0576d08435179e455cb28eadcdb Author: Martin Hosken -Date: Sat May 22 20:19:00 2010 +0100 +Date: Sat May 22 20:19:00 2010 +0100 Tidy up hbtestfont and add README - contrib/python/README | 10 +++ + contrib/python/README | 10 +++ contrib/python/scripts/hbtestfont | 134 +++++++++++++++++++------------------- 2 files changed, 77 insertions(+), 67 deletions(-) commit 70ae332fe66510500d303b6fcc79537833b42f05 Author: Martin Hosken -Date: Sat May 22 19:58:00 2010 +0100 +Date: Sat May 22 19:58:00 2010 +0100 Add fontconfig to hbtestfont contrib/python/lib/fontconfig.pyx | 47 ++++++++++++++++++++++++++++ contrib/python/scripts/hbtestfont | 64 ++++++++++++++++++++++++--------------- - contrib/python/setup.py | 3 +- + contrib/python/setup.py | 3 +- 3 files changed, 88 insertions(+), 26 deletions(-) commit 72631c9d06b131d82080f212908e7d0b0266b841 -Merge: 1432ab1 1094a29 +Merge: 1432ab15 1094a294 Author: Martin Hosken -Date: Sat May 22 09:38:02 2010 +0100 +Date: Sat May 22 09:38:02 2010 +0100 Merge branch 'master' of git://git.freedesktop.org/~behdad/harfbuzz-ng commit 1432ab15c163eb0b5be3de66a4cb3df15ad73500 Author: Martin Hosken -Date: Sat May 22 00:56:40 2010 +0100 +Date: Sat May 22 00:56:40 2010 +0100 Add graphical output to hbtestfont contrib/python/lib/harfbuzz.pyx | 100 +------------------------------------- contrib/python/scripts/hbtestfont | 62 ++++++++++++++++++++++- - src/Makefile.am | 2 +- - src/hb-ot-shape.cc | 2 +- - src/hb-ot.h | 2 +- - src/hb-shape.cc | 2 +- + src/Makefile.am | 2 +- + src/hb-ot-shape.cc | 2 +- + src/hb-ot.h | 2 +- + src/hb-shape.cc | 2 +- 6 files changed, 67 insertions(+), 103 deletions(-) commit bbc7a99d01298f9be1ebaaceacbc9bc961e247e5 Author: Behdad Esfahbod -Date: Fri May 21 18:24:34 2010 +0100 +Date: Fri May 21 18:24:34 2010 +0100 Move mirroring around a bit @@ -43189,7 +46562,7 @@ Date: Fri May 21 18:24:34 2010 +0100 commit bd0987386b3a4dddf208ccf1a70ebfff6242ba73 Author: Behdad Esfahbod -Date: Fri May 21 18:06:35 2010 +0100 +Date: Fri May 21 18:06:35 2010 +0100 Add a few more standard features @@ -43198,7 +46571,7 @@ Date: Fri May 21 18:06:35 2010 +0100 commit 75f3469ca6d626b08eb411984a2ba7fd48ca5b5f Author: Behdad Esfahbod -Date: Fri May 21 17:59:04 2010 +0100 +Date: Fri May 21 17:59:04 2010 +0100 Add note @@ -43207,7 +46580,7 @@ Date: Fri May 21 17:59:04 2010 +0100 commit 1094a294f6a44c47fc75867983f2b135a6442bab Author: Behdad Esfahbod -Date: Fri May 21 17:58:20 2010 +0100 +Date: Fri May 21 17:58:20 2010 +0100 Add rtlm @@ -43216,7 +46589,7 @@ Date: Fri May 21 17:58:20 2010 +0100 commit 074ea787493a37ae8f68d17be7820f13fff57520 Author: Behdad Esfahbod -Date: Fri May 21 17:53:10 2010 +0100 +Date: Fri May 21 17:53:10 2010 +0100 Add ltra, ltrm, and rtla features @@ -43226,19 +46599,19 @@ Date: Fri May 21 17:53:10 2010 +0100 commit 1ce7b87c4d8d1ab3ec1d5198351d71b7199f7c64 Author: Behdad Esfahbod -Date: Fri May 21 17:31:45 2010 +0100 +Date: Fri May 21 17:31:45 2010 +0100 Cleanup bitmask allocation src/hb-buffer-private.hh | 16 +++++++++++++ - src/hb-buffer.cc | 36 +++++++++++++++++++++++++++++ - src/hb-ot-shape.cc | 60 + src/hb-buffer.cc | 36 +++++++++++++++++++++++++++++ + src/hb-ot-shape.cc | 60 +++++++++++++++++++++--------------------------- 3 files changed, 78 insertions(+), 34 deletions(-) commit dd22a8f7bfd424a69286e90f79d2a23af6e89ec1 Author: Behdad Esfahbod -Date: Fri May 21 16:43:17 2010 +0100 +Date: Fri May 21 16:43:17 2010 +0100 Add note @@ -43247,7 +46620,7 @@ Date: Fri May 21 16:43:17 2010 +0100 commit cbd1d6a63a5d696b7d6a5aba9ee7305ea228416a Author: Martin Hosken -Date: Fri May 21 15:16:43 2010 +0100 +Date: Fri May 21 15:16:43 2010 +0100 Rename Grxxx to HbGrxxx @@ -43256,7 +46629,7 @@ Date: Fri May 21 15:16:43 2010 +0100 commit 0375bdd2027767ee7bebef1ed289b33dc64f430e Author: Martin Hosken -Date: Fri May 21 15:01:37 2010 +0100 +Date: Fri May 21 15:01:37 2010 +0100 Rename classes from Grxxx to HbGrxxx @@ -43265,7 +46638,7 @@ Date: Fri May 21 15:01:37 2010 +0100 commit a5a72e004bb7123445c2c3a94352d358fc80d904 Author: Behdad Esfahbod -Date: Fri May 21 15:12:52 2010 +0100 +Date: Fri May 21 15:12:52 2010 +0100 Add hb-ot-shape.h, oops. @@ -43274,17 +46647,17 @@ Date: Fri May 21 15:12:52 2010 +0100 commit aa62a402a72bdecad2a955dbfaf6e24cd2c00e55 Author: Behdad Esfahbod -Date: Fri May 21 14:42:11 2010 +0100 +Date: Fri May 21 14:42:11 2010 +0100 Fix Makefile to install hb-ot-shape.h src/Makefile.am | 2 +- - src/hb-ot.h | 1 + + src/hb-ot.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) commit 9722b8f005a10fd16e841df4da3ccd80be66e296 Author: Behdad Esfahbod -Date: Fri May 21 14:37:47 2010 +0100 +Date: Fri May 21 14:37:47 2010 +0100 Simple renames @@ -43293,7 +46666,7 @@ Date: Fri May 21 14:37:47 2010 +0100 commit 02f28550d785671cf92fd4239c5f913f7e71585f Author: Behdad Esfahbod -Date: Fri May 21 14:37:28 2010 +0100 +Date: Fri May 21 14:37:28 2010 +0100 Graphite also forces us to link to libstdc++ currently @@ -43302,20 +46675,20 @@ Date: Fri May 21 14:37:28 2010 +0100 commit ca663bb23c16f6a1f04efa6e10dad0e3e7c260a3 Author: Behdad Esfahbod -Date: Fri May 21 14:34:23 2010 +0100 +Date: Fri May 21 14:34:23 2010 +0100 Move main shaper code into hb_ot_shape() src/hb-ot-shape-private.hh | 53 ----------- - src/hb-ot-shape.cc | 225 + src/hb-ot-shape.cc | 225 ++++++++++++++++++++++++++++++++++++++++++--- - src/hb-shape.cc | 209 + src/hb-shape.cc | 209 +---------------------------------------- 3 files changed, 214 insertions(+), 273 deletions(-) commit 7acd232d36c2b2ed03823e6aa6bb2b814bf673b3 Author: Behdad Esfahbod -Date: Fri May 21 14:20:48 2010 +0100 +Date: Fri May 21 14:20:48 2010 +0100 Fix test failing @@ -43324,7 +46697,7 @@ Date: Fri May 21 14:20:48 2010 +0100 commit dd47924d88d86b83e7f3ab040de6e7136ac0ca09 Author: Behdad Esfahbod -Date: Fri May 21 14:18:08 2010 +0100 +Date: Fri May 21 14:18:08 2010 +0100 Fix warnings @@ -43333,11 +46706,11 @@ Date: Fri May 21 14:18:08 2010 +0100 commit 305ba8671553cd955c20a54db622666c0bb02532 Author: Behdad Esfahbod -Date: Fri May 21 14:02:20 2010 +0100 +Date: Fri May 21 14:02:20 2010 +0100 Import Graphite shaping backend by Martin Hosken - configure.ac | 6 ++ + configure.ac | 6 ++ src/Makefile.am | 11 ++ src/hb-graphite.cc | 308 +++++++++++++++++++++++++++++++++++++++++++++++++++++ @@ -43347,7 +46720,7 @@ Date: Fri May 21 14:02:20 2010 +0100 commit 3ba6818ba9be950e46902f0239f2451ec0e65d44 Author: Behdad Esfahbod -Date: Fri May 21 13:51:29 2010 +0100 +Date: Fri May 21 13:51:29 2010 +0100 Update the Python module @@ -43357,7 +46730,7 @@ Date: Fri May 21 13:51:29 2010 +0100 commit 83f34677bcbc6bb194940407b0fcb23575650e3d Author: Behdad Esfahbod -Date: Fri May 21 13:43:49 2010 +0100 +Date: Fri May 21 13:43:49 2010 +0100 Add hb_tag_from_string() @@ -43368,7 +46741,7 @@ Date: Fri May 21 13:43:49 2010 +0100 commit 4a9a5c0b06e8aa5d15327242609a7c766d3e0e94 Author: Behdad Esfahbod -Date: Fri May 21 13:33:46 2010 +0100 +Date: Fri May 21 13:33:46 2010 +0100 Don't allocate bits for features not available @@ -43377,7 +46750,7 @@ Date: Fri May 21 13:33:46 2010 +0100 commit e53d77142ac4ecbe38ab3235491fa93cb7ff16ab Author: Behdad Esfahbod -Date: Fri May 21 13:32:38 2010 +0100 +Date: Fri May 21 13:32:38 2010 +0100 Speed up feature mask setting @@ -43388,11 +46761,11 @@ Date: Fri May 21 13:32:38 2010 +0100 commit 4fa67f34ecc65056ce60a572213fbdae66e0423b Author: Behdad Esfahbod -Date: Fri May 21 13:29:12 2010 +0100 +Date: Fri May 21 13:29:12 2010 +0100 Add Unicode 5.2 scripts - src/hb-icu.c | 29 ++++++++++++++++++++++++++++- + src/hb-icu.c | 29 ++++++++++++++++++++++++++++- src/hb-ot-tag.c | 21 +++++++++++++++++++-- src/hb-unicode.c | 19 ++++++++++++++++++- src/hb-unicode.h | 19 ++++++++++++++++++- @@ -43400,7 +46773,7 @@ Date: Fri May 21 13:29:12 2010 +0100 commit ee1b322100a6bd575b999904592abbd9fed5587f Author: Behdad Esfahbod -Date: Fri May 21 12:55:57 2010 +0100 +Date: Fri May 21 12:55:57 2010 +0100 Fix feature mask setting @@ -43409,7 +46782,7 @@ Date: Fri May 21 12:55:57 2010 +0100 commit b490fa343322f1b5abaf880abc073287c1f34132 Author: Behdad Esfahbod -Date: Fri May 21 11:15:07 2010 +0100 +Date: Fri May 21 11:15:07 2010 +0100 Add hb_ot_tag_to_script() @@ -43419,31 +46792,31 @@ Date: Fri May 21 11:15:07 2010 +0100 commit 50355309047765558ef8f5d60aefed42a7f954cc Author: Behdad Esfahbod -Date: Fri May 21 10:33:23 2010 +0100 +Date: Fri May 21 10:33:23 2010 +0100 Add Python wrapper from Martin Hosken contrib/python/lib/harfbuzz.pyx | 306 ++++++++++++++++++++++++++++++++++++++ - contrib/python/runpy | 2 + + contrib/python/runpy | 2 + contrib/python/scripts/hbtestfont | 35 +++++ - contrib/python/setup.py | 24 +++ + contrib/python/setup.py | 24 +++ 4 files changed, 367 insertions(+) commit 280af1bddb958ff97cf7ce12fe7ec2b6352e61d0 Author: Behdad Esfahbod -Date: Thu May 20 18:33:35 2010 +0100 +Date: Thu May 20 18:33:35 2010 +0100 Let hb_face_get_table() return NULL if table not found - src/hb-font.cc | 2 +- - src/hb-font.h | 1 + + src/hb-font.cc | 2 +- + src/hb-font.h | 1 + src/hb-open-type-private.hh | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) commit 1cdbfd944eecb58587461f57f037e47a44f39990 Author: Behdad Esfahbod -Date: Thu May 20 17:47:28 2010 +0100 +Date: Thu May 20 17:47:28 2010 +0100 Fix alternate, again @@ -43452,7 +46825,7 @@ Date: Thu May 20 17:47:28 2010 +0100 commit fdca3d51603bd6bef6a4b0ee4a560f7dcd2f1d37 Author: Behdad Esfahbod -Date: Thu May 20 17:46:20 2010 +0100 +Date: Thu May 20 17:46:20 2010 +0100 Fix alternate off-by-one @@ -43461,19 +46834,19 @@ Date: Thu May 20 17:46:20 2010 +0100 commit b634beb39e0a4fef7167a8af646f6b2d8cafe69b Author: Behdad Esfahbod -Date: Thu May 20 17:44:52 2010 +0100 +Date: Thu May 20 17:44:52 2010 +0100 Fix delta scale, again... src/hb-ot-layout-common-private.hh | 8 ++++++++ src/hb-ot-layout-gdef-private.hh | 3 +-- src/hb-ot-layout-gpos-private.hh | 12 ++++++------ - src/hb-ot-layout-private.hh | 2 +- + src/hb-ot-layout-private.hh | 2 +- 4 files changed, 16 insertions(+), 9 deletions(-) commit 40335d4533ac2b08121c9dc6003f3ebc5b44a67b Author: Behdad Esfahbod -Date: Thu May 20 17:35:14 2010 +0100 +Date: Thu May 20 17:35:14 2010 +0100 Remove unused operator @@ -43482,31 +46855,31 @@ Date: Thu May 20 17:35:14 2010 +0100 commit f7acd8df5146155b51d6f50aeb04f54f3030c1c3 Author: Behdad Esfahbod -Date: Thu May 20 17:26:35 2010 +0100 +Date: Thu May 20 17:26:35 2010 +0100 Do alternate glyph selection! - Kinda hand-wavy right now. Not tested. + Kinda hand-wavy right now. Not tested. src/hb-ot-layout-gpos-private.hh | 12 +++++++----- src/hb-ot-layout-gsub-private.hh | 20 +++++++++----------- src/hb-ot-layout-gsubgpos-private.hh | 1 + - src/hb-private.h | 19 ++++++++++++++++++- + src/hb-private.h | 19 ++++++++++++++++++- 4 files changed, 35 insertions(+), 17 deletions(-) commit 750a2294553d252e28875b605fe61fd9d6696e0f Author: Behdad Esfahbod -Date: Thu May 20 16:23:27 2010 +0100 +Date: Thu May 20 16:23:27 2010 +0100 get_table() is allowed to return NULL. Use that to simplify code src/hb-font.cc | 2 +- - src/hb-ft.cc | 6 +++--- + src/hb-ft.cc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) commit 99d9ef785f108df76f80a307eaa2784685ea86ba Author: Behdad Esfahbod -Date: Thu May 20 15:47:49 2010 +0100 +Date: Thu May 20 15:47:49 2010 +0100 Write hb_face_create_for_data() in terms of hb_face_create_for_tables() @@ -43518,7 +46891,7 @@ Date: Thu May 20 15:47:49 2010 +0100 commit 6774463883978b00b4d8c719ed75edfc4537c77f Author: Behdad Esfahbod -Date: Thu May 20 15:40:12 2010 +0100 +Date: Thu May 20 15:40:12 2010 +0100 Apply user features to ranges! @@ -43527,7 +46900,7 @@ Date: Thu May 20 15:40:12 2010 +0100 commit 9b6023338530a2dbb8214eb4391ef3e8372f3892 Author: Behdad Esfahbod -Date: Thu May 20 15:31:12 2010 +0100 +Date: Thu May 20 15:31:12 2010 +0100 Add _hb_bit_storage() @@ -43536,7 +46909,7 @@ Date: Thu May 20 15:31:12 2010 +0100 commit 6b1b957f6d2955cbe4fa97e2659e033b3eaaf4d2 Author: Behdad Esfahbod -Date: Thu May 20 15:14:44 2010 +0100 +Date: Thu May 20 15:14:44 2010 +0100 Add lookup_map @@ -43545,7 +46918,7 @@ Date: Thu May 20 15:14:44 2010 +0100 commit 60010a0c4d8efae5c61a0c9cf10cfe2c1860f41e Author: Behdad Esfahbod -Date: Thu May 20 14:05:02 2010 +0100 +Date: Thu May 20 14:05:02 2010 +0100 Update always-apply mask from 0xFFFF to 1 @@ -43556,7 +46929,7 @@ Date: Thu May 20 14:05:02 2010 +0100 commit 009aad567863c05ee2ec4a3ee76fe0ee79c767bb Author: Behdad Esfahbod -Date: Thu May 20 14:00:57 2010 +0100 +Date: Thu May 20 14:00:57 2010 +0100 Invert the mask logic @@ -43567,14 +46940,14 @@ Date: Thu May 20 14:00:57 2010 +0100 Now both are in sync. When calling hb_buffer_add_glyph() manually, the mask should be 1 instead of 0. - src/hb-buffer.cc | 2 +- + src/hb-buffer.cc | 2 +- src/hb-ot-layout-gpos-private.hh | 2 +- src/hb-ot-layout-gsub-private.hh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) commit 7f411dbfd9f8d5360c948531ff9f6c3998d1d897 Author: Behdad Esfahbod -Date: Thu May 20 13:40:18 2010 +0100 +Date: Thu May 20 13:40:18 2010 +0100 Apply user features @@ -43585,7 +46958,7 @@ Date: Thu May 20 13:40:18 2010 +0100 commit 0db299ccad346d9ea5573ea8408b78d9997bd379 Author: Behdad Esfahbod -Date: Thu May 20 13:30:09 2010 +0100 +Date: Thu May 20 13:30:09 2010 +0100 Change hb_feature_t to keep tag/int instead of string @@ -43594,7 +46967,7 @@ Date: Thu May 20 13:30:09 2010 +0100 commit 0a4399ca228d244e646abdb3487da0f13b228889 Author: Behdad Esfahbod -Date: Wed May 19 15:45:06 2010 -0400 +Date: Wed May 19 15:45:06 2010 -0400 Fix scale issues @@ -43607,37 +46980,37 @@ Date: Wed May 19 15:45:06 2010 -0400 get_glyph_metrics and get_kerning callbacks work in. - src/hb-common.h | 1 - - src/hb-font-private.hh | 8 +++----- - src/hb-font.cc | 12 ++++++------ - src/hb-font.h | 12 +++--------- - src/hb-ft.cc | 4 ++-- + src/hb-common.h | 1 - + src/hb-font-private.hh | 8 +++----- + src/hb-font.cc | 12 ++++++------ + src/hb-font.h | 12 +++--------- + src/hb-ft.cc | 4 ++-- src/hb-ot-layout-gdef-private.hh | 6 +++--- src/hb-ot-layout-gpos-private.hh | 37 +++++++++++++++++-------------------- src/hb-ot-layout-gsub-private.hh | 2 +- - src/hb-ot-layout-private.hh | 20 +++++++++++--------- - src/hb-ot-layout.cc | 31 +++++++++++++++---------------- - src/hb-private.h | 4 ---- + src/hb-ot-layout-private.hh | 20 +++++++++++--------- + src/hb-ot-layout.cc | 31 +++++++++++++++---------------- + src/hb-private.h | 4 ---- 11 files changed, 61 insertions(+), 76 deletions(-) commit cf5585cfa6cac6fdf627a99941299e76af5ae0f7 Author: Behdad Esfahbod -Date: Wed May 19 12:03:35 2010 -0400 +Date: Wed May 19 12:03:35 2010 -0400 Add 'head' table - src/Makefile.am | 1 + - src/hb-font-private.hh | 5 ++ - src/hb-font.cc | 9 ++++ - src/hb-open-type-private.hh | 2 +- + src/Makefile.am | 1 + + src/hb-font-private.hh | 5 ++ + src/hb-font.cc | 9 ++++ + src/hb-open-type-private.hh | 2 +- src/hb-ot-head-private.hh | 128 ++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 144 insertions(+), 1 deletion(-) commit e29caf3f943b2b6f4997f469f7274252c82f465e Author: Behdad Esfahbod -Date: Wed May 19 11:47:17 2010 -0400 +Date: Wed May 19 11:47:17 2010 -0400 Add LONGDATETIME @@ -43646,7 +47019,7 @@ Date: Wed May 19 11:47:17 2010 -0400 commit f415755fdf011d3fa3b9aad04c38f2255dd7acf8 Author: Behdad Esfahbod -Date: Mon May 17 15:14:14 2010 -0400 +Date: Mon May 17 15:14:14 2010 -0400 Minor @@ -43656,7 +47029,7 @@ Date: Mon May 17 15:14:14 2010 -0400 commit 73af7756dc6d3961f176854246e5722baff101fb Author: Behdad Esfahbod -Date: Fri May 14 23:38:08 2010 -0400 +Date: Fri May 14 23:38:08 2010 -0400 Indent @@ -43665,7 +47038,7 @@ Date: Fri May 14 23:38:08 2010 -0400 commit 3567b87cce541dfb0af7caf024ec67c9d3c09214 Author: Behdad Esfahbod -Date: Fri May 14 23:28:44 2010 -0400 +Date: Fri May 14 23:28:44 2010 -0400 Add an inline version of hb_buffer_ensure() @@ -43675,19 +47048,19 @@ Date: Fri May 14 23:28:44 2010 -0400 commit a6a79df5fe2ed2cd307e7a991346faee164e70d9 Author: Behdad Esfahbod -Date: Fri May 14 23:20:16 2010 -0400 +Date: Fri May 14 23:20:16 2010 -0400 Handle malloc failture in the buffer src/hb-buffer-private.hh | 5 ++-- - src/hb-buffer.cc | 71 + src/hb-buffer.cc | 71 +++++++++++++++++++++++++++++------------------- - src/hb-buffer.h | 2 +- + src/hb-buffer.h | 2 +- 3 files changed, 47 insertions(+), 31 deletions(-) commit ca54a12658510f9aa0b2db82f20a8fac230d6bb6 Author: Behdad Esfahbod -Date: Fri May 14 22:25:42 2010 -0400 +Date: Fri May 14 22:25:42 2010 -0400 Minor @@ -43697,38 +47070,38 @@ Date: Fri May 14 22:25:42 2010 -0400 commit 910a33fe8457a8e13f7eb77fc92fa59c31f5e8fd Author: Behdad Esfahbod -Date: Fri May 14 22:13:38 2010 -0400 +Date: Fri May 14 22:13:38 2010 -0400 Update buffer docs src/hb-buffer-private.hh | 13 +++++++------ - src/hb-buffer.cc | 16 ++++++++-------- + src/hb-buffer.cc | 16 ++++++++-------- 2 files changed, 15 insertions(+), 14 deletions(-) commit 36b73c80df91e96492357c6da945e081e9046a93 Author: Behdad Esfahbod -Date: Fri May 14 22:10:39 2010 -0400 +Date: Fri May 14 22:10:39 2010 -0400 Shortening buffer accessors: rename buffer->in_pos to buffer->i - src/hb-buffer-private.hh | 2 +- - src/hb-buffer.cc | 52 ++++++++++---------- + src/hb-buffer-private.hh | 2 +- + src/hb-buffer.cc | 52 ++++++++++---------- src/hb-ot-layout-gpos-private.hh | 94 ++++++++++++++++++------------------ src/hb-ot-layout-gsub-private.hh | 48 +++++++++--------- src/hb-ot-layout-gsubgpos-private.hh | 46 +++++++++--------- - src/hb-shape.cc | 40 +++++++-------- + src/hb-shape.cc | 40 +++++++-------- 6 files changed, 141 insertions(+), 141 deletions(-) commit 29427c5c51ac70aca53ed523fa5ddb3de4355fb0 Author: Behdad Esfahbod -Date: Fri May 14 22:08:22 2010 -0400 +Date: Fri May 14 22:08:22 2010 -0400 Shortening buffer accessors: rename buffer->out_length to buffer->out_len - src/hb-buffer-private.hh | 2 +- - src/hb-buffer.cc | 52 + src/hb-buffer-private.hh | 2 +- + src/hb-buffer.cc | 52 ++++++++++++++++++------------------ src/hb-ot-layout-gsub-private.hh | 2 +- src/hb-ot-layout-gsubgpos-private.hh | 6 ++--- @@ -43736,66 +47109,66 @@ Date: Fri May 14 22:08:22 2010 -0400 commit 6960350be97f24e97140391025b56369c393a3df Author: Behdad Esfahbod -Date: Fri May 14 22:07:46 2010 -0400 +Date: Fri May 14 22:07:46 2010 -0400 Shortening buffer accessors: rename buffer->in_length to buffer->len - src/hb-buffer-private.hh | 2 +- - src/hb-buffer.cc | 26 +++++++++++++------------- + src/hb-buffer-private.hh | 2 +- + src/hb-buffer.cc | 26 +++++++++++++------------- src/hb-ot-layout-gpos-private.hh | 8 ++++---- src/hb-ot-layout-gsub-private.hh | 8 ++++---- src/hb-ot-layout-gsubgpos-private.hh | 8 ++++---- - src/hb-shape.cc | 12 ++++++------ + src/hb-shape.cc | 12 ++++++------ 6 files changed, 32 insertions(+), 32 deletions(-) commit 1b621823f3e31b48c80cc8b0691dfa873ba086cd Author: Behdad Esfahbod -Date: Fri May 14 22:05:53 2010 -0400 +Date: Fri May 14 22:05:53 2010 -0400 Shortening buffer accessors: rename buffer->positions to buffer->pos - src/hb-buffer-private.hh | 4 ++-- - src/hb-buffer.cc | 32 ++++++++++++++++---------------- + src/hb-buffer-private.hh | 4 ++-- + src/hb-buffer.cc | 32 ++++++++++++++++---------------- src/hb-ot-layout-gpos-private.hh | 26 +++++++++++++------------- - src/hb-shape.cc | 10 +++++----- + src/hb-shape.cc | 10 +++++----- 4 files changed, 36 insertions(+), 36 deletions(-) commit 9d5e26df0877aa5b187764ba09bd7bf221e92968 Author: Behdad Esfahbod -Date: Fri May 14 22:03:11 2010 -0400 +Date: Fri May 14 22:03:11 2010 -0400 Shortening buffer accessors: rename buffer->out_string to buffer->out_info - src/hb-buffer-private.hh | 2 +- - src/hb-buffer.cc | 56 + src/hb-buffer-private.hh | 2 +- + src/hb-buffer.cc | 56 ++++++++++++++++++------------------ src/hb-ot-layout-gsubgpos-private.hh | 4 +-- 3 files changed, 31 insertions(+), 31 deletions(-) commit 7e7007a1c9bf2c07a8369752126ece8fa6164248 Author: Behdad Esfahbod -Date: Fri May 14 22:02:37 2010 -0400 +Date: Fri May 14 22:02:37 2010 -0400 Shortening buffer accessors: rename buffer->in_string to buffer->info - src/hb-buffer-private.hh | 2 +- - src/hb-buffer.cc | 82 + src/hb-buffer-private.hh | 2 +- + src/hb-buffer.cc | 82 ++++++++++++++++++------------------ src/hb-ot-layout-gpos-private.hh | 58 ++++++++++++------------- src/hb-ot-layout-gsub-private.hh | 30 ++++++------- src/hb-ot-layout-gsubgpos-private.hh | 26 ++++++------ - src/hb-shape.cc | 18 ++++---- + src/hb-shape.cc | 18 ++++---- 6 files changed, 108 insertions(+), 108 deletions(-) commit 8e6b6bb2932946ebc7b01c3abf575b654c741e20 Author: Behdad Esfahbod -Date: Fri May 14 21:58:22 2010 -0400 +Date: Fri May 14 21:58:22 2010 -0400 Merge buffer->out_pos and buffer->out_length - src/hb-buffer-private.hh | 1 - - src/hb-buffer.cc | 48 + src/hb-buffer-private.hh | 1 - + src/hb-buffer.cc | 48 +++++++++++++++--------------------- src/hb-ot-layout-gsub-private.hh | 2 +- src/hb-ot-layout-gsubgpos-private.hh | 6 ++--- @@ -43803,11 +47176,11 @@ Date: Fri May 14 21:58:22 2010 -0400 commit 22f668eb9ad5f62d9fcd2e0c826ea78977687e5c Author: Behdad Esfahbod -Date: Fri May 14 21:41:04 2010 -0400 +Date: Fri May 14 21:41:04 2010 -0400 Remove the unused BUFFER macro - src/hb-buffer-private.hh | 6 ------ + src/hb-buffer-private.hh | 6 ------ src/hb-ot-layout-gpos-private.hh | 6 ------ src/hb-ot-layout-gsub-private.hh | 6 ------ src/hb-ot-layout-gsubgpos-private.hh | 5 ----- @@ -43815,24 +47188,24 @@ Date: Fri May 14 21:41:04 2010 -0400 commit 7e53ebe478597778c25c197ff9f0cb379f1d0043 Author: Behdad Esfahbod -Date: Fri May 14 21:38:13 2010 -0400 +Date: Fri May 14 21:38:13 2010 -0400 Remove the IN_CURGLYPH() macro - src/hb-buffer-private.hh | 3 --- + src/hb-buffer-private.hh | 3 --- src/hb-ot-layout-gpos-private.hh | 24 ++++++++++++------------ src/hb-ot-layout-gsub-private.hh | 16 ++++++++-------- src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++-------- - src/hb-shape.cc | 14 +++++++------- + src/hb-shape.cc | 14 +++++++------- 5 files changed, 35 insertions(+), 38 deletions(-) commit d784da1923ff2ca093f8b0210449731d376b7513 Author: Behdad Esfahbod -Date: Fri May 14 21:37:18 2010 -0400 +Date: Fri May 14 21:37:18 2010 -0400 Remove the IN_CURINFO() macro - src/hb-buffer-private.hh | 1 - + src/hb-buffer-private.hh | 1 - src/hb-ot-layout-gpos-private.hh | 2 +- src/hb-ot-layout-gsub-private.hh | 4 ++-- src/hb-ot-layout-gsubgpos-private.hh | 2 +- @@ -43840,86 +47213,86 @@ Date: Fri May 14 21:37:18 2010 -0400 commit 281f59b4fb16f7c73767eb042a91f70f4c109b3a Author: Behdad Esfahbod -Date: Fri May 14 21:34:22 2010 -0400 +Date: Fri May 14 21:34:22 2010 -0400 Remove IN_INFO() and IN_NEXTGLYPH() macros - src/hb-buffer-private.hh | 2 -- + src/hb-buffer-private.hh | 2 -- src/hb-ot-layout-gpos-private.hh | 10 +++++----- src/hb-ot-layout-gsub-private.hh | 2 +- src/hb-ot-layout-gsubgpos-private.hh | 4 ++-- - src/hb-shape.cc | 4 ++-- + src/hb-shape.cc | 4 ++-- 5 files changed, 10 insertions(+), 12 deletions(-) commit 6e489cdf7623ac627d06d59a80ecea03ca97dc1b Author: Behdad Esfahbod -Date: Fri May 14 21:07:35 2010 -0400 +Date: Fri May 14 21:07:35 2010 -0400 Remove the IN_GLYPH() macro - src/hb-buffer-private.hh | 1 - + src/hb-buffer-private.hh | 1 - src/hb-ot-layout-gpos-private.hh | 12 ++++++------ src/hb-ot-layout-gsub-private.hh | 2 +- src/hb-ot-layout-gsubgpos-private.hh | 4 ++-- - src/hb-shape.cc | 2 +- + src/hb-shape.cc | 2 +- 5 files changed, 10 insertions(+), 11 deletions(-) commit 01feb74c78a3a302fa3472a0be7b2a1d52fd1ba3 Author: Behdad Esfahbod -Date: Fri May 14 21:00:08 2010 -0400 +Date: Fri May 14 21:00:08 2010 -0400 Remove the IN_CLUSTER() macro src/hb-buffer-private.hh | 1 - - src/hb-shape.cc | 2 +- + src/hb-shape.cc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) commit d63a1e089acad9ab9f80addd936d36b6d38fb46a Author: Behdad Esfahbod -Date: Fri May 14 20:30:07 2010 -0400 +Date: Fri May 14 20:30:07 2010 -0400 Remove the IN_MASK() macro - src/hb-buffer-private.hh | 1 - + src/hb-buffer-private.hh | 1 - src/hb-ot-layout-gpos-private.hh | 2 +- src/hb-ot-layout-gsub-private.hh | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) commit 89e2834dabd2d17f2823c51fe3a7fcadeaba7a59 Author: Behdad Esfahbod -Date: Fri May 14 20:25:55 2010 -0400 +Date: Fri May 14 20:25:55 2010 -0400 Remove the IN_LIGID() macro - src/hb-buffer-private.hh | 1 - + src/hb-buffer-private.hh | 1 - src/hb-ot-layout-gpos-private.hh | 4 ++-- src/hb-ot-layout-gsub-private.hh | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) commit 4a871041f4718834afa312ed17cdd157603468b7 Author: Behdad Esfahbod -Date: Fri May 14 20:25:04 2010 -0400 +Date: Fri May 14 20:25:04 2010 -0400 Remove IN_COMPONENT() macro - src/hb-buffer-private.hh | 1 - + src/hb-buffer-private.hh | 1 - src/hb-ot-layout-gpos-private.hh | 8 ++++---- src/hb-ot-layout-gsub-private.hh | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) commit 27da6dd89a359f7ef340c646c4cb79373782261d Author: Behdad Esfahbod -Date: Fri May 14 20:17:50 2010 -0400 +Date: Fri May 14 20:17:50 2010 -0400 Remove OUT_GLYPH() and OUT_INFO() macros - src/hb-buffer-private.hh | 2 -- + src/hb-buffer-private.hh | 2 -- src/hb-ot-layout-gsubgpos-private.hh | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) commit cc6ae7ff91eeb93bef153f331ed02b500062f90e Author: Behdad Esfahbod -Date: Fri May 14 20:09:48 2010 -0400 +Date: Fri May 14 20:09:48 2010 -0400 Fix lookahead matching. Oops! @@ -43928,36 +47301,36 @@ Date: Fri May 14 20:09:48 2010 -0400 commit 3109375b849f340b4807724218010c53dea58082 Author: Behdad Esfahbod -Date: Fri May 14 19:55:27 2010 -0400 +Date: Fri May 14 19:55:27 2010 -0400 Remove POSITION() and CURPOSITION() macros - src/hb-buffer-private.hh | 2 -- + src/hb-buffer-private.hh | 2 -- src/hb-ot-layout-gpos-private.hh | 54 ++++++++++++++++++++-------------------- - src/hb-shape.cc | 10 ++++---- + src/hb-shape.cc | 10 ++++---- 3 files changed, 32 insertions(+), 34 deletions(-) commit d7cfb3b2d1dd2e9fdae2b3e540bbe313660895e8 Author: Behdad Esfahbod -Date: Thu May 13 14:18:49 2010 -0400 +Date: Thu May 13 14:18:49 2010 -0400 s/\/c/g - src/hb-open-file-private.hh | 28 +-- - src/hb-open-type-private.hh | 100 ++++---- + src/hb-open-file-private.hh | 28 +-- + src/hb-open-type-private.hh | 100 ++++---- src/hb-ot-layout-common-private.hh | 84 +++---- src/hb-ot-layout-gdef-private.hh | 98 ++++---- src/hb-ot-layout-gpos-private.hh | 460 +++++++++++++++++------------------ src/hb-ot-layout-gsub-private.hh | 306 +++++++++++------------ src/hb-ot-layout-gsubgpos-private.hh | 258 ++++++++++---------- - src/hb-ot-layout.cc | 24 +- + src/hb-ot-layout.cc | 24 +- 8 files changed, 679 insertions(+), 679 deletions(-) commit f679635893eebc13402c5ee51a6f106eed0c76be Author: Behdad Esfahbod -Date: Thu May 13 13:34:17 2010 -0400 +Date: Thu May 13 13:34:17 2010 -0400 Don't use variable-length-arrays @@ -43966,17 +47339,17 @@ Date: Thu May 13 13:34:17 2010 -0400 commit 72071a8afaba2952fe42be093024ae9dbd37f233 Author: Behdad Esfahbod -Date: Thu May 13 13:22:24 2010 -0400 +Date: Thu May 13 13:22:24 2010 -0400 Add a few more buffer convenience methods - src/hb-buffer-private.hh | 12 ++++++++++++ + src/hb-buffer-private.hh | 12 ++++++++++++ src/hb-ot-layout-gsub-private.hh | 20 ++++++++++---------- 2 files changed, 22 insertions(+), 10 deletions(-) commit 11a81612e51c598e857507c268312206423cbfca Author: Behdad Esfahbod -Date: Thu May 13 00:01:40 2010 -0400 +Date: Thu May 13 00:01:40 2010 -0400 Minor @@ -43985,7 +47358,7 @@ Date: Thu May 13 00:01:40 2010 -0400 commit 3f93518a634cb1852bf050877db23b9b9203ad03 Author: Behdad Esfahbod -Date: Wed May 12 23:48:40 2010 -0400 +Date: Wed May 12 23:48:40 2010 -0400 Improve check for internal symbols @@ -43994,75 +47367,75 @@ Date: Wed May 12 23:48:40 2010 -0400 commit 357d0f29c431b842179ee4b56c21bcc402178ce7 Author: Behdad Esfahbod -Date: Wed May 12 23:46:16 2010 -0400 +Date: Wed May 12 23:46:16 2010 -0400 Make HB_PRIVATE more useful So we can apply it to class methods also. Not sure if that works! - src/hb-blob-private.h | 2 +- + src/hb-blob-private.h | 2 +- src/hb-font-private.hh | 4 ++-- - src/hb-private.h | 2 +- + src/hb-private.h | 2 +- src/hb-unicode-private.h | 3 +-- 4 files changed, 5 insertions(+), 6 deletions(-) commit 1d5e78013696b10751d8a35027619e81978e1312 Author: Behdad Esfahbod -Date: Wed May 12 23:43:00 2010 -0400 +Date: Wed May 12 23:43:00 2010 -0400 Add a few other buffer methods - src/hb-buffer-private.hh | 11 +++++++---- - src/hb-buffer.cc | 7 ------- + src/hb-buffer-private.hh | 11 +++++++---- + src/hb-buffer.cc | 7 ------- src/hb-ot-layout-gsub-private.hh | 10 +++++----- src/hb-ot-layout-gsubgpos-private.hh | 4 ++-- 4 files changed, 14 insertions(+), 18 deletions(-) commit d0316a81f59a4e814b0af78797d915d7ce04d119 Author: Behdad Esfahbod -Date: Wed May 12 23:34:52 2010 -0400 +Date: Wed May 12 23:34:52 2010 -0400 Add buffer->swap() - src/hb-buffer-private.hh | 68 + src/hb-buffer-private.hh | 68 ++++++++++++++++++++++------------------ src/hb-ot-layout-gsub-private.hh | 2 +- 2 files changed, 38 insertions(+), 32 deletions(-) commit 3b649a38b5772dd7aba7f07ff7698a7f427f421f Author: Behdad Esfahbod -Date: Wed May 12 23:28:38 2010 -0400 +Date: Wed May 12 23:28:38 2010 -0400 Add check for internal symbols - src/Makefile.am | 3 ++- + src/Makefile.am | 3 ++- src/check-internal-symbols.sh | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) commit eee8598d75d3af692d9ececf7e8ac458e892ba9e Author: Behdad Esfahbod -Date: Wed May 12 23:22:55 2010 -0400 +Date: Wed May 12 23:22:55 2010 -0400 Hide internal symbols src/hb-ot-layout-private.hh | 4 ++-- - src/hb-private.h | 8 ++++---- + src/hb-private.h | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) commit 8951fc2c82f2db4865da6d9e303fce419b6363bb Author: Behdad Esfahbod -Date: Wed May 12 23:13:39 2010 -0400 +Date: Wed May 12 23:13:39 2010 -0400 Add buffer->allocate_lig_id() - src/hb-buffer-private.hh | 5 ++--- - src/hb-buffer.cc | 6 ------ + src/hb-buffer-private.hh | 5 ++--- + src/hb-buffer.cc | 6 ------ src/hb-ot-layout-gsub-private.hh | 4 ++-- 3 files changed, 4 insertions(+), 11 deletions(-) commit 1ce4dc95dbb28842085342aea4f9d12cbe9671a9 Author: Behdad Esfahbod -Date: Wed May 12 18:29:25 2010 -0400 +Date: Wed May 12 18:29:25 2010 -0400 Use bit tricks for HB_DIRECTION_IS_* @@ -44074,34 +47447,34 @@ Date: Wed May 12 18:29:25 2010 -0400 commit 22da7fd94d6318c52df69d70470a85464ffc533d Author: Behdad Esfahbod -Date: Wed May 12 18:23:21 2010 -0400 +Date: Wed May 12 18:23:21 2010 -0400 Rename a few files to be C++ sources In anticipation for buffer revamp coming. - src/Makefile.am | 16 + src/Makefile.am | 16 ++++++++-------- - src/{hb-buffer-private.h => hb-buffer-private.hh} | 2 +- - src/{hb-buffer.c => hb-buffer.cc} | 14 + src/{hb-buffer-private.h => hb-buffer-private.hh} | 2 +- + src/{hb-buffer.c => hb-buffer.cc} | 14 +++++++------- - src/hb-common.h | 1 + - src/{hb-font-private.h => hb-font-private.hh} | 2 +- - src/hb-font.cc | 4 ++-- - src/{hb-ft.c => hb-ft.cc} | 8 ++++---- - src/hb-ot-layout-common-private.hh | 2 +- - src/hb-ot-layout-gdef-private.hh | 2 +- - src/hb-ot-layout-gsubgpos-private.hh | 2 +- + src/hb-common.h | 1 + + src/{hb-font-private.h => hb-font-private.hh} | 2 +- + src/hb-font.cc | 4 ++-- + src/{hb-ft.c => hb-ft.cc} | 8 ++++---- + src/hb-ot-layout-common-private.hh | 2 +- + src/hb-ot-layout-gdef-private.hh | 2 +- + src/hb-ot-layout-gsubgpos-private.hh | 2 +- src/{hb-ot-layout-private.h => hb-ot-layout-private.hh} | 2 +- - src/hb-ot-layout.cc | 2 +- - src/{hb-ot-shape-private.h => hb-ot-shape-private.hh} | 0 - src/{hb-ot-shape.c => hb-ot-shape.cc} | 4 ++-- - src/{hb-shape.c => hb-shape.cc} | 6 +++--- + src/hb-ot-layout.cc | 2 +- + src/{hb-ot-shape-private.h => hb-ot-shape-private.hh} | 0 + src/{hb-ot-shape.c => hb-ot-shape.cc} | 4 ++-- + src/{hb-shape.c => hb-shape.cc} | 6 +++--- 15 files changed, 34 insertions(+), 33 deletions(-) commit c3df649f258b334e93c7626a43cd8ebfbd5a610e Author: Behdad Esfahbod -Date: Tue May 11 13:54:12 2010 -0400 +Date: Tue May 11 13:54:12 2010 -0400 Fix comment @@ -44110,7 +47483,7 @@ Date: Tue May 11 13:54:12 2010 -0400 commit 281f08954a1d96d7807153c25073b8eb7630703b Author: Behdad Esfahbod -Date: Tue May 11 11:37:58 2010 -0400 +Date: Tue May 11 11:37:58 2010 -0400 Remove obsolete friend @@ -44119,7 +47492,7 @@ Date: Tue May 11 11:37:58 2010 -0400 commit 70c9bfd5646a4a55a7f43c0cf0b5ac5993615d5b Author: Behdad Esfahbod -Date: Tue May 11 00:23:50 2010 -0400 +Date: Tue May 11 00:23:50 2010 -0400 Simplify PairSet @@ -44129,7 +47502,7 @@ Date: Tue May 11 00:23:50 2010 -0400 commit 97e7f8f305c47caf2968a9da3b8407825547286d Author: Behdad Esfahbod -Date: Tue May 11 00:11:36 2010 -0400 +Date: Tue May 11 00:11:36 2010 -0400 Add CONST_FUNC annotation @@ -44138,7 +47511,7 @@ Date: Tue May 11 00:11:36 2010 -0400 commit 494d28ad988e505c1c45cc35a7ec6b880cfec5fc Author: Behdad Esfahbod -Date: Mon May 10 23:50:07 2010 -0400 +Date: Mon May 10 23:50:07 2010 -0400 Simplify likely() implementation @@ -44149,7 +47522,7 @@ Date: Mon May 10 23:50:07 2010 -0400 commit 75651b20871047d3ec17f4221794b8ef5d60e14b Author: Behdad Esfahbod -Date: Mon May 10 23:44:51 2010 -0400 +Date: Mon May 10 23:44:51 2010 -0400 Fix warnings @@ -44158,19 +47531,19 @@ Date: Mon May 10 23:44:51 2010 -0400 commit 4c20d8c057738b66150a88472714690e137884f8 Author: Behdad Esfahbod -Date: Mon May 10 23:27:54 2010 -0400 +Date: Mon May 10 23:27:54 2010 -0400 Sprinkle a few strategic likely()'s Shrinks the code size by some 2% even. - src/hb-open-file-private.hh | 4 ++-- + src/hb-open-file-private.hh | 4 ++-- src/hb-open-type-private.hh | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) commit 69cb28bc13d236a01acf40da62e345c7e83ccba7 Author: Behdad Esfahbod -Date: Mon May 10 23:13:08 2010 -0400 +Date: Mon May 10 23:13:08 2010 -0400 Remove a few likely()'s @@ -44180,7 +47553,7 @@ Date: Mon May 10 23:13:08 2010 -0400 commit 24552ecf92982fe561dc47d5102fcf1a7b337c70 Author: Behdad Esfahbod -Date: Mon May 10 23:08:41 2010 -0400 +Date: Mon May 10 23:08:41 2010 -0400 Remove excess sub_format sanitize @@ -44190,7 +47563,7 @@ Date: Mon May 10 23:08:41 2010 -0400 commit f7adc5e9be352ac31ad3ab847abb6fceb239aa12 Author: Behdad Esfahbod -Date: Mon May 10 22:41:50 2010 -0400 +Date: Mon May 10 22:41:50 2010 -0400 Shrink NullPool now that we have accurate size tracking @@ -44199,7 +47572,7 @@ Date: Mon May 10 22:41:50 2010 -0400 commit 3d44fb6f15177dc6518166e435597936b044acc1 Author: Behdad Esfahbod -Date: Mon May 10 22:22:54 2010 -0400 +Date: Mon May 10 22:22:54 2010 -0400 Fix warning @@ -44208,20 +47581,20 @@ Date: Mon May 10 22:22:54 2010 -0400 commit b5db4f1e4eefa266a71a28b5496f47ff9d1a81e8 Author: Behdad Esfahbod -Date: Mon May 10 22:22:22 2010 -0400 +Date: Mon May 10 22:22:22 2010 -0400 Clean up NO_INDEX - src/hb-open-file-private.hh | 2 +- - src/hb-open-type-private.hh | 10 ++++++---- + src/hb-open-file-private.hh | 2 +- + src/hb-open-type-private.hh | 10 ++++++---- src/hb-ot-layout-common-private.hh | 17 ++++------------- - src/hb-ot-layout.cc | 8 ++++---- - src/main.cc | 2 +- + src/hb-ot-layout.cc | 8 ++++---- + src/main.cc | 2 +- 5 files changed, 16 insertions(+), 23 deletions(-) commit fe9bc070e1d545b0df2ea548eebf5a1fc4c92ddc Author: Behdad Esfahbod -Date: Mon May 10 21:39:24 2010 -0400 +Date: Mon May 10 21:39:24 2010 -0400 Fix awful confusion between lookup format and subtable format @@ -44233,17 +47606,17 @@ Date: Mon May 10 21:39:24 2010 -0400 commit 458ecbb60bb7e8e32aca62a562586d921d5396aa Author: Behdad Esfahbod -Date: Mon May 10 21:11:35 2010 -0400 +Date: Mon May 10 21:11:35 2010 -0400 Fix tracing order - src/hb-open-type-private.hh | 14 +++++--------- + src/hb-open-type-private.hh | 14 +++++--------- src/hb-ot-layout-gsubgpos-private.hh | 3 +-- 2 files changed, 6 insertions(+), 11 deletions(-) commit 48146e5612f6d272d6962f6829c6d64a31edef89 Author: Behdad Esfahbod -Date: Mon May 10 20:07:56 2010 -0400 +Date: Mon May 10 20:07:56 2010 -0400 Don't fail sanitize on NULL data @@ -44252,7 +47625,7 @@ Date: Mon May 10 20:07:56 2010 -0400 commit d2c2ca8faf62fc380d4717d286556139a62d2356 Author: Behdad Esfahbod -Date: Mon May 10 19:58:25 2010 -0400 +Date: Mon May 10 19:58:25 2010 -0400 Fix comment @@ -44261,22 +47634,22 @@ Date: Mon May 10 19:58:25 2010 -0400 commit b435ab7e29c388e3b100f729957319931625a3a8 Author: Behdad Esfahbod -Date: Mon May 10 19:51:57 2010 -0400 +Date: Mon May 10 19:51:57 2010 -0400 Fix accessing tables from NULL pointer - src/hb-font.cc | 2 +- + src/hb-font.cc | 2 +- src/hb-open-type-private.hh | 5 +++++ - src/hb-ot-layout.cc | 6 +++--- + src/hb-ot-layout.cc | 6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-) commit dacebcadae36b35531d635d81df2afb937677b7a Author: Behdad Esfahbod -Date: Mon May 10 19:45:41 2010 -0400 +Date: Mon May 10 19:45:41 2010 -0400 Simplify unions - src/hb-open-file-private.hh | 24 +++---- + src/hb-open-file-private.hh | 24 +++---- src/hb-ot-layout-common-private.hh | 24 +++---- src/hb-ot-layout-gdef-private.hh | 24 +++---- src/hb-ot-layout-gpos-private.hh | 120 @@ -44287,7 +47660,7 @@ Date: Mon May 10 19:45:41 2010 -0400 commit fd671e02433bcbc1fd07901fa2d6065020f41ba8 Author: Behdad Esfahbod -Date: Mon May 10 19:02:32 2010 -0400 +Date: Mon May 10 19:02:32 2010 -0400 Remove unused macro @@ -44296,12 +47669,12 @@ Date: Mon May 10 19:02:32 2010 -0400 commit 0eb9fc6e37935707dba2bf4b3705de2161a08cb7 Author: Behdad Esfahbod -Date: Mon May 10 19:01:17 2010 -0400 +Date: Mon May 10 19:01:17 2010 -0400 Change DEFINE_SIZE_VAR to DEFINE_SIZE_ARRAY - src/hb-open-file-private.hh | 4 ++-- - src/hb-open-type-private.hh | 10 +++++----- + src/hb-open-file-private.hh | 4 ++-- + src/hb-open-type-private.hh | 10 +++++----- src/hb-ot-layout-common-private.hh | 27 +++++++++++++++------------ src/hb-ot-layout-gdef-private.hh | 10 +++++----- src/hb-ot-layout-gpos-private.hh | 25 ++++++++++++------------- @@ -44311,11 +47684,11 @@ Date: Mon May 10 19:01:17 2010 -0400 commit 596e471aa5053d955fb5d5b5923088c8814469b1 Author: Behdad Esfahbod -Date: Mon May 10 18:47:48 2010 -0400 +Date: Mon May 10 18:47:48 2010 -0400 Cleanup DEFINE_SIZE_VAR2 - src/hb-open-type-private.hh | 18 +++++++++++------- + src/hb-open-type-private.hh | 18 +++++++++++------- src/hb-ot-layout-common-private.hh | 6 +++--- src/hb-ot-layout-gdef-private.hh | 4 ++-- src/hb-ot-layout-gpos-private.hh | 4 ++-- @@ -44325,7 +47698,7 @@ Date: Mon May 10 18:47:48 2010 -0400 commit 33afa4e2dc352f08cc094703e3f01d3ecd83b354 Author: Behdad Esfahbod -Date: Mon May 10 18:35:02 2010 -0400 +Date: Mon May 10 18:35:02 2010 -0400 Minor @@ -44334,11 +47707,11 @@ Date: Mon May 10 18:35:02 2010 -0400 commit b961518b9611471ff7060e97686e5625974847eb Author: Behdad Esfahbod -Date: Mon May 10 18:20:54 2010 -0400 +Date: Mon May 10 18:20:54 2010 -0400 Simplify array access - src/hb-open-type-private.hh | 29 ++++++++++------------------- + src/hb-open-type-private.hh | 29 ++++++++++------------------- src/hb-ot-layout-common-private.hh | 8 ++++---- src/hb-ot-layout-gsub-private.hh | 6 +++--- src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++-------- @@ -44346,7 +47719,7 @@ Date: Mon May 10 18:20:54 2010 -0400 commit 54842374c2b291ef208c51ae1d853ec0403ccf84 Author: Behdad Esfahbod -Date: Mon May 10 18:13:32 2010 -0400 +Date: Mon May 10 18:13:32 2010 -0400 Fix check_struct to check min_size instead of sizeof @@ -44355,11 +47728,11 @@ Date: Mon May 10 18:13:32 2010 -0400 commit ed07422c33bbb52ff4d79e65986171e3f07697d8 Author: Behdad Esfahbod -Date: Mon May 10 18:08:46 2010 -0400 +Date: Mon May 10 18:08:46 2010 -0400 Further cleanup of sizeof - src/hb-open-type-private.hh | 7 +++++-- + src/hb-open-type-private.hh | 7 +++++-- src/hb-ot-layout-common-private.hh | 4 ++++ src/hb-ot-layout-gdef-private.hh | 4 ++++ src/hb-ot-layout-gpos-private.hh | 10 +++++++--- @@ -44369,7 +47742,7 @@ Date: Mon May 10 18:08:46 2010 -0400 commit a82ef7a893b773a17f7548375de9f588dfc83aba Author: Behdad Esfahbod -Date: Mon May 10 17:55:03 2010 -0400 +Date: Mon May 10 17:55:03 2010 -0400 Remove CastP completely @@ -44378,11 +47751,11 @@ Date: Mon May 10 17:55:03 2010 -0400 commit 40cbefe858192531ed64dd51d402f7ca7b8153a3 Author: Behdad Esfahbod -Date: Mon May 10 17:47:22 2010 -0400 +Date: Mon May 10 17:47:22 2010 -0400 Remove unnecessary casts - src/hb-open-type-private.hh | 12 ++++++------ + src/hb-open-type-private.hh | 12 ++++++------ src/hb-ot-layout-common-private.hh | 2 +- src/hb-ot-layout-gpos-private.hh | 34 +++++++++++++++++----------------- @@ -44393,25 +47766,25 @@ Date: Mon May 10 17:47:22 2010 -0400 commit 09766b1ec5ec55a61edbcd7a89ed3613cc92d4cb Author: Behdad Esfahbod -Date: Mon May 10 17:36:03 2010 -0400 +Date: Mon May 10 17:36:03 2010 -0400 Make StructAtOffset take a pointer Is safer. - src/hb-open-type-private.hh | 26 +++++++++++++------------- + src/hb-open-type-private.hh | 26 +++++++++++++------------- src/hb-ot-layout-gpos-private.hh | 6 +++--- src/hb-ot-layout-gsub-private.hh | 4 ++-- 3 files changed, 18 insertions(+), 18 deletions(-) commit bea34c7cbb583cf7660776e95cab3171590b8427 Author: Behdad Esfahbod -Date: Mon May 10 17:28:16 2010 -0400 +Date: Mon May 10 17:28:16 2010 -0400 Further cleanup of DEFINE_SIZE - src/hb-open-file-private.hh | 2 +- - src/hb-open-type-private.hh | 10 +++++----- + src/hb-open-file-private.hh | 2 +- + src/hb-open-type-private.hh | 10 +++++----- src/hb-ot-layout-common-private.hh | 16 ++++++++-------- src/hb-ot-layout-gdef-private.hh | 8 ++++---- src/hb-ot-layout-gpos-private.hh | 16 +++++----------- @@ -44421,7 +47794,7 @@ Date: Mon May 10 17:28:16 2010 -0400 commit 0abcc3b48cfd51a22695c9e988938b2f45cb19d8 Author: Behdad Esfahbod -Date: Mon May 10 17:04:20 2010 -0400 +Date: Mon May 10 17:04:20 2010 -0400 Cleanup @@ -44430,39 +47803,39 @@ Date: Mon May 10 17:04:20 2010 -0400 commit b3651231bf80bb7009214547a75ed90e21815c68 Author: Behdad Esfahbod -Date: Mon May 10 16:57:29 2010 -0400 +Date: Mon May 10 16:57:29 2010 -0400 Remove ASSERT_SIZE in favor of the safer DEFINE_SIZE_STATIC - src/hb-open-file-private.hh | 3 ++- - src/hb-open-type-private.hh | 20 +++++++++++++--- + src/hb-open-file-private.hh | 3 ++- + src/hb-open-type-private.hh | 20 +++++++++++++--- src/hb-ot-layout-common-private.hh | 24 ++++++++++++-------- src/hb-ot-layout-gdef-private.hh | 22 +++++++++++------- src/hb-ot-layout-gpos-private.hh | 44 ++++++++++++++++++++---------------- src/hb-ot-layout-gsub-private.hh | 32 ++++++++++++++++---------- src/hb-ot-layout-gsubgpos-private.hh | 27 ++++++++++++++-------- - src/hb-private.h | 2 -- + src/hb-private.h | 2 -- 8 files changed, 109 insertions(+), 65 deletions(-) commit 569da92bc6956f42d9b2d65c784e184fb6380efe Author: Behdad Esfahbod -Date: Mon May 10 16:38:32 2010 -0400 +Date: Mon May 10 16:38:32 2010 -0400 Cleanup ASSERT_SIZE_VAR - src/hb-open-file-private.hh | 9 ++++++--- - src/hb-open-type-private.hh | 6 ++++-- + src/hb-open-file-private.hh | 9 ++++++--- + src/hb-open-type-private.hh | 6 ++++-- src/hb-ot-layout-common-private.hh | 22 ++++++++++++---------- src/hb-ot-layout-gdef-private.hh | 3 ++- src/hb-ot-layout-gpos-private.hh | 30 +++++++++++++++++++----------- src/hb-ot-layout-gsubgpos-private.hh | 10 ++++++---- - src/hb-private.h | 8 -------- + src/hb-private.h | 8 -------- 7 files changed, 49 insertions(+), 39 deletions(-) commit 99bf03459ff2f00cf3fb7fa3c8b8336ec9fcca56 Author: Behdad Esfahbod -Date: Thu May 6 19:37:32 2010 -0400 +Date: Thu May 6 19:37:32 2010 -0400 Whitespace @@ -44471,26 +47844,26 @@ Date: Thu May 6 19:37:32 2010 -0400 commit 65f46b00333e20ab8a52a4b350747507541ec1db Author: Behdad Esfahbod -Date: Thu May 6 19:35:19 2010 -0400 +Date: Thu May 6 19:35:19 2010 -0400 Simplify DEFINE_NULL_DATA Using ::min_size. - src/hb-open-type-private.hh | 6 +++--- + src/hb-open-type-private.hh | 6 +++--- src/hb-ot-layout-common-private.hh | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) commit e45d3f86f9a5f3d29ca35a282de7f98e702878f9 Author: Behdad Esfahbod -Date: Thu May 6 19:33:31 2010 -0400 +Date: Thu May 6 19:33:31 2010 -0400 Start cleaning up get_size() So we know when the size is static and when dynamic. - src/hb-open-file-private.hh | 7 +++--- - src/hb-open-type-private.hh | 42 + src/hb-open-file-private.hh | 7 +++--- + src/hb-open-type-private.hh | 42 +++++++++++++++++++++++++----------- src/hb-ot-layout-common-private.hh | 14 ++++++------ src/hb-ot-layout-gpos-private.hh | 17 ++++++--------- @@ -44499,12 +47872,12 @@ Date: Thu May 6 19:33:31 2010 -0400 commit b157617644d1e38f680163889d1dc2e2f64d9ba3 Author: Behdad Esfahbod -Date: Thu May 6 14:48:27 2010 -0400 +Date: Thu May 6 14:48:27 2010 -0400 Remove the last of SANITIZE macros: SANITIZE_SELF - src/hb-open-file-private.hh | 4 ++-- - src/hb-open-type-private.hh | 21 ++++++++++++--------- + src/hb-open-file-private.hh | 4 ++-- + src/hb-open-type-private.hh | 21 ++++++++++++--------- src/hb-ot-layout-common-private.hh | 16 ++++++++-------- src/hb-ot-layout-gdef-private.hh | 6 +++--- src/hb-ot-layout-gpos-private.hh | 26 +++++++++++++------------- @@ -44513,12 +47886,12 @@ Date: Thu May 6 14:48:27 2010 -0400 commit 4f252fedc7136c66a9d7fbcb2978581986da6227 Author: Behdad Esfahbod -Date: Thu May 6 13:30:23 2010 -0400 +Date: Thu May 6 13:30:23 2010 -0400 Remove SANITIZE macro - src/hb-open-file-private.hh | 4 ++-- - src/hb-open-type-private.hh | 6 ++---- + src/hb-open-file-private.hh | 4 ++-- + src/hb-open-type-private.hh | 6 ++---- src/hb-ot-layout-common-private.hh | 18 +++++++++--------- src/hb-ot-layout-gdef-private.hh | 6 +++--- src/hb-ot-layout-gpos-private.hh | 18 +++++++++--------- @@ -44528,7 +47901,7 @@ Date: Thu May 6 13:30:23 2010 -0400 commit c2ddfd2d268385257c77c09a9abeacf4230d5377 Author: Behdad Esfahbod -Date: Thu May 6 13:06:15 2010 -0400 +Date: Thu May 6 13:06:15 2010 -0400 Cleanup Value casts @@ -44537,12 +47910,12 @@ Date: Thu May 6 13:06:15 2010 -0400 commit 41a93d2c1ff175ef06328a99983577459c2d34b0 Author: Behdad Esfahbod -Date: Thu May 6 12:55:14 2010 -0400 +Date: Thu May 6 12:55:14 2010 -0400 Remove SANITIZE_WITH_BASE - src/hb-open-file-private.hh | 2 +- - src/hb-open-type-private.hh | 2 - + src/hb-open-file-private.hh | 2 +- + src/hb-open-type-private.hh | 2 - src/hb-ot-layout-common-private.hh | 6 +-- src/hb-ot-layout-gdef-private.hh | 24 +++++----- src/hb-ot-layout-gpos-private.hh | 90 @@ -44553,11 +47926,11 @@ Date: Thu May 6 12:55:14 2010 -0400 commit f5fab0c71837371cce32dc3e9edca1ccb8d44e29 Author: Behdad Esfahbod -Date: Thu May 6 10:26:52 2010 -0400 +Date: Thu May 6 10:26:52 2010 -0400 Remove SANITIZE_MEM - src/hb-open-type-private.hh | 4 +--- + src/hb-open-type-private.hh | 4 +--- src/hb-ot-layout-common-private.hh | 2 +- src/hb-ot-layout-gpos-private.hh | 2 +- src/hb-ot-layout-gsubgpos-private.hh | 6 +++--- @@ -44565,7 +47938,7 @@ Date: Thu May 6 10:26:52 2010 -0400 commit 4ad2cc5dec6b0639da2b1846282bdd99d06d5ff1 Author: Behdad Esfahbod -Date: Thu May 6 09:24:24 2010 -0400 +Date: Thu May 6 09:24:24 2010 -0400 Rename check to check_range @@ -44574,24 +47947,24 @@ Date: Thu May 6 09:24:24 2010 -0400 commit 1cd1e117d060d38e314618b627d7663cb01ed584 Author: Behdad Esfahbod -Date: Wed May 5 20:15:14 2010 -0400 +Date: Wed May 5 20:15:14 2010 -0400 Remove SANITIZE_ARRAY - src/hb-open-file-private.hh | 2 +- - src/hb-open-type-private.hh | 16 +++++++--------- + src/hb-open-file-private.hh | 2 +- + src/hb-open-type-private.hh | 16 +++++++--------- src/hb-ot-layout-gpos-private.hh | 8 ++++---- src/hb-ot-layout-gsubgpos-private.hh | 4 ++-- 4 files changed, 14 insertions(+), 16 deletions(-) commit 583d7f9586ce69754f1354aa3895e6d732a0c2ce Author: Behdad Esfahbod -Date: Wed May 5 01:49:22 2010 -0400 +Date: Wed May 5 01:49:22 2010 -0400 Cosmetic - src/hb-open-file-private.hh | 3 ++- - src/hb-open-type-private.hh | 6 ++++-- + src/hb-open-file-private.hh | 3 ++- + src/hb-open-type-private.hh | 6 ++++-- src/hb-ot-layout-common-private.hh | 15 ++++++++++----- src/hb-ot-layout-gpos-private.hh | 5 ++--- src/hb-ot-layout-gsub-private.hh | 3 ++- @@ -44600,11 +47973,11 @@ Date: Wed May 5 01:49:22 2010 -0400 commit 705e215268aa95c2bc6af8af9b48b72b690ec1f7 Author: Behdad Esfahbod -Date: Wed May 5 01:40:25 2010 -0400 +Date: Wed May 5 01:40:25 2010 -0400 Minor - src/hb-open-type-private.hh | 4 ++-- + src/hb-open-type-private.hh | 4 ++-- src/hb-ot-layout-gpos-private.hh | 2 +- src/hb-ot-layout-gsub-private.hh | 2 +- src/hb-ot-layout-gsubgpos-private.hh | 2 +- @@ -44612,7 +47985,7 @@ Date: Wed May 5 01:40:25 2010 -0400 commit b18eafd0f62f854d15276c78f99843aecd47acad Author: Behdad Esfahbod -Date: Wed May 5 01:39:26 2010 -0400 +Date: Wed May 5 01:39:26 2010 -0400 Minor @@ -44621,7 +47994,7 @@ Date: Wed May 5 01:39:26 2010 -0400 commit 4169710911450e0f9bc045fe279bfc8ba9e8457c Author: Behdad Esfahbod -Date: Wed May 5 01:37:58 2010 -0400 +Date: Wed May 5 01:37:58 2010 -0400 Simplify chaining @@ -44631,7 +48004,7 @@ Date: Wed May 5 01:37:58 2010 -0400 commit 1911b9d21b2b7b6b8219ce6c888540e3a60aa9c3 Author: Behdad Esfahbod -Date: Wed May 5 01:32:04 2010 -0400 +Date: Wed May 5 01:32:04 2010 -0400 Remove APPLY_ARG_DEF and APPLY_ARG @@ -44645,7 +48018,7 @@ Date: Wed May 5 01:32:04 2010 -0400 commit 6c42cddfe53a1c664081862bb9a3e1c38d05a823 Author: Behdad Esfahbod -Date: Wed May 5 01:30:48 2010 -0400 +Date: Wed May 5 01:30:48 2010 -0400 Port apply to use hb_trace_t @@ -44656,7 +48029,7 @@ Date: Wed May 5 01:30:48 2010 -0400 commit 969c9705ae0c64577c3f69f5300fec975f952e1f Author: Behdad Esfahbod -Date: Wed May 5 01:23:44 2010 -0400 +Date: Wed May 5 01:23:44 2010 -0400 Move context_length into apply_context @@ -44668,11 +48041,11 @@ Date: Wed May 5 01:23:44 2010 -0400 commit 94a23aaeca39c662614037ef887412249bdc8d49 Author: Behdad Esfahbod -Date: Wed May 5 01:13:09 2010 -0400 +Date: Wed May 5 01:13:09 2010 -0400 Move buffer into apply_context - src/hb-buffer-private.h | 30 +++++++++-------- + src/hb-buffer-private.h | 30 +++++++++-------- src/hb-ot-layout-gpos-private.hh | 64 ++++++++++++++++++++---------------- src/hb-ot-layout-gsub-private.hh | 45 ++++++++++++++----------- @@ -44681,7 +48054,7 @@ Date: Wed May 5 01:13:09 2010 -0400 commit 63493f956dca519df49da0a6badc3cb0a1b92779 Author: Behdad Esfahbod -Date: Wed May 5 01:01:05 2010 -0400 +Date: Wed May 5 01:01:05 2010 -0400 Move layout_context into apply_context @@ -44693,7 +48066,7 @@ Date: Wed May 5 01:01:05 2010 -0400 commit fff9aa263d1daf7c5117cf383fafa5043d5eb5af Author: Behdad Esfahbod -Date: Wed May 5 00:32:21 2010 -0400 +Date: Wed May 5 00:32:21 2010 -0400 Minor @@ -44702,7 +48075,7 @@ Date: Wed May 5 00:32:21 2010 -0400 commit 27e302dc8e794ff6bf878bc76e17d336d510849e Author: Behdad Esfahbod -Date: Wed May 5 00:26:16 2010 -0400 +Date: Wed May 5 00:26:16 2010 -0400 I keep changing my mind about this @@ -44711,12 +48084,12 @@ Date: Wed May 5 00:26:16 2010 -0400 commit 39840474afd2cda9ff576c08aff9c87095496c27 Author: Behdad Esfahbod -Date: Wed May 5 00:23:19 2010 -0400 +Date: Wed May 5 00:23:19 2010 -0400 Remove SANITIZE_ARG_DEF and SANITIZE_ARG - src/hb-open-file-private.hh | 16 ++--- - src/hb-open-type-private.hh | 59 +++++++-------- + src/hb-open-file-private.hh | 16 ++--- + src/hb-open-type-private.hh | 59 +++++++-------- src/hb-ot-layout-common-private.hh | 42 +++++------ src/hb-ot-layout-gdef-private.hh | 28 ++++---- src/hb-ot-layout-gpos-private.hh | 136 @@ -44727,7 +48100,7 @@ Date: Wed May 5 00:23:19 2010 -0400 commit b261e2ad5c5a065599ce1dbc4ba437caa2cee1e9 Author: Behdad Esfahbod -Date: Wed May 5 00:20:16 2010 -0400 +Date: Wed May 5 00:20:16 2010 -0400 Remove trace from sanitize_shallow() @@ -44736,7 +48109,7 @@ Date: Wed May 5 00:20:16 2010 -0400 commit dfc8cbe85479dde1ffdc6b2e73f4907331d77a19 Author: Behdad Esfahbod -Date: Wed May 5 00:19:46 2010 -0400 +Date: Wed May 5 00:19:46 2010 -0400 Add hb_trace_t @@ -44745,7 +48118,7 @@ Date: Wed May 5 00:19:46 2010 -0400 commit 20e3dd5d292b65f70d2eae63b8d8713a1c889d47 Author: Behdad Esfahbod -Date: Tue May 4 23:21:57 2010 -0400 +Date: Tue May 4 23:21:57 2010 -0400 Make sanitize_depth variable automatic and not passed through function args @@ -44756,17 +48129,17 @@ Date: Tue May 4 23:21:57 2010 -0400 commit 4a446ac35136eff23d55f47bdd7b40095ad707ab Author: Behdad Esfahbod -Date: Tue May 4 22:46:21 2010 -0400 +Date: Tue May 4 22:46:21 2010 -0400 Use function template for pass-thru argument - src/hb-open-type-private.hh | 26 ++++++-------------------- + src/hb-open-type-private.hh | 26 ++++++-------------------- src/hb-ot-layout-gpos-private.hh | 6 +++--- 2 files changed, 9 insertions(+), 23 deletions(-) commit 98daaf183d6dbf2b68959da608cd9876ba55d7aa Author: Behdad Esfahbod -Date: Tue May 4 22:42:49 2010 -0400 +Date: Tue May 4 22:42:49 2010 -0400 Make _hb_sanitize_*() methods of the context object @@ -44776,12 +48149,12 @@ Date: Tue May 4 22:42:49 2010 -0400 commit bb029af943faa9905e652d58856998687e60c31d Author: Behdad Esfahbod -Date: Tue May 4 15:28:52 2010 -0400 +Date: Tue May 4 15:28:52 2010 -0400 Remove SANITIZE_THIS - src/hb-open-file-private.hh | 2 +- - src/hb-open-type-private.hh | 3 +- + src/hb-open-file-private.hh | 2 +- + src/hb-open-type-private.hh | 3 +- src/hb-ot-layout-common-private.hh | 4 +-- src/hb-ot-layout-gdef-private.hh | 25 ++++++++-------- src/hb-ot-layout-gpos-private.hh | 55 @@ -44792,18 +48165,18 @@ Date: Tue May 4 15:28:52 2010 -0400 commit 2226fc93d1427b8830bfb892fe1b25b488ea36dc Author: Behdad Esfahbod -Date: Tue May 4 15:12:17 2010 -0400 +Date: Tue May 4 15:12:17 2010 -0400 Rename SANITIZE_BASE to SANITIZE_WITH_BASE - src/hb-open-type-private.hh | 11 +++++++---- + src/hb-open-type-private.hh | 11 +++++++---- src/hb-ot-layout-common-private.hh | 3 ++- src/hb-ot-layout-gpos-private.hh | 15 ++++++++------- 3 files changed, 17 insertions(+), 12 deletions(-) commit 89da1346ec3a8dec8a368df46d61ca75356e22fa Author: Behdad Esfahbod -Date: Tue May 4 15:01:45 2010 -0400 +Date: Tue May 4 15:01:45 2010 -0400 Remove SANITIZE_OBJ @@ -44812,11 +48185,11 @@ Date: Tue May 4 15:01:45 2010 -0400 commit 4d4cce96266b777a01cec03e8766dc8c0b159351 Author: Behdad Esfahbod -Date: Tue May 4 14:57:55 2010 -0400 +Date: Tue May 4 14:57:55 2010 -0400 Remove SANITIZE_THIS2 - src/hb-open-type-private.hh | 2 -- + src/hb-open-type-private.hh | 2 -- src/hb-ot-layout-common-private.hh | 3 ++- src/hb-ot-layout-gdef-private.hh | 10 ++++++---- src/hb-ot-layout-gpos-private.hh | 9 ++++++--- @@ -44826,7 +48199,7 @@ Date: Tue May 4 14:57:55 2010 -0400 commit 26bfcb64e473c40e439d6efbe974781dada28eca Author: Behdad Esfahbod -Date: Tue May 4 14:49:45 2010 -0400 +Date: Tue May 4 14:49:45 2010 -0400 Cosmetic @@ -44836,38 +48209,38 @@ Date: Tue May 4 14:49:45 2010 -0400 commit be74284673a1944e0f1884e861c3fe8f9855172c Author: Behdad Esfahbod -Date: Tue May 4 14:47:05 2010 -0400 +Date: Tue May 4 14:47:05 2010 -0400 Remove SANITIZE_THIS3 - src/hb-open-type-private.hh | 1 - + src/hb-open-type-private.hh | 1 - src/hb-ot-layout-gpos-private.hh | 21 +++++++++++++++------ src/hb-ot-layout-gsubgpos-private.hh | 8 ++++++-- 3 files changed, 21 insertions(+), 9 deletions(-) commit fbab9f9bd8ba59e7e5811f33c1dda198f95cf05a Author: Behdad Esfahbod -Date: Tue May 4 14:42:10 2010 -0400 +Date: Tue May 4 14:42:10 2010 -0400 Remove SANITIZE_BASE2 - src/hb-open-type-private.hh | 1 - + src/hb-open-type-private.hh | 1 - src/hb-ot-layout-gpos-private.hh | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) commit 73c7dbf7f5433c0cdd467ef32402f52867e9798e Author: Behdad Esfahbod -Date: Tue May 4 14:40:55 2010 -0400 +Date: Tue May 4 14:40:55 2010 -0400 Remove SANITIZE2 - src/hb-open-type-private.hh | 1 - + src/hb-open-type-private.hh | 1 - src/hb-ot-layout-gsub-private.hh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) commit c9f14687a30866181feb57ee2736a147ec9f25a1 Author: Behdad Esfahbod -Date: Tue May 4 14:38:08 2010 -0400 +Date: Tue May 4 14:38:08 2010 -0400 Remove the NEUTER macro, move code to a method @@ -44876,7 +48249,7 @@ Date: Tue May 4 14:38:08 2010 -0400 commit 30fa2821c277df99a14089749313dfe2b541e2d0 Author: Behdad Esfahbod -Date: Tue May 4 14:28:18 2010 -0400 +Date: Tue May 4 14:28:18 2010 -0400 Make internal method private @@ -44885,17 +48258,17 @@ Date: Tue May 4 14:28:18 2010 -0400 commit ce5694c79671bf75990923c1da17bb611e4e7d15 Author: Behdad Esfahbod -Date: Tue May 4 14:10:18 2010 -0400 +Date: Tue May 4 14:10:18 2010 -0400 [main] Recognize Apple SFNTs src/hb-open-file-private.hh | 4 ++-- - src/main.cc | 6 ++++++ + src/main.cc | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) commit 710500a93ecc2a0c595045602aa367073485ff91 Author: Behdad Esfahbod -Date: Mon May 3 23:11:16 2010 -0400 +Date: Mon May 3 23:11:16 2010 -0400 Comment new SFNT tags @@ -44904,33 +48277,33 @@ Date: Mon May 3 23:11:16 2010 -0400 commit 64d3fc8d0dada673245cc8c0b1c12cd849b30997 Author: Behdad Esfahbod -Date: Mon May 3 22:51:19 2010 -0400 +Date: Mon May 3 22:51:19 2010 -0400 Cosmetic: Rename HB_LIKELY/HB_UNLIKELY to likely/unlikely - src/hb-buffer.c | 14 ++++---- - src/hb-font.cc | 6 ++-- - src/hb-ft.c | 14 ++++---- - src/hb-language.c | 2 +- - src/hb-object-private.h | 10 +++--- - src/hb-open-file-private.hh | 2 +- - src/hb-open-type-private.hh | 38 ++++++++++----------- + src/hb-buffer.c | 14 ++++---- + src/hb-font.cc | 6 ++-- + src/hb-ft.c | 14 ++++---- + src/hb-language.c | 2 +- + src/hb-object-private.h | 10 +++--- + src/hb-open-file-private.hh | 2 +- + src/hb-open-type-private.hh | 38 ++++++++++----------- src/hb-ot-layout-common-private.hh | 16 ++++----- src/hb-ot-layout-gdef-private.hh | 2 +- src/hb-ot-layout-gpos-private.hh | 64 ++++++++++++++++++------------------ src/hb-ot-layout-gsub-private.hh | 52 ++++++++++++++--------------- src/hb-ot-layout-gsubgpos-private.hh | 40 +++++++++++----------- - src/hb-ot-layout.cc | 12 +++---- - src/hb-ot-tag.c | 2 +- - src/hb-private.h | 8 ++--- - src/hb-shape.c | 10 +++--- - src/hb-unicode.c | 2 +- + src/hb-ot-layout.cc | 12 +++---- + src/hb-ot-tag.c | 2 +- + src/hb-private.h | 8 ++--- + src/hb-shape.c | 10 +++--- + src/hb-unicode.c | 2 +- 17 files changed, 147 insertions(+), 147 deletions(-) commit fa3b3d58443a7c22eca3f86243993ba2d4bd9f4a Author: Behdad Esfahbod -Date: Mon May 3 22:47:22 2010 -0400 +Date: Mon May 3 22:47:22 2010 -0400 Mark a couple functions as inline @@ -44938,26 +48311,26 @@ Date: Mon May 3 22:47:22 2010 -0400 1 file changed, 2 insertions(+), 2 deletions(-) commit 6b84198f9d471defb6f55d44d4f5423df70b2a10 -Merge: 631d10b eaf29ed +Merge: 631d10b7 eaf29edb Author: Behdad Esfahbod -Date: Mon May 3 22:46:52 2010 -0400 +Date: Mon May 3 22:46:52 2010 -0400 Merge remote branch 'jrmuizel/master' commit eaf29edb8fa49390e5f48b78105dfd173aff445b Author: Jeff Muizelaar -Date: Mon May 3 22:27:56 2010 -0400 +Date: Mon May 3 22:27:56 2010 -0400 HB_UNUSED is unneeded on static inline functions src/hb-object-private.h | 2 +- src/hb-open-type-private.hh | 6 +++--- - src/hb-private.h | 4 ++-- + src/hb-private.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) commit 4ce578ed369f1526c91deedcf9e72537b3e4328f Author: Jeff Muizelaar -Date: Mon May 3 15:03:53 2010 -0400 +Date: Mon May 3 15:03:53 2010 -0400 Include the tags from the Apple specification for TrueType fonts @@ -44966,7 +48339,7 @@ Date: Mon May 3 15:03:53 2010 -0400 commit 631d10b728d9e1a02c7dddf505d4fae5e244c6e8 Author: Behdad Esfahbod -Date: Sun May 2 21:14:21 2010 -0400 +Date: Sun May 2 21:14:21 2010 -0400 Remove unused method @@ -44975,7 +48348,7 @@ Date: Sun May 2 21:14:21 2010 -0400 commit f0abcd69408a3af65207cdf8847575ade4579bd4 Author: Behdad Esfahbod -Date: Sun May 2 18:14:25 2010 -0400 +Date: Sun May 2 18:14:25 2010 -0400 Whitespace @@ -44984,7 +48357,7 @@ Date: Sun May 2 18:14:25 2010 -0400 commit a8d960bd26883ee937b04ca2a3c16a3644870356 Author: Behdad Esfahbod -Date: Thu Apr 29 14:31:56 2010 -0400 +Date: Thu Apr 29 14:31:56 2010 -0400 [GPOS] Speedup apply_value() @@ -44993,7 +48366,7 @@ Date: Thu Apr 29 14:31:56 2010 -0400 commit 2cd1ea4411d0808559a942ff3fa4e637f9c9a9c8 Author: Behdad Esfahbod -Date: Thu Apr 29 14:15:32 2010 -0400 +Date: Thu Apr 29 14:15:32 2010 -0400 [ft] Disallow getting the entire font data with tag=0 @@ -45002,40 +48375,40 @@ Date: Thu Apr 29 14:15:32 2010 -0400 commit 33d13fdda99acaeffa9600737e8870278d053ebe Author: Behdad Esfahbod -Date: Thu Apr 29 13:56:44 2010 -0400 +Date: Thu Apr 29 13:56:44 2010 -0400 Rename HB_GNUC_UNUSED -> HB_UNUSED - src/hb-buffer.c | 6 ++--- - src/hb-font.cc | 44 + src/hb-buffer.c | 6 ++--- + src/hb-font.cc | 44 ++++++++++++++++++------------------ - src/hb-ft.c | 16 ++++++------- - src/hb-object-private.h | 2 +- - src/hb-open-type-private.hh | 18 +++++++-------- + src/hb-ft.c | 16 ++++++------- + src/hb-object-private.h | 2 +- + src/hb-open-type-private.hh | 18 +++++++-------- src/hb-ot-layout-gdef-private.hh | 4 ++-- src/hb-ot-layout-gpos-private.hh | 4 ++-- src/hb-ot-layout-gsubgpos-private.hh | 6 ++--- - src/hb-ot-layout.cc | 4 ++-- - src/hb-ot-shape.c | 2 +- - src/hb-private.h | 16 ++++++------- - src/hb-shape.c | 32 +++++++++++++------------- - src/hb-unicode.c | 8 +++---- + src/hb-ot-layout.cc | 4 ++-- + src/hb-ot-shape.c | 2 +- + src/hb-private.h | 16 ++++++------- + src/hb-shape.c | 32 +++++++++++++------------- + src/hb-unicode.c | 8 +++---- 13 files changed, 81 insertions(+), 81 deletions(-) commit 7d3a126334f8e6f6441561c1bb592bd3fa7a2c5c Author: Behdad Esfahbod -Date: Thu Apr 29 13:54:01 2010 -0400 +Date: Thu Apr 29 13:54:01 2010 -0400 Define HB_FUNC for portability to non-gcc - src/hb-open-type-private.hh | 12 ++++++------ + src/hb-open-type-private.hh | 12 ++++++------ src/hb-ot-layout-gsubgpos-private.hh | 2 +- - src/hb-private.h | 9 +++++++++ + src/hb-private.h | 9 +++++++++ 3 files changed, 16 insertions(+), 7 deletions(-) commit fa030175ca998b00cc42cbced6e98de323ec01ec Author: Behdad Esfahbod -Date: Thu Apr 29 13:48:26 2010 -0400 +Date: Thu Apr 29 13:48:26 2010 -0400 [sanitize] Make debug code always available to the compiler @@ -45047,7 +48420,7 @@ Date: Thu Apr 29 13:48:26 2010 -0400 commit fde6f5bd682f5ad0cc5e2ec69fc831b0192bf90b Author: Behdad Esfahbod -Date: Thu Apr 29 04:41:41 2010 -0400 +Date: Thu Apr 29 04:41:41 2010 -0400 Convert to uppercase in hb_ot_tag_from_language() @@ -45056,18 +48429,18 @@ Date: Thu Apr 29 04:41:41 2010 -0400 commit 6f729b45b04243c42ad7201b67cda9d5e5c363f1 Author: Behdad Esfahbod -Date: Thu Apr 29 03:59:06 2010 -0400 +Date: Thu Apr 29 03:59:06 2010 -0400 More contour point use - src/hb-font.cc | 1 + + src/hb-font.cc | 1 + src/hb-ot-layout-gdef-private.hh | 8 +++++--- src/hb-ot-layout-gpos-private.hh | 13 +++++++++---- 3 files changed, 15 insertions(+), 7 deletions(-) commit 3840b6b50503ba2c9a99f774284e0077baffa8a0 Author: Behdad Esfahbod -Date: Thu Apr 29 03:48:27 2010 -0400 +Date: Thu Apr 29 03:48:27 2010 -0400 [gdef] Fix delta scale @@ -45076,7 +48449,7 @@ Date: Thu Apr 29 03:48:27 2010 -0400 commit 4ac6cc284b2c1eb670c2a3659ec385ed729acac4 Author: Behdad Esfahbod -Date: Thu Apr 29 03:48:11 2010 -0400 +Date: Thu Apr 29 03:48:11 2010 -0400 [gdef] Fix rounding @@ -45085,7 +48458,7 @@ Date: Thu Apr 29 03:48:11 2010 -0400 commit b52fbb1bab608bda76efb936f08344afaec600a1 Author: Behdad Esfahbod -Date: Thu Apr 29 03:47:00 2010 -0400 +Date: Thu Apr 29 03:47:00 2010 -0400 [gdef] Implement getting contour point @@ -45094,7 +48467,7 @@ Date: Thu Apr 29 03:47:00 2010 -0400 commit 4c5fbae011a33b9efef5aedd61c357fc0ded1113 Author: Behdad Esfahbod -Date: Thu Apr 29 03:39:39 2010 -0400 +Date: Thu Apr 29 03:39:39 2010 -0400 Make sure mirroring is done in original direction @@ -45105,7 +48478,7 @@ Date: Thu Apr 29 03:39:39 2010 -0400 commit ce23c9234b87513d6460fb89bad178fb8537e161 Author: Behdad Esfahbod -Date: Thu Apr 29 03:31:03 2010 -0400 +Date: Thu Apr 29 03:31:03 2010 -0400 Use BCP47 private-use tags for OpenType tag language string mapping @@ -45114,7 +48487,7 @@ Date: Thu Apr 29 03:31:03 2010 -0400 commit eaf1d9a46c4a320f3b0026c0a610f95a620d566f Author: Behdad Esfahbod -Date: Thu Apr 29 03:11:32 2010 -0400 +Date: Thu Apr 29 03:11:32 2010 -0400 Minor @@ -45123,7 +48496,7 @@ Date: Thu Apr 29 03:11:32 2010 -0400 commit 3a4784fe88a0f14147ccdd3633952c9c0f3ae8f3 Author: Behdad Esfahbod -Date: Thu Apr 29 02:58:38 2010 -0400 +Date: Thu Apr 29 02:58:38 2010 -0400 Fix bug in hb_language_from_string() @@ -45134,7 +48507,7 @@ Date: Thu Apr 29 02:58:38 2010 -0400 commit 602e4f8d5512cdf48c696ad64ad62ff97f6dbdcc Author: Behdad Esfahbod -Date: Thu Apr 29 02:28:54 2010 -0400 +Date: Thu Apr 29 02:28:54 2010 -0400 Use const_cast @@ -45143,7 +48516,7 @@ Date: Thu Apr 29 02:28:54 2010 -0400 commit abff3580a5b229641086e0da097efee11d22ff81 Author: Behdad Esfahbod -Date: Thu Apr 29 02:27:20 2010 -0400 +Date: Thu Apr 29 02:27:20 2010 -0400 Add const @@ -45152,7 +48525,7 @@ Date: Thu Apr 29 02:27:20 2010 -0400 commit 6617eada95928457a25e29f793f1a93c6b3edaec Author: Behdad Esfahbod -Date: Thu Apr 29 02:25:30 2010 -0400 +Date: Thu Apr 29 02:25:30 2010 -0400 Rename apply_context -> context @@ -45163,7 +48536,7 @@ Date: Thu Apr 29 02:25:30 2010 -0400 commit b4c7fab762935b9c182b3e2ac3415f29fc6a5558 Author: Behdad Esfahbod -Date: Thu Apr 29 02:24:25 2010 -0400 +Date: Thu Apr 29 02:24:25 2010 -0400 Rename @@ -45175,12 +48548,12 @@ Date: Thu Apr 29 02:24:25 2010 -0400 commit 1376fb7bf9ef07970f0ba13dc64d6a8ab8252762 Author: Behdad Esfahbod -Date: Thu Apr 29 02:19:21 2010 -0400 +Date: Thu Apr 29 02:19:21 2010 -0400 [apply] Use a context object to reduce number of parameters passed around - src/hb-open-type-private.hh | 5 ++--- + src/hb-open-type-private.hh | 5 ++--- src/hb-ot-layout-gpos-private.hh | 26 ++++++++++++++----------- src/hb-ot-layout-gsub-private.hh | 37 +++++++++++++++++++----------------- @@ -45189,11 +48562,11 @@ Date: Thu Apr 29 02:19:21 2010 -0400 commit 173fde7087c0db3e99409f1119530477c14072f5 Author: Behdad Esfahbod -Date: Thu Apr 29 01:47:30 2010 -0400 +Date: Thu Apr 29 01:47:30 2010 -0400 Further simplify tracing - src/hb-open-type-private.hh | 31 +++++++++++++++---------------- + src/hb-open-type-private.hh | 31 +++++++++++++++---------------- src/hb-ot-layout-gpos-private.hh | 9 +++++---- src/hb-ot-layout-gsub-private.hh | 11 ++++++----- src/hb-ot-layout-gsubgpos-private.hh | 8 -------- @@ -45201,31 +48574,31 @@ Date: Thu Apr 29 01:47:30 2010 -0400 commit bc200457430c083914a64bf4b056153506749610 Author: Behdad Esfahbod -Date: Thu Apr 29 01:40:26 2010 -0400 +Date: Thu Apr 29 01:40:26 2010 -0400 Simplify trace code - src/hb-open-type-private.hh | 41 +++++++++--------------------- + src/hb-open-type-private.hh | 41 +++++++++--------------------- src/hb-ot-layout-gsubgpos-private.hh | 25 +++++-------------- - src/hb-private.h | 48 + src/hb-private.h | 48 +++++++++++++++++++++++++----------- 3 files changed, 51 insertions(+), 63 deletions(-) commit 807c5b03a2251a3c29a520852639421783101b55 Author: Behdad Esfahbod -Date: Wed Apr 28 20:25:22 2010 -0400 +Date: Wed Apr 28 20:25:22 2010 -0400 [sanitize] Make debug code always available to the compiler Such that we don't break debug build all the time. - src/hb-open-type-private.hh | 31 ++++++++++++++++++++----------- + src/hb-open-type-private.hh | 31 ++++++++++++++++++++----------- src/hb-ot-layout-gsubgpos-private.hh | 2 +- 2 files changed, 21 insertions(+), 12 deletions(-) commit 74e313c016704e1d9157c2763691c4151f049dfc Author: Behdad Esfahbod -Date: Wed Apr 28 15:15:09 2010 -0400 +Date: Wed Apr 28 15:15:09 2010 -0400 [gsubgpos] Make debug code always available to the compiler @@ -45237,7 +48610,7 @@ Date: Wed Apr 28 15:15:09 2010 -0400 commit 41011a6ed7c4891b20c0eddbb6d4ad9c820cfddb Author: Behdad Esfahbod -Date: Wed Apr 28 13:33:09 2010 -0400 +Date: Wed Apr 28 13:33:09 2010 -0400 Fix compiler warning about value unused @@ -45246,7 +48619,7 @@ Date: Wed Apr 28 13:33:09 2010 -0400 commit 863df68e894b7644dcd12da88aa22f73edf829dc Author: Behdad Esfahbod -Date: Wed Apr 28 13:29:55 2010 -0400 +Date: Wed Apr 28 13:29:55 2010 -0400 [object] Make debug code always available to the compiler @@ -45257,7 +48630,7 @@ Date: Wed Apr 28 13:29:55 2010 -0400 commit 1d52151a19ed8ec776276aac5cc6ce3769e0d947 Author: Behdad Esfahbod -Date: Wed Apr 28 13:18:41 2010 -0400 +Date: Wed Apr 28 13:18:41 2010 -0400 Minor @@ -45266,7 +48639,7 @@ Date: Wed Apr 28 13:18:41 2010 -0400 commit 444fffb1ab378cb3022e2a8e9f90d20a00c82f6a Author: Behdad Esfahbod -Date: Wed Apr 28 13:16:38 2010 -0400 +Date: Wed Apr 28 13:16:38 2010 -0400 [blob] Make debug code always available to the compiler @@ -45278,26 +48651,26 @@ Date: Wed Apr 28 13:16:38 2010 -0400 commit ba51b25c7ba568aeced17f016eceba987569c5d9 Author: Behdad Esfahbod -Date: Wed Apr 28 13:10:36 2010 -0400 +Date: Wed Apr 28 13:10:36 2010 -0400 - Fix build. Ouch! + Fix build. Ouch! src/hb-object-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a92f0fda7fee9d60b399b8865541bf73e6e30141 Author: Behdad Esfahbod -Date: Wed Apr 28 13:09:40 2010 -0400 +Date: Wed Apr 28 13:09:40 2010 -0400 Fix debug build - src/hb-open-type-private.hh | 4 ++-- + src/hb-open-type-private.hh | 4 ++-- src/hb-ot-layout-gsubgpos-private.hh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit c165f25410f817d248ad5d07e1827d33efd1b0a0 Author: Behdad Esfahbod -Date: Tue Apr 27 23:28:10 2010 -0400 +Date: Tue Apr 27 23:28:10 2010 -0400 [object] Actually handle malloc() failure @@ -45308,7 +48681,7 @@ Date: Tue Apr 27 23:28:10 2010 -0400 commit caff7db93d205e32a535d49e51a3cad70f91dfdd Author: Behdad Esfahbod -Date: Mon Apr 26 10:07:35 2010 -0400 +Date: Mon Apr 26 10:07:35 2010 -0400 Fix Device::get_size() calculation @@ -45317,7 +48690,7 @@ Date: Mon Apr 26 10:07:35 2010 -0400 commit 66d6eb30eb0b8d61e00f86ea0c7829abaddb52fa Author: Behdad Esfahbod -Date: Sun Apr 25 23:01:45 2010 -0400 +Date: Sun Apr 25 23:01:45 2010 -0400 Rename Var to Obj @@ -45326,27 +48699,27 @@ Date: Sun Apr 25 23:01:45 2010 -0400 commit 690b9194619589c32ffc0c092e45262ae7776e79 Author: Behdad Esfahbod -Date: Sun Apr 25 22:51:05 2010 -0400 +Date: Sun Apr 25 22:51:05 2010 -0400 Remove use of flexible arrays Also remove wrong ASSERT_SIZE that would trigger only when not using flexible arrays (which was the case on win32, but not with gcc). - configure.ac | 2 -- + configure.ac | 2 -- src/hb-open-file-private.hh | 1 - - src/hb-private.h | 4 ---- + src/hb-private.h | 4 ---- 3 files changed, 7 deletions(-) commit 1cebfbb0636b13dc5dc6a4b8b7acbb7da28129d2 Author: Behdad Esfahbod -Date: Fri Apr 23 20:49:18 2010 -0400 +Date: Fri Apr 23 20:49:18 2010 -0400 Cleanup hb_face_create_for_data() src/Makefile.am | 1 + src/hb-blob-private.h | 57 +++++++++++++++++++++++++++++++ - src/hb-blob.c | 20 ++--------- + src/hb-blob.c | 20 ++--------- src/hb-font-private.h | 3 -- src/hb-font.cc | 92 +++++++++++++++++++++++++++++++++++---------------- @@ -45354,17 +48727,17 @@ Date: Fri Apr 23 20:49:18 2010 -0400 commit d6b3c83a90f60bedb4049750ffb351161710980d Author: Behdad Esfahbod -Date: Fri Apr 23 19:59:53 2010 -0400 +Date: Fri Apr 23 19:59:53 2010 -0400 Allow get_table() to return NULL src/hb-font.cc | 6 +++++- - src/hb-ft.c | 2 +- + src/hb-ft.c | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) commit ad3653751b1e4a03f7058200cb83f64db46722d5 Author: Behdad Esfahbod -Date: Fri Apr 23 19:43:40 2010 -0400 +Date: Fri Apr 23 19:43:40 2010 -0400 Typo @@ -45373,61 +48746,61 @@ Date: Fri Apr 23 19:43:40 2010 -0400 commit 990443e5f282ad61de00dcf1ebff9cf1d5bc2d70 Author: Behdad Esfahbod -Date: Fri Apr 23 17:53:32 2010 -0400 +Date: Fri Apr 23 17:53:32 2010 -0400 Remove lock_instance() - src/hb-font.cc | 2 +- + src/hb-font.cc | 2 +- src/hb-open-type-private.hh | 4 ---- - src/hb-ot-layout.cc | 6 +++--- + src/hb-ot-layout.cc | 6 +++--- 3 files changed, 4 insertions(+), 8 deletions(-) commit 187454c595559ce48d072fee6bccb51f3de283d4 Author: Behdad Esfahbod -Date: Fri Apr 23 16:35:01 2010 -0400 +Date: Fri Apr 23 16:35:01 2010 -0400 Add different casts from pointer and ref to avoid bugs - src/hb-open-type-private.hh | 22 +++++++++++++++------- + src/hb-open-type-private.hh | 22 +++++++++++++++------- src/hb-ot-layout-gpos-private.hh | 8 ++++---- src/hb-ot-layout-gsub-private.hh | 12 ++++++------ - src/main.cc | 6 +++--- + src/main.cc | 6 +++--- 4 files changed, 28 insertions(+), 20 deletions(-) commit efb324a46ff64adb4ec8612b4089e8daff1e6d8e Author: Behdad Esfahbod -Date: Fri Apr 23 16:22:54 2010 -0400 +Date: Fri Apr 23 16:22:54 2010 -0400 Remove GET_FOR_DATA macros The major-version check is now handled by sanitize. If major doesn't match, we reject and fall back to the Null object. - src/hb-open-file-private.hh | 4 ---- - src/hb-open-type-private.hh | 23 ++--------------------- + src/hb-open-file-private.hh | 4 ---- + src/hb-open-type-private.hh | 23 ++--------------------- src/hb-ot-layout-gdef-private.hh | 2 -- src/hb-ot-layout-gpos-private.hh | 3 --- src/hb-ot-layout-gsub-private.hh | 3 --- src/hb-ot-layout-gsubgpos-private.hh | 2 -- - src/main.cc | 6 +++--- + src/main.cc | 6 +++--- 7 files changed, 5 insertions(+), 38 deletions(-) commit f1aaa2a43654c28405ffd393de2cb127437c99a5 Author: Behdad Esfahbod -Date: Fri Apr 23 15:19:50 2010 -0400 +Date: Fri Apr 23 15:19:50 2010 -0400 Add TODO - src/hb-ft.c | 2 -- - src/hb-ft.h | 1 + - src/hb-open-file-private.hh | 2 +- - src/hb-open-type-private.hh | 2 ++ + src/hb-ft.c | 2 -- + src/hb-ft.h | 1 + + src/hb-open-file-private.hh | 2 +- + src/hb-open-type-private.hh | 2 ++ src/hb-ot-layout-common-private.hh | 12 ++++++------ 5 files changed, 10 insertions(+), 9 deletions(-) commit 33d4d4325e15e332105ea8f361bab79ee542f0f8 Author: Behdad Esfahbod -Date: Fri Apr 23 14:56:55 2010 -0400 +Date: Fri Apr 23 14:56:55 2010 -0400 Zero glyph metrics before calling user callback @@ -45436,18 +48809,18 @@ Date: Fri Apr 23 14:56:55 2010 -0400 commit 4206e9511a222c0c50cc9b4fe72ec421983bba2c Author: Behdad Esfahbod -Date: Fri Apr 23 14:44:55 2010 -0400 +Date: Fri Apr 23 14:44:55 2010 -0400 More warning fixes - src/hb-ot-layout.cc | 4 ++-- - src/hb-ot-shape.c | 9 ++++----- + src/hb-ot-layout.cc | 4 ++-- + src/hb-ot-shape.c | 9 ++++----- src/hb-shape.c | 32 ++++++++++++++++---------------- 3 files changed, 22 insertions(+), 23 deletions(-) commit ef66ebeabc6c234004bd9e9bb67eb5c9711f4a1e Author: Behdad Esfahbod -Date: Fri Apr 23 14:40:36 2010 -0400 +Date: Fri Apr 23 14:40:36 2010 -0400 Remove unused parameter @@ -45456,20 +48829,20 @@ Date: Fri Apr 23 14:40:36 2010 -0400 commit 1d720192b193f48b44be0385eda3c2c5d5cd28ad Author: Behdad Esfahbod -Date: Fri Apr 23 14:39:10 2010 -0400 +Date: Fri Apr 23 14:39:10 2010 -0400 Fix compile warnings (HB_GNUC_UNUSED) - src/hb-buffer.c | 6 +++--- - src/hb-font.cc | 31 ++++++++++++++++++++++--------- - src/hb-ft.c | 29 +++++++++++++++++++++-------- - src/hb-open-type-private.hh | 2 +- - src/hb-unicode.c | 8 ++++---- + src/hb-buffer.c | 6 +++--- + src/hb-font.cc | 31 ++++++++++++++++++++++--------- + src/hb-ft.c | 29 +++++++++++++++++++++-------- + src/hb-open-type-private.hh | 2 +- + src/hb-unicode.c | 8 ++++---- 5 files changed, 51 insertions(+), 25 deletions(-) commit 8dfdca599c0a3ba5255131002910bca3b381acac Author: Behdad Esfahbod -Date: Fri Apr 23 14:07:34 2010 -0400 +Date: Fri Apr 23 14:07:34 2010 -0400 No need to keep blob in sanitize context @@ -45478,7 +48851,7 @@ Date: Fri Apr 23 14:07:34 2010 -0400 commit 254933c397f1ce9796f59689a25f9fc2e58df4ea Author: Behdad Esfahbod -Date: Fri Apr 23 13:57:10 2010 -0400 +Date: Fri Apr 23 13:57:10 2010 -0400 When sanitizing, delay making writable @@ -45495,7 +48868,7 @@ Date: Fri Apr 23 13:57:10 2010 -0400 commit 71e735e915c85536ee4d3035576f7426e8cd19dd Author: Behdad Esfahbod -Date: Fri Apr 23 13:48:06 2010 -0400 +Date: Fri Apr 23 13:48:06 2010 -0400 [blob] Fallback to copying if mprotect() fails @@ -45504,18 +48877,18 @@ Date: Fri Apr 23 13:48:06 2010 -0400 commit 1aa4666b914da7747fc58a8f6f2d913c94e3b8da Author: Behdad Esfahbod -Date: Fri Apr 23 13:32:03 2010 -0400 +Date: Fri Apr 23 13:32:03 2010 -0400 Cleanup OpenTypeFontFile src/hb-open-file-private.hh | 44 ++++++++++++++++++++++++++------------------ - src/main.cc | 2 +- + src/main.cc | 2 +- 2 files changed, 27 insertions(+), 19 deletions(-) commit ae4190cafe927649f8ff8be6a0082478d1298fda Author: Behdad Esfahbod -Date: Fri Apr 23 12:33:02 2010 -0400 +Date: Fri Apr 23 12:33:02 2010 -0400 Properly define separate structs for TTCHeader and TTCHeaderVersion1 @@ -45525,17 +48898,17 @@ Date: Fri Apr 23 12:33:02 2010 -0400 commit a065f471b3bc23d33ef75217308efeaed4ffd033 Author: Behdad Esfahbod -Date: Thu Apr 22 20:15:11 2010 -0400 +Date: Thu Apr 22 20:15:11 2010 -0400 Cleanup Extension lookups Two things: - 1. Allow nested Extension lookups. The offset is always positive, so + 1. Allow nested Extension lookups. The offset is always positive, so it can't loop circularly. 2. Move the check for all Extension subtables having the same lookup - type to the correct place. Before it wasn't really working. + type to the correct place. Before it wasn't really working. src/hb-ot-layout-gpos-private.hh | 29 +------------------- src/hb-ot-layout-gsub-private.hh | 57 @@ -45544,32 +48917,32 @@ Date: Thu Apr 22 20:15:11 2010 -0400 commit a0bb49c5830f8a7f25d573ec57b79df2620ddba7 Author: Behdad Esfahbod -Date: Thu Apr 22 18:47:03 2010 -0400 +Date: Thu Apr 22 18:47:03 2010 -0400 Add comment re bsearch effect on sanitize - src/hb-open-file-private.hh | 2 +- + src/hb-open-file-private.hh | 2 +- src/hb-ot-layout-common-private.hh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) commit d632ec4000b3079150e6424e88a3ab7509f7445c Author: Behdad Esfahbod -Date: Thu Apr 22 18:33:12 2010 -0400 +Date: Thu Apr 22 18:33:12 2010 -0400 Cosmetic - src/hb-open-type-private.hh | 6 +++--- + src/hb-open-type-private.hh | 6 +++--- src/hb-ot-layout-gsubgpos-private.hh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) commit a3263aa773ad7a914496792466c69047048b093c Author: Behdad Esfahbod -Date: Thu Apr 22 18:29:09 2010 -0400 +Date: Thu Apr 22 18:29:09 2010 -0400 Convert the last set of cast macros to templates - src/hb-open-file-private.hh | 4 +-- - src/hb-open-type-private.hh | 53 + src/hb-open-file-private.hh | 4 +-- + src/hb-open-type-private.hh | 53 +++++++++++++++++++++++------------- src/hb-ot-layout-gpos-private.hh | 16 +++++------ src/hb-ot-layout-gsub-private.hh | 14 +++++----- @@ -45578,7 +48951,7 @@ Date: Thu Apr 22 18:29:09 2010 -0400 commit c38188a1912f72d9ef90ae1bcbdbba7ecce63371 Author: Behdad Esfahbod -Date: Thu Apr 22 16:52:09 2010 -0400 +Date: Thu Apr 22 16:52:09 2010 -0400 Remove unused macro @@ -45587,7 +48960,7 @@ Date: Thu Apr 22 16:52:09 2010 -0400 commit 3b2c2df41b90f2a1d9e33b3dc15a92cff58a689a Author: Behdad Esfahbod -Date: Thu Apr 22 16:51:42 2010 -0400 +Date: Thu Apr 22 16:51:42 2010 -0400 Cleanup Extension sanitize() @@ -45599,31 +48972,31 @@ Date: Thu Apr 22 16:51:42 2010 -0400 commit 1856184b93760a1a54fb1a3c54281bb252df7ce6 Author: Behdad Esfahbod -Date: Thu Apr 22 14:15:11 2010 -0400 +Date: Thu Apr 22 14:15:11 2010 -0400 Fail sanitize on major version mismatch We handle major-version differences via get_for_data(), so sanitize should never see a major version mismatch. - src/hb-open-file-private.hh | 4 ++-- + src/hb-open-file-private.hh | 4 ++-- src/hb-ot-layout-gdef-private.hh | 2 +- src/hb-ot-layout-gsubgpos-private.hh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) commit df3f505dcfeefc8cd395900b116767d22549f756 Author: Behdad Esfahbod -Date: Thu Apr 22 14:11:33 2010 -0400 +Date: Thu Apr 22 14:11:33 2010 -0400 More sanitize cleanup src/hb-open-file-private.hh | 24 ++---------------------- - src/main.cc | 4 ++-- + src/main.cc | 4 ++-- 2 files changed, 4 insertions(+), 24 deletions(-) commit 278a91f0cd802ac817c2603429bae1fa4a350ea0 Author: Behdad Esfahbod -Date: Thu Apr 22 13:59:39 2010 -0400 +Date: Thu Apr 22 13:59:39 2010 -0400 Minor cleanup of sanitize @@ -45634,7 +49007,7 @@ Date: Thu Apr 22 13:59:39 2010 -0400 commit 9ac7dc73bc24b6dafb94df5de9cbf8fa0c82d5bc Author: Behdad Esfahbod -Date: Thu Apr 22 13:50:22 2010 -0400 +Date: Thu Apr 22 13:50:22 2010 -0400 Check for (impossible) overflow @@ -45643,7 +49016,7 @@ Date: Thu Apr 22 13:50:22 2010 -0400 commit 9fc8684fd85ef6ec82b3b54323761bbdd4c3d891 Author: Behdad Esfahbod -Date: Thu Apr 22 13:37:58 2010 -0400 +Date: Thu Apr 22 13:37:58 2010 -0400 Cleanup ContextFormat3 sanitize @@ -45652,7 +49025,7 @@ Date: Thu Apr 22 13:37:58 2010 -0400 commit e77302c61f1f1620d1f438a997575fa6ee5c172e Author: Behdad Esfahbod -Date: Thu Apr 22 13:34:00 2010 -0400 +Date: Thu Apr 22 13:34:00 2010 -0400 Add comment @@ -45661,7 +49034,7 @@ Date: Thu Apr 22 13:34:00 2010 -0400 commit 7c469c3ca4ed4e45c50eff70df59b1a4780bae5b Author: Behdad Esfahbod -Date: Thu Apr 22 13:26:21 2010 -0400 +Date: Thu Apr 22 13:26:21 2010 -0400 Minor @@ -45670,19 +49043,19 @@ Date: Thu Apr 22 13:26:21 2010 -0400 commit dc228048a813e43356373505168d3822deea5d72 Author: Behdad Esfahbod -Date: Thu Apr 22 13:22:41 2010 -0400 +Date: Thu Apr 22 13:22:41 2010 -0400 Remove integrity check in Tag sanitize Serves no useful purpose. - src/hb-open-type-private.hh | 9 --------- + src/hb-open-type-private.hh | 9 --------- src/hb-ot-layout-common-private.hh | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) commit 8015a8c762dc7be36998d529b7a3af59e3d14d87 Author: Behdad Esfahbod -Date: Thu Apr 22 11:06:30 2010 -0400 +Date: Thu Apr 22 11:06:30 2010 -0400 Don't sanitize raw table data @@ -45693,7 +49066,7 @@ Date: Thu Apr 22 11:06:30 2010 -0400 commit c293581e962b7982622e7d607fa3909b40da718e Author: Behdad Esfahbod -Date: Thu Apr 22 11:15:46 2010 -0400 +Date: Thu Apr 22 11:15:46 2010 -0400 Add coment @@ -45702,7 +49075,7 @@ Date: Thu Apr 22 11:15:46 2010 -0400 commit 1faa76c6e848c6b0e360d9ddcf567533b87f8f31 Author: Behdad Esfahbod -Date: Thu Apr 22 10:54:26 2010 -0400 +Date: Thu Apr 22 10:54:26 2010 -0400 Remove unnecessary casts @@ -45711,7 +49084,7 @@ Date: Thu Apr 22 10:54:26 2010 -0400 commit 079dc40112d3908ff7b7028ea3019bfe82bf606d Author: Behdad Esfahbod -Date: Thu Apr 22 10:47:12 2010 -0400 +Date: Thu Apr 22 10:47:12 2010 -0400 Avoid overflow in TableDirectory sanitize @@ -45720,7 +49093,7 @@ Date: Thu Apr 22 10:47:12 2010 -0400 commit fb5904ec935d925a423401bc975ffaa22022ce1b Author: Behdad Esfahbod -Date: Thu Apr 22 10:43:30 2010 -0400 +Date: Thu Apr 22 10:43:30 2010 -0400 Make casts more explicit @@ -45730,7 +49103,7 @@ Date: Thu Apr 22 10:43:30 2010 -0400 commit 565c80bd2960366ace2d10dd71beaaf2a80213c8 Author: Behdad Esfahbod -Date: Thu Apr 22 10:26:35 2010 -0400 +Date: Thu Apr 22 10:26:35 2010 -0400 Make sure semicolon is expected after DEFINE_NULL_DATA() @@ -45739,7 +49112,7 @@ Date: Thu Apr 22 10:26:35 2010 -0400 commit bb1e16335e537231246f44740f73cc23c0707364 Author: Behdad Esfahbod -Date: Thu Apr 22 01:01:35 2010 -0400 +Date: Thu Apr 22 01:01:35 2010 -0400 Improve Subst/Pos SubTable access and sanitize @@ -45749,7 +49122,7 @@ Date: Thu Apr 22 01:01:35 2010 -0400 commit 81f2af40f9afd5bb9695018e6baddcd4aa3361c1 Author: Behdad Esfahbod -Date: Thu Apr 22 00:58:49 2010 -0400 +Date: Thu Apr 22 00:58:49 2010 -0400 Simplify Extension offset now that our int types have no alignment @@ -45758,7 +49131,7 @@ Date: Thu Apr 22 00:58:49 2010 -0400 commit 19828ad42d8117563412aae3c70887aa117805a9 Author: Behdad Esfahbod -Date: Thu Apr 22 00:49:16 2010 -0400 +Date: Thu Apr 22 00:49:16 2010 -0400 Sanitize shallow in Lookup since the generic SubLookup has no methods @@ -45767,28 +49140,28 @@ Date: Thu Apr 22 00:49:16 2010 -0400 commit e5546a4352c54311ac4a9ef138b187378155ebe1 Author: Behdad Esfahbod -Date: Thu Apr 22 00:45:42 2010 -0400 +Date: Thu Apr 22 00:45:42 2010 -0400 Watch for overflow in Array sanitize - src/hb-open-type-private.hh | 21 +++++++++++++++------ + src/hb-open-type-private.hh | 21 +++++++++++++++------ src/hb-ot-layout-common-private.hh | 2 +- 2 files changed, 16 insertions(+), 7 deletions(-) commit 4f5f1c34dda1e0629bfa6d7b0ffa2e1ce003b7c7 Author: Behdad Esfahbod -Date: Thu Apr 22 00:27:39 2010 -0400 +Date: Thu Apr 22 00:27:39 2010 -0400 Rename const_sub_array to sub_array since all consts are implicit now - src/hb-open-type-private.hh | 2 +- + src/hb-open-type-private.hh | 2 +- src/hb-ot-layout-common-private.hh | 4 ++-- src/hb-ot-layout-gdef-private.hh | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) commit 0795b784dd1009976c185482a376df250167e73b Author: Behdad Esfahbod -Date: Thu Apr 22 00:23:14 2010 -0400 +Date: Thu Apr 22 00:23:14 2010 -0400 Cosmetic @@ -45797,7 +49170,7 @@ Date: Thu Apr 22 00:23:14 2010 -0400 commit 2d98d3bbaa0ddadcb08b5a8f437b18c211c50768 Author: Behdad Esfahbod -Date: Thu Apr 22 00:19:30 2010 -0400 +Date: Thu Apr 22 00:19:30 2010 -0400 Simplify Lookup sanitize @@ -45806,57 +49179,57 @@ Date: Thu Apr 22 00:19:30 2010 -0400 commit c755cb3e3ac55156d0d2ec05adea7a650b97cc41 Author: Behdad Esfahbod -Date: Thu Apr 22 00:11:43 2010 -0400 +Date: Thu Apr 22 00:11:43 2010 -0400 Change header comment - README | 2 +- - src/hb-blob.c | 2 +- - src/hb-blob.h | 2 +- - src/hb-buffer-private.h | 2 +- - src/hb-buffer.c | 2 +- - src/hb-buffer.h | 2 +- - src/hb-common.h | 2 +- - src/hb-font-private.h | 2 +- - src/hb-font.cc | 2 +- - src/hb-font.h | 2 +- - src/hb-ft.c | 2 +- - src/hb-ft.h | 2 +- - src/hb-glib.c | 2 +- - src/hb-glib.h | 2 +- - src/hb-icu.c | 2 +- - src/hb-icu.h | 2 +- - src/hb-language.c | 2 +- - src/hb-language.h | 2 +- - src/hb-object-private.h | 2 +- - src/hb-open-file-private.hh | 2 +- - src/hb-open-type-private.hh | 2 +- + README | 2 +- + src/hb-blob.c | 2 +- + src/hb-blob.h | 2 +- + src/hb-buffer-private.h | 2 +- + src/hb-buffer.c | 2 +- + src/hb-buffer.h | 2 +- + src/hb-common.h | 2 +- + src/hb-font-private.h | 2 +- + src/hb-font.cc | 2 +- + src/hb-font.h | 2 +- + src/hb-ft.c | 2 +- + src/hb-ft.h | 2 +- + src/hb-glib.c | 2 +- + src/hb-glib.h | 2 +- + src/hb-icu.c | 2 +- + src/hb-icu.h | 2 +- + src/hb-language.c | 2 +- + src/hb-language.h | 2 +- + src/hb-object-private.h | 2 +- + src/hb-open-file-private.hh | 2 +- + src/hb-open-type-private.hh | 2 +- src/hb-ot-layout-common-private.hh | 2 +- src/hb-ot-layout-gdef-private.hh | 2 +- src/hb-ot-layout-gpos-private.hh | 2 +- src/hb-ot-layout-gsub-private.hh | 2 +- src/hb-ot-layout-gsubgpos-private.hh | 2 +- - src/hb-ot-layout-private.h | 2 +- - src/hb-ot-layout.cc | 2 +- - src/hb-ot-layout.h | 2 +- - src/hb-ot-shape-private.h | 2 +- - src/hb-ot-shape.c | 2 +- - src/hb-ot-tag.c | 2 +- - src/hb-ot-tag.h | 2 +- - src/hb-ot.h | 2 +- - src/hb-private.h | 2 +- - src/hb-shape.c | 2 +- - src/hb-shape.h | 2 +- - src/hb-unicode-private.h | 2 +- - src/hb-unicode.c | 2 +- - src/hb-unicode.h | 2 +- - src/hb.h | 2 +- - src/main.cc | 2 +- + src/hb-ot-layout-private.h | 2 +- + src/hb-ot-layout.cc | 2 +- + src/hb-ot-layout.h | 2 +- + src/hb-ot-shape-private.h | 2 +- + src/hb-ot-shape.c | 2 +- + src/hb-ot-tag.c | 2 +- + src/hb-ot-tag.h | 2 +- + src/hb-ot.h | 2 +- + src/hb-private.h | 2 +- + src/hb-shape.c | 2 +- + src/hb-shape.h | 2 +- + src/hb-unicode-private.h | 2 +- + src/hb-unicode.c | 2 +- + src/hb-unicode.h | 2 +- + src/hb.h | 2 +- + src/main.cc | 2 +- 42 files changed, 42 insertions(+), 42 deletions(-) commit 243d20e011e251462a07947275e0e98cc19c7e9b Author: Behdad Esfahbod -Date: Wed Apr 21 23:57:01 2010 -0400 +Date: Wed Apr 21 23:57:01 2010 -0400 More cast simplification @@ -45865,12 +49238,12 @@ Date: Wed Apr 21 23:57:01 2010 -0400 commit 0dfcc13a4668cdd2c2ebdd5f4a7540a51222cf2f Author: Behdad Esfahbod -Date: Wed Apr 21 23:41:26 2010 -0400 +Date: Wed Apr 21 23:41:26 2010 -0400 Rename ConstCharP to CharP (overloaded now) - src/hb-open-file-private.hh | 10 +++++----- - src/hb-open-type-private.hh | 24 ++++++++++++------------ + src/hb-open-file-private.hh | 10 +++++----- + src/hb-open-type-private.hh | 24 ++++++++++++------------ src/hb-ot-layout-gpos-private.hh | 12 ++++++------ src/hb-ot-layout-gsub-private.hh | 4 ++-- src/hb-ot-layout-gsubgpos-private.hh | 14 +++++++------- @@ -45878,19 +49251,19 @@ Date: Wed Apr 21 23:41:26 2010 -0400 commit 62c0fd75737a69721dbf29e773405a4c529f8b6d Author: Behdad Esfahbod -Date: Wed Apr 21 23:30:48 2010 -0400 +Date: Wed Apr 21 23:30:48 2010 -0400 Cleanup de-const-casting during sanitize - src/hb-open-file-private.hh | 2 +- - src/hb-open-type-private.hh | 29 ++++++++++++++--------------- + src/hb-open-file-private.hh | 2 +- + src/hb-open-type-private.hh | 29 ++++++++++++++--------------- src/hb-ot-layout-common-private.hh | 4 ++-- src/hb-ot-layout-gpos-private.hh | 12 ++++++------ 4 files changed, 23 insertions(+), 24 deletions(-) commit dd155870567cfb9647b2e71593ace8b2705d7cff Author: Behdad Esfahbod -Date: Wed Apr 21 23:13:33 2010 -0400 +Date: Wed Apr 21 23:13:33 2010 -0400 Add more comments @@ -45899,7 +49272,7 @@ Date: Wed Apr 21 23:13:33 2010 -0400 commit c85c3620675f38ffdca59134aeec2641485f40ca Author: Behdad Esfahbod -Date: Wed Apr 21 23:12:54 2010 -0400 +Date: Wed Apr 21 23:12:54 2010 -0400 Add comment @@ -45908,7 +49281,7 @@ Date: Wed Apr 21 23:12:54 2010 -0400 commit 2467c669c2aee4de2a6621a9d06cba0262376d41 Author: Behdad Esfahbod -Date: Wed Apr 21 23:11:45 2010 -0400 +Date: Wed Apr 21 23:11:45 2010 -0400 Add comment @@ -45917,7 +49290,7 @@ Date: Wed Apr 21 23:11:45 2010 -0400 commit 29c3f5e1b6212c775a7b911becd44ba093b7b0eb Author: Behdad Esfahbod -Date: Wed Apr 21 23:01:00 2010 -0400 +Date: Wed Apr 21 23:01:00 2010 -0400 Improve comment @@ -45926,7 +49299,7 @@ Date: Wed Apr 21 23:01:00 2010 -0400 commit 01c01618e98283611628cd54d5ba4bf122f24cd9 Author: Behdad Esfahbod -Date: Wed Apr 21 22:49:56 2010 -0400 +Date: Wed Apr 21 22:49:56 2010 -0400 Further simplify IntType struct defs @@ -45935,11 +49308,11 @@ Date: Wed Apr 21 22:49:56 2010 -0400 commit 2cb08458f674301cde9d962c13911035a251f7c5 Author: Behdad Esfahbod -Date: Wed Apr 21 22:37:31 2010 -0400 +Date: Wed Apr 21 22:37:31 2010 -0400 Rename const_array() to array() (overloaded) - src/hb-open-type-private.hh | 12 ++++++------ + src/hb-open-type-private.hh | 12 ++++++------ src/hb-ot-layout-common-private.hh | 4 ++-- src/hb-ot-layout-gsub-private.hh | 6 +++--- src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++-------- @@ -45947,7 +49320,7 @@ Date: Wed Apr 21 22:37:31 2010 -0400 commit 2e2f43edf2f49f4047e28b1ce2ea95938536de9c Author: Behdad Esfahbod -Date: Wed Apr 21 22:30:36 2010 -0400 +Date: Wed Apr 21 22:30:36 2010 -0400 Remove ArrayAfter, use StructAfter in place @@ -45956,11 +49329,11 @@ Date: Wed Apr 21 22:30:36 2010 -0400 commit e961c86c579fd98ee604342a9c70c4e7f8d4f220 Author: Behdad Esfahbod -Date: Wed Apr 21 15:56:11 2010 -0400 +Date: Wed Apr 21 15:56:11 2010 -0400 Convert NEXT() and ARRAY_AFTER() macros to templates - src/hb-open-type-private.hh | 40 + src/hb-open-type-private.hh | 40 ++++++++++++++++++++++++++---------- src/hb-ot-layout-common-private.hh | 4 ++-- src/hb-ot-layout-gsub-private.hh | 8 ++++---- @@ -45969,12 +49342,12 @@ Date: Wed Apr 21 15:56:11 2010 -0400 commit 198facdc55756cb48cdfb8ba7fa50916fac54ec3 Author: Behdad Esfahbod -Date: Wed Apr 21 13:35:36 2010 -0400 +Date: Wed Apr 21 13:35:36 2010 -0400 Use templates for const char * casts - src/hb-open-file-private.hh | 12 ++++----- - src/hb-open-type-private.hh | 48 + src/hb-open-file-private.hh | 12 ++++----- + src/hb-open-type-private.hh | 48 ++++++++++++++++++------------------ src/hb-ot-layout-common-private.hh | 2 +- src/hb-ot-layout-gpos-private.hh | 32 ++++++++++++------------ @@ -45984,7 +49357,7 @@ Date: Wed Apr 21 13:35:36 2010 -0400 commit 1922ffe7013c46014803a9f18c42e193a25b1968 Author: Behdad Esfahbod -Date: Wed Apr 21 04:19:51 2010 -0400 +Date: Wed Apr 21 04:19:51 2010 -0400 Const correctness @@ -45994,18 +49367,18 @@ Date: Wed Apr 21 04:19:51 2010 -0400 commit e032ed9f75d4a0f365649a25706871bbb5ae6651 Author: Behdad Esfahbod -Date: Wed Apr 21 03:11:46 2010 -0400 +Date: Wed Apr 21 03:11:46 2010 -0400 Use templates for defining int typess src/hb-open-type-private.hh | 66 ++++++++++++++++++++++++++++++--------------- - src/hb-private.h | 10 ++----- + src/hb-private.h | 10 ++----- 2 files changed, 46 insertions(+), 30 deletions(-) commit 2c9fd2adce5a6a9dcd62c874bd64613ea68d8d9b Author: Behdad Esfahbod -Date: Wed Apr 21 02:15:39 2010 -0400 +Date: Wed Apr 21 02:15:39 2010 -0400 Remove unused macro @@ -46014,17 +49387,17 @@ Date: Wed Apr 21 02:15:39 2010 -0400 commit 7a52f281178867379adb6e6c6fb0022102f75d17 Author: Behdad Esfahbod -Date: Wed Apr 21 02:14:44 2010 -0400 +Date: Wed Apr 21 02:14:44 2010 -0400 Rename macros - src/hb-open-type-private.hh | 6 +++--- - src/hb-private.h | 30 +++++++++++++++--------------- + src/hb-open-type-private.hh | 6 +++--- + src/hb-private.h | 30 +++++++++++++++--------------- 2 files changed, 18 insertions(+), 18 deletions(-) commit ffff7dc44cb2a35a60f92831165e9d3c3a61ce19 Author: Behdad Esfahbod -Date: Wed Apr 21 02:13:55 2010 -0400 +Date: Wed Apr 21 02:13:55 2010 -0400 Minor @@ -46033,7 +49406,7 @@ Date: Wed Apr 21 02:13:55 2010 -0400 commit f60f2166c48d07f556ff83f04e95181946eb03df Author: Behdad Esfahbod -Date: Wed Apr 21 02:12:45 2010 -0400 +Date: Wed Apr 21 02:12:45 2010 -0400 Move macros around @@ -46043,7 +49416,7 @@ Date: Wed Apr 21 02:12:45 2010 -0400 commit 649a4344ca363da3d44cdd908350449ec40ed0f9 Author: Behdad Esfahbod -Date: Wed Apr 21 02:11:59 2010 -0400 +Date: Wed Apr 21 02:11:59 2010 -0400 Remove unused macros @@ -46052,7 +49425,7 @@ Date: Wed Apr 21 02:11:59 2010 -0400 commit eba8b4f644701cc6b78b0fcb4e932dce15561598 Author: Behdad Esfahbod -Date: Mon Mar 29 00:04:12 2010 -0400 +Date: Mon Mar 29 00:04:12 2010 -0400 GNOME Bug 613015 - [HB] Does not sanitize Device tables referenced from ValueRecords @@ -46063,7 +49436,7 @@ Date: Mon Mar 29 00:04:12 2010 -0400 commit 673a4efcbc72a62105a24d9b0b54047417160f7d Author: Behdad Esfahbod -Date: Wed Apr 21 02:02:57 2010 -0400 +Date: Wed Apr 21 02:02:57 2010 -0400 WIP @@ -46073,7 +49446,7 @@ Date: Wed Apr 21 02:02:57 2010 -0400 commit 40d73bc68dd828cf68f90fde0f9499a6ce9fbb19 Author: Behdad Esfahbod -Date: Wed Apr 21 00:49:40 2010 -0400 +Date: Wed Apr 21 00:49:40 2010 -0400 Improve comments @@ -46082,7 +49455,7 @@ Date: Wed Apr 21 00:49:40 2010 -0400 commit 394bad41a76f90e441e327cef76efb99997e9ae0 Author: Behdad Esfahbod -Date: Wed Apr 21 00:40:50 2010 -0400 +Date: Wed Apr 21 00:40:50 2010 -0400 Remove stale TODO item @@ -46091,7 +49464,7 @@ Date: Wed Apr 21 00:40:50 2010 -0400 commit 9d3677899f90abdc7fb3e3d854db654a8707a84b Author: Behdad Esfahbod -Date: Wed Apr 21 00:32:47 2010 -0400 +Date: Wed Apr 21 00:32:47 2010 -0400 Use a function template instead of struct template for Null @@ -46100,28 +49473,28 @@ Date: Wed Apr 21 00:32:47 2010 -0400 commit ffd321afd91429c5de7ab03d71ef1030044f53cb Author: Behdad Esfahbod -Date: Wed Apr 21 00:14:12 2010 -0400 +Date: Wed Apr 21 00:14:12 2010 -0400 Simplify Tag struct - src/hb-open-file-private.hh | 3 ++- - src/hb-open-type-private.hh | 6 +----- + src/hb-open-file-private.hh | 3 ++- + src/hb-open-type-private.hh | 6 +----- src/hb-ot-layout-common-private.hh | 3 ++- 3 files changed, 5 insertions(+), 7 deletions(-) commit 00e23fcc6fd0eee5c582251bf3de6a2703fbbd3e Author: Behdad Esfahbod -Date: Tue Apr 20 23:50:45 2010 -0400 +Date: Tue Apr 20 23:50:45 2010 -0400 Cosmetic - src/hb-open-type-private.hh | 8 ++++---- + src/hb-open-type-private.hh | 8 ++++---- src/hb-ot-layout-common-private.hh | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) commit a87072db5d41e25b2e31191545298bca4838c65c Author: Behdad Esfahbod -Date: Tue Apr 20 15:52:47 2010 -0400 +Date: Tue Apr 20 15:52:47 2010 -0400 Fix Class operator return type @@ -46130,7 +49503,7 @@ Date: Tue Apr 20 15:52:47 2010 -0400 commit f9b37727985191c9b4aedb0e9835736027e59260 Author: Behdad Esfahbod -Date: Tue Apr 20 15:51:53 2010 -0400 +Date: Tue Apr 20 15:51:53 2010 -0400 Add couple consts to operators @@ -46139,31 +49512,31 @@ Date: Tue Apr 20 15:51:53 2010 -0400 commit 53d237ec6352d7c6fab3b2805b48154a25506beb Author: Behdad Esfahbod -Date: Tue Apr 20 15:25:27 2010 -0400 +Date: Tue Apr 20 15:25:27 2010 -0400 Remove ASSERT_SIZE_DATA - src/hb-open-type-private.hh | 4 ---- + src/hb-open-type-private.hh | 4 ---- src/hb-ot-layout-common-private.hh | 9 ++++++--- 2 files changed, 6 insertions(+), 7 deletions(-) commit 06558d2a745b8f3af11a8d6dce956ae52187a7e5 Author: Behdad Esfahbod -Date: Mon Apr 19 02:34:10 2010 -0400 +Date: Mon Apr 19 02:34:10 2010 -0400 Round instead of trunc src/hb-ot-layout-gpos-private.hh | 20 ++++++++++---------- - src/hb-private.h | 2 +- + src/hb-private.h | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) commit 0e206de98621ed8a55824b42e9e6bf320f4c6cc8 Author: Behdad Esfahbod -Date: Mon Apr 19 02:29:04 2010 -0400 +Date: Mon Apr 19 02:29:04 2010 -0400 Fix warnings - src/hb-open-type-private.hh | 2 +- + src/hb-open-type-private.hh | 2 +- src/hb-ot-layout-gdef-private.hh | 2 +- src/hb-ot-layout-gpos-private.hh | 4 ++-- src/hb-ot-layout-gsubgpos-private.hh | 6 +++--- @@ -46171,17 +49544,17 @@ Date: Mon Apr 19 02:29:04 2010 -0400 commit d5943407a4251cb947fbfc130c0facb2f6216bd6 Author: Behdad Esfahbod -Date: Mon Apr 19 02:27:56 2010 -0400 +Date: Mon Apr 19 02:27:56 2010 -0400 Fix debug build - src/hb-open-type-private.hh | 2 +- + src/hb-open-type-private.hh | 2 +- src/hb-ot-layout-gsubgpos-private.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 12b27ed91de0192deee4e9feffcaf4aca4c78113 Author: Behdad Esfahbod -Date: Sat Mar 27 17:00:19 2010 -0400 +Date: Sat Mar 27 17:00:19 2010 -0400 Fix leak when duplicating blob @@ -46190,7 +49563,7 @@ Date: Sat Mar 27 17:00:19 2010 -0400 commit 4b8487d83e0c10076a6c573cb3487790ce366607 Author: Behdad Esfahbod -Date: Tue Mar 16 03:46:17 2010 -0400 +Date: Tue Mar 16 03:46:17 2010 -0400 Fix the mystery bug! @@ -46203,7 +49576,7 @@ Date: Tue Mar 16 03:46:17 2010 -0400 - Wrong pointer math with ValueRecord in PairPosFormat1 - Fallout from avoiding flex arrays, code not correctly updated - to remove sizeof() usage. + to remove sizeof() usage. We strictly never use sizeof() directly now. And the PairPos code is cleaned up. Should fix them all. Bugs are: @@ -46214,13 +49587,13 @@ Date: Tue Mar 16 03:46:17 2010 -0400 We were also doing wrong math converting Device adjustments to hb_position_t. Fallout from FreeType days. Should shift 16, not - 6. Fixed that too. + 6. Fixed that too. There's still another bug: we don't sanitize Device records referenced from value records. Fixing that also. - src/hb-open-file-private.hh | 4 +++- - src/hb-open-type-private.hh | 11 ++++++----- + src/hb-open-file-private.hh | 4 +++- + src/hb-open-type-private.hh | 11 ++++++----- src/hb-ot-layout-common-private.hh | 10 ++++++++-- src/hb-ot-layout-gpos-private.hh | 37 ++++++++++++++++++++---------------- @@ -46229,7 +49602,7 @@ Date: Tue Mar 16 03:46:17 2010 -0400 commit 9b39755d104603d1163738f77637cc1923d4055b Author: Behdad Esfahbod -Date: Thu Apr 15 14:00:25 2010 -0400 +Date: Thu Apr 15 14:00:25 2010 -0400 Typo @@ -46238,7 +49611,7 @@ Date: Thu Apr 15 14:00:25 2010 -0400 commit f85ec1c7da36d2c2c9b1c94a988563697dcc79c9 Author: Behdad Esfahbod -Date: Wed Mar 10 04:14:40 2010 -0500 +Date: Wed Mar 10 04:14:40 2010 -0500 Cosmetic @@ -46247,18 +49620,18 @@ Date: Wed Mar 10 04:14:40 2010 -0500 commit e48ed72230a83499dabbd02af2ac63340220a353 Author: Behdad Esfahbod -Date: Mon Mar 1 22:33:45 2010 -0500 +Date: Mon Mar 1 22:33:45 2010 -0500 [ft] Check stream->read instead of stream->base - The former is more robust. See discussion on freetype-devel. + The former is more robust. See discussion on freetype-devel. src/hb-ft.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 917c227500305aee543981ad24a39f868c5ca0b7 Author: Behdad Esfahbod -Date: Tue Feb 23 16:47:51 2010 -0500 +Date: Tue Feb 23 16:47:51 2010 -0500 Make blob unlocking 64bit-safe @@ -46270,7 +49643,7 @@ Date: Tue Feb 23 16:47:51 2010 -0500 commit ecd2e996d2137fef30011a41dd57ea45f9a796de Author: Behdad Esfahbod -Date: Tue Feb 23 02:42:00 2010 -0500 +Date: Tue Feb 23 02:42:00 2010 -0500 Improve the alignment for NullPool @@ -46279,7 +49652,7 @@ Date: Tue Feb 23 02:42:00 2010 -0500 commit bc7830e4259755ce7549025c6f5bf750e78c2ff1 Author: Behdad Esfahbod -Date: Wed Feb 17 15:14:57 2010 -0500 +Date: Wed Feb 17 15:14:57 2010 -0500 Use __attribute__((unused)) only with gcc 4 and later @@ -46291,7 +49664,7 @@ Date: Wed Feb 17 15:14:57 2010 -0500 commit 555d11273ee4c30e84eda3a78ffadb3ee7da65d0 Author: Behdad Esfahbod -Date: Tue Jan 26 12:58:59 2010 -0500 +Date: Tue Jan 26 12:58:59 2010 -0500 [GDEF] Fix bug in building synthetic GDEF @@ -46301,7 +49674,7 @@ Date: Tue Jan 26 12:58:59 2010 -0500 commit 70834d89c30a56fcd78825fbc28fc9c6bec31124 Author: Behdad Esfahbod -Date: Tue Jan 26 12:17:37 2010 -0500 +Date: Tue Jan 26 12:17:37 2010 -0500 [TODO] Add kern/GPOS interaction @@ -46310,7 +49683,7 @@ Date: Tue Jan 26 12:17:37 2010 -0500 commit cd11a98fa1426e9dbc4b61e702913b23a4794ae2 Author: Behdad Esfahbod -Date: Sun Dec 20 23:05:02 2009 +0100 +Date: Sun Dec 20 23:05:02 2009 +0100 Fix compile with older FreeType @@ -46320,7 +49693,7 @@ Date: Sun Dec 20 23:05:02 2009 +0100 commit 7f7448a354c43650348b4e91b4e40ecf18718d66 Author: Behdad Esfahbod -Date: Sun Dec 20 21:42:14 2009 +0100 +Date: Sun Dec 20 21:42:14 2009 +0100 Indent @@ -46329,7 +49702,7 @@ Date: Sun Dec 20 21:42:14 2009 +0100 commit e70f45eb522bcb41388cc218b79bbd6aaecf8050 Author: Behdad Esfahbod -Date: Sun Dec 20 21:26:24 2009 +0100 +Date: Sun Dec 20 21:26:24 2009 +0100 Revert "Fallback to 'kern' if no GPOS applied" @@ -46343,7 +49716,7 @@ Date: Sun Dec 20 21:26:24 2009 +0100 commit d740c8f78bcbe80a8bcd8a9468830a406da37cc0 Author: Behdad Esfahbod -Date: Sun Dec 20 21:23:56 2009 +0100 +Date: Sun Dec 20 21:23:56 2009 +0100 Fallback to 'kern' if no GPOS applied @@ -46352,18 +49725,18 @@ Date: Sun Dec 20 21:23:56 2009 +0100 commit 2f78c17197892b2bdc2f64caeb1c1c806ef44545 Author: Behdad Esfahbod -Date: Sun Dec 20 21:03:11 2009 +0100 +Date: Sun Dec 20 21:03:11 2009 +0100 Remove glibism! src/hb-ot-shape-private.h | 4 ++-- - src/hb-ot-shape.c | 4 ++-- - src/hb-shape.c | 4 ++-- + src/hb-ot-shape.c | 4 ++-- + src/hb-shape.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) commit 907e67da13b5ed719362702138703fe2f90e790d Author: Behdad Esfahbod -Date: Sun Dec 20 20:59:51 2009 +0100 +Date: Sun Dec 20 20:59:51 2009 +0100 Oops, add file. @@ -46373,23 +49746,23 @@ Date: Sun Dec 20 20:59:51 2009 +0100 commit 2014b8d110231b13e524008282ece7451f1ae9e7 Author: Behdad Esfahbod -Date: Sun Dec 20 20:58:26 2009 +0100 +Date: Sun Dec 20 20:58:26 2009 +0100 Hook OpenType shaping up Default features only for now. - src/Makefile.am | 2 + - src/hb-ot-layout.cc | 28 +++++++++ - src/hb-ot-layout.h | 7 +++ + src/Makefile.am | 2 + + src/hb-ot-layout.cc | 28 +++++++++ + src/hb-ot-layout.h | 7 +++ src/hb-ot-shape.c | 165 ++++++++++++++++++++++++++++++++++++++++++++++++++++ - src/hb-shape.c | 8 +-- + src/hb-shape.c | 8 +-- 5 files changed, 206 insertions(+), 4 deletions(-) commit 196610ba4c7071c2b802d0fc921a63cbc0753114 Author: Behdad Esfahbod -Date: Sun Dec 20 19:01:14 2009 +0100 +Date: Sun Dec 20 19:01:14 2009 +0100 Pass features down @@ -46398,7 +49771,7 @@ Date: Sun Dec 20 19:01:14 2009 +0100 commit 51f141a7f38a73f671b23f58cadf97a72c43b625 Author: Behdad Esfahbod -Date: Sun Dec 20 18:22:28 2009 +0100 +Date: Sun Dec 20 18:22:28 2009 +0100 Avoid overflow @@ -46407,7 +49780,7 @@ Date: Sun Dec 20 18:22:28 2009 +0100 commit 26d7a75752631b2596a5bcb7e645b34cc3d139ab Author: Behdad Esfahbod -Date: Sun Dec 20 17:58:25 2009 +0100 +Date: Sun Dec 20 17:58:25 2009 +0100 Refactor hb_shape a bit @@ -46417,7 +49790,7 @@ Date: Sun Dec 20 17:58:25 2009 +0100 commit 001fc2d2aa22f14302739fe4ca45f7535855e0fb Author: Behdad Esfahbod -Date: Sun Dec 20 17:24:05 2009 +0100 +Date: Sun Dec 20 17:24:05 2009 +0100 Add TrueType kern support @@ -46427,7 +49800,7 @@ Date: Sun Dec 20 17:24:05 2009 +0100 commit 2c1b85cf66e5ecb7521b6018b76f0e161fb68967 Author: Behdad Esfahbod -Date: Sun Dec 20 16:29:17 2009 +0100 +Date: Sun Dec 20 16:29:17 2009 +0100 Direct unicode->get_mirroring directly @@ -46436,7 +49809,7 @@ Date: Sun Dec 20 16:29:17 2009 +0100 commit 6a2ef5aa5459def232708af30ef8a484906b868b Author: Behdad Esfahbod -Date: Sun Dec 20 16:28:01 2009 +0100 +Date: Sun Dec 20 16:28:01 2009 +0100 Do mirroring @@ -46445,7 +49818,7 @@ Date: Sun Dec 20 16:28:01 2009 +0100 commit 0465e69832393cc1ed36508ec5d597fbab64877a Author: Behdad Esfahbod -Date: Sun Dec 20 16:25:18 2009 +0100 +Date: Sun Dec 20 16:25:18 2009 +0100 Protect against NULL funcs @@ -46455,7 +49828,7 @@ Date: Sun Dec 20 16:25:18 2009 +0100 commit 5ceefa1d8dbd310570ea8d1c47107fe8d3dc96d9 Author: Behdad Esfahbod -Date: Sun Dec 20 15:29:16 2009 +0100 +Date: Sun Dec 20 15:29:16 2009 +0100 Add hb_unicode_get_*() functions @@ -46465,12 +49838,12 @@ Date: Sun Dec 20 15:29:16 2009 +0100 commit b8a53e44ce05911ce98b7cff34dee165e19d87ba Author: Behdad Esfahbod -Date: Sun Dec 20 14:56:25 2009 +0100 +Date: Sun Dec 20 14:56:25 2009 +0100 We'll have to link to libstdc++ if linking to ICU, so disable test for now - We have to get rid of the ICU in main lib. Still thinking about + We have to get rid of the ICU in main lib. Still thinking about best way to do it. @@ -46479,17 +49852,17 @@ Date: Sun Dec 20 14:56:25 2009 +0100 commit 314905d7548d5be58354546d660754b807b6efb2 Author: Behdad Esfahbod -Date: Sun Dec 20 14:50:42 2009 +0100 +Date: Sun Dec 20 14:50:42 2009 +0100 Explicitly track whether the buffer has positions src/hb-buffer-private.h | 3 ++- - src/hb-buffer.c | 27 ++++++++++++++------------- + src/hb-buffer.c | 27 ++++++++++++++------------- 2 files changed, 16 insertions(+), 14 deletions(-) commit 314b460d8a02ed4b2789ff527cf6c9bc19769114 Author: Behdad Esfahbod -Date: Sun Dec 20 13:58:50 2009 +0100 +Date: Sun Dec 20 13:58:50 2009 +0100 Add HB_DIRECTION_IS_FORWARD/BACKWARD @@ -46499,7 +49872,7 @@ Date: Sun Dec 20 13:58:50 2009 +0100 commit bdd0ff5290bae4db65c3fdf95c5728031f13ca84 Author: Behdad Esfahbod -Date: Tue Dec 15 04:07:40 2009 -0500 +Date: Tue Dec 15 04:07:40 2009 -0500 Make main.cc compile without glib @@ -46508,7 +49881,7 @@ Date: Tue Dec 15 04:07:40 2009 -0500 commit 8a7d16808200f4fa02d6d12a8b8492bdedeb2c24 Author: Behdad Esfahbod -Date: Tue Dec 15 03:53:45 2009 -0500 +Date: Tue Dec 15 03:53:45 2009 -0500 Distribute autogen.sh @@ -46517,7 +49890,7 @@ Date: Tue Dec 15 03:53:45 2009 -0500 commit 807b8aa486753474e05e09f4fcca8ac94021b97c Author: Behdad Esfahbod -Date: Thu Nov 19 20:28:03 2009 -0500 +Date: Thu Nov 19 20:28:03 2009 -0500 Another C++ strictness fix @@ -46536,13 +49909,13 @@ Date: Thu Nov 19 20:28:03 2009 -0500 but hey, that's life. - src/hb-open-type-private.hh | 8 ++++---- + src/hb-open-type-private.hh | 8 ++++---- src/hb-ot-layout-common-private.hh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) commit 8b9b866d3e495c186f0530fcf4e00ffcdc170d3f Author: Behdad Esfahbod -Date: Thu Nov 19 20:27:57 2009 -0500 +Date: Thu Nov 19 20:27:57 2009 -0500 Fix warning @@ -46551,18 +49924,18 @@ Date: Thu Nov 19 20:27:57 2009 -0500 commit c65b26acf28bd1a5b346fd8f6f28bec1f7d17a2a Author: Behdad Esfahbod -Date: Wed Nov 18 11:27:33 2009 -0500 +Date: Wed Nov 18 11:27:33 2009 -0500 Use autoconf FLEXIBLE_ARRAY_MEMBER when available - configure.ac | 2 ++ + configure.ac | 2 ++ src/hb-ot-layout-gpos-private.hh | 4 ++-- - src/hb-private.h | 13 ++++++++++--- + src/hb-private.h | 13 ++++++++++--- 3 files changed, 14 insertions(+), 5 deletions(-) commit d33f674cb793af40f1612df3660b138383f2de95 Author: Behdad Esfahbod -Date: Wed Nov 18 09:47:44 2009 -0500 +Date: Wed Nov 18 09:47:44 2009 -0500 Add Mongolian variation selectors @@ -46571,7 +49944,7 @@ Date: Wed Nov 18 09:47:44 2009 -0500 commit d6387757de2c27867d6f57c4ee7c4ef436b3a74f Author: Behdad Esfahbod -Date: Wed Nov 11 17:15:03 2009 -0500 +Date: Wed Nov 11 17:15:03 2009 -0500 Fix sanitize @@ -46580,7 +49953,7 @@ Date: Wed Nov 11 17:15:03 2009 -0500 commit 636f017e387d46d4083c9f9ee57647a94dc5dc6d Author: Behdad Esfahbod -Date: Tue Nov 10 12:56:35 2009 -0500 +Date: Tue Nov 10 12:56:35 2009 -0500 Remove obsolete TODO item @@ -46589,7 +49962,7 @@ Date: Tue Nov 10 12:56:35 2009 -0500 commit bf2b25dd8591e92f3944c763641b613a70c379a7 Author: Behdad Esfahbod -Date: Fri Nov 6 19:52:47 2009 -0500 +Date: Fri Nov 6 19:52:47 2009 -0500 Remove done item @@ -46598,7 +49971,7 @@ Date: Fri Nov 6 19:52:47 2009 -0500 commit 4a8605315901e0ff1e6e09437a92dd5ac39164cc Author: Behdad Esfahbod -Date: Fri Nov 6 19:52:01 2009 -0500 +Date: Fri Nov 6 19:52:01 2009 -0500 Reverse buffer at the end if RTL @@ -46607,23 +49980,23 @@ Date: Fri Nov 6 19:52:01 2009 -0500 commit ff44f88df2c46920f3ec2384ef321a4c7bb0f6ef Author: Behdad Esfahbod -Date: Fri Nov 6 19:48:16 2009 -0500 +Date: Fri Nov 6 19:48:16 2009 -0500 Handle shaping in non-native direction src/hb-buffer-private.h | 1 + - src/hb-buffer.c | 42 +++++++++++++++++-- - src/hb-buffer.h | 10 ++--- - src/hb-common.h | 11 +++++ - src/hb-shape.c | 38 +++++++++++++++-- + src/hb-buffer.c | 42 +++++++++++++++++-- + src/hb-buffer.h | 10 ++--- + src/hb-common.h | 11 +++++ + src/hb-shape.c | 38 +++++++++++++++-- src/hb-unicode-private.h | 5 +++ - src/hb-unicode.c | 103 + src/hb-unicode.c | 103 +++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 196 insertions(+), 14 deletions(-) commit b4b4272c8d19ba3e0cb8f12b3b7d1590349e3d14 Author: Behdad Esfahbod -Date: Fri Nov 6 17:46:33 2009 -0500 +Date: Fri Nov 6 17:46:33 2009 -0500 Oops, wrong change @@ -46632,7 +50005,7 @@ Date: Fri Nov 6 17:46:33 2009 -0500 commit 52ea47767c7c35650ebddfba6ddc8203a3e33d3a Author: Behdad Esfahbod -Date: Fri Nov 6 17:45:38 2009 -0500 +Date: Fri Nov 6 17:45:38 2009 -0500 Change order of font and face for API consistency @@ -46642,7 +50015,7 @@ Date: Fri Nov 6 17:45:38 2009 -0500 commit f4f1fc970b3e37d9903cbf5e05bbd38be4df3047 Author: Behdad Esfahbod -Date: Fri Nov 6 17:42:38 2009 -0500 +Date: Fri Nov 6 17:42:38 2009 -0500 Remove debug info that crept in @@ -46651,7 +50024,7 @@ Date: Fri Nov 6 17:42:38 2009 -0500 commit aa196d6026b496ec70be3d3588cc8cd2b8ccdb36 Author: Behdad Esfahbod -Date: Fri Nov 6 17:23:31 2009 -0500 +Date: Fri Nov 6 17:23:31 2009 -0500 [GSUB] More ligature/component fixing @@ -46664,35 +50037,35 @@ Date: Fri Nov 6 17:23:31 2009 -0500 commit 25e7ef704633447f109b148620336c42d6fb310e Author: Behdad Esfahbod -Date: Fri Nov 6 17:21:01 2009 -0500 +Date: Fri Nov 6 17:21:01 2009 -0500 Add _hb_buffer_add_output_glyphs() that takes codepoint_t* - src/hb-buffer-private.h | 10 ++++++++- - src/hb-buffer.c | 45 + src/hb-buffer-private.h | 10 ++++++++- + src/hb-buffer.c | 45 ++++++++++++++++++++++++++++++++++++++-- src/hb-ot-layout-gsub-private.hh | 16 +++++++------- 3 files changed, 60 insertions(+), 11 deletions(-) commit 9db8ad75317d589807e7725455f49cafece58d5d Author: Behdad Esfahbod -Date: Fri Nov 6 16:47:31 2009 -0500 +Date: Fri Nov 6 16:47:31 2009 -0500 Add hb_ot_layout_position_finish() We expect buffer to be setup with default positions before GPOS. - src/hb-buffer-private.h | 6 +---- - src/hb-buffer.h | 11 +-------- + src/hb-buffer-private.h | 6 +---- + src/hb-buffer.h | 11 +-------- src/hb-ot-layout-gpos-private.hh | 8 +++---- - src/hb-ot-layout.cc | 52 + src/hb-ot-layout.cc | 52 ++++++++++++++++++++++++++++++++++++++++ - src/hb-ot-layout.h | 16 +++++++++---- + src/hb-ot-layout.h | 16 +++++++++---- 5 files changed, 69 insertions(+), 24 deletions(-) commit edb54e9aeca25f4120a69ed3d5562cbb68fdb348 Author: Behdad Esfahbod -Date: Fri Nov 6 15:19:22 2009 -0500 +Date: Fri Nov 6 15:19:22 2009 -0500 Fix FT_Face finalizer call @@ -46701,7 +50074,7 @@ Date: Fri Nov 6 15:19:22 2009 -0500 commit 3d14528b8b2e7da425a9df7057fc9fb326d8298c Author: Behdad Esfahbod -Date: Fri Nov 6 15:13:17 2009 -0500 +Date: Fri Nov 6 15:13:17 2009 -0500 Rename hb_buffer_get_len() to hb_buffer_get_length() @@ -46711,7 +50084,7 @@ Date: Fri Nov 6 15:13:17 2009 -0500 commit 1ff7775051559a8ca442be3938450c7ed3817806 Author: Behdad Esfahbod -Date: Fri Nov 6 13:52:57 2009 -0500 +Date: Fri Nov 6 13:52:57 2009 -0500 Minor. @@ -46720,7 +50093,7 @@ Date: Fri Nov 6 13:52:57 2009 -0500 commit 3648bdf5b221adfe01ad99714de420b49964921e Author: Behdad Esfahbod -Date: Thu Nov 5 20:17:53 2009 -0500 +Date: Thu Nov 5 20:17:53 2009 -0500 Fix FT_Face generic finalizer @@ -46729,7 +50102,7 @@ Date: Thu Nov 5 20:17:53 2009 -0500 commit 5a11c875d8c95d480e6f32b57e969ee34ca1940d Author: Behdad Esfahbod -Date: Thu Nov 5 20:08:17 2009 -0500 +Date: Thu Nov 5 20:08:17 2009 -0500 Cosmetic @@ -46738,7 +50111,7 @@ Date: Thu Nov 5 20:08:17 2009 -0500 commit 44533e773f75b9a1171d884fcbe91a2f3879e2d8 Author: Behdad Esfahbod -Date: Thu Nov 5 19:58:02 2009 -0500 +Date: Thu Nov 5 19:58:02 2009 -0500 Fix warning @@ -46747,7 +50120,7 @@ Date: Thu Nov 5 19:58:02 2009 -0500 commit bcc0406a525ca3fe597aec5f2a97e5c50965d49c Author: Behdad Esfahbod -Date: Thu Nov 5 19:54:23 2009 -0500 +Date: Thu Nov 5 19:54:23 2009 -0500 include errno.h @@ -46756,7 +50129,7 @@ Date: Thu Nov 5 19:54:23 2009 -0500 commit 799b3c375ad0e1293fd37a0e3a0d422a3166dcd8 Author: Behdad Esfahbod -Date: Thu Nov 5 19:37:58 2009 -0500 +Date: Thu Nov 5 19:37:58 2009 -0500 Add debugging to object lifecycle @@ -46765,7 +50138,7 @@ Date: Thu Nov 5 19:37:58 2009 -0500 commit 25edb940ab050545f47a06648e73c192fa213548 Author: Behdad Esfahbod -Date: Thu Nov 5 19:20:06 2009 -0500 +Date: Thu Nov 5 19:20:06 2009 -0500 Cosmetic @@ -46774,7 +50147,7 @@ Date: Thu Nov 5 19:20:06 2009 -0500 commit 850dc5bb551409bb9bf6113ec2199bb3fb905e43 Author: Behdad Esfahbod -Date: Thu Nov 5 18:26:52 2009 -0500 +Date: Thu Nov 5 18:26:52 2009 -0500 Return 0 from get_glyph_nil @@ -46783,7 +50156,7 @@ Date: Thu Nov 5 18:26:52 2009 -0500 commit 85555a953376ee68a8fcc64485e74d44a353577b Author: Behdad Esfahbod -Date: Thu Nov 5 18:25:56 2009 -0500 +Date: Thu Nov 5 18:25:56 2009 -0500 Initialize font->klass @@ -46792,7 +50165,7 @@ Date: Thu Nov 5 18:25:56 2009 -0500 commit bcd26bd7b1c96057bf154d7d50a61018d40f0d29 Author: Behdad Esfahbod -Date: Thu Nov 5 18:03:26 2009 -0500 +Date: Thu Nov 5 18:03:26 2009 -0500 Add TODO item @@ -46801,7 +50174,7 @@ Date: Thu Nov 5 18:03:26 2009 -0500 commit f4281e0a92a40746fa630fb15b877adaf3ff15b1 Author: Behdad Esfahbod -Date: Thu Nov 5 17:58:41 2009 -0500 +Date: Thu Nov 5 17:58:41 2009 -0500 Fix ref counting @@ -46810,17 +50183,17 @@ Date: Thu Nov 5 17:58:41 2009 -0500 commit 6358ff45ae8cfc0b58b4976619319e3dde43add2 Author: Behdad Esfahbod -Date: Thu Nov 5 17:39:16 2009 -0500 +Date: Thu Nov 5 17:39:16 2009 -0500 Add hb_ft_face_create_cached src/hb-ft.c | 16 ++++++++++++++++ - src/hb-ft.h | 3 +++ + src/hb-ft.h | 3 +++ 2 files changed, 19 insertions(+) commit 2027f74b286cabe3c60c275170c4f4b437a30f55 Author: Behdad Esfahbod -Date: Thu Nov 5 16:34:47 2009 -0500 +Date: Thu Nov 5 16:34:47 2009 -0500 Add default positioning to hb-shape @@ -46829,7 +50202,7 @@ Date: Thu Nov 5 16:34:47 2009 -0500 commit c3f9f7e59d865f8664862b7ca99d9a3a9221e456 Author: Behdad Esfahbod -Date: Thu Nov 5 16:16:14 2009 -0500 +Date: Thu Nov 5 16:16:14 2009 -0500 Fix MarkMark issue with ligid and components @@ -46839,45 +50212,45 @@ Date: Thu Nov 5 16:16:14 2009 -0500 commit d0351314cd29fbdf0efb5c7f89a569648f7a7fc7 Author: Behdad Esfahbod -Date: Thu Nov 5 16:16:06 2009 -0500 +Date: Thu Nov 5 16:16:06 2009 -0500 Include stdio.h if debugging - src/hb-blob.c | 4 ++++ - src/hb-open-type-private.hh | 1 + + src/hb-blob.c | 4 ++++ + src/hb-open-type-private.hh | 1 + src/hb-ot-layout-gsubgpos-private.hh | 1 + 3 files changed, 6 insertions(+) commit 2e336692913405976392bf505028481a5caa53b4 Author: Behdad Esfahbod -Date: Thu Nov 5 13:55:41 2009 -0500 +Date: Thu Nov 5 13:55:41 2009 -0500 Add hb_font_get_* src/hb-font.cc | 35 +++++++++++++++++++++++++++++++++++ - src/hb-font.h | 18 ++++++++++++++++++ + src/hb-font.h | 18 ++++++++++++++++++ src/hb-shape.c | 2 +- 3 files changed, 54 insertions(+), 1 deletion(-) commit 9bef3611f07b45ba8199a4a339c72f49d266216a Author: Behdad Esfahbod -Date: Thu Nov 5 12:20:11 2009 -0500 +Date: Thu Nov 5 12:20:11 2009 -0500 Rename [xy]_pos to [xy]_offset since we don't accumulate positions - src/hb-buffer-private.h | 4 ++-- - src/hb-buffer.h | 4 ++-- - src/hb-font.h | 4 ++-- - src/hb-ft.c | 10 +++++----- + src/hb-buffer-private.h | 4 ++-- + src/hb-buffer.h | 4 ++-- + src/hb-font.h | 4 ++-- + src/hb-ft.c | 10 +++++----- src/hb-ot-layout-gpos-private.hh | 40 ++++++++++++---------------------------- - src/hb-shape.c | 14 +++++++------- - src/hb-shape.h | 4 ++-- + src/hb-shape.c | 14 +++++++------- + src/hb-shape.h | 4 ++-- 7 files changed, 32 insertions(+), 48 deletions(-) commit 2daa47e9cdbfb027f76765301b3a78950e92eb09 Author: Behdad Esfahbod -Date: Thu Nov 5 12:08:34 2009 -0500 +Date: Thu Nov 5 12:08:34 2009 -0500 Cosmetic @@ -46886,48 +50259,48 @@ Date: Thu Nov 5 12:08:34 2009 -0500 commit 2f50d873680ce0a43b6ec79df1ac946b91f31e63 Author: Behdad Esfahbod -Date: Wed Nov 4 21:07:03 2009 -0500 +Date: Wed Nov 4 21:07:03 2009 -0500 Start filling hb_shape() in src/hb-buffer-private.h | 1 + - src/hb-shape.c | 40 +++++++++++++++++++++++++++++++++++++++- + src/hb-shape.c | 40 +++++++++++++++++++++++++++++++++++++++- 2 files changed, 40 insertions(+), 1 deletion(-) commit ae070b7d39d03bd8bc1244f687b24db505f4af3f Author: Behdad Esfahbod -Date: Wed Nov 4 20:29:54 2009 -0500 +Date: Wed Nov 4 20:29:54 2009 -0500 Add script and language to buffer - TODO | 1 - + TODO | 1 - src/hb-buffer-private.h | 6 +++--- - src/hb-buffer.c | 26 ++++++++++++++++++++++++++ - src/hb-buffer.h | 15 ++++++++++++++- + src/hb-buffer.c | 26 ++++++++++++++++++++++++++ + src/hb-buffer.h | 15 ++++++++++++++- 4 files changed, 43 insertions(+), 5 deletions(-) commit 8a3511ac6c795226699c2b36e03401ecdf88f5f8 Author: Behdad Esfahbod -Date: Wed Nov 4 19:45:39 2009 -0500 +Date: Wed Nov 4 19:45:39 2009 -0500 Add hb_language_t as well as language/script conversion to OT tags - src/Makefile.am | 4 + + src/Makefile.am | 4 + src/hb-language.c | 113 +++++++++ - src/hb-language.h | 44 ++++ - src/hb-ot-layout.cc | 6 +- - src/hb-ot-layout.h | 4 +- + src/hb-language.h | 44 ++++ + src/hb-ot-layout.cc | 6 +- + src/hb-ot-layout.h | 4 +- src/hb-ot-tag.c | 662 ++++++++++++++++++++++++++++++++++++++++++++++++++++ - src/hb-ot-tag.h | 49 ++++ - src/hb-ot.h | 1 + - src/hb-private.h | 3 + - src/hb.h | 1 + + src/hb-ot-tag.h | 49 ++++ + src/hb-ot.h | 1 + + src/hb-private.h | 3 + + src/hb.h | 1 + 10 files changed, 882 insertions(+), 5 deletions(-) commit 4591753ad4b5ec0224e3f1befdfe4fc5f6075562 Author: Behdad Esfahbod -Date: Wed Nov 4 18:15:59 2009 -0500 +Date: Wed Nov 4 18:15:59 2009 -0500 Define ARRAY_LENGTH @@ -46936,7 +50309,7 @@ Date: Wed Nov 4 18:15:59 2009 -0500 commit 214ac7c1ff51b397d227832526f882e824cb9ea3 Author: Behdad Esfahbod -Date: Wed Nov 4 18:12:32 2009 -0500 +Date: Wed Nov 4 18:12:32 2009 -0500 Another one @@ -46945,7 +50318,7 @@ Date: Wed Nov 4 18:12:32 2009 -0500 commit 1e91434569a9e9535ef021ca52b60b2e2af75d19 Author: Behdad Esfahbod -Date: Wed Nov 4 18:12:09 2009 -0500 +Date: Wed Nov 4 18:12:09 2009 -0500 Minor @@ -46954,18 +50327,18 @@ Date: Wed Nov 4 18:12:09 2009 -0500 commit 48de3730cdf91b9f6473509e22260a902ccec992 Author: Behdad Esfahbod -Date: Wed Nov 4 16:59:50 2009 -0500 +Date: Wed Nov 4 16:59:50 2009 -0500 Fix previous commit, ouch! - src/hb-open-type-private.hh | 12 ++++++++++++ + src/hb-open-type-private.hh | 12 ++++++++++++ src/hb-ot-layout-common-private.hh | 12 ++++-------- src/hb-ot-layout-gdef-private.hh | 12 ++++-------- 3 files changed, 20 insertions(+), 16 deletions(-) commit e21899bc3593aa0d3adf64cee21c5de2ea219783 Author: Behdad Esfahbod -Date: Wed Nov 4 16:36:14 2009 -0500 +Date: Wed Nov 4 16:36:14 2009 -0500 Fix array query API @@ -46974,32 +50347,32 @@ Date: Wed Nov 4 16:36:14 2009 -0500 - Return the total number of items - Take a start_offset, such that individual items can be fetched - The _count IN/OUT variable always has number of items written - into the array upon return of the function + into the array upon return of the function - TODO | 1 - + TODO | 1 - src/hb-ot-layout-common-private.hh | 59 ++++++++++++++----------- src/hb-ot-layout-gdef-private.hh | 84 +++++++++++++++++++++--------------- src/hb-ot-layout-gsubgpos-private.hh | 14 +++--- - src/hb-ot-layout.cc | 40 ++++++++++------- - src/hb-ot-layout.h | 24 +++++++---- + src/hb-ot-layout.cc | 40 ++++++++++------- + src/hb-ot-layout.h | 24 +++++++---- 6 files changed, 131 insertions(+), 91 deletions(-) commit 3b59306b858d31d97be0ea8c64461de1d0d03572 Author: Behdad Esfahbod -Date: Wed Nov 4 15:48:32 2009 -0500 +Date: Wed Nov 4 15:48:32 2009 -0500 Finish FT glue. Rough and untested src/hb-font.cc | 2 +- - src/hb-font.h | 2 +- - src/hb-ft.c | 114 + src/hb-font.h | 2 +- + src/hb-ft.c | 114 ++++++++++++++++++++++++++++++--------------------------- 3 files changed, 63 insertions(+), 55 deletions(-) commit f8be443aecd54b479470e6559b1dfbc8f33c5f55 Author: Behdad Esfahbod -Date: Tue Nov 3 20:28:27 2009 -0500 +Date: Tue Nov 3 20:28:27 2009 -0500 Add TODO item @@ -47008,55 +50381,55 @@ Date: Tue Nov 3 20:28:27 2009 -0500 commit 7951279b4a52b48f13631e7838dbc180c7249ea4 Author: Behdad Esfahbod -Date: Tue Nov 3 20:27:05 2009 -0500 +Date: Tue Nov 3 20:27:05 2009 -0500 Implement nil font functions - TODO | 1 + - src/hb-font-private.h | 8 ++--- - src/hb-font.cc | 72 + TODO | 1 + + src/hb-font-private.h | 8 ++--- + src/hb-font.cc | 72 +++++++++++++++++++++++++++++++++++++--- - src/hb-font.h | 9 +++-- + src/hb-font.h | 9 +++-- src/hb-ot-layout-gpos-private.hh | 7 ++-- src/hb-ot-layout-gsub-private.hh | 2 +- - src/hb-private.h | 18 +++++----- + src/hb-private.h | 18 +++++----- 7 files changed, 91 insertions(+), 26 deletions(-) commit 8fb3d1aa4e613cdf965a83bd650c668884c58ad8 Author: Behdad Esfahbod -Date: Tue Nov 3 18:34:20 2009 -0500 +Date: Tue Nov 3 18:34:20 2009 -0500 Start ft glue - TODO | 3 - + TODO | 3 - src/Makefile.am | 16 ++++- src/hb-font-private.h | 4 +- src/hb-font.cc | 17 ++++- - src/hb-font.h | 6 +- - src/hb-ft.c | 192 + src/hb-font.h | 6 +- + src/hb-ft.c | 192 ++++++++++++++++++++++++++++++++++++++++++++++++++ - src/hb-ft.h | 52 ++++++++++++++ - src/hb-glib.h | 2 - - src/hb-icu.h | 2 - - src/hb.h | 4 +- + src/hb-ft.h | 52 ++++++++++++++ + src/hb-glib.h | 2 - + src/hb-icu.h | 2 - + src/hb.h | 4 +- 10 files changed, 281 insertions(+), 17 deletions(-) commit d94647e2cd187bf4a4c8fb1c0c15c3d23c1293ac Author: Behdad Esfahbod -Date: Tue Nov 3 16:35:10 2009 -0500 +Date: Tue Nov 3 16:35:10 2009 -0500 Add ICU glue - configure.ac | 8 +- + configure.ac | 8 +- src/Makefile.am | 23 +++++- - src/hb-icu.c | 221 + src/hb-icu.c | 221 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - src/hb-icu.h | 41 +++++++++++ + src/hb-icu.h | 41 +++++++++++ 4 files changed, 288 insertions(+), 5 deletions(-) commit b7dd4b945b4ec384526439b365a25739bf9cd2df Author: Behdad Esfahbod -Date: Tue Nov 3 15:21:15 2009 -0500 +Date: Tue Nov 3 15:21:15 2009 -0500 Fix hb_be_uint16() @@ -47065,7 +50438,7 @@ Date: Tue Nov 3 15:21:15 2009 -0500 commit cd7555eef27cb18857c0c06d2afdaf3a354a3c15 Author: Behdad Esfahbod -Date: Tue Nov 3 15:16:10 2009 -0500 +Date: Tue Nov 3 15:16:10 2009 -0500 Namespace MSVC defines in public header @@ -47074,23 +50447,23 @@ Date: Tue Nov 3 15:16:10 2009 -0500 commit 5ebabecef382c3e8b0a2a5657b2c01f7ff37d796 Author: Behdad Esfahbod -Date: Tue Nov 3 15:15:07 2009 -0500 +Date: Tue Nov 3 15:15:07 2009 -0500 Move unicode_funcs to buffer - TODO | 1 - + TODO | 1 - src/hb-buffer-private.h | 12 +++++++++++- - src/hb-buffer.c | 47 + src/hb-buffer.c | 47 ++++++++++++++++++++++++++++++++++++++--------- - src/hb-buffer.h | 10 ++++++++++ - src/hb-font-private.h | 3 --- - src/hb-font.cc | 17 ----------------- - src/hb-font.h | 9 ++++----- + src/hb-buffer.h | 10 ++++++++++ + src/hb-font-private.h | 3 --- + src/hb-font.cc | 17 ----------------- + src/hb-font.h | 9 ++++----- 7 files changed, 63 insertions(+), 36 deletions(-) commit d5a8e46099e363d928b54de104126b1b34ba401c Author: Behdad Esfahbod -Date: Tue Nov 3 15:14:40 2009 -0500 +Date: Tue Nov 3 15:14:40 2009 -0500 [Makefile] Install hb-unicode.h @@ -47101,7 +50474,7 @@ Date: Tue Nov 3 15:14:40 2009 -0500 commit 63d7a41dd0704a7e89bd2872ad096f470f51866a Author: Behdad Esfahbod -Date: Tue Nov 3 15:14:08 2009 -0500 +Date: Tue Nov 3 15:14:08 2009 -0500 [TODO] Add item for fixing buffer error handling @@ -47110,18 +50483,18 @@ Date: Tue Nov 3 15:14:08 2009 -0500 commit 21d0fce3d5364c91e5582bd530210f03e054d1a4 Author: Behdad Esfahbod -Date: Tue Nov 3 14:28:32 2009 -0500 +Date: Tue Nov 3 14:28:32 2009 -0500 Add check for not linking to libstdc++ - TODO | 3 +-- - src/Makefile.am | 4 ++++ + TODO | 3 +-- + src/Makefile.am | 4 ++++ src/check-libstdc++.sh | 28 ++++++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 2 deletions(-) commit ca95ce460adf2ca6901595d4a6107fd000d90151 Author: Behdad Esfahbod -Date: Tue Nov 3 14:18:33 2009 -0500 +Date: Tue Nov 3 14:18:33 2009 -0500 Use the C linker, not C++ linker @@ -47132,7 +50505,7 @@ Date: Tue Nov 3 14:18:33 2009 -0500 commit eb4ebda2d10637b966f42a4ed5cfaec46082a050 Author: Behdad Esfahbod -Date: Tue Nov 3 14:09:32 2009 -0500 +Date: Tue Nov 3 14:09:32 2009 -0500 [configure] Fix check for FreeType @@ -47141,7 +50514,7 @@ Date: Tue Nov 3 14:09:32 2009 -0500 commit cb0e99a5a76136c128faba1c27d7e7eac2f219ee Author: Behdad Esfahbod -Date: Tue Nov 3 14:09:10 2009 -0500 +Date: Tue Nov 3 14:09:10 2009 -0500 [TODO] Remove obsolete item @@ -47150,7 +50523,7 @@ Date: Tue Nov 3 14:09:10 2009 -0500 commit 3a59ec37c5576b711c7c36dcfa2a63f6c00a3f5c Author: Behdad Esfahbod -Date: Tue Nov 3 11:36:06 2009 -0500 +Date: Tue Nov 3 11:36:06 2009 -0500 Add bunch of TODO items @@ -47159,7 +50532,7 @@ Date: Tue Nov 3 11:36:06 2009 -0500 commit ffbe0a853d5e7defa85d0eef53814c22d1ecb412 Author: Behdad Esfahbod -Date: Tue Nov 3 10:52:45 2009 -0500 +Date: Tue Nov 3 10:52:45 2009 -0500 More MSVC fixes from Jonathan Kew @@ -47169,7 +50542,7 @@ Date: Tue Nov 3 10:52:45 2009 -0500 commit d3480ba37fbb5d4be75b094060f5b2f1ce98fb53 Author: Behdad Esfahbod -Date: Tue Nov 3 10:47:29 2009 -0500 +Date: Tue Nov 3 10:47:29 2009 -0500 Don't use zero-sized arrays @@ -47177,20 +50550,20 @@ Date: Tue Nov 3 10:47:29 2009 -0500 the code a lot less elegant than it used to be, but I think it should work now. - src/hb-open-file-private.hh | 4 +- - src/hb-open-type-private.hh | 36 +++++++++++------ + src/hb-open-file-private.hh | 4 +- + src/hb-open-type-private.hh | 36 +++++++++++------ src/hb-ot-layout-common-private.hh | 33 ++++++++-------- src/hb-ot-layout-gdef-private.hh | 14 +++---- src/hb-ot-layout-gpos-private.hh | 76 ++++++++++++++---------------------- src/hb-ot-layout-gsub-private.hh | 44 ++++++++------------- src/hb-ot-layout-gsubgpos-private.hh | 47 +++++++++++----------- - src/hb-private.h | 5 +++ + src/hb-private.h | 5 +++ 8 files changed, 122 insertions(+), 137 deletions(-) commit 6bec81aa3a58b8be255568b2ea63b7854e1b0ea7 Author: Behdad Esfahbod -Date: Mon Nov 2 19:17:36 2009 -0500 +Date: Mon Nov 2 19:17:36 2009 -0500 Cosmetic @@ -47199,7 +50572,7 @@ Date: Mon Nov 2 19:17:36 2009 -0500 commit f94cf6b969281cf8a7f701ff26ea4f134ff9746e Author: Behdad Esfahbod -Date: Mon Nov 2 18:55:19 2009 -0500 +Date: Mon Nov 2 18:55:19 2009 -0500 Another try at build without glib @@ -47208,7 +50581,7 @@ Date: Mon Nov 2 18:55:19 2009 -0500 commit 2f3e69f3cb7e571cc62b0840d0b3f2072b29345a Author: Behdad Esfahbod -Date: Mon Nov 2 18:53:15 2009 -0500 +Date: Mon Nov 2 18:53:15 2009 -0500 Fix build without glib, again @@ -47217,7 +50590,7 @@ Date: Mon Nov 2 18:53:15 2009 -0500 commit d03f81865914b40e941bf680557c0d8f98e30ad5 Author: Behdad Esfahbod -Date: Mon Nov 2 18:52:21 2009 -0500 +Date: Mon Nov 2 18:52:21 2009 -0500 Disable configure cache @@ -47226,7 +50599,7 @@ Date: Mon Nov 2 18:52:21 2009 -0500 commit a6451aa626fa5850d7c3b716bd52126995154e27 Author: Behdad Esfahbod -Date: Mon Nov 2 18:35:12 2009 -0500 +Date: Mon Nov 2 18:35:12 2009 -0500 We don't really use gthread directly @@ -47235,17 +50608,17 @@ Date: Mon Nov 2 18:35:12 2009 -0500 commit 63a792a811e0ad69d05e8805d4f347bd533db4c3 Author: Behdad Esfahbod -Date: Mon Nov 2 18:33:52 2009 -0500 +Date: Mon Nov 2 18:33:52 2009 -0500 Update Makefile to build without glib src/Makefile.am | 12 +++++++++--- - src/hb-glib.c | 2 ++ + src/hb-glib.c | 2 ++ 2 files changed, 11 insertions(+), 3 deletions(-) commit 68a2c771e2b923461a552bf3673e9e8245e1bfea Author: Behdad Esfahbod -Date: Mon Nov 2 18:31:53 2009 -0500 +Date: Mon Nov 2 18:31:53 2009 -0500 Build without glib @@ -47258,7 +50631,7 @@ Date: Mon Nov 2 18:31:53 2009 -0500 commit cc4c096a7e08ae96b3030fe27f871ce5b797f370 Author: Behdad Esfahbod -Date: Mon Nov 2 18:13:17 2009 -0500 +Date: Mon Nov 2 18:13:17 2009 -0500 MSVC has no stdint.h @@ -47267,7 +50640,7 @@ Date: Mon Nov 2 18:13:17 2009 -0500 commit 9a204c7ab57ca0a866c72e1431c54a8883b15605 Author: Behdad Esfahbod -Date: Mon Nov 2 18:11:55 2009 -0500 +Date: Mon Nov 2 18:11:55 2009 -0500 Remove use of GINT16_FROM_BE @@ -47276,17 +50649,17 @@ Date: Mon Nov 2 18:11:55 2009 -0500 commit 1f0ceeb8cf2fad0a0dfd338ce1472470a81789d4 Author: Behdad Esfahbod -Date: Mon Nov 2 16:28:39 2009 -0500 +Date: Mon Nov 2 16:28:39 2009 -0500 Install library - autogen.sh | 2 +- + autogen.sh | 2 +- src/Makefile.am | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) commit 5932f8f7c3b73ade3752020351fa8b6a9a3bf500 Author: Behdad Esfahbod -Date: Mon Nov 2 16:38:41 2009 -0500 +Date: Mon Nov 2 16:38:41 2009 -0500 Generate ChangeLog @@ -47295,29 +50668,29 @@ Date: Mon Nov 2 16:38:41 2009 -0500 commit 29aa40018301a4f138cd5e73463079c7704bf3ac Author: Behdad Esfahbod -Date: Mon Nov 2 16:28:39 2009 -0500 +Date: Mon Nov 2 16:28:39 2009 -0500 Add build system - AUTHORS | 0 + AUTHORS | 0 src/COPYING => COPYING | 0 - Makefile.am | 3 + - NEWS | 0 - src/README => README | 0 - src/TODO => TODO | 0 - autogen.sh | 189 + Makefile.am | 3 + + NEWS | 0 + src/README => README | 0 + src/TODO => TODO | 0 + autogen.sh | 189 +++++++++++++++++++++++++++++++++++++++++++++++++ - configure.ac | 40 +++++++++++ - git.mk | 184 + configure.ac | 40 +++++++++++ + git.mk | 184 +++++++++++++++++++++++++++++++++++++++++++++++ - harfbuzz.pc.in | 11 +++ - src/.gitignore | 1 - - src/Makefile.ng | 11 --- + harfbuzz.pc.in | 11 +++ + src/.gitignore | 1 - + src/Makefile.ng | 11 --- 12 files changed, 427 insertions(+), 12 deletions(-) commit c09ed9801ead002d6f8e507ce664b83707b202e9 Author: Behdad Esfahbod -Date: Thu Oct 29 03:08:42 2009 -0400 +Date: Thu Oct 29 03:08:42 2009 -0400 [HB] Add glyph_metrics typedef @@ -47326,7 +50699,7 @@ Date: Thu Oct 29 03:08:42 2009 -0400 commit 91b1e03e0312be2a7a165308239b40449e3ab360 Author: Behdad Esfahbod -Date: Thu Oct 29 03:05:18 2009 -0400 +Date: Thu Oct 29 03:05:18 2009 -0400 [HB] Add point_index to get_contour_point() @@ -47337,19 +50710,19 @@ Date: Thu Oct 29 03:05:18 2009 -0400 commit aa87d951739f6beacb66daa235cd033fdcfcadd7 Author: Behdad Esfahbod -Date: Thu Oct 29 03:00:44 2009 -0400 +Date: Thu Oct 29 03:00:44 2009 -0400 [HB] Fix lookup_flag ignoring Reported by Keith Stribley on HarfBuzz list. src/hb-ot-layout-common-private.hh | 1 + - src/hb-ot-layout.cc | 2 +- + src/hb-ot-layout.cc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) commit 52e9a71d578c5171bbb0f4bfc1b70841c3270328 Author: Behdad Esfahbod -Date: Mon Sep 21 13:58:56 2009 -0400 +Date: Mon Sep 21 13:58:56 2009 -0400 [HB] Add comment @@ -47358,7 +50731,7 @@ Date: Mon Sep 21 13:58:56 2009 -0400 commit f9c0a2dad09cd168fb28cdee09b4303f307ea56d Author: Behdad Esfahbod -Date: Mon Sep 21 13:43:54 2009 -0400 +Date: Mon Sep 21 13:43:54 2009 -0400 [HB] Fix apply_lookup() loop @@ -47371,7 +50744,7 @@ Date: Mon Sep 21 13:43:54 2009 -0400 commit c0ab43c05833e8fc06d770a89370bec58a627e74 Author: Behdad Esfahbod -Date: Mon Sep 21 13:40:38 2009 -0400 +Date: Mon Sep 21 13:40:38 2009 -0400 [HB] Fix bug in chain_context_lookup() invocations @@ -47384,7 +50757,7 @@ Date: Mon Sep 21 13:40:38 2009 -0400 commit e6bd4e93bd5722249ab977dfa98bdc8eb765318c Author: Behdad Esfahbod -Date: Sun Aug 30 21:02:28 2009 -0400 +Date: Sun Aug 30 21:02:28 2009 -0400 [HB] Add TODO item @@ -47393,12 +50766,12 @@ Date: Sun Aug 30 21:02:28 2009 -0400 commit 3e2401f6c53d2b047954d75c37aef5e5e7cdc51a Author: Behdad Esfahbod -Date: Fri Aug 28 17:17:11 2009 -0400 +Date: Fri Aug 28 17:17:11 2009 -0400 [HB] Rename DEBUG to TRACE where appropriate - src/hb-open-file-private.hh | 8 ++-- - src/hb-open-type-private.hh | 50 ++++++++++---------- + src/hb-open-file-private.hh | 8 ++-- + src/hb-open-type-private.hh | 50 ++++++++++---------- src/hb-ot-layout-common-private.hh | 32 ++++++------- src/hb-ot-layout-gdef-private.hh | 20 ++++---- src/hb-ot-layout-gpos-private.hh | 92 @@ -47409,7 +50782,7 @@ Date: Fri Aug 28 17:17:11 2009 -0400 commit 0535b50f436f3dac85e6df1761957f86c2bd7213 Author: Behdad Esfahbod -Date: Fri Aug 28 17:14:33 2009 -0400 +Date: Fri Aug 28 17:14:33 2009 -0400 [HB] Add GSUB/GPOS tracing @@ -47421,17 +50794,17 @@ Date: Fri Aug 28 17:14:33 2009 -0400 commit 95e202403ffa543c817f45cca21fbc116eb8e807 Author: Behdad Esfahbod -Date: Fri Aug 28 16:31:20 2009 -0400 +Date: Fri Aug 28 16:31:20 2009 -0400 [HB] Allow enabling different debug facilities individually - src/hb-blob.c | 28 ++++++++++++++++------------ + src/hb-blob.c | 28 ++++++++++++++++------------ src/hb-open-type-private.hh | 32 ++++++++++++++++++-------------- 2 files changed, 34 insertions(+), 26 deletions(-) commit 37006bd1bd107ac1a1c1b131579e9c494ba3a20f Author: Behdad Esfahbod -Date: Fri Aug 28 09:46:14 2009 -0400 +Date: Fri Aug 28 09:46:14 2009 -0400 Fix stupid array growing bug @@ -47440,7 +50813,7 @@ Date: Fri Aug 28 09:46:14 2009 -0400 commit 9897749113f76dc26a83bfae8de62e55d384fcad Author: Behdad Esfahbod -Date: Thu Aug 27 01:32:17 2009 -0400 +Date: Thu Aug 27 01:32:17 2009 -0400 [HB] Simplify counting @@ -47449,7 +50822,7 @@ Date: Thu Aug 27 01:32:17 2009 -0400 commit 81a5c4df94e7c6066314d5fe75bbaf24483bc022 Author: Behdad Esfahbod -Date: Thu Aug 27 00:21:04 2009 -0400 +Date: Thu Aug 27 00:21:04 2009 -0400 [HB] Indent @@ -47458,7 +50831,7 @@ Date: Thu Aug 27 00:21:04 2009 -0400 commit c91facd83b5dc3b9aed75617c7c35585ff18889f Author: Behdad Esfahbod -Date: Wed Aug 26 18:53:43 2009 -0400 +Date: Wed Aug 26 18:53:43 2009 -0400 [HB] Bug 593231 - < c99 compiler dislikes ValueRecord @@ -47467,7 +50840,7 @@ Date: Wed Aug 26 18:53:43 2009 -0400 commit f0c7540c4e217a7354072365a7301453d1e25b80 Author: Behdad Esfahbod -Date: Thu Aug 20 14:01:37 2009 -0400 +Date: Thu Aug 20 14:01:37 2009 -0400 Bug 592484 - invalid write in HB @@ -47478,7 +50851,7 @@ Date: Thu Aug 20 14:01:37 2009 -0400 commit b614b004723ead60849dd37e7ba2faee67cebd93 Author: Behdad Esfahbod -Date: Thu Aug 20 13:07:50 2009 -0400 +Date: Thu Aug 20 13:07:50 2009 -0400 [HB][glib] Make glib unicode funcs static @@ -47487,7 +50860,7 @@ Date: Thu Aug 20 13:07:50 2009 -0400 commit 8b5346130425c7c101f6ff2432874ba2fd372edc Author: Behdad Esfahbod -Date: Wed Aug 19 18:16:50 2009 -0400 +Date: Wed Aug 19 18:16:50 2009 -0400 [HB] Fix more casts @@ -47496,7 +50869,7 @@ Date: Wed Aug 19 18:16:50 2009 -0400 commit 9d2e02db74deb3b3b92beab96f112cc387c8bd88 Author: Behdad Esfahbod -Date: Wed Aug 19 18:07:36 2009 -0400 +Date: Wed Aug 19 18:07:36 2009 -0400 [HB] Rename CAIRO_ in macro prefix to HB_ @@ -47507,7 +50880,7 @@ Date: Wed Aug 19 18:07:36 2009 -0400 commit 388ad037ff399c23c5e24bbcede27e0e35bed07e Author: Behdad Esfahbod -Date: Wed Aug 19 16:45:41 2009 -0400 +Date: Wed Aug 19 16:45:41 2009 -0400 [HB] Remove HB_MEMORY_MODE_READONLY_NEVER_DUPLICATE @@ -47525,18 +50898,18 @@ Date: Wed Aug 19 16:45:41 2009 -0400 commit 977eeb714454630bd045bb11f58ff6397f10b143 Author: Behdad Esfahbod -Date: Wed Aug 19 16:17:24 2009 -0400 +Date: Wed Aug 19 16:17:24 2009 -0400 [HB] s/writeable/writable/g - src/hb-blob.c | 38 +++++++++++++++++++------------------- - src/hb-blob.h | 10 +++++----- - src/hb-open-type-private.hh | 6 +++--- + src/hb-blob.c | 38 +++++++++++++++++++------------------- + src/hb-blob.h | 10 +++++----- + src/hb-open-type-private.hh | 6 +++--- 3 files changed, 27 insertions(+), 27 deletions(-) commit 2f5931e404cb56e31d24b2eb7ff0a849fb077b55 Author: Behdad Esfahbod -Date: Wed Aug 19 16:07:40 2009 -0400 +Date: Wed Aug 19 16:07:40 2009 -0400 [HB] Hide lig_id and component members of hb_glyph_info_t @@ -47545,7 +50918,7 @@ Date: Wed Aug 19 16:07:40 2009 -0400 commit 6b600dd6199104cff01b3fa43d2abb52ae4319ea Author: Behdad Esfahbod -Date: Wed Aug 19 14:45:24 2009 -0400 +Date: Wed Aug 19 14:45:24 2009 -0400 [HB] Fix typo @@ -47554,18 +50927,18 @@ Date: Wed Aug 19 14:45:24 2009 -0400 commit 32c65a5ca3bde673bf2aa8fca911dd32914d3122 Author: Behdad Esfahbod -Date: Tue Aug 18 18:37:36 2009 -0400 +Date: Tue Aug 18 18:37:36 2009 -0400 [HB] Add font funcs prototypes src/hb-font-private.h | 2 -- src/hb-font.cc | 14 ++++++-------- - src/hb-font.h | 23 ++++++++++++++++------- + src/hb-font.h | 23 ++++++++++++++++------- 3 files changed, 22 insertions(+), 17 deletions(-) commit 8f034d5849627ee95a5889fa34c9ba294fff13ca Author: Behdad Esfahbod -Date: Tue Aug 18 16:41:59 2009 -0400 +Date: Tue Aug 18 16:41:59 2009 -0400 Fix a few other pedantic warnings @@ -47577,18 +50950,18 @@ Date: Tue Aug 18 16:41:59 2009 -0400 commit 864e2560b627f1e73be3b0635e02f00844cb67c3 Author: Behdad Esfahbod -Date: Tue Aug 18 16:38:48 2009 -0400 +Date: Tue Aug 18 16:38:48 2009 -0400 [HB] Fix pedantic warnings - src/hb-blob.h | 2 +- + src/hb-blob.h | 2 +- src/hb-buffer-private.h | 18 +++++++++--------- - src/hb-buffer.h | 6 +++--- + src/hb-buffer.h | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) commit 3e09722214d9bbcc9014409342072c79d0c4447f Author: Behdad Esfahbod -Date: Tue Aug 18 16:32:31 2009 -0400 +Date: Tue Aug 18 16:32:31 2009 -0400 [HB] Fix more wrong method signatures @@ -47597,7 +50970,7 @@ Date: Tue Aug 18 16:32:31 2009 -0400 commit 822e99fe9ae920df41a0bd3f1125495c2ea96b45 Author: Behdad Esfahbod -Date: Tue Aug 18 16:27:48 2009 -0400 +Date: Tue Aug 18 16:27:48 2009 -0400 [HB] Fix wrong method signature @@ -47606,7 +50979,7 @@ Date: Tue Aug 18 16:27:48 2009 -0400 commit 4ff2a58952f010c6252f06e5f404d6840d257250 Author: Behdad Esfahbod -Date: Tue Aug 18 15:49:23 2009 -0400 +Date: Tue Aug 18 15:49:23 2009 -0400 Bug 592194 - Fix missing _SC_PAGE_SIZE macro @@ -47618,7 +50991,7 @@ Date: Tue Aug 18 15:49:23 2009 -0400 commit 3c69bd46e27069fac0bfdefdecf5492c17eb01df Author: Behdad Esfahbod -Date: Mon Aug 17 16:48:13 2009 -0400 +Date: Mon Aug 17 16:48:13 2009 -0400 [HB] Avoid int overflow in GPOS @@ -47626,12 +50999,12 @@ Date: Mon Aug 17 16:48:13 2009 -0400 characters src/hb-ot-layout-gpos-private.hh | 20 ++++++++++---------- - src/hb-private.h | 3 +++ + src/hb-private.h | 3 +++ 2 files changed, 13 insertions(+), 10 deletions(-) commit b2b18ef43c5bac6a5bb8412da7c9a37f815d4deb Author: Behdad Esfahbod -Date: Fri Aug 14 19:37:18 2009 -0400 +Date: Fri Aug 14 19:37:18 2009 -0400 [HB] Simplify loop @@ -47640,7 +51013,7 @@ Date: Fri Aug 14 19:37:18 2009 -0400 commit b41f210d12d8df48e645823463343f7e14b0ddd0 Author: Behdad Esfahbod -Date: Fri Aug 14 19:33:24 2009 -0400 +Date: Fri Aug 14 19:33:24 2009 -0400 [HB] Merge mark positionin code between three types of lookups @@ -47650,31 +51023,31 @@ Date: Fri Aug 14 19:33:24 2009 -0400 commit cd33cb9ed84308da72bd7c64b9355dc2410c63ec Author: Behdad Esfahbod -Date: Fri Aug 14 18:42:42 2009 -0400 +Date: Fri Aug 14 18:42:42 2009 -0400 [HB] More minor shuffling - src/hb-open-type-private.hh | 3 --- + src/hb-open-type-private.hh | 3 --- src/hb-ot-layout-common-private.hh | 5 +++++ 2 files changed, 5 insertions(+), 3 deletions(-) commit 80e2aa2e1bfa2c8ecedcfa4cce8cadeb15792ac3 Author: Behdad Esfahbod -Date: Fri Aug 14 18:40:56 2009 -0400 +Date: Fri Aug 14 18:40:56 2009 -0400 [HB] Move code around - src/hb-open-type-private.hh | 21 +++++++++++++++++++++ + src/hb-open-type-private.hh | 21 +++++++++++++++++++++ src/hb-ot-layout-common-private.hh | 19 ------------------- 2 files changed, 21 insertions(+), 19 deletions(-) commit 3564ee5216004d45d30b0ded61184cf8dde5dd89 Author: Behdad Esfahbod -Date: Fri Aug 14 18:32:56 2009 -0400 +Date: Fri Aug 14 18:32:56 2009 -0400 [HB] Correctly sanitize LigatureAttach - src/hb-open-type-private.hh | 14 ++++++++++---- + src/hb-open-type-private.hh | 14 ++++++++++---- src/hb-ot-layout-common-private.hh | 4 ++++ src/hb-ot-layout-gdef-private.hh | 4 ++-- src/hb-ot-layout-gpos-private.hh | 6 +++--- @@ -47682,7 +51055,7 @@ Date: Fri Aug 14 18:32:56 2009 -0400 commit cb71a2fb76c6ddee050f775eb299ee44230c3ac9 Author: Behdad Esfahbod -Date: Fri Aug 14 18:14:03 2009 -0400 +Date: Fri Aug 14 18:14:03 2009 -0400 [HB] Simplify MarkBase and MarkLig too @@ -47692,7 +51065,7 @@ Date: Fri Aug 14 18:14:03 2009 -0400 commit dfa54f4440960c39d37ef02fff4c0d9eb315d4b4 Author: Behdad Esfahbod -Date: Fri Aug 14 17:53:31 2009 -0400 +Date: Fri Aug 14 17:53:31 2009 -0400 [HB] Simplify MarkMark @@ -47701,18 +51074,18 @@ Date: Fri Aug 14 17:53:31 2009 -0400 commit 815a73e4202ca17677f12e862b70ca8724cf2f57 Author: Behdad Esfahbod -Date: Fri Aug 14 17:31:16 2009 -0400 +Date: Fri Aug 14 17:31:16 2009 -0400 [HB] Fix possible int overflows during sanitize - src/TODO | 1 - - src/hb-open-type-private.hh | 22 ++++++++++++++++++++++ + src/TODO | 1 - + src/hb-open-type-private.hh | 22 ++++++++++++++++++++++ src/hb-ot-layout-gpos-private.hh | 15 ++++++++------- 3 files changed, 30 insertions(+), 8 deletions(-) commit ae728e51e94d18d731b7c8dc524da1a4f427d63b Author: Behdad Esfahbod -Date: Fri Aug 14 16:41:00 2009 -0400 +Date: Fri Aug 14 16:41:00 2009 -0400 [HB] Debug output for SANITIZE_MEM() @@ -47721,7 +51094,7 @@ Date: Fri Aug 14 16:41:00 2009 -0400 commit 41895506cb6a41b1a833866f8822261ea449ea0b Author: Behdad Esfahbod -Date: Fri Aug 14 16:25:33 2009 -0400 +Date: Fri Aug 14 16:25:33 2009 -0400 [HB] Use inline function for SANITIZE_MEM() @@ -47730,7 +51103,7 @@ Date: Fri Aug 14 16:25:33 2009 -0400 commit 95528131b5ab9fc9e265ace715832135ebd457a4 Author: Behdad Esfahbod -Date: Fri Aug 14 16:17:32 2009 -0400 +Date: Fri Aug 14 16:17:32 2009 -0400 [HB] Use SANITIZE_THIS() when applicable @@ -47739,17 +51112,17 @@ Date: Fri Aug 14 16:17:32 2009 -0400 commit 5769538abfe153c503da4801649493e57a9854c2 Author: Behdad Esfahbod -Date: Fri Aug 14 16:12:22 2009 -0400 +Date: Fri Aug 14 16:12:22 2009 -0400 [HB] Add note about auditing sanitize code for overflows - src/TODO | 1 + + src/TODO | 1 + src/hb-ot-layout-gpos-private.hh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) commit 15232e26f4a89dab1b6de35ad9d3d16e75bf93d0 Author: Behdad Esfahbod -Date: Thu Aug 13 17:13:25 2009 -0400 +Date: Thu Aug 13 17:13:25 2009 -0400 [HB] Add empty hb_shape() API @@ -47761,7 +51134,7 @@ Date: Thu Aug 13 17:13:25 2009 -0400 commit 2866d2974b6768e93cc7d473d14c5a8abae5f7fd Author: Behdad Esfahbod -Date: Thu Aug 13 11:47:08 2009 -0400 +Date: Thu Aug 13 11:47:08 2009 -0400 [HB] Bitfield packing *is* very delicate @@ -47772,7 +51145,7 @@ Date: Thu Aug 13 11:47:08 2009 -0400 commit ec90ee23b29aab187c3fa209970aa97434c84b1b Author: Behdad Esfahbod -Date: Thu Aug 13 05:25:23 2009 -0400 +Date: Thu Aug 13 05:25:23 2009 -0400 Bug 591511 – hh-blob.c does not compile using mingw on windows @@ -47783,7 +51156,7 @@ Date: Thu Aug 13 05:25:23 2009 -0400 commit 12eae6d55d468ff2fbe2bc12bec188d313c671f9 Author: Behdad Esfahbod -Date: Thu Aug 13 05:20:46 2009 -0400 +Date: Thu Aug 13 05:20:46 2009 -0400 [HB] Fix buffer sizing issue with mingw gcc @@ -47796,7 +51169,7 @@ Date: Thu Aug 13 05:20:46 2009 -0400 commit 6936706cd77f96961a1239d0c9dc8ede64d7f06d Author: Behdad Esfahbod -Date: Wed Aug 12 19:45:50 2009 -0400 +Date: Wed Aug 12 19:45:50 2009 -0400 Bug 591413 – needs to link with libstdc++ @@ -47807,7 +51180,7 @@ Date: Wed Aug 12 19:45:50 2009 -0400 commit c486ea9c3582710474c1085c21c1dc5e2700adc3 Author: Behdad Esfahbod -Date: Wed Aug 12 19:36:29 2009 -0400 +Date: Wed Aug 12 19:36:29 2009 -0400 Bug 591511 – hb-blob.c does not compile using mingw on windows @@ -47819,7 +51192,7 @@ Date: Wed Aug 12 19:36:29 2009 -0400 commit a579584594f1ca4781f1c5b92ad78513c0b37480 Author: Behdad Esfahbod -Date: Wed Aug 12 19:23:16 2009 -0400 +Date: Wed Aug 12 19:23:16 2009 -0400 [HB] Add comment @@ -47828,7 +51201,7 @@ Date: Wed Aug 12 19:23:16 2009 -0400 commit b6e66ee102eb5b64d945e5a73ab63fe8cac5edcb Author: Behdad Esfahbod -Date: Wed Aug 12 16:50:28 2009 -0400 +Date: Wed Aug 12 16:50:28 2009 -0400 [HB] Always clear positions if dirty, before returning to user @@ -47837,7 +51210,7 @@ Date: Wed Aug 12 16:50:28 2009 -0400 commit e4679d9fae43f3219c476c5b9e411d1f5d0d5bae Author: Behdad Esfahbod -Date: Wed Aug 12 16:47:27 2009 -0400 +Date: Wed Aug 12 16:47:27 2009 -0400 [HB] Fix _hb_buffer_next() when positioning @@ -47846,12 +51219,12 @@ Date: Wed Aug 12 16:47:27 2009 -0400 assumption. src/hb-buffer-private.h | 1 + - src/hb-buffer.c | 12 ++++++++++++ + src/hb-buffer.c | 12 ++++++++++++ 2 files changed, 13 insertions(+) commit 5ccf1ba339d6ffb4469f1c4f20d8d8d00012c857 Author: Behdad Esfahbod -Date: Wed Aug 12 15:55:23 2009 -0400 +Date: Wed Aug 12 15:55:23 2009 -0400 [HB] Fixed signedness warnings @@ -47860,16 +51233,16 @@ Date: Wed Aug 12 15:55:23 2009 -0400 commit f71329147bd3087588cfeafd6feff45f29d1ca7a Author: Behdad Esfahbod -Date: Wed Aug 12 15:48:44 2009 -0400 +Date: Wed Aug 12 15:48:44 2009 -0400 - [HB] Ouch. Fix compilation. + [HB] Ouch. Fix compilation. src/hb-ot-layout-gpos-private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0532ed160c678b5404b20594fd2ca9a640bf6a0a Author: Behdad Esfahbod -Date: Wed Aug 12 15:40:04 2009 -0400 +Date: Wed Aug 12 15:40:04 2009 -0400 [HB] Fix invalid access / overflow on x86-64 @@ -47882,18 +51255,18 @@ Date: Wed Aug 12 15:40:04 2009 -0400 commit 8d70312c7b899131c3aafa7a43527ef3ced33bfe Author: Behdad Esfahbod -Date: Mon Aug 10 23:50:51 2009 -0400 +Date: Mon Aug 10 23:50:51 2009 -0400 [HB] Add hb_font_funcs_make_immutable() src/hb-font-private.h | 4 ++++ src/hb-font.cc | 17 +++++++++++++++-- - src/hb-font.h | 3 +++ + src/hb-font.h | 3 +++ 3 files changed, 22 insertions(+), 2 deletions(-) commit 3284d05da27c338d94f0da99df66d924cd9d6717 Author: Behdad Esfahbod -Date: Mon Aug 10 23:45:57 2009 -0400 +Date: Mon Aug 10 23:45:57 2009 -0400 [HB] Add missing initializer @@ -47902,57 +51275,57 @@ Date: Mon Aug 10 23:45:57 2009 -0400 commit 081819ea8b98c0a4b4dffe8d4aca3512f9798719 Author: Behdad Esfahbod -Date: Mon Aug 10 23:40:28 2009 -0400 +Date: Mon Aug 10 23:40:28 2009 -0400 [OT] Hookup glib unicode funcs src/hb-buffer.c | 14 +++++++------- - src/hb-glib.c | 4 +++- - src/hb-glib.h | 4 ++-- + src/hb-glib.c | 4 +++- + src/hb-glib.h | 4 ++-- src/hb-ot-layout.cc | 10 +++++----- - src/hb-private.h | 2 +- + src/hb-private.h | 2 +- 5 files changed, 18 insertions(+), 16 deletions(-) commit 49f261df2aa753e8b09e97f7835e6a827f92970a Author: Behdad Esfahbod -Date: Mon Aug 10 23:35:05 2009 -0400 +Date: Mon Aug 10 23:35:05 2009 -0400 [HB] Add hb-glib - src/Makefile.am | 4 +++- - src/hb-glib.c | 56 + src/Makefile.am | 4 +++- + src/hb-glib.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ - src/hb-glib.h | 41 +++++++++++++++++++++++++++++++++++ + src/hb-glib.h | 41 +++++++++++++++++++++++++++++++++++ src/hb-unicode-private.h | 2 +- - src/hb-unicode.c | 10 ++++----- - src/hb-unicode.h | 6 +++--- + src/hb-unicode.c | 10 ++++----- + src/hb-unicode.h | 6 +++--- 6 files changed, 109 insertions(+), 10 deletions(-) commit eb27ec0cef0d92740875ab5035b53acc639e5fae Author: Behdad Esfahbod -Date: Mon Aug 10 23:25:28 2009 -0400 +Date: Mon Aug 10 23:25:28 2009 -0400 [HB] Add hb_unicode_funcs_make_immutable() src/hb-unicode-private.h | 2 ++ - src/hb-unicode.c | 22 +++++++++++++++++----- - src/hb-unicode.h | 2 ++ + src/hb-unicode.c | 22 +++++++++++++++++----- + src/hb-unicode.h | 2 ++ 3 files changed, 21 insertions(+), 5 deletions(-) commit af9e104028b7cdc1fbba0eb1d86cfa4d5258657f Author: Behdad Esfahbod -Date: Mon Aug 10 23:21:33 2009 -0400 +Date: Mon Aug 10 23:21:33 2009 -0400 [HB] Use nil unicode funcs in nil face - src/hb-font.cc | 7 ++++--- + src/hb-font.cc | 7 ++++--- src/hb-unicode-private.h | 3 +++ - src/hb-unicode.c | 2 +- + src/hb-unicode.c | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) commit 48910f8f0034c54b4e11cef3d08aa40e52c06b28 Author: Behdad Esfahbod -Date: Mon Aug 10 23:05:05 2009 -0400 +Date: Mon Aug 10 23:05:05 2009 -0400 [HB] Initialize unicode funcs to nil getters @@ -47961,20 +51334,20 @@ Date: Mon Aug 10 23:05:05 2009 -0400 commit 04cc0a29ee1472c318c36efcd19b9c1a6657d9ea Author: Behdad Esfahbod -Date: Mon Aug 10 22:58:56 2009 -0400 +Date: Mon Aug 10 22:58:56 2009 -0400 [HB] Flesh out Unicode funcs src/hb-object-private.h | 2 +- src/hb-unicode-private.h | 12 ++++----- - src/hb-unicode.c | 67 + src/hb-unicode.c | 67 ++++++++++++++++++++++++++++++++++++++++++------ - src/hb-unicode.h | 3 --- + src/hb-unicode.h | 3 --- 4 files changed, 65 insertions(+), 19 deletions(-) commit 299f08961ffcea27e8def4f0743d0c86ef8dadf1 Author: Behdad Esfahbod -Date: Mon Aug 10 22:47:57 2009 -0400 +Date: Mon Aug 10 22:47:57 2009 -0400 [HB] Implement buffer UTF-X input @@ -47985,7 +51358,7 @@ Date: Mon Aug 10 22:47:57 2009 -0400 commit 1b7b97f28ac192006ca5b6d1cc9fbc80fa2bdb55 Author: Behdad Esfahbod -Date: Mon Aug 10 21:10:37 2009 -0400 +Date: Mon Aug 10 21:10:37 2009 -0400 [HB] Add buffer UTF-X API @@ -47994,7 +51367,7 @@ Date: Mon Aug 10 21:10:37 2009 -0400 commit fbaf8ffa098bd2b6fb4f4bc2d04b360a319c4af5 Author: Behdad Esfahbod -Date: Mon Aug 10 20:59:25 2009 -0400 +Date: Mon Aug 10 20:59:25 2009 -0400 [HB] Add hb_buffer_reverse() @@ -48004,40 +51377,40 @@ Date: Mon Aug 10 20:59:25 2009 -0400 commit cbe5a4e08e6c2ccfdf98e630d48ec9da69374516 Author: Behdad Esfahbod -Date: Mon Aug 10 20:24:49 2009 -0400 +Date: Mon Aug 10 20:24:49 2009 -0400 [HB] Reuse the positions array as alt string array src/hb-buffer-private.h | 1 - - src/hb-buffer.c | 28 +++++++++------------------- + src/hb-buffer.c | 28 +++++++++------------------- 2 files changed, 9 insertions(+), 20 deletions(-) commit 5c44188455ca1b696aa24b20c3a83877dfae2fb2 Author: Behdad Esfahbod -Date: Mon Aug 10 20:05:16 2009 -0400 +Date: Mon Aug 10 20:05:16 2009 -0400 [HB] Start adding Unicode funcs - src/Makefile.am | 3 + - src/hb-font-private.h | 29 ++----- - src/hb-font.cc | 163 ++++++++++------------------------- - src/hb-font.h | 140 ++++++++++-------------------- + src/Makefile.am | 3 + + src/hb-font-private.h | 29 ++----- + src/hb-font.cc | 163 ++++++++++------------------------- + src/hb-font.h | 140 ++++++++++-------------------- src/hb-unicode-private.h | 54 ++++++++++++ - src/hb-unicode.c | 89 +++++++++++++++++++ - src/hb-unicode.h | 220 + src/hb-unicode.c | 89 +++++++++++++++++++ + src/hb-unicode.h | 220 +++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 463 insertions(+), 235 deletions(-) commit 20b035dad41247076815a2bbb0346d63058b322f Author: Behdad Esfahbod -Date: Mon Aug 10 19:00:36 2009 -0400 +Date: Mon Aug 10 19:00:36 2009 -0400 [HB] Put C++ inline's back Apparetly in C++, inline means a totally different thing. - src/hb-open-file-private.hh | 14 +++++++------- - src/hb-open-type-private.hh | 16 ++++++++-------- + src/hb-open-file-private.hh | 14 +++++++------- + src/hb-open-type-private.hh | 16 ++++++++-------- src/hb-ot-layout-common-private.hh | 12 ++++++------ src/hb-ot-layout-gdef-private.hh | 4 ++-- src/hb-ot-layout-gpos-private.hh | 12 ++++++------ @@ -48047,7 +51420,7 @@ Date: Mon Aug 10 19:00:36 2009 -0400 commit a62f776d8e7e3e57d28ee71b34abab0a5b8471eb Author: Behdad Esfahbod -Date: Mon Aug 10 13:57:02 2009 -0400 +Date: Mon Aug 10 13:57:02 2009 -0400 [HB] Don't override CXX compiler @@ -48058,7 +51431,7 @@ Date: Mon Aug 10 13:57:02 2009 -0400 commit 6bdab706ecb41c1305e85d041a586e86c54d0ab7 Author: Behdad Esfahbod -Date: Mon Aug 10 09:35:11 2009 -0400 +Date: Mon Aug 10 09:35:11 2009 -0400 [HB] Indent @@ -48067,7 +51440,7 @@ Date: Mon Aug 10 09:35:11 2009 -0400 commit 797724904a3ab294f8390d4ff80c299d8213a5c6 Author: Behdad Esfahbod -Date: Sun Aug 9 22:25:17 2009 -0400 +Date: Sun Aug 9 22:25:17 2009 -0400 [HB] Remove unused code @@ -48076,11 +51449,11 @@ Date: Sun Aug 9 22:25:17 2009 -0400 commit 284899ccbe79fda7405ab09d3092fc25fd89e810 Author: Behdad Esfahbod -Date: Sun Aug 9 22:10:39 2009 -0400 +Date: Sun Aug 9 22:10:39 2009 -0400 [HB] Add a NEXT() macro - src/hb-open-type-private.hh | 2 ++ + src/hb-open-type-private.hh | 2 ++ src/hb-ot-layout-common-private.hh | 4 ++-- src/hb-ot-layout-gsub-private.hh | 8 ++++---- src/hb-ot-layout-gsubgpos-private.hh | 24 ++++++++++++------------ @@ -48088,7 +51461,7 @@ Date: Sun Aug 9 22:10:39 2009 -0400 commit 918572fc870dfd7596155ce700247a5bb024fb1a Author: Behdad Esfahbod -Date: Sun Aug 9 18:31:47 2009 -0400 +Date: Sun Aug 9 18:31:47 2009 -0400 [HB] Remove done TODO item @@ -48097,7 +51470,7 @@ Date: Sun Aug 9 18:31:47 2009 -0400 commit 67cb8111f209de26b3afa46e9fb7e4d01c9ecad4 Author: Behdad Esfahbod -Date: Sun Aug 9 13:05:08 2009 -0400 +Date: Sun Aug 9 13:05:08 2009 -0400 [HB] Print mark sets in main.cc @@ -48106,7 +51479,7 @@ Date: Sun Aug 9 13:05:08 2009 -0400 commit 17878255fa88e76cd503461fc1ade2ed365cebd2 Author: Behdad Esfahbod -Date: Sat Aug 8 16:57:27 2009 -0400 +Date: Sat Aug 8 16:57:27 2009 -0400 [HB] Remove hb_ot_layout_table_find_feature() @@ -48115,29 +51488,29 @@ Date: Sat Aug 8 16:57:27 2009 -0400 have the same tag. src/hb-ot-layout.cc | 16 ---------------- - src/hb-ot-layout.h | 6 ------ + src/hb-ot-layout.h | 6 ------ 2 files changed, 22 deletions(-) commit 468769b8f5332940278244e744ec2bd5a5dc5ee9 Author: Behdad Esfahbod -Date: Sat Aug 8 16:53:23 2009 -0400 +Date: Sat Aug 8 16:53:23 2009 -0400 [HB] Rename hb_ot_layout_feature_mask_t to hb_mask_t - src/TODO | 1 - - src/hb-buffer-private.h | 4 ++-- - src/hb-buffer.c | 12 ++++++------ - src/hb-buffer.h | 4 ++-- - src/hb-common.h | 1 + + src/TODO | 1 - + src/hb-buffer-private.h | 4 ++-- + src/hb-buffer.c | 12 ++++++------ + src/hb-buffer.h | 4 ++-- + src/hb-common.h | 1 + src/hb-ot-layout-gpos-private.hh | 12 ++++++------ src/hb-ot-layout-gsub-private.hh | 14 +++++++------- - src/hb-ot-layout.cc | 18 +++++++++--------- - src/hb-ot-layout.h | 34 +++++++++------------------------- + src/hb-ot-layout.cc | 18 +++++++++--------- + src/hb-ot-layout.h | 34 +++++++++------------------------- 9 files changed, 42 insertions(+), 58 deletions(-) commit 7f96b39a9d5a81ba77e0c3dea8fe2cdb9957c4c7 Author: Behdad Esfahbod -Date: Sat Aug 8 16:37:22 2009 -0400 +Date: Sat Aug 8 16:37:22 2009 -0400 [HB] Fix bug introduced recently @@ -48146,33 +51519,33 @@ Date: Sat Aug 8 16:37:22 2009 -0400 commit bff3c0fde5da04a70d1f7aeeb9fa2a75fe5c07f6 Author: Behdad Esfahbod -Date: Fri Aug 7 19:46:30 2009 -0400 +Date: Fri Aug 7 19:46:30 2009 -0400 [HB] Remove clumsy macros and improve API - src/TODO | 2 - - src/hb-open-file-private.hh | 41 ++++++++-- - src/hb-open-type-private.hh | 104 +------------------------ + src/TODO | 2 - + src/hb-open-file-private.hh | 41 ++++++++-- + src/hb-open-type-private.hh | 104 +------------------------ src/hb-ot-layout-common-private.hh | 103 ++++++++++++++++++------ src/hb-ot-layout-gsubgpos-private.hh | 35 +++++++-- - src/hb-ot-layout.cc | 146 + src/hb-ot-layout.cc | 146 ++++++++++++----------------------- - src/hb-ot-layout.h | 101 ++++++++++-------------- + src/hb-ot-layout.h | 101 ++++++++++-------------- 7 files changed, 240 insertions(+), 292 deletions(-) commit d0b657379bbe63602953412d6bc944b2a0f430eb Author: Behdad Esfahbod -Date: Thu Aug 6 18:34:47 2009 -0400 +Date: Thu Aug 6 18:34:47 2009 -0400 [HB] Fix various XXX issues - src/hb-open-type-private.hh | 13 ++++++++++--- + src/hb-open-type-private.hh | 13 ++++++++++--- src/hb-ot-layout-gdef-private.hh | 5 ++--- 2 files changed, 12 insertions(+), 6 deletions(-) commit 82199868fb036b63799af761762225d45d36f575 Author: Behdad Esfahbod -Date: Thu Aug 6 18:28:45 2009 -0400 +Date: Thu Aug 6 18:28:45 2009 -0400 [HB] Remove unused var @@ -48181,7 +51554,7 @@ Date: Thu Aug 6 18:28:45 2009 -0400 commit 07e69226cbd4167741fd868a3125487bbabb99dc Author: Behdad Esfahbod -Date: Thu Aug 6 18:28:00 2009 -0400 +Date: Thu Aug 6 18:28:00 2009 -0400 [HB] Remove another stale XXX @@ -48190,7 +51563,7 @@ Date: Thu Aug 6 18:28:00 2009 -0400 commit e605c367c5627e7ab05af9cb59247a89290e598a Author: Behdad Esfahbod -Date: Thu Aug 6 18:27:28 2009 -0400 +Date: Thu Aug 6 18:27:28 2009 -0400 [HB] Rebrand XXX as TODO @@ -48199,7 +51572,7 @@ Date: Thu Aug 6 18:27:28 2009 -0400 commit c5a13048e21fcfcfd3b74f800e8d521e6245b451 Author: Behdad Esfahbod -Date: Thu Aug 6 18:26:38 2009 -0400 +Date: Thu Aug 6 18:26:38 2009 -0400 [HB] Remove stale XXX @@ -48208,53 +51581,53 @@ Date: Thu Aug 6 18:26:38 2009 -0400 commit 9e826ea2832f0444bcef9075b445d481a58a09c2 Author: Behdad Esfahbod -Date: Thu Aug 6 18:24:55 2009 -0400 +Date: Thu Aug 6 18:24:55 2009 -0400 [HB] Fix unaligned access src/hb-open-type-private.hh | 20 +++++++++++++++++--- - src/hb-private.h | 22 ++++++++++++++++++++++ + src/hb-private.h | 22 ++++++++++++++++++++++ 2 files changed, 39 insertions(+), 3 deletions(-) commit 71a8344a5eeaa34e31d53138cf3bbe30b819f83c Author: Behdad Esfahbod -Date: Thu Aug 6 14:28:18 2009 -0400 +Date: Thu Aug 6 14:28:18 2009 -0400 [HB] Remove a few 'inline's, though the compiler mostly ignores them - src/hb-open-file-private.hh | 1 - - src/hb-open-type-private.hh | 16 ++++++++-------- + src/hb-open-file-private.hh | 1 - + src/hb-open-type-private.hh | 16 ++++++++-------- src/hb-ot-layout-gsubgpos-private.hh | 6 +++--- 3 files changed, 11 insertions(+), 12 deletions(-) commit 7f3d5c8166e5205e9d9bf8b4b2f31d44387a8006 Author: Behdad Esfahbod -Date: Thu Aug 6 13:33:51 2009 -0400 +Date: Thu Aug 6 13:33:51 2009 -0400 [HB] Fix blob to use a actual mutex - src/hb-blob.c | 125 + src/hb-blob.c | 125 +++++++++++++++++++++++++++++++++++------------- src/hb-object-private.h | 4 +- - src/hb-private.h | 20 +++++--- + src/hb-private.h | 20 +++++--- 3 files changed, 106 insertions(+), 43 deletions(-) commit a794ebf4be9896393f4badf02905a4007981a588 Author: Behdad Esfahbod -Date: Thu Aug 6 12:32:35 2009 -0400 +Date: Thu Aug 6 12:32:35 2009 -0400 [HB] Use glib again - src/Makefile.am | 5 +++-- - src/hb-blob.c | 4 ++-- + src/Makefile.am | 5 +++-- + src/hb-blob.c | 4 ++-- src/hb-object-private.h | 19 ++++++------------- - src/hb-private.h | 45 + src/hb-private.h | 45 ++++++++++++++++++++++++++------------------- 4 files changed, 37 insertions(+), 36 deletions(-) commit 9b76a290a94f2603f3cb9498ae976125347cf54b Author: Behdad Esfahbod -Date: Thu Aug 6 10:27:38 2009 -0400 +Date: Thu Aug 6 10:27:38 2009 -0400 [HB] Improve debug output @@ -48263,7 +51636,7 @@ Date: Thu Aug 6 10:27:38 2009 -0400 commit 9faee63034d3965735bd6362c0beeca1613bd771 Author: Behdad Esfahbod -Date: Thu Aug 6 10:24:49 2009 -0400 +Date: Thu Aug 6 10:24:49 2009 -0400 [HB] Minor @@ -48272,7 +51645,7 @@ Date: Thu Aug 6 10:24:49 2009 -0400 commit f72059ee6946d9b4812b794f662ee83c7e25fe53 Author: Behdad Esfahbod -Date: Wed Aug 5 15:35:02 2009 -0400 +Date: Wed Aug 5 15:35:02 2009 -0400 [HB] Add a few TODO items @@ -48281,7 +51654,7 @@ Date: Wed Aug 5 15:35:02 2009 -0400 commit 0d77ab8a73f57c9fca4c6f9301dae394d79526e3 Author: Behdad Esfahbod -Date: Wed Aug 5 15:27:42 2009 -0400 +Date: Wed Aug 5 15:27:42 2009 -0400 [HB] Improve debug output @@ -48290,7 +51663,7 @@ Date: Wed Aug 5 15:27:42 2009 -0400 commit 268cac4c9ef8cb592cfb8507273332165b8d3ad3 Author: Behdad Esfahbod -Date: Wed Aug 5 15:21:48 2009 -0400 +Date: Wed Aug 5 15:21:48 2009 -0400 [HB] Fix blob unlock @@ -48299,19 +51672,19 @@ Date: Wed Aug 5 15:21:48 2009 -0400 commit 7acb389569cf99c6bae9db31a8ed7c7007fbb566 Author: Behdad Esfahbod -Date: Wed Aug 5 15:20:34 2009 -0400 +Date: Wed Aug 5 15:20:34 2009 -0400 [HB] Improve debug output and fix mprotect bug - src/hb-blob.c | 57 + src/hb-blob.c | 57 ++++++++++++++++++++++++++++++++++++++------- src/hb-open-type-private.hh | 30 +++++++++++------------- - src/hb-private.h | 3 ++- + src/hb-private.h | 3 ++- 3 files changed, 65 insertions(+), 25 deletions(-) commit ec9f8db0d3cad146801b7dc5c59e517de3b6fa34 Author: Behdad Esfahbod -Date: Wed Aug 5 14:52:03 2009 -0400 +Date: Wed Aug 5 14:52:03 2009 -0400 [HB] Minor @@ -48320,7 +51693,7 @@ Date: Wed Aug 5 14:52:03 2009 -0400 commit d341881d9a0f835f691b121480046081ad162918 Author: Behdad Esfahbod -Date: Wed Aug 5 14:49:25 2009 -0400 +Date: Wed Aug 5 14:49:25 2009 -0400 [HB] Fix build of main.cc @@ -48329,7 +51702,7 @@ Date: Wed Aug 5 14:49:25 2009 -0400 commit 8f3be25e7ec88ea451ee8097bf32e5f729f4fef9 Author: Behdad Esfahbod -Date: Tue Aug 4 23:43:40 2009 -0400 +Date: Tue Aug 4 23:43:40 2009 -0400 [HB] turn debugging off @@ -48338,7 +51711,7 @@ Date: Tue Aug 4 23:43:40 2009 -0400 commit 62ed5850d9e0e0d0231889470d58e815420c21e5 Author: Behdad Esfahbod -Date: Tue Aug 4 23:30:32 2009 -0400 +Date: Tue Aug 4 23:30:32 2009 -0400 [HB] Fix another sanitize() bug; hopefully it's the last one @@ -48347,7 +51720,7 @@ Date: Tue Aug 4 23:30:32 2009 -0400 commit 90482b68178b687c0f0a3f82cd6a36b2c0bb9384 Author: Behdad Esfahbod -Date: Tue Aug 4 23:24:35 2009 -0400 +Date: Tue Aug 4 23:24:35 2009 -0400 [HB] Fix a couple other sanitize() bugs @@ -48357,7 +51730,7 @@ Date: Tue Aug 4 23:24:35 2009 -0400 commit 4f3ad9115a4161fc23fa559c26082440196217ec Author: Behdad Esfahbod -Date: Tue Aug 4 23:01:23 2009 -0400 +Date: Tue Aug 4 23:01:23 2009 -0400 [HB] More debugging output @@ -48367,7 +51740,7 @@ Date: Tue Aug 4 23:01:23 2009 -0400 commit 8cd6fa28d1b77100491519b8dedb2e113508bf59 Author: Behdad Esfahbod -Date: Tue Aug 4 22:55:44 2009 -0400 +Date: Tue Aug 4 22:55:44 2009 -0400 [HB] Fix fatal Sanitizer bug @@ -48376,7 +51749,7 @@ Date: Tue Aug 4 22:55:44 2009 -0400 commit 2870ac5e5d5d87646a4b273a9805fb3fcf280f97 Author: Behdad Esfahbod -Date: Tue Aug 4 22:43:47 2009 -0400 +Date: Tue Aug 4 22:43:47 2009 -0400 [HB] Add missing sanitize @@ -48385,36 +51758,36 @@ Date: Tue Aug 4 22:43:47 2009 -0400 commit b28815c1f6e46d38471cacbc31248ca6fda8c4d1 Author: Behdad Esfahbod -Date: Tue Aug 4 22:35:36 2009 -0400 +Date: Tue Aug 4 22:35:36 2009 -0400 [HB] Add sanitize debugging facilities - src/hb-open-file-private.hh | 4 ++++ - src/hb-open-type-private.hh | 43 + src/hb-open-file-private.hh | 4 ++++ + src/hb-open-type-private.hh | 43 +++++++++++++++++++++++++++++++----- src/hb-ot-layout-common-private.hh | 17 ++++++++++++++ src/hb-ot-layout-gdef-private.hh | 10 +++++++++ src/hb-ot-layout-gpos-private.hh | 28 +++++++++++++++++++++++ src/hb-ot-layout-gsub-private.hh | 18 +++++++++++++++ src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++++++++ - src/hb-private.h | 6 ++++- + src/hb-private.h | 6 ++++- 8 files changed, 136 insertions(+), 6 deletions(-) commit 7edb430f9182723b7b720708c56088cec1200a70 Author: Behdad Esfahbod -Date: Tue Aug 4 22:06:57 2009 -0400 +Date: Tue Aug 4 22:06:57 2009 -0400 [HB] Rename open-types to open-type; beauty - src/Makefile.am | 2 +- - src/hb-open-file-private.hh | 2 +- + src/Makefile.am | 2 +- + src/hb-open-file-private.hh | 2 +- src/{hb-open-types-private.hh => hb-open-type-private.hh} | 0 - src/hb-ot-layout-common-private.hh | 2 +- + src/hb-ot-layout-common-private.hh | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) commit f4b58d3fc2956a9d1b6178588d809c781f7a5c0c Author: Behdad Esfahbod -Date: Tue Aug 4 21:47:29 2009 -0400 +Date: Tue Aug 4 21:47:29 2009 -0400 [HB] Save edit even if not writeable @@ -48423,18 +51796,18 @@ Date: Tue Aug 4 21:47:29 2009 -0400 commit 9bd629ccd064e739789e504c41ad875eed93abba Author: Behdad Esfahbod -Date: Tue Aug 4 21:42:23 2009 -0400 +Date: Tue Aug 4 21:42:23 2009 -0400 [HB] Fix warnings - src/hb-open-file-private.hh | 1 + - src/hb-open-types-private.hh | 5 +++++ + src/hb-open-file-private.hh | 1 + + src/hb-open-types-private.hh | 5 +++++ src/hb-ot-layout-gsub-private.hh | 3 +-- 3 files changed, 7 insertions(+), 2 deletions(-) commit 5ff4e13143c227fa57854c987b5a98e610f89361 Author: Behdad Esfahbod -Date: Tue Aug 4 21:35:32 2009 -0400 +Date: Tue Aug 4 21:35:32 2009 -0400 [HB] Avoid infinite recusion in Extension sanitize() @@ -48444,18 +51817,18 @@ Date: Tue Aug 4 21:35:32 2009 -0400 commit d60bb8ca2ae6edf29b2227b56c57f0d16879370b Author: Behdad Esfahbod -Date: Tue Aug 4 21:32:57 2009 -0400 +Date: Tue Aug 4 21:32:57 2009 -0400 [HB] Hook Sanitizer up. Hell's breaking loose right now - src/hb-font.cc | 7 ++----- + src/hb-font.cc | 7 ++----- src/hb-open-types-private.hh | 2 +- - src/hb-ot-layout.cc | 12 ++++++------ + src/hb-ot-layout.cc | 12 ++++++------ 3 files changed, 9 insertions(+), 12 deletions(-) commit 679f41fe61242aa8d7f45b64bdb66395aa530fe2 Author: Behdad Esfahbod -Date: Tue Aug 4 21:32:06 2009 -0400 +Date: Tue Aug 4 21:32:06 2009 -0400 [HB] Fix leak @@ -48464,7 +51837,7 @@ Date: Tue Aug 4 21:32:06 2009 -0400 commit 4e8a0602bb0b3cbf7f26cc38790e37cdec7b0b37 Author: Behdad Esfahbod -Date: Tue Aug 4 20:52:47 2009 -0400 +Date: Tue Aug 4 20:52:47 2009 -0400 [HB] Add Sanitizer @@ -48474,7 +51847,7 @@ Date: Tue Aug 4 20:52:47 2009 -0400 commit 2765d333e523a13dbd932fa33f3b39a5cf83f0f7 Author: Behdad Esfahbod -Date: Tue Aug 4 20:50:18 2009 -0400 +Date: Tue Aug 4 20:50:18 2009 -0400 [HB] Add XXX @@ -48483,7 +51856,7 @@ Date: Tue Aug 4 20:50:18 2009 -0400 commit a328d66e6a8122f7d4d71941449d4d0136203e08 Author: Behdad Esfahbod -Date: Tue Aug 4 20:27:05 2009 -0400 +Date: Tue Aug 4 20:27:05 2009 -0400 [HB] Minor cleanup @@ -48495,7 +51868,7 @@ Date: Tue Aug 4 20:27:05 2009 -0400 commit 577c1116493d785d3455626612f97dabb383abf0 Author: Behdad Esfahbod -Date: Tue Aug 4 19:31:02 2009 -0400 +Date: Tue Aug 4 19:31:02 2009 -0400 [HB] Shuffle code around @@ -48505,7 +51878,7 @@ Date: Tue Aug 4 19:31:02 2009 -0400 commit b1e187fc6365f5355c652a61494a5e9f6acf51b4 Author: Behdad Esfahbod -Date: Tue Aug 4 15:28:49 2009 -0400 +Date: Tue Aug 4 15:28:49 2009 -0400 [HB] More sanitize infrastructure @@ -48514,7 +51887,7 @@ Date: Tue Aug 4 15:28:49 2009 -0400 commit b508e5ccd528f3f0f49f545bd5f30a525d5abd5a Author: Behdad Esfahbod -Date: Tue Aug 4 15:07:24 2009 -0400 +Date: Tue Aug 4 15:07:24 2009 -0400 [HB] open-file sanitize() @@ -48525,17 +51898,17 @@ Date: Tue Aug 4 15:07:24 2009 -0400 commit 738c54d9caa3affc4b434e56bfb810ff6dc9b0b3 Author: Behdad Esfahbod -Date: Tue Aug 4 14:42:46 2009 -0400 +Date: Tue Aug 4 14:42:46 2009 -0400 [HB] Tag sanitize() - src/hb-open-types-private.hh | 8 ++++++++ + src/hb-open-types-private.hh | 8 ++++++++ src/hb-ot-layout-common-private.hh | 6 +----- 2 files changed, 9 insertions(+), 5 deletions(-) commit e49a84c9e37c08808880e74e94c8160731ababa1 Author: Behdad Esfahbod -Date: Tue Aug 4 14:33:23 2009 -0400 +Date: Tue Aug 4 14:33:23 2009 -0400 [HB] GDEF sanitize() @@ -48548,7 +51921,7 @@ Date: Tue Aug 4 14:33:23 2009 -0400 commit 18939487d04dba86880b0af8e89cf2cc44a431f5 Author: Behdad Esfahbod -Date: Tue Aug 4 14:27:56 2009 -0400 +Date: Tue Aug 4 14:27:56 2009 -0400 [HB] Fix Extension sanitize() @@ -48559,7 +51932,7 @@ Date: Tue Aug 4 14:27:56 2009 -0400 commit f2be750981be58a723831e69b1670275851d4be9 Author: Behdad Esfahbod -Date: Tue Aug 4 14:12:46 2009 -0400 +Date: Tue Aug 4 14:12:46 2009 -0400 [HB] Remove stale TODO @@ -48568,7 +51941,7 @@ Date: Tue Aug 4 14:12:46 2009 -0400 commit ac26e2a838d1266bb5f39c43245eb2a52c5e072d Author: Behdad Esfahbod -Date: Tue Aug 4 14:10:39 2009 -0400 +Date: Tue Aug 4 14:10:39 2009 -0400 [HB] Hookup NEUTER() @@ -48577,27 +51950,27 @@ Date: Tue Aug 4 14:10:39 2009 -0400 commit 15164d9258a74122a4db748d35532bd72c47cec2 Author: Behdad Esfahbod -Date: Tue Aug 4 13:57:41 2009 -0400 +Date: Tue Aug 4 13:57:41 2009 -0400 [HB] Fix mix warnings - src/Makefile.am | 2 +- - src/hb-font.cc | 15 +++------------ - src/hb-open-types-private.hh | 2 +- + src/Makefile.am | 2 +- + src/hb-font.cc | 15 +++------------ + src/hb-open-types-private.hh | 2 +- src/hb-ot-layout-common-private.hh | 6 +++--- src/hb-ot-layout-gdef-private.hh | 2 +- src/hb-ot-layout-gpos-private.hh | 9 ++++----- - src/hb-ot-layout.cc | 2 +- - src/main.cc | 4 +--- + src/hb-ot-layout.cc | 2 +- + src/main.cc | 4 +--- 8 files changed, 15 insertions(+), 27 deletions(-) commit 42b778f89e0818fe06910ce04e2203485823da09 Author: Behdad Esfahbod -Date: Tue Aug 4 13:30:49 2009 -0400 +Date: Tue Aug 4 13:30:49 2009 -0400 [HB] GPOS sanitize() - src/hb-open-types-private.hh | 22 ++++- + src/hb-open-types-private.hh | 22 ++++- src/hb-ot-layout-gpos-private.hh | 195 ++++++++++++++++++++++++++++++++++++++- src/hb-ot-layout-gsub-private.hh | 2 - @@ -48605,18 +51978,18 @@ Date: Tue Aug 4 13:30:49 2009 -0400 commit dc9c4d93cd0f3ac991f32df08c1c17fc389054c0 Author: Behdad Esfahbod -Date: Tue Aug 4 12:26:26 2009 -0400 +Date: Tue Aug 4 12:26:26 2009 -0400 [HB] Sanitize DeviceTable - src/hb-open-types-private.hh | 8 ++++---- + src/hb-open-types-private.hh | 8 ++++---- src/hb-ot-layout-common-private.hh | 17 ++++++++++++++--- src/hb-ot-layout-gsub-private.hh | 2 +- 3 files changed, 19 insertions(+), 8 deletions(-) commit ad3a3cd4955661c591b20af1f2c493432f0bebf0 Author: Behdad Esfahbod -Date: Tue Aug 4 12:13:52 2009 -0400 +Date: Tue Aug 4 12:13:52 2009 -0400 [HB] More casts @@ -48625,7 +51998,7 @@ Date: Tue Aug 4 12:13:52 2009 -0400 commit 95639fccc1ef18eadeb737e8b611d1d1f1315fc2 Author: Behdad Esfahbod -Date: Tue Aug 4 12:05:24 2009 -0400 +Date: Tue Aug 4 12:05:24 2009 -0400 [HB] Fix couple of bugs @@ -48634,11 +52007,11 @@ Date: Tue Aug 4 12:05:24 2009 -0400 commit 2b5a59c277f4c5bf7aac9a9005054763e322e02d Author: Behdad Esfahbod -Date: Tue Aug 4 11:38:50 2009 -0400 +Date: Tue Aug 4 11:38:50 2009 -0400 [HB] More cast cleanup - src/hb-open-types-private.hh | 23 ++++++++----- + src/hb-open-types-private.hh | 23 ++++++++----- src/hb-ot-layout-common-private.hh | 7 ++-- src/hb-ot-layout-gsub-private.hh | 27 ++++++--------- src/hb-ot-layout-gsubgpos-private.hh | 64 @@ -48647,12 +52020,12 @@ Date: Tue Aug 4 11:38:50 2009 -0400 commit 196598bbccff08415ff5192314cba044df258cad Author: Behdad Esfahbod -Date: Tue Aug 4 11:04:32 2009 -0400 +Date: Tue Aug 4 11:04:32 2009 -0400 [Hb] Use reinterpret casts instead of direct casts to char * - src/hb-open-file-private.hh | 4 ++-- - src/hb-open-types-private.hh | 19 +++++++++++----- + src/hb-open-file-private.hh | 4 ++-- + src/hb-open-types-private.hh | 19 +++++++++++----- src/hb-ot-layout-common-private.hh | 8 +++---- src/hb-ot-layout-gpos-private.hh | 12 +++++----- src/hb-ot-layout-gsub-private.hh | 20 ++++++++-------- @@ -48662,7 +52035,7 @@ Date: Tue Aug 4 11:04:32 2009 -0400 commit 92b5dd8e71e1bdeaa6e86a53f167683a3f5f4289 Author: Behdad Esfahbod -Date: Tue Aug 4 10:41:32 2009 -0400 +Date: Tue Aug 4 10:41:32 2009 -0400 [HB] Merge more templates @@ -48672,18 +52045,18 @@ Date: Tue Aug 4 10:41:32 2009 -0400 commit e6ab2c59ba2d37942ac5fcbfe61d38b7e359ac8c Author: Behdad Esfahbod -Date: Tue Aug 4 10:23:01 2009 -0400 +Date: Tue Aug 4 10:23:01 2009 -0400 [HB] Simplify indirect sanitize() - src/hb-open-types-private.hh | 52 + src/hb-open-types-private.hh | 52 ++++++++++++++++++-------------------- src/hb-ot-layout-common-private.hh | 11 +------- 2 files changed, 26 insertions(+), 37 deletions(-) commit 29d8644a315ebe6976f15db2fe96069376d9b8cd Author: Behdad Esfahbod -Date: Tue Aug 4 02:27:37 2009 -0400 +Date: Tue Aug 4 02:27:37 2009 -0400 [HB] Finish GSUB sanitize() @@ -48692,7 +52065,7 @@ Date: Tue Aug 4 02:27:37 2009 -0400 commit cf086adca1b7b5a361a248808f9a847e513d3630 Author: Behdad Esfahbod -Date: Tue Aug 4 02:14:24 2009 -0400 +Date: Tue Aug 4 02:14:24 2009 -0400 [HB] Add comment @@ -48701,7 +52074,7 @@ Date: Tue Aug 4 02:14:24 2009 -0400 commit a97ce570ab693190350886e4e80942851c4d5727 Author: Behdad Esfahbod -Date: Tue Aug 4 02:10:48 2009 -0400 +Date: Tue Aug 4 02:10:48 2009 -0400 [HB] Optimize sanitize() @@ -48710,12 +52083,12 @@ Date: Tue Aug 4 02:10:48 2009 -0400 commit cd3827ee567612c5500206b62840702fc956e0f5 Author: Behdad Esfahbod -Date: Tue Aug 4 02:09:34 2009 -0400 +Date: Tue Aug 4 02:09:34 2009 -0400 [HB] More sanitize() - src/hb-open-file-private.hh | 2 +- - src/hb-open-types-private.hh | 12 ++++--- + src/hb-open-file-private.hh | 2 +- + src/hb-open-types-private.hh | 12 ++++--- src/hb-ot-layout-common-private.hh | 64 +++++++++++++++++++++++++++++++----- src/hb-ot-layout-gdef-private.hh | 2 +- @@ -48724,11 +52097,11 @@ Date: Tue Aug 4 02:09:34 2009 -0400 commit 70de50c11ed7037b20eb6814ff60f6e32a9944e4 Author: Behdad Esfahbod -Date: Tue Aug 4 00:58:28 2009 -0400 +Date: Tue Aug 4 00:58:28 2009 -0400 [HB] Start sanitize() - src/hb-open-types-private.hh | 105 ++++++++++++++++++++++++++++- + src/hb-open-types-private.hh | 105 ++++++++++++++++++++++++++++- src/hb-ot-layout-common-private.hh | 48 +++++++++++++- src/hb-ot-layout-gsub-private.hh | 125 ++++++++++++++++++++++++++++++++++- @@ -48737,51 +52110,51 @@ Date: Tue Aug 4 00:58:28 2009 -0400 commit 5fc22e647c8a2bf6d3cb59185e351ac625e7e322 Author: Behdad Esfahbod -Date: Mon Aug 3 22:43:02 2009 -0400 +Date: Mon Aug 3 22:43:02 2009 -0400 [HB] Remove use of typeof() - src/hb-blob.c | 4 ++-- - src/hb-buffer.c | 2 +- - src/hb-font.cc | 14 +++++++------- + src/hb-blob.c | 4 ++-- + src/hb-buffer.c | 2 +- + src/hb-font.cc | 14 +++++++------- src/hb-object-private.h | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) commit 70e0f2a75ec1559f2f70ada837ce4bc4baca49e3 Author: Behdad Esfahbod -Date: Mon Aug 3 22:01:47 2009 -0400 +Date: Mon Aug 3 22:01:47 2009 -0400 [HB] Make it all work again - src/hb-font.cc | 23 ++++++++++++--------- + src/hb-font.cc | 23 ++++++++++++--------- src/hb-ot-layout-private.h | 9 +++++--- - src/hb-ot-layout.cc | 51 + src/hb-ot-layout.cc | 51 +++++++++++++++++++++++----------------------- 3 files changed, 44 insertions(+), 39 deletions(-) commit 23c86aa0009324433e78fcd0c47f2c0ff14b1949 Author: Behdad Esfahbod -Date: Mon Aug 3 21:40:20 2009 -0400 +Date: Mon Aug 3 21:40:20 2009 -0400 [HB] Use face_t directly instead of ot_layout_t - src/TODO | 1 + - src/hb-font-private.h | 4 + - src/hb-font.cc | 74 +++++++++--- - src/hb-font.h | 3 + - src/hb-object-private.h | 36 +++--- + src/TODO | 1 + + src/hb-font-private.h | 4 + + src/hb-font.cc | 74 +++++++++--- + src/hb-font.h | 3 + + src/hb-object-private.h | 36 +++--- src/hb-ot-layout-gdef-private.hh | 2 + src/hb-ot-layout-gpos-private.hh | 14 +-- src/hb-ot-layout-gsub-private.hh | 32 ++--- src/hb-ot-layout-gsubgpos-private.hh | 8 +- - src/hb-ot-layout-private.h | 40 ++++--- - src/hb-ot-layout.cc | 220 + src/hb-ot-layout-private.h | 40 ++++--- + src/hb-ot-layout.cc | 220 +++++++++++++++-------------------- 11 files changed, 237 insertions(+), 197 deletions(-) commit fc6c94002dd5478cf9fbdaff12d8374a786c85e1 Author: Behdad Esfahbod -Date: Mon Aug 3 21:27:08 2009 -0400 +Date: Mon Aug 3 21:27:08 2009 -0400 [HB] Simplify sub-blob support @@ -48792,7 +52165,7 @@ Date: Mon Aug 3 21:27:08 2009 -0400 commit a26442437ae9f11674e0d68cd5cbf395ade7695d Author: Behdad Esfahbod -Date: Mon Aug 3 17:53:29 2009 -0400 +Date: Mon Aug 3 17:53:29 2009 -0400 [HB] Add sub-blobs @@ -48803,21 +52176,21 @@ Date: Mon Aug 3 17:53:29 2009 -0400 commit b28e21b90c4105a0c2e17009b748777294614664 Author: Behdad Esfahbod -Date: Sun Aug 2 20:06:48 2009 -0400 +Date: Sun Aug 2 20:06:48 2009 -0400 [HB] Rename hb-font.c to hb-font.cc - src/Makefile.am | 2 +- + src/Makefile.am | 2 +- src/{hb-font.c => hb-font.cc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) commit 5f5b24f99f52bbc922e238b65c06061ba07c8548 Author: Behdad Esfahbod -Date: Sun Aug 2 20:03:12 2009 -0400 +Date: Sun Aug 2 20:03:12 2009 -0400 [OT] Rename C++ header files from *.h to *.hh - src/Makefile.am | 14 + src/Makefile.am | 14 +++++++------- src/{hb-open-file-private.h => hb-open-file-private.hh} | 8 ++++---- src/{hb-open-types-private.h => hb-open-types-private.hh} | 6 +++--- @@ -48826,70 +52199,70 @@ Date: Sun Aug 2 20:03:12 2009 -0400 ...-layout-gpos-private.h => hb-ot-layout-gpos-private.hh} | 8 ++++---- ...-layout-gsub-private.h => hb-ot-layout-gsub-private.hh} | 8 ++++---- ...gsubgpos-private.h => hb-ot-layout-gsubgpos-private.hh} | 8 ++++---- - src/hb-ot-layout.cc | 8 ++++---- - src/main.cc | 6 +++--- + src/hb-ot-layout.cc | 8 ++++---- + src/main.cc | 6 +++--- 10 files changed, 41 insertions(+), 41 deletions(-) commit 2098a021a826e76ee27d5db74e32738d7d1c3d30 Author: Behdad Esfahbod -Date: Sun Aug 2 19:57:00 2009 -0400 +Date: Sun Aug 2 19:57:00 2009 -0400 [HB] Move OT file handling out of ot-layout - src/Makefile.am | 3 +- - src/hb-open-file-private.h | 145 + src/Makefile.am | 3 +- + src/hb-open-file-private.h | 145 +++++++++++++++++++++ ...yout-open-private.h => hb-open-types-private.h} | 117 +---------------- - src/hb-ot-layout-common-private.h | 4 +- - src/hb-ot-layout.cc | 2 +- - src/main.cc | 4 +- + src/hb-ot-layout-common-private.h | 4 +- + src/hb-ot-layout.cc | 2 +- + src/main.cc | 4 +- 6 files changed, 157 insertions(+), 118 deletions(-) commit 0ead481a5a8623103565fd7d924666e7342278dd Author: Behdad Esfahbod -Date: Sun Aug 2 17:41:36 2009 -0400 +Date: Sun Aug 2 17:41:36 2009 -0400 [HB] Port ot-layout to new public API - src/TODO | 1 + - src/hb-common.h | 1 + - src/hb-font.c | 9 + - src/hb-font.h | 3 + - src/hb-ot-layout-gdef-private.h | 32 ++-- + src/TODO | 1 + + src/hb-common.h | 1 + + src/hb-font.c | 9 + + src/hb-font.h | 3 + + src/hb-ot-layout-gdef-private.h | 32 ++-- src/hb-ot-layout-gpos-private.h | 106 ++++++------ - src/hb-ot-layout-gsub-private.h | 50 +++--- - src/hb-ot-layout-gsubgpos-private.h | 12 +- - src/hb-ot-layout-private.h | 36 +++- - src/hb-ot-layout.cc | 334 + src/hb-ot-layout-gsub-private.h | 50 +++--- + src/hb-ot-layout-gsubgpos-private.h | 12 +- + src/hb-ot-layout-private.h | 36 +++- + src/hb-ot-layout.cc | 334 ++++++++++++++++++++---------------- - src/hb-ot-layout.h | 207 ++++++++++------------ + src/hb-ot-layout.h | 207 ++++++++++------------ 11 files changed, 415 insertions(+), 376 deletions(-) commit 678bed433371d90536976a2d57195c1e1867f766 Author: Behdad Esfahbod -Date: Sun Aug 2 15:35:31 2009 -0400 +Date: Sun Aug 2 15:35:31 2009 -0400 [HB] Add top-level header files src/Makefile.am | 2 ++ - src/hb-ot.h | 34 ++++++++++++++++++++++++++++++++++ - src/hb.h | 35 +++++++++++++++++++++++++++++++++++ + src/hb-ot.h | 34 ++++++++++++++++++++++++++++++++++ + src/hb.h | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 71 insertions(+) commit 2c80296aa5991ad67483889147f5c84fefe54af2 Author: Behdad Esfahbod -Date: Sun Aug 2 15:20:22 2009 -0400 +Date: Sun Aug 2 15:20:22 2009 -0400 [HB] Add XXX marks src/hb-ot-layout-private.h | 2 ++ - src/hb-ot-layout.cc | 7 ++----- + src/hb-ot-layout.cc | 7 ++----- 2 files changed, 4 insertions(+), 5 deletions(-) commit c46f8efd6ddd981b5724b2600ac98a80193385be Author: Behdad Esfahbod -Date: Sat Aug 1 23:06:27 2009 -0400 +Date: Sat Aug 1 23:06:27 2009 -0400 [HB] Rename _duplicate to _copy @@ -48901,7 +52274,7 @@ Date: Sat Aug 1 23:06:27 2009 -0400 commit f1ebe44985e2192844cf1747a4e36ed81e715ce6 Author: Behdad Esfahbod -Date: Sat Aug 1 22:55:11 2009 -0400 +Date: Sat Aug 1 22:55:11 2009 -0400 [HB] Cleanup TODO @@ -48910,137 +52283,137 @@ Date: Sat Aug 1 22:55:11 2009 -0400 commit f1322e52d557726baa010be8d35a594748e8fa1a Author: Behdad Esfahbod -Date: Sat Aug 1 22:53:04 2009 -0400 +Date: Sat Aug 1 22:53:04 2009 -0400 [HB] Cleanup public buffer structs - src/hb-buffer-private.h | 46 + src/hb-buffer-private.h | 46 +++++++++++++++++++++++++++++++------- - src/hb-buffer.c | 49 + src/hb-buffer.c | 49 +++++++++++++++++++++-------------------- - src/hb-buffer.h | 35 ++++++++++++++--------------- + src/hb-buffer.h | 35 ++++++++++++++--------------- src/hb-ot-layout-gpos-private.h | 8 +++---- - src/hb-ot-layout-private.h | 5 +++-- - src/hb-ot-layout.cc | 20 ++++++++--------- + src/hb-ot-layout-private.h | 5 +++-- + src/hb-ot-layout.cc | 20 ++++++++--------- 6 files changed, 97 insertions(+), 66 deletions(-) commit 6d5bb18e93d2a53350b342869a3ec8f25f0396c2 Author: Behdad Esfahbod -Date: Sat Aug 1 22:25:04 2009 -0400 +Date: Sat Aug 1 22:25:04 2009 -0400 [OT] Match struct with HB's - src/hb-buffer.c | 6 +++--- - src/hb-buffer.h | 2 +- + src/hb-buffer.c | 6 +++--- + src/hb-buffer.h | 2 +- src/hb-ot-layout.cc | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) commit 11fbb5487d9900a019440ef8235f35c9f525decb Author: Behdad Esfahbod -Date: Sat Aug 1 22:19:06 2009 -0400 +Date: Sat Aug 1 22:19:06 2009 -0400 [HB] Port buffert to new object API src/hb-buffer-private.h | 24 +++++++++++++++--- - src/hb-buffer.c | 65 + src/hb-buffer.c | 65 +++++++++++++++++++++++++++++++++++++------------ - src/hb-buffer.h | 53 +++++++++++++++++++++++++--------------- + src/hb-buffer.h | 53 +++++++++++++++++++++++++--------------- 3 files changed, 104 insertions(+), 38 deletions(-) commit 0cc7bc59ea6e8f38bf1e196c558cca9862ac3302 Author: Behdad Esfahbod -Date: Sat Aug 1 21:38:39 2009 -0400 +Date: Sat Aug 1 21:38:39 2009 -0400 [HB] Move typedef's around - src/hb-blob.h | 2 ++ + src/hb-blob.h | 2 ++ src/hb-common.h | 9 --------- - src/hb-font.h | 10 ++++++++++ + src/hb-font.h | 10 ++++++++++ 3 files changed, 12 insertions(+), 9 deletions(-) commit a12dd324a3859496a95602d426aee34ce6c5c8a6 Author: Behdad Esfahbod -Date: Sat Aug 1 21:36:15 2009 -0400 +Date: Sat Aug 1 21:36:15 2009 -0400 [HB] Add get_reference_count() - src/hb-blob.c | 6 ++++++ - src/hb-blob.h | 3 +++ - src/hb-font.c | 24 ++++++++++++++++++++++++ - src/hb-font.h | 12 ++++++++++++ + src/hb-blob.c | 6 ++++++ + src/hb-blob.h | 3 +++ + src/hb-font.c | 24 ++++++++++++++++++++++++ + src/hb-font.h | 12 ++++++++++++ src/hb-object-private.h | 7 +++++++ 5 files changed, 52 insertions(+) commit baec684fde2303edb16341bfcf1022cd72acf129 Author: Behdad Esfahbod -Date: Sat Aug 1 21:06:11 2009 -0400 +Date: Sat Aug 1 21:06:11 2009 -0400 [HB] Remove glib dependency src/Makefile.am | 7 ++----- src/hb-buffer.c | 2 +- src/hb-private.h | 30 ++++++++++++++++++------------ - src/main.cc | 1 + + src/main.cc | 1 + 4 files changed, 22 insertions(+), 18 deletions(-) commit df66028781a7609a515980e64396e6f1044d764a Author: Behdad Esfahbod -Date: Sat Aug 1 20:46:02 2009 -0400 +Date: Sat Aug 1 20:46:02 2009 -0400 [HB] Assorted compiler macros src/hb-ot-layout-open-private.h | 4 +- - src/hb-private.h | 88 + src/hb-private.h | 88 +++++++++++++++++++++++++++++++---------- 2 files changed, 70 insertions(+), 22 deletions(-) commit ba8d94ce3360bfaf2c530d01f2af69237018a531 Author: Behdad Esfahbod -Date: Sat Aug 1 20:29:22 2009 -0400 +Date: Sat Aug 1 20:29:22 2009 -0400 [HB] Simplify object creation - src/Makefile.am | 2 +- - src/hb-blob.c | 6 +--- - src/hb-font-private.h | 1 - - src/hb-font.c | 37 + src/Makefile.am | 2 +- + src/hb-blob.c | 6 +--- + src/hb-font-private.h | 1 - + src/hb-font.c | 37 +++++++--------------- src/{hb-refcount-private.h => hb-object-private.h} | 14 ++++++-- - src/hb-private.h | 2 ++ + src/hb-private.h | 2 ++ 6 files changed, 27 insertions(+), 35 deletions(-) commit c62b503770325819f249885dfc9d4683a69c9efd Author: Behdad Esfahbod -Date: Sat Aug 1 19:54:49 2009 -0400 +Date: Sat Aug 1 19:54:49 2009 -0400 [HB] Add abstract font and face API Not used yet. - src/Makefile.am | 3 + - src/hb-blob.c | 6 +- - src/hb-font-private.h | 108 +++++++++++++++ - src/hb-font.c | 331 + src/Makefile.am | 3 + + src/hb-blob.c | 6 +- + src/hb-font-private.h | 108 +++++++++++++++ + src/hb-font.c | 331 ++++++++++++++++++++++++++++++++++++++++++++++ - src/hb-font.h | 182 +++++++++++++++++++++++++ + src/hb-font.h | 182 +++++++++++++++++++++++++ src/hb-refcount-private.h | 14 +- 6 files changed, 636 insertions(+), 8 deletions(-) commit 35a7383c6138fd705560f0d4bb30659cbd1ab64c Author: Behdad Esfahbod -Date: Sat Aug 1 19:30:31 2009 -0400 +Date: Sat Aug 1 19:30:31 2009 -0400 [HB] Simplify refcounting functions - src/hb-blob.c | 32 ++++++++++---------------------- - src/hb-common.h | 2 ++ - src/hb-private.h | 2 ++ + src/hb-blob.c | 32 ++++++++++---------------------- + src/hb-common.h | 2 ++ + src/hb-private.h | 2 ++ src/hb-refcount-private.h | 31 ++++++++++++++++++++++++++++++- 4 files changed, 44 insertions(+), 23 deletions(-) commit 23af767a4475fecc1fe9fe9108f12c05c89bc8c9 Author: Behdad Esfahbod -Date: Sat Aug 1 19:10:41 2009 -0400 +Date: Sat Aug 1 19:10:41 2009 -0400 [HB] Fix for dfont's with multiple faces @@ -49049,59 +52422,59 @@ Date: Sat Aug 1 19:10:41 2009 -0400 commit e97a95f2ea2770689bbf076d3c3ac404f273271e Author: Behdad Esfahbod -Date: Sat Aug 1 19:05:44 2009 -0400 +Date: Sat Aug 1 19:05:44 2009 -0400 [HB] Use calloc instead of malloc where feasible - src/hb-blob.c | 8 +++++--- + src/hb-blob.c | 8 +++++--- src/hb-buffer.c | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) commit 0090dc0f67b553d2f6eaaedc289c0956ade09ef6 Author: Behdad Esfahbod -Date: Thu Jul 30 16:28:45 2009 -0400 +Date: Thu Jul 30 16:28:45 2009 -0400 [HB] Remove hinting setting and use ppem==0 to mean "no hinting" - src/hb-blob.h | 3 --- - src/hb-common.h | 9 +++++++++ + src/hb-blob.h | 3 --- + src/hb-common.h | 9 +++++++++ src/hb-ot-layout-gpos-private.h | 36 ++++++++++++++++++++++++------------ - src/hb-ot-layout-private.h | 2 -- - src/hb-ot-layout.cc | 7 ------- - src/hb-ot-layout.h | 4 ---- + src/hb-ot-layout-private.h | 2 -- + src/hb-ot-layout.cc | 7 ------- + src/hb-ot-layout.h | 4 ---- 6 files changed, 33 insertions(+), 28 deletions(-) commit f0954d1e08ae288eda9904e17108fc73f48c0b98 Author: Behdad Esfahbod -Date: Thu Jul 30 15:33:57 2009 -0400 +Date: Thu Jul 30 15:33:57 2009 -0400 [HB] Add a "blob" manager - src/Makefile.am | 5 +- - src/hb-blob.c | 181 + src/Makefile.am | 5 +- + src/hb-blob.c | 181 ++++++++++++++++++++++++++++++++++++++++++++++ - src/hb-blob.h | 74 +++++++++++++++++++ - src/hb-private.h | 2 + + src/hb-blob.h | 74 +++++++++++++++++++ + src/hb-private.h | 2 + src/hb-refcount-private.h | 54 ++++++++++++++ 5 files changed, 315 insertions(+), 1 deletion(-) commit 02a370697d25b986dbf1d5c38f46a89a4833b495 Author: Behdad Esfahbod -Date: Wed Jul 29 18:41:25 2009 -0400 +Date: Wed Jul 29 18:41:25 2009 -0400 [HB] Move direction to buffer - src/hb-buffer.c | 9 +++++++++ - src/hb-buffer.h | 14 ++++++++++++++ + src/hb-buffer.c | 9 +++++++++ + src/hb-buffer.h | 14 ++++++++++++++ src/hb-ot-layout-gpos-private.h | 2 +- - src/hb-ot-layout-private.h | 1 - - src/hb-ot-layout.cc | 7 ------- - src/hb-ot-layout.h | 5 ----- + src/hb-ot-layout-private.h | 1 - + src/hb-ot-layout.cc | 7 ------- + src/hb-ot-layout.h | 5 ----- 6 files changed, 24 insertions(+), 14 deletions(-) commit 7cda6fa24c26887c5543d0657b07aad466452cb3 Author: Behdad Esfahbod -Date: Wed Jul 29 18:37:57 2009 -0400 +Date: Wed Jul 29 18:37:57 2009 -0400 [HB] Rename internal vars @@ -49111,7 +52484,7 @@ Date: Wed Jul 29 18:37:57 2009 -0400 commit b196e6f2743d631ef181f1116370be3055063d36 Author: Behdad Esfahbod -Date: Tue Jul 28 15:50:42 2009 -0400 +Date: Tue Jul 28 15:50:42 2009 -0400 [HB] Fix buffer enlargement. Ouch @@ -49120,74 +52493,74 @@ Date: Tue Jul 28 15:50:42 2009 -0400 commit f9cd1014f8f4d0394b5e0e9eefc1e2af13c59cab Author: Behdad Esfahbod -Date: Tue Jul 28 15:43:34 2009 -0400 +Date: Tue Jul 28 15:43:34 2009 -0400 Apply patch from Jonathan Kew src/hb-buffer.c | 75 ++++++++++++++++++++++++++++------------------------- - src/hb-buffer.h | 6 ++++- + src/hb-buffer.h | 6 ++++- src/hb-ot-layout.cc | 31 ++++++++++++++++++++++ src/hb-ot-layout.h | 15 +++++++++++ - src/hb-private.h | 2 +- + src/hb-private.h | 2 +- 5 files changed, 91 insertions(+), 38 deletions(-) commit 2ebb89d63dd27e800f2b6cbf624924601105f48a Author: Behdad Esfahbod -Date: Sat Jul 25 19:09:01 2009 -0400 +Date: Sat Jul 25 19:09:01 2009 -0400 Revert "XX" This reverts commit c939f6aff405ca7b10b1f1538f46148bff719fcb. - src/Makefile.am | 2 - - src/hb-buffer.c | 9 --- - src/hb-buffer.h | 14 ----- - src/hb-common.h | 3 - - src/hb-ot-layout-gdef-private.h | 32 +++++------ + src/Makefile.am | 2 - + src/hb-buffer.c | 9 --- + src/hb-buffer.h | 14 ----- + src/hb-common.h | 3 - + src/hb-ot-layout-gdef-private.h | 32 +++++------ src/hb-ot-layout-gpos-private.h | 108 ++++++++++++++++++------------------ - src/hb-ot-layout-gsub-private.h | 46 +++++++-------- - src/hb-ot-layout-gsubgpos-private.h | 68 +++++++++++------------ - src/hb-ot-layout-private.h | 28 ++++------ - src/hb-ot-layout.cc | 30 ++++++++++ - src/hb-ot-layout.h | 5 ++ - src/hb-private.h | 16 ------ + src/hb-ot-layout-gsub-private.h | 46 +++++++-------- + src/hb-ot-layout-gsubgpos-private.h | 68 +++++++++++------------ + src/hb-ot-layout-private.h | 28 ++++------ + src/hb-ot-layout.cc | 30 ++++++++++ + src/hb-ot-layout.h | 5 ++ + src/hb-private.h | 16 ------ 12 files changed, 174 insertions(+), 187 deletions(-) commit 55520d2af172f5f6617b909e80cbd7d898f2bc15 Author: Behdad Esfahbod -Date: Wed Jun 10 23:26:51 2009 -0400 +Date: Wed Jun 10 23:26:51 2009 -0400 XX - src/Makefile.am | 2 + - src/hb-buffer.c | 9 +++ - src/hb-buffer.h | 14 +++++ - src/hb-common.h | 3 + - src/hb-ot-layout-gdef-private.h | 32 +++++------ + src/Makefile.am | 2 + + src/hb-buffer.c | 9 +++ + src/hb-buffer.h | 14 +++++ + src/hb-common.h | 3 + + src/hb-ot-layout-gdef-private.h | 32 +++++------ src/hb-ot-layout-gpos-private.h | 108 ++++++++++++++++++------------------ - src/hb-ot-layout-gsub-private.h | 46 +++++++-------- - src/hb-ot-layout-gsubgpos-private.h | 68 +++++++++++------------ - src/hb-ot-layout-private.h | 28 ++++++---- - src/hb-ot-layout.cc | 30 ---------- - src/hb-ot-layout.h | 5 -- - src/hb-private.h | 16 ++++++ + src/hb-ot-layout-gsub-private.h | 46 +++++++-------- + src/hb-ot-layout-gsubgpos-private.h | 68 +++++++++++------------ + src/hb-ot-layout-private.h | 28 ++++++---- + src/hb-ot-layout.cc | 30 ---------- + src/hb-ot-layout.h | 5 -- + src/hb-private.h | 16 ++++++ 12 files changed, 187 insertions(+), 174 deletions(-) commit f53d434b9151c4ec43c148734b49bb165e522cc9 Author: Behdad Esfahbod -Date: Sat May 30 22:17:32 2009 -0400 +Date: Sat May 30 22:17:32 2009 -0400 - [GPOS] Advance buffer cursor in SinglePos lookups. Ouch! + [GPOS] Advance buffer cursor in SinglePos lookups. Ouch! src/hb-ot-layout-gpos-private.h | 4 ++++ 1 file changed, 4 insertions(+) commit e35bbd570a5d914f86f1ea83941ee4328f268059 Author: Behdad Esfahbod -Date: Sat May 30 12:02:46 2009 -0400 +Date: Sat May 30 12:02:46 2009 -0400 [HB] Improve buffer. Don't dup out buffer unless out is longer than in @@ -49201,7 +52574,7 @@ Date: Sat May 30 12:02:46 2009 -0400 commit 6734ed4b6b2ce382917bf644aaf1acfa993f00ad Author: Behdad Esfahbod -Date: Wed May 27 18:16:55 2009 -0400 +Date: Wed May 27 18:16:55 2009 -0400 [GPOS] Fix property checking @@ -49210,7 +52583,7 @@ Date: Wed May 27 18:16:55 2009 -0400 commit cc83ae12484108586fba6586bd9008971338b322 Author: Behdad Esfahbod -Date: Wed May 27 00:17:37 2009 -0400 +Date: Wed May 27 00:17:37 2009 -0400 [GPOS] Add vertical TODO @@ -49219,7 +52592,7 @@ Date: Wed May 27 00:17:37 2009 -0400 commit b69d38e7eaea544ba6c1876cdc6ddac61a698dd3 Author: Behdad Esfahbod -Date: Tue May 26 22:29:02 2009 -0400 +Date: Tue May 26 22:29:02 2009 -0400 [HB] Remove useless include @@ -49228,7 +52601,7 @@ Date: Tue May 26 22:29:02 2009 -0400 commit 6c8108cb583292a679b05844ab613b7f4587adc6 Author: Behdad Esfahbod -Date: Tue May 26 22:26:08 2009 -0400 +Date: Tue May 26 22:26:08 2009 -0400 [GPOS] Remove unused variables @@ -49237,18 +52610,18 @@ Date: Tue May 26 22:26:08 2009 -0400 commit 09c292e3b688a67fbae67b645d1e6ffcf8d8eb6e Author: Behdad Esfahbod -Date: Tue May 26 19:48:16 2009 -0400 +Date: Tue May 26 19:48:16 2009 -0400 [HB] Fix glyph properties src/hb-ot-layout-common-private.h | 6 +++--- src/hb-ot-layout-open-private.h | 2 +- - src/hb-ot-layout.cc | 2 +- + src/hb-ot-layout.cc | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) commit 64e33f008ff9cc807fdfdc4553ad3fe01bb0615f Author: Behdad Esfahbod -Date: Tue May 26 18:57:56 2009 -0400 +Date: Tue May 26 18:57:56 2009 -0400 [GPOS] Fix PairPos signedness @@ -49257,7 +52630,7 @@ Date: Tue May 26 18:57:56 2009 -0400 commit 80ea5bd10e72561a7627a5196621a6d7eccd91b7 Author: Behdad Esfahbod -Date: Tue May 26 17:58:37 2009 -0400 +Date: Tue May 26 17:58:37 2009 -0400 [GPOS] Fix mark matching @@ -49267,22 +52640,22 @@ Date: Tue May 26 17:58:37 2009 -0400 commit 4189b92aaa41e4a1756c561cc6e08b0ed024afda Author: Behdad Esfahbod -Date: Tue May 26 17:31:56 2009 -0400 +Date: Tue May 26 17:31:56 2009 -0400 [HB] When looking back/forward, skip marks only - src/TODO | 1 - + src/TODO | 1 - src/hb-ot-layout-gpos-private.h | 13 ++----- src/hb-ot-layout-gsub-private.h | 38 +++++++++----------- src/hb-ot-layout-gsubgpos-private.h | 14 ++++---- - src/hb-ot-layout-private.h | 6 ++++ - src/hb-ot-layout.cc | 69 + src/hb-ot-layout-private.h | 6 ++++ + src/hb-ot-layout.cc | 69 ++++++++++++++++++++++++------------- 6 files changed, 76 insertions(+), 65 deletions(-) commit 1246e41021ab1d782b4c97e5d81c4917a57e3ed4 Author: Behdad Esfahbod -Date: Tue May 26 15:58:34 2009 -0400 +Date: Tue May 26 15:58:34 2009 -0400 [GDEF] Support MarkFilteringSets @@ -49292,30 +52665,30 @@ Date: Tue May 26 15:58:34 2009 -0400 commit 5130c35e93528bcf3095fee5baf3847589167a58 Author: Behdad Esfahbod -Date: Tue May 26 15:45:41 2009 -0400 +Date: Tue May 26 15:45:41 2009 -0400 [HB] Simplify MarkAttachmentType handling src/hb-ot-layout-gpos-private.h | 6 +++--- src/hb-ot-layout-gsub-private.h | 6 ++---- - src/hb-ot-layout.cc | 18 ++++++++---------- + src/hb-ot-layout.cc | 18 ++++++++---------- 3 files changed, 13 insertions(+), 17 deletions(-) commit e4b92b85a7750bd4271ad607b3c41f0184e89feb Author: Behdad Esfahbod -Date: Tue May 26 15:38:53 2009 -0400 +Date: Tue May 26 15:38:53 2009 -0400 [HB] Support parsing MarkFilteringSets introduced in OpenType 1.6 src/hb-ot-layout-gdef-private.h | 55 +++++++++++++++++++++++++++++++++++------ src/hb-ot-layout-gpos-private.h | 1 + - src/hb-ot-layout.cc | 6 ++--- + src/hb-ot-layout.cc | 6 ++--- 3 files changed, 51 insertions(+), 11 deletions(-) commit 515ce4ceb2ab0151d8dfc03ff0bfc7d110dd93b5 Author: Behdad Esfahbod -Date: Tue May 26 13:08:00 2009 -0400 +Date: Tue May 26 13:08:00 2009 -0400 [HB] More de-C++'ization @@ -49324,7 +52697,7 @@ Date: Tue May 26 13:08:00 2009 -0400 commit d7df42d7ee586219475878d160f85ae5a188bd59 Author: Behdad Esfahbod -Date: Tue May 26 13:04:59 2009 -0400 +Date: Tue May 26 13:04:59 2009 -0400 [HB] Start MarkFilteringSet support @@ -49333,36 +52706,36 @@ Date: Tue May 26 13:04:59 2009 -0400 commit 62964afcecd96038cfaa8bc2bc931f43ee83be7e Author: Behdad Esfahbod -Date: Tue May 26 12:40:10 2009 -0400 +Date: Tue May 26 12:40:10 2009 -0400 [HB] Implement get_lig_carets() src/hb-ot-layout-gdef-private.h | 57 ++++++++++++++++++++++++++++++++--------- - src/hb-ot-layout.cc | 17 +++++++++--- - src/hb-ot-layout.h | 8 +++++- - src/main.cc | 9 +------ + src/hb-ot-layout.cc | 17 +++++++++--- + src/hb-ot-layout.h | 8 +++++- + src/main.cc | 9 +------ 4 files changed, 66 insertions(+), 25 deletions(-) commit 79420ad9caf2d5fc94c3693e8292edfa27060b2d Author: Behdad Esfahbod -Date: Tue May 26 12:24:16 2009 -0400 +Date: Tue May 26 12:24:16 2009 -0400 [HB] Add get_attach_points() - src/Makefile.am | 2 +- + src/Makefile.am | 2 +- src/hb-ot-layout-gdef-private.h | 35 +++++++++++++++++++++++++---------- src/hb-ot-layout-gpos-private.h | 28 +++++++--------------------- src/hb-ot-layout-gsub-private.h | 28 +++++++--------------------- src/hb-ot-layout-open-private.h | 12 +++--------- - src/hb-ot-layout.cc | 9 +++++++++ - src/hb-ot-layout.h | 6 ++++++ - src/main.cc | 8 ++++---- + src/hb-ot-layout.cc | 9 +++++++++ + src/hb-ot-layout.h | 6 ++++++ + src/main.cc | 8 ++++---- 8 files changed, 62 insertions(+), 66 deletions(-) commit 855720ca47bf5a7a44eb5b84dce9f7da6e7156bd Author: Behdad Esfahbod -Date: Tue May 26 12:00:28 2009 -0400 +Date: Tue May 26 12:00:28 2009 -0400 [HB] Remove more macros @@ -49371,83 +52744,83 @@ Date: Tue May 26 12:00:28 2009 -0400 commit c968fc2dc87cf85b53f60a40db59d5ee7b992edf Author: Behdad Esfahbod -Date: Mon May 25 04:04:24 2009 -0400 +Date: Mon May 25 04:04:24 2009 -0400 [HB] More buffer cleanup - src/hb-buffer-private.h | 39 +++-------- - src/hb-buffer.c | 136 + src/hb-buffer-private.h | 39 +++-------- + src/hb-buffer.c | 136 ++++++++++++++++++------------------ - src/hb-buffer.h | 22 +++--- - src/hb-ot-layout-gpos-private.h | 29 ++++---- - src/hb-ot-layout-gsub-private.h | 10 +-- - src/hb-ot-layout-gsubgpos-private.h | 8 +-- - src/hb-ot-layout-private.h | 13 ++-- - src/hb-ot-layout.cc | 16 ++--- - src/hb-private.h | 29 -------- + src/hb-buffer.h | 22 +++--- + src/hb-ot-layout-gpos-private.h | 29 ++++---- + src/hb-ot-layout-gsub-private.h | 10 +-- + src/hb-ot-layout-gsubgpos-private.h | 8 +-- + src/hb-ot-layout-private.h | 13 ++-- + src/hb-ot-layout.cc | 16 ++--- + src/hb-private.h | 29 -------- 9 files changed, 125 insertions(+), 177 deletions(-) commit 88a5f5a49b6809d88560791f9cf6b8f78f22a4ad Author: Behdad Esfahbod -Date: Mon May 25 03:39:11 2009 -0400 +Date: Mon May 25 03:39:11 2009 -0400 [HB] Cleanup buffer - src/hb-buffer-private.h | 2 +- - src/hb-buffer.c | 26 ++++++++------ + src/hb-buffer-private.h | 2 +- + src/hb-buffer.c | 26 ++++++++------ src/hb-ot-layout-gsub-private.h | 26 +++++--------- - src/hb-ot-layout-gsubgpos-private.h | 2 +- - src/hb-ot-layout.cc | 71 + src/hb-ot-layout-gsubgpos-private.h | 2 +- + src/hb-ot-layout.cc | 71 ------------------------------------- 5 files changed, 25 insertions(+), 102 deletions(-) commit 347f0b8621d3adfec157e5634ff3defc818ea37f Author: Behdad Esfahbod -Date: Mon May 25 03:30:31 2009 -0400 +Date: Mon May 25 03:30:31 2009 -0400 [HB] Clean more src/hb-ot-layout-private.h | 10 ++++------ - src/hb-ot-layout.cc | 8 ++++---- + src/hb-ot-layout.cc | 8 ++++---- 2 files changed, 8 insertions(+), 10 deletions(-) commit d9d2a07f4a8696666a12f5a206aa9cfb56dc2b35 Author: Behdad Esfahbod -Date: Mon May 25 03:24:19 2009 -0400 +Date: Mon May 25 03:24:19 2009 -0400 [HB] Remove one XXX, add another - src/hb-buffer.h | 2 ++ + src/hb-buffer.h | 2 ++ src/hb-ot-layout-private.h | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) commit 6c78683c042250a7b5a6fc6ebae4717b03fadf9e Author: Behdad Esfahbod -Date: Mon May 25 03:22:19 2009 -0400 +Date: Mon May 25 03:22:19 2009 -0400 [HB] Update copyright years src/hb-buffer-private.h | 2 +- - src/hb-buffer.h | 2 +- - src/hb-common.h | 2 +- + src/hb-buffer.h | 2 +- + src/hb-common.h | 2 +- src/hb-ot-layout-private.h | 2 +- - src/hb-ot-layout.h | 2 +- - src/hb-private.h | 2 +- + src/hb-ot-layout.h | 2 +- + src/hb-private.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) commit 4497af0069a94c69fc1518b1db2c1282721b732a Author: Behdad Esfahbod -Date: Mon May 25 03:20:18 2009 -0400 +Date: Mon May 25 03:20:18 2009 -0400 [HB] Would have helped if I actually knew C++ before using it... - src/hb-ot-layout-gsubgpos-private.h | 4 ++-- + src/hb-ot-layout-gsubgpos-private.h | 4 ++-- src/hb-ot-layout-open-private.h | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) commit cc6c644ff2af5f6669b6ec100ff13e904872b21c Author: Behdad Esfahbod -Date: Mon May 25 03:10:06 2009 -0400 +Date: Mon May 25 03:10:06 2009 -0400 [HB] More cleanup @@ -49457,7 +52830,7 @@ Date: Mon May 25 03:10:06 2009 -0400 commit 20cc86b3592db33731de671f008d7d222776be49 Author: Behdad Esfahbod -Date: Mon May 25 02:41:49 2009 -0400 +Date: Mon May 25 02:41:49 2009 -0400 [HB] Simplify Tag @@ -49467,7 +52840,7 @@ Date: Mon May 25 02:41:49 2009 -0400 commit 3ec0092c5e2d48e8c4fc1618d3bee427adddb1e7 Author: Behdad Esfahbod -Date: Mon May 25 02:34:25 2009 -0400 +Date: Mon May 25 02:34:25 2009 -0400 [HB] Simplify more @@ -49476,41 +52849,41 @@ Date: Mon May 25 02:34:25 2009 -0400 commit 6ad8d5f3c7028147b371137ae4bca6aae66b3489 Author: Behdad Esfahbod -Date: Mon May 25 02:27:29 2009 -0400 +Date: Mon May 25 02:27:29 2009 -0400 [HB] Simplify some basic things src/hb-ot-layout-open-private.h | 90 +++++++++++++++++++++++++++-------------- - src/main.cc | 8 ++-- + src/main.cc | 8 ++-- 2 files changed, 64 insertions(+), 34 deletions(-) commit f96ffd43bce0ac6d9c897933c9be0e51d543e570 Author: Behdad Esfahbod -Date: Sun May 24 15:01:16 2009 -0400 +Date: Sun May 24 15:01:16 2009 -0400 [HB] simplify macros src/hb-buffer-private.h | 4 ++-- - src/hb-buffer.h | 4 ++-- - src/hb-common.h | 8 ++++---- + src/hb-buffer.h | 4 ++-- + src/hb-common.h | 8 ++++---- src/hb-ot-layout-private.h | 4 ++-- - src/hb-ot-layout.h | 4 ++-- + src/hb-ot-layout.h | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) commit 8e7b30782a12f3997b9a5a18e6b9d01f6bff8b46 Author: Behdad Esfahbod -Date: Sun May 24 14:27:24 2009 -0400 +Date: Sun May 24 14:27:24 2009 -0400 [HB] Update text files - src/COPYING | 7 ------- + src/COPYING | 7 ------- src/README | 13 ++----------- 2 files changed, 2 insertions(+), 18 deletions(-) commit fa7d47249496fe00ea1ab6943b385c8dd80e5ce6 Author: Behdad Esfahbod -Date: Sun May 24 14:24:35 2009 -0400 +Date: Sun May 24 14:24:35 2009 -0400 [HB] Remove stale makefile.msc too @@ -49519,40 +52892,40 @@ Date: Sun May 24 14:24:35 2009 -0400 commit da2c52abcd75d46929b34cad55c4fb2c8892bc08 Author: Behdad Esfahbod -Date: Sun May 24 14:22:22 2009 -0400 +Date: Sun May 24 14:22:22 2009 -0400 [HB] Remove old code! Goodbye 16 thousand lines of ten-year old code! src/harfbuzz-dump-main.c | 97 - - src/harfbuzz-dump.c | 768 ------ - src/harfbuzz-dump.h | 41 - + src/harfbuzz-dump.c | 768 ------ + src/harfbuzz-dump.h | 41 - src/harfbuzz-gdef-private.h | 124 - - src/harfbuzz-gdef.c | 1160 -------- - src/harfbuzz-gdef.h | 135 - - src/harfbuzz-global.h | 84 - + src/harfbuzz-gdef.c | 1160 -------- + src/harfbuzz-gdef.h | 135 - + src/harfbuzz-global.h | 84 - src/harfbuzz-gpos-private.h | 712 ----- - src/harfbuzz-gpos.c | 6071 + src/harfbuzz-gpos.c | 6071 ----------------------------------------- - src/harfbuzz-gpos.h | 174 -- + src/harfbuzz-gpos.h | 174 -- src/harfbuzz-gsub-private.h | 476 ---- - src/harfbuzz-gsub.c | 4304 ----------------------------- - src/harfbuzz-gsub.h | 140 - - src/harfbuzz-impl.c | 84 - - src/harfbuzz-impl.h | 126 - + src/harfbuzz-gsub.c | 4304 ----------------------------- + src/harfbuzz-gsub.h | 140 - + src/harfbuzz-impl.c | 84 - + src/harfbuzz-impl.h | 126 - src/harfbuzz-open-private.h | 102 - - src/harfbuzz-open.c | 1405 ---------- - src/harfbuzz-open.h | 282 -- + src/harfbuzz-open.c | 1405 ---------- + src/harfbuzz-open.h | 282 -- src/harfbuzz-stream-private.h | 83 - - src/harfbuzz-stream.c | 257 -- - src/harfbuzz.c | 31 - - src/harfbuzz.h | 35 - + src/harfbuzz-stream.c | 257 -- + src/harfbuzz.c | 31 - + src/harfbuzz.h | 35 - 22 files changed, 16691 deletions(-) commit e5372f1621602dcee4e14a4b22dc182c21502a50 Author: Behdad Esfahbod -Date: Sun May 24 14:21:27 2009 -0400 +Date: Sun May 24 14:21:27 2009 -0400 [HB] Remove stale TODO mark @@ -49561,7 +52934,7 @@ Date: Sun May 24 14:21:27 2009 -0400 commit 96908b898476ca5d7da5f386b15be76f9e83d76e Author: Behdad Esfahbod -Date: Sun May 24 12:30:40 2009 -0400 +Date: Sun May 24 12:30:40 2009 -0400 [HB] Add FixedVersion cast to int @@ -49570,7 +52943,7 @@ Date: Sun May 24 12:30:40 2009 -0400 commit 957740dd253475020a94a62ec5dfcd03e3358176 Author: Behdad Esfahbod -Date: Sun May 24 12:29:55 2009 -0400 +Date: Sun May 24 12:29:55 2009 -0400 [HB] Simplify tag @@ -49579,19 +52952,19 @@ Date: Sun May 24 12:29:55 2009 -0400 commit 87fcdcbe3644da10154688765db2d62eb9ac079a Author: Behdad Esfahbod -Date: Sun May 24 01:03:24 2009 -0400 +Date: Sun May 24 01:03:24 2009 -0400 [HB] Remove unused data types - src/hb-ot-layout-gdef-private.h | 2 +- - src/hb-ot-layout-gsubgpos-private.h | 2 +- + src/hb-ot-layout-gdef-private.h | 2 +- + src/hb-ot-layout-gsubgpos-private.h | 2 +- src/hb-ot-layout-open-private.h | 54 ++++--------------------------------- 3 files changed, 7 insertions(+), 51 deletions(-) commit 5876bf1b73fcb56cc41b4d348248a4817f9688cb Author: Behdad Esfahbod -Date: Sun May 24 00:53:28 2009 -0400 +Date: Sun May 24 00:53:28 2009 -0400 [HB] Simplify version check in GSUB/GPOS @@ -49601,20 +52974,20 @@ Date: Sun May 24 00:53:28 2009 -0400 commit 212aba6189d7aaac0bab169b77ae6bdab16800a5 Author: Behdad Esfahbod -Date: Sun May 24 00:50:27 2009 -0400 +Date: Sun May 24 00:50:27 2009 -0400 [HB] Check for GDEF/GSUB/GPOS versions - src/hb-ot-layout-gdef-private.h | 3 +-- - src/hb-ot-layout-gpos-private.h | 3 +-- - src/hb-ot-layout-gsub-private.h | 3 +-- - src/hb-ot-layout-gsubgpos-private.h | 5 ++--- + src/hb-ot-layout-gdef-private.h | 3 +-- + src/hb-ot-layout-gpos-private.h | 3 +-- + src/hb-ot-layout-gsub-private.h | 3 +-- + src/hb-ot-layout-gsubgpos-private.h | 5 ++--- src/hb-ot-layout-open-private.h | 11 ++++++++++- 5 files changed, 15 insertions(+), 10 deletions(-) commit a21b5062cc32c04eeee3c4b20d26c7e2b34133e9 Author: Behdad Esfahbod -Date: Sat May 23 22:39:42 2009 -0400 +Date: Sat May 23 22:39:42 2009 -0400 [HB] Minor @@ -49624,7 +52997,7 @@ Date: Sat May 23 22:39:42 2009 -0400 commit a080b1cc2f66d6e109d431a1e09519d7cf53bb9a Author: Behdad Esfahbod -Date: Sat May 23 18:50:44 2009 -0400 +Date: Sat May 23 18:50:44 2009 -0400 [HB] Add TODO items @@ -49633,7 +53006,7 @@ Date: Sat May 23 18:50:44 2009 -0400 commit e4efdd80a8fa4edbcdec9cd84f35f5f4521943c2 Author: Behdad Esfahbod -Date: Fri May 22 18:54:24 2009 -0400 +Date: Fri May 22 18:54:24 2009 -0400 [GDEF] Add some get_carret_value() code @@ -49642,7 +53015,7 @@ Date: Fri May 22 18:54:24 2009 -0400 commit 9b006bc0322723d065271e4b0ea4f137f81101e1 Author: Behdad Esfahbod -Date: Fri May 22 18:29:45 2009 -0400 +Date: Fri May 22 18:29:45 2009 -0400 [GPOS] MarkLigPosFormat1 @@ -49654,7 +53027,7 @@ Date: Fri May 22 18:29:45 2009 -0400 commit 923923feb248250626c637c11a886804011197b0 Author: Behdad Esfahbod -Date: Fri May 22 17:58:09 2009 -0400 +Date: Fri May 22 17:58:09 2009 -0400 [HB] Remove apply_subtables() again @@ -49664,7 +53037,7 @@ Date: Fri May 22 17:58:09 2009 -0400 commit d468f9af5b9fdc2713b0b86f28129e4190ee5053 Author: Behdad Esfahbod -Date: Thu May 21 22:31:33 2009 -0400 +Date: Thu May 21 22:31:33 2009 -0400 [HB] Share Extension lookup code between GSUB and GPOS @@ -49676,7 +53049,7 @@ Date: Thu May 21 22:31:33 2009 -0400 commit 498f1909e0f7a32484b2058622c4a018cbfc1334 Author: Behdad Esfahbod -Date: Thu May 21 15:51:04 2009 -0400 +Date: Thu May 21 15:51:04 2009 -0400 [GPOS] Remove printf. MarkMarkPos1 is working @@ -49687,9 +53060,9 @@ Date: Thu May 21 15:51:04 2009 -0400 commit c7d457aa3ae7138630f52ca7263f663a3ea284c0 Author: Behdad Esfahbod -Date: Thu May 21 12:46:29 2009 -0400 +Date: Thu May 21 12:46:29 2009 -0400 - [HB] Ouch. Add files. + [HB] Ouch. Add files. src/hb-common.h | 13 +++++----- src/hb-private.h | 74 @@ -49698,31 +53071,31 @@ Date: Thu May 21 12:46:29 2009 -0400 commit fe550f4dd815285e9de8c3cbff810b0a1c7b377f Author: Behdad Esfahbod -Date: Thu May 21 08:27:07 2009 -0400 +Date: Thu May 21 08:27:07 2009 -0400 [GPOS] MarkMarkPosFormat1 Still not quite working. - src/TODO | 4 +- + src/TODO | 4 +- src/hb-ot-layout-gpos-private.h | 105 +++++++++++++++++++++++++++++----------- 2 files changed, 79 insertions(+), 30 deletions(-) commit 357ccde36bba01a405d59b7da061fc5048cdc7b4 Author: Behdad Esfahbod -Date: Thu May 21 06:32:01 2009 -0400 +Date: Thu May 21 06:32:01 2009 -0400 [GPOS] MarkBasePosFormat1 - src/TODO | 1 + + src/TODO | 1 + src/hb-ot-layout-gpos-private.h | 62 +++++++++++++++++++++++++++++++++++++---- 2 files changed, 58 insertions(+), 5 deletions(-) commit 377bfc5860ae018f54e4a2dd737b4b000383ab54 Author: Behdad Esfahbod -Date: Thu May 21 04:58:24 2009 -0400 +Date: Thu May 21 04:58:24 2009 -0400 [GPOS] Implement MarkArray interface @@ -49731,7 +53104,7 @@ Date: Thu May 21 04:58:24 2009 -0400 commit c18ec2b1d7b8c7abe6ebf4b53c9ec75d5c9bb255 Author: Behdad Esfahbod -Date: Thu May 21 04:54:01 2009 -0400 +Date: Thu May 21 04:54:01 2009 -0400 [GPOS] Implement Device support in AnchorFormat3 @@ -49740,7 +53113,7 @@ Date: Thu May 21 04:54:01 2009 -0400 commit fca6a0d158b847181dcf67a13f34499177df899b Author: Behdad Esfahbod -Date: Thu May 21 04:49:04 2009 -0400 +Date: Thu May 21 04:49:04 2009 -0400 [GPOS] Remove apply_value() return value @@ -49750,18 +53123,18 @@ Date: Thu May 21 04:49:04 2009 -0400 commit fb3b5ccfefc4c38c9184d432703e81f73e1f5bc7 Author: Behdad Esfahbod -Date: Thu May 21 04:47:05 2009 -0400 +Date: Thu May 21 04:47:05 2009 -0400 [GPOS] Start MarkBasePosFormat1 - src/TODO | 1 + + src/TODO | 1 + src/hb-ot-layout-gpos-private.h | 38 +++++++++++++++++--------------------- 2 files changed, 18 insertions(+), 21 deletions(-) commit ee8776d9e009a7fb8e1f3c1f9cf3ad42d9746a16 Author: Behdad Esfahbod -Date: Wed May 20 15:46:12 2009 -0400 +Date: Wed May 20 15:46:12 2009 -0400 [HB] Add TODO item @@ -49771,7 +53144,7 @@ Date: Wed May 20 15:46:12 2009 -0400 commit c6456ca5cfc35095378dcf29f8edc33ece9c3ea1 Author: Behdad Esfahbod -Date: Wed May 20 06:15:23 2009 -0400 +Date: Wed May 20 06:15:23 2009 -0400 [HB] Add TODO item @@ -49780,52 +53153,52 @@ Date: Wed May 20 06:15:23 2009 -0400 commit 3015c4175179a1816aad2a4950da9a3b8baf2578 Author: Behdad Esfahbod -Date: Wed May 20 06:01:16 2009 -0400 +Date: Wed May 20 06:01:16 2009 -0400 [HB] Remove last dependence on the old code base! - src/hb-buffer-private.h | 88 + src/hb-buffer-private.h | 88 ++++++++++++++++++++--------------------- - src/hb-buffer.c | 47 +++++++++++----------- + src/hb-buffer.c | 47 +++++++++++----------- src/hb-ot-layout-gpos-private.h | 11 ++---- src/hb-ot-layout-gsub-private.h | 12 +++--- - src/hb-ot-layout.cc | 16 ++++---- + src/hb-ot-layout.cc | 16 ++++---- 5 files changed, 85 insertions(+), 89 deletions(-) commit 5c0adce1ccc739415c4b26ff13ffd2d77ea4bc6c Author: Behdad Esfahbod -Date: Wed May 20 05:42:12 2009 -0400 +Date: Wed May 20 05:42:12 2009 -0400 [HB] Rename harfbuzz-buffer to hb-buffer - src/Makefile.am | 5 +++-- + src/Makefile.am | 5 +++-- src/{harfbuzz-buffer-private.h => hb-buffer-private.h} | 8 ++++---- - src/{harfbuzz-buffer.c => hb-buffer.c} | 6 ++---- - src/{harfbuzz-buffer.h => hb-buffer.h} | 8 ++++---- - src/hb-ot-layout-gsubgpos-private.h | 2 +- - src/hb-ot-layout-private.h | 2 +- - src/hb-ot-layout.cc | 5 +++-- - src/hb-ot-layout.h | 2 +- + src/{harfbuzz-buffer.c => hb-buffer.c} | 6 ++---- + src/{harfbuzz-buffer.h => hb-buffer.h} | 8 ++++---- + src/hb-ot-layout-gsubgpos-private.h | 2 +- + src/hb-ot-layout-private.h | 2 +- + src/hb-ot-layout.cc | 5 +++-- + src/hb-ot-layout.h | 2 +- 8 files changed, 19 insertions(+), 19 deletions(-) commit b857b49c82782d29d6d189f1a9f4a84d39cd84ea Author: Behdad Esfahbod -Date: Wed May 20 05:35:14 2009 -0400 +Date: Wed May 20 05:35:14 2009 -0400 [HB] Remove all references to the old code! - src/Makefile.am | 76 +++++++--------------- - src/harfbuzz-buffer.c | 154 + src/Makefile.am | 76 +++++++--------------- + src/harfbuzz-buffer.c | 154 +++++++++++++++++++-------------------------- - src/harfbuzz-buffer.h | 80 +++++++++++------------ - src/hb-ot-layout-private.h | 6 +- - src/hb-ot-layout.cc | 17 ++--- - src/hb-ot-layout.h | 1 + + src/harfbuzz-buffer.h | 80 +++++++++++------------ + src/hb-ot-layout-private.h | 6 +- + src/hb-ot-layout.cc | 17 ++--- + src/hb-ot-layout.h | 1 + 6 files changed, 137 insertions(+), 197 deletions(-) commit e1593a6e620ee6a8184487185d1c95e0d1820ba5 Author: Behdad Esfahbod -Date: Wed May 20 04:51:30 2009 -0400 +Date: Wed May 20 04:51:30 2009 -0400 [GPOS] Finally it's working, up to Cursive @@ -49837,20 +53210,20 @@ Date: Wed May 20 04:51:30 2009 -0400 commit 0f7e6b2cead0c7d527ef68ededb27e0afd71d819 Author: Behdad Esfahbod -Date: Wed May 20 04:16:35 2009 -0400 +Date: Wed May 20 04:16:35 2009 -0400 [GPOS] Fix more brokenness - src/Makefile.am | 2 +- + src/Makefile.am | 2 +- src/hb-ot-layout-gpos-private.h | 37 ++++++++++++++++++++----------------- - src/hb-ot-layout.cc | 7 +++++++ - src/hb-ot-layout.h | 5 +++++ + src/hb-ot-layout.cc | 7 +++++++ + src/hb-ot-layout.h | 5 +++++ 4 files changed, 33 insertions(+), 18 deletions(-) commit ff05d257dd43221b7c8ebead188e78495daa8eda Author: Behdad Esfahbod -Date: Wed May 20 03:53:00 2009 -0400 +Date: Wed May 20 03:53:00 2009 -0400 [HB] Move lookup types enum into subtable class @@ -49861,7 +53234,7 @@ Date: Wed May 20 03:53:00 2009 -0400 commit 263bbef7670b59aa88ef9ba910579dfa51226524 Author: Behdad Esfahbod -Date: Wed May 20 00:00:09 2009 -0400 +Date: Wed May 20 00:00:09 2009 -0400 [GDEF] Simplify Device access @@ -49870,22 +53243,22 @@ Date: Wed May 20 00:00:09 2009 -0400 commit 60d77cf05fddc5304b4b1fc19cdedba15cbee1e9 Author: Behdad Esfahbod -Date: Tue May 19 23:58:54 2009 -0400 +Date: Tue May 19 23:58:54 2009 -0400 [HB] Indentation src/hb-ot-layout-common-private.h | 170 +++++++++++++++++------------------- - src/hb-ot-layout-gdef-private.h | 65 +++++++------- + src/hb-ot-layout-gdef-private.h | 65 +++++++------- src/hb-ot-layout-gsubgpos-private.h | 150 +++++++++++++++++-------------- src/hb-ot-layout-open-private.h | 159 ++++++++++++++++----------------- - src/hb-ot-layout-private.h | 9 +- + src/hb-ot-layout-private.h | 9 +- 5 files changed, 288 insertions(+), 265 deletions(-) commit 90de3dfff9e82dae20b7517642511aebaf736b74 Author: Behdad Esfahbod -Date: Tue May 19 23:43:04 2009 -0400 +Date: Tue May 19 23:43:04 2009 -0400 [HB] Remove unused methods @@ -49894,7 +53267,7 @@ Date: Tue May 19 23:43:04 2009 -0400 commit 4c44d830d79431fcb143df2b5a29cdc8e8fccef3 Author: Behdad Esfahbod -Date: Tue May 19 23:42:30 2009 -0400 +Date: Tue May 19 23:42:30 2009 -0400 [HB] Indentation @@ -49906,18 +53279,18 @@ Date: Tue May 19 23:42:30 2009 -0400 commit d18fd8e3f7185f531fa4c4988d3f5d5c5282b8eb Author: Behdad Esfahbod -Date: Tue May 19 23:25:41 2009 -0400 +Date: Tue May 19 23:25:41 2009 -0400 [GPOS] CursivePosFormat1 src/hb-ot-layout-gpos-private.h | 174 ++++++++++++++++++++++++++++++++++++++-- - src/hb-ot-layout-private.h | 2 +- + src/hb-ot-layout-private.h | 2 +- 2 files changed, 169 insertions(+), 7 deletions(-) commit 70632add333e4ab38f8f485bb87b25116128cf92 Author: Behdad Esfahbod -Date: Tue May 19 22:30:09 2009 -0400 +Date: Tue May 19 22:30:09 2009 -0400 [GSUB] PairPosFormat2 @@ -49927,7 +53300,7 @@ Date: Tue May 19 22:30:09 2009 -0400 commit b24ecbadf44d56fd3286d1d3ff6928151ccec9bd Author: Behdad Esfahbod -Date: Tue May 19 22:16:04 2009 -0400 +Date: Tue May 19 22:16:04 2009 -0400 [GPOS] PairPosFormat1 @@ -49937,12 +53310,12 @@ Date: Tue May 19 22:16:04 2009 -0400 commit 056c7ec1aea1eca60a3b20b583b8a8072be9d758 Author: Behdad Esfahbod -Date: Mon May 18 19:47:52 2009 -0400 +Date: Mon May 18 19:47:52 2009 -0400 [GPOS] Start filling apply() functions in - src/harfbuzz-buffer-private.h | 1 + - src/harfbuzz-buffer.c | 3 - + src/harfbuzz-buffer-private.h | 1 + + src/harfbuzz-buffer.c | 3 - src/hb-ot-layout-common-private.h | 35 ++++++----- src/hb-ot-layout-gpos-private.h | 127 ++++++++++++++++++++++++++++---------- @@ -49950,7 +53323,7 @@ Date: Mon May 18 19:47:52 2009 -0400 commit 4fa77d3c4305a76b956de8c1a9b83a961d035a80 Author: Behdad Esfahbod -Date: Mon May 18 18:44:54 2009 -0400 +Date: Mon May 18 18:44:54 2009 -0400 [HB] Use enums @@ -49960,18 +53333,18 @@ Date: Mon May 18 18:44:54 2009 -0400 commit 6b54c5d0446b514fbb6521e7e9e614d153435f0e Author: Behdad Esfahbod -Date: Mon May 18 18:30:25 2009 -0400 +Date: Mon May 18 18:30:25 2009 -0400 [HB] More reference cast simplification - src/hb-ot-layout-gsub-private.h | 8 ++++---- + src/hb-ot-layout-gsub-private.h | 8 ++++---- src/hb-ot-layout-gsubgpos-private.h | 28 ++++++++++++++-------------- - src/hb-ot-layout-open-private.h | 2 +- + src/hb-ot-layout-open-private.h | 2 +- 3 files changed, 19 insertions(+), 19 deletions(-) commit eb0dfc830e09405492f494c85380e133ac5d0ea3 Author: Behdad Esfahbod -Date: Mon May 18 18:22:44 2009 -0400 +Date: Mon May 18 18:22:44 2009 -0400 [HB] Rename LOOKUP_ARGS to APPLY_ARGS @@ -49985,7 +53358,7 @@ Date: Mon May 18 18:22:44 2009 -0400 commit 2a8e6accdf798a78ff180dcb593140592d62b872 Author: Behdad Esfahbod -Date: Mon May 18 18:21:44 2009 -0400 +Date: Mon May 18 18:21:44 2009 -0400 [HB] Internally rename position() and substitute() to apply() @@ -49997,7 +53370,7 @@ Date: Mon May 18 18:21:44 2009 -0400 commit f6c8a6eacf27fd1c509d07c85985f0367c5e475f Author: Behdad Esfahbod -Date: Mon May 18 18:01:19 2009 -0400 +Date: Mon May 18 18:01:19 2009 -0400 [HB] Simplify casts @@ -50009,32 +53382,32 @@ Date: Mon May 18 18:01:19 2009 -0400 commit 9c42f05a5ccbb48a9367b80ecdf3679e88088fcf Author: Behdad Esfahbod -Date: Mon May 18 17:43:49 2009 -0400 +Date: Mon May 18 17:43:49 2009 -0400 Switch Pango to new, defunt, GPOS src/hb-ot-layout-gpos-private.h | 22 +++++++++++++++------- - src/hb-ot-layout.cc | 13 +++++++++++++ - src/hb-ot-layout.h | 5 +++++ + src/hb-ot-layout.cc | 13 +++++++++++++ + src/hb-ot-layout.h | 5 +++++ 3 files changed, 33 insertions(+), 7 deletions(-) commit 5e5eb0573f7ea2ce2cf037fef0df70a4351e82c0 Author: Behdad Esfahbod -Date: Mon May 18 17:09:33 2009 -0400 +Date: Mon May 18 17:09:33 2009 -0400 [HB] Start GPOS! src/hb-ot-layout-gpos-private.h | 915 ++++++++++++++++++++++++++++++++++++++++ src/hb-ot-layout-gsub-private.h | 2 - - src/hb-ot-layout-private.h | 15 +- - src/hb-ot-layout.cc | 5 +- - src/hb-ot-layout.h | 8 +- + src/hb-ot-layout-private.h | 15 +- + src/hb-ot-layout.cc | 5 +- + src/hb-ot-layout.h | 8 +- 5 files changed, 936 insertions(+), 9 deletions(-) commit 64e67f7599deeec98b104f8b70d0d321cf96799d Author: Behdad Esfahbod -Date: Mon May 18 15:32:40 2009 -0400 +Date: Mon May 18 15:32:40 2009 -0400 [GSUB] Minor @@ -50043,7 +53416,7 @@ Date: Mon May 18 15:32:40 2009 -0400 commit d79cae0b4eef8c2694ada791bb8e427c1202875e Author: Behdad Esfahbod -Date: Mon May 18 13:50:15 2009 -0400 +Date: Mon May 18 13:50:15 2009 -0400 [HB] Minor @@ -50052,7 +53425,7 @@ Date: Mon May 18 13:50:15 2009 -0400 commit 8533bb985e6af2b656d7c45620d8f11f36330b85 Author: Behdad Esfahbod -Date: Mon May 18 06:00:12 2009 -0400 +Date: Mon May 18 06:00:12 2009 -0400 [GSUB] Protect against mismatching Extension subtable types @@ -50061,7 +53434,7 @@ Date: Mon May 18 06:00:12 2009 -0400 commit 969afd706e9b52adc79f6210c0088b2c6bbae9bc Author: Behdad Esfahbod -Date: Mon May 18 05:47:47 2009 -0400 +Date: Mon May 18 05:47:47 2009 -0400 [GSUB] Implement ReverseChainSingleSubst @@ -50074,19 +53447,19 @@ Date: Mon May 18 05:47:47 2009 -0400 commit 4acaffd786a11b5bd7d41b39fc65625fd8cd5077 Author: Behdad Esfahbod -Date: Mon May 18 05:29:29 2009 -0400 +Date: Mon May 18 05:29:29 2009 -0400 [HB] Don't use G_LIKELY! src/hb-ot-layout-gsub-private.h | 12 ++++++------ src/hb-ot-layout-gsubgpos-private.h | 12 ++++++------ - src/hb-ot-layout-open-private.h | 4 ++-- - src/hb-ot-layout.cc | 6 +++--- + src/hb-ot-layout-open-private.h | 4 ++-- + src/hb-ot-layout.cc | 6 +++--- 4 files changed, 17 insertions(+), 17 deletions(-) commit 3dcb12f171ebbf44461e6ce6439d286c9520dd88 Author: Behdad Esfahbod -Date: Mon May 18 05:22:32 2009 -0400 +Date: Mon May 18 05:22:32 2009 -0400 [GSUB] Oops, fix Extension check @@ -50095,29 +53468,29 @@ Date: Mon May 18 05:22:32 2009 -0400 commit 2e8fb6c38dbc01cb77b384c0ae0212514dfbb588 Author: Behdad Esfahbod -Date: Mon May 18 04:37:37 2009 -0400 +Date: Mon May 18 04:37:37 2009 -0400 [HB] Tweak some constants and fix Coverage src/hb-ot-layout-common-private.h | 11 ++++++----- - src/hb-ot-layout-gsubgpos-private.h | 2 ++ - src/hb-ot-layout-open-private.h | 6 +++--- + src/hb-ot-layout-gsubgpos-private.h | 2 ++ + src/hb-ot-layout-open-private.h | 6 +++--- 3 files changed, 11 insertions(+), 8 deletions(-) commit d6aae5f5cad54fc5dac8b0ff10a3921ebda533d4 Author: Behdad Esfahbod -Date: Mon May 18 04:25:22 2009 -0400 +Date: Mon May 18 04:25:22 2009 -0400 [HB] Cleanup TODOs src/hb-ot-layout-gsub-private.h | 12 ++++++------ src/hb-ot-layout-open-private.h | 2 +- - src/hb-ot-layout.cc | 4 ++-- + src/hb-ot-layout.cc | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) commit 122f21fb9a3a0b914575929a3be11884f1ae00c0 Author: Behdad Esfahbod -Date: Mon May 18 04:21:53 2009 -0400 +Date: Mon May 18 04:21:53 2009 -0400 [GSUB] Fix context_length handling in Ligature too @@ -50127,7 +53500,7 @@ Date: Mon May 18 04:21:53 2009 -0400 commit 47958dea214fd55725bf04aa13d233870255fb03 Author: Behdad Esfahbod -Date: Mon May 18 04:17:47 2009 -0400 +Date: Mon May 18 04:17:47 2009 -0400 [HB] Minor cleanup @@ -50136,7 +53509,7 @@ Date: Mon May 18 04:17:47 2009 -0400 commit e73a0c2a903112ce9a35b95e14e10ab8ea2dc337 Author: Behdad Esfahbod -Date: Mon May 18 04:15:25 2009 -0400 +Date: Mon May 18 04:15:25 2009 -0400 [HB] Correctly skip glyphs when applying (Chain)Context lookups @@ -50145,17 +53518,17 @@ Date: Mon May 18 04:15:25 2009 -0400 commit 7cff75babd64cd49dd2b3faaa15193d12c098f42 Author: Behdad Esfahbod -Date: Mon May 18 04:09:05 2009 -0400 +Date: Mon May 18 04:09:05 2009 -0400 [HB] Fix context_length checking src/hb-ot-layout-gsubgpos-private.h | 23 +++++++++++++---------- - src/hb-ot-layout-open-private.h | 2 +- + src/hb-ot-layout-open-private.h | 2 +- 2 files changed, 14 insertions(+), 11 deletions(-) commit d0ba0557007798db2c60ddd0b7a5a0624cd1698d Author: Behdad Esfahbod -Date: Mon May 18 03:56:39 2009 -0400 +Date: Mon May 18 03:56:39 2009 -0400 [HB] ChainContext complete @@ -50167,7 +53540,7 @@ Date: Mon May 18 03:56:39 2009 -0400 commit e072c24e79f0e7c1e078a87c782ab5dd8f21dcda Author: Behdad Esfahbod -Date: Mon May 18 03:47:31 2009 -0400 +Date: Mon May 18 03:47:31 2009 -0400 [HB] Implement backtrack matching @@ -50177,7 +53550,7 @@ Date: Mon May 18 03:47:31 2009 -0400 commit 02e1e5c63fa4f896053fa3c21e495239e1e9caa2 Author: Behdad Esfahbod -Date: Mon May 18 02:47:57 2009 -0400 +Date: Mon May 18 02:47:57 2009 -0400 [HB] One more step to go, for fully working GSUB and ChainContext @@ -50187,7 +53560,7 @@ Date: Mon May 18 02:47:57 2009 -0400 commit f14c2b7acfba75b8a6880f41ceec758f9a56abce Author: Behdad Esfahbod -Date: Mon May 18 02:36:18 2009 -0400 +Date: Mon May 18 02:36:18 2009 -0400 [HB] Further modularize Context matching @@ -50197,7 +53570,7 @@ Date: Mon May 18 02:36:18 2009 -0400 commit 13ed4405c558e445b052360f1ed8ee27ecf48e6e Author: Behdad Esfahbod -Date: Mon May 18 02:14:37 2009 -0400 +Date: Mon May 18 02:14:37 2009 -0400 [HB] A step closer to working ChainContext @@ -50207,18 +53580,18 @@ Date: Mon May 18 02:14:37 2009 -0400 commit e8cbaaf6d538036ff9b880b018db402e0895ed01 Author: Behdad Esfahbod -Date: Mon May 18 02:03:58 2009 -0400 +Date: Mon May 18 02:03:58 2009 -0400 [HB] Add HeadlessArrayTo<> src/hb-ot-layout-gsub-private.h | 10 ++++------ - src/hb-ot-layout-gsubgpos-private.h | 5 ++--- + src/hb-ot-layout-gsubgpos-private.h | 5 ++--- src/hb-ot-layout-open-private.h | 19 +++++++++++++++++++ 3 files changed, 25 insertions(+), 9 deletions(-) commit dcb6b60254951a2831c03f3196962d229f7e556c Author: Behdad Esfahbod -Date: Mon May 18 01:49:57 2009 -0400 +Date: Mon May 18 01:49:57 2009 -0400 [HB] More template goodness @@ -50228,19 +53601,19 @@ Date: Mon May 18 01:49:57 2009 -0400 commit aa3d7adca5c821c91a2a1b5380fd6b3d19656ab1 Author: Behdad Esfahbod -Date: Sun May 17 23:17:56 2009 -0400 +Date: Sun May 17 23:17:56 2009 -0400 [HB] More churning towards ChainContext lookups - src/hb-ot-layout-common-private.h | 6 +- - src/hb-ot-layout-gsub-private.h | 15 +++- + src/hb-ot-layout-common-private.h | 6 +- + src/hb-ot-layout-gsub-private.h | 15 +++- src/hb-ot-layout-gsubgpos-private.h | 174 ++++++++++++++++++++++-------------- 3 files changed, 125 insertions(+), 70 deletions(-) commit 48f16ed96ac7041b511d9e0864623d2aa09c6da3 Author: Behdad Esfahbod -Date: Sun May 17 22:11:30 2009 -0400 +Date: Sun May 17 22:11:30 2009 -0400 [HB] Towards sharing Context and ChainContext code @@ -50250,7 +53623,7 @@ Date: Sun May 17 22:11:30 2009 -0400 commit 6cf2a52593cb4b23e3efe5e16228e3172bdcdd05 Author: Behdad Esfahbod -Date: Sun May 17 21:11:49 2009 -0400 +Date: Sun May 17 21:11:49 2009 -0400 [HB] Add check to avoid infinite recursion @@ -50259,7 +53632,7 @@ Date: Sun May 17 21:11:49 2009 -0400 commit 887c4b44165eeb8ac7fb09bc4474d11720b94a9e Author: Behdad Esfahbod -Date: Sun May 17 21:06:08 2009 -0400 +Date: Sun May 17 21:06:08 2009 -0400 [HB] Cosmetic @@ -50268,7 +53641,7 @@ Date: Sun May 17 21:06:08 2009 -0400 commit ca5290f4994e1b2db4dac03f7a22b7071441ba06 Author: Behdad Esfahbod -Date: Sun May 17 20:48:27 2009 -0400 +Date: Sun May 17 20:48:27 2009 -0400 [HB] Start ChainContext and ReverseChainSingleSubst lookups @@ -50279,7 +53652,7 @@ Date: Sun May 17 20:48:27 2009 -0400 commit 433f4aea741e39df079126769441b79ab64fd236 Author: Behdad Esfahbod -Date: Sun May 17 20:30:05 2009 -0400 +Date: Sun May 17 20:30:05 2009 -0400 [HB] Remove stale TODO @@ -50288,22 +53661,22 @@ Date: Sun May 17 20:30:05 2009 -0400 commit 6f20f72e9c58ba23db2e31afa5d331acfea3d77e Author: Behdad Esfahbod -Date: Sun May 17 20:28:01 2009 -0400 +Date: Sun May 17 20:28:01 2009 -0400 [HB] Split Layout-common tables into new files src/hb-ot-layout-common-private.h | 429 ++++++++++++++++++++++++++++++++++++ - src/hb-ot-layout-gdef-private.h | 3 +- - src/hb-ot-layout-gsub-private.h | 1 + - src/hb-ot-layout-gsubgpos-private.h | 2 + + src/hb-ot-layout-gdef-private.h | 3 +- + src/hb-ot-layout-gsub-private.h | 1 + + src/hb-ot-layout-gsubgpos-private.h | 2 + src/hb-ot-layout-open-private.h | 408 ---------------------------------- 5 files changed, 434 insertions(+), 409 deletions(-) commit f45107fe0904414f1266648a6c42849c494fe611 Author: Behdad Esfahbod -Date: Sun May 17 20:13:02 2009 -0400 +Date: Sun May 17 20:13:02 2009 -0400 [HB] More shuffling @@ -50315,7 +53688,7 @@ Date: Sun May 17 20:13:02 2009 -0400 commit f8dc67b3c24dfc805da756a73cb217b36e16b4b8 Author: Behdad Esfahbod -Date: Sun May 17 19:47:54 2009 -0400 +Date: Sun May 17 19:47:54 2009 -0400 [HB] Cleanup format unions @@ -50328,7 +53701,7 @@ Date: Sun May 17 19:47:54 2009 -0400 commit da1097bc3b1995776c205707fd2b17603b804646 Author: Behdad Esfahbod -Date: Sun May 17 19:31:18 2009 -0400 +Date: Sun May 17 19:31:18 2009 -0400 [HB] Use four bytes for Null Tag, not 5 @@ -50337,7 +53710,7 @@ Date: Sun May 17 19:31:18 2009 -0400 commit 19fc24f268b985d30971307ac2055622d11cb21f Author: Behdad Esfahbod -Date: Sun May 17 09:45:32 2009 -0400 +Date: Sun May 17 09:45:32 2009 -0400 [HB] Couple size checks @@ -50348,7 +53721,7 @@ Date: Sun May 17 09:45:32 2009 -0400 commit ecf17e849db19599bbb816d0018380ebf979576b Author: Behdad Esfahbod -Date: Sun May 17 09:34:41 2009 -0400 +Date: Sun May 17 09:34:41 2009 -0400 [HB] Propagate property of first glyph @@ -50356,12 +53729,12 @@ Date: Sun May 17 09:34:41 2009 -0400 src/hb-ot-layout-gsub-private.h | 100 +++++++++++++++++++----------------- - src/hb-ot-layout-gsubgpos-private.h | 7 +-- + src/hb-ot-layout-gsubgpos-private.h | 7 +-- 2 files changed, 56 insertions(+), 51 deletions(-) commit eca8e33710cfce51454e64d974ff0c28b0eefa14 Author: Behdad Esfahbod -Date: Sun May 17 09:07:27 2009 -0400 +Date: Sun May 17 09:07:27 2009 -0400 [GSUB] Further optimize the main switch @@ -50370,7 +53743,7 @@ Date: Sun May 17 09:07:27 2009 -0400 commit 13068232e7054748ae5ba0d961ee5a95b959e92e Author: Behdad Esfahbod -Date: Sun May 17 08:59:01 2009 -0400 +Date: Sun May 17 08:59:01 2009 -0400 [HB] Unify first glyph property checking @@ -50381,11 +53754,11 @@ Date: Sun May 17 08:59:01 2009 -0400 commit 66bf7ce4e3135535c110a917178b84c4a2b1d11f Author: Behdad Esfahbod -Date: Sun May 17 08:28:42 2009 -0400 +Date: Sun May 17 08:28:42 2009 -0400 [HB] Move Context matching logic out of GSUB - src/hb-ot-layout-gdef-private.h | 2 - + src/hb-ot-layout-gdef-private.h | 2 - src/hb-ot-layout-gsub-private.h | 331 +--------------------------------- src/hb-ot-layout-gsubgpos-private.h | 347 @@ -50394,7 +53767,7 @@ Date: Sun May 17 08:28:42 2009 -0400 commit a1625528cd5ed94bc8f18903da3300e823ee5b54 Author: Behdad Esfahbod -Date: Sun May 17 07:52:11 2009 -0400 +Date: Sun May 17 07:52:11 2009 -0400 [GSUB] Unify ContextSubst matching @@ -50404,7 +53777,7 @@ Date: Sun May 17 07:52:11 2009 -0400 commit c36238bea40e9e2b589028eb6de0710455b31585 Author: Behdad Esfahbod -Date: Sun May 17 07:39:34 2009 -0400 +Date: Sun May 17 07:39:34 2009 -0400 [HB] Renames @@ -50414,52 +53787,52 @@ Date: Sun May 17 07:39:34 2009 -0400 commit 15c3e75b39797a153b6bc0598f87b27c4a487228 Author: Behdad Esfahbod -Date: Sun May 17 06:03:42 2009 -0400 +Date: Sun May 17 06:03:42 2009 -0400 [HB] Simplify buffer - src/harfbuzz-buffer-private.h | 14 ++++++-------- - src/harfbuzz-buffer.c | 35 ++++++++++++++++------------------- - src/harfbuzz-gsub.c | 6 +++--- + src/harfbuzz-buffer-private.h | 14 ++++++-------- + src/harfbuzz-buffer.c | 35 ++++++++++++++++------------------- + src/harfbuzz-gsub.c | 6 +++--- src/hb-ot-layout-gsub-private.h | 12 ++++++------ 4 files changed, 31 insertions(+), 36 deletions(-) commit 36f78446cef8a7cbae000d5e742c9d13e1cc7f83 Author: Behdad Esfahbod -Date: Sun May 17 05:52:32 2009 -0400 +Date: Sun May 17 05:52:32 2009 -0400 [HB] Add TODO item - src/TODO | 1 + + src/TODO | 1 + src/harfbuzz-buffer.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) commit ee58aaebd296ea8237516754fd4e825d524b11b7 Author: Behdad Esfahbod -Date: Sun May 17 05:14:33 2009 -0400 +Date: Sun May 17 05:14:33 2009 -0400 [HB] Update copyright years src/hb-ot-layout-gdef-private.h | 2 +- src/hb-ot-layout-open-private.h | 2 +- - src/hb-ot-layout.cc | 2 +- - src/main.cc | 2 +- + src/hb-ot-layout.cc | 2 +- + src/main.cc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) commit f4c9514935cf97a58dcb3b1962ac3f3b5ba61264 Author: Behdad Esfahbod -Date: Sun May 17 04:59:56 2009 -0400 +Date: Sun May 17 04:59:56 2009 -0400 [HB] Simplify more arrays src/hb-ot-layout-open-private.h | 241 ++++++++++++++++------------------------ - src/hb-ot-layout.cc | 8 +- + src/hb-ot-layout.cc | 8 +- 2 files changed, 100 insertions(+), 149 deletions(-) commit c9a7cbe9cb52264af9954e5ce9ac7a45d7e310cd Author: Behdad Esfahbod -Date: Sun May 17 01:22:51 2009 -0400 +Date: Sun May 17 01:22:51 2009 -0400 [HB] Use ArrayOf<> in GSUB @@ -50471,7 +53844,7 @@ Date: Sun May 17 01:22:51 2009 -0400 commit 5f810363acc3ad3cba631a68620e3d37e54c95c4 Author: Behdad Esfahbod -Date: Sun May 17 00:54:25 2009 -0400 +Date: Sun May 17 00:54:25 2009 -0400 [HB] Add ArrayOf<> @@ -50482,7 +53855,7 @@ Date: Sun May 17 00:54:25 2009 -0400 commit 238c855fcd4f0ef97a94a8662d2a2f2bb5c21ecb Author: Behdad Esfahbod -Date: Sun May 17 00:22:37 2009 -0400 +Date: Sun May 17 00:22:37 2009 -0400 [HB] Use OffsetTo<> for Coverage @@ -50494,7 +53867,7 @@ Date: Sun May 17 00:22:37 2009 -0400 commit 3d54bd1293069fc3d3bdeeea8ad45036f3ee65f3 Author: Behdad Esfahbod -Date: Sun May 17 00:15:51 2009 -0400 +Date: Sun May 17 00:15:51 2009 -0400 [HB] Use OffsetTo<> in more places @@ -50504,7 +53877,7 @@ Date: Sun May 17 00:15:51 2009 -0400 commit 9e4d9d7b2721859172bc9c59c1aea27b01eb9c07 Author: Behdad Esfahbod -Date: Sun May 17 00:09:20 2009 -0400 +Date: Sun May 17 00:09:20 2009 -0400 [HB] Add OffsetTo template. @@ -50515,7 +53888,7 @@ Date: Sun May 17 00:09:20 2009 -0400 commit e07f89295b9b38d233dfd4acec1f6b4a3416f267 Author: Behdad Esfahbod -Date: Sat May 16 23:20:48 2009 -0400 +Date: Sat May 16 23:20:48 2009 -0400 [HB] Automate int-type size assertion @@ -50524,7 +53897,7 @@ Date: Sat May 16 23:20:48 2009 -0400 commit 8b8358033184198ff638ee1379093717596e162d Author: Behdad Esfahbod -Date: Sat May 16 22:48:14 2009 -0400 +Date: Sat May 16 22:48:14 2009 -0400 [HB] Use templates for Null objects @@ -50534,12 +53907,12 @@ Date: Sat May 16 22:48:14 2009 -0400 src/hb-ot-layout-gsub-private.h | 28 ++++---- src/hb-ot-layout-open-private.h | 142 +++++++++++++++++++++++----------------- - src/hb-ot-layout.cc | 8 +-- + src/hb-ot-layout.cc | 8 +-- 4 files changed, 105 insertions(+), 85 deletions(-) commit 6e13d4140158aff736647fc53d8c0ae3a02c2afc Author: Behdad Esfahbod -Date: Sat May 16 20:15:16 2009 -0400 +Date: Sat May 16 20:15:16 2009 -0400 [HB] Remove obsolete comment @@ -50548,7 +53921,7 @@ Date: Sat May 16 20:15:16 2009 -0400 commit 9f721cf380954d67415dbfd0404a983cdd75b7df Author: Behdad Esfahbod -Date: Sat May 16 19:59:15 2009 -0400 +Date: Sat May 16 19:59:15 2009 -0400 [GSUB] Start ChainContextSubst @@ -50558,7 +53931,7 @@ Date: Sat May 16 19:59:15 2009 -0400 commit 7fca9e5245d2d283e8b5354eb1ddf553a7ffc033 Author: Behdad Esfahbod -Date: Sat May 16 19:44:24 2009 -0400 +Date: Sat May 16 19:44:24 2009 -0400 [GSUB] Implement ContextSubstFormat3 @@ -50568,7 +53941,7 @@ Date: Sat May 16 19:44:24 2009 -0400 commit 1ff926a5681b5d4bfce65351062cda9dc1ffeba2 Author: Behdad Esfahbod -Date: Fri May 15 20:25:37 2009 -0400 +Date: Fri May 15 20:25:37 2009 -0400 [GSUB] Implement ContextSubstFormat2 @@ -50578,29 +53951,29 @@ Date: Fri May 15 20:25:37 2009 -0400 commit fc36d9453ed7edb0a570abc44d7caa87aafb0fcf Author: Behdad Esfahbod -Date: Fri May 15 20:11:10 2009 -0400 +Date: Fri May 15 20:11:10 2009 -0400 [GSUB] Add GSUB::substitute_lookup() src/hb-ot-layout-gsub-private.h | 7 +++++++ - src/hb-ot-layout.cc | 5 +---- + src/hb-ot-layout.cc | 5 +---- 2 files changed, 8 insertions(+), 4 deletions(-) commit c43562b2a7587fa3f9ef4c1c4338e4eda77368b5 Author: Behdad Esfahbod -Date: Fri May 15 18:54:53 2009 -0400 +Date: Fri May 15 18:54:53 2009 -0400 [GSUB] Finish ContextSubstFormat1 src/hb-ot-layout-gsub-private.h | 77 ++++++++++++++++++++++++++++++++--------- - src/hb-ot-layout-private.h | 14 ++++++++ - src/hb-ot-layout.cc | 13 ------- + src/hb-ot-layout-private.h | 14 ++++++++ + src/hb-ot-layout.cc | 13 ------- 3 files changed, 74 insertions(+), 30 deletions(-) commit 5ee21896224e3a9835a9695037a94ccf1c35a217 Author: Behdad Esfahbod -Date: Fri May 15 13:28:56 2009 -0400 +Date: Fri May 15 13:28:56 2009 -0400 [HB] Fix typo @@ -50609,7 +53982,7 @@ Date: Fri May 15 13:28:56 2009 -0400 commit 6b59c9b445b6d2454008c83a2c7d6a995ea5995e Author: Behdad Esfahbod -Date: Fri May 15 01:00:36 2009 -0400 +Date: Fri May 15 01:00:36 2009 -0400 [HB] Add TODO item @@ -50618,7 +53991,7 @@ Date: Fri May 15 01:00:36 2009 -0400 commit c5419b6cf28822e07f1ef9b0394825e9cb01a445 Author: Behdad Esfahbod -Date: Fri May 8 21:17:56 2009 -0400 +Date: Fri May 8 21:17:56 2009 -0400 [HB] Remove DEFINE_NON_INSTANTIABLE @@ -50629,7 +54002,7 @@ Date: Fri May 8 21:17:56 2009 -0400 commit 0dff25f0368c5f14ebb0a4af35f3bb6658740d57 Author: Behdad Esfahbod -Date: Fri May 8 21:12:18 2009 -0400 +Date: Fri May 8 21:12:18 2009 -0400 [HB] Remove get_size() @@ -50641,7 +54014,7 @@ Date: Fri May 8 21:12:18 2009 -0400 commit 25c6c9a3f6c062ec639d9202a8b9844be64d6fc0 Author: Behdad Esfahbod -Date: Fri May 8 19:09:17 2009 -0400 +Date: Fri May 8 19:09:17 2009 -0400 [GSUB] ContextSubst format 1 @@ -50651,7 +54024,7 @@ Date: Fri May 8 19:09:17 2009 -0400 commit f70229510303109bd0f71423cdf13aa200066d17 Author: Behdad Esfahbod -Date: Fri May 8 18:45:53 2009 -0400 +Date: Fri May 8 18:45:53 2009 -0400 [GSUB] Shuffle @@ -50661,7 +54034,7 @@ Date: Fri May 8 18:45:53 2009 -0400 commit a83e08f8728439ef75e3dfab2191ac913d8f907b Author: Behdad Esfahbod -Date: Thu May 7 12:53:02 2009 -0400 +Date: Thu May 7 12:53:02 2009 -0400 [HarfBuzz] Start a TODO file @@ -50670,7 +54043,7 @@ Date: Thu May 7 12:53:02 2009 -0400 commit eed05b04ebc2cbb3fa699c99200db12a0081cefb Author: Behdad Esfahbod -Date: Wed May 6 00:25:59 2009 -0400 +Date: Wed May 6 00:25:59 2009 -0400 [GSUB] minor @@ -50679,7 +54052,7 @@ Date: Wed May 6 00:25:59 2009 -0400 commit cdb317bc4e188421cad997b448abb19223d39e96 Author: Behdad Esfahbod -Date: Wed May 6 00:12:29 2009 -0400 +Date: Wed May 6 00:12:29 2009 -0400 [GSUB] Towards Context subtitutes @@ -50689,7 +54062,7 @@ Date: Wed May 6 00:12:29 2009 -0400 commit c9c6a78aec2b16ac06dfca8cbfaf28a77a10bae2 Author: Behdad Esfahbod -Date: Tue May 5 16:22:02 2009 -0400 +Date: Tue May 5 16:22:02 2009 -0400 [GSUB] Minor refactoring @@ -50699,18 +54072,18 @@ Date: Tue May 5 16:22:02 2009 -0400 commit bb3899a579b00134b24df8891b69bf1621a8190f Author: Behdad Esfahbod -Date: Tue May 5 13:25:13 2009 -0400 +Date: Tue May 5 13:25:13 2009 -0400 [GSUB] Implement ligature substitutions - src/Makefile.am | 2 + + src/Makefile.am | 2 + src/hb-ot-layout-gsub-private.h | 113 ++++++++++++++++++++++++++++++++-------- 2 files changed, 93 insertions(+), 22 deletions(-) commit 38b011a293181856463dd08d43e2106e5bf1d56e Author: Behdad Esfahbod -Date: Mon May 4 20:21:57 2009 -0400 +Date: Mon May 4 20:21:57 2009 -0400 [GSUB] Hook new GSUB up in Pango @@ -50719,18 +54092,18 @@ Date: Mon May 4 20:21:57 2009 -0400 commit a84e71ad11a72feff47ead16772a8c4bcf4f69d5 Author: Behdad Esfahbod -Date: Thu Apr 16 16:53:40 2009 -0400 +Date: Thu Apr 16 16:53:40 2009 -0400 [GSUB] Start Ligature subtable support src/hb-ot-layout-gsub-private.h | 132 +++++++++++++++++++++++++++++----------- - src/hb-ot-layout.h | 2 +- + src/hb-ot-layout.h | 2 +- 2 files changed, 96 insertions(+), 38 deletions(-) commit 52886ca56b24a8335614b1df16a33dd4e2d7ae56 Author: Behdad Esfahbod -Date: Thu Apr 16 14:19:42 2009 -0400 +Date: Thu Apr 16 14:19:42 2009 -0400 [GSUB] Implement Alternate subtables @@ -50741,7 +54114,7 @@ Date: Thu Apr 16 14:19:42 2009 -0400 commit 4f27ce7e0213ac5ba356f0fd2ec0a175ffd002e6 Author: Behdad Esfahbod -Date: Thu Apr 16 13:40:13 2009 -0400 +Date: Thu Apr 16 13:40:13 2009 -0400 [GSUB] Implement Extension subtables @@ -50751,7 +54124,7 @@ Date: Thu Apr 16 13:40:13 2009 -0400 commit 83e61ff4702121d3418fe82a8fe7ef6bb63bb5d2 Author: Behdad Esfahbod -Date: Thu Apr 16 12:30:51 2009 -0400 +Date: Thu Apr 16 12:30:51 2009 -0400 [GSUB] Fix reverse lookup loop like we did in the old code before @@ -50760,55 +54133,55 @@ Date: Thu Apr 16 12:30:51 2009 -0400 commit 5a0b791184cf6ef39eae0570e14aca21abc32845 Author: Behdad Esfahbod -Date: Thu Apr 16 04:45:30 2009 -0400 +Date: Thu Apr 16 04:45:30 2009 -0400 [harfbuzz/GSUB] towards a partially working GSUB - src/harfbuzz-buffer.c | 2 +- - src/harfbuzz-impl.h | 2 +- - src/harfbuzz.c | 1 - + src/harfbuzz-buffer.c | 2 +- + src/harfbuzz-impl.h | 2 +- + src/harfbuzz.c | 1 - src/hb-ot-layout-gdef-private.h | 4 +- src/hb-ot-layout-gsub-private.h | 383 +++++++++++++++++++++++++++++----------- src/hb-ot-layout-open-private.h | 31 +++- - src/hb-ot-layout-private.h | 6 +- - src/hb-ot-layout.cc | 94 +++++++--- - src/hb-ot-layout.h | 2 - + src/hb-ot-layout-private.h | 6 +- + src/hb-ot-layout.cc | 94 +++++++--- + src/hb-ot-layout.h | 2 - 9 files changed, 381 insertions(+), 144 deletions(-) commit 30bd763fa2fa4aceee51433ec9fc8dc28480b5d7 Author: Behdad Esfahbod -Date: Wed Apr 15 22:56:15 2009 -0400 +Date: Wed Apr 15 22:56:15 2009 -0400 Implement the first substitute() - src/harfbuzz-buffer-private.h | 8 ++-- - src/harfbuzz-buffer.c | 4 +- - src/harfbuzz-buffer.h | 2 +- - src/harfbuzz-gdef-private.h | 4 +- - src/harfbuzz-gdef.c | 6 +-- - src/harfbuzz-gdef.h | 2 +- - src/harfbuzz-gpos.c | 8 ++-- - src/harfbuzz-gpos.h | 2 +- - src/harfbuzz-gsub.h | 2 +- + src/harfbuzz-buffer-private.h | 8 ++-- + src/harfbuzz-buffer.c | 4 +- + src/harfbuzz-buffer.h | 2 +- + src/harfbuzz-gdef-private.h | 4 +- + src/harfbuzz-gdef.c | 6 +-- + src/harfbuzz-gdef.h | 2 +- + src/harfbuzz-gpos.c | 8 ++-- + src/harfbuzz-gpos.h | 2 +- + src/harfbuzz-gsub.h | 2 +- src/hb-ot-layout-gsub-private.h | 88 +++++++++++++++++++++++++++++++++++++---- src/hb-ot-layout-open-private.h | 2 +- - src/hb-ot-layout-private.h | 23 ++++++----- - src/hb-ot-layout.cc | 54 +++++++++++++++++-------- - src/hb-ot-layout.h | 2 +- + src/hb-ot-layout-private.h | 23 ++++++----- + src/hb-ot-layout.cc | 54 +++++++++++++++++-------- + src/hb-ot-layout.h | 2 +- 14 files changed, 151 insertions(+), 56 deletions(-) commit ce48f03946bef895912019046bdbe62bb1301d0b -Merge: 0e13bee 2d15e72 +Merge: 0e13beeb 2d15e72c Author: Behdad Esfahbod -Date: Mon Nov 2 14:35:51 2009 -0500 +Date: Mon Nov 2 14:35:51 2009 -0500 Merge harfbuzz-ng commit 0e13beeb93077750183a8242780158b88df81e26 Author: Behdad Esfahbod -Date: Fri Apr 17 17:03:39 2009 -0400 +Date: Fri Apr 17 17:03:39 2009 -0400 Use git.mk @@ -50817,24 +54190,24 @@ Date: Fri Apr 17 17:03:39 2009 -0400 commit 2d15e72c75931398db5e027e660f1320bb979117 Author: Behdad Esfahbod -Date: Wed Apr 15 19:50:16 2009 -0400 +Date: Wed Apr 15 19:50:16 2009 -0400 Give it a start at GSUB - src/hb-common.h | 5 +- + src/hb-common.h | 5 +- src/hb-ot-layout-gdef-private.h | 24 ++++---- src/hb-ot-layout-gsub-private.h | 120 +++++++++++++++++++++++++++++++++++++++- src/hb-ot-layout-open-private.h | 51 ++++++++++------- - src/hb-ot-layout-private.h | 2 +- - src/hb-ot-layout.cc | 63 +++++++++++++++++++-- - src/hb-ot-layout.h | 29 +++++++++- - src/main.cc | 4 +- + src/hb-ot-layout-private.h | 2 +- + src/hb-ot-layout.cc | 63 +++++++++++++++++++-- + src/hb-ot-layout.h | 29 +++++++++- + src/main.cc | 4 +- 8 files changed, 253 insertions(+), 45 deletions(-) commit 9d870f2a558f4e463e3ff953312202a8d144158b Author: Behdad Esfahbod -Date: Thu Apr 9 13:30:26 2009 -0400 +Date: Thu Apr 9 13:30:26 2009 -0400 Bug 577952 – Error loading {GDEF,GSUB,GPOS} table 0x6EAD @@ -50846,17 +54219,17 @@ Date: Thu Apr 9 13:30:26 2009 -0400 commit d49caf1f77743550d83fc7feced1293ba34a4e99 Author: Behdad Esfahbod -Date: Mon Mar 2 15:16:11 2009 +0330 +Date: Mon Mar 2 15:16:11 2009 +0330 [opentype] Protect against illegal access for arrays of length zero src/harfbuzz-gpos.c | 22 ++++++++++++++++++---- - src/harfbuzz-gsub.c | 6 ++++++ + src/harfbuzz-gsub.c | 6 ++++++ 2 files changed, 24 insertions(+), 4 deletions(-) commit 66871797af194f9d2161faf8bfbc9684f09e207e Author: Behdad Esfahbod -Date: Mon Mar 2 14:20:20 2009 +0330 +Date: Mon Mar 2 14:20:20 2009 +0330 [opentype] Use size_t instead of uint for malloc wrappers @@ -50866,7 +54239,7 @@ Date: Mon Mar 2 14:20:20 2009 +0330 commit 3664e59c52ed56486a3e38126c0c3abb78f42233 Author: Behdad Esfahbod -Date: Mon Mar 2 11:09:29 2009 +0330 +Date: Mon Mar 2 11:09:29 2009 +0330 Fix Bug 572529 – Poor -I ordering can break build @@ -50875,18 +54248,18 @@ Date: Mon Mar 2 11:09:29 2009 +0330 commit aca4d11388eedd532a73bd34747abb65c0ea9291 Author: Behdad Esfahbod -Date: Mon Feb 2 00:13:07 2009 +0000 +Date: Mon Feb 2 00:13:07 2009 +0000 Allocate all array rows in a single ALLOC call. Saves over 100 alloc calls - 2009-01-31 Behdad Esfahbod + 2009-01-31 Behdad Esfahbod - * pango/opentype/harfbuzz-gpos.c (Load_Mark2Array), - (Free_Mark2Array): - Allocate all array rows in a single ALLOC call. Saves over - 100 - alloc calls when loading DejaVu Sans, + * pango/opentype/harfbuzz-gpos.c (Load_Mark2Array), + (Free_Mark2Array): + Allocate all array rows in a single ALLOC call. Saves over + 100 + alloc calls when loading DejaVu Sans, src/harfbuzz-gpos.c | 59 +++++++++++++++-------------------------------------- @@ -50894,91 +54267,91 @@ Date: Mon Feb 2 00:13:07 2009 +0000 commit c561d69c721105b78bb06d1e3c5f21ca314d924a Author: Behdad Esfahbod -Date: Thu Jan 29 09:20:08 2009 +0000 +Date: Thu Jan 29 09:20:08 2009 +0000 Remove ClassDef->Defined field. This is the comment accompanying it: - 2009-01-29 Behdad Esfahbod - - * pango/opentype/harfbuzz-open.h: - * pango/opentype/harfbuzz-gdef.c (Make_ClassRange), - (HB_GDEF_Build_ClassDefinition): - * pango/opentype/harfbuzz-gpos.c (Load_PosClassRule), - (Load_ChainPosClassRule): - * pango/opentype/harfbuzz-gsub.c (Load_SubClassRule), - (Load_ChainSubClassRule): - * pango/opentype/harfbuzz-open.c (Load_ClassDef1), - (Load_ClassDef2), (_HB_OPEN_Load_ClassDefinition), - (_HB_OPEN_Load_EmptyClassDefinition), - (_HB_OPEN_Free_ClassDefinition): - Remove ClassDef->Defined field. This is the comment - accompanying it: - - The `Defined' field is not defined in the OpenType - specification - but apparently needed for processing fonts like trado.ttf: - This - font refers to a class which contains not a single element. - We - map such classes to class 0. - - The comment is correct that trado.ttf (MS Traditional - Arabic) uses - such classes. However, in my testing I couldn't identify any - problems with the font if the special handling is removed. - I also - processed as many fonts as I could get my hand on and - trado.ttf was - the only not-totally-broken font hitting the special-case - code. - DejaVu fonts hit it too, but I'm sure they do not require the - special-handling code. Most probably, that code introduces - bugs - in them. - - The special-casing was consuming lots of memory. - EIGHT MEGABYTES - for loading DejaVu Sans! While this could be complete - fixed, I - decided to remove the special-handling code altogether. - I don't - think it will make any real difference, and if it does, - we'll fix - fonts. Such hacks will not be in harfbuzz-ng anyway. - - Bug originally reported by nsf. - - src/harfbuzz-gdef.c | 8 -------- + 2009-01-29 Behdad Esfahbod + + * pango/opentype/harfbuzz-open.h: + * pango/opentype/harfbuzz-gdef.c (Make_ClassRange), + (HB_GDEF_Build_ClassDefinition): + * pango/opentype/harfbuzz-gpos.c (Load_PosClassRule), + (Load_ChainPosClassRule): + * pango/opentype/harfbuzz-gsub.c (Load_SubClassRule), + (Load_ChainSubClassRule): + * pango/opentype/harfbuzz-open.c (Load_ClassDef1), + (Load_ClassDef2), (_HB_OPEN_Load_ClassDefinition), + (_HB_OPEN_Load_EmptyClassDefinition), + (_HB_OPEN_Free_ClassDefinition): + Remove ClassDef->Defined field. This is the comment + accompanying it: + + The `Defined' field is not defined in the OpenType + specification + but apparently needed for processing fonts like trado.ttf: + This + font refers to a class which contains not a single element. + We + map such classes to class 0. + + The comment is correct that trado.ttf (MS Traditional + Arabic) uses + such classes. However, in my testing I couldn't identify any + problems with the font if the special handling is removed. + I also + processed as many fonts as I could get my hand on and + trado.ttf was + the only not-totally-broken font hitting the special-case + code. + DejaVu fonts hit it too, but I'm sure they do not require the + special-handling code. Most probably, that code introduces + bugs + in them. + + The special-casing was consuming lots of memory. + EIGHT MEGABYTES + for loading DejaVu Sans! While this could be complete + fixed, I + decided to remove the special-handling code altogether. + I don't + think it will make any real difference, and if it does, + we'll fix + fonts. Such hacks will not be in harfbuzz-ng anyway. + + Bug originally reported by nsf. + + src/harfbuzz-gdef.c | 8 -------- src/harfbuzz-gpos.c | 32 -------------------------------- src/harfbuzz-gsub.c | 31 ------------------------------- src/harfbuzz-open.c | 30 +++--------------------------- - src/harfbuzz-open.h | 8 -------- + src/harfbuzz-open.h | 8 -------- 5 files changed, 3 insertions(+), 106 deletions(-) commit 9372edd6f020c92609853609dcb504c72551c9c3 Author: Behdad Esfahbod -Date: Thu Jan 29 09:19:56 2009 +0000 +Date: Thu Jan 29 09:19:56 2009 +0000 Use calloc(), instead of malloc()ing and memset()ing. - 2009-01-29 Behdad Esfahbod + 2009-01-29 Behdad Esfahbod - * pango/opentype/harfbuzz-impl.c (_hb_alloc): Use calloc(), - instead of malloc()ing and memset()ing. + * pango/opentype/harfbuzz-impl.c (_hb_alloc): Use calloc(), + instead of malloc()ing and memset()ing. src/harfbuzz-impl.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit 94c21d26ba878b3168a21f2e76f02bc52e8fe6fd Author: Behdad Esfahbod -Date: Thu Jan 29 09:19:43 2009 +0000 +Date: Thu Jan 29 09:19:43 2009 +0000 Remove old cruft. - 2009-01-29 Behdad Esfahbod + 2009-01-29 Behdad Esfahbod - * pango/opentype/harfbuzz-dump-main.c (main): Remove old - cruft. + * pango/opentype/harfbuzz-dump-main.c (main): Remove old + cruft. src/harfbuzz-dump-main.c | 144 +---------------------------------------------- @@ -50986,17 +54359,17 @@ Date: Thu Jan 29 09:19:43 2009 +0000 commit 0a47c4f78e8a9e81cd305f24ec92ea61ead7dd8d Author: Behdad Esfahbod -Date: Thu Jan 29 09:19:20 2009 +0000 +Date: Thu Jan 29 09:19:20 2009 +0000 Allocate all array rows in a single ALLOC call. Saves over 2000 alloc - 2009-01-29 Behdad Esfahbod + 2009-01-29 Behdad Esfahbod - * pango/opentype/harfbuzz-gpos.c (Load_BaseArray), - (Free_BaseArray): - Allocate all array rows in a single ALLOC call. Saves over - 2000 - alloc calls when loading DejaVu Sans! + * pango/opentype/harfbuzz-gpos.c (Load_BaseArray), + (Free_BaseArray): + Allocate all array rows in a single ALLOC call. Saves over + 2000 + alloc calls when loading DejaVu Sans! src/harfbuzz-gpos.c | 57 ++++++++++++++++------------------------------------- @@ -51004,126 +54377,126 @@ Date: Thu Jan 29 09:19:20 2009 +0000 commit 549be924bccd187f53791dfa27647981ac909545 Author: Behdad Esfahbod -Date: Fri Dec 26 02:31:47 2008 +0000 +Date: Fri Dec 26 02:31:47 2008 +0000 Bug 469049 – Fix all compiler warnings - 2008-12-25 Behdad Esfahbod - - Bug 469049 – Fix all compiler warnings - - * pango-view/viewer-pangocairo.c (render_callback): - * pango/fonts.c (append_field), - (pango_font_description_to_string): - * pango/opentype/harfbuzz-dump.c: - * pango/pango-bidi-type.c - (pango_log2vis_get_embedding_levels): - * pango/pango-coverage.c (pango_coverage_set): - * pango/pango-markup.c (span_parse_func): - * pango/pango-renderer.c - (pango_renderer_default_draw_error_underline): - * pango/pango-utils.c (pango_scan_string): - * pango/pangocairo-render.c - (pango_cairo_renderer_draw_trapezoid), - (draw_error_underline), (pango_cairo_renderer_class_init): - Fix all the remaining warnings. + 2008-12-25 Behdad Esfahbod + + Bug 469049 – Fix all compiler warnings + + * pango-view/viewer-pangocairo.c (render_callback): + * pango/fonts.c (append_field), + (pango_font_description_to_string): + * pango/opentype/harfbuzz-dump.c: + * pango/pango-bidi-type.c + (pango_log2vis_get_embedding_levels): + * pango/pango-coverage.c (pango_coverage_set): + * pango/pango-markup.c (span_parse_func): + * pango/pango-renderer.c + (pango_renderer_default_draw_error_underline): + * pango/pango-utils.c (pango_scan_string): + * pango/pangocairo-render.c + (pango_cairo_renderer_draw_trapezoid), + (draw_error_underline), (pango_cairo_renderer_class_init): + Fix all the remaining warnings. src/harfbuzz-dump.c | 3 +++ 1 file changed, 3 insertions(+) commit 719f9eaa755396ff377da10c5eeced01d3456b1b Author: Behdad Esfahbod -Date: Fri Dec 26 02:31:35 2008 +0000 +Date: Fri Dec 26 02:31:35 2008 +0000 Fix more warnings. - 2008-12-25 Behdad Esfahbod - - * pango/modules.c (pango_module_load), (script_info_free): - * pango/opentype/harfbuzz-gpos.c (HB_Load_GPOS_Table): - * pango/pango-bidi-type.c: - * pango/pango-coverage.c (pango_coverage_ref), - (pango_coverage_unref): - * pango/pango-engine.c (pango_engine_shape_real_covers), - (fallback_engine_shape), (fallback_engine_covers): - * pango/pango-fontmap.c (pango_font_map_init): - * pango/pango-ot-ruleset.c (pango_ot_ruleset_finalize), - (pango_ot_ruleset_new): - * pango/pangofc-decoder.c (pango_fc_decoder_init), - (pango_fc_decoder_class_init): - * pango/pangofc-font.c (pango_fc_font_find_shaper), - (pango_fc_font_get_coverage): - * pango/pangofc-fontmap.c (pango_fc_font_map_list_families), - (pango_fc_make_pattern), (pango_fc_font_map_get_patterns), - (get_first_font), (_pango_fc_font_map_get_coverage), - (cleanup_font), (pango_fc_font_description_from_pattern), - (pango_fc_face_list_sizes), (pango_fc_family_list_faces): - * pango/pangoft2-fontmap.c - (pango_ft2_font_map_get_resolution): - * pango/pangoft2-render.c (pango_ft2_renderer_init), - (pango_ft2_renderer_draw_trapezoid): - * pango/pangoft2.c (pango_ft2_font_get_face), - (pango_ft2_font_real_unlock_face), - (pango_ft2_free_glyph_info_callback): - Fix more warnings. + 2008-12-25 Behdad Esfahbod + + * pango/modules.c (pango_module_load), (script_info_free): + * pango/opentype/harfbuzz-gpos.c (HB_Load_GPOS_Table): + * pango/pango-bidi-type.c: + * pango/pango-coverage.c (pango_coverage_ref), + (pango_coverage_unref): + * pango/pango-engine.c (pango_engine_shape_real_covers), + (fallback_engine_shape), (fallback_engine_covers): + * pango/pango-fontmap.c (pango_font_map_init): + * pango/pango-ot-ruleset.c (pango_ot_ruleset_finalize), + (pango_ot_ruleset_new): + * pango/pangofc-decoder.c (pango_fc_decoder_init), + (pango_fc_decoder_class_init): + * pango/pangofc-font.c (pango_fc_font_find_shaper), + (pango_fc_font_get_coverage): + * pango/pangofc-fontmap.c (pango_fc_font_map_list_families), + (pango_fc_make_pattern), (pango_fc_font_map_get_patterns), + (get_first_font), (_pango_fc_font_map_get_coverage), + (cleanup_font), (pango_fc_font_description_from_pattern), + (pango_fc_face_list_sizes), (pango_fc_family_list_faces): + * pango/pangoft2-fontmap.c + (pango_ft2_font_map_get_resolution): + * pango/pangoft2-render.c (pango_ft2_renderer_init), + (pango_ft2_renderer_draw_trapezoid): + * pango/pangoft2.c (pango_ft2_font_get_face), + (pango_ft2_font_real_unlock_face), + (pango_ft2_free_glyph_info_callback): + Fix more warnings. src/harfbuzz-gpos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 21f7d507f4b50e2743ab47954270f4c72d5a722a Author: Behdad Esfahbod -Date: Wed Oct 15 03:45:29 2008 +0000 +Date: Wed Oct 15 03:45:29 2008 +0000 Bug 528272 – "Error loading GPOS table 5503" when using katakana - 2008-10-14 Behdad Esfahbod + 2008-10-14 Behdad Esfahbod - Bug 528272 – "Error loading GPOS table 5503" when using - katakana - characters + Bug 528272 – "Error loading GPOS table 5503" when using + katakana + characters - * pango/opentype/harfbuzz-gpos.c (Load_Mark2Array): Skip - parsing - null anchor tables. + * pango/opentype/harfbuzz-gpos.c (Load_Mark2Array): Skip + parsing + null anchor tables. src/harfbuzz-gpos.c | 7 +++++++ 1 file changed, 7 insertions(+) commit a26c6ae70502b4d60c52a0648662b1619c688b9a Author: Behdad Esfahbod -Date: Mon Sep 29 22:28:47 2008 +0000 +Date: Mon Sep 29 22:28:47 2008 +0000 Fix left-to-right positioning. Reported by Peter Hunter. - 2008-09-29 Behdad Esfahbod + 2008-09-29 Behdad Esfahbod - * pango/opentype/harfbuzz-gpos.c (Position_CursiveChain): - Fix left-to-right positioning. Reported by Peter Hunter. + * pango/opentype/harfbuzz-gpos.c (Position_CursiveChain): + Fix left-to-right positioning. Reported by Peter Hunter. src/harfbuzz-gpos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b6c06c56a33f1e1ec15e3b525ecafe8fadc679db Author: Behdad Esfahbod -Date: Sun Jun 29 18:30:14 2008 +0000 +Date: Sun Jun 29 18:30:14 2008 +0000 Bug 540592 – Crash in HB_GSUB_Apply_String with Linux-Libertine font - 2008-06-29 Behdad Esfahbod + 2008-06-29 Behdad Esfahbod - Bug 540592 – Crash in HB_GSUB_Apply_String with - Linux-Libertine font + Bug 540592 – Crash in HB_GSUB_Apply_String with + Linux-Libertine font - * pango/opentype/harfbuzz-gsub.c (GSUB_Do_String_Lookup): - Fix reverse - loops for type 8 lookups. + * pango/opentype/harfbuzz-gsub.c (GSUB_Do_String_Lookup): + Fix reverse + loops for type 8 lookups. src/harfbuzz-gsub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c44733596c6648e209c12349e18e35424edf3d59 Author: Behdad Esfahbod -Date: Mon Feb 18 21:14:23 2008 -0500 +Date: Mon Feb 18 21:14:23 2008 -0500 [hb-ot-layout] Add proper namespace to accessors @@ -51134,7 +54507,7 @@ Date: Mon Feb 18 21:14:23 2008 -0500 commit 57225672098ebdafb0c06ae091a1b55635daca29 Author: Behdad Esfahbod -Date: Mon Feb 18 20:58:39 2008 -0500 +Date: Mon Feb 18 20:58:39 2008 -0500 Fix typo, add TODOs @@ -51143,54 +54516,54 @@ Date: Mon Feb 18 20:58:39 2008 -0500 commit 4a26ea408c87f0bb59deca9ff44008d138471aa3 Author: Behdad Esfahbod -Date: Mon Jan 28 07:40:10 2008 -0500 +Date: Mon Jan 28 07:40:10 2008 -0500 Finish script, language, and feature public API src/hb-ot-layout-open-private.h | 22 ++++++--- - src/hb-ot-layout.cc | 107 + src/hb-ot-layout.cc | 107 +++++++++++++++++++++++++++++++--------- - src/hb-ot-layout.h | 34 ++++++++++++- + src/hb-ot-layout.h | 34 ++++++++++++- 3 files changed, 132 insertions(+), 31 deletions(-) commit 706ab25a4cb043d46e6088aa0a7184ee200276c9 Author: Behdad Esfahbod -Date: Mon Jan 28 05:58:50 2008 -0500 +Date: Mon Jan 28 05:58:50 2008 -0500 Add script and language public getter API src/hb-ot-layout-open-private.h | 40 ++++++++----- - src/hb-ot-layout.cc | 127 + src/hb-ot-layout.cc | 127 +++++++++++++++++++++++++++++++++++++++- - src/hb-ot-layout.h | 56 ++++++++++++++++++ - src/main.cc | 2 +- + src/hb-ot-layout.h | 56 ++++++++++++++++++ + src/main.cc | 2 +- 4 files changed, 207 insertions(+), 18 deletions(-) commit 40a81314fa3eb7c701aea47b43f81bfad985f717 Author: Behdad Esfahbod -Date: Mon Jan 28 02:30:48 2008 -0500 +Date: Mon Jan 28 02:30:48 2008 -0500 Make main.cc compile again, which means finished getter API src/hb-ot-layout-open-private.h | 117 +++++++++++++++++++++++++++++----------- - src/main.cc | 99 +++++++++++++++++++++++----------- + src/main.cc | 99 +++++++++++++++++++++++----------- 2 files changed, 155 insertions(+), 61 deletions(-) commit e50c3978d37b2c0d6ddd4ced6a6196f6857cd596 Author: Behdad Esfahbod -Date: Mon Jan 28 00:16:49 2008 -0500 +Date: Mon Jan 28 00:16:49 2008 -0500 Rename HB_OT_Layout to hb_ot_layout_t src/hb-ot-layout-private.h | 8 ++++---- - src/hb-ot-layout.cc | 34 +++++++++++++++++----------------- - src/hb-ot-layout.h | 33 +++++++++++++++------------------ + src/hb-ot-layout.cc | 34 +++++++++++++++++----------------- + src/hb-ot-layout.h | 33 +++++++++++++++------------------ 3 files changed, 36 insertions(+), 39 deletions(-) commit dfa811965133bc4d1696fa5a0166e17ed4142c98 Author: Behdad Esfahbod -Date: Mon Jan 28 00:12:21 2008 -0500 +Date: Mon Jan 28 00:12:21 2008 -0500 Rename hb_ot_layout_create() to hb_ot_layout_create_for_data() @@ -51200,89 +54573,89 @@ Date: Mon Jan 28 00:12:21 2008 -0500 commit 54e5aac5e2947d4e2864c6f2987e4d275da73100 Author: Behdad Esfahbod -Date: Sun Jan 27 21:19:51 2008 -0500 +Date: Sun Jan 27 21:19:51 2008 -0500 GDEF completely working now src/hb-ot-layout-open-private.h | 11 ++++++++--- - src/hb-ot-layout-private.h | 16 +++++++++------- - src/hb-ot-layout.cc | 19 +++++++++---------- - src/hb-private.h | 7 +++++++ - src/main.cc | 12 ++++++------ + src/hb-ot-layout-private.h | 16 +++++++++------- + src/hb-ot-layout.cc | 19 +++++++++---------- + src/hb-private.h | 7 +++++++ + src/main.cc | 12 ++++++------ 5 files changed, 39 insertions(+), 26 deletions(-) commit 6f425b11799aa20dab553085f05744191b7318e2 Author: Behdad Esfahbod -Date: Thu Jan 24 19:38:56 2008 -0500 +Date: Thu Jan 24 19:38:56 2008 -0500 [GDEF] Finish internal API src/hb-ot-layout-private.h | 15 +++++++- - src/hb-ot-layout.cc | 95 + src/hb-ot-layout.cc | 95 ++++++++++++++++++++++------------------------ - src/hb-ot-layout.h | 16 ++++---- + src/hb-ot-layout.h | 16 ++++---- 3 files changed, 66 insertions(+), 60 deletions(-) commit 590d55cbb9e21ef74dfd88eee51fd0a763958cd2 Author: Behdad Esfahbod -Date: Thu Jan 24 19:13:50 2008 -0500 +Date: Thu Jan 24 19:13:50 2008 -0500 [GDEF] Finish public API - src/hb-common.h | 11 ++++ + src/hb-common.h | 11 ++++ src/hb-ot-layout-gdef-private.h | 28 +++++---- src/hb-ot-layout-open-private.h | 25 ++++---- - src/hb-ot-layout-private.h | 23 ++------ - src/hb-ot-layout.cc | 123 + src/hb-ot-layout-private.h | 23 ++------ + src/hb-ot-layout.cc | 123 +++++++++++++++++++++++++++++++++++++--- - src/hb-ot-layout.h | 29 ++++++---- + src/hb-ot-layout.h | 29 ++++++---- 6 files changed, 176 insertions(+), 63 deletions(-) commit aff831ed6787abe8e24a977e34d97ff2e0b7dc21 Author: Behdad Esfahbod -Date: Thu Jan 24 06:03:45 2008 -0500 +Date: Thu Jan 24 06:03:45 2008 -0500 Implement glyph properties src/hb-ot-layout-gdef-private.h | 10 ++++- - src/hb-ot-layout-private.h | 16 +++++++- - src/hb-ot-layout.cc | 84 + src/hb-ot-layout-private.h | 16 +++++++- + src/hb-ot-layout.cc | 84 +++++++++++++++++++++++++++++++++++++---- - src/hb-ot-layout.h | 25 ++++++++---- + src/hb-ot-layout.h | 25 ++++++++---- 4 files changed, 117 insertions(+), 18 deletions(-) commit ead428d7a0bf4dc84340a99f3959e5cc58123e99 Author: Behdad Esfahbod -Date: Thu Jan 24 03:54:09 2008 -0500 +Date: Thu Jan 24 03:54:09 2008 -0500 More public api src/hb-ot-layout-open-private.h | 32 +++++++++++++++++++------------- - src/hb-ot-layout-private.h | 9 ++++++--- - src/hb-ot-layout.cc | 21 ++++++++++++++------- - src/hb-ot-layout.h | 2 -- + src/hb-ot-layout-private.h | 9 ++++++--- + src/hb-ot-layout.cc | 21 ++++++++++++++------- + src/hb-ot-layout.h | 2 -- 4 files changed, 39 insertions(+), 25 deletions(-) commit fd92a3dde32fd10df30c9eeb97641bc3c15b1e9b Author: Behdad Esfahbod -Date: Thu Jan 24 03:11:09 2008 -0500 +Date: Thu Jan 24 03:11:09 2008 -0500 Starting public interface - src/{Makefile => Makefile.ng} | 0 + src/{Makefile => Makefile.ng} | 0 src/hb-ot-layout-gdef-private.h | 17 ++++---- src/hb-ot-layout-gsub-private.h | 3 +- src/hb-ot-layout-open-private.h | 92 +++++++++++++++++++++++++++++------------ - src/hb-ot-layout-private.h | 51 +++++++++++++++++++++++ - src/hb-ot-layout.cc | 67 ++++++++++++++++++++++++++++++ - src/hb-ot-layout.h | 35 ++++++++++++++-- - src/main.cc | 1 + + src/hb-ot-layout-private.h | 51 +++++++++++++++++++++++ + src/hb-ot-layout.cc | 67 ++++++++++++++++++++++++++++++ + src/hb-ot-layout.h | 35 ++++++++++++++-- + src/main.cc | 1 + 8 files changed, 225 insertions(+), 41 deletions(-) commit 7d6b95b000ec6cd8ca93113b2d81a049ad2f9bbe Author: Behdad Esfahbod -Date: Thu Jan 24 04:42:24 2008 +0000 +Date: Thu Jan 24 04:42:24 2008 +0000 Remove unused macro @@ -51291,7 +54664,7 @@ Date: Thu Jan 24 04:42:24 2008 +0000 commit 7586089c6fa8185cad8387869d3703c637e5cbb1 Author: Behdad Esfahbod -Date: Wed Jan 23 18:02:28 2008 -0500 +Date: Wed Jan 23 18:02:28 2008 -0500 Minor @@ -51299,23 +54672,23 @@ Date: Wed Jan 23 18:02:28 2008 -0500 src/hb-ot-layout-gsub-private.h | 13 +++++++++++ src/hb-ot-layout-open-private.h | 49 ++++++++++++++++++++++++++++++++++------- - src/hb-private.h | 2 ++ + src/hb-private.h | 2 ++ 4 files changed, 86 insertions(+), 15 deletions(-) commit aefaafe5bc4fc6d37a412c135b1079c287be7045 Author: Behdad Esfahbod -Date: Wed Jan 23 17:25:29 2008 -0500 +Date: Wed Jan 23 17:25:29 2008 -0500 Minor renaming src/hb-ot-layout-gdef-private.h | 10 +++++----- src/hb-ot-layout-open-private.h | 16 +++++++--------- - src/main.cc | 4 ++-- + src/main.cc | 4 ++-- 3 files changed, 14 insertions(+), 16 deletions(-) commit a16ecbf0564a6e2576da22c12827f3c0719da549 Author: Behdad Esfahbod -Date: Wed Jan 23 17:01:55 2008 -0500 +Date: Wed Jan 23 17:01:55 2008 -0500 Initial gsub stub @@ -51323,190 +54696,190 @@ Date: Wed Jan 23 17:01:55 2008 -0500 src/hb-ot-layout-gsub-private.h | 453 ++++++++++++++++++++++++++++++++++++++++ src/hb-ot-layout-open-private.h | 3 + - src/main.cc | 1 + + src/main.cc | 1 + 4 files changed, 461 insertions(+) commit 64aef3a54999496fd1de4f5aa5b019e4c03b3836 Author: Behdad Esfahbod -Date: Wed Jan 23 16:14:38 2008 -0500 +Date: Wed Jan 23 16:14:38 2008 -0500 Add copyright notices. - src/hb-common.h | 26 ++++++++++++++++++++++++++ + src/hb-common.h | 26 ++++++++++++++++++++++++++ src/hb-ot-layout-gdef-private.h | 26 ++++++++++++++++++++++++++ src/hb-ot-layout-open-private.h | 26 ++++++++++++++++++++++++++ - src/hb-ot-layout.h | 26 ++++++++++++++++++++++++++ - src/hb-private.h | 26 ++++++++++++++++++++++++++ - src/main.cc | 26 ++++++++++++++++++++++++++ + src/hb-ot-layout.h | 26 ++++++++++++++++++++++++++ + src/hb-private.h | 26 ++++++++++++++++++++++++++ + src/main.cc | 26 ++++++++++++++++++++++++++ 6 files changed, 156 insertions(+) commit 12360f7c159826ae72271b34486dee59d96aa8ca Author: Behdad Esfahbod -Date: Wed Jan 23 15:50:38 2008 -0500 +Date: Wed Jan 23 15:50:38 2008 -0500 Minor cleanup, add LIKELY and UNLIKELY annotations src/hb-ot-layout-gdef-private.h | 63 +++++++++++++++++++++++------------------ src/hb-ot-layout-open-private.h | 36 ++++++++--------------- - src/hb-private.h | 15 ++++++++++ + src/hb-private.h | 15 ++++++++++ 3 files changed, 63 insertions(+), 51 deletions(-) commit 8dd1c8b8d6797d899d0f5b0a8015886bf6520ca2 Author: Behdad Esfahbod -Date: Wed Jan 23 05:00:30 2008 -0500 +Date: Wed Jan 23 05:00:30 2008 -0500 Clean up file names, add namespace - src/harfbuzz-common.h | 14 + src/harfbuzz-common.h | 14 -------------- - src/harfbuzz-gdef.h | 11 + src/harfbuzz-gdef.h | 11 ----------- - src/hb-common.h | 14 + src/hb-common.h | 14 ++++++++++++++ ...harfbuzz-gdef-private.h => hb-ot-layout-gdef-private.h} | 8 ++++---- ...harfbuzz-open-private.h => hb-ot-layout-open-private.h} | 10 +++++----- - src/{harfbuzz-open.h => hb-ot-layout.h} | 12 + src/{harfbuzz-open.h => hb-ot-layout.h} | 12 ++++++------ - src/{harfbuzz-private.h => hb-private.h} | 6 +++--- - src/main.cc | 4 ++-- + src/{harfbuzz-private.h => hb-private.h} | 6 +++--- + src/main.cc | 4 ++-- 8 files changed, 34 insertions(+), 45 deletions(-) commit 1f437e6f47fb6c15761021bd2078f31778f2179c Author: Behdad Esfahbod -Date: Wed Jan 23 04:36:40 2008 -0500 +Date: Wed Jan 23 04:36:40 2008 -0500 Make all code NULL-free and assert-free src/harfbuzz-gdef-private.h | 125 ++++++++++--------- src/harfbuzz-open-private.h | 285 +++++++++++++++++++++++--------------------- - src/main.cc | 8 +- + src/main.cc | 8 +- 3 files changed, 214 insertions(+), 204 deletions(-) commit 600e5eb80f553ea8eb862e6784133574c74ca513 Author: Behdad Esfahbod -Date: Wed Jan 23 02:01:37 2008 -0500 +Date: Wed Jan 23 02:01:37 2008 -0500 Define get_for_data() factories - src/harfbuzz-gdef-private.h | 3 +++ + src/harfbuzz-gdef-private.h | 3 +++ src/harfbuzz-open-private.h | 42 +++++++++++++++++++++++++++++------------- - src/main.cc | 10 ++++------ + src/main.cc | 10 ++++------ 3 files changed, 36 insertions(+), 19 deletions(-) commit b9d7688fb3d45894901484b74095c4f11cab6196 Author: Behdad Esfahbod -Date: Wed Jan 23 01:38:10 2008 -0500 +Date: Wed Jan 23 01:38:10 2008 -0500 Finish and test GDEF src/harfbuzz-gdef-private.h | 72 ++++++++++++++++++++++++++++++++------------- src/harfbuzz-open-private.h | 23 ++++++++------- - src/harfbuzz-open.h | 4 +++ - src/main.cc | 10 +++++++ + src/harfbuzz-open.h | 4 +++ + src/main.cc | 10 +++++++ 4 files changed, 77 insertions(+), 32 deletions(-) commit 303fe62824d4e99df554b6bfaacba05d068522fb Author: Behdad Esfahbod -Date: Wed Jan 23 00:20:48 2008 -0500 +Date: Wed Jan 23 00:20:48 2008 -0500 Misc cleanup - src/Makefile | 10 ++++- - src/harfbuzz-gdef-private.h | 65 +++++++++++++++++++++------- + src/Makefile | 10 ++++- + src/harfbuzz-gdef-private.h | 65 +++++++++++++++++++++------- src/harfbuzz-open-private.h | 102 ++++++++++++++++++++++++++++++++++++++++---- - src/harfbuzz-private.h | 6 +++ - src/main.cc | 12 +++--- + src/harfbuzz-private.h | 6 +++ + src/main.cc | 12 +++--- 5 files changed, 163 insertions(+), 32 deletions(-) commit 17843245fde4cc8cddc7da8ef30357d3d8778187 Author: Behdad Esfahbod -Date: Wed Jan 16 20:39:29 2008 +0000 +Date: Wed Jan 16 20:39:29 2008 +0000 Remove COPYING.GPL and COPYING.FTL that are no longer there. - 2008-01-16 Behdad Esfahbod + 2008-01-16 Behdad Esfahbod - * pango/opentype/Makefile.am: Remove COPYING.GPL and - COPYING.FTL that - are no longer there. + * pango/opentype/Makefile.am: Remove COPYING.GPL and + COPYING.FTL that + are no longer there. src/Makefile.am | 2 -- 1 file changed, 2 deletions(-) commit a2a9a023f6472ba262f89e5327318996b8258d25 Author: Behdad Esfahbod -Date: Tue Jan 15 22:46:32 2008 +0000 +Date: Tue Jan 15 22:46:32 2008 +0000 HarfBuzz was relicensed to a more generous and simpler license. Adapt. See - 2008-01-15 Behdad Esfahbod + 2008-01-15 Behdad Esfahbod - * pango/opentype/*: - HarfBuzz was relicensed to a more generous and simpler - license. - Adapt. See pango/opentype/COPYING for the new license - which is - LGPL-compatible. + * pango/opentype/*: + HarfBuzz was relicensed to a more generous and simpler + license. + Adapt. See pango/opentype/COPYING for the new license + which is + LGPL-compatible. - src/COPYING | 39 +++-- - src/COPYING.FTL | 174 --------------------- - src/COPYING.GPL | 340 + src/COPYING | 39 +++-- + src/COPYING.FTL | 174 --------------------- + src/COPYING.GPL | 340 ------------------------------------------ src/harfbuzz-buffer-private.h | 32 ++-- - src/harfbuzz-buffer.c | 27 +++- - src/harfbuzz-buffer.h | 32 ++-- + src/harfbuzz-buffer.c | 27 +++- + src/harfbuzz-buffer.h | 32 ++-- src/harfbuzz-dump-main.c | 34 +++-- - src/harfbuzz-dump.c | 34 +++-- - src/harfbuzz-dump.h | 35 +++-- + src/harfbuzz-dump.c | 34 +++-- + src/harfbuzz-dump.h | 35 +++-- src/harfbuzz-gdef-private.h | 29 +++- - src/harfbuzz-gdef.c | 29 +++- - src/harfbuzz-gdef.h | 29 +++- - src/harfbuzz-global.h | 29 +++- + src/harfbuzz-gdef.c | 29 +++- + src/harfbuzz-gdef.h | 29 +++- + src/harfbuzz-global.h | 29 +++- src/harfbuzz-gpos-private.h | 29 +++- - src/harfbuzz-gpos.c | 31 +++- - src/harfbuzz-gpos.h | 29 +++- + src/harfbuzz-gpos.c | 31 +++- + src/harfbuzz-gpos.h | 29 +++- src/harfbuzz-gsub-private.h | 29 +++- - src/harfbuzz-gsub.c | 31 +++- - src/harfbuzz-gsub.h | 29 +++- - src/harfbuzz-impl.c | 31 +++- - src/harfbuzz-impl.h | 29 +++- + src/harfbuzz-gsub.c | 31 +++- + src/harfbuzz-gsub.h | 29 +++- + src/harfbuzz-impl.c | 31 +++- + src/harfbuzz-impl.h | 29 +++- src/harfbuzz-open-private.h | 29 +++- - src/harfbuzz-open.c | 29 +++- - src/harfbuzz-open.h | 29 +++- + src/harfbuzz-open.c | 29 +++- + src/harfbuzz-open.h | 29 +++- src/harfbuzz-stream-private.h | 29 +++- - src/harfbuzz-stream.c | 31 +++- - src/harfbuzz.c | 28 +++- - src/harfbuzz.h | 29 +++- + src/harfbuzz-stream.c | 31 +++- + src/harfbuzz.c | 28 +++- + src/harfbuzz.h | 29 +++- 28 files changed, 564 insertions(+), 741 deletions(-) commit 4ccedd22eaa6e47bd8bbf255627a8b55fbb44736 Author: Behdad Esfahbod -Date: Wed Dec 5 03:41:29 2007 +0000 +Date: Wed Dec 5 03:41:29 2007 +0000 Bug 501575 – Compile errors Patch from Jens Granseuer - 2007-12-04 Behdad Esfahbod + 2007-12-04 Behdad Esfahbod - Bug 501575 – Compile errors - Patch from Jens Granseuer + Bug 501575 – Compile errors + Patch from Jens Granseuer - * pango/opentype/harfbuzz-stream.c (_hb_font_goto_table): - * pango/pango-utils.c (handle_alias_line): - Fix C99ism. + * pango/opentype/harfbuzz-stream.c (_hb_font_goto_table): + * pango/pango-utils.c (handle_alias_line): + Fix C99ism. src/harfbuzz-stream.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit cd55cfa2b0a1fe35d5a4ad1c8feaa399d7fb7ab3 Author: Behdad Esfahbod -Date: Fri Nov 30 04:31:29 2007 +0000 +Date: Fri Nov 30 04:31:29 2007 +0000 Undo accidental change. @@ -51515,119 +54888,119 @@ Date: Fri Nov 30 04:31:29 2007 +0000 commit 3f05da638c8d7b13e7f860aeda1a6321e5ebd92e Author: Behdad Esfahbod -Date: Fri Nov 30 04:29:58 2007 +0000 +Date: Fri Nov 30 04:29:58 2007 +0000 Bug 485536 – underline_position can be zero - 2007-11-29 Behdad Esfahbod + 2007-11-29 Behdad Esfahbod - Bug 485536 – underline_position can be zero + Bug 485536 – underline_position can be zero - * pango/pango-utils.c (pango_cairo_quantize_line_geometry): - Document that returned position may be zero. + * pango/pango-utils.c (pango_cairo_quantize_line_geometry): + Document that returned position may be zero. - * pango/pangocairo-win32font.c - (pango_cairo_win32_font_create_metrics_for_context): - * pango/pangofc-font.c (get_face_metrics): - Handle case of underline_position==0 after rounding. + * pango/pangocairo-win32font.c + (pango_cairo_win32_font_create_metrics_for_context): + * pango/pangofc-font.c (get_face_metrics): + Handle case of underline_position==0 after rounding. src/harfbuzz-impl.c | 2 ++ 1 file changed, 2 insertions(+) commit e58278fedb67cbaac4bf4d6dfc33209cb22eec08 Author: Behdad Esfahbod -Date: Sat Nov 24 01:40:13 2007 +0000 +Date: Sat Nov 24 01:40:13 2007 +0000 Remove unused macro. - 2007-11-23 Behdad Esfahbod + 2007-11-23 Behdad Esfahbod - * pango/opentype/harfbuzz-impl.c: Remove unused macro. + * pango/opentype/harfbuzz-impl.c: Remove unused macro. src/harfbuzz-impl.c | 18 ------------------ 1 file changed, 18 deletions(-) commit 3b047380aec4ccc707c4579327d54172c19820fd Author: Behdad Esfahbod -Date: Sun Nov 18 22:34:08 2007 +0000 +Date: Sun Nov 18 22:34:08 2007 +0000 Minor src/harfbuzz-dump-main.c | 4 +-- - src/harfbuzz-stream.c | 89 + src/harfbuzz-stream.c | 89 ++++++++++++++++++++++++------------------------ 2 files changed, 46 insertions(+), 47 deletions(-) commit 10d6a25a26bdbab4ece4edf0e34ffd3d22410ebe Author: Behdad Esfahbod -Date: Wed Nov 7 10:04:11 2007 +0000 +Date: Wed Nov 7 10:04:11 2007 +0000 Remove dead code. src/harfbuzz-gdef.c | 88 ----------------------------------------------------- - src/harfbuzz-gpos.h | 4 +-- + src/harfbuzz-gpos.h | 4 +-- 2 files changed, 1 insertion(+), 91 deletions(-) commit 47d2c33e3d099fae79e199367de5011bc5c12273 Author: Behdad Esfahbod -Date: Wed Nov 7 09:59:18 2007 +0000 +Date: Wed Nov 7 09:59:18 2007 +0000 And some more. - 2007-11-07 Behdad Esfahbod + 2007-11-07 Behdad Esfahbod - * pango/opentype/*: And some more. + * pango/opentype/*: And some more. - src/harfbuzz-buffer.h | 8 ++--- + src/harfbuzz-buffer.h | 8 ++--- src/harfbuzz-dump-main.c | 22 ++++++------ - src/harfbuzz-gdef.c | 14 ++++---- - src/harfbuzz-gdef.h | 4 +-- - src/harfbuzz-global.h | 21 +++++------ - src/harfbuzz-gpos.c | 82 + src/harfbuzz-gdef.c | 14 ++++---- + src/harfbuzz-gdef.h | 4 +-- + src/harfbuzz-global.h | 21 +++++------ + src/harfbuzz-gpos.c | 82 +++++++++++++++++++++---------------------- - src/harfbuzz-gpos.h | 12 +++---- - src/harfbuzz-gsub.c | 4 +-- - src/harfbuzz-gsub.h | 4 +-- + src/harfbuzz-gpos.h | 12 +++---- + src/harfbuzz-gsub.c | 4 +-- + src/harfbuzz-gsub.h | 4 +-- src/harfbuzz-stream-private.h | 4 +-- - src/harfbuzz-stream.c | 16 ++++----- + src/harfbuzz-stream.c | 16 ++++----- 11 files changed, 95 insertions(+), 96 deletions(-) commit 78ef65ba08967fe1b5f97bcb27074bd635f4b898 Author: Behdad Esfahbod -Date: Wed Nov 7 08:06:01 2007 +0000 +Date: Wed Nov 7 08:06:01 2007 +0000 Some more cleanup and merging. - 2007-11-07 Behdad Esfahbod + 2007-11-07 Behdad Esfahbod - * pango/opentype/*: Some more cleanup and merging. + * pango/opentype/*: Some more cleanup and merging. - src/Makefile.am | 6 +- + src/Makefile.am | 6 +- src/harfbuzz-buffer-private.h | 33 ++++++ - src/harfbuzz-buffer.c | 4 +- + src/harfbuzz-buffer.c | 4 +- src/harfbuzz-dump-main.c | 3 +- src/harfbuzz-gdef-private.h | 9 +- - src/harfbuzz-gdef.c | 39 +++++++ - src/harfbuzz-global.h | 2 + + src/harfbuzz-gdef.c | 39 +++++++ + src/harfbuzz-global.h | 2 + src/harfbuzz-gpos-private.h | 1 + - src/harfbuzz-gpos.c | 32 +----- + src/harfbuzz-gpos.c | 32 +----- src/harfbuzz-gsub-private.h | 1 + - src/harfbuzz-gsub.c | 33 +----- - src/harfbuzz-impl.c | 216 + src/harfbuzz-gsub.c | 33 +----- + src/harfbuzz-impl.c | 216 ++------------------------------------ - src/harfbuzz-impl.h | 100 +----------------- + src/harfbuzz-impl.h | 100 +----------------- src/harfbuzz-open-private.h | 4 +- src/harfbuzz-stream-private.h | 70 +++++++++++++ - src/harfbuzz-stream.c | 234 + src/harfbuzz-stream.c | 234 ++++++++++++++++++++++++++++++++++++++++++ - src/harfbuzz.c | 1 + - src/harfbuzz.h | 3 +- + src/harfbuzz.c | 1 + + src/harfbuzz.h | 3 +- 18 files changed, 419 insertions(+), 372 deletions(-) commit 5c9bd379950d914982bdb91d0f82b8036908db37 Author: Behdad Esfahbod -Date: Mon Oct 29 23:51:48 2007 +0000 +Date: Mon Oct 29 23:51:48 2007 +0000 Fix typo. @@ -51636,13 +55009,13 @@ Date: Mon Oct 29 23:51:48 2007 +0000 commit ef1f481752fa6e478f649e826c96927c98f21981 Author: Behdad Esfahbod -Date: Thu Oct 25 23:37:11 2007 +0000 +Date: Thu Oct 25 23:37:11 2007 +0000 Even more cleanup and more type renames. - 2007-10-25 Behdad Esfahbod + 2007-10-25 Behdad Esfahbod - * pango/opentype/*: Even more cleanup and more type renames. + * pango/opentype/*: Even more cleanup and more type renames. src/harfbuzz-buffer.h | 3 +-- src/harfbuzz-global.h | 6 ++++++ @@ -51653,113 +55026,113 @@ Date: Thu Oct 25 23:37:11 2007 +0000 commit 282c60a0eea0db784b0a094958bec35b5f3dc399 Author: Behdad Esfahbod -Date: Thu Oct 25 23:22:17 2007 +0000 +Date: Thu Oct 25 23:22:17 2007 +0000 More cleanup, remove redundant error types. - 2007-10-25 Behdad Esfahbod + 2007-10-25 Behdad Esfahbod - * pango/opentype/*: More cleanup, remove redundant error - types. + * pango/opentype/*: More cleanup, remove redundant error + types. src/harfbuzz-dump-main.c | 4 +- - src/harfbuzz-dump.c | 14 +++--- - src/harfbuzz-gdef.c | 25 +++++----- - src/harfbuzz-gdef.h | 3 -- - src/harfbuzz-global.h | 31 ++++++------ - src/harfbuzz-gpos.c | 124 + src/harfbuzz-dump.c | 14 +++--- + src/harfbuzz-gdef.c | 25 +++++----- + src/harfbuzz-gdef.h | 3 -- + src/harfbuzz-global.h | 31 ++++++------ + src/harfbuzz-gpos.c | 124 +++++++++++++++++++++++------------------------ - src/harfbuzz-gpos.h | 3 -- - src/harfbuzz-gsub.c | 86 ++++++++++++++++---------------- - src/harfbuzz-gsub.h | 3 -- - src/harfbuzz-impl.c | 18 +++---- - src/harfbuzz-impl.h | 2 + - src/harfbuzz-open.c | 24 ++++----- - src/harfbuzz-open.h | 6 +-- + src/harfbuzz-gpos.h | 3 -- + src/harfbuzz-gsub.c | 86 ++++++++++++++++---------------- + src/harfbuzz-gsub.h | 3 -- + src/harfbuzz-impl.c | 18 +++---- + src/harfbuzz-impl.h | 2 + + src/harfbuzz-open.c | 24 ++++----- + src/harfbuzz-open.h | 6 +-- 13 files changed, 170 insertions(+), 173 deletions(-) commit 4280ec4df45ae86c10c3cd24ddb9c05e47223d39 Author: Behdad Esfahbod -Date: Thu Oct 25 00:23:46 2007 +0000 +Date: Thu Oct 25 00:23:46 2007 +0000 Rename ftglue.c to harfbuzz-impl.c and more type renames and moving code - 2007-10-24 Behdad Esfahbod + 2007-10-24 Behdad Esfahbod - * pango/opentype/*: Rename ftglue.c to harfbuzz-impl.c - and more - type renames and moving code around. + * pango/opentype/*: Rename ftglue.c to harfbuzz-impl.c + and more + type renames and moving code around. - src/Makefile.am | 3 +- - src/ftglue.h | 151 + src/Makefile.am | 3 +- + src/ftglue.h | 151 -------------------------------------- - src/harfbuzz-dump-main.c | 48 ++---------- - src/harfbuzz-dump.c | 30 ++++---- - src/harfbuzz-gdef.c | 18 ++--- - src/harfbuzz-global.h | 18 +++++ - src/harfbuzz-gpos-private.h | 2 +- - src/harfbuzz-gpos.c | 90 +++++++++++------------ - src/harfbuzz-gsub-private.h | 2 +- - src/harfbuzz-gsub.c | 64 ++++++++-------- + src/harfbuzz-dump-main.c | 48 ++---------- + src/harfbuzz-dump.c | 30 ++++---- + src/harfbuzz-gdef.c | 18 ++--- + src/harfbuzz-global.h | 18 +++++ + src/harfbuzz-gpos-private.h | 2 +- + src/harfbuzz-gpos.c | 90 +++++++++++------------ + src/harfbuzz-gsub-private.h | 2 +- + src/harfbuzz-gsub.c | 64 ++++++++-------- src/{ftglue.c => harfbuzz-impl.c} | 64 ++++++++-------- - src/harfbuzz-impl.h | 114 ++++++++++++++++++++++++++-- - src/harfbuzz-open-private.h | 14 ++-- - src/harfbuzz-open.c | 32 ++++---- - src/harfbuzz-open.h | 16 ---- - src/harfbuzz.c | 4 +- + src/harfbuzz-impl.h | 114 ++++++++++++++++++++++++++-- + src/harfbuzz-open-private.h | 14 ++-- + src/harfbuzz-open.c | 32 ++++---- + src/harfbuzz-open.h | 16 ---- + src/harfbuzz.c | 4 +- 16 files changed, 289 insertions(+), 381 deletions(-) commit 5716ae278a82d318ddbfeba01d0785d4efbe1454 Author: Behdad Esfahbod -Date: Wed Oct 24 22:44:47 2007 +0000 +Date: Wed Oct 24 22:44:47 2007 +0000 New header file harfbuzz-global.h. Rename FT_* int types to HB_* types. - 2007-10-24 Behdad Esfahbod + 2007-10-24 Behdad Esfahbod - * pango/opentype/*: New header file harfbuzz-global.h. Rename - FT_* int types to HB_* types. + * pango/opentype/*: New header file harfbuzz-global.h. Rename + FT_* int types to HB_* types. - src/Makefile.am | 1 + - src/ftglue.c | 30 +-- - src/ftglue.h | 26 +- + src/Makefile.am | 1 + + src/ftglue.c | 30 +-- + src/ftglue.h | 26 +- src/harfbuzz-buffer-private.h | 26 +- - src/harfbuzz-buffer.c | 40 ++-- - src/harfbuzz-buffer.h | 42 ++-- + src/harfbuzz-buffer.c | 40 ++-- + src/harfbuzz-buffer.h | 42 ++-- src/harfbuzz-dump-main.c | 24 +- - src/harfbuzz-dump.c | 14 +- - src/harfbuzz-dump.h | 4 +- + src/harfbuzz-dump.c | 14 +- + src/harfbuzz-dump.h | 4 +- src/harfbuzz-gdef-private.h | 30 +-- - src/harfbuzz-gdef.c | 104 ++++---- - src/harfbuzz-gdef.h | 32 +-- - src/harfbuzz-global.h | 34 +++ + src/harfbuzz-gdef.c | 104 ++++---- + src/harfbuzz-gdef.h | 32 +-- + src/harfbuzz-global.h | 34 +++ src/harfbuzz-gpos-private.h | 182 +++++++------- - src/harfbuzz-gpos.c | 540 + src/harfbuzz-gpos.c | 540 +++++++++++++++++++++--------------------- - src/harfbuzz-gpos.h | 52 ++-- + src/harfbuzz-gpos.h | 52 ++-- src/harfbuzz-gsub-private.h | 142 +++++------ - src/harfbuzz-gsub.c | 432 ++++++++++++++++----------------- - src/harfbuzz-gsub.h | 50 ++-- - src/harfbuzz-impl.h | 6 +- + src/harfbuzz-gsub.c | 432 ++++++++++++++++----------------- + src/harfbuzz-gsub.h | 50 ++-- + src/harfbuzz-impl.h | 6 +- src/harfbuzz-open-private.h | 26 +- - src/harfbuzz-open.c | 146 ++++++------ - src/harfbuzz-open.h | 88 +++---- - src/harfbuzz.h | 1 + + src/harfbuzz-open.c | 146 ++++++------ + src/harfbuzz-open.h | 88 +++---- + src/harfbuzz.h | 1 + 24 files changed, 1056 insertions(+), 1016 deletions(-) commit 2130d852c76cccb94350a4aea222359640ffa8a4 Author: Behdad Esfahbod -Date: Wed Oct 24 21:35:03 2007 +0000 +Date: Wed Oct 24 21:35:03 2007 +0000 Add commented-out dummy struct for Extension lookups. - 2007-10-24 Behdad Esfahbod + 2007-10-24 Behdad Esfahbod - * pango/opentype/harfbuzz-gpos-private.h: - * pango/opentype/harfbuzz-gsub-private.h: - Add commented-out dummy struct for Extension lookups. + * pango/opentype/harfbuzz-gpos-private.h: + * pango/opentype/harfbuzz-gsub-private.h: + Add commented-out dummy struct for Extension lookups. src/harfbuzz-gpos-private.h | 13 +++++++++++++ src/harfbuzz-gsub-private.h | 13 +++++++++++++ @@ -51767,20 +55140,20 @@ Date: Wed Oct 24 21:35:03 2007 +0000 commit 13b2b963848ada169c2fe3d3669fbc1c337f7fe7 Author: Behdad Esfahbod -Date: Sun Oct 21 18:17:02 2007 +0000 +Date: Sun Oct 21 18:17:02 2007 +0000 Bug 488840 – harfbuzz: protect against ligid overflow - 2007-10-21 Behdad Esfahbod + 2007-10-21 Behdad Esfahbod - Bug 488840 – harfbuzz: protect against ligid overflow + Bug 488840 – harfbuzz: protect against ligid overflow - * pango/opentype/harfbuzz-buffer.c - (_hb_buffer_allocate_ligid): - Never return zero, even in case of overflow. + * pango/opentype/harfbuzz-buffer.c + (_hb_buffer_allocate_ligid): + Never return zero, even in case of overflow. - * pango/opentype/harfbuzz-impl.h: Define dummy HB_LIKELY() and - HB_UNLIKELY(), to be filled later. + * pango/opentype/harfbuzz-impl.h: Define dummy HB_LIKELY() and + HB_UNLIKELY(), to be filled later. src/harfbuzz-buffer.c | 6 +++++- src/harfbuzz-impl.h | 3 +++ @@ -51788,46 +55161,46 @@ Date: Sun Oct 21 18:17:02 2007 +0000 commit 6b347138b597c41af24453f630336ba2fc033dc5 Author: Behdad Esfahbod -Date: Thu Oct 11 08:30:50 2007 +0000 +Date: Thu Oct 11 08:30:50 2007 +0000 Mark internal symbols as HB_INTERNAL and define that to static in - 2007-10-11 Behdad Esfahbod + 2007-10-11 Behdad Esfahbod - * pango/opentype/*: Mark internal symbols as HB_INTERNAL and - define that to static in harfbuzz.c. + * pango/opentype/*: Mark internal symbols as HB_INTERNAL and + define that to static in harfbuzz.c. - * pango/opentype/harfbuzz-buffer-internal.h: New file. + * pango/opentype/harfbuzz-buffer-internal.h: New file. - src/Makefile.am | 1 + - src/ftglue.c | 18 +++---- - src/ftglue.h | 20 ++++---- + src/Makefile.am | 1 + + src/ftglue.c | 18 +++---- + src/ftglue.h | 20 ++++---- src/harfbuzz-buffer-private.h | 60 +++++++++++++++++++++++ - src/harfbuzz-buffer.c | 108 + src/harfbuzz-buffer.c | 108 +++++++++++++++++++++------------------- - src/harfbuzz-buffer.h | 38 +-------------- + src/harfbuzz-buffer.h | 38 +-------------- src/harfbuzz-gdef-private.h | 17 ++++--- - src/harfbuzz-gdef.c | 20 ++++---- + src/harfbuzz-gdef.c | 20 ++++---- src/harfbuzz-gpos-private.h | 13 +++-- - src/harfbuzz-gpos.c | 16 +++--- + src/harfbuzz-gpos.c | 16 +++--- src/harfbuzz-gsub-private.h | 14 +++--- - src/harfbuzz-gsub.c | 20 ++++---- - src/harfbuzz-impl.h | 12 +++-- + src/harfbuzz-gsub.c | 20 ++++---- + src/harfbuzz-impl.h | 12 +++-- src/harfbuzz-open-private.h | 81 +++++++++++++++++------------- - src/harfbuzz-open.c | 111 + src/harfbuzz-open.c | 111 ++++++++++++++++++++++++------------------ - src/harfbuzz.c | 1 + + src/harfbuzz.c | 1 + 16 files changed, 315 insertions(+), 235 deletions(-) commit 7cdfb61deefd8f43edb5eb79d45d38dbbbef9051 Author: Behdad Esfahbod -Date: Thu Oct 11 07:46:33 2007 +0000 +Date: Thu Oct 11 07:46:33 2007 +0000 Remove FTGLUE_API/APIDEF cruft. - 2007-10-11 Behdad Esfahbod + 2007-10-11 Behdad Esfahbod - * pango/opentype/ftglue.[ch]: Remove FTGLUE_API/APIDEF cruft. + * pango/opentype/ftglue.[ch]: Remove FTGLUE_API/APIDEF cruft. src/ftglue.c | 16 ++++++++-------- src/ftglue.h | 24 ++++++++---------------- @@ -51835,71 +55208,71 @@ Date: Thu Oct 11 07:46:33 2007 +0000 commit 61ddbafaaad31ccacde54cad7e60a84abffc0a9f Author: Behdad Esfahbod -Date: Thu Oct 11 07:45:26 2007 +0000 +Date: Thu Oct 11 07:45:26 2007 +0000 Build harfbuzz.c instead of individual source files, to let compiler go - 2007-10-11 Behdad Esfahbod + 2007-10-11 Behdad Esfahbod - * pango/opentype/Makefile.am: Build harfbuzz.c instead - of individual - source files, to let compiler go wild with optimizations! + * pango/opentype/Makefile.am: Build harfbuzz.c instead + of individual + source files, to let compiler go wild with optimizations! src/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) commit a219b3d003d6727c79dc51282d21e9ac48c44458 Author: Behdad Esfahbod -Date: Thu Oct 11 07:34:08 2007 +0000 +Date: Thu Oct 11 07:34:08 2007 +0000 Same here. - 2007-10-11 Behdad Esfahbod + 2007-10-11 Behdad Esfahbod - * pango/opentype/harfbuzz.c: Same here. + * pango/opentype/harfbuzz.c: Same here. src/harfbuzz.c | 1 - 1 file changed, 1 deletion(-) commit 6567e16e3b14c08659342bbcc9f2735e71f9114e Author: Behdad Esfahbod -Date: Thu Oct 11 07:33:19 2007 +0000 +Date: Thu Oct 11 07:33:19 2007 +0000 Don't include harfbuzz-dump.[ch] in libharfbuzz.a. Those are just used by - 2007-10-11 Behdad Esfahbod + 2007-10-11 Behdad Esfahbod - * pango/opentype/Makefile.am: Don't include harfbuzz-dump.[ch] - in - libharfbuzz.a. Those are just used by the harfbuzz-dump tool. + * pango/opentype/Makefile.am: Don't include harfbuzz-dump.[ch] + in + libharfbuzz.a. Those are just used by the harfbuzz-dump tool. src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 0b032549ba7581c879a0fc4e794b0e9a4723ae85 Author: Behdad Esfahbod -Date: Thu Oct 11 07:24:47 2007 +0000 +Date: Thu Oct 11 07:24:47 2007 +0000 Some more cleanup. - 2007-10-11 Behdad Esfahbod + 2007-10-11 Behdad Esfahbod - * pango/opentype/harfbuzz-buffer.c: Some more cleanup. + * pango/opentype/harfbuzz-buffer.c: Some more cleanup. src/harfbuzz-buffer.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) commit 7a26864308bd1ca8d5f47d798411cac7239b7d38 Author: Behdad Esfahbod -Date: Thu Oct 11 07:21:31 2007 +0000 +Date: Thu Oct 11 07:21:31 2007 +0000 Move some code around. - 2007-10-11 Behdad Esfahbod + 2007-10-11 Behdad Esfahbod - * pango/opentype/harfbuzz-buffer.c: Move some code around. + * pango/opentype/harfbuzz-buffer.c: Move some code around. src/harfbuzz-buffer.c | 91 +++++++++++++++++++++++++++------------------------ @@ -51907,7 +55280,7 @@ Date: Thu Oct 11 07:21:31 2007 +0000 commit 7a5405c8261573a0f29d28fb533e800d698f6129 Author: Behdad Esfahbod -Date: Thu Oct 11 07:15:16 2007 +0000 +Date: Thu Oct 11 07:15:16 2007 +0000 Minor. @@ -51916,18 +55289,18 @@ Date: Thu Oct 11 07:15:16 2007 +0000 commit 986f4fd96892ebda550793941bb1daed862c4a34 Author: Behdad Esfahbod -Date: Thu Oct 11 07:12:49 2007 +0000 +Date: Thu Oct 11 07:12:49 2007 +0000 Rename buffer->inplace to buffer->separate_out with the inverted meaning, - 2007-10-11 Behdad Esfahbod + 2007-10-11 Behdad Esfahbod - * pango/opentype/harfbuzz-buffer.[ch]: Rename buffer->inplace - to - buffer->separate_out with the inverted meaning, such that - buffer - is initialization is memset(0). + * pango/opentype/harfbuzz-buffer.[ch]: Rename buffer->inplace + to + buffer->separate_out with the inverted meaning, such that + buffer + is initialization is memset(0). src/harfbuzz-buffer.c | 34 +++++++++++++++++----------------- src/harfbuzz-buffer.h | 2 +- @@ -51935,13 +55308,13 @@ Date: Thu Oct 11 07:12:49 2007 +0000 commit 06003908ccf2473366816935dd1b144cde587be9 Author: Behdad Esfahbod -Date: Thu Oct 11 07:05:09 2007 +0000 +Date: Thu Oct 11 07:05:09 2007 +0000 Allocate buffer->positions lazily. - 2007-10-11 Behdad Esfahbod + 2007-10-11 Behdad Esfahbod - * pango/opentype/*: Allocate buffer->positions lazily. + * pango/opentype/*: Allocate buffer->positions lazily. src/harfbuzz-buffer.c | 25 +++++++++++++++++++++++-- src/harfbuzz-buffer.h | 3 +++ @@ -51951,143 +55324,143 @@ Date: Thu Oct 11 07:05:09 2007 +0000 commit fc3d6f575826704a0ae9ee9018323f6a3c422f4b Author: Behdad Esfahbod -Date: Thu Oct 11 06:52:07 2007 +0000 +Date: Thu Oct 11 06:52:07 2007 +0000 Bug 485621 – Get rid of freetype memory allocator in harfbuzz - 2007-10-11 Behdad Esfahbod + 2007-10-11 Behdad Esfahbod - Bug 485621 – Get rid of freetype memory allocator in - harfbuzz + Bug 485621 – Get rid of freetype memory allocator in + harfbuzz - * pango/opentype/*: Remove all occurences of FT_Memory. Use - malloc/realloc/free directly. + * pango/opentype/*: Remove all occurences of FT_Memory. Use + malloc/realloc/free directly. - * pango/pango-ot*: Update to above. + * pango/pango-ot*: Update to above. - src/ftglue.c | 52 ++--- - src/ftglue.h | 28 ++- - src/harfbuzz-buffer.c | 16 +- - src/harfbuzz-buffer.h | 4 +- - src/harfbuzz-gdef.c | 106 ++++------ - src/harfbuzz-gdef.h | 6 +- - src/harfbuzz-gpos-private.h | 1 - - src/harfbuzz-gpos.c | 462 + src/ftglue.c | 52 ++--- + src/ftglue.h | 28 ++- + src/harfbuzz-buffer.c | 16 +- + src/harfbuzz-buffer.h | 4 +- + src/harfbuzz-gdef.c | 106 ++++------ + src/harfbuzz-gdef.h | 6 +- + src/harfbuzz-gpos-private.h | 1 - + src/harfbuzz-gpos.c | 462 ++++++++++++++++++-------------------------- - src/harfbuzz-gpos.h | 2 - - src/harfbuzz-gsub-private.h | 1 - - src/harfbuzz-gsub.c | 312 +++++++++++------------------- - src/harfbuzz-gsub.h | 2 - - src/harfbuzz-open-private.h | 25 ++- - src/harfbuzz-open.c | 127 ++++++------ + src/harfbuzz-gpos.h | 2 - + src/harfbuzz-gsub-private.h | 1 - + src/harfbuzz-gsub.c | 312 +++++++++++------------------- + src/harfbuzz-gsub.h | 2 - + src/harfbuzz-open-private.h | 25 ++- + src/harfbuzz-open.c | 127 ++++++------ 14 files changed, 441 insertions(+), 703 deletions(-) commit a8abb8b994c3cd89808e8f7128a0c04b23eb3ede Author: Behdad Esfahbod -Date: Thu Oct 11 00:07:58 2007 +0000 +Date: Thu Oct 11 00:07:58 2007 +0000 Bug 485559 – Boston Summit HarfBuzz optimizations - 2007-10-10 Behdad Esfahbod + 2007-10-10 Behdad Esfahbod - Bug 485559 – Boston Summit HarfBuzz optimizations + Bug 485559 – Boston Summit HarfBuzz optimizations - * pango/opentype/*: HarfBuzz hacking to: + * pango/opentype/*: HarfBuzz hacking to: - - Rename last remaining FT_Err stuff to HB_Err. + - Rename last remaining FT_Err stuff to HB_Err. - - Fix a couple invalid table paths to be permissive so - fonts work better. Particularly GDEF table for Nafees - Nastaliq is loaded and works great now. + - Fix a couple invalid table paths to be permissive so + fonts work better. Particularly GDEF table for Nafees + Nastaliq is loaded and works great now. - - Optimize harfbuzz buffer to not copy/swap for simple - one-to-one and "copy" GSUB operations. + - Optimize harfbuzz buffer to not copy/swap for simple + one-to-one and "copy" GSUB operations. - * pango/pango-ot*: Update to FT_Err to HB_Err renaming. + * pango/pango-ot*: Update to FT_Err to HB_Err renaming. - src/ftglue.c | 51 ++- - src/ftglue.h | 21 +- - src/harfbuzz-buffer.c | 190 +++++++-- - src/harfbuzz-buffer.h | 26 +- - src/harfbuzz-dump-main.c | 14 +- - src/harfbuzz-dump.c | 15 +- - src/harfbuzz-gdef-private.h | 4 +- - src/harfbuzz-gdef.c | 149 +++---- - src/harfbuzz-gdef.h | 10 +- - src/harfbuzz-gpos-private.h | 2 +- - src/harfbuzz-gpos.c | 810 ++++++++++++++++++-------------------- - src/harfbuzz-gpos.h | 30 +- - src/harfbuzz-gsub-private.h | 2 +- - src/harfbuzz-gsub.c | 919 + src/ftglue.c | 51 ++- + src/ftglue.h | 21 +- + src/harfbuzz-buffer.c | 190 +++++++-- + src/harfbuzz-buffer.h | 26 +- + src/harfbuzz-dump-main.c | 14 +- + src/harfbuzz-dump.c | 15 +- + src/harfbuzz-gdef-private.h | 4 +- + src/harfbuzz-gdef.c | 149 +++---- + src/harfbuzz-gdef.h | 10 +- + src/harfbuzz-gpos-private.h | 2 +- + src/harfbuzz-gpos.c | 810 ++++++++++++++++++-------------------- + src/harfbuzz-gpos.h | 30 +- + src/harfbuzz-gsub-private.h | 2 +- + src/harfbuzz-gsub.c | 919 +++++++++++++++++++------------------------- - src/harfbuzz-gsub.h | 24 +- - src/harfbuzz-impl.h | 22 +- - src/harfbuzz-open-private.h | 20 +- - src/harfbuzz-open.c | 238 ++++++------ - src/harfbuzz-open.h | 13 +- + src/harfbuzz-gsub.h | 24 +- + src/harfbuzz-impl.h | 22 +- + src/harfbuzz-open-private.h | 20 +- + src/harfbuzz-open.c | 238 ++++++------ + src/harfbuzz-open.h | 13 +- 19 files changed, 1253 insertions(+), 1307 deletions(-) commit dd810b76bc554278d3a226cf89901d16992cf56d Author: Behdad Esfahbod -Date: Wed Aug 29 08:46:50 2007 +0000 +Date: Wed Aug 29 08:46:50 2007 +0000 Bug 302952 – The placement of a diacritic marks for an arabic ligature - 2007-08-29 Behdad Esfahbod + 2007-08-29 Behdad Esfahbod - Bug 302952 – The placement of a diacritic marks for an - arabic ligature - is not correct + Bug 302952 – The placement of a diacritic marks for an + arabic ligature + is not correct - * pango/opentype/harfbuzz-buffer.c (hb_buffer_allocate_ligid): - Don't - use zero as allocated ligature id. Zero means no ligature id. + * pango/opentype/harfbuzz-buffer.c (hb_buffer_allocate_ligid): + Don't + use zero as allocated ligature id. Zero means no ligature id. src/harfbuzz-buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e90d19919434b90d79e67aaf199bddd991f8e5d8 Author: Behdad Esfahbod -Date: Tue Aug 21 08:03:26 2007 +0000 +Date: Tue Aug 21 08:03:26 2007 +0000 Bug 463430 – Gets stuck while "formatting message" - 2007-08-21 Behdad Esfahbod + 2007-08-21 Behdad Esfahbod - Bug 463430 – Gets stuck while "formatting message" + Bug 463430 – Gets stuck while "formatting message" - * pango/opentype/harfbuzz-gpos.c (Lookup_PairPos1), - (Lookup_PairPos2), (Lookup_PairPos), (Do_ContextPos): - * pango/opentype/harfbuzz-gsub.c (Do_ContextSubst): - Change type of intermediate index variable from FT_UShort to - FT_ULong as it was overlowing with more than 65536 glyphs. + * pango/opentype/harfbuzz-gpos.c (Lookup_PairPos1), + (Lookup_PairPos2), (Lookup_PairPos), (Do_ContextPos): + * pango/opentype/harfbuzz-gsub.c (Do_ContextSubst): + Change type of intermediate index variable from FT_UShort to + FT_ULong as it was overlowing with more than 65536 glyphs. src/harfbuzz-gpos.c | 15 ++++++++++----- - src/harfbuzz-gsub.c | 2 +- + src/harfbuzz-gsub.c | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) commit 13b86ee398905f96f57df001309312f6dfdfea9a Author: Behdad Esfahbod -Date: Tue Aug 21 01:38:07 2007 +0000 +Date: Tue Aug 21 01:38:07 2007 +0000 Don't ignore error return value of hb_buffer_copy_output_glyph(). Patch - 2007-08-20 Behdad Esfahbod + 2007-08-20 Behdad Esfahbod - * pango/opentype/harfbuzz-gsub.c (GSUB_Do_String_Lookup): - Don't - ignore error return value of hb_buffer_copy_output_glyph(). - Patch - sent to harfbuzz-list. + * pango/opentype/harfbuzz-gsub.c (GSUB_Do_String_Lookup): + Don't + ignore error return value of hb_buffer_copy_output_glyph(). + Patch + sent to harfbuzz-list. src/harfbuzz-gsub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4c2556cb4c38a56c3a5087deb54aa6262ab3aff9 Author: Behdad Esfahbod -Date: Fri Jul 6 11:29:21 2007 -0400 +Date: Fri Jul 6 11:29:21 2007 -0400 [gdef] Initial implementation @@ -52097,7 +55470,7 @@ Date: Fri Jul 6 11:29:21 2007 -0400 commit 5b2e947fd2b7c5ea49b2bef1e0190d99a525058c Author: Behdad Esfahbod -Date: Fri Jul 6 02:03:26 2007 -0400 +Date: Fri Jul 6 02:03:26 2007 -0400 [open] small fixes, including not using unions for main structs @@ -52107,7 +55480,7 @@ Date: Fri Jul 6 02:03:26 2007 -0400 commit 151df44346990728b5dd249db5740a9543ae33b9 Author: Behdad Esfahbod -Date: Thu Jul 5 17:22:07 2007 -0400 +Date: Thu Jul 5 17:22:07 2007 -0400 Improve stupid Makefile @@ -52116,33 +55489,33 @@ Date: Thu Jul 5 17:22:07 2007 -0400 commit 6c49bebc70a0118a803a5bc979f4436a82b48240 Author: Behdad Esfahbod -Date: Tue May 1 02:32:12 2007 +0000 +Date: Tue May 1 02:32:12 2007 +0000 Link freetype to harfbuzz-dump, for those systems that don't track - 2007-04-30 Behdad Esfahbod + 2007-04-30 Behdad Esfahbod - * pango/opentype/Makefile.am: Link freetype to harfbuzz-dump, - for - those systems that don't track dependencies automatically. + * pango/opentype/Makefile.am: Link freetype to harfbuzz-dump, + for + those systems that don't track dependencies automatically. src/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 7341a116916c8470f1211f0cb3c65b189b42ec9e Author: Behdad Esfahbod -Date: Tue Apr 3 22:45:29 2007 +0000 +Date: Tue Apr 3 22:45:29 2007 +0000 Copy fixes from harfbuzz stable branch. Includes a leak fix, a kerning - 2007-04-03 Behdad Esfahbod + 2007-04-03 Behdad Esfahbod - * pango/opentype/harfbuzz-gdef.c (_HB_GDEF_Check_Property): - * pango/opentype/harfbuzz-gpos.c (HB_Done_GPOS_Table), - (Lookup_PairPos): - * pango/opentype/harfbuzz-open.c (Get_Class1): - Copy fixes from harfbuzz stable branch. Includes a leak fix, - a kerning fix, and an array out-of-bound access fix. + * pango/opentype/harfbuzz-gdef.c (_HB_GDEF_Check_Property): + * pango/opentype/harfbuzz-gpos.c (HB_Done_GPOS_Table), + (Lookup_PairPos): + * pango/opentype/harfbuzz-open.c (Get_Class1): + Copy fixes from harfbuzz stable branch. Includes a leak fix, + a kerning fix, and an array out-of-bound access fix. src/harfbuzz-gdef.c | 2 ++ src/harfbuzz-gpos.c | 8 ++++++++ @@ -52151,20 +55524,20 @@ Date: Tue Apr 3 22:45:29 2007 +0000 commit 999a6f05758c10a902354457ecbf6c943bfed514 Author: Hans Breuer -Date: Sat Jan 13 21:31:41 2007 +0000 +Date: Sat Jan 13 21:31:41 2007 +0000 updated - 2007-01-13 Hans Breuer + 2007-01-13 Hans Breuer - * pango/makefile.msc pango/opentype/makefile.msc : updated + * pango/makefile.msc pango/opentype/makefile.msc : updated src/makefile.msc | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) commit 3c038d40da4bfe5037cc4e9de22bad08fa408465 Author: Behdad Esfahbod -Date: Tue Jan 9 03:32:12 2007 +0000 +Date: Tue Jan 9 03:32:12 2007 +0000 Remove .cvsignore files (moved to svn:ignore prop) @@ -52173,20 +55546,20 @@ Date: Tue Jan 9 03:32:12 2007 +0000 commit 5b3f7702a64fe0513d08a67bdb72704e46fd7cd4 Author: Behdad Esfahbod -Date: Thu Dec 28 06:42:37 2006 -0500 +Date: Thu Dec 28 06:42:37 2006 -0500 Add stub GDEF files - src/harfbuzz-gdef-private.h | 8 ++++++++ - src/harfbuzz-gdef.h | 11 +++++++++++ - src/harfbuzz-open-private.h | 3 +-- - src/harfbuzz-private.h | 6 ++++++ - src/main.cc | 1 + + src/harfbuzz-gdef-private.h | 8 ++++++++ + src/harfbuzz-gdef.h | 11 +++++++++++ + src/harfbuzz-open-private.h | 3 +-- + src/harfbuzz-private.h | 6 ++++++ + src/main.cc | 1 + 5 files changed, 27 insertions(+), 2 deletions(-) commit b3395a7aa36ff1ba5a17f494fbf359ec317a7e69 Author: Behdad Esfahbod -Date: Thu Dec 28 06:31:18 2006 -0500 +Date: Thu Dec 28 06:31:18 2006 -0500 Don't shift down the mark attachment type @@ -52195,7 +55568,7 @@ Date: Thu Dec 28 06:31:18 2006 -0500 commit 193b66d52ae2cb5ced7969e15b7f56dc1978ca8a Author: Behdad Esfahbod -Date: Thu Dec 28 06:12:18 2006 -0500 +Date: Thu Dec 28 06:12:18 2006 -0500 Remove stale comment @@ -52204,23 +55577,23 @@ Date: Thu Dec 28 06:12:18 2006 -0500 commit 12c4568c680ea2b9b98a16a8b7402ca185c90ef6 Author: Behdad Esfahbod -Date: Thu Dec 28 06:10:59 2006 -0500 +Date: Thu Dec 28 06:10:59 2006 -0500 Break and rename, in the layout of old HarfBuzz codebase - src/.gitignore | 1 + - src/Makefile | 2 +- - src/harfbuzz-common.h | 14 +++ + src/.gitignore | 1 + + src/Makefile | 2 +- + src/harfbuzz-common.h | 14 +++ src/{harfbuzz-ng.cc => harfbuzz-open-private.h} | 117 ++---------------------- - src/harfbuzz-open.h | 13 +++ - src/main.cc | 98 + src/harfbuzz-open.h | 13 +++ + src/main.cc | 98 ++++++++++++++++++++ 6 files changed, 133 insertions(+), 112 deletions(-) commit 3158d84b0dfe5032e7c56c03f2da97b8ab549d94 Author: Behdad Esfahbod -Date: Wed Dec 27 20:08:07 2006 -0500 +Date: Wed Dec 27 20:08:07 2006 -0500 Oops. s/OpenTypeFontFaceFile/OpenTypeFontFile/g @@ -52229,7 +55602,7 @@ Date: Wed Dec 27 20:08:07 2006 -0500 commit bf0f9dd61375c5afce8e6b1664d0df5f6c8b2494 Author: Behdad Esfahbod -Date: Wed Dec 27 20:06:42 2006 -0500 +Date: Wed Dec 27 20:06:42 2006 -0500 Use union for ClassDef @@ -52238,7 +55611,7 @@ Date: Wed Dec 27 20:06:42 2006 -0500 commit c46196d09c4ea879bf45182e8a0d649d4c750c39 Author: Behdad Esfahbod -Date: Wed Dec 27 20:05:16 2006 -0500 +Date: Wed Dec 27 20:05:16 2006 -0500 Use union for Coverage @@ -52247,7 +55620,7 @@ Date: Wed Dec 27 20:05:16 2006 -0500 commit 86f450243dbaa82f187cf2d36364e9a59c0e64c7 Author: Behdad Esfahbod -Date: Wed Dec 27 19:59:07 2006 -0500 +Date: Wed Dec 27 19:59:07 2006 -0500 Add GPOS stub @@ -52256,7 +55629,7 @@ Date: Wed Dec 27 19:59:07 2006 -0500 commit 133466177e104ddcd2501a88735670540252167c Author: Behdad Esfahbod -Date: Wed Dec 27 19:58:32 2006 -0500 +Date: Wed Dec 27 19:58:32 2006 -0500 s/OpenTypeFont/OpenTypeFontFace/g @@ -52265,7 +55638,7 @@ Date: Wed Dec 27 19:58:32 2006 -0500 commit 71d62baab0429cdf56ba4019fd2a205f08188503 Author: Behdad Esfahbod -Date: Wed Dec 27 01:29:24 2006 -0500 +Date: Wed Dec 27 01:29:24 2006 -0500 GSUBGPOSHeader @@ -52275,7 +55648,7 @@ Date: Wed Dec 27 01:29:24 2006 -0500 commit eebabd8b2ec5296deba6b09d7755933da0a7d9dc Author: Behdad Esfahbod -Date: Wed Dec 27 00:21:31 2006 -0500 +Date: Wed Dec 27 00:21:31 2006 -0500 Finished OpenType Common Table Formats @@ -52284,7 +55657,7 @@ Date: Wed Dec 27 00:21:31 2006 -0500 commit 2b7374519766825971f9f4ff5b1cb49b74cfcaf8 Author: Behdad Esfahbod -Date: Tue Dec 26 20:55:37 2006 -0500 +Date: Tue Dec 26 20:55:37 2006 -0500 Device tables. @@ -52293,7 +55666,7 @@ Date: Tue Dec 26 20:55:37 2006 -0500 commit eb32e374f4d6de8d428d36144f6eef93514820d2 Author: Behdad Esfahbod -Date: Tue Dec 26 20:00:33 2006 -0500 +Date: Tue Dec 26 20:00:33 2006 -0500 ClassDef @@ -52303,7 +55676,7 @@ Date: Tue Dec 26 20:00:33 2006 -0500 commit 53502c6723dbf9cd3b6ba91b733678b3c7871715 Author: Behdad Esfahbod -Date: Tue Dec 26 19:29:08 2006 -0500 +Date: Tue Dec 26 19:29:08 2006 -0500 Rename CoverageFormat to Coverage @@ -52312,7 +55685,7 @@ Date: Tue Dec 26 19:29:08 2006 -0500 commit 0d6db2abcbe98456569ccf7934ba0a8b37c7f6f3 Author: Behdad Esfahbod -Date: Tue Dec 26 18:53:55 2006 -0500 +Date: Tue Dec 26 18:53:55 2006 -0500 Define more structs using DEFINE_INT_TYPE. @@ -52321,7 +55694,7 @@ Date: Tue Dec 26 18:53:55 2006 -0500 commit 915931b74a30e8652fac5fec153d499485513f63 Author: Behdad Esfahbod -Date: Tue Dec 26 15:30:14 2006 -0500 +Date: Tue Dec 26 15:30:14 2006 -0500 s/DEFINE_NOT_INSTANTIABLE/DEFINE_NON_INSTANTIABLE/ @@ -52330,7 +55703,7 @@ Date: Tue Dec 26 15:30:14 2006 -0500 commit 0c0d55330ef4090f3e4864538e83a4344caaf3ba Author: Behdad Esfahbod -Date: Tue Dec 26 15:29:38 2006 -0500 +Date: Tue Dec 26 15:29:38 2006 -0500 Coverage. @@ -52340,17 +55713,17 @@ Date: Tue Dec 26 15:29:38 2006 -0500 commit 882e52f59196535495af8ca8069df32308ad52cf Author: Behdad Esfahbod -Date: Mon Dec 25 10:28:31 2006 -0500 +Date: Mon Dec 25 10:28:31 2006 -0500 Rename to harfbuzz-ng.cc - src/Makefile | 2 +- + src/Makefile | 2 +- src/{hb-types-private.cc => harfbuzz-ng.cc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) commit f8ba99f6f322800a915428ffc3b5eaf1be2e6c21 Author: Behdad Esfahbod -Date: Mon Dec 25 09:58:02 2006 -0500 +Date: Mon Dec 25 09:58:02 2006 -0500 LookupFlags @@ -52360,7 +55733,7 @@ Date: Mon Dec 25 09:58:02 2006 -0500 commit 25ad92c8a68bf72464601a644ed57b9213126a78 Author: Behdad Esfahbod -Date: Mon Dec 25 09:35:06 2006 -0500 +Date: Mon Dec 25 09:35:06 2006 -0500 Implement Feature @@ -52370,7 +55743,7 @@ Date: Mon Dec 25 09:35:06 2006 -0500 commit befc022affd2386b3f46cd7d11e4262f6c8bce9f Author: Behdad Esfahbod -Date: Mon Dec 25 09:14:52 2006 -0500 +Date: Mon Dec 25 09:14:52 2006 -0500 LangSys @@ -52380,7 +55753,7 @@ Date: Mon Dec 25 09:14:52 2006 -0500 commit c81efca149b08832d5d96a944fb5f303f3d0ca42 Author: Behdad Esfahbod -Date: Mon Dec 25 06:22:08 2006 -0500 +Date: Mon Dec 25 06:22:08 2006 -0500 Use CamelCaseTags. @@ -52389,7 +55762,7 @@ Date: Mon Dec 25 06:22:08 2006 -0500 commit 808dbe283c1ad66091f2cb67380888b7cf265c01 Author: Behdad Esfahbod -Date: Mon Dec 25 06:18:52 2006 -0500 +Date: Mon Dec 25 06:18:52 2006 -0500 Make types not instantiable @@ -52399,18 +55772,18 @@ Date: Mon Dec 25 06:18:52 2006 -0500 commit b739c05ca4b7acfa45bd4b0812ecbb3747f726f0 Author: Behdad Esfahbod -Date: Mon Dec 25 05:39:20 2006 -0500 +Date: Mon Dec 25 05:39:20 2006 -0500 Add OpenTypeFontFile. - src/Makefile | 2 +- + src/Makefile | 2 +- src/hb-types-private.cc | 113 +++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 107 insertions(+), 8 deletions(-) commit 8596944b7421f982960e825019fc0263442520cb Author: Behdad Esfahbod -Date: Sat Dec 23 17:49:25 2006 -0500 +Date: Sat Dec 23 17:49:25 2006 -0500 Add Makefile @@ -52419,7 +55792,7 @@ Date: Sat Dec 23 17:49:25 2006 -0500 commit b6e62bc5db76ae342177b2b646c37f45eccad975 Author: Behdad Esfahbod -Date: Fri Dec 22 02:21:55 2006 -0500 +Date: Fri Dec 22 02:21:55 2006 -0500 After DEFINE_SCRIPT_ARRAY @@ -52429,7 +55802,7 @@ Date: Fri Dec 22 02:21:55 2006 -0500 commit 01e4fcb032be601f272e62228881e2aabfb9d925 Author: Behdad Esfahbod -Date: Thu Dec 21 22:31:31 2006 -0500 +Date: Thu Dec 21 22:31:31 2006 -0500 Remove the annoying HB_ prefix. @@ -52439,7 +55812,7 @@ Date: Thu Dec 21 22:31:31 2006 -0500 commit 6b4ce01da121e12e1c78ad7eaedf469f35f3568d Author: Behdad Esfahbod -Date: Thu Dec 21 22:31:10 2006 -0500 +Date: Thu Dec 21 22:31:10 2006 -0500 Second version. Complete redesign, based on C++ classes to ensure endian @@ -52451,7 +55824,7 @@ Date: Thu Dec 21 22:31:10 2006 -0500 commit f78e70c301311ffcfb007c7fc4125d71cbcff1e2 Author: Behdad Esfahbod -Date: Thu Dec 21 22:30:38 2006 -0500 +Date: Thu Dec 21 22:30:38 2006 -0500 First version. @@ -52461,174 +55834,174 @@ Date: Thu Dec 21 22:30:38 2006 -0500 commit f726b20e56e8b1106dfde0bf8d575c73e83957c4 Author: Behdad Esfahbod -Date: Tue Jul 25 01:02:27 2006 +0000 +Date: Tue Jul 25 01:02:27 2006 +0000 Bug 347073 – Allow empty GPOS table - 2006-07-24 Behdad Esfahbod + 2006-07-24 Behdad Esfahbod - Bug 347073 – Allow empty GPOS table + Bug 347073 – Allow empty GPOS table - * pango/opentype/harfbuzz-open.c (_HB_OPEN_Load_ScriptList): - Don't - err on empty GPOS/GSUB tables. + * pango/opentype/harfbuzz-open.c (_HB_OPEN_Load_ScriptList): + Don't + err on empty GPOS/GSUB tables. src/harfbuzz-open.c | 5 +++++ 1 file changed, 5 insertions(+) commit 52481a5c55d466f41654dcdc67245d0ca8cefbcf Author: Behdad Esfahbod -Date: Thu Jun 22 18:09:04 2006 +0000 +Date: Thu Jun 22 18:09:04 2006 +0000 Bug 345600 – cvs build error in pango/opentype/Makefile - 2006-06-22 Behdad Esfahbod + 2006-06-22 Behdad Esfahbod - Bug 345600 – cvs build error in pango/opentype/Makefile + Bug 345600 – cvs build error in pango/opentype/Makefile - * pango/opentype/Makefile.am: Rename variable SOURCES to - MAINSOURCES. - Some automake versions seem to use it or something. + * pango/opentype/Makefile.am: Rename variable SOURCES to + MAINSOURCES. + Some automake versions seem to use it or something. src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit ffb2d5c1e7af33644d0a4058befa4b8358c9a7bf Author: Behdad Esfahbod -Date: Wed May 31 07:42:55 2006 +0000 +Date: Wed May 31 07:42:55 2006 +0000 Bug 341138 – Using TTC font, Gtk2 programs begin to eating big memory - 2006-05-31 Behdad Esfahbod + 2006-05-31 Behdad Esfahbod - Bug 341138 – Using TTC font, Gtk2 programs begin to eating - big memory - and have many cpu usage. - Patch from Yong Li. + Bug 341138 – Using TTC font, Gtk2 programs begin to eating + big memory + and have many cpu usage. + Patch from Yong Li. - * pango/opentype/ftglue.c (_hb_ftglue_face_goto_table): - TrueType table - offsets are absolute, not relative. + * pango/opentype/ftglue.c (_hb_ftglue_face_goto_table): + TrueType table + offsets are absolute, not relative. src/ftglue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f8f7bd2451eeafb57f5c80c7b4e88a1e50b97c4f Author: Behdad Esfahbod -Date: Wed May 31 07:23:02 2006 +0000 +Date: Wed May 31 07:23:02 2006 +0000 Bug 336153 – Mark to mark positioning (Lookup Type 6) isn't correct when - 2006-05-31 Behdad Esfahbod + 2006-05-31 Behdad Esfahbod - Bug 336153 – Mark to mark positioning (Lookup Type 6) - isn't correct - when using MarkAttchmentType - Patch from Tin Myo Htet. + Bug 336153 – Mark to mark positioning (Lookup Type 6) + isn't correct + when using MarkAttchmentType + Patch from Tin Myo Htet. - * pango/opentype/harfbuzz-gpos.c (Lookup_MarkMarkPos): - Ignore marks - of non-matchin attachment type. + * pango/opentype/harfbuzz-gpos.c (Lookup_MarkMarkPos): + Ignore marks + of non-matchin attachment type. src/harfbuzz-gpos.c | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) commit d2a613187c1257371d62153b55c89336965e0754 Author: Behdad Esfahbod -Date: Wed Apr 12 18:47:50 2006 +0000 +Date: Wed Apr 12 18:47:50 2006 +0000 Fix loop variables. (coverity found bug.) - 2006-04-12 Behdad Esfahbod + 2006-04-12 Behdad Esfahbod - * pango/opentype/harfbuzz-gpos.c: Fix loop - variables. (coverity - found bug.) + * pango/opentype/harfbuzz-gpos.c: Fix loop + variables. (coverity + found bug.) src/harfbuzz-gpos.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 14022e826f63c48b689f9037645c9a3a3302d9b6 Author: Behdad Esfahbod -Date: Tue Apr 11 08:31:44 2006 +0000 +Date: Tue Apr 11 08:31:44 2006 +0000 Bug 337924 – cleanups for issues reported by various compilers Patch - 2006-04-11 Behdad Esfahbod - - Bug 337924 – cleanups for issues reported by various - compilers - Patch from Kjartan Maraas. - - * examples/viewer-x.c (update): - * modules/arabic/arabic-fc.c (fallback_shape), - (arabic_engine_shape): - * modules/basic/basic-fc.c (fallback_shape), - (basic_engine_shape): - * modules/basic/basic-x.c: - * modules/hangul/hangul-fc.c: - * modules/hebrew/hebrew-fc.c (hebrew_engine_shape): - * modules/indic/indic-fc.c: - * modules/khmer/khmer-fc.c: - * modules/syriac/syriac-fc.c: - * modules/thai/thai-fc.c: - * modules/tibetan/tibetan-fc.c: - * pango/break.c: - * pango/modules.c: - * pango/opentype/ftglue.c (_hb_ftglue_face_goto_table): - * pango/pango-attributes.c (pango_attr_list_filter): - * pango/pango-engine.c: - * pango/pango-fontset.c: - * pango/pango-layout.c (pango_layout_set_text), - (pango_layout_xy_to_index), (pango_layout_get_cursor_pos): - * pango/pango-markup.c (text_handler): - * pango/pango-utils.c (read_alias_file): - * pango/pangocairo-fcfont.c (G_DEFINE_TYPE_WITH_CODE): - * pango/pangocairo-fcfontmap.c (G_DEFINE_TYPE_WITH_CODE): - * pango/pangocairo-font.c - (_pango_cairo_font_get_hex_box_info): - * pango/pangox-fontmap.c (pango_x_make_matching_xlfd): - * tests/dump-boundaries.c (fail): - Remove unused variables. Remove excess semicolon after - DEFINE_TYPE - macros. + 2006-04-11 Behdad Esfahbod + + Bug 337924 – cleanups for issues reported by various + compilers + Patch from Kjartan Maraas. + + * examples/viewer-x.c (update): + * modules/arabic/arabic-fc.c (fallback_shape), + (arabic_engine_shape): + * modules/basic/basic-fc.c (fallback_shape), + (basic_engine_shape): + * modules/basic/basic-x.c: + * modules/hangul/hangul-fc.c: + * modules/hebrew/hebrew-fc.c (hebrew_engine_shape): + * modules/indic/indic-fc.c: + * modules/khmer/khmer-fc.c: + * modules/syriac/syriac-fc.c: + * modules/thai/thai-fc.c: + * modules/tibetan/tibetan-fc.c: + * pango/break.c: + * pango/modules.c: + * pango/opentype/ftglue.c (_hb_ftglue_face_goto_table): + * pango/pango-attributes.c (pango_attr_list_filter): + * pango/pango-engine.c: + * pango/pango-fontset.c: + * pango/pango-layout.c (pango_layout_set_text), + (pango_layout_xy_to_index), (pango_layout_get_cursor_pos): + * pango/pango-markup.c (text_handler): + * pango/pango-utils.c (read_alias_file): + * pango/pangocairo-fcfont.c (G_DEFINE_TYPE_WITH_CODE): + * pango/pangocairo-fcfontmap.c (G_DEFINE_TYPE_WITH_CODE): + * pango/pangocairo-font.c + (_pango_cairo_font_get_hex_box_info): + * pango/pangox-fontmap.c (pango_x_make_matching_xlfd): + * tests/dump-boundaries.c (fail): + Remove unused variables. Remove excess semicolon after + DEFINE_TYPE + macros. src/ftglue.c | 2 -- 1 file changed, 2 deletions(-) commit 59aafd07806a2f0d4f399eff13aec74557f60522 Author: Behdad Esfahbod -Date: Mon Apr 10 10:33:17 2006 +0000 +Date: Mon Apr 10 10:33:17 2006 +0000 Fix minor bugs reported by the Coverity scan report. - 2006-04-10 Behdad Esfahbod + 2006-04-10 Behdad Esfahbod - Fix minor bugs reported by the Coverity scan report. + Fix minor bugs reported by the Coverity scan report. - * pango/opentype/harfbuzz-gdef.c - (HB_GDEF_Build_ClassDefinition): - * pango/opentype/harfbuzz-gpos.c (HB_GPOS_Query_Scripts), - (HB_GPOS_Query_Languages), (HB_GPOS_Query_Features): Do - not access - structs before we check them for nullity. + * pango/opentype/harfbuzz-gdef.c + (HB_GDEF_Build_ClassDefinition): + * pango/opentype/harfbuzz-gpos.c (HB_GPOS_Query_Scripts), + (HB_GPOS_Query_Languages), (HB_GPOS_Query_Features): Do + not access + structs before we check them for nullity. - * pango/pango-layout.c (pango_layout_index_to_line), - (pango_layout_index_to_line_and_extents), - (pango_layout_index_to_pos): Check for invalid iterators - outside the - loop, so we don't crash. + * pango/pango-layout.c (pango_layout_index_to_line), + (pango_layout_index_to_line_and_extents), + (pango_layout_index_to_pos): Check for invalid iterators + outside the + loop, so we don't crash. - * pango/pango-layout.c (pango_layout_line_x_to_index): Set - char_trailing instead of trailing in one of too many paths. - Should - have been a typo. + * pango/pango-layout.c (pango_layout_line_x_to_index): Set + char_trailing instead of trailing in one of too many paths. + Should + have been a typo. - * pango/pangox.c (get_font_metrics_from_subfonts): Check - for nullity - somewhere. + * pango/pangox.c (get_font_metrics_from_subfonts): Check + for nullity + somewhere. src/harfbuzz-gdef.c | 3 ++- src/harfbuzz-gpos.c | 9 ++++++--- @@ -52636,45 +56009,45 @@ Date: Mon Apr 10 10:33:17 2006 +0000 commit b31d6def96ff99e89ba42e09661992498bda460d Author: Behdad Esfahbod -Date: Thu Apr 6 18:23:49 2006 +0000 +Date: Thu Apr 6 18:23:49 2006 +0000 Update from HarfBuzz. Lars Knoll fixed all the warnings. - 2006-04-06 Behdad Esfahbod + 2006-04-06 Behdad Esfahbod - * pango/opentype: Update from HarfBuzz. Lars Knoll fixed - all the - warnings. + * pango/opentype: Update from HarfBuzz. Lars Knoll fixed + all the + warnings. - src/harfbuzz-dump.c | 94 ++++++++++++++++++++++++++++--------------- - src/harfbuzz-gpos.c | 80 ++++++++++++++++++++++-------------- + src/harfbuzz-dump.c | 94 ++++++++++++++++++++++++++++--------------- + src/harfbuzz-gpos.c | 80 ++++++++++++++++++++++-------------- src/harfbuzz-gsub.c | 114 +++++++++++++++++++++++++++++----------------------- - src/harfbuzz-impl.h | 4 ++ + src/harfbuzz-impl.h | 4 ++ 4 files changed, 179 insertions(+), 113 deletions(-) commit ca57250bc9d9f92c88a2ea516e251b9cbfdebda0 Author: Behdad Esfahbod -Date: Mon Apr 3 20:13:17 2006 +0000 +Date: Mon Apr 3 20:13:17 2006 +0000 Make sure TTAG_GDEF and frineds are defined, needed for FreeType <= 2.1.7 - 2006-04-03 Behdad Esfahbod + 2006-04-03 Behdad Esfahbod - * pango/opentype/harfbuzz-impl.h: Make sure TTAG_GDEF and - frineds are - defined, needed for FreeType <= 2.1.7 (pointed by Tim Janik). + * pango/opentype/harfbuzz-impl.h: Make sure TTAG_GDEF and + frineds are + defined, needed for FreeType <= 2.1.7 (pointed by Tim Janik). - src/harfbuzz-gdef.c | 3 --- - src/harfbuzz-gpos.c | 3 --- - src/harfbuzz-gsub.c | 3 --- + src/harfbuzz-gdef.c | 3 --- + src/harfbuzz-gpos.c | 3 --- + src/harfbuzz-gsub.c | 3 --- src/harfbuzz-impl.h | 11 +++++++++++ 4 files changed, 11 insertions(+), 9 deletions(-) commit f618288e00914b6606ec977d506c18e4abdd3ce4 Author: Behdad Esfahbod -Date: Fri Mar 31 13:19:29 2006 +0000 +Date: Fri Mar 31 13:19:29 2006 +0000 . @@ -52683,7 +56056,7 @@ Date: Fri Mar 31 13:19:29 2006 +0000 commit 5f1f943b9e6d753722ceadba7eb7ce1f14526ea5 Author: Behdad Esfahbod -Date: Fri Mar 31 13:18:23 2006 +0000 +Date: Fri Mar 31 13:18:23 2006 +0000 . @@ -52692,7 +56065,7 @@ Date: Fri Mar 31 13:18:23 2006 +0000 commit bce3e0b0d4ee521767d80c5c21704337bf5ac716 Author: Behdad Esfahbod -Date: Fri Mar 31 12:45:40 2006 +0000 +Date: Fri Mar 31 12:45:40 2006 +0000 Define NULL. @@ -52701,127 +56074,127 @@ Date: Fri Mar 31 12:45:40 2006 +0000 commit 9f8da38cd108590514b71756b752d98952a9221f Author: Behdad Esfahbod -Date: Fri Mar 31 12:28:09 2006 +0000 +Date: Fri Mar 31 12:28:09 2006 +0000 Convert pango/opentype to the new project called HarfBuzz. - 2006-03-31 Behdad Esfahbod + 2006-03-31 Behdad Esfahbod - Convert pango/opentype to the new project called HarfBuzz. + Convert pango/opentype to the new project called HarfBuzz. - * pango/opentype/*: Restructured. + * pango/opentype/*: Restructured. - * pango/pango-ot-*: Updated to use HarfBuzz symbol names. + * pango/pango-ot-*: Updated to use HarfBuzz symbol names. - src/COPYING | 15 + - src/{FTL.TXT => COPYING.FTL} | 0 - src/COPYING.GPL | 340 ++ - src/FT-license.txt | 28 - - src/Makefile.am | 89 +- - src/README | 44 +- - src/ftglue.c | 88 +- - src/ftglue.h | 68 +- - src/ftxgdef.c | 1225 ------- - src/ftxgdef.h | 224 -- - src/ftxgpos.c | 6199 + src/COPYING | 15 + + src/{FTL.TXT => COPYING.FTL} | 0 + src/COPYING.GPL | 340 ++ + src/FT-license.txt | 28 - + src/Makefile.am | 89 +- + src/README | 44 +- + src/ftglue.c | 88 +- + src/ftglue.h | 68 +- + src/ftxgdef.c | 1225 ------- + src/ftxgdef.h | 224 -- + src/ftxgpos.c | 6199 ------------------------------- - src/ftxgpos.h | 838 ----- - src/ftxgsub.c | 4533 ----------------------- - src/ftxgsub.h | 594 --- - src/ftxopen.c | 1552 -------- - src/ftxopen.h | 317 -- - src/ftxopenf.h | 166 - - src/harfbuzz-buffer.c | 227 ++ - src/harfbuzz-buffer.h | 106 + + src/ftxgpos.h | 838 ----- + src/ftxgsub.c | 4533 ----------------------- + src/ftxgsub.h | 594 --- + src/ftxopen.c | 1552 -------- + src/ftxopen.h | 317 -- + src/ftxopenf.h | 166 - + src/harfbuzz-buffer.c | 227 ++ + src/harfbuzz-buffer.h | 106 + src/{ottest.c => harfbuzz-dump-main.c} | 84 +- - src/{disasm.c => harfbuzz-dump.c} | 186 +- - src/{disasm.h => harfbuzz-dump.h} | 18 +- - src/harfbuzz-gdef-private.h | 101 + - src/harfbuzz-gdef.c | 1228 +++++++ - src/harfbuzz-gdef.h | 127 + - src/harfbuzz-gpos-private.h | 683 ++++ - src/harfbuzz-gpos.c | 6269 + src/{disasm.c => harfbuzz-dump.c} | 186 +- + src/{disasm.h => harfbuzz-dump.h} | 18 +- + src/harfbuzz-gdef-private.h | 101 + + src/harfbuzz-gdef.c | 1228 +++++++ + src/harfbuzz-gdef.h | 127 + + src/harfbuzz-gpos-private.h | 683 ++++ + src/harfbuzz-gpos.c | 6269 ++++++++++++++++++++++++++++++++ - src/harfbuzz-gpos.h | 168 + - src/harfbuzz-gsub-private.h | 448 +++ - src/harfbuzz-gsub.c | 4581 +++++++++++++++++++++++ - src/harfbuzz-gsub.h | 132 + - src/harfbuzz-impl.h | 64 + - src/harfbuzz-open-private.h | 81 + - src/harfbuzz-open.c | 1426 ++++++++ - src/harfbuzz-open.h | 285 ++ - src/harfbuzz.c | 19 + - src/harfbuzz.h | 23 + - src/otlbuffer.c | 238 -- - src/otlbuffer.h | 103 - + src/harfbuzz-gpos.h | 168 + + src/harfbuzz-gsub-private.h | 448 +++ + src/harfbuzz-gsub.c | 4581 +++++++++++++++++++++++ + src/harfbuzz-gsub.h | 132 + + src/harfbuzz-impl.h | 64 + + src/harfbuzz-open-private.h | 81 + + src/harfbuzz-open.c | 1426 ++++++++ + src/harfbuzz-open.h | 285 ++ + src/harfbuzz.c | 19 + + src/harfbuzz.h | 23 + + src/otlbuffer.c | 238 -- + src/otlbuffer.h | 103 - 39 files changed, 16582 insertions(+), 16335 deletions(-) commit dd2a8d4d490df1d310e7553ba6c7c8de661f28a1 Author: Behdad Esfahbod -Date: Sat Mar 25 23:52:30 2006 +0000 +Date: Sat Mar 25 23:52:30 2006 +0000 Don't err on Table_Missing. - 2006-03-25 Behdad Esfahbod + 2006-03-25 Behdad Esfahbod - * pango/opentype/ottest.c: Don't err on Table_Missing. + * pango/opentype/ottest.c: Don't err on Table_Missing. src/ottest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 434833b1b7b01d85a143f9ad4b04e7044dd72567 Author: Behdad Esfahbod -Date: Mon Mar 13 05:06:05 2006 +0000 +Date: Mon Mar 13 05:06:05 2006 +0000 === Released 1.12.0 === - 2006-03-13 Behdad Esfahbod + 2006-03-13 Behdad Esfahbod - * === Released 1.12.0 === + * === Released 1.12.0 === - * configure.in: Version 1.12.0 + * configure.in: Version 1.12.0 - * NEWS, README: Updated. + * NEWS, README: Updated. src/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 8228828e1e4c8dd6f9435fb718ad4394bba95655 Author: Behdad Esfahbod -Date: Mon Jan 30 22:37:48 2006 +0000 +Date: Mon Jan 30 22:37:48 2006 +0000 Handle GSUB Lookup type 8, and ReverseChainContextualSubst table. (bug - 2006-01-30 Behdad Esfahbod + 2006-01-30 Behdad Esfahbod - * pango/opentype/ftxgsub.c: Handle GSUB Lookup type 8, - and ReverseChainContextualSubst table. (bug #149696, - patch from Aamir Wali) + * pango/opentype/ftxgsub.c: Handle GSUB Lookup type 8, + and ReverseChainContextualSubst table. (bug #149696, + patch from Aamir Wali) - src/ftxgsub.c | 545 + src/ftxgsub.c | 545 ++++++++++++++++++++++++++++++++++++++++++++++----------- - src/ftxgsub.h | 47 +++-- - src/ftxopen.c | 7 + + src/ftxgsub.h | 47 +++-- + src/ftxopen.c | 7 + src/ftxopenf.h | 5 +- 4 files changed, 487 insertions(+), 117 deletions(-) commit e040f681963d51eaadcd53a456100fde1a7addb6 Author: Behdad Esfahbod -Date: Sat Jan 28 20:29:18 2006 +0000 +Date: Sat Jan 28 20:29:18 2006 +0000 Removed. - 2006-01-28 Behdad Esfahbod + 2006-01-28 Behdad Esfahbod - * pango/opentype/pango-ot-*: Removed. + * pango/opentype/pango-ot-*: Removed. - * pango/pango-ot-*: Added. + * pango/pango-ot-*: Added. - * pango/Makefile.am, pango/opentype/Makefile.am: Adjusted. + * pango/Makefile.am, pango/opentype/Makefile.am: Adjusted. - src/Makefile.am | 30 +-- - src/pango-ot-buffer.c | 339 ------------------------ - src/pango-ot-info.c | 681 + src/Makefile.am | 30 +-- + src/pango-ot-buffer.c | 339 ------------------------ + src/pango-ot-info.c | 681 ------------------------------------------------- src/pango-ot-private.h | 105 -------- src/pango-ot-ruleset.c | 225 ---------------- @@ -52829,102 +56202,102 @@ Date: Sat Jan 28 20:29:18 2006 +0000 commit f45689bc655eb723f11a2eb65a41303221b80397 Author: Behdad Esfahbod -Date: Wed Jan 25 19:33:58 2006 +0000 +Date: Wed Jan 25 19:33:58 2006 +0000 If major.minor of required and available glib versions are the same, add - 2006-01-25 Behdad Esfahbod + 2006-01-25 Behdad Esfahbod - * configure.in: If major.minor of required and available - glib versions - are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug - #328617) + * configure.in: If major.minor of required and available + glib versions + are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug + #328617) - * */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED. + * */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED. src/Makefile.am | 1 - 1 file changed, 1 deletion(-) commit 6cc6c9a57c674787f278ea5b60705384fd72b4ad Author: Behdad Esfahbod -Date: Sat Jan 14 07:00:13 2006 +0000 +Date: Sat Jan 14 07:00:13 2006 +0000 Make sure #include is the first include in the file. (bug - 2006-01-14 Behdad Esfahbod - - * */*.c, */*/*.c: Make sure #include is the - first include - in the file. (bug #158870, based on patch by Luis Menina) - - src/disasm.c | 2 ++ - src/ftglue.c | 1 + - src/ftxgdef.c | 1 + - src/ftxgpos.c | 2 ++ - src/ftxgsub.c | 2 ++ - src/ftxopen.c | 2 ++ - src/otlbuffer.c | 3 +++ - src/ottest.c | 1 + - src/pango-ot-buffer.c | 2 ++ - src/pango-ot-info.c | 2 ++ + 2006-01-14 Behdad Esfahbod + + * */*.c, */*/*.c: Make sure #include is the + first include + in the file. (bug #158870, based on patch by Luis Menina) + + src/disasm.c | 2 ++ + src/ftglue.c | 1 + + src/ftxgdef.c | 1 + + src/ftxgpos.c | 2 ++ + src/ftxgsub.c | 2 ++ + src/ftxopen.c | 2 ++ + src/otlbuffer.c | 3 +++ + src/ottest.c | 1 + + src/pango-ot-buffer.c | 2 ++ + src/pango-ot-info.c | 2 ++ src/pango-ot-ruleset.c | 2 ++ 11 files changed, 20 insertions(+) commit ca07fcf6ef61c09825e67ca7e2574a90e4f5a9a0 Author: Behdad Esfahbod -Date: Thu Jan 5 16:14:49 2006 +0000 +Date: Thu Jan 5 16:14:49 2006 +0000 pango/Makefile.am, pango/fonts.c, pango/glyphstring.c, - 2006-01-05 Behdad Esfahbod - - * pango/Makefile.am, - * pango/fonts.c, - * pango/glyphstring.c, - * pango/pango-attributes.c, - * pango/pango-color.c, - * pango/pango-impl-utils.h, - * pango/pango-item.c, - * pango/pango-layout.c, - * pango/pango-tabs.c, - * pango/pango-utils.c, - * pango/pango-utils.h, - * pango/pangoatsui-fontmap.c, - * pango/pangocairo-font.c, - * pango/pangocairo-fontmap.c, - * pango/pangofc-fontmap.c, - * pango/pangowin32-fontmap.c, - * pango/pangox-fontmap.c, - * pango/pangox.c, - * pango/opentype/pango-ot-info.c, - * pango/opentype/pango-ot-ruleset.c: Intern strings to avoid - unnecessary strdups in the type system. (bug #325832, - Matthias Clasen) - - src/pango-ot-info.c | 3 ++- + 2006-01-05 Behdad Esfahbod + + * pango/Makefile.am, + * pango/fonts.c, + * pango/glyphstring.c, + * pango/pango-attributes.c, + * pango/pango-color.c, + * pango/pango-impl-utils.h, + * pango/pango-item.c, + * pango/pango-layout.c, + * pango/pango-tabs.c, + * pango/pango-utils.c, + * pango/pango-utils.h, + * pango/pangoatsui-fontmap.c, + * pango/pangocairo-font.c, + * pango/pangocairo-fontmap.c, + * pango/pangofc-fontmap.c, + * pango/pangowin32-fontmap.c, + * pango/pangox-fontmap.c, + * pango/pangox.c, + * pango/opentype/pango-ot-info.c, + * pango/opentype/pango-ot-ruleset.c: Intern strings to avoid + unnecessary strdups in the type system. (bug #325832, + Matthias Clasen) + + src/pango-ot-info.c | 3 ++- src/pango-ot-ruleset.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) commit 71524f1bc891bb4450507f769e5cc8f6f6cffa0c Author: Behdad Esfahbod -Date: Tue Dec 27 09:55:48 2005 +0000 +Date: Tue Dec 27 09:55:48 2005 +0000 Use g_slice for PangoOTBuffer allocation. (bug #325026, Matthias Clasen) - 2005-12-27 Behdad Esfahbod + 2005-12-27 Behdad Esfahbod - * pango/opentype/pango-ot-buffer.c: Use g_slice for - PangoOTBuffer - allocation. (bug #325026, Matthias Clasen) + * pango/opentype/pango-ot-buffer.c: Use g_slice for + PangoOTBuffer + allocation. (bug #325026, Matthias Clasen) src/pango-ot-buffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit b5baa43d3a972ebd3ef82ede14b54c185b723a71 Author: Behdad Esfahbod -Date: Fri Nov 25 09:22:02 2005 +0000 +Date: Fri Nov 25 09:22:02 2005 +0000 Tiny doc improvement. @@ -52933,107 +56306,107 @@ Date: Fri Nov 25 09:22:02 2005 +0000 commit 6f64314f7a031a5a5d6b7663c08b70c452961c89 Author: Behdad Esfahbod -Date: Wed Nov 23 19:48:10 2005 +0000 +Date: Wed Nov 23 19:48:10 2005 +0000 Fix typo in docs. - 2005-11-23 Behdad Esfahbod + 2005-11-23 Behdad Esfahbod - * pango/opentyp/pango-ot-buffer.c: Fix typo in docs. + * pango/opentyp/pango-ot-buffer.c: Fix typo in docs. src/pango-ot-buffer.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit f2bcf72296b57c8cd7d5a08228c3aef6c8f97d2d Author: Behdad Esfahbod -Date: Wed Nov 23 17:54:55 2005 +0000 +Date: Wed Nov 23 17:54:55 2005 +0000 Added "Since:" tags to all interfaces added after Pango 1.0. (#319116, - 2005-11-23 Behdad Esfahbod + 2005-11-23 Behdad Esfahbod - * pango/fonts.c pango/pango-attributes.c pango/pango-context.c - pango/pango-glyph-item.c pango/pango-layout.c - pango/pango-script.c pango/pango-utils.c pango/pangofc-font.c - pango/pangoft2-fontmap.c pango/opentype/pango-ot-buffer.c - pango/opentype/pango-ot-ruleset.c: Added "Since:" tags to all - interfaces added after Pango 1.0. (#319116, Brian Cameron) + * pango/fonts.c pango/pango-attributes.c pango/pango-context.c + pango/pango-glyph-item.c pango/pango-layout.c + pango/pango-script.c pango/pango-utils.c pango/pangofc-font.c + pango/pangoft2-fontmap.c pango/opentype/pango-ot-buffer.c + pango/opentype/pango-ot-ruleset.c: Added "Since:" tags to all + interfaces added after Pango 1.0. (#319116, Brian Cameron) - src/pango-ot-buffer.c | 49 + src/pango-ot-buffer.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ src/pango-ot-ruleset.c | 14 ++++++++++++++ 2 files changed, 63 insertions(+) commit 682db81c23d2116072d8550657c914afb7c26d2b Author: Behdad Esfahbod -Date: Wed Nov 23 15:19:48 2005 +0000 +Date: Wed Nov 23 15:19:48 2005 +0000 Protect against possible division by zeros (#316468, Steve Grubb) - 2005-11-23 Behdad Esfahbod + 2005-11-23 Behdad Esfahbod - Protect against possible division by zeros (#316468, - Steve Grubb) + Protect against possible division by zeros (#316468, + Steve Grubb) - * pango/pango-context.c (update_metrics_from_items), - pango/pango-fontset.c (pango_fontset_real_get_metrics): - If count is - zero, do not alter approximate_{char,digit}_width. + * pango/pango-context.c (update_metrics_from_items), + pango/pango-fontset.c (pango_fontset_real_get_metrics): + If count is + zero, do not alter approximate_{char,digit}_width. - * pango/opentype/disasm.c: Err on invalid DeltaFormat. + * pango/opentype/disasm.c: Err on invalid DeltaFormat. src/disasm.c | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) commit e6e15352d154e1350340f8045759e5f7b0d86dc7 Author: Behdad Esfahbod -Date: Wed Nov 23 11:53:03 2005 +0000 +Date: Wed Nov 23 11:53:03 2005 +0000 Reworked basic shaper with OpenType support. (#101079, based on patch from - 2005-11-23 Behdad Esfahbod + 2005-11-23 Behdad Esfahbod - * modules/basic/basic-fc.c: Reworked basic shaper with - OpenType - support. (#101079, based on patch from Denis Jacquerye and - Noah Levitt) + * modules/basic/basic-fc.c: Reworked basic shaper with + OpenType + support. (#101079, based on patch from Denis Jacquerye and + Noah Levitt) - * modules/basic/basic-fc.c (basic_scripts): Added Unicode - 4.1 addition - script PANGO_SCRIPT_GLAGOLITIC that is a "simple" script. + * modules/basic/basic-fc.c (basic_scripts): Added Unicode + 4.1 addition + script PANGO_SCRIPT_GLAGOLITIC that is a "simple" script. - * modules/arabic/arabic-fc.c, modules/syriac/syriac-fc.c: - Replace - g_utf8_to_ucs4_fast() with g_utf8_strlen()! + * modules/arabic/arabic-fc.c, modules/syriac/syriac-fc.c: + Replace + g_utf8_to_ucs4_fast() with g_utf8_strlen()! - * pango/opentype/pango-ot-ruleset.c - (pango_ot_ruleset_add_feature): - Remove reference in docs to pango_ot_ruleset_shape() that was - removed long ago. + * pango/opentype/pango-ot-ruleset.c + (pango_ot_ruleset_add_feature): + Remove reference in docs to pango_ot_ruleset_shape() that was + removed long ago. src/pango-ot-ruleset.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 612b6cf60928b356f4bbb59bc9d64886574322c3 Author: Behdad Esfahbod -Date: Thu Nov 17 06:28:11 2005 +0000 +Date: Thu Nov 17 06:28:11 2005 +0000 Part of #101079: - 2005-11-17 Behdad Esfahbod + 2005-11-17 Behdad Esfahbod - Part of #101079: + Part of #101079: - * pango/opentype/ftxopen.c (Load_Lookup): In extension - subtables, - offset is relative to the extension subtable, not the original - table. (Greg Aumann) + * pango/opentype/ftxopen.c (Load_Lookup): In extension + subtables, + offset is relative to the extension subtable, not the original + table. (Greg Aumann) - * pango/opentype/ftxgpos.c (Load_BaseArray): When reading - BaseAnchor, - skip offsets that are zero. Works around bug in Doulos - SIL Regular. + * pango/opentype/ftxgpos.c (Load_BaseArray): When reading + BaseAnchor, + skip offsets that are zero. Works around bug in Doulos + SIL Regular. src/ftxgpos.c | 6 ++++++ src/ftxopen.c | 6 ++++-- @@ -53041,15 +56414,15 @@ Date: Thu Nov 17 06:28:11 2005 +0000 commit 1b2c314b804da97b1d5e7adab64bdd4177702579 Author: Behdad Esfahbod -Date: Wed Nov 9 23:30:00 2005 +0000 +Date: Wed Nov 9 23:30:00 2005 +0000 Remove debug line that got in accidentally. - 2005-11-09 Behdad Esfahbod + 2005-11-09 Behdad Esfahbod - * pango/opentype/ftxgpos.c, pango/opentype/ftxopen.c: - Remove debug - line that got in accidentally. + * pango/opentype/ftxgpos.c, pango/opentype/ftxopen.c: + Remove debug + line that got in accidentally. src/ftxgpos.c | 1 - src/ftxopen.c | 1 - @@ -53057,93 +56430,93 @@ Date: Wed Nov 9 23:30:00 2005 +0000 commit 9717127a5be037e26afe52332a8b07f13474557a Author: Behdad Esfahbod -Date: Fri Nov 4 23:55:38 2005 +0000 +Date: Fri Nov 4 23:55:38 2005 +0000 Turn various gcc warnings off. Adding const, adding static, fully - 2005-11-04 Behdad Esfahbod - - * configure.in, examples/argcontext.c examples/cairoview.c, - examples/renderdemo.c, examples/renderdemo.h - examples/xftview.c, - modules/basic/basic-x.c, modules/hangul/hangul-fc.c, - modules/hebrew/hebrew-shaper.c, - modules/hebrew/hebrew-shaper.h, - modules/indic/indic-fc.c, modules/indic/mprefixups.c, - modules/syriac/syriac-fc.c, pango/break.c pango/fonts.c, - pango/modules.c, pango/pango-coverage.c pango/pango-engine.c, - pango/pango-engine.h, pango/pango-fontmap.c, - pango/pango-fontset.c, pango/pango-impl-utils.h, - pango/pango-layout.c, pango/pango-layout.h, - pango/pango-renderer.c, pango/pango-script.c, - pango/pango-utils.c, pango/pangocairo-fc.h, - pango/pangocairo-font.c, pango/pangocairo-fontmap.c, - pango/pangocairo-private.h, pango/pangofc-decoder.c, - pango/pangofc-font.c, pango/pangofc-fontmap.c - pango/pangoft2.c, - pango/pangox-fontcache.c, pango/pangox-fontmap.c - pango/pangox.c, - pango/pangoxft-font.c, pango/querymodules.c, - pango/opentype/ftglue.c, pango/opentype/ftxgpos.c, - pango/opentype/ftxopen.c, pango/opentype/pango-ot-buffer.c, - pango/opentype/pango-ot-info.c, - pango/opentype/pango-ot-ruleset.c, tests/dump-boundaries.c, - tests/testboundaries.c, tests/testcolor.c tests/testiter.c, - tests/testscript.c: Turn various gcc warnings off. Adding - const, - adding static, fully initializing structs, match signedness in - comparisons. (#317804) - - * tests/testscript.c, tools/gen-script-for-lang.c: - (scripts_for_file): Pass error->message instead of error - to fail(), - which was wrong. - (compare_lang): Fix typo comparing a and a instead of a and b. - - src/ftglue.c | 2 +- - src/ftxgpos.c | 4 ++++ - src/ftxopen.c | 1 + - src/pango-ot-buffer.c | 4 ++-- - src/pango-ot-info.c | 5 +++-- + 2005-11-04 Behdad Esfahbod + + * configure.in, examples/argcontext.c examples/cairoview.c, + examples/renderdemo.c, examples/renderdemo.h + examples/xftview.c, + modules/basic/basic-x.c, modules/hangul/hangul-fc.c, + modules/hebrew/hebrew-shaper.c, + modules/hebrew/hebrew-shaper.h, + modules/indic/indic-fc.c, modules/indic/mprefixups.c, + modules/syriac/syriac-fc.c, pango/break.c pango/fonts.c, + pango/modules.c, pango/pango-coverage.c pango/pango-engine.c, + pango/pango-engine.h, pango/pango-fontmap.c, + pango/pango-fontset.c, pango/pango-impl-utils.h, + pango/pango-layout.c, pango/pango-layout.h, + pango/pango-renderer.c, pango/pango-script.c, + pango/pango-utils.c, pango/pangocairo-fc.h, + pango/pangocairo-font.c, pango/pangocairo-fontmap.c, + pango/pangocairo-private.h, pango/pangofc-decoder.c, + pango/pangofc-font.c, pango/pangofc-fontmap.c + pango/pangoft2.c, + pango/pangox-fontcache.c, pango/pangox-fontmap.c + pango/pangox.c, + pango/pangoxft-font.c, pango/querymodules.c, + pango/opentype/ftglue.c, pango/opentype/ftxgpos.c, + pango/opentype/ftxopen.c, pango/opentype/pango-ot-buffer.c, + pango/opentype/pango-ot-info.c, + pango/opentype/pango-ot-ruleset.c, tests/dump-boundaries.c, + tests/testboundaries.c, tests/testcolor.c tests/testiter.c, + tests/testscript.c: Turn various gcc warnings off. Adding + const, + adding static, fully initializing structs, match signedness in + comparisons. (#317804) + + * tests/testscript.c, tools/gen-script-for-lang.c: + (scripts_for_file): Pass error->message instead of error + to fail(), + which was wrong. + (compare_lang): Fix typo comparing a and a instead of a and b. + + src/ftglue.c | 2 +- + src/ftxgpos.c | 4 ++++ + src/ftxopen.c | 1 + + src/pango-ot-buffer.c | 4 ++-- + src/pango-ot-info.c | 5 +++-- src/pango-ot-ruleset.c | 5 +++-- 6 files changed, 14 insertions(+), 7 deletions(-) commit c0505f3bb28feeba95b201e6464fb2fdac90194a Author: Behdad Esfahbod -Date: Thu Nov 3 20:13:40 2005 +0000 +Date: Thu Nov 3 20:13:40 2005 +0000 Patches from #170414. Reviewed by Matthias Clasen. - 2005-11-03 Behdad Esfahbod + 2005-11-03 Behdad Esfahbod - Patches from #170414. Reviewed by Matthias Clasen. + Patches from #170414. Reviewed by Matthias Clasen. - * pango/opentype/ftxgpos.c, pango/opentype/ftxgsub.c: Use - call table - to dispatch different lookup types. + * pango/opentype/ftxgpos.c, pango/opentype/ftxgsub.c: Use + call table + to dispatch different lookup types. - * pango/opentype/pango-ot-buffer.c, - pango/opentype/pango-ot-ruleset.c: - Small cleanup. + * pango/opentype/pango-ot-buffer.c, + pango/opentype/pango-ot-ruleset.c: + Small cleanup. - src/ftxgpos.c | 143 + src/ftxgpos.c | 143 ++++++++++++++++++++++++------------------------- - src/ftxgsub.c | 115 +++++++++++++++++++++------------------ - src/pango-ot-buffer.c | 3 +- + src/ftxgsub.c | 115 +++++++++++++++++++++------------------ + src/pango-ot-buffer.c | 3 +- src/pango-ot-ruleset.c | 75 +++++++++----------------- 4 files changed, 159 insertions(+), 177 deletions(-) commit c6b22b9119ef54ea8d0d2f08b74fdeb024289d73 Author: Behdad Esfahbod -Date: Mon Aug 29 10:06:40 2005 +0000 +Date: Mon Aug 29 10:06:40 2005 +0000 Generate valid XML output. Dump LookupFlag too. - 2005-08-29 Behdad Esfahbod + 2005-08-29 Behdad Esfahbod - * pango/opentype/ottest.c, pango/opentype/disasm.c: - Generate valid - XML output. Dump LookupFlag too. + * pango/opentype/ottest.c, pango/opentype/disasm.c: + Generate valid + XML output. Dump LookupFlag too. src/disasm.c | 58 ++++++++++++++++++++++++++++++---------------------------- @@ -53152,31 +56525,31 @@ Date: Mon Aug 29 10:06:40 2005 +0000 commit 1e3747ca5d1a6f607f8e56fb94e3daaf6ad623cb Author: Behdad Esfahbod -Date: Mon Aug 15 04:16:04 2005 +0000 +Date: Mon Aug 15 04:16:04 2005 +0000 Replace perror with perror_. Remove FT_BEGIN_STMNT and FT_END_STMNT. - 2005-08-15 Behdad Esfahbod + 2005-08-15 Behdad Esfahbod - * pango/opentype/ftglue.h: Replace perror with perror_. - Remove FT_BEGIN_STMNT and FT_END_STMNT. (#313477) + * pango/opentype/ftglue.h: Replace perror with perror_. + Remove FT_BEGIN_STMNT and FT_END_STMNT. (#313477) src/ftglue.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 3c60250875fa9d04ca96dea35eba23fc70690ff5 Author: Owen Taylor -Date: Tue Jul 26 18:33:27 2005 +0000 +Date: Tue Jul 26 18:33:27 2005 +0000 Skip lookups with lookup index out of range. (Patch from Behdad Esfahbod, - 2005-07-26 Owen Taylor + 2005-07-26 Owen Taylor - * pango/opentype/ftxgsub.c, pango/opentype/ftxgpos.c: - Skip lookups - with lookup index out of range. (Patch from Behdad Esfahbod, - #171170) + * pango/opentype/ftxgsub.c, pango/opentype/ftxgpos.c: + Skip lookups + with lookup index out of range. (Patch from Behdad Esfahbod, + #171170) src/ftxgpos.c | 30 ++++++++++++++++++++++++------ src/ftxgsub.c | 30 ++++++++++++++++++++++++------ @@ -53184,160 +56557,161 @@ Date: Tue Jul 26 18:33:27 2005 +0000 commit 91a3fa2e4bcdde8ae022d1264c783f133cd7e00d Author: Owen Taylor -Date: Fri Jul 22 18:03:58 2005 +0000 +Date: Fri Jul 22 18:03:58 2005 +0000 Remove an unecessary set of block2. - 2005-07-22 Owen Taylor + 2005-07-22 Owen Taylor - * pango/opentype/ftglue.c (ftglue_realloc): Remove - an unecessary set of block2. + * pango/opentype/ftglue.c (ftglue_realloc): Remove + an unecessary set of block2. src/ftglue.c | 1 - 1 file changed, 1 deletion(-) commit ff7034787d79dcd1bec58a4e02602039313da00e Author: Owen Taylor -Date: Fri Jul 22 17:56:37 2005 +0000 +Date: Fri Jul 22 17:56:37 2005 +0000 Patch from David Turner. Review and testing by Behdad Esfahbod - 2005-07-22 Owen Taylor + 2005-07-22 Owen Taylor - Patch from David Turner. Review and testing by Behdad Esfahbod + Patch from David Turner. Review and testing by Behdad Esfahbod - * pango/opentype/ftglue.[ch] Makefile.am: Glue layer that - provides - implementation of the internal functions that the opentype - code - expects in terms of publically exported FreeType API. + * pango/opentype/ftglue.[ch] Makefile.am: Glue layer that + provides + implementation of the internal functions that the opentype + code + expects in terms of publically exported FreeType API. - * pango/opentype/ftxgdef.c pango/opentype/ftxgpos.c - pango/opentype/ftxgsub.c pango/opentype/ftxopen.c - pango/opentype/otlbuffer.c pango/opentype/pango-ot-info.c - pango/opentype/pango-ot-ruleset.c: Remove includes of - internal headers. Small changes to work with ftglue.[ch] + * pango/opentype/ftxgdef.c pango/opentype/ftxgpos.c + pango/opentype/ftxgsub.c pango/opentype/ftxopen.c + pango/opentype/otlbuffer.c pango/opentype/pango-ot-info.c + pango/opentype/pango-ot-ruleset.c: Remove includes of + internal headers. Small changes to work with ftglue.[ch] - * pango/opentype/fterrcompat.h: Remove: no longer needed. + * pango/opentype/fterrcompat.h: Remove: no longer needed. - * pango/opentype/ftxgpos.c: Use FT_IS_SFNT(face) rather - than poking at FT_MODULE_CLASS (face->driver)->module_name. + * pango/opentype/ftxgpos.c: Use FT_IS_SFNT(face) rather + than poking at FT_MODULE_CLASS (face->driver)->module_name. - * pango/opentype/ftxopen.c (Free_FeatureList): Free - fl->ApplyOrder. (Found by Behdad) + * pango/opentype/ftxopen.c (Free_FeatureList): Free + fl->ApplyOrder. (Found by Behdad) - src/Makefile.am | 3 +- - src/fterrcompat.h | 95 -------------- - src/ftglue.c | 350 + src/Makefile.am | 3 +- + src/fterrcompat.h | 95 -------------- + src/ftglue.c | 350 +++++++++++++++++++++++++++++++++++++++++++++++++ - src/ftglue.h | 156 ++++++++++++++++++++++ - src/ftxgdef.c | 9 +- - src/ftxgpos.c | 9 +- - src/ftxgsub.c | 10 +- - src/ftxopen.c | 8 +- - src/otlbuffer.c | 4 +- - src/pango-ot-info.c | 6 +- + src/ftglue.h | 156 ++++++++++++++++++++++ + src/ftxgdef.c | 9 +- + src/ftxgpos.c | 9 +- + src/ftxgsub.c | 10 +- + src/ftxopen.c | 8 +- + src/otlbuffer.c | 4 +- + src/pango-ot-info.c | 6 +- src/pango-ot-ruleset.c | 2 - 11 files changed, 520 insertions(+), 132 deletions(-) commit 43dbec6f3a345ba0e4a43766610ed59622bbe4a0 Author: Owen Taylor -Date: Thu Jul 21 18:15:45 2005 +0000 +Date: Thu Jul 21 18:15:45 2005 +0000 Fix up places where there is missing or incomplete Copyright and License - 2005-07-21 Owen Taylor + 2005-07-21 Owen Taylor - Fix up places where there is missing or incomplete - Copyright and License information (Reported by William N. Ray) + Fix up places where there is missing or incomplete + Copyright and License information (Reported by William N. Ray) - * pango/opentype/fterrcompat.h: Mark as FreeType/GPL licensed. + * pango/opentype/fterrcompat.h: Mark as FreeType/GPL licensed. - * pango/opentype/FT-license.txt: Make this the dual-licensing - description that covers the FreeType code (FreeType's - LICENSE.TXT) rather than the FTL. + * pango/opentype/FT-license.txt: Make this the dual-licensing + description that covers the FreeType code (FreeType's + LICENSE.TXT) rather than the FTL. - * pango/opentype/FTL.TXT: Move the FTL (referenced from - FT-license.txt) to here. + * pango/opentype/FTL.TXT: Move the FTL (referenced from + FT-license.txt) to here. - * modules/basic/basic-common.h modules/hebrew/hebrew-shaper.h - modules/thai/thai-charprop.c modules/thai/thai-shaper.h - tools/gen-script-for-lang.c tests/testcolor.c: - Add LGPL header and copyright information. + * modules/basic/basic-common.h modules/hebrew/hebrew-shaper.h + modules/thai/thai-charprop.c modules/thai/thai-shaper.h + tools/gen-script-for-lang.c tests/testcolor.c: + Add LGPL header and copyright information. - * modules/indic/indic-ot.[ch] - modules/indic/indic-ot-class-tables.c - modules/thai/thai-ot.[ch]: Add LGPL header. + * modules/indic/indic-ot.[ch] + modules/indic/indic-ot-class-tables.c + modules/thai/thai-ot.[ch]: Add LGPL header. - * modules/thai/thai-shaper.c modules/thai/thai-charprop.h: - Minor fixes to copyright information. + * modules/thai/thai-shaper.c modules/thai/thai-charprop.h: + Minor fixes to copyright information. - * modules/arabic/arabic-ot.c: Add Freetype license - boilerplate. + * modules/arabic/arabic-ot.c: Add Freetype license + boilerplate. src/FT-license.txt | 179 +++++++---------------------------------------------- - src/FTL.TXT | 174 + src/FTL.TXT | 174 +++++++++++++++++++++++++++++++++++++++++++++++++++ src/fterrcompat.h | 10 ++- 3 files changed, 204 insertions(+), 159 deletions(-) commit c55850d36d208c7aae8f6ed5c9e1e7927b988d6c Author: Owen Taylor -Date: Tue Jun 14 19:54:19 2005 +0000 +Date: Tue Jun 14 19:54:19 2005 +0000 Chain up from finalize. (#307547, Paolo Borelli) - 2005-06-14 Owen Taylor + 2005-06-14 Owen Taylor - * pango/opentype/pango-ot-info.c (pango_ot_info_finalize) - pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_finalize): - Chain up from finalize. (#307547, Paolo Borelli) + * pango/opentype/pango-ot-info.c (pango_ot_info_finalize) + pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_finalize): + Chain up from finalize. (#307547, Paolo Borelli) - * pango/opentype/pango-ot-info.c (pango_ot_info_finalizer): - make accidentally public function static. + * pango/opentype/pango-ot-info.c (pango_ot_info_finalizer): + make accidentally public function static. - src/pango-ot-info.c | 4 +++- + src/pango-ot-info.c | 4 +++- src/pango-ot-ruleset.c | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) commit 44ff46a364fb7981804eb45329c4999b415711f9 Author: Tor Lillqvist -Date: Tue Apr 12 01:27:21 2005 +0000 +Date: Tue Apr 12 01:27:21 2005 +0000 Rename LDADDS to libpango_ot_la_LIBADD to actually make libpango-ot.la - 2005-04-12 Tor Lillqvist + 2005-04-12 Tor Lillqvist - * pango/opentype/Makefile.am: Rename LDADDS to - libpango_ot_la_LIBADD to actually make libpango-ot.la link with - it. + * pango/opentype/Makefile.am: Rename LDADDS to + libpango_ot_la_LIBADD to actually make libpango-ot.la + link with + it. - * pango/pangowin32.def: Rename get_scale_factor to - get_metrics_factor here, too. (#300222, Ivan Wong) + * pango/pangowin32.def: Rename get_scale_factor to + get_metrics_factor here, too. (#300222, Ivan Wong) src/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 0c349a032e5a52a9d0dcc8204f761b7cb28bfa6b Author: Owen Taylor -Date: Thu Mar 3 19:38:02 2005 +0000 +Date: Thu Mar 3 19:38:02 2005 +0000 For all binary searches, handle the case where the number of items is 0. - 2005-03-03 Owen Taylor + 2005-03-03 Owen Taylor - * pango/opentype/ftxopen.c (Coverage_Index1, Coverage_Index2, - Get_Class2): For all binary searches, handle the case where - the number of items is 0. (#162977, Nick Lamb) + * pango/opentype/ftxopen.c (Coverage_Index1, Coverage_Index2, + Get_Class2): For all binary searches, handle the case where + the number of items is 0. (#162977, Nick Lamb) - * pango/opentype/ftxgdef.c (TT_GDEF_Build_ClassDefinition): - Handle the case where glyph_count == 0 properly. Fix a problem - with cleanups on memory allocation failure. - (Get_New_Count, Add_Glyph_Property): Avoid reading off the - end of the ClassRangeRecord array. + * pango/opentype/ftxgdef.c (TT_GDEF_Build_ClassDefinition): + Handle the case where glyph_count == 0 properly. Fix a problem + with cleanups on memory allocation failure. + (Get_New_Count, Add_Glyph_Property): Avoid reading off the + end of the ClassRangeRecord array. src/ftxgdef.c | 60 +++++++++++++++++++++++++++++++++++------------------------ @@ -53346,37 +56720,37 @@ Date: Thu Mar 3 19:38:02 2005 +0000 commit 03838daaa9d485bffcb7bc46453a9a4c32a1f32f Author: Owen Taylor -Date: Mon Nov 22 23:37:19 2004 +0000 +Date: Mon Nov 22 23:37:19 2004 +0000 Set G_LOG_DOMAIN. Mon Nov 22 18:30:14 2004 Owen Taylor - * pango/opentype/Makefile.am pango/Makefile.am - modules/*/Makefile.am: Set G_LOG_DOMAIN. + * pango/opentype/Makefile.am pango/Makefile.am + modules/*/Makefile.am: Set G_LOG_DOMAIN. src/Makefile.am | 1 + 1 file changed, 1 insertion(+) commit 346d3b3cac253d2db41205151c185bf2fd9dda16 Author: Owen Taylor -Date: Wed Sep 22 18:14:55 2004 +0000 +Date: Wed Sep 22 18:14:55 2004 +0000 Cleanups from 'sparse', #149922, Kjartan Maraas Wed Sep 22 14:07:47 2004 Owen Taylor - Cleanups from 'sparse', #149922, Kjartan Maraas + Cleanups from 'sparse', #149922, Kjartan Maraas - * pango/pango-utils.c (read_config): () => (void) in - definition. + * pango/pango-utils.c (read_config): () => (void) in + definition. - * pango/pangofc-fontmap.c (pango_fc_font_map_list_families): - Initialize *n_families, not n_families. + * pango/pangofc-fontmap.c (pango_fc_font_map_list_families): + Initialize *n_families, not n_families. - * pango/pangofc-fontmap.c pango/pangoft2.c opentype/ftxgdef.c - opentype/ftxgpos.c opentype/ftxgsub.c: : Fix various 0/NULL - confusion. + * pango/pangofc-fontmap.c pango/pangoft2.c opentype/ftxgdef.c + opentype/ftxgpos.c opentype/ftxgsub.c: : Fix various 0/NULL + confusion. src/ftxgdef.c | 2 +- src/ftxgpos.c | 6 +++--- @@ -53385,41 +56759,41 @@ Date: Wed Sep 22 18:14:55 2004 +0000 commit 8b654dfb5ad6137ee9c5a48f5abe04bf7d28d8cd Author: Owen Taylor -Date: Tue Sep 14 13:45:41 2004 +0000 +Date: Tue Sep 14 13:45:41 2004 +0000 === Released 1.6.0 === Mon Sep 13 17:38:58 2004 Owen Taylor - * === Released 1.6.0 === + * === Released 1.6.0 === - * configure.in: Update versions for 1.6.0 + * configure.in: Update versions for 1.6.0 - * NEWS: Update. + * NEWS: Update. - * README: Minor tweak. + * README: Minor tweak. - * pango/fonts.c pango/pango-context.c pango/pango-types.h - pango/pango-utils.c pango/pangoft2.c pango/pango-layout.c - pango/opentype/pango-ot-buffer.c: Add a bunch of missing - Since: 1.6. + * pango/fonts.c pango/pango-context.c pango/pango-types.h + pango/pango-utils.c pango/pangoft2.c pango/pango-layout.c + pango/opentype/pango-ot-buffer.c: Add a bunch of missing + Since: 1.6. src/pango-ot-buffer.c | 2 ++ 1 file changed, 2 insertions(+) commit d41089a5b691967fdd622f47c8397a80af104396 Author: Owen Taylor -Date: Fri Jul 30 21:23:04 2004 +0000 +Date: Fri Jul 30 21:23:04 2004 +0000 Finish extending properties flags from FT_UShort => FT_UInt. (OTLBuffer Fri Jul 30 17:17:05 2004 Owen Taylor - * pango/opentype/ftxgpos.[ch] pango/opentype/ftxgsub.[ch] - pango/opentype/ftxopen.[ch]: Finish extending properties - flags from FT_UShort => FT_UInt. (OTLBuffer was already - using an FT_UInt) + * pango/opentype/ftxgpos.[ch] pango/opentype/ftxgsub.[ch] + pango/opentype/ftxopen.[ch]: Finish extending properties + flags from FT_UShort => FT_UInt. (OTLBuffer was already + using an FT_UInt) src/ftxgpos.c | 8 ++++---- src/ftxgpos.h | 2 +- @@ -53431,16 +56805,16 @@ Date: Fri Jul 30 21:23:04 2004 +0000 commit f42d5eca291dcdfb27d7fbf88391d6d381b8e9c4 Author: Owen Taylor -Date: Tue Jul 27 17:20:01 2004 +0000 +Date: Tue Jul 27 17:20:01 2004 +0000 Save the order in which features were added and use that when applying Tue Jul 27 12:38:05 2004 Owen Taylor - * pango/opentype/ftxopen.[ch] pango/opentype/ftxgsub.c - pango/opentype/ftxpos.c: Save the order in which - features were added and use that when applying features. - (Patch from Soheil Hassas Yeganeh, #122330) + * pango/opentype/ftxopen.[ch] pango/opentype/ftxgsub.c + pango/opentype/ftxpos.c: Save the order in which + features were added and use that when applying features. + (Patch from Soheil Hassas Yeganeh, #122330) src/ftxgpos.c | 41 ++++++++++++++++++++++++----------------- src/ftxgsub.c | 34 +++++++++++++++++++++------------- @@ -53450,14 +56824,14 @@ Date: Tue Jul 27 17:20:01 2004 +0000 commit ae2daa972d74c5ecfe1d2f0057ce12682ad30b00 Author: Behdad Esfahbod -Date: Tue Jul 27 13:12:19 2004 +0000 +Date: Tue Jul 27 13:12:19 2004 +0000 Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros. - * pango/opentype/ftxgpos.c: Remove the unused parameter - from the IN_CURITEM() and IN_CURGLYPH macros. + * pango/opentype/ftxgpos.c: Remove the unused parameter + from the IN_CURITEM() and IN_CURGLYPH macros. src/ftxgpos.c | 68 +++++++++++++++++++++++++++++------------------------------ @@ -53466,44 +56840,44 @@ Date: Tue Jul 27 13:12:19 2004 +0000 commit 7d5435ea8cb345c79029b8a12d1bddbed28b1997 Author: Behdad Esfahbod -Date: Tue Jul 27 10:43:58 2004 +0000 +Date: Tue Jul 27 10:43:58 2004 +0000 Fix bug to copy glyph from in_string, not out_string. - * pango/opentype/otlbuffer.c (otl_buffer_copy_output_glyph): - Fix bug to copy glyph from in_string, not out_string. + * pango/opentype/otlbuffer.c (otl_buffer_copy_output_glyph): + Fix bug to copy glyph from in_string, not out_string. src/otlbuffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 2ea2a55bdf7ef1caebcd0c5922b0f542ed8bb5bf Author: Owen Taylor -Date: Mon Jul 26 23:14:53 2004 +0000 +Date: Mon Jul 26 23:14:53 2004 +0000 Fix allocation and indexing in NewGlyphClasses array. (#130661, Masatake Mon Jul 26 19:11:46 2004 Owen Taylor - * pango/opentype/ftxgdef.c: Fix allocation and indexing - in NewGlyphClasses array. (#130661, Masatake YAMATO) + * pango/opentype/ftxgdef.c: Fix allocation and indexing + in NewGlyphClasses array. (#130661, Masatake YAMATO) src/ftxgdef.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit 5d42695e5ed89f73fbc665792ebec82c29ae04ae Author: Owen Taylor -Date: Mon Jul 26 19:25:45 2004 +0000 +Date: Mon Jul 26 19:25:45 2004 +0000 Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros. Mon Jul 26 15:24:11 2004 Owen Taylor - * pango/opentype/ftxgsub.c (ADD_Glyph): Remove the - unused parameter from the IN_CURITEM() and IN_CURGLYPH - macros. + * pango/opentype/ftxgsub.c (ADD_Glyph): Remove the + unused parameter from the IN_CURITEM() and IN_CURGLYPH + macros. src/ftxgsub.c | 56 ++++++++++++++++++++++++++++---------------------------- @@ -53511,54 +56885,54 @@ Date: Mon Jul 26 19:25:45 2004 +0000 commit a00c4ea5626526980139b122977e367b8434d24a Author: Owen Taylor -Date: Mon Jul 26 19:23:06 2004 +0000 +Date: Mon Jul 26 19:23:06 2004 +0000 Add missing macro to make the last change actually compile. Mon Jul 26 15:21:23 2004 Owen Taylor - * pango/opentype/ftxgsub.c: Add missing macro to make the - last change actually compile. + * pango/opentype/ftxgsub.c: Add missing macro to make the + last change actually compile. src/ftxgsub.c | 2 ++ 1 file changed, 2 insertions(+) commit ed3e1f278d3ebfd224f0b57388502d4bb9fb1441 Author: Owen Taylor -Date: Mon Jul 26 19:20:27 2004 +0000 +Date: Mon Jul 26 19:20:27 2004 +0000 Match backtrack context against the output glyphs not the input glyphs Mon Jul 26 15:16:07 2004 Owen Taylor - * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst[123]): - Match backtrack context against the output glyphs not - the input glyphs (#145174, Aamir Wali) + * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst[123]): + Match backtrack context against the output glyphs not + the input glyphs (#145174, Aamir Wali) src/ftxgsub.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) commit 78282cda004a88b2aadb2786dd3897884e22ed0b Author: Owen Taylor -Date: Mon Jul 26 18:59:02 2004 +0000 +Date: Mon Jul 26 18:59:02 2004 +0000 Make Check_Property() take a OTL_GlyphItem, add a gproperties field to Mon Jul 26 14:49:22 2004 Owen Taylor - * ftxgdef.[ch] otlbuffer.[ch]: Make Check_Property() take a - OTL_GlyphItem, add a gproperties field to OTLGlyphItem, - and use that to cache the properties for a glyph. + * ftxgdef.[ch] otlbuffer.[ch]: Make Check_Property() take a + OTL_GlyphItem, add a gproperties field to OTLGlyphItem, + and use that to cache the properties for a glyph. - * ftxgsub.c ftxgdef.c: Adapt to Check_Property() changes. + * ftxgsub.c ftxgdef.c: Adapt to Check_Property() changes. - * otlbuffer.[ch] ftxgsub.c: Add otl_buffer_copy_output_glyph() - to use when we are copying an unmodified glyph from input - to output that preserves the cached properties. + * otlbuffer.[ch] ftxgsub.c: Add otl_buffer_copy_output_glyph() + to use when we are copying an unmodified glyph from input + to output that preserves the cached properties. - src/ftxgdef.c | 16 ++++++++++------ - src/ftxgpos.c | 52 +++++++++++++++++++++++++++------------------------- - src/ftxgsub.c | 54 + src/ftxgdef.c | 16 ++++++++++------ + src/ftxgpos.c | 52 +++++++++++++++++++++++++++------------------------- + src/ftxgsub.c | 54 ++++++++++++++++++++++++++++-------------------------- src/ftxopenf.h | 2 +- src/otlbuffer.c | 21 +++++++++++++++++++-- @@ -53567,30 +56941,30 @@ Date: Mon Jul 26 18:59:02 2004 +0000 commit 81b62af42313fb60db523374cd8c6901829f5c4e Author: Owen Taylor -Date: Mon Jul 19 21:13:23 2004 +0000 +Date: Mon Jul 19 21:13:23 2004 +0000 Add support for ChainContextSubstFormat3. Mon Jul 19 17:09:11 2004 Owen Taylor - * pango/opentype/disasm.c: Add support for - ChainContextSubstFormat3. + * pango/opentype/disasm.c: Add support for + ChainContextSubstFormat3. src/disasm.c | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) commit d4f773ef92fdbaa7e61e6577db5e9b2846a100a4 Author: Owen Taylor -Date: Mon Jul 19 20:37:22 2004 +0000 +Date: Mon Jul 19 20:37:22 2004 +0000 Fix pervasive buffer overruns when skipping glyphs when matching contexts. Mon Jul 19 16:29:45 2004 Owen Taylor - * pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c: - Fix pervasive buffer overruns when skipping glyphs - when matching contexts. (#118592, Kailash C. Chowksey) + * pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c: + Fix pervasive buffer overruns when skipping glyphs + when matching contexts. (#118592, Kailash C. Chowksey) src/ftxgpos.c | 259 ++++++++++++++++++---------------------- src/ftxgsub.c | 376 @@ -53599,103 +56973,103 @@ Date: Mon Jul 19 20:37:22 2004 +0000 commit 99848cfafee8e598ef533f254cdb99fbae4c9364 Author: Owen Taylor -Date: Wed Jun 23 20:33:35 2004 +0000 +Date: Wed Jun 23 20:33:35 2004 +0000 #143693, Sayamindu Dasgupta Wed Jun 23 16:13:53 2004 Owen Taylor - #143693, Sayamindu Dasgupta + #143693, Sayamindu Dasgupta - * pango/opentype/pango-ot-buffer.c - (pango_ot_buffer_set_zero_width_marks) - pango/opentype/pango-ot-private.h: - Allow setting for whether marks should be given zero width, - defaulting to FALSE. + * pango/opentype/pango-ot-buffer.c + (pango_ot_buffer_set_zero_width_marks) + pango/opentype/pango-ot-private.h: + Allow setting for whether marks should be given zero width, + defaulting to FALSE. - * modules/arabic/arabic-fc.c (arabic_engine_shape): Turn - on zero-width-marks setting. + * modules/arabic/arabic-fc.c (arabic_engine_shape): Turn + on zero-width-marks setting. - src/pango-ot-buffer.c | 22 +++++++++++++++++++++- + src/pango-ot-buffer.c | 22 +++++++++++++++++++++- src/pango-ot-private.h | 5 +++-- 2 files changed, 24 insertions(+), 3 deletions(-) commit 68d4cedb8726fa239f56d62060d8fee7e09cb8be Author: Owen Taylor -Date: Mon Jun 21 18:04:02 2004 +0000 +Date: Mon Jun 21 18:04:02 2004 +0000 Use the gcc-3.3 strict-aliasing compatible macros from fterrcompat.h Mon Jun 21 13:55:17 2004 Owen Taylor - * pango/opentype/otlbuffer.c: Use the gcc-3.3 - strict-aliasing compatible macros from fterrcompat.h - (#140495, reported by Stanislav Brabec) + * pango/opentype/otlbuffer.c: Use the gcc-3.3 + strict-aliasing compatible macros from fterrcompat.h + (#140495, reported by Stanislav Brabec) src/otlbuffer.c | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) commit b327765176dff81047f942ac56a1d206344e6039 Author: Theppitak Karoonboonyanan -Date: Fri May 28 16:41:36 2004 +0000 +Date: Fri May 28 16:41:36 2004 +0000 Negate y offset according to different conventions between - * pango/opentype/pango-ot-buffer.c (apply_gpos_ltr): Negate - y offset - according to different conventions between PangoGlyphString - and OTL - (#142544) + * pango/opentype/pango-ot-buffer.c (apply_gpos_ltr): Negate + y offset + according to different conventions between PangoGlyphString + and OTL + (#142544) src/pango-ot-buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 068763b547d791e28b892bcaee810f3d60a83018 Author: Owen Taylor -Date: Thu May 27 21:55:50 2004 +0000 +Date: Thu May 27 21:55:50 2004 +0000 Revert error return changes from last commit. Thu May 27 17:54:24 2004 Owen Taylor - * pango/opentype/otlbuffer.c: Revert error return changes - from last commit. + * pango/opentype/otlbuffer.c: Revert error return changes + from last commit. src/otlbuffer.c | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) commit ef07481025c5bbb9769b9f908d9dc78f44161bbb Author: Owen Taylor -Date: Thu May 27 21:03:42 2004 +0000 +Date: Thu May 27 21:03:42 2004 +0000 Free buffer->positions, clean up error returns that were returning Thu May 27 16:57:30 2004 Owen Taylor - * pango/opentype/otlbuffer.c: Free buffer->positions, - clean up error returns that were returning uninitialized - values. (#139239, Behdad Esfahbod) + * pango/opentype/otlbuffer.c: Free buffer->positions, + clean up error returns that were returning uninitialized + values. (#139239, Behdad Esfahbod) src/otlbuffer.c | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) commit de568e7e6200c7a49bae1f78ac63858b8df01173 Author: Owen Taylor -Date: Tue Mar 16 19:23:43 2004 +0000 +Date: Tue Mar 16 19:23:43 2004 +0000 === Released 1.4.0 === Tue Mar 16 11:24:46 2004 Owen Taylor - * === Released 1.4.0 === + * === Released 1.4.0 === - * configure.in: Version 1.4.0, interface ago 0. Require - glib-2.4.0. + * configure.in: Version 1.4.0, interface ago 0. Require + glib-2.4.0. - * NEWS: Updates. + * NEWS: Updates. - * README: Some updates; include details about the FreeType - license of the OpenType code. + * README: Some updates; include details about the FreeType + license of the OpenType code. src/FT-license.txt | 77 +++++++++++++++++++++++++++++------------------------- @@ -53703,226 +57077,229 @@ Date: Tue Mar 16 19:23:43 2004 +0000 commit 8b3554b3afe7c125b1a53171b01ac87de9c486fe Author: Hans Breuer -Date: Wed Mar 3 22:35:19 2004 +0000 +Date: Wed Mar 3 22:35:19 2004 +0000 if PANGO_MODULE_PREFIX is defined include the basic backend shaper (should - 2004-03-03 Hans Breuer + 2004-03-03 Hans Breuer - * pango/module-defs-win32.c.win32 : if PANGO_MODULE_PREFIX is - defined include the basic backend shaper (should have been - commited at 2003-12-12, too) + * pango/module-defs-win32.c.win32 : if PANGO_MODULE_PREFIX is + defined include the basic backend shaper (should have been + commited at 2003-12-12, too) - * pango/makefile.msc : generate correct type for PangoFontMask - (bug #135892, John Ehresman) - * pango/opentype/makefile.msc : updated + * pango/makefile.msc : generate correct type for PangoFontMask + (bug #135892, John Ehresman) + * pango/opentype/makefile.msc : updated - * pango/pango.def pango/pangoft2.def : more updatd externals + * pango/pango.def pango/pangoft2.def : more updatd externals src/makefile.msc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit a7e096c5de3ec5319bf9333c9ace0732d97c52c3 Author: Owen Taylor -Date: Sun Feb 29 15:44:50 2004 +0000 +Date: Sun Feb 29 15:44:50 2004 +0000 Rework opentype interfaces and other changes to make GPOS work for Arabic. Sun Feb 29 09:25:13 2004 Owen Taylor - Rework opentype interfaces and other changes to make GPOS - work for Arabic. (Most of #117282, #121060) - - * pango/opentype/otlbuffer.[ch]: OTL_Buffer that - acts as a replacement for the separate GSUB and - GPOS string structures and hides many of the internal - details. - - * pango/opentype/ftxgsub.[ch] pango/opentype/ftxgpos.[ch]: - Adapt to OTL_Buffer. - - * pango/opentype/ftxgpos.c: Redo handling of cursive - chains so that it actually works. - - * pango/pango-ot.h pango/opentype/pango-ot-buffer.c: - Pango wrapper around OTL_Buffer. - - * pango/pango-ot.h pango/pango-ot-ruleset.c - pango/pango-ot-buffer.c: - Split pango_ot_ruleset_shape() into - pango_ot_ruleset_substitute(), - pango_ot_ruleset_position(), make them act on - PangoOTBuffer, add a separate pango_ot_buffer_output() - which does the default positioning and writes to a - PangoGlyphString. - - * modules/arabic/arabic-fc.c modules/indic/indic-fc.c - modules/indic/mprefixups.[ch]: Adapt to new OpenType - interfaces; add GPOS features for Arabic. - - * pango/opentype/pango-ot-info.c: Don't derive class - information - from Unicode properties for Arabic presentation forms, - let the shaping process derive the properties. - - src/Makefile.am | 3 + - src/ftxgdef.c | 4 +- - src/ftxgpos.c | 573 ++++++++++++++++----------------------- - src/ftxgpos.h | 23 +- - src/ftxgsub.c | 719 + Rework opentype interfaces and other changes to make GPOS + work for Arabic. (Most of #117282, #121060) + + * pango/opentype/otlbuffer.[ch]: OTL_Buffer that + acts as a replacement for the separate GSUB and + GPOS string structures and hides many of the internal + details. + + * pango/opentype/ftxgsub.[ch] pango/opentype/ftxgpos.[ch]: + Adapt to OTL_Buffer. + + * pango/opentype/ftxgpos.c: Redo handling of cursive + chains so that it actually works. + + * pango/pango-ot.h pango/opentype/pango-ot-buffer.c: + Pango wrapper around OTL_Buffer. + + * pango/pango-ot.h pango/pango-ot-ruleset.c + pango/pango-ot-buffer.c: + Split pango_ot_ruleset_shape() into + pango_ot_ruleset_substitute(), + pango_ot_ruleset_position(), make them act on + PangoOTBuffer, add a separate pango_ot_buffer_output() + which does the default positioning and writes to a + PangoGlyphString. + + * modules/arabic/arabic-fc.c modules/indic/indic-fc.c + modules/indic/mprefixups.[ch]: Adapt to new OpenType + interfaces; add GPOS features for Arabic. + + * pango/opentype/pango-ot-info.c: Don't derive class + information + from Unicode properties for Arabic presentation forms, + let the shaping process derive the properties. + + src/Makefile.am | 3 + + src/ftxgdef.c | 4 +- + src/ftxgpos.c | 573 ++++++++++++++++----------------------- + src/ftxgpos.h | 23 +- + src/ftxgsub.c | 719 +++++++++++-------------------------------------- - src/ftxgsub.h | 40 +-- - src/ftxopen.h | 1 + - src/otlbuffer.c | 213 +++++++++++++++ - src/otlbuffer.h | 97 +++++++ - src/ottest.c | 2 + - src/pango-ot-buffer.c | 265 ++++++++++++++++++ - src/pango-ot-info.c | 27 +- + src/ftxgsub.h | 40 +-- + src/ftxopen.h | 1 + + src/otlbuffer.c | 213 +++++++++++++++ + src/otlbuffer.h | 97 +++++++ + src/ottest.c | 2 + + src/pango-ot-buffer.c | 265 ++++++++++++++++++ + src/pango-ot-info.c | 27 +- src/pango-ot-private.h | 8 + src/pango-ot-ruleset.c | 148 +++------- 14 files changed, 1039 insertions(+), 1084 deletions(-) commit d670ddf99192dd4999775a9215a818ae63fa3416 Author: Owen Taylor -Date: Sat Feb 21 14:53:12 2004 +0000 +Date: Sat Feb 21 14:53:12 2004 +0000 Sign convention for y offsets is opposite between PangoGlyphString and FT Sat Feb 21 09:49:23 2004 Owen Taylor - * pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_shape): - Sign convention for y offsets is opposite between - PangoGlyphString and FT code. (#132591) + * pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_shape): + Sign convention for y offsets is opposite between + PangoGlyphString and FT code. (#132591) src/pango-ot-ruleset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b9b3c131c2b57c12a77124a52512fb19a1255f8e Author: Owen Taylor -Date: Fri Feb 13 16:11:40 2004 +0000 +Date: Fri Feb 13 16:11:40 2004 +0000 Memory leak fixes from Masatake YAMATO, #130652 Fri Feb 13 10:54:18 2004 Owen Taylor - Memory leak fixes from Masatake YAMATO, #130652 + Memory leak fixes from Masatake YAMATO, #130652 - * pango/opentype/ftxgdef.c (TT_Done_GDEF_Table): - Free the gdef table as well as the contained data. + * pango/opentype/ftxgdef.c (TT_Done_GDEF_Table): + Free the gdef table as well as the contained data. - * pango/opentype/ftxgdef.c (TT_GDEF_Build_ClassDefinition): - Set gcd->loaded, so that the contents get freed later. + * pango/opentype/ftxgdef.c (TT_GDEF_Build_ClassDefinition): + Set gcd->loaded, so that the contents get freed later. src/ftxgdef.c | 4 ++++ 1 file changed, 4 insertions(+) commit 926b8f322989298e43c8bac85f23e3525470a669 Author: Owen Taylor -Date: Mon Jan 26 19:23:35 2004 +0000 +Date: Mon Jan 26 19:23:35 2004 +0000 Suport CFF fonts as well. (#131202, Manjunath Sripadarao) Mon Jan 26 14:20:34 2004 Owen Taylor - * pango/opentype/pango-ot-info.c (is_truetype): Suport - CFF fonts as well. (#131202, Manjunath Sripadarao) + * pango/opentype/pango-ot-info.c (is_truetype): Suport + CFF fonts as well. (#131202, Manjunath Sripadarao) src/pango-ot-info.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 945e479a3a35769e5e7c792fdcf306892523a5f9 Author: Hans Breuer -Date: Sat Dec 13 14:31:50 2003 +0000 +Date: Sat Dec 13 14:31:50 2003 +0000 moved pango_fc_* to the latter where they live on *nix too. - 2003-12-13 Hans Breuer + 2003-12-13 Hans Breuer - * pango/pango.def pangoft2.def : moved pango_fc_* - to the latter where they live on *nix too. + * pango/pango.def pangoft2.def : moved pango_fc_* + to the latter where they live on *nix too. - * pango/makefile.msc : make it build again (including - the Ft2 backend) + * pango/makefile.msc : make it build again (including + the Ft2 backend) - * pango/module-defs-fc.c.win32 : if PANGO_MODULE_PREFIX is defined - include the basic backend shaper + * pango/module-defs-fc.c.win32 : if PANGO_MODULE_PREFIX + is defined + include the basic backend shaper - * pango/pangowin32.c (pango_win32_render_layout) : - initialize iter before first usage to avoid immediate crashing + * pango/pangowin32.c (pango_win32_render_layout) : + initialize iter before first usage to avoid immediate crashing - * pango/opentype/makefile.msc - pango/modules/makefile.msc : finally build with mscv, too. - [completely untested cause I'm not able to type, write or read - any of these languages] + * pango/opentype/makefile.msc + pango/modules/makefile.msc : finally build with mscv, too. + [completely untested cause I'm not able to type, write or read + any of these languages] - * modules/modules.def : follow module function renaming/changes + * modules/modules.def : follow module function + renaming/changes - * modules/basic/basic-win32.c : register the right engine, i.e. - make it compile + * modules/basic/basic-win32.c : register the right engine, + i.e. + make it compile src/makefile.msc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) commit ba0ccd5cfcb514cdc45373158343138b7b190f9d Author: Owen Taylor -Date: Sat Nov 1 15:02:17 2003 +0000 +Date: Sat Nov 1 15:02:17 2003 +0000 Switch over to recommended Freetype system of include ft2build.h then Sat Nov 1 09:32:15 2003 Owen Taylor - * pango/pango-ot.h pango/pangofc-font.h - modules/indic/indic-ot.h - pango/pangoft2.c pango/opentype/pango-ot-info.c - pango/opentype/pango-ot-ruleset.c pango/opentype/ottest.c - pango/opentype/ftxopen.[ch] pango/opentype/ftxgdef.c - pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c: - Switch over to recommended Freetype system of - include ft2build.h then #include FT_FREETYPE_H. - Fixes ftmodule.h problem with current Freetype CVS. - (#125548) - - src/ftxgdef.c | 14 +++++++------- - src/ftxgpos.c | 17 ++++++++--------- - src/ftxgsub.c | 13 ++++++------- - src/ftxopen.c | 10 +++++----- - src/ftxopen.h | 3 ++- - src/ottest.c | 1 - - src/pango-ot-info.c | 4 ++-- + * pango/pango-ot.h pango/pangofc-font.h + modules/indic/indic-ot.h + pango/pangoft2.c pango/opentype/pango-ot-info.c + pango/opentype/pango-ot-ruleset.c pango/opentype/ottest.c + pango/opentype/ftxopen.[ch] pango/opentype/ftxgdef.c + pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c: + Switch over to recommended Freetype system of + include ft2build.h then #include FT_FREETYPE_H. + Fixes ftmodule.h problem with current Freetype CVS. + (#125548) + + src/ftxgdef.c | 14 +++++++------- + src/ftxgpos.c | 17 ++++++++--------- + src/ftxgsub.c | 13 ++++++------- + src/ftxopen.c | 10 +++++----- + src/ftxopen.h | 3 ++- + src/ottest.c | 1 - + src/pango-ot-info.c | 4 ++-- src/pango-ot-private.h | 2 -- src/pango-ot-ruleset.c | 4 ++-- 9 files changed, 32 insertions(+), 36 deletions(-) commit 558171a7a3666999c679719ad0bfbdf7c6a52289 Author: Owen Taylor -Date: Mon Sep 15 22:04:55 2003 +0000 +Date: Mon Sep 15 22:04:55 2003 +0000 Fix gcc-3.3 versions of macros to have the right return value. Mon Sep 15 17:16:59 2003 Owen Taylor - * pango/opentype/fterrcompat.h: Fix gcc-3.3 versions of - macros to have the right return value. + * pango/opentype/fterrcompat.h: Fix gcc-3.3 versions of + macros to have the right return value. src/fterrcompat.h | 44 ++++++++++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 18 deletions(-) commit c99259bf7e08ccdc4130d4983e8d186021ea8e1a Author: Owen Taylor -Date: Mon Aug 25 14:30:12 2003 +0000 +Date: Mon Aug 25 14:30:12 2003 +0000 pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3) Fix problems where Mon Aug 25 10:17:21 2003 Owen Taylor - * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3) - * pango/opentype/ftxgpos.c (Lookup_ChainContextPos3): - Fix problems where the coverage wasn't being checked - for the first input glyph. (#118639, Kailash C. Chowksey) + * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3) + * pango/opentype/ftxgpos.c (Lookup_ChainContextPos3): + Fix problems where the coverage wasn't being checked + for the first input glyph. (#118639, Kailash C. Chowksey) src/ftxgpos.c | 7 +++---- src/ftxgsub.c | 7 +++---- @@ -53930,82 +57307,82 @@ Date: Mon Aug 25 14:30:12 2003 +0000 commit bcf81bcc80c6235dfbc7eeaa34ed21ea329c7a3d Author: Owen Taylor -Date: Fri Aug 22 22:52:08 2003 +0000 +Date: Fri Aug 22 22:52:08 2003 +0000 Add some macro definitions for gcc-3.3 that suppress the bogus Fri Aug 22 18:09:52 2003 Owen Taylor - * pango/opentype/fterrcompat.h: Add some macro definitions - for gcc-3.3 that suppress the bogus strict-aliasing - warnings. + * pango/opentype/fterrcompat.h: Add some macro definitions + for gcc-3.3 that suppress the bogus strict-aliasing + warnings. - * pango/pango-utils.c (read_config_file): Use - g_hash_table_new_full() to simplify code and fix - gcc-3.3 warnings. + * pango/pango-utils.c (read_config_file): Use + g_hash_table_new_full() to simplify code and fix + gcc-3.3 warnings. - * pango/pangox-fontmap.c (pango_x_real_get_coverage_win) - * pango/querymodules.c (query_module): Suppress gcc-3.3 - warnings. + * pango/pangox-fontmap.c (pango_x_real_get_coverage_win) + * pango/querymodules.c (query_module): Suppress gcc-3.3 + warnings. - * pango/modules.c (pango_find_map): Fix warning from - missing declaration of pango_module_get_type(). + * pango/modules.c (pango_find_map): Fix warning from + missing declaration of pango_module_get_type(). - * pango/pango-context.c/pango-engine.c: Fix name confusion - for pango_get_fallback_shaper(). + * pango/pango-context.c/pango-engine.c: Fix name confusion + for pango_get_fallback_shaper(). src/fterrcompat.h | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) commit 46d379596d7292a3b2e51f35fc8044b366d413a3 Author: Owen Taylor -Date: Tue Jul 29 14:21:54 2003 +0000 +Date: Tue Jul 29 14:21:54 2003 +0000 Rewrite handling of IGNORE_SPECIAL_MARKS to be properly "ignore marks of Tue Jul 29 09:58:13 2003 Owen Taylor - * pango/opentype/ftxgdef.c (Check_Property): Rewrite - handling of IGNORE_SPECIAL_MARKS to be properly - "ignore marks of attachment type different than - specified. (#118456, Kailash C. Chowksey) + * pango/opentype/ftxgdef.c (Check_Property): Rewrite + handling of IGNORE_SPECIAL_MARKS to be properly + "ignore marks of attachment type different than + specified. (#118456, Kailash C. Chowksey) src/ftxgdef.c | 37 ++++++++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 9 deletions(-) commit 8247acad79c1a4154e9337aed453eb3e4d23063d Author: Owen Taylor -Date: Mon Jul 28 22:28:37 2003 +0000 +Date: Mon Jul 28 22:28:37 2003 +0000 Revert back out the FreeType patch preventing ligatures of not-originally Sat Jul 26 09:41:22 2003 Owen Taylor - * pango/opentype/ftxgsub.c (Lookup_LigatureSubst): - Revert back out the FreeType patch preventing - ligatures of not-originally adjacent glyphs; - it doesn't work for all scripts. (#118472, - Kailash C. Chowksey) + * pango/opentype/ftxgsub.c (Lookup_LigatureSubst): + Revert back out the FreeType patch preventing + ligatures of not-originally adjacent glyphs; + it doesn't work for all scripts. (#118472, + Kailash C. Chowksey) src/ftxgsub.c | 31 +++---------------------------- 1 file changed, 3 insertions(+), 28 deletions(-) commit 825e6d7e86cac310161648601b09291fa05d5ba5 Author: Owen Taylor -Date: Sun Jul 27 02:40:31 2003 +0000 +Date: Sun Jul 27 02:40:31 2003 +0000 Check for lookahead glyphs in the right place. (Patch from #116860) Sat Jul 26 22:30:59 2003 Owen Taylor - * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst{1,2,3}): - Check for lookahead glyphs in the right place. (Patch - from #116860) + * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst{1,2,3}): + Check for lookahead glyphs in the right place. (Patch + from #116860) - * pango/opentype/ftxgpos.c (Lookup_ChainContextPos{1,2,3}): - Same fix here. + * pango/opentype/ftxgpos.c (Lookup_ChainContextPos{1,2,3}): + Same fix here. src/ftxgpos.c | 6 +++--- src/ftxgsub.c | 6 +++--- @@ -54013,16 +57390,16 @@ Date: Sun Jul 27 02:40:31 2003 +0000 commit 03a0fe09c711b81c7eb4065fd4700b8cfd2c977a Author: Owen Taylor -Date: Sun Jul 27 02:19:52 2003 +0000 +Date: Sun Jul 27 02:19:52 2003 +0000 Fix return value to only contain TTO_Err_Not_Covered if *no* lookups Sat Jul 26 22:12:46 2003 Owen Taylor - * pango/opentype/ftxgsub.c (Do_String_Lookup, - TT_GSUB_Apply_String): Fix return value to only - contain TTO_Err_Not_Covered if *no* lookups - matched. Fix memory leaks on error in Apply_String(). + * pango/opentype/ftxgsub.c (Do_String_Lookup, + TT_GSUB_Apply_String): Fix return value to only + contain TTO_Err_Not_Covered if *no* lookups + matched. Fix memory leaks on error in Apply_String(). src/ftxgsub.c | 120 ++++++++++++++++++++++++++++++++++++---------------------- @@ -54030,35 +57407,35 @@ Date: Sun Jul 27 02:19:52 2003 +0000 commit e10ea2afd9a5868d4ec1ff3a2b99bcd64ce45816 Author: Owen Taylor -Date: Sun Jul 27 01:10:15 2003 +0000 +Date: Sun Jul 27 01:10:15 2003 +0000 Fix confusion between boolean and FT_Error return. (GSUB equivalent of fix Sat Jul 26 21:06:26 2003 Owen Taylor - * pango/opentype/ftxgsub.c (Load_EmptyOrClassDefinition): - Fix confusion between boolean and FT_Error return. - (GSUB equivalent of fix for #108358) + * pango/opentype/ftxgsub.c (Load_EmptyOrClassDefinition): + Fix confusion between boolean and FT_Error return. + (GSUB equivalent of fix for #108358) src/ftxgsub.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit a7305ab2624cbc08160dc11587ba3dc4e17781c2 Author: Owen Taylor -Date: Sat Jul 26 15:02:13 2003 +0000 +Date: Sat Jul 26 15:02:13 2003 +0000 Move allocation afer initial checks, fixing memory leak. Sat Jul 26 10:52:20 2003 Owen Taylor - * pango/opentype/ftxgpos.c (Lookup_ContextPos2): - * pango/opentype/ftxgsub.c (Lookup_ContextSubst2): Move - allocation afer initial checks, fixing memory leak. + * pango/opentype/ftxgpos.c (Lookup_ContextPos2): + * pango/opentype/ftxgsub.c (Lookup_ContextSubst2): Move + allocation afer initial checks, fixing memory leak. - * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst2): - Fix some more error return memory leaks that weren't - fixed in the Qt changes. + * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst2): + Fix some more error return memory leaks that weren't + fixed in the Qt changes. src/ftxgpos.c | 8 ++++---- src/ftxgsub.c | 12 ++++++------ @@ -54066,16 +57443,16 @@ Date: Sat Jul 26 15:02:13 2003 +0000 commit f40b7c15e0bc4b71e706602c4e062f72d8f0fcdd Author: Owen Taylor -Date: Sat Jul 26 14:50:23 2003 +0000 +Date: Sat Jul 26 14:50:23 2003 +0000 Fix various memory leaks from error returns that should have been jumps to Sat Jul 26 10:43:20 2003 Owen Taylor - * pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c: - Fix various memory leaks from error returns that should - have been jumps to cleanup blocks. (From Qt, Lars Knoll) + * pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c: + Fix various memory leaks from error returns that should + have been jumps to cleanup blocks. (From Qt, Lars Knoll) src/ftxgpos.c | 8 ++++---- src/ftxgsub.c | 4 ++-- @@ -54083,48 +57460,48 @@ Date: Sat Jul 26 14:50:23 2003 +0000 commit 256d21970733483833b9cf31d5e0fa7ae853e944 Author: Owen Taylor -Date: Sat Jul 26 14:35:29 2003 +0000 +Date: Sat Jul 26 14:35:29 2003 +0000 Fix additional places where TTO_Err_Not_Covered wasn't considered a Sat Jul 26 10:30:24 2003 Owen Taylor - * pango/opentype/ftxgpos.c: Fix additional places where - TTO_Err_Not_Covered wasn't considered a successful return - from Get_Class. (From Qt, Lars Knoll) + * pango/opentype/ftxgpos.c: Fix additional places where + TTO_Err_Not_Covered wasn't considered a successful return + from Get_Class. (From Qt, Lars Knoll) src/ftxgpos.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 374960681e2e36d0e4032623d8cb92a7910baf71 Author: Owen Taylor -Date: Sat Jul 26 13:50:23 2003 +0000 +Date: Sat Jul 26 13:50:23 2003 +0000 If applying a ligature lookup makes adjacent two glyphs that were not Sat Jul 26 09:41:22 2003 Owen Taylor - * pango/opentype/ftxgsub.c (Lookup_LigatureSubst): - If applying a ligature lookup makes adjacent two glyphs - that were not originally adjacent, avoid making - subsequent ligatures between those glyphs. - (From FreeType, Werner Lemberg, 2001-08-22, 2001-08-23) + * pango/opentype/ftxgsub.c (Lookup_LigatureSubst): + If applying a ligature lookup makes adjacent two glyphs + that were not originally adjacent, avoid making + subsequent ligatures between those glyphs. + (From FreeType, Werner Lemberg, 2001-08-22, 2001-08-23) src/ftxgsub.c | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) commit b682482df77608d67eca8a050db5b36f44953c13 Author: Owen Taylor -Date: Sat Jul 26 13:20:52 2003 +0000 +Date: Sat Jul 26 13:20:52 2003 +0000 Fix some FreeType1 variable declarations that snuck in from the last Sat Jul 26 09:16:57 2003 Owen Taylor - * pango/opentype/ftxgpos.c pango/opentype/ftxopen.c: - Fix some FreeType1 variable declarations that snuck - in from the last commits (Christophe Fergeau, - 118363) + * pango/opentype/ftxgpos.c pango/opentype/ftxopen.c: + Fix some FreeType1 variable declarations that snuck + in from the last commits (Christophe Fergeau, + 118363) src/ftxgpos.c | 6 +++--- src/ftxopen.c | 2 +- @@ -54132,17 +57509,17 @@ Date: Sat Jul 26 13:20:52 2003 +0000 commit 06c12109de061c357f46dcec82c4bee7160afede Author: Owen Taylor -Date: Sat Jul 26 03:45:44 2003 +0000 +Date: Sat Jul 26 03:45:44 2003 +0000 OpenType-1.4 update: backtrack information is stored with the item closest Fri Jul 25 23:38:07 2003 Owen Taylor - * pango/opentype/ftxgpos.c pango/opentype/ftxgsub.c: - OpenType-1.4 update: backtrack information is stored with the - item closest to the input first (From FreeType, - Werner Lemberg, 2002-09-26) + * pango/opentype/ftxgpos.c pango/opentype/ftxgsub.c: + OpenType-1.4 update: backtrack information is stored with the + item closest to the input first (From FreeType, + Werner Lemberg, 2002-09-26) src/ftxgpos.c | 26 ++++++++++++++++++-------- src/ftxgsub.c | 24 +++++++++++++++++------- @@ -54150,24 +57527,24 @@ Date: Sat Jul 26 03:45:44 2003 +0000 commit 15a69e4a12739e7392f2a38d6f7bfdd96c0dc3ba Author: Owen Taylor -Date: Sat Jul 26 03:14:23 2003 +0000 +Date: Sat Jul 26 03:14:23 2003 +0000 Update of GPOS and GSUB support to OpenType 1.3 (From FreeType, Werner Fri Jul 25 23:07:06 2003 Owen Taylor - Update of GPOS and GSUB support to OpenType 1.3 - (From FreeType, Werner Lemberg, 2001-08-08) + Update of GPOS and GSUB support to OpenType 1.3 + (From FreeType, Werner Lemberg, 2001-08-08) - * pango/opentype/ftxopen.h: Add RIGHT_TO_LEFT LookupFlag + * pango/opentype/ftxopen.h: Add RIGHT_TO_LEFT LookupFlag - * pango/opentype/ftxgpos.c (GPOS_Instance): Add 'first' - member to mark the beginning of a chain of cursive - connections. + * pango/opentype/ftxgpos.c (GPOS_Instance): Add 'first' + member to mark the beginning of a chain of cursive + connections. - * pango/opentype/ftxgpos.c (Do_String_Lookup): If the - RIGHT_TO_FLAG flag is set, shift cursive chain up so - last glyph is on the baseline. + * pango/opentype/ftxgpos.c (Do_String_Lookup): If the + RIGHT_TO_FLAG flag is set, shift cursive chain up so + last glyph is on the baseline. src/ftxgpos.c | 25 ++++++++++++++++++++++++- src/ftxopen.h | 8 ++++++-- @@ -54175,17 +57552,17 @@ Date: Sat Jul 26 03:14:23 2003 +0000 commit 6f74f18b77402f3adf5bfbae26e8f44de6543b4e Author: Owen Taylor -Date: Sat Jul 26 03:03:40 2003 +0000 +Date: Sat Jul 26 03:03:40 2003 +0000 Add GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which allow lookup Fri Jul 25 22:59:13 2003 Owen Taylor - * pango/opentype/ftx{gpos,gsub}.h pango/opentype/ftxgdef.c: - Add GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which - allow lookup information to be stored at 32-bit offets - via a double indirection. (From FreeType, Werner Lemberg, - 2001-08-08) + * pango/opentype/ftx{gpos,gsub}.h pango/opentype/ftxgdef.c: + Add GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which + allow lookup information to be stored at 32-bit offets + via a double indirection. (From FreeType, Werner Lemberg, + 2001-08-08) src/ftxgpos.h | 17 +++++++++-------- src/ftxgsub.h | 1 + @@ -54194,39 +57571,39 @@ Date: Sat Jul 26 03:03:40 2003 +0000 commit 375781c4546b5cfc453b99551ddf715bb162ffb9 Author: Owen Taylor -Date: Sat Jul 26 02:44:19 2003 +0000 +Date: Sat Jul 26 02:44:19 2003 +0000 Fix a couple of places where TTO_Err_Not_Covered wasn't considered a Fri Jul 25 22:25:48 2003 Owen Taylor - * pango/opentype/ftxgsub.c (Lookup_ContextSubst2, - Lookup_ChainContextSubst2): Fix a couple of - places where TTO_Err_Not_Covered wasn't considered - a successful return from Get_Class -- it means - use class index 0. (From FreeType, Werner Lemberg, - 2001-08-06) + * pango/opentype/ftxgsub.c (Lookup_ContextSubst2, + Lookup_ChainContextSubst2): Fix a couple of + places where TTO_Err_Not_Covered wasn't considered + a successful return from Get_Class -- it means + use class index 0. (From FreeType, Werner Lemberg, + 2001-08-06) src/ftxgsub.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 378e1889cd294cb77313ba7fdab3e52959bf2c40 Author: Owen Taylor -Date: Sat Jul 26 02:10:42 2003 +0000 +Date: Sat Jul 26 02:10:42 2003 +0000 Improvements to OpenType-dumping code, based on changes in Qt by Lars Fri Jul 25 20:12:00 2003 Owen Taylor - Improvements to OpenType-dumping code, based on - changes in Qt by Lars Knoll. + Improvements to OpenType-dumping code, based on + changes in Qt by Lars Knoll. - * pango/opentype/ottest.c: Tweak the debugging output, - suppress some warnings. + * pango/opentype/ottest.c: Tweak the debugging output, + suppress some warnings. - * pango/opentype/disasm.c: Add support for - GSUB Context/Chain GPOS MarkBase lookups, improve - output in various ways. + * pango/opentype/disasm.c: Add support for + GSUB Context/Chain GPOS MarkBase lookups, improve + output in various ways. src/disasm.c | 242 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- @@ -54235,49 +57612,49 @@ Date: Sat Jul 26 02:10:42 2003 +0000 commit 07bad0e77c42b5f2535e3b018bf9074d2f4ecc7c Author: Owen Taylor -Date: Thu Jul 24 21:05:29 2003 +0000 +Date: Thu Jul 24 21:05:29 2003 +0000 Fix uses of g_assert() around statements with side effects. (#115498, Thu Jul 24 17:04:21 2003 Owen Taylor - * pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_shape): - Fix uses of g_assert() around statements with side effects. - (#115498, patch from David Cuthbert) + * pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_shape): + Fix uses of g_assert() around statements with side effects. + (#115498, patch from David Cuthbert) src/pango-ot-ruleset.c | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) commit f91deef2c9473da5c3cb5e120f2d4fbf0d638166 Author: Owen Taylor -Date: Wed Apr 16 21:48:29 2003 +0000 +Date: Wed Apr 16 21:48:29 2003 +0000 More careful handling of face->charmap; if is NULL, try to set a unicode Wed Apr 16 03:46:42 2003 Owen Taylor - * pango/opentype/pango-ot-info.c (synthesize_class_def): - More careful handling of face->charmap; if is NULL, - try to set a unicode charmap, if that doesn't succeed, - return. (Hopefully fixes #106550) + * pango/opentype/pango-ot-info.c (synthesize_class_def): + More careful handling of face->charmap; if is NULL, + try to set a unicode charmap, if that doesn't succeed, + return. (Hopefully fixes #106550) src/pango-ot-info.c | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) commit 587b3940f3ce71e8e1c9950086923d4eb78d62db Author: Owen Taylor -Date: Wed Apr 16 03:58:17 2003 +0000 +Date: Wed Apr 16 03:58:17 2003 +0000 When loading in Load_Chain{Sub,Pos}ClassRule, the limit we have only Tue Apr 15 11:49:39 2003 Owen Taylor - * pango/opentype/ftxg{sub/pos}.c: When loading - in Load_Chain{Sub,Pos}ClassRule, the limit we - have only applies to the input ClassDef table. - Fixes problem with Arial Unicode. Much help from - Noah Levitt in tracing this down. + * pango/opentype/ftxg{sub/pos}.c: When loading + in Load_Chain{Sub,Pos}ClassRule, the limit we + have only applies to the input ClassDef table. + Fixes problem with Arial Unicode. Much help from + Noah Levitt in tracing this down. src/ftxgpos.c | 7 ++++--- src/ftxgsub.c | 7 ++++--- @@ -54285,32 +57662,32 @@ Date: Wed Apr 16 03:58:17 2003 +0000 commit 0d7567f8eaa1f8d0ec9cb89218ce3a1475d258ac Author: Owen Taylor -Date: Tue Apr 15 23:01:19 2003 +0000 +Date: Tue Apr 15 23:01:19 2003 +0000 Fix mispelled constant from last commit. Tue Apr 15 06:57:02 2003 Owen Taylor - * pango/opentype/ftxgpos.c: Fix mispelled constant - from last commit. + * pango/opentype/ftxgpos.c: Fix mispelled constant + from last commit. src/ftxgpos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 73cd600798a9a7225b2ac8241ea371d48cf7baf3 Author: Owen Taylor -Date: Tue Apr 15 22:15:41 2003 +0000 +Date: Tue Apr 15 22:15:41 2003 +0000 Fix confusion between boolean and FT_Error return. (#108358, Noah Levitt) Tue Apr 15 06:03:39 2003 Owen Taylor - * pango/opentype/ftxgpos.c: Fix confusion between - boolean and FT_Error return. (#108358, Noah Levitt) + * pango/opentype/ftxgpos.c: Fix confusion between + boolean and FT_Error return. (#108358, Noah Levitt) - * pango/opentype/ftxopen.c (Get_Class1): index is - allowed to be NULL. (#108358, Noah Levitt) + * pango/opentype/ftxopen.c (Get_Class1): index is + allowed to be NULL. (#108358, Noah Levitt) src/ftxgpos.c | 5 +++-- src/ftxopen.c | 3 ++- @@ -54318,227 +57695,228 @@ Date: Tue Apr 15 22:15:41 2003 +0000 commit 462bd0be608c3d14e5b4c01099b02b3948a52369 Author: Owen Taylor -Date: Tue Apr 15 21:05:53 2003 +0000 +Date: Tue Apr 15 21:05:53 2003 +0000 Fix infinite loop in the case where the charmap contains a character > Tue Apr 15 05:00:39 2003 Owen Taylor - * pango/opentype/pango-ot-info.c (synthesize_class_def): - Fix infinite loop in the case where the charmap contains - a character > 65535. (#106550, Morten Welinder.) + * pango/opentype/pango-ot-info.c (synthesize_class_def): + Fix infinite loop in the case where the charmap contains + a character > 65535. (#106550, Morten Welinder.) src/pango-ot-info.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit 312e1c1cf9f2c1e2137b9aaa5181a541447923cb Author: James Henstridge -Date: Tue Mar 11 12:31:16 2003 +0000 +Date: Tue Mar 11 12:31:16 2003 +0000 make similar changes to the ones on glib head (call gtk-docize, etc). - 2003-03-11 James Henstridge + 2003-03-11 James Henstridge - * autogen.sh: make similar changes to the ones on glib head (call - gtk-docize, etc). + * autogen.sh: make similar changes to the ones on glib head (call + gtk-docize, etc). - * configure.in: move some calculations into M4 macros, rather than - calculating them when configure runs. - Use AC_HELP_STRING where appropriate. - Replace gtk-doc checks with a call to GTK_DOC_CHECK. - Replace AC_OUTPUT_COMMANDS() call with a number of calls to - AC_CONFIG_COMMANDS (once per created file). - Get rid of the "chmod +x pango-config" bit, because there is no - pango-config anymore. + * configure.in: move some calculations into M4 macros, rather than + calculating them when configure runs. + Use AC_HELP_STRING where appropriate. + Replace gtk-doc checks with a call to GTK_DOC_CHECK. + Replace AC_OUTPUT_COMMANDS() call with a number of calls to + AC_CONFIG_COMMANDS (once per created file). + Get rid of the "chmod +x pango-config" bit, because there is no + pango-config anymore. - * Makefile.am: get rid of custom distcheck rule, and set - DISTCHECK_CONFIGURE_FLAGS, which is equivalent. - Use += to select which .pc files to install. + * Makefile.am: get rid of custom distcheck rule, and set + DISTCHECK_CONFIGURE_FLAGS, which is equivalent. + Use += to select which .pc files to install. - * pango/Makefile.am: Add rules to rebuild module-defs* files, and - remove them on clean. - Reorder so that rules related to each individual library are next - to each other. - Use BUILT_SOURCES for built sources. + * pango/Makefile.am: Add rules to rebuild module-defs* files, and + remove them on clean. + Reorder so that rules related to each individual library are next + to each other. + Use BUILT_SOURCES for built sources. - * pango/opentype/Makefile.am: don't use STRIP_BEGIN/STRIP_END. + * pango/opentype/Makefile.am: don't use STRIP_BEGIN/STRIP_END. - * modules/*/Makefile.am: simplify module makefiles through use of - +=, and regularise them a bit (fixed a few bugs in the process). + * modules/*/Makefile.am: simplify module makefiles through use of + +=, and regularise them a bit (fixed a few bugs in the process). - * docs/Makefile.am: remove common rules, and instead include - gtk-doc.make. + * docs/Makefile.am: remove common rules, and instead include + gtk-doc.make. - * examples/Makefile.am: add pango.modules to CLEANFILES. + * examples/Makefile.am: add pango.modules to CLEANFILES. - * tests/Makefile.am: remove temporary files on clean. + * tests/Makefile.am: remove temporary files on clean. src/Makefile.am | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) commit 1aad15fd0c007c9075f2f7f4c4cacf576d726eea Author: Owen Taylor -Date: Mon Feb 17 22:04:29 2003 +0000 +Date: Mon Feb 17 22:04:29 2003 +0000 Add an --enable-debug configure argument defaulting to 'yes' for unstable Mon Feb 17 13:06:39 2003 Owen Taylor - * configure.in **/Makefile.am: Add an --enable-debug - configure argument defaulting to 'yes' for unstable - releases and 'minimum' for stable releases. - For minimum, -DG_DISABLE_CAST_CHECKS. + * configure.in **/Makefile.am: Add an --enable-debug + configure argument defaulting to 'yes' for unstable + releases and 'minimum' for stable releases. + For minimum, -DG_DISABLE_CAST_CHECKS. - * pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c - pango/pangoxft-fontmap.c: Add caching of fontsets - (#104495, initial patch and review by Soeren Sandmann) + * pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c + pango/pangoxft-fontmap.c: Add caching of fontsets + (#104495, initial patch and review by Soeren Sandmann) - * pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c - pango/pangoxft-fontmap.c pango/pangoft2-private.h - pango/pangoxft-private.h: Remove cache of recently freed - fonts; not necessary now that we cache fontsets. + * pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c + pango/pangoxft-fontmap.c pango/pangoft2-private.h + pango/pangoxft-private.h: Remove cache of recently freed + fonts; not necessary now that we cache fontsets. - * pango/pangofc-fontmap.cI (pango_fc_pattern_set_free): - Rename from pango_fc_font_set_free to reflect - what it actually does. + * pango/pangofc-fontmap.cI (pango_fc_pattern_set_free): + Rename from pango_fc_font_set_free to reflect + what it actually does. - * pango/pangofc-fontmap.cI pango/pangoft-fontmap.c - pango/pangoxft-fontmap.c: Combine clear-the-cache - functions; we didn't need separate clear-the-font-cache - and clear-the-pattern-cache functions. + * pango/pangofc-fontmap.cI pango/pangoft-fontmap.c + pango/pangoxft-fontmap.c: Combine clear-the-cache + functions; we didn't need separate clear-the-font-cache + and clear-the-pattern-cache functions. src/Makefile.am | 1 + 1 file changed, 1 insertion(+) commit 5febce1ffc956ea44526d50be7cf14c69c66cb34 Author: Owen Taylor -Date: Wed Feb 12 22:12:55 2003 +0000 +Date: Wed Feb 12 22:12:55 2003 +0000 Up the FreeType version requirement to 2.0.9. (2.2.1 had a compilation Wed Feb 12 16:59:23 2003 Owen Taylor - * configure.in pango/opentype/fterrcompat.h README: - Up the FreeType version requirement to 2.0.9. - (2.2.1 had a compilation failure with older versions, - this catches it more cleanly, and removes some unneeded - checks. #105302, problem reported by Will Partain.) + * configure.in pango/opentype/fterrcompat.h README: + Up the FreeType version requirement to 2.0.9. + (2.2.1 had a compilation failure with older versions, + this catches it more cleanly, and removes some unneeded + checks. #105302, problem reported by Will Partain.) src/fterrcompat.h | 4 ---- 1 file changed, 4 deletions(-) commit 54e85cc0cf3700d2c4af5396d79bd0e40df8f0da Author: Owen Taylor -Date: Sat Jan 11 00:16:26 2003 +0000 +Date: Sat Jan 11 00:16:26 2003 +0000 Export TT_New_GDEF_Table to create an empty GDEF table. Fri Jan 10 18:56:36 2003 Owen Taylor - * pango/opentype/ftxgdef.c: Export TT_New_GDEF_Table - to create an empty GDEF table. + * pango/opentype/ftxgdef.c: Export TT_New_GDEF_Table + to create an empty GDEF table. - * pango/opentype/pango-ot-info.c: If the font doesn't - have a class definition table, synthesize one using - the charmap and the unicode properties of characters - in the charmap. (Needed to make things work with various - old Arabic fonts, such as the KACST fonts) + * pango/opentype/pango-ot-info.c: If the font doesn't + have a class definition table, synthesize one using + the charmap and the unicode properties of characters + in the charmap. (Needed to make things work with various + old Arabic fonts, such as the KACST fonts) - src/ftxgdef.c | 46 +++++++++++++++------- - src/ftxgdef.h | 4 ++ + src/ftxgdef.c | 46 +++++++++++++++------- + src/ftxgdef.h | 4 ++ src/pango-ot-info.c | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 144 insertions(+), 14 deletions(-) commit db6bb4b034d4d8d546fc9bdc4ad28b16bb7f1bb7 Author: Matthias Clasen -Date: Thu Nov 28 23:53:18 2002 +0000 +Date: Thu Nov 28 23:53:18 2002 +0000 Add docs. - * docs/tmpl/xft-fonts.sgml: - * docs/tmpl/freetype-fonts.sgml: Add docs. + * docs/tmpl/xft-fonts.sgml: + * docs/tmpl/freetype-fonts.sgml: Add docs. - * pango/pangoxft-fontmap.c (pango_xft_substitute_changed): - * pango/pangoft2-fontmap.c - (pango_ft2_font_map_set_default_substitute): - Fix doc typos. + * pango/pangoxft-fontmap.c (pango_xft_substitute_changed): + * pango/pangoft2-fontmap.c + (pango_ft2_font_map_set_default_substitute): + Fix doc typos. src/pango-ot-info.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 226d9b67db852eb29ad37ec8121b79f3ea6f0b73 Author: Sebastian Wilhelmi -Date: Tue Nov 26 13:37:10 2002 +0000 +Date: Tue Nov 26 13:37:10 2002 +0000 Do not add GLIB_CFLAGS to CFLAGS. - 2002-11-26 Sebastian Wilhelmi + 2002-11-26 Sebastian Wilhelmi - * configure.in: Do not add GLIB_CFLAGS to CFLAGS. + * configure.in: Do not add GLIB_CFLAGS to CFLAGS. - * docs/Makefile.am, examples/Makefile.am, - modules/arabic/Makefile.am, modules/basic/Makefile.am, - modules/hangul/Makefile.am, modules/hebrew/Makefile.am, - modules/indic/Makefile.am, modules/tamil/Makefile.am, - modules/thai/Makefile.am, pango/Makefile.am, - pango/mini-fribidi/Makefile.am, pango/opentype/Makefile.am: - Instead add $(GLIB_CFLAGS) directly to INCLUDES (GTKDOC_CFLAGS for - docs/Makefile.am). Also some cosmetic line wrapping and - reindentation. + * docs/Makefile.am, examples/Makefile.am, + modules/arabic/Makefile.am, modules/basic/Makefile.am, + modules/hangul/Makefile.am, modules/hebrew/Makefile.am, + modules/indic/Makefile.am, modules/tamil/Makefile.am, + modules/thai/Makefile.am, pango/Makefile.am, + pango/mini-fribidi/Makefile.am, pango/opentype/Makefile.am: + Instead add $(GLIB_CFLAGS) directly to INCLUDES (GTKDOC_CFLAGS + for + docs/Makefile.am). Also some cosmetic line wrapping and + reindentation. src/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 80634a30b9abdf575320bc6fdacdba4e1ea3903d Author: Manish Singh -Date: Mon Oct 14 22:50:48 2002 +0000 +Date: Mon Oct 14 22:50:48 2002 +0000 Get rid of unnecessary casts for g_object_{ref,unref} Mon Oct 14 15:39:41 2002 Manish Singh - * pango/pango-context.c pango/pango-layout.c pango/pangoft2.c - pango/pangowin32-fontmap.c pango/pangowin32.c - pango/pangox-fontmap.c - pango/pangox.c pango/pangoxft-font.c pango/pangoxft-fontmap.c - pango/testfonts.c pango/opentype/pango-ot-ruleset.c: - Get rid of unnecessary casts for g_object_{ref,unref} + * pango/pango-context.c pango/pango-layout.c pango/pangoft2.c + pango/pangowin32-fontmap.c pango/pangowin32.c + pango/pangox-fontmap.c + pango/pangox.c pango/pangoxft-font.c pango/pangoxft-fontmap.c + pango/testfonts.c pango/opentype/pango-ot-ruleset.c: + Get rid of unnecessary casts for g_object_{ref,unref} src/pango-ot-ruleset.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 741993e0b15b4df86d76fa8df5055bd764c42c71 Author: Owen Taylor -Date: Sun Sep 29 19:06:58 2002 +0000 +Date: Sun Sep 29 19:06:58 2002 +0000 ligatures can be also used in MarkBasePos lookups. (2001-03-17 Werner Sun Sep 29 14:55:36 2002 Owen Taylor - * pango/opentype/ftxgpos.c: ligatures can be also used in - MarkBasePos lookups. (2001-03-17 Werner Lemberg) + * pango/opentype/ftxgpos.c: ligatures can be also used in + MarkBasePos lookups. (2001-03-17 Werner Lemberg) src/ftxgpos.c | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) commit a35dc445e86ab433fe9f3937c95f2c1f18f58110 Author: Owen Taylor -Date: Sun Sep 29 19:05:01 2002 +0000 +Date: Sun Sep 29 19:05:01 2002 +0000 Start of merges from freetype1 of OpenType fixes. Sun Sep 29 14:51:25 2002 Owen Taylor - Start of merges from freetype1 of OpenType fixes. + Start of merges from freetype1 of OpenType fixes. - (2001-03-17 Werner Lemberg) + (2001-03-17 Werner Lemberg) - * pango/opentype/ftxgdef.c pango/opentype/ftxgpos.c - pango/opentype/ftxg\sub.c: - More fixes for special marks. + * pango/opentype/ftxgdef.c pango/opentype/ftxgpos.c + pango/opentype/ftxg\sub.c: + More fixes for special marks. src/ftxgdef.c | 13 ++++++++----- src/ftxgpos.c | 6 +++--- @@ -54547,17 +57925,19 @@ Date: Sun Sep 29 19:05:01 2002 +0000 commit 5c53f14f371b349da65dfa3a848b17ab89ce3ba8 Author: Tor Lillqvist -Date: Mon Sep 23 21:45:31 2002 +0000 +Date: Mon Sep 23 21:45:31 2002 +0000 Remove. Not used. (A static library is built here. Exported entries are in - 2002-09-24 Tor Lillqvist + 2002-09-24 Tor Lillqvist - * pango/opentype/pango-ot.def: Remove. Not used. (A static library - is built here. Exported entries are in ../pangoft2.def.) + * pango/opentype/pango-ot.def: Remove. Not used. (A static + library + is built here. Exported entries are in ../pangoft2.def.) - * pango/opentype/Makefile.am (EXTRA_DIST): Remove from here, too. + * pango/opentype/Makefile.am (EXTRA_DIST): Remove from + here, too. src/Makefile.am | 3 +-- src/pango-ot.def | 50 -------------------------------------------------- @@ -54565,23 +57945,23 @@ Date: Mon Sep 23 21:45:31 2002 +0000 commit 35e4593ccd9ea5ed78f1e6f32f04b3a13cee0145 Author: Tor Lillqvist -Date: Mon Sep 23 21:19:30 2002 +0000 +Date: Mon Sep 23 21:19:30 2002 +0000 pango/makefile.mingw.in pango/mini-fribidi/makefile.mingw Remove. Not - 2002-09-23 Tor Lillqvist + 2002-09-23 Tor Lillqvist - * pango/makefile.mingw.in - * pango/mini-fribidi/makefile.mingw - * pango/opentype/makefile.mingw.in: Remove. Not maintained. + * pango/makefile.mingw.in + * pango/mini-fribidi/makefile.mingw + * pango/opentype/makefile.mingw.in: Remove. Not maintained. - * pango/Makefile.am (EXTRA_DIST) - * pango/mini-fribidi/Makefile.am (EXTRA_DIST) - * pango/opentype/Makefile.am (EXTRA_DIST): Remove - makefile.mingw(.in) from here, too. + * pango/Makefile.am (EXTRA_DIST) + * pango/mini-fribidi/Makefile.am (EXTRA_DIST) + * pango/opentype/Makefile.am (EXTRA_DIST): Remove + makefile.mingw(.in) from here, too. - * configure.in (AC_OUTPUT): Don't try to output above removed - files. + * configure.in (AC_OUTPUT): Don't try to output above removed + files. src/Makefile.am | 3 +-- src/makefile.mingw.in | 43 ------------------------------------------- @@ -54589,7 +57969,7 @@ Date: Mon Sep 23 21:19:30 2002 +0000 commit fb279cb0bf676bb1d225e6a296282523d839074d Author: Eric Mader -Date: Mon Sep 9 18:11:55 2002 +0000 +Date: Mon Sep 9 18:11:55 2002 +0000 Correctly handle back, new_advance. @@ -54598,7 +57978,7 @@ Date: Mon Sep 9 18:11:55 2002 +0000 commit c880e814a50100577811a8a51bc06b4275c55a7e Author: Eric Mader -Date: Fri Sep 6 22:45:23 2002 +0000 +Date: Fri Sep 6 22:45:23 2002 +0000 Don't fail when reading an empty script. @@ -54608,20 +57988,20 @@ Date: Fri Sep 6 22:45:23 2002 +0000 commit 441e7d0292bf1a06396daac80fcbad23976a824d Author: Owen Taylor -Date: Wed Aug 7 17:01:52 2002 +0000 +Date: Wed Aug 7 17:01:52 2002 +0000 Offset to MarkAttachClassDef is offset to table, not offset to offset to Wed Aug 7 12:32:39 2002 Owen Taylor - * pango/opentype/ftxgsub.c (TT_Load_GSUB_Table): - Offset to MarkAttachClassDef is offset to table, - not offset to offset to table. + * pango/opentype/ftxgsub.c (TT_Load_GSUB_Table): + Offset to MarkAttachClassDef is offset to table, + not offset to offset to table. - * pango/opentype/ftxopen.c (Get_Device): Handle - NULL device tables which we represent with - d->DeltaValue == NULL. + * pango/opentype/ftxopen.c (Get_Device): Handle + NULL device tables which we represent with + d->DeltaValue == NULL. src/ftxgsub.c | 13 ------------- src/ftxopen.c | 2 +- @@ -54629,136 +58009,136 @@ Date: Wed Aug 7 17:01:52 2002 +0000 commit 48a16fa8090b67b046b2bb686ff4f6f038a2b8e8 Author: Owen Taylor -Date: Tue Jun 4 00:20:51 2002 +0000 +Date: Tue Jun 4 00:20:51 2002 +0000 on Jun 3 18:56:09 2002 Owen Taylor - Xft2 and fontconfig conversion, based largely on a patch - from Keith Packard. + Xft2 and fontconfig conversion, based largely on a patch + from Keith Packard. - * configure.in acconfig.h: Add checks for fontconfig, switch - Xft checks to switch for Xft2 using pkg-config. + * configure.in acconfig.h: Add checks for fontconfig, switch + Xft checks to switch for Xft2 using pkg-config. - * pangoxft.pc.in pangoxft.pc.in - modules/{arabic,basic,hebrew,indic,tamil}/Makefile.am - pango/Makefile.am: Reflect new Xft/fontconfig dependencies. + * pangoxft.pc.in pangoxft.pc.in + modules/{arabic,basic,hebrew,indic,tamil}/Makefile.am + pango/Makefile.am: Reflect new Xft/fontconfig dependencies. - * pango/pangoxft-private.h pango/pangoxft-fontmap.c - modules/arabic/arabic-xft.c modules/indic/indic-xft.c: - Switch over to using Xft2 and fontconfig. + * pango/pangoxft-private.h pango/pangoxft-fontmap.c + modules/arabic/arabic-xft.c modules/indic/indic-xft.c: + Switch over to using Xft2 and fontconfig. - * pango/pangoft2.c pango/pangoft2-fontmap.c - pango/pangoft2-private.h - pango/pango/Makefile.am: Remove usage of mini-xft in - favor of fontconfig. + * pango/pangoft2.c pango/pangoft2-fontmap.c + pango/pangoft2-private.h + pango/pango/Makefile.am: Remove usage of mini-xft in + favor of fontconfig. - * pango/pango-ot.h pango/opentype/pango-ot-info.c - pango/pangoxft.h - modules/arabic/arabic-{xft,ft2}.c modules/indic/indic-xft.c: - Attach OpenType information directly to the FT_Face - structure using FT_Generic. + * pango/pango-ot.h pango/opentype/pango-ot-info.c + pango/pangoxft.h + modules/arabic/arabic-{xft,ft2}.c modules/indic/indic-xft.c: + Attach OpenType information directly to the FT_Face + structure using FT_Generic. - * modules/tamil/Makefile.am modules/tamil/tamil-xft.c - configure.in: Remove this module, no longer needed. + * modules/tamil/Makefile.am modules/tamil/tamil-xft.c + configure.in: Remove this module, no longer needed. - * pango/pangoxft-font.c (pango_xft_real_render): Coalesce - calls to Xft rendering functions. + * pango/pangoxft-font.c (pango_xft_real_render): Coalesce + calls to Xft rendering functions. src/pango-ot-info.c | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) commit 9df9af0b3615dc6a52d784233a3410a9080d9369 Author: Owen Taylor -Date: Fri May 10 18:44:47 2002 +0000 +Date: Fri May 10 18:44:47 2002 +0000 Fix acess outside of a loaded frame and some memory leaks on failure. Fri May 10 14:41:27 2002 Owen Taylor - * pango/opentype/ftxgdef.c (TT_Load_GDEF_Table): Fix acess - outside of a loaded frame and some memory leaks - on failure. + * pango/opentype/ftxgdef.c (TT_Load_GDEF_Table): Fix acess + outside of a loaded frame and some memory leaks + on failure. src/ftxgdef.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) commit a63dbbbeeb91ebf4ded2fc788f5810a3bd1e14fe Author: Eric Mader -Date: Tue May 7 20:39:14 2002 +0000 +Date: Tue May 7 20:39:14 2002 +0000 Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h, Mon May 06 15:07:39 2002 Eric Mader - * Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h, - indic-ot-class-tables.c + * Add modules modules/indic/indic-xft.c, indic-ot.c, + indic-ot.h, indic-ot-class-tables.c - * pango/opentype/ftxgdef.c: Compute full offset for mark - attachment class table + * pango/opentype/ftxgdef.c: Compute full offset for mark + attachment class table - * pango/opentype/ftxgpos.c: Only return TTO_Err_Not_Covered if - nothing matches + * pango/opentype/ftxgpos.c: Only return TTO_Err_Not_Covered + if nothing matches - * pango/opentype/pango-ot-ruleset.c: enable GPOS processing + * pango/opentype/pango-ot-ruleset.c: enable GPOS processing - src/ftxgdef.c | 10 ++++++++-- - src/ftxgpos.c | 33 ++++++++++++++------------------- + src/ftxgdef.c | 10 ++++++++-- + src/ftxgpos.c | 33 ++++++++++++++------------------- src/pango-ot-ruleset.c | 35 ++++++++++++++++++++++++++++++++++- 3 files changed, 56 insertions(+), 22 deletions(-) commit cf00f8217c9dfcf50febbb06fad245d489a0abe6 Author: Owen Taylor -Date: Tue Apr 23 20:20:29 2002 +0000 +Date: Tue Apr 23 20:20:29 2002 +0000 Add compatibility defines for changes in FreeType 2.1.0. Tue Apr 23 16:15:07 2002 Owen Taylor - * pango/opentype/fterrcompat.h: Add compatibility - defines for changes in FreeType 2.1.0. + * pango/opentype/fterrcompat.h: Add compatibility + defines for changes in FreeType 2.1.0. src/fterrcompat.h | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) commit 6b1b04e3736fdca774052ac3cfbe9f027548c29d Author: Owen Taylor -Date: Fri Mar 15 06:46:05 2002 +0000 +Date: Fri Mar 15 06:46:05 2002 +0000 In Load_ChainContextSubst2, handle the case where an empty class Fri Mar 15 01:35:56 2002 Owen Taylor - * pango/opentype/ftxgsub.c pango/opentype/ftxopen.c - pango/opentype/ftxopenf.h: In Load_ChainContextSubst2, - handle the case where an empty class definition - is represented by an offset of 0. + * pango/opentype/ftxgsub.c pango/opentype/ftxopen.c + pango/opentype/ftxopenf.h: In Load_ChainContextSubst2, + handle the case where an empty class definition + is represented by an offset of 0. - * pango/opentype/ftxgpos.c: Same for Load_ChainContextPos2. + * pango/opentype/ftxgpos.c: Same for Load_ChainContextPos2. - * pango/opentype/{ftxopen.c,ftxgpos.c,ftxgsub.c,ftgdef.c}: - Fix pervasive bug where on cleanups on failure of loading - an array element, all array elements were freed, not - just the ones that had been succesfully loaded. + * pango/opentype/{ftxopen.c,ftxgpos.c,ftxgsub.c,ftgdef.c}: + Fix pervasive bug where on cleanups on failure of loading + an array element, all array elements were freed, not + just the ones that had been succesfully loaded. - src/ftxgdef.c | 24 +++--- - src/ftxgpos.c | 259 + src/ftxgdef.c | 24 +++--- + src/ftxgpos.c | 259 ++++++++++++++++++++++++++++++++++++--------------------- - src/ftxgsub.c | 159 ++++++++++++++++++++--------------- - src/ftxopen.c | 53 ++++++++---- + src/ftxgsub.c | 159 ++++++++++++++++++++--------------- + src/ftxopen.c | 53 ++++++++---- src/ftxopenf.h | 2 + 5 files changed, 306 insertions(+), 191 deletions(-) commit 6050933f336f43453e35246525cfec362bd23acb Author: Owen Taylor -Date: Fri Mar 15 04:22:14 2002 +0000 +Date: Fri Mar 15 04:22:14 2002 +0000 Uncomment GPOS parts. Thu Mar 14 23:05:18 2002 Owen Taylor - * pango/opentype/ftxopen.c: Uncomment GPOS parts. + * pango/opentype/ftxopen.c: Uncomment GPOS parts. - * pango/opentype/disasm.c: Start adding some GPOS - dumping. + * pango/opentype/disasm.c: Start adding some GPOS + dumping. src/disasm.c | 146 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ @@ -54767,7 +58147,7 @@ Date: Fri Mar 15 04:22:14 2002 +0000 commit 973bd60a2526666f68138255b8536d1eaee3c2c2 Author: Sebastian Wilhelmi -Date: Thu Dec 13 17:44:46 2001 +0000 +Date: Thu Dec 13 17:44:46 2001 +0000 Resuming aborted commit @@ -54779,258 +58159,278 @@ Date: Thu Dec 13 17:44:46 2001 +0000 commit 6926ca94255e5d52d99d0d64d126165fc725432d Author: Matthias Clasen -Date: Tue Oct 30 22:09:20 2001 +0000 +Date: Tue Oct 30 22:09:20 2001 +0000 Remove declarations of unimplemented functions - * docs/pango-sections.txt, pango/pango-ot.h: Remove - declarations - of unimplemented functions pango_ot_ruleset_set_glyph_loader - and - pango_ot_ruleset_set_alternate_func and the related typedefs - PangoOTGlyphLoader and PangoOTAlternateFunc. + * docs/pango-sections.txt, pango/pango-ot.h: Remove + declarations + of unimplemented functions pango_ot_ruleset_set_glyph_loader + and + pango_ot_ruleset_set_alternate_func and the related typedefs + PangoOTGlyphLoader and PangoOTAlternateFunc. - * pango/opentype/pango-ot-info.c, - pango/opentype/pango-ot-ruleset.c: Documentation updates. + * pango/opentype/pango-ot-info.c, + pango/opentype/pango-ot-ruleset.c: Documentation updates. - src/pango-ot-info.c | 76 + src/pango-ot-info.c | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++ src/pango-ot-ruleset.c | 27 ++++++++++++++++++ 2 files changed, 103 insertions(+) commit 87a475c09f6b9b391bca37de47a303a62a397b83 Author: Havoc Pennington -Date: Wed Sep 19 21:20:36 2001 +0000 +Date: Wed Sep 19 21:20:36 2001 +0000 header to abstract the difference between FreeType 2.0.3 and 2.0.4 error - 2001-09-19 Havoc Pennington + 2001-09-19 Havoc Pennington - * pango/opentype/fterrcompat.h: header to abstract the difference - between FreeType 2.0.3 and 2.0.4 error codes, based on the - configure check. + * pango/opentype/fterrcompat.h: header to abstract the + difference + between FreeType 2.0.3 and 2.0.4 error codes, based on the + configure check. - * configure.in: check for the tterrors.h header in FreeType 2.0.3, - and define HAVE_FREETYPE_2_0_3 if we have it + * configure.in: check for the tterrors.h header in FreeType + 2.0.3, + and define HAVE_FREETYPE_2_0_3 if we have it - src/Makefile.am | 1 + + src/Makefile.am | 1 + src/fterrcompat.h | 16 ++++++++++++++++ - src/ftxgdef.c | 3 ++- - src/ftxgpos.c | 3 ++- - src/ftxgsub.c | 3 ++- - src/ftxopen.c | 3 ++- - src/pango-ot-info.c | 2 +- + src/ftxgdef.c | 3 ++- + src/ftxgpos.c | 3 ++- + src/ftxgsub.c | 3 ++- + src/ftxopen.c | 3 ++- + src/pango-ot-info.c | 2 +- 7 files changed, 26 insertions(+), 5 deletions(-) commit 9c37226efe2489b4cf9618ec98f581c998aaf9e4 Author: Owen Taylor -Date: Tue Sep 18 20:05:20 2001 +0000 +Date: Tue Sep 18 20:05:20 2001 +0000 Up to 0.19. Tue Sep 18 15:47:08 2001 Owen Taylor - * configure.in (PANGO_MINOR_VERSION): Up to 0.19. + * configure.in (PANGO_MINOR_VERSION): Up to 0.19. - * pango/pango-font.h pango/pango-fontmap.[ch] pango/fonts.c - pango/pangoxft-fontmap.c pango/pangoft-fontmap.c - pango/pango-context.[ch] - pango/pangox-fontmap.c: Add new PangoFontFace and PangoFontFamily - object types, and change the font listing API to list faces and - families, instead of face names and font descriptions. + * pango/pango-font.h pango/pango-fontmap.[ch] pango/fonts.c + pango/pangoxft-fontmap.c pango/pangoft-fontmap.c + pango/pango-context.[ch] + pango/pangox-fontmap.c: Add new PangoFontFace and + PangoFontFamily + object types, and change the font listing API to list + faces and + families, instead of face names and font descriptions. - * pango/pango-font.h pango/fonts.c: Make PangoFontDescription - an opaque heap-allocated structure, add accessors and - convenience functions. + * pango/pango-font.h pango/fonts.c: Make PangoFontDescription + an opaque heap-allocated structure, add accessors and + convenience functions. - * pango/pango-font.h pango/pango-private.h: Make PangoFontMetrics - heap allocated, protect the structure definition with - #ifdef PANGO_ENABLE_BACKEND, and add getters for the fields. + * pango/pango-font.h pango/pango-private.h: Make + PangoFontMetrics + heap allocated, protect the structure definition with + #ifdef PANGO_ENABLE_BACKEND, and add getters for the fields. - * pango/pango-attributes.[ch] ( pango_attr_iterator_get_font): - instead of providing a base font description and one to fill - in, provide a single font description to modify based on - the attributes. + * pango/pango-attributes.[ch] ( pango_attr_iterator_get_font): + instead of providing a base font description and one to fill + in, provide a single font description to modify based on + the attributes. - * pango/pango-attributes.[ch]: Fix PangoAttrFontDesc to have - a PangoFontDescription by reference, not by value. + * pango/pango-attributes.[ch]: Fix PangoAttrFontDesc to have + a PangoFontDescription by reference, not by value. - * pango/pango-utils.[ch]: make pango_parse_style() and friends - take pointers to individual enumerations instead of to a - PangoFontDescription structure. + * pango/pango-utils.[ch]: make pango_parse_style() and friends + take pointers to individual enumerations instead of to a + PangoFontDescription structure. - * pango/*.c: Fix for the PangoFontDescription and PangoFontMetrics - changes. + * pango/*.c: Fix for the PangoFontDescription and + PangoFontMetrics + changes. - * pango/pango-{break,engine,indic,ot,xft}.h pango/Makefile.am - pango/opentype/Makefile.am: Protect portions with - PANGO_ENABLE_ENGINE to shrink the public API. + * pango/pango-{break,engine,indic,ot,xft}.h pango/Makefile.am + pango/opentype/Makefile.am: Protect portions with + PANGO_ENABLE_ENGINE to shrink the public API. - * modules/*/Makefile.am: -DPANGO_ENABLE_ENGINE. + * modules/*/Makefile.am: -DPANGO_ENABLE_ENGINE. - * pango/{pangox.h,pangox-private.h} modules/basic/basic-x.c: Move - pango_x_font_get_unknown_glyph() into public header since it is - used from modules. + * pango/{pangox.h,pangox-private.h} modules/basic/basic-x.c: + Move + pango_x_font_get_unknown_glyph() into public header since + it is + used from modules. - * pango/pango-{context,font,fontmap,modules.utils}.h - pango/Makefile.am: - Protect portions with PANGO_ENABLE_BACKEND to shrink the - public API. + * pango/pango-{context,font,fontmap,modules.utils}.h + pango/Makefile.am: + Protect portions with PANGO_ENABLE_BACKEND to shrink the + public API. - * pango/*.h: Use G_BEGIN/END_DECLS + * pango/*.h: Use G_BEGIN/END_DECLS - * examples/viewer-qt.[cc,h]: Fix for changes to font listing API, - PangoFontDescription. + * examples/viewer-qt.[cc,h]: Fix for changes to font + listing API, + PangoFontDescription. - * pango/pango-indic.h modules/indic/*: Since we install this - header fix it up to Pango conventions, namespece - ZERO_WIDTH_JOINER, ZERO_WIDTH_NON_JOINER. + * pango/pango-indic.h modules/indic/*: Since we install this + header fix it up to Pango conventions, namespece + ZERO_WIDTH_JOINER, ZERO_WIDTH_NON_JOINER. - * docs/pango-sections.txt: Updated. + * docs/pango-sections.txt: Updated. src/Makefile.am | 1 + 1 file changed, 1 insertion(+) commit 7dd0838863f65a8ff2e27d12679c9a289a76aec1 Author: Darin Adler -Date: Thu Jul 12 16:34:40 2001 +0000 +Date: Thu Jul 12 16:34:40 2001 +0000 Remove stray semicolon. - * modules/arabic/arabic-x.c: (arabic_engine_shape): Remove stray - semicolon. + * modules/arabic/arabic-x.c: (arabic_engine_shape): Remove + stray + semicolon. - * modules/arabic/arconv.h: - * modules/arabic/arconv.c: (shape), (doublelig), (arabic_reshape): - Use long* instead of int* for parameter to match what's passed in. + * modules/arabic/arconv.h: + * modules/arabic/arconv.c: (shape), (doublelig), + (arabic_reshape): + Use long* instead of int* for parameter to match what's + passed in. - * modules/indic/bengali-x.c: Add missing include. - (pango_indic_make_ligs): Use local variable that was added but not - ever used. - (pango_indic_engine_shape): Remove unused locals. + * modules/indic/bengali-x.c: Add missing include. + (pango_indic_make_ligs): Use local variable that was added + but not + ever used. + (pango_indic_engine_shape): Remove unused locals. - * modules/indic/devanagari-x.c: Add missing include. - (pango_indic_engine_shape): Remove unused local. + * modules/indic/devanagari-x.c: Add missing + include. + (pango_indic_engine_shape): Remove unused local. - * modules/indic/gujarati-x.c: Add missing include. - (pango_indic_engine_shape): Remove unused local + * modules/indic/gujarati-x.c: Add missing include. + (pango_indic_engine_shape): Remove unused local - * modules/tamil/tamil-x.c: (tamil_engine_shape): Initialize a - variable to quiet the compiler's unused warning. + * modules/tamil/tamil-x.c: (tamil_engine_shape): Initialize a + variable to quiet the compiler's unused warning. - * pango/.cvsignore: Ignore more generated files. + * pango/.cvsignore: Ignore more generated files. - * pango/opentype/ftxgpos.c: (Get_Anchor): Add code to set up the - ap variable. The old code would just use the uninitialized value. + * pango/opentype/ftxgpos.c: (Get_Anchor): Add code to set + up the + ap variable. The old code would just use the uninitialized + value. - * pango/opentype/ftxopen.c: (Load_Coverage): Remove unused local. + * pango/opentype/ftxopen.c: (Load_Coverage): Remove unused + local. - * pango/opentype/pango-ot-ruleset.c: (pango_ot_ruleset_shape): - Remove unused local. + * pango/opentype/pango-ot-ruleset.c: (pango_ot_ruleset_shape): + Remove unused local. - * pango/pango-attributes.c: (pango_attr_list_get_type), - (pango_color_get_type): Add needed function type casts (just - warnings under gcc, but could be errors in other compilers). + * pango/pango-attributes.c: (pango_attr_list_get_type), + (pango_color_get_type): Add needed function type casts (just + warnings under gcc, but could be errors in other compilers). - * pango/pangoxft-font.c: (pango_xft_font_get_metrics), - (pango_xft_font_get_coverage), (pango_xft_get_shaper_map), - (pango_xft_font_find_shaper): Switch from lang char* to - PangoLanguage*. The code was still compiling, but would not have - worked. + * pango/pangoxft-font.c: (pango_xft_font_get_metrics), + (pango_xft_font_get_coverage), (pango_xft_get_shaper_map), + (pango_xft_font_find_shaper): Switch from lang char* to + PangoLanguage*. The code was still compiling, but would + not have + worked. - src/ftxgpos.c | 2 ++ - src/ftxopen.c | 1 - + src/ftxgpos.c | 2 ++ + src/ftxopen.c | 1 - src/pango-ot-ruleset.c | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) commit 68f8a64307441bd3b3d45971ac4dc93f63dedfe8 Author: Owen Taylor -Date: Fri May 18 16:04:40 2001 +0000 +Date: Fri May 18 16:04:40 2001 +0000 Use ISO C99 varargs when available. Fri May 18 11:30:57 2001 Owen Taylor - * pango/opentype/disasm.c: Use ISO C99 varargs when - available. + * pango/opentype/disasm.c: Use ISO C99 varargs when + available. Thu May 17 11:16:23 2001 Owen Taylor - * pango/mapping.c: Fixup docs, remove some FIXMEs that are - no longer applicable. + * pango/mapping.c: Fixup docs, remove some FIXMEs that are + no longer applicable. - * pango/pango-layout.c: Move by graphemes, not characters. + * pango/pango-layout.c: Move by graphemes, not characters. - * pango/pango-layout.c (pango_layout_line_x_to_index): - Position at the closest grapheme boundary, not at character - boundaries. + * pango/pango-layout.c (pango_layout_line_x_to_index): + Position at the closest grapheme boundary, not at character + boundaries. - * pango/pango-layout.c (pango_layout_line_index_to_x): - Return positions of grapheme boundaries, not character - boundaries. + * pango/pango-layout.c (pango_layout_line_index_to_x): + Return positions of grapheme boundaries, not character + boundaries. src/Makefile.am | 2 ++ - src/disasm.c | 5 +++++ + src/disasm.c | 5 +++++ 2 files changed, 7 insertions(+) commit 89eb36ebc6591025c063cb98f0e1b3badde73e9e Author: Owen Taylor -Date: Tue Apr 24 15:47:22 2001 +0000 +Date: Tue Apr 24 15:47:22 2001 +0000 Remove excess call to DONE_Stream left over from conversion from FT1. Tue Apr 24 11:45:55 2001 Owen Taylor - * pango/opentype/ftxgdef.c (TT_Load_GDEF_Table): Remove - excess call to DONE_Stream left over from conversion - from FT1. (reported by Michael Jansson) + * pango/opentype/ftxgdef.c (TT_Load_GDEF_Table): Remove + excess call to DONE_Stream left over from conversion + from FT1. (reported by Michael Jansson) src/ftxgdef.c | 1 - 1 file changed, 1 deletion(-) commit c61a730aaebec751831f8423894de5f4b539d0ec Author: Owen Taylor -Date: Tue Apr 3 19:07:36 2001 +0000 +Date: Tue Apr 3 19:07:36 2001 +0000 Release 0.14 Tue Apr 3 15:05:19 2001 Owen Taylor - * Release 0.14 + * Release 0.14 - * NEWS: updated. + * NEWS: updated. - * pango/pango/opentype/Makefile.am: make dist fixes. + * pango/pango/opentype/Makefile.am: make dist fixes. - * configure.in (PANGO_MINOR_VERSION): Up to 0.14 + * configure.in (PANGO_MINOR_VERSION): Up to 0.14 src/Makefile.am | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) commit 405b878923ed219617c6f643a9aec06175223d16 Author: Tor Lillqvist -Date: Thu Dec 21 19:55:23 2000 +0000 +Date: Thu Dec 21 19:55:23 2000 +0000 Only a script engine here. - 2000-12-21 Tor Lillqvist + 2000-12-21 Tor Lillqvist - * modules/basic/basic-win32.c (script_engine_load): Only a script - engine here. + * modules/basic/basic-win32.c (script_engine_load): Only + a script + engine here. - * pango/makefile.mingw.in: Add the built pango-enum-types.[ch]. + * pango/makefile.mingw.in: Add the built + pango-enum-types.[ch]. - * pango/pango.def - * pango/pangoft2.def: Update. + * pango/pango.def + * pango/pangoft2.def: Update. - * pango/opentype/pango-ot.def - * pango/opentype/makefile.mingw.in: New files. + * pango/opentype/pango-ot.def + * pango/opentype/makefile.mingw.in: New files. - * pango/opentype/Makefile.am (EXTRA_DIST): Add them. + * pango/opentype/Makefile.am (EXTRA_DIST): Add them. - * configure.in (included_modules): Generate - pango/opentype/makefile.mingw. + * configure.in (included_modules): Generate + pango/opentype/makefile.mingw. src/Makefile.am | 4 +++- src/makefile.mingw.in | 43 +++++++++++++++++++++++++++++++++++++++++++ @@ -55040,54 +58440,59 @@ Date: Thu Dec 21 19:55:23 2000 +0000 commit 80a15829135065e16ce5b129c715d10d14b829ba Author: Owen Taylor -Date: Wed Dec 20 04:41:36 2000 +0000 +Date: Wed Dec 20 04:41:36 2000 +0000 Since Xft may only be available statically without shlib deps, check for Tue Dec 19 22:47:16 2000 Owen Taylor - * configure.in pango-config.in pangoxft.pc.in - modules/basic/Makefile.am: Since Xft may only be available - statically without shlib deps, check for FreeType libs explicitly - and include them when linking, otherwise things won't work. Also, - define FREETYPE_CFLAGS from freetype-config --cflags. - - * modules/basic/basic-xft.c pango/pangoxft-font{,map}.c: Fool - Xft into not converting glyph indices by loading the - face unencoded then calling FT_Set_Charmap ourselves. - - * pango/Makefile.am pango/pango-ot.h pango/opentype/* :Add start - of opentype handling - most of the actually meat of the code here - is the OpenType layout code from FreeType 1 ported to freetype2 - and adapted slighlty for our purposes. Also, includes a - incomplete OpenType-table-dumping code useful for figuring - out what is going on. - - * pango/pangoxft.h pango/pangoxft-font.h: Add calls for - getting FT_Face and PangoOTInfo from PangoXftFont. - - * modules/arabic/{Makefile.am,arabic-ot.[ch],arabic-xft.c}: - Initial support for rendering Arabic with OpenType fonts. - - src/.cvsignore | 8 + - src/FT-license.txt | 158 ++ - src/Makefile.am | 39 + - src/README | 36 + - src/disasm.c | 317 +++ - src/disasm.h | 26 + - src/ftxgdef.c | 1155 +++++++++ - src/ftxgdef.h | 220 ++ - src/ftxgpos.c | 6222 + * configure.in pango-config.in pangoxft.pc.in + modules/basic/Makefile.am: Since Xft may only be available + statically without shlib deps, check for FreeType libs + explicitly + and include them when linking, otherwise things won't + work. Also, + define FREETYPE_CFLAGS from freetype-config --cflags. + + * modules/basic/basic-xft.c pango/pangoxft-font{,map}.c: Fool + Xft into not converting glyph indices by loading the + face unencoded then calling FT_Set_Charmap ourselves. + + * pango/Makefile.am pango/pango-ot.h pango/opentype/* + :Add start + of opentype handling - most of the actually meat of the + code here + is the OpenType layout code from FreeType 1 ported to + freetype2 + and adapted slighlty for our purposes. Also, includes a + incomplete OpenType-table-dumping code useful for figuring + out what is going on. + + * pango/pangoxft.h pango/pangoxft-font.h: Add calls for + getting FT_Face and PangoOTInfo from PangoXftFont. + + * modules/arabic/{Makefile.am,arabic-ot.[ch],arabic-xft.c}: + Initial support for rendering Arabic with OpenType fonts. + + src/.cvsignore | 8 + + src/FT-license.txt | 158 ++ + src/Makefile.am | 39 + + src/README | 36 + + src/disasm.c | 317 +++ + src/disasm.h | 26 + + src/ftxgdef.c | 1155 +++++++++ + src/ftxgdef.h | 220 ++ + src/ftxgpos.c | 6222 ++++++++++++++++++++++++++++++++++++++++++++++++ - src/ftxgpos.h | 858 +++++++ - src/ftxgsub.c | 4531 +++++++++++++++++++++++++++++++++++ - src/ftxgsub.h | 612 +++++ - src/ftxopen.c | 1467 ++++++++++++ - src/ftxopen.h | 308 +++ - src/ftxopenf.h | 161 ++ - src/ottest.c | 265 +++ - src/pango-ot-info.c | 438 ++++ + src/ftxgpos.h | 858 +++++++ + src/ftxgsub.c | 4531 +++++++++++++++++++++++++++++++++++ + src/ftxgsub.h | 612 +++++ + src/ftxopen.c | 1467 ++++++++++++ + src/ftxopen.h | 308 +++ + src/ftxopenf.h | 161 ++ + src/ottest.c | 265 +++ + src/pango-ot-info.c | 438 ++++ src/pango-ot-private.h | 98 + src/pango-ot-ruleset.c | 232 ++ 19 files changed, 17151 insertions(+) diff --git a/Makefile.am b/Makefile.am index d56a151..1d8f2e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,9 +9,9 @@ SUBDIRS = src util test docs win32 EXTRA_DIST = \ autogen.sh \ harfbuzz.doap \ - Android.mk \ README.python \ BUILD.md \ + CMakeLists.txt \ $(NULL) MAINTAINERCLEANFILES = \ diff --git a/Makefile.in b/Makefile.in index e817519..138a0de 100644 --- a/Makefile.in +++ b/Makefile.in @@ -377,9 +377,9 @@ SUBDIRS = src util test docs win32 EXTRA_DIST = \ autogen.sh \ harfbuzz.doap \ - Android.mk \ README.python \ BUILD.md \ + CMakeLists.txt \ $(NULL) MAINTAINERCLEANFILES = \ diff --git a/NEWS b/NEWS index 6f46119..9c7e7d3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,163 @@ +Overview of changes leading to 1.4.6 +Sunday, April 23, 2017 +==================================== + +- Graphite2: Fix RTL positioning issue. +- Backlist GDEF of more versions of Padauk and Tahoma. +- New, experimental, cmake alternative build system. + + +Overview of changes leading to 1.4.5 +Friday, March 10, 2017 +==================================== + +- Revert "Fix Context lookup application when moving back after a glyph..." + This introduced memory access problems. To be fixed properly soon. + + +Overview of changes leading to 1.4.4 +Sunday, March 5, 2017 +==================================== + +- Fix Context lookup application when moving back after a glyph deletion. +- Fix buffer-overrun in Bengali. + + +Overview of changes leading to 1.4.3 +Saturday, February 25, 2017 +==================================== + +- Route Adlam script to Arabic shaper. +- Misc fixes. +- New API: + hb_font_set_face() +- Deprecate API: + hb_graphite2_font_get_gr_font() + + +Overview of changes leading to 1.4.2 +Monday, January 23, 2017 +==================================== + +- Implement OpenType Font Variation tables avar/fvar/HVAR/VVAR. +- hb-shape and hb-view now accept --variations. +- New API: + +hb_variation_t +hb_variation_from_string() +hb_variation_to_string() + +hb_font_set_variations() +hb_font_set_var_coords_design() +hb_font_get_var_coords_normalized() + +hb-ot-var.h: +hb_ot_var_axis_t +hb_ot_var_has_data() +hb_ot_var_get_axis_count() +hb_ot_var_get_axes() +hb_ot_var_find_axis() +hb_ot_var_normalize_variations() +hb_ot_var_normalize_coords() + +- MVAR to be implemented later. Access to named instances to be + implemented later as well. + +- Misc fixes. + + +Overview of changes leading to 1.4.1 +Thursday, January 5, 2017 +==================================== + +- Always build and use UCDN for Unicode data by default. + Reduces dependence on version of Unicode data in glib, + specially in the Windows bundles we are shipping, which + have very old glib. + + +Overview of changes leading to 1.4.0 +Thursday, January 5, 2017 +==================================== + +- Merged "OpenType GX" branch which adds core of support for + OpenType 1.8 Font Variations. To that extent, the relevant + new API is: + +New API: +hb_font_set_var_coords_normalized() + + with supporting API: + +New API: +HB_OT_LAYOUT_NO_VARIATIONS_INDEX +hb_ot_layout_table_find_feature_variations() +hb_ot_layout_feature_with_variations_get_lookups() +hb_shape_plan_create2() +hb_shape_plan_create_cached2() + + Currently variations in GSUB/GPOS/GDEF are fully supported, + and no other tables are supported. In particular, fvar/avar + are NOT supported, hence the hb_font_set_var_coords_normalized() + taking normalized coordinates. API to take design coordinates + will be added in the future. + + HVAR/VVAR/MVAR support will also be added to hb-ot-font in the + future. + +- Fix regression in GDEF glyph class processing. +- Add decompositions for Chakma, Limbu, and Balinese in USE shaper. +- Misc fixes. + + +Overview of changes leading to 1.3.4 +Monday, December 5, 2016 +==================================== + +- Fix vertical glyph origin in hb-ot-font. +- Implement CBDT/CBLC color font glyph extents in hb-ot-font. + + +Overview of changes leading to 1.3.3 +Wednesday, September 28, 2016 +==================================== + +- Implement parsing of OpenType MATH table. +New API: +HB_OT_TAG_MATH +HB_OT_MATH_SCRIPT +hb_ot_math_constant_t +hb_ot_math_kern_t +hb_ot_math_glyph_variant_t +hb_ot_math_glyph_part_flags_t +hb_ot_math_glyph_part_t +hb_ot_math_has_data +hb_ot_math_get_constant +hb_ot_math_get_glyph_italics_correction +hb_ot_math_get_glyph_top_accent_attachment +hb_ot_math_get_glyph_kerning +hb_ot_math_is_glyph_extended_shape +hb_ot_math_get_glyph_variants +hb_ot_math_get_min_connector_overlap +hb_ot_math_get_glyph_assembly + + +Overview of changes leading to 1.3.2 +Wednesday, September 27, 2016 +==================================== + +- Fix build of hb-coretext on older OS X versions. + + +Overview of changes leading to 1.3.1 +Wednesday, September 7, 2016 +==================================== + +- Blacklist bad GDEF of more fonts (Padauk). +- More CoreText backend crash fixes with OS X 10.9.5. +- Misc fixes. + + Overview of changes leading to 1.3.0 Thursday, July 21, 2016 ==================================== diff --git a/README b/README index 3fcdfb4..69a1bdd 100644 --- a/README +++ b/README @@ -1,4 +1,5 @@ [![Build Status](https://travis-ci.org/behdad/harfbuzz.svg)](https://travis-ci.org/behdad/harfbuzz) +[![Build Status](https://ci.appveyor.com/api/projects/status/4oaq58ns2h0m2soa?svg=true)](https://ci.appveyor.com/project/behdad/harfbuzz) [![Coverage Status](https://img.shields.io/coveralls/behdad/harfbuzz.svg)](https://coveralls.io/r/behdad/harfbuzz) [ABI Tracker](http://abi-laboratory.pro/tracker/timeline/harfbuzz/) diff --git a/config.h.in b/config.h.in index c4ca473..0e85859 100644 --- a/config.h.in +++ b/config.h.in @@ -33,6 +33,9 @@ /* Have FreeType 2 library */ #undef HAVE_FREETYPE +/* Define to 1 if you have the `FT_Get_Var_Blend_Coordinates' function. */ +#undef HAVE_FT_GET_VAR_BLEND_COORDINATES + /* Define to 1 if you have the `getpagesize' function. */ #undef HAVE_GETPAGESIZE @@ -154,3 +157,46 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS + +/* Enable extensions on AIX 3, Interix. */ +#ifndef _ALL_SOURCE +# undef _ALL_SOURCE +#endif +/* Enable GNU extensions on systems that have them. */ +#ifndef _GNU_SOURCE +# undef _GNU_SOURCE +#endif +/* Enable threading extensions on Solaris. */ +#ifndef _POSIX_PTHREAD_SEMANTICS +# undef _POSIX_PTHREAD_SEMANTICS +#endif +/* Enable extensions on HP NonStop. */ +#ifndef _TANDEM_SOURCE +# undef _TANDEM_SOURCE +#endif +/* Enable general extensions on Solaris. */ +#ifndef __EXTENSIONS__ +# undef __EXTENSIONS__ +#endif + + +/* Enable large inode numbers on Mac OS X 10.5. */ +#ifndef _DARWIN_USE_64_BIT_INODE +# define _DARWIN_USE_64_BIT_INODE 1 +#endif + +/* Number of bits in a file offset, on hosts where this is settable. */ +#undef _FILE_OFFSET_BITS + +/* Define for large files, on AIX-style hosts. */ +#undef _LARGE_FILES + +/* Define to 1 if on MINIX. */ +#undef _MINIX + +/* Define to 2 if the system does not provide POSIX.1 features except with + this defined. */ +#undef _POSIX_1_SOURCE + +/* Define to 1 if you need to in order for `stat' and other things to work. */ +#undef _POSIX_SOURCE diff --git a/configure b/configure index 04b284b..ab93f6c 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for HarfBuzz 1.3.0. +# Generated by GNU Autoconf 2.69 for HarfBuzz 1.4.6. # # Report bugs to . # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='HarfBuzz' PACKAGE_TARNAME='harfbuzz' -PACKAGE_VERSION='1.3.0' -PACKAGE_STRING='HarfBuzz 1.3.0' +PACKAGE_VERSION='1.4.6' +PACKAGE_STRING='HarfBuzz 1.4.6' PACKAGE_BUGREPORT='https://github.com/behdad/harfbuzz/issues/new' PACKAGE_URL='http://harfbuzz.org/' @@ -873,6 +873,7 @@ enable_fast_install with_gnu_ld with_sysroot enable_libtool_lock +enable_largefile with_html_dir enable_gtk_doc enable_gtk_doc_html @@ -883,6 +884,7 @@ enable_introspection with_cairo with_fontconfig with_icu +with_ucdn with_graphite2 with_freetype with_uniscribe @@ -1461,7 +1463,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures HarfBuzz 1.3.0 to adapt to many kinds of systems. +\`configure' configures HarfBuzz 1.4.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1531,7 +1533,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of HarfBuzz 1.3.0:";; + short | recursive ) echo "Configuration of HarfBuzz 1.4.6:";; esac cat <<\_ACEOF @@ -1550,6 +1552,7 @@ Optional Features: --enable-fast-install[=PKGS] optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) + --disable-largefile omit support for large files --enable-gtk-doc use gtk-doc to build documentation [[default=no]] --enable-gtk-doc-html build documentation in html format [[default=yes]] --enable-gtk-doc-pdf build documentation in pdf format [[default=no]] @@ -1575,6 +1578,7 @@ Optional Packages: Use fontconfig [default=auto] --with-icu=[yes/no/builtin/auto] Use ICU [default=auto] + --with-ucdn=[yes/no] Use builtin UCDN library [default=yes] --with-graphite2=[yes/no/auto] Use the graphite2 library [default=no] --with-freetype=[yes/no/auto] @@ -1699,7 +1703,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -HarfBuzz configure 1.3.0 +HarfBuzz configure 1.4.6 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1974,6 +1978,97 @@ $as_echo "$ac_res" >&6; } } # ac_fn_c_check_func +# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES +# ------------------------------------------------------- +# Tests whether HEADER exists, giving a warning if it cannot be compiled using +# the include files in INCLUDES and setting the cache variable VAR +# accordingly. +ac_fn_c_check_header_mongrel () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if eval \${$3+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +else + # Is the header compilable? +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 +$as_echo_n "checking $2 usability... " >&6; } +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +#include <$2> +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_header_compiler=yes +else + ac_header_compiler=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } + +# Is the header present? +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 +$as_echo_n "checking $2 presence... " >&6; } +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include <$2> +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + ac_header_preproc=yes +else + ac_header_preproc=no +fi +rm -f conftest.err conftest.i conftest.$ac_ext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( + yes:no: ) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} + ;; + no:yes:* ) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} +( $as_echo "## ------------------------------------------------------------ ## +## Report this to https://github.com/behdad/harfbuzz/issues/new ## +## ------------------------------------------------------------ ##" + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + eval "$3=\$ac_header_compiler" +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_header_mongrel + # ac_fn_cxx_try_compile LINENO # ---------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. @@ -2095,97 +2190,6 @@ fi } # ac_fn_cxx_try_link -# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES -# ------------------------------------------------------- -# Tests whether HEADER exists, giving a warning if it cannot be compiled using -# the include files in INCLUDES and setting the cache variable VAR -# accordingly. -ac_fn_c_check_header_mongrel () -{ - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - if eval \${$3+:} false; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 -$as_echo_n "checking for $2... " >&6; } -if eval \${$3+:} false; then : - $as_echo_n "(cached) " >&6 -fi -eval ac_res=\$$3 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -$as_echo "$ac_res" >&6; } -else - # Is the header compilable? -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 -$as_echo_n "checking $2 usability... " >&6; } -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -$4 -#include <$2> -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_header_compiler=yes -else - ac_header_compiler=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 -$as_echo "$ac_header_compiler" >&6; } - -# Is the header present? -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 -$as_echo_n "checking $2 presence... " >&6; } -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <$2> -_ACEOF -if ac_fn_c_try_cpp "$LINENO"; then : - ac_header_preproc=yes -else - ac_header_preproc=no -fi -rm -f conftest.err conftest.i conftest.$ac_ext -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 -$as_echo "$ac_header_preproc" >&6; } - -# So? What about this header? -case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( - yes:no: ) - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 -$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 -$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} - ;; - no:yes:* ) - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 -$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 -$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 -$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 -$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 -$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} -( $as_echo "## ------------------------------------------------------------ ## -## Report this to https://github.com/behdad/harfbuzz/issues/new ## -## ------------------------------------------------------------ ##" - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; -esac - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 -$as_echo_n "checking for $2... " >&6; } -if eval \${$3+:} false; then : - $as_echo_n "(cached) " >&6 -else - eval "$3=\$ac_header_compiler" -fi -eval ac_res=\$$3 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -$as_echo "$ac_res" >&6; } -fi - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno - -} # ac_fn_c_check_header_mongrel - # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES # -------------------------------------------- # Tries to find the compile-time value of EXPR in a program that includes @@ -2517,7 +2521,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by HarfBuzz $as_me 1.3.0, which was +It was created by HarfBuzz $as_me 1.4.6, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3386,7 +3390,7 @@ fi # Define the identity of the package. PACKAGE='harfbuzz' - VERSION='1.3.0' + VERSION='1.4.6' # Some tools Automake needs. @@ -12443,6 +12447,67 @@ CC="$lt_save_CC" # Check for programs + + ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" +if test "x$ac_cv_header_minix_config_h" = xyes; then : + MINIX=yes +else + MINIX= +fi + + + if test "$MINIX" = yes; then + +$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h + + +$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h + + +$as_echo "#define _MINIX 1" >>confdefs.h + + fi + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 +$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } +if ${ac_cv_safe_to_define___extensions__+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +# define __EXTENSIONS__ 1 + $ac_includes_default +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_safe_to_define___extensions__=yes +else + ac_cv_safe_to_define___extensions__=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5 +$as_echo "$ac_cv_safe_to_define___extensions__" >&6; } + test $ac_cv_safe_to_define___extensions__ = yes && + $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h + + $as_echo "#define _ALL_SOURCE 1" >>confdefs.h + + $as_echo "#define _GNU_SOURCE 1" >>confdefs.h + + $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h + + $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h + + ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -16755,6 +16820,206 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu +# Check whether --enable-largefile was given. +if test "${enable_largefile+set}" = set; then : + enableval=$enable_largefile; +fi + +if test "$enable_largefile" != no; then + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 +$as_echo_n "checking for special C compiler options needed for large files... " >&6; } +if ${ac_cv_sys_largefile_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_cv_sys_largefile_CC=no + if test "$GCC" != yes; then + ac_save_CC=$CC + while :; do + # IRIX 6.2 and later do not support large files by default, + # so use the C compiler's -n32 option if that helps. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + /* Check that off_t can represent 2**63 - 1 correctly. + We can't simply define LARGE_OFF_T to be 9223372036854775807, + since some C++ compilers masquerading as C compilers + incorrectly reject 9223372036854775807. */ +#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) + int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 + && LARGE_OFF_T % 2147483647 == 1) + ? 1 : -1]; +int +main () +{ + + ; + return 0; +} +_ACEOF + if ac_fn_c_try_compile "$LINENO"; then : + break +fi +rm -f core conftest.err conftest.$ac_objext + CC="$CC -n32" + if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_sys_largefile_CC=' -n32'; break +fi +rm -f core conftest.err conftest.$ac_objext + break + done + CC=$ac_save_CC + rm -f conftest.$ac_ext + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5 +$as_echo "$ac_cv_sys_largefile_CC" >&6; } + if test "$ac_cv_sys_largefile_CC" != no; then + CC=$CC$ac_cv_sys_largefile_CC + fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 +$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } +if ${ac_cv_sys_file_offset_bits+:} false; then : + $as_echo_n "(cached) " >&6 +else + while :; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + /* Check that off_t can represent 2**63 - 1 correctly. + We can't simply define LARGE_OFF_T to be 9223372036854775807, + since some C++ compilers masquerading as C compilers + incorrectly reject 9223372036854775807. */ +#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) + int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 + && LARGE_OFF_T % 2147483647 == 1) + ? 1 : -1]; +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_sys_file_offset_bits=no; break +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#define _FILE_OFFSET_BITS 64 +#include + /* Check that off_t can represent 2**63 - 1 correctly. + We can't simply define LARGE_OFF_T to be 9223372036854775807, + since some C++ compilers masquerading as C compilers + incorrectly reject 9223372036854775807. */ +#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) + int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 + && LARGE_OFF_T % 2147483647 == 1) + ? 1 : -1]; +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_sys_file_offset_bits=64; break +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_cv_sys_file_offset_bits=unknown + break +done +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5 +$as_echo "$ac_cv_sys_file_offset_bits" >&6; } +case $ac_cv_sys_file_offset_bits in #( + no | unknown) ;; + *) +cat >>confdefs.h <<_ACEOF +#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits +_ACEOF +;; +esac +rm -rf conftest* + if test $ac_cv_sys_file_offset_bits = unknown; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 +$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } +if ${ac_cv_sys_large_files+:} false; then : + $as_echo_n "(cached) " >&6 +else + while :; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + /* Check that off_t can represent 2**63 - 1 correctly. + We can't simply define LARGE_OFF_T to be 9223372036854775807, + since some C++ compilers masquerading as C compilers + incorrectly reject 9223372036854775807. */ +#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) + int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 + && LARGE_OFF_T % 2147483647 == 1) + ? 1 : -1]; +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_sys_large_files=no; break +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#define _LARGE_FILES 1 +#include + /* Check that off_t can represent 2**63 - 1 correctly. + We can't simply define LARGE_OFF_T to be 9223372036854775807, + since some C++ compilers masquerading as C compilers + incorrectly reject 9223372036854775807. */ +#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) + int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 + && LARGE_OFF_T % 2147483647 == 1) + ? 1 : -1]; +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_sys_large_files=1; break +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_cv_sys_large_files=unknown + break +done +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5 +$as_echo "$ac_cv_sys_large_files" >&6; } +case $ac_cv_sys_large_files in #( + no | unknown) ;; + *) +cat >>confdefs.h <<_ACEOF +#define _LARGE_FILES $ac_cv_sys_large_files +_ACEOF +;; +esac +rm -rf conftest* + fi + + +fi + if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then @@ -16884,9 +17149,9 @@ GIT=${GIT-"${am_missing_run}git"} HB_VERSION_MAJOR=1 -HB_VERSION_MINOR=3 -HB_VERSION_MICRO=0 -HB_VERSION=1.3.0 +HB_VERSION_MINOR=4 +HB_VERSION_MICRO=6 +HB_VERSION=1.4.6 @@ -16897,7 +17162,7 @@ HB_VERSION=1.3.0 -HB_LIBTOOL_VERSION_INFO=10300:0:10300 +HB_LIBTOOL_VERSION_INFO=10400:6:10400 # Documentation @@ -17404,6 +17669,8 @@ have_pthread=false if test "$hb_os_win32" = no; then + + ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -17413,19 +17680,23 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu ax_pthread_ok=no # We used to check for pthread.h first, but this fails if pthread.h -# requires special compiler flags (e.g. on True64 or Sequent). +# requires special compiler flags (e.g. on Tru64 or Sequent). # It gets checked for in the link test anyway. # First of all, check if the user has set any of the PTHREAD_LIBS, # etcetera environment variables, and if threads linking works using # them: -if test x"$PTHREAD_LIBS$PTHREAD_CFLAGS" != x; then - save_CFLAGS="$CFLAGS" +if test "x$PTHREAD_CFLAGS$PTHREAD_LIBS" != "x"; then + ax_pthread_save_CC="$CC" + ax_pthread_save_CFLAGS="$CFLAGS" + ax_pthread_save_LIBS="$LIBS" + if test "x$PTHREAD_CC" != "x"; then : + CC="$PTHREAD_CC" +fi CFLAGS="$CFLAGS $PTHREAD_CFLAGS" - save_LIBS="$LIBS" LIBS="$PTHREAD_LIBS $LIBS" - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS" >&5 -$as_echo_n "checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS... " >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_join using $CC $PTHREAD_CFLAGS $PTHREAD_LIBS" >&5 +$as_echo_n "checking for pthread_join using $CC $PTHREAD_CFLAGS $PTHREAD_LIBS... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -17451,12 +17722,13 @@ rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_ok" >&5 $as_echo "$ax_pthread_ok" >&6; } - if test x"$ax_pthread_ok" = xno; then + if test "x$ax_pthread_ok" = "xno"; then PTHREAD_LIBS="" PTHREAD_CFLAGS="" fi - LIBS="$save_LIBS" - CFLAGS="$save_CFLAGS" + CC="$ax_pthread_save_CC" + CFLAGS="$ax_pthread_save_CFLAGS" + LIBS="$ax_pthread_save_LIBS" fi # We must check for the threads library under a number of different @@ -17469,7 +17741,7 @@ fi # which indicates that we try without any flags at all, and "pthread-config" # which is a program returning the flags for the Pth emulation library. -ax_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config" +ax_pthread_flags="pthreads none -Kthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config" # The ordering *is* (sometimes) important. Some notes on the # individual items follow: @@ -17478,51 +17750,257 @@ ax_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mt # none: in case threads are in libc; should be tried before -Kthread and # other compiler flags to prevent continual compiler warnings # -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h) -# -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able) -# lthread: LinuxThreads port on FreeBSD (also preferred to -pthread) -# -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads) -# -pthreads: Solaris/gcc -# -mthreads: Mingw32/gcc, Lynx/gcc +# -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads), Tru64 +# (Note: HP C rejects this with "bad form for `-t' option") +# -pthreads: Solaris/gcc (Note: HP C also rejects) # -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it -# doesn't hurt to check since this sometimes defines pthreads too; -# also defines -D_REENTRANT) -# ... -mt is also the pthreads flag for HP/aCC +# doesn't hurt to check since this sometimes defines pthreads and +# -D_REENTRANT too), HP C (must be checked before -lpthread, which +# is present but should not be used directly; and before -mthreads, +# because the compiler interprets this as "-mt" + "-hreads") +# -mthreads: Mingw32/gcc, Lynx/gcc # pthread: Linux, etcetera # --thread-safe: KAI C++ # pthread-config: use pthread-config program (for GNU Pth library) -case ${host_os} in +case $host_os in + + freebsd*) + + # -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able) + # lthread: LinuxThreads port on FreeBSD (also preferred to -pthread) + + ax_pthread_flags="-kthread lthread $ax_pthread_flags" + ;; + + hpux*) + + # From the cc(1) man page: "[-mt] Sets various -D flags to enable + # multi-threading and also sets -lpthread." + + ax_pthread_flags="-mt -pthread pthread $ax_pthread_flags" + ;; + + openedition*) + + # IBM z/OS requires a feature-test macro to be defined in order to + # enable POSIX threads at all, so give the user a hint if this is + # not set. (We don't define these ourselves, as they can affect + # other portions of the system API in unpredictable ways.) + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +# if !defined(_OPEN_THREADS) && !defined(_UNIX03_THREADS) + AX_PTHREAD_ZOS_MISSING +# endif + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "AX_PTHREAD_ZOS_MISSING" >/dev/null 2>&1; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: IBM z/OS requires -D_OPEN_THREADS or -D_UNIX03_THREADS to enable pthreads support." >&5 +$as_echo "$as_me: WARNING: IBM z/OS requires -D_OPEN_THREADS or -D_UNIX03_THREADS to enable pthreads support." >&2;} +fi +rm -f conftest* + + ;; + solaris*) # On Solaris (at least, for some versions), libc contains stubbed # (non-functional) versions of the pthreads routines, so link-based - # tests will erroneously succeed. (We need to link with -pthreads/-mt/ - # -lpthread.) (The stubs are missing pthread_cleanup_push, or rather - # a function called by this macro, so we could check for that, but - # who knows whether they'll stub that too in a future libc.) So, - # we'll just look for -pthreads and -lpthread first: + # tests will erroneously succeed. (N.B.: The stubs are missing + # pthread_cleanup_push, or rather a function called by this macro, + # so we could check for that, but who knows whether they'll stub + # that too in a future libc.) So we'll check first for the + # standard Solaris way of linking pthreads (-mt -lpthread). - ax_pthread_flags="-pthreads pthread -mt -pthread $ax_pthread_flags" + ax_pthread_flags="-mt,pthread pthread $ax_pthread_flags" ;; +esac + +# GCC generally uses -pthread, or -pthreads on some platforms (e.g. SPARC) + +if test "x$GCC" = "xyes"; then : + ax_pthread_flags="-pthread -pthreads $ax_pthread_flags" +fi + +# The presence of a feature test macro requesting re-entrant function +# definitions is, on some systems, a strong hint that pthreads support is +# correctly enabled - darwin*) - ax_pthread_flags="-pthread $ax_pthread_flags" +case $host_os in + darwin* | hpux* | linux* | osf* | solaris*) + ax_pthread_check_macro="_REENTRANT" + ;; + + aix*) + ax_pthread_check_macro="_THREAD_SAFE" + ;; + + *) + ax_pthread_check_macro="--" ;; esac +if test "x$ax_pthread_check_macro" = "x--"; then : + ax_pthread_check_cond=0 +else + ax_pthread_check_cond="!defined($ax_pthread_check_macro)" +fi + +# Are we compiling with Clang? + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC is Clang" >&5 +$as_echo_n "checking whether $CC is Clang... " >&6; } +if ${ax_cv_PTHREAD_CLANG+:} false; then : + $as_echo_n "(cached) " >&6 +else + ax_cv_PTHREAD_CLANG=no + # Note that Autoconf sets GCC=yes for Clang as well as GCC + if test "x$GCC" = "xyes"; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +/* Note: Clang 2.7 lacks __clang_[a-z]+__ */ +# if defined(__clang__) && defined(__llvm__) + AX_PTHREAD_CC_IS_CLANG +# endif + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "AX_PTHREAD_CC_IS_CLANG" >/dev/null 2>&1; then : + ax_cv_PTHREAD_CLANG=yes +fi +rm -f conftest* + + fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_PTHREAD_CLANG" >&5 +$as_echo "$ax_cv_PTHREAD_CLANG" >&6; } +ax_pthread_clang="$ax_cv_PTHREAD_CLANG" + +ax_pthread_clang_warning=no + +# Clang needs special handling, because older versions handle the -pthread +# option in a rather... idiosyncratic way + +if test "x$ax_pthread_clang" = "xyes"; then + + # Clang takes -pthread; it has never supported any other flag + + # (Note 1: This will need to be revisited if a system that Clang + # supports has POSIX threads in a separate library. This tends not + # to be the way of modern systems, but it's conceivable.) + + # (Note 2: On some systems, notably Darwin, -pthread is not needed + # to get POSIX threads support; the API is always present and + # active. We could reasonably leave PTHREAD_CFLAGS empty. But + # -pthread does define _REENTRANT, and while the Darwin headers + # ignore this macro, third-party headers might not.) + + PTHREAD_CFLAGS="-pthread" + PTHREAD_LIBS= + + ax_pthread_ok=yes + + # However, older versions of Clang make a point of warning the user + # that, in an invocation where only linking and no compilation is + # taking place, the -pthread option has no effect ("argument unused + # during compilation"). They expect -pthread to be passed in only + # when source code is being compiled. + # + # Problem is, this is at odds with the way Automake and most other + # C build frameworks function, which is that the same flags used in + # compilation (CFLAGS) are also used in linking. Many systems + # supported by AX_PTHREAD require exactly this for POSIX threads + # support, and in fact it is often not straightforward to specify a + # flag that is used only in the compilation phase and not in + # linking. Such a scenario is extremely rare in practice. + # + # Even though use of the -pthread flag in linking would only print + # a warning, this can be a nuisance for well-run software projects + # that build with -Werror. So if the active version of Clang has + # this misfeature, we search for an option to squash it. + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Clang needs flag to prevent \"argument unused\" warning when linking with -pthread" >&5 +$as_echo_n "checking whether Clang needs flag to prevent \"argument unused\" warning when linking with -pthread... " >&6; } +if ${ax_cv_PTHREAD_CLANG_NO_WARN_FLAG+:} false; then : + $as_echo_n "(cached) " >&6 +else + ax_cv_PTHREAD_CLANG_NO_WARN_FLAG=unknown + # Create an alternate version of $ac_link that compiles and + # links in two steps (.c -> .o, .o -> exe) instead of one + # (.c -> exe), because the warning occurs only in the second + # step + ax_pthread_save_ac_link="$ac_link" + ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g' + ax_pthread_link_step=`$as_echo "$ac_link" | sed "$ax_pthread_sed"` + ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)" + ax_pthread_save_CFLAGS="$CFLAGS" + for ax_pthread_try in '' -Qunused-arguments -Wno-unused-command-line-argument unknown; do + if test "x$ax_pthread_try" = "xunknown"; then : + break +fi + CFLAGS="-Werror -Wunknown-warning-option $ax_pthread_try -pthread $ax_pthread_save_CFLAGS" + ac_link="$ax_pthread_save_ac_link" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +int main(void){return 0;} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_link="$ax_pthread_2step_ac_link" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +int main(void){return 0;} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + break +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext -if test x"$ax_pthread_ok" = xno; then -for flag in $ax_pthread_flags; do +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + done + ac_link="$ax_pthread_save_ac_link" + CFLAGS="$ax_pthread_save_CFLAGS" + if test "x$ax_pthread_try" = "x"; then : + ax_pthread_try=no +fi + ax_cv_PTHREAD_CLANG_NO_WARN_FLAG="$ax_pthread_try" + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_PTHREAD_CLANG_NO_WARN_FLAG" >&5 +$as_echo "$ax_cv_PTHREAD_CLANG_NO_WARN_FLAG" >&6; } + + case "$ax_cv_PTHREAD_CLANG_NO_WARN_FLAG" in + no | unknown) ;; + *) PTHREAD_CFLAGS="$ax_cv_PTHREAD_CLANG_NO_WARN_FLAG $PTHREAD_CFLAGS" ;; + esac + +fi # $ax_pthread_clang = yes - case $flag in +if test "x$ax_pthread_ok" = "xno"; then +for ax_pthread_try_flag in $ax_pthread_flags; do + + case $ax_pthread_try_flag in none) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work without any flags" >&5 $as_echo_n "checking whether pthreads work without any flags... " >&6; } ;; + -mt,pthread) + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work with -mt -lpthread" >&5 +$as_echo_n "checking whether pthreads work with -mt -lpthread... " >&6; } + PTHREAD_CFLAGS="-mt" + PTHREAD_LIBS="-lpthread" + ;; + -*) - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work with $flag" >&5 -$as_echo_n "checking whether pthreads work with $flag... " >&6; } - PTHREAD_CFLAGS="$flag" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work with $ax_pthread_try_flag" >&5 +$as_echo_n "checking whether pthreads work with $ax_pthread_try_flag... " >&6; } + PTHREAD_CFLAGS="$ax_pthread_try_flag" ;; pthread-config) @@ -17564,22 +18042,24 @@ $as_echo "no" >&6; } fi - if test x"$ax_pthread_config" = xno; then continue; fi + if test "x$ax_pthread_config" = "xno"; then : + continue +fi PTHREAD_CFLAGS="`pthread-config --cflags`" PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`" ;; *) - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the pthreads library -l$flag" >&5 -$as_echo_n "checking for the pthreads library -l$flag... " >&6; } - PTHREAD_LIBS="-l$flag" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the pthreads library -l$ax_pthread_try_flag" >&5 +$as_echo_n "checking for the pthreads library -l$ax_pthread_try_flag... " >&6; } + PTHREAD_LIBS="-l$ax_pthread_try_flag" ;; esac - save_LIBS="$LIBS" - save_CFLAGS="$CFLAGS" - LIBS="$PTHREAD_LIBS $LIBS" + ax_pthread_save_CFLAGS="$CFLAGS" + ax_pthread_save_LIBS="$LIBS" CFLAGS="$CFLAGS $PTHREAD_CFLAGS" + LIBS="$PTHREAD_LIBS $LIBS" # Check for various functions. We must include pthread.h, # since some functions may be macros. (On the Sequent, we @@ -17590,9 +18070,13 @@ $as_echo_n "checking for the pthreads library -l$flag... " >&6; } # pthread_cleanup_push because it is one of the few pthread # functions on Solaris that doesn't have a non-functional libc stub. # We try pthread_create on general principles. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include +# if $ax_pthread_check_cond +# error "$ax_pthread_check_macro must be defined" +# endif static void routine(void *a) { a = 0; } static void *start_routine(void *a) { return a; } int @@ -17614,14 +18098,14 @@ fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext - LIBS="$save_LIBS" - CFLAGS="$save_CFLAGS" + CFLAGS="$ax_pthread_save_CFLAGS" + LIBS="$ax_pthread_save_LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_ok" >&5 $as_echo "$ax_pthread_ok" >&6; } - if test "x$ax_pthread_ok" = xyes; then - break; - fi + if test "x$ax_pthread_ok" = "xyes"; then : + break +fi PTHREAD_LIBS="" PTHREAD_CFLAGS="" @@ -17629,74 +18113,82 @@ done fi # Various other checks: -if test "x$ax_pthread_ok" = xyes; then - save_LIBS="$LIBS" - LIBS="$PTHREAD_LIBS $LIBS" - save_CFLAGS="$CFLAGS" +if test "x$ax_pthread_ok" = "xyes"; then + ax_pthread_save_CFLAGS="$CFLAGS" + ax_pthread_save_LIBS="$LIBS" CFLAGS="$CFLAGS $PTHREAD_CFLAGS" + LIBS="$PTHREAD_LIBS $LIBS" # Detect AIX lossage: JOINABLE attribute is called UNDETACHED. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for joinable pthread attribute" >&5 $as_echo_n "checking for joinable pthread attribute... " >&6; } - attr_name=unknown - for attr in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED; do - cat confdefs.h - <<_ACEOF >conftest.$ac_ext +if ${ax_cv_PTHREAD_JOINABLE_ATTR+:} false; then : + $as_echo_n "(cached) " >&6 +else + ax_cv_PTHREAD_JOINABLE_ATTR=unknown + for ax_pthread_attr in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { -int attr = $attr; return attr /* ; */ +int attr = $ax_pthread_attr; return attr /* ; */ ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - attr_name=$attr; break + ax_cv_PTHREAD_JOINABLE_ATTR=$ax_pthread_attr; break fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext - done - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $attr_name" >&5 -$as_echo "$attr_name" >&6; } - if test "$attr_name" != PTHREAD_CREATE_JOINABLE; then + done + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_PTHREAD_JOINABLE_ATTR" >&5 +$as_echo "$ax_cv_PTHREAD_JOINABLE_ATTR" >&6; } + if test "x$ax_cv_PTHREAD_JOINABLE_ATTR" != "xunknown" && \ + test "x$ax_cv_PTHREAD_JOINABLE_ATTR" != "xPTHREAD_CREATE_JOINABLE" && \ + test "x$ax_pthread_joinable_attr_defined" != "xyes"; then : cat >>confdefs.h <<_ACEOF -#define PTHREAD_CREATE_JOINABLE $attr_name +#define PTHREAD_CREATE_JOINABLE $ax_cv_PTHREAD_JOINABLE_ATTR _ACEOF - fi + ax_pthread_joinable_attr_defined=yes - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if more special flags are required for pthreads" >&5 -$as_echo_n "checking if more special flags are required for pthreads... " >&6; } - flag=no - case ${host_os} in - aix* | freebsd* | darwin*) flag="-D_THREAD_SAFE";; - osf* | hpux*) flag="-D_REENTRANT";; - solaris*) - if test "$GCC" = "yes"; then - flag="-D_REENTRANT" - else - flag="-mt -D_REENTRANT" - fi - ;; - esac - { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${flag}" >&5 -$as_echo "${flag}" >&6; } - if test "x$flag" != xno; then - PTHREAD_CFLAGS="$flag $PTHREAD_CFLAGS" - fi +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether more special flags are required for pthreads" >&5 +$as_echo_n "checking whether more special flags are required for pthreads... " >&6; } +if ${ax_cv_PTHREAD_SPECIAL_FLAGS+:} false; then : + $as_echo_n "(cached) " >&6 +else + ax_cv_PTHREAD_SPECIAL_FLAGS=no + case $host_os in + solaris*) + ax_cv_PTHREAD_SPECIAL_FLAGS="-D_POSIX_PTHREAD_SEMANTICS" + ;; + esac + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_PTHREAD_SPECIAL_FLAGS" >&5 +$as_echo "$ax_cv_PTHREAD_SPECIAL_FLAGS" >&6; } + if test "x$ax_cv_PTHREAD_SPECIAL_FLAGS" != "xno" && \ + test "x$ax_pthread_special_flags_added" != "xyes"; then : + PTHREAD_CFLAGS="$ax_cv_PTHREAD_SPECIAL_FLAGS $PTHREAD_CFLAGS" + ax_pthread_special_flags_added=yes +fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_PRIO_INHERIT" >&5 $as_echo_n "checking for PTHREAD_PRIO_INHERIT... " >&6; } if ${ax_cv_PTHREAD_PRIO_INHERIT+:} false; then : $as_echo_n "(cached) " >&6 else - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - - #include +#include int main () { @@ -17716,18 +18208,32 @@ rm -f core conftest.err conftest.$ac_objext \ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_PTHREAD_PRIO_INHERIT" >&5 $as_echo "$ax_cv_PTHREAD_PRIO_INHERIT" >&6; } - if test "x$ax_cv_PTHREAD_PRIO_INHERIT" = "xyes"; then : + if test "x$ax_cv_PTHREAD_PRIO_INHERIT" = "xyes" && \ + test "x$ax_pthread_prio_inherit_defined" != "xyes"; then : $as_echo "#define HAVE_PTHREAD_PRIO_INHERIT 1" >>confdefs.h + ax_pthread_prio_inherit_defined=yes + fi - LIBS="$save_LIBS" - CFLAGS="$save_CFLAGS" + CFLAGS="$ax_pthread_save_CFLAGS" + LIBS="$ax_pthread_save_LIBS" - # More AIX lossage: must compile with xlc_r or cc_r - if test x"$GCC" != xyes; then - for ac_prog in xlc_r cc_r + # More AIX lossage: compile with *_r variant + if test "x$GCC" != "xyes"; then + case $host_os in + aix*) + case "x/$CC" in #( + x*/c89|x*/c89_128|x*/c99|x*/c99_128|x*/cc|x*/cc128|x*/xlc|x*/xlc_v6|x*/xlc128|x*/xlc128_v6) : + #handle absolute path differently from PATH based program lookup + case "x$CC" in #( + x/*) : + if as_fn_executable_p ${CC}_r; then : + PTHREAD_CC="${CC}_r" +fi ;; #( + *) : + for ac_prog in ${CC}_r do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@ -17768,21 +18274,25 @@ fi test -n "$PTHREAD_CC" && break done -test -n "$PTHREAD_CC" || PTHREAD_CC="${CC}" - - else - PTHREAD_CC=$CC +test -n "$PTHREAD_CC" || PTHREAD_CC="$CC" + ;; +esac ;; #( + *) : + ;; +esac + ;; + esac fi -else - PTHREAD_CC="$CC" fi +test -n "$PTHREAD_CC" || PTHREAD_CC="$CC" + # Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: -if test x"$ax_pthread_ok" = xyes; then +if test "x$ax_pthread_ok" = "xyes"; then have_pthread=true : else @@ -17852,7 +18362,7 @@ else fi have_glib=false -GLIB_DEPS="glib-2.0 >= 2.16" +GLIB_DEPS="glib-2.0 >= 2.19.1" if test "x$with_glib" = "xyes" -o "x$with_glib" = "xauto"; then @@ -18677,9 +19187,17 @@ fi -have_ucdn=true -if $have_glib || $have_icu && test "x$with_icu" = "xbuiltin"; then - have_ucdn=false + +# Check whether --with-ucdn was given. +if test "${with_ucdn+set}" = set; then : + withval=$with_ucdn; +else + with_ucdn=yes +fi + +have_ucdn=false +if test "x$with_ucdn" = "xyes"; then + have_ucdn=true fi if $have_ucdn; then @@ -18779,6 +19297,23 @@ else $as_echo "yes" >&6; } have_graphite2=true fi + if test "x$have_graphite2" != "xtrue"; then + # If pkg-config is not available, graphite2 can still be there + ac_save_CFLAGS="$CFLAGS" + ac_save_CPPFLAGS="$CPPFLAGS" + CFLAGS="$CFLAGS $GRAPHITE2_CFLAGS" + CPPFLAGS="$CPPFLAGS $GRAPHITE2_CFLAGS" + ac_fn_c_check_header_mongrel "$LINENO" "graphite2/Segment.h" "ac_cv_header_graphite2_Segment_h" "$ac_includes_default" +if test "x$ac_cv_header_graphite2_Segment_h" = xyes; then : + have_graphite2=true +else + : +fi + + + CPPFLAGS="$ac_save_CPPFLAGS" + CFLAGS="$ac_save_CFLAGS" + fi fi if test "x$with_graphite2" = "xyes" -a "x$have_graphite2" != "xtrue"; then as_fn_error $? "graphite2 support requested but libgraphite2 not found" "$LINENO" 5 @@ -18890,6 +19425,20 @@ if $have_freetype; then $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h + save_libs=$LIBS + LIBS="$LIBS $FREETYPE_LIBS" + for ac_func in FT_Get_Var_Blend_Coordinates +do : + ac_fn_c_check_func "$LINENO" "FT_Get_Var_Blend_Coordinates" "ac_cv_func_FT_Get_Var_Blend_Coordinates" +if test "x$ac_cv_func_FT_Get_Var_Blend_Coordinates" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_FT_GET_VAR_BLEND_COORDINATES 1 +_ACEOF + +fi +done + + LIBS=$save_libs fi if $have_freetype; then HAVE_FREETYPE_TRUE= @@ -19030,9 +19579,10 @@ fi else # On iOS CoreText and CoreGraphics are stand-alone frameworks if test "x$have_coretext" != "xtrue"; then - ac_fn_c_check_type "$LINENO" "CTFontRef" "ac_cv_type_CTFontRef" "#include + # Check for a different symbol to avoid getting cached result. + ac_fn_c_check_type "$LINENO" "CTRunRef" "ac_cv_type_CTRunRef" "#include " -if test "x$ac_cv_type_CTFontRef" = xyes; then : +if test "x$ac_cv_type_CTRunRef" = xyes; then : have_coretext=true fi @@ -19868,7 +20418,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by HarfBuzz $as_me 1.3.0, which was +This file was extended by HarfBuzz $as_me 1.4.6, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19935,7 +20485,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -HarfBuzz config.status 1.3.0 +HarfBuzz config.status 1.4.6 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -21984,9 +22534,9 @@ fi Build configuration: Unicode callbacks (you want at least one): + Builtin (UCDN): ${have_ucdn} Glib: ${have_glib} ICU: ${have_icu} - UCDN: ${have_ucdn} Font callbacks (the more the better): FreeType: ${have_freetype} @@ -22013,9 +22563,9 @@ $as_echo "$as_me: Build configuration: Unicode callbacks (you want at least one): + Builtin (UCDN): ${have_ucdn} Glib: ${have_glib} ICU: ${have_icu} - UCDN: ${have_ucdn} Font callbacks (the more the better): FreeType: ${have_freetype} diff --git a/configure.ac b/configure.ac index e1a28f2..6d14455 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([HarfBuzz], - [1.3.0], + [1.4.6], [https://github.com/behdad/harfbuzz/issues/new], [harfbuzz], [http://harfbuzz.org/]) @@ -19,9 +19,11 @@ LT_PREREQ([2.2]) LT_INIT([disable-static]) # Check for programs +AC_USE_SYSTEM_EXTENSIONS AC_PROG_CC AM_PROG_CC_C_O AC_PROG_CXX +AC_SYS_LARGEFILE PKG_PROG_PKG_CONFIG([0.20]) AM_MISSING_PROG([RAGEL], [ragel]) AM_MISSING_PROG([GIT], [git]) @@ -145,7 +147,7 @@ AC_ARG_WITH(glib, [Use glib @<:@default=auto@:>@])],, [with_glib=auto]) have_glib=false -GLIB_DEPS="glib-2.0 >= 2.16" +GLIB_DEPS="glib-2.0 >= 2.19.1" AC_SUBST(GLIB_DEPS) if test "x$with_glib" = "xyes" -o "x$with_glib" = "xauto"; then PKG_CHECK_MODULES(GLIB, $GLIB_DEPS, have_glib=true, :) @@ -287,9 +289,13 @@ AM_CONDITIONAL(HAVE_ICU_BUILTIN, $have_icu && test "x$with_icu" = "xbuiltin") dnl =========================================================================== -have_ucdn=true -if $have_glib || $have_icu && test "x$with_icu" = "xbuiltin"; then - have_ucdn=false +AC_ARG_WITH(ucdn, + [AS_HELP_STRING([--with-ucdn=@<:@yes/no@:>@], + [Use builtin UCDN library @<:@default=yes@:>@])],, + [with_ucdn=yes]) +have_ucdn=false +if test "x$with_ucdn" = "xyes"; then + have_ucdn=true fi if $have_ucdn; then AC_DEFINE(HAVE_UCDN, 1, [Have UCDN Unicode functions]) @@ -307,6 +313,16 @@ GRAPHITE2_DEPS="graphite2" AC_SUBST(GRAPHITE2_DEPS) if test "x$with_graphite2" = "xyes" -o "x$with_graphite2" = "xauto"; then PKG_CHECK_MODULES(GRAPHITE2, $GRAPHITE2_DEPS, have_graphite2=true, :) + if test "x$have_graphite2" != "xtrue"; then + # If pkg-config is not available, graphite2 can still be there + ac_save_CFLAGS="$CFLAGS" + ac_save_CPPFLAGS="$CPPFLAGS" + CFLAGS="$CFLAGS $GRAPHITE2_CFLAGS" + CPPFLAGS="$CPPFLAGS $GRAPHITE2_CFLAGS" + AC_CHECK_HEADER(graphite2/Segment.h, have_graphite2=true, :) + CPPFLAGS="$ac_save_CPPFLAGS" + CFLAGS="$ac_save_CFLAGS" + fi fi if test "x$with_graphite2" = "xyes" -a "x$have_graphite2" != "xtrue"; then AC_MSG_ERROR([graphite2 support requested but libgraphite2 not found]) @@ -334,6 +350,10 @@ if test "x$with_freetype" = "xyes" -a "x$have_freetype" != "xtrue"; then fi if $have_freetype; then AC_DEFINE(HAVE_FREETYPE, 1, [Have FreeType 2 library]) + save_libs=$LIBS + LIBS="$LIBS $FREETYPE_LIBS" + AC_CHECK_FUNCS(FT_Get_Var_Blend_Coordinates) + LIBS=$save_libs fi AM_CONDITIONAL(HAVE_FREETYPE, $have_freetype) @@ -401,7 +421,8 @@ if test "x$with_coretext" = "xyes" -o "x$with_coretext" = "xauto"; then else # On iOS CoreText and CoreGraphics are stand-alone frameworks if test "x$have_coretext" != "xtrue"; then - AC_CHECK_TYPE(CTFontRef, have_coretext=true,, [#include ]) + # Check for a different symbol to avoid getting cached result. + AC_CHECK_TYPE(CTRunRef, have_coretext=true,, [#include ]) fi if $have_coretext; then @@ -484,9 +505,9 @@ AC_MSG_NOTICE([ Build configuration: Unicode callbacks (you want at least one): + Builtin (UCDN): ${have_ucdn} Glib: ${have_glib} ICU: ${have_icu} - UCDN: ${have_ucdn} Font callbacks (the more the better): FreeType: ${have_freetype} diff --git a/docs/harfbuzz-docs.xml b/docs/harfbuzz-docs.xml index 6c03f39..00113e9 100644 --- a/docs/harfbuzz-docs.xml +++ b/docs/harfbuzz-docs.xml @@ -45,6 +45,7 @@ + @@ -79,6 +80,7 @@ + @@ -174,6 +176,14 @@ Index of new symbols in 1.1.3 + + Index of new symbols in 1.2.3 + + + + Index of new symbols in 1.3.3 + + Index of deprecated API diff --git a/docs/harfbuzz-sections.txt b/docs/harfbuzz-sections.txt index e0dc23d..fcf4e52 100644 --- a/docs/harfbuzz-sections.txt +++ b/docs/harfbuzz-sections.txt @@ -144,6 +144,8 @@ uint8_t HB_BUFFER_FLAGS_DEFAULT HB_BUFFER_SERIALIZE_FLAGS_DEFAULT HB_SCRIPT_CANADIAN_ABORIGINAL +hb_font_funcs_set_glyph_func +hb_font_get_glyph_func_t
@@ -193,7 +195,6 @@ hb_font_funcs_reference hb_font_funcs_set_glyph_contour_point_func hb_font_funcs_set_glyph_extents_func hb_font_funcs_set_glyph_from_name_func -hb_font_funcs_set_glyph_func hb_font_funcs_set_glyph_h_advance_func hb_font_funcs_set_glyph_h_kerning_func hb_font_funcs_set_glyph_h_origin_func @@ -201,7 +202,9 @@ hb_font_funcs_set_glyph_name_func hb_font_funcs_set_glyph_v_advance_func hb_font_funcs_set_glyph_v_kerning_func hb_font_funcs_set_glyph_v_origin_func +hb_font_funcs_set_nominal_glyph_func hb_font_funcs_set_user_data +hb_font_funcs_set_variation_glyph_func hb_font_funcs_t hb_font_get_empty hb_font_get_face @@ -216,7 +219,6 @@ hb_font_get_glyph_extents_for_origin hb_font_get_glyph_extents_func_t hb_font_get_glyph_from_name hb_font_get_glyph_from_name_func_t -hb_font_get_glyph_func_t hb_font_get_glyph_h_advance hb_font_get_glyph_h_advance_func_t hb_font_get_glyph_h_kerning @@ -235,10 +237,15 @@ hb_font_get_glyph_v_kerning hb_font_get_glyph_v_kerning_func_t hb_font_get_glyph_v_origin hb_font_get_glyph_v_origin_func_t +hb_font_get_nominal_glyph +hb_font_get_nominal_glyph_func_t hb_font_get_parent hb_font_get_ppem hb_font_get_scale hb_font_get_user_data +hb_font_get_variation_glyph +hb_font_get_variation_glyph_func_t +hb_font_get_var_coords_normalized hb_font_glyph_from_string hb_font_glyph_to_string hb_font_is_immutable @@ -246,9 +253,16 @@ hb_font_make_immutable hb_font_reference hb_font_set_funcs hb_font_set_funcs_data +hb_font_set_parent hb_font_set_ppem hb_font_set_scale hb_font_set_user_data +hb_variation_t +hb_variation_from_string +hb_variation_to_string +hb_font_set_variations +hb_font_set_var_coords_design +hb_font_set_var_coords_normalized hb_font_subtract_glyph_origin_for_direction hb_font_t hb_reference_table_func_t @@ -260,7 +274,6 @@ hb_font_get_font_h_extents_func_t hb_font_get_font_v_extents_func_t hb_font_get_h_extents hb_font_get_v_extents -hb_font_set_parent
@@ -298,6 +311,9 @@ HB_GOBJECT_TYPE_FONT HB_GOBJECT_TYPE_FONT_FUNCS HB_GOBJECT_TYPE_MEMORY_MODE HB_GOBJECT_TYPE_OT_LAYOUT_GLYPH_CLASS +HB_GOBJECT_TYPE_OT_MATH_CONSTANT +HB_GOBJECT_TYPE_OT_MATH_GLYPH_PART_FLAGS +HB_GOBJECT_TYPE_OT_MATH_KERN HB_GOBJECT_TYPE_SCRIPT HB_GOBJECT_TYPE_SHAPE_PLAN HB_GOBJECT_TYPE_UNICODE_COMBINING_CLASS @@ -322,6 +338,9 @@ hb_gobject_font_funcs_get_type hb_gobject_font_get_type hb_gobject_memory_mode_get_type hb_gobject_ot_layout_glyph_class_get_type +hb_gobject_ot_math_constant_get_type +hb_gobject_ot_math_glyph_part_flags_get_type +hb_gobject_ot_math_kern_get_type hb_gobject_script_get_type hb_gobject_shape_plan_get_type hb_gobject_unicode_combining_class_get_type @@ -378,12 +397,14 @@ hb_ot_shape_glyphs_closure HB_OT_LAYOUT_DEFAULT_LANGUAGE_INDEX HB_OT_LAYOUT_NO_FEATURE_INDEX HB_OT_LAYOUT_NO_SCRIPT_INDEX +HB_OT_LAYOUT_NO_VARIATIONS_INDEX HB_OT_TAG_GDEF HB_OT_TAG_GPOS HB_OT_TAG_GSUB HB_OT_TAG_JSTF hb_ot_layout_collect_lookups hb_ot_layout_feature_get_lookups +hb_ot_layout_feature_with_variations_get_lookups hb_ot_layout_get_attach_points hb_ot_layout_get_glyph_class hb_ot_layout_get_glyphs_in_class @@ -404,6 +425,7 @@ hb_ot_layout_lookup_would_substitute hb_ot_layout_script_find_language hb_ot_layout_script_get_language_tags hb_ot_layout_table_choose_script +hb_ot_layout_table_find_feature_variations hb_ot_layout_table_find_script hb_ot_layout_table_get_feature_tags hb_ot_layout_table_get_script_tags @@ -417,6 +439,40 @@ Xhb_ot_layout_lookup_substitute
+hb-ot-var +HB_OT_TAG_avar +HB_OT_TAG_fvar +HB_OT_VAR_NO_AXIS_INDEX +hb_ot_var_axis_t +hb_ot_var_has_data +hb_ot_var_find_axis +hb_ot_var_get_axis_count +hb_ot_var_get_axes +hb_ot_var_normalize_variations +hb_ot_var_normalize_coords +
+ +
+hb-ot-math +HB_OT_TAG_MATH +HB_OT_MATH_SCRIPT +hb_ot_math_constant_t +hb_ot_math_kern_t +hb_ot_math_glyph_variant_t +hb_ot_math_glyph_part_flags_t +hb_ot_math_glyph_part_t +hb_ot_math_has_data +hb_ot_math_get_constant +hb_ot_math_get_glyph_italics_correction +hb_ot_math_get_glyph_top_accent_attachment +hb_ot_math_get_glyph_kerning +hb_ot_math_is_glyph_extended_shape +hb_ot_math_get_glyph_variants +hb_ot_math_get_min_connector_overlap +hb_ot_math_get_glyph_assembly +
+ +
hb-ot-tag HB_OT_TAG_DEFAULT_LANGUAGE HB_OT_TAG_DEFAULT_SCRIPT @@ -460,8 +516,8 @@ hb_set_union
hb-shape -hb_feature_from_string hb_feature_t +hb_feature_from_string hb_feature_to_string hb_shape hb_shape_full @@ -472,6 +528,8 @@ hb_shape_list_shapers hb-shape-plan hb_shape_plan_create hb_shape_plan_create_cached +hb_shape_plan_create2 +hb_shape_plan_create_cached2 hb_shape_plan_destroy hb_shape_plan_execute hb_shape_plan_get_empty diff --git a/docs/harfbuzz.types b/docs/harfbuzz.types index d9664df..0494e23 100644 --- a/docs/harfbuzz.types +++ b/docs/harfbuzz.types @@ -14,6 +14,9 @@ hb_gobject_glyph_info_get_type hb_gobject_glyph_position_get_type hb_gobject_memory_mode_get_type hb_gobject_ot_layout_glyph_class_get_type +hb_gobject_ot_math_constant_get_type +hb_gobject_ot_math_glyph_part_flags_get_type +hb_gobject_ot_math_kern_get_type hb_gobject_script_get_type hb_gobject_segment_properties_get_type hb_gobject_set_get_type diff --git a/docs/html/a-clustering-example-for-levels-0-and-1.html b/docs/html/a-clustering-example-for-levels-0-and-1.html new file mode 100644 index 0000000..6e5a20e --- /dev/null +++ b/docs/html/a-clustering-example-for-levels-0-and-1.html @@ -0,0 +1,81 @@ + + + + +A clustering example for levels 0 and 1: HarfBuzz Manual + + + + + + + + + + + + + + + + +
+

+A clustering example for levels 0 and 1

+

+ Let's say we start with the following character sequence and cluster + values: +

+
+   A,B,C,D,E
+   0,1,2,3,4
+
+

+ We then map the characters to glyphs. For simplicity, let's assume + that each character maps to the corresponding, identical-looking + glyph: +

+
+   A,B,C,D,E
+   0,1,2,3,4
+
+

+ Now if, for example, B and C + ligate, then the clusters to which they belong "merge". + This merged cluster takes for its cluster number the minimum of all + the cluster numbers of the clusters that went in. In this case, we + get: +

+
+   A,BC,D,E
+   0,1 ,3,4
+
+

+ Now let's assume that the BC glyph decomposes + into three components, and D also decomposes into + two. The components each inherit the cluster value of their parent: +

+
+   A,BC0,BC1,BC2,D0,D1,E
+   0,1  ,1  ,1  ,3 ,3 ,4
+
+

+ Now if BC2 and D0 ligate, then + their clusters (numbers 1 and 3) merge into + min(1,3) = 1: +

+
+   A,BC0,BC1,BC2D0,D1,E
+   0,1  ,1  ,1    ,1 ,4
+
+

+ At this point, cluster 1 means: the character sequence + BCD is represented by glyphs + BC0,BC1,BC2D0,D1 and cannot be broken down any + further. +

+
+ + + \ No newline at end of file diff --git a/docs/html/adding-text-to-the-buffer.html b/docs/html/adding-text-to-the-buffer.html index f80a8eb..1f82756 100644 --- a/docs/html/adding-text-to-the-buffer.html +++ b/docs/html/adding-text-to-the-buffer.html @@ -2,17 +2,17 @@ -HarfBuzz Manual: Adding text to the buffer +Adding text to the buffer: HarfBuzz Manual - + - + @@ -30,7 +30,6 @@

+
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/annotation-glossary.html b/docs/html/annotation-glossary.html index 1fd30e4..46ac722 100644 --- a/docs/html/annotation-glossary.html +++ b/docs/html/annotation-glossary.html @@ -2,16 +2,16 @@ -HarfBuzz Manual: Annotation Glossary +Annotation Glossary: HarfBuzz Manual - + - + hb_language_to_string (hb_language_t language);

See hb_language_from_string().

-

Parameters

+

Parameters

@@ -524,13 +509,13 @@ hb_language_to_string ( -

Returns

-

A NULL-terminated string representing the language +

Returns

+

A NULL-terminated string representing the language . Must not be freed by the caller.

[transfer none]

-

Since 0.9.2

+

Since: 0.9.2


@@ -538,11 +523,11 @@ the caller.

hb_language_t
 hb_language_get_default (void);
-

Returns

+

Returns

.

[transfer none]

-

Since 0.9.2

+

Since: 0.9.2


@@ -598,12 +583,6 @@ hb_language_get_default (void#define HB_DIRECTION_IS_VERTICAL(dir) ((((unsigned int) (dir)) & ~1U) == 6)
-
-
-

HB_LANGUAGE_INVALID

-
#define HB_LANGUAGE_INVALID ((hb_language_t) NULL)
-
-

Types and Values

@@ -622,7 +601,7 @@ hb_language_get_default (void

enum hb_direction_t

-

Members

+

Members

@@ -697,7 +676,7 @@ hb_language_get_default (void

enum hb_script_t

-

Members

+

Members

@@ -1443,10 +1422,15 @@ hb_language_get_default (void#define HB_TAG_MAX_SIGNED HB_TAG(0x7f,0xff,0xff,0xff) +
+
+

HB_LANGUAGE_INVALID

+
#define HB_LANGUAGE_INVALID ((hb_language_t) NULL)
+
+
+
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/harfbuzz-hb-coretext.html b/docs/html/harfbuzz-hb-coretext.html index ddef17e..ed3b4b1 100644 --- a/docs/html/harfbuzz-hb-coretext.html +++ b/docs/html/harfbuzz-hb-coretext.html @@ -2,24 +2,23 @@ -HarfBuzz Manual: hb-coretext +hb-coretext: HarfBuzz Manual - + - + -
+ - + @@ -87,11 +86,6 @@
-

Object Hierarchy

-
-
-
-

Description

@@ -130,7 +124,6 @@ hb_coretext_font_get_ct_font ( -
- Generated by GTK-Doc V1.20
+
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/harfbuzz-hb-deprecated.html b/docs/html/harfbuzz-hb-deprecated.html index d431eb9..6c574b6 100644 --- a/docs/html/harfbuzz-hb-deprecated.html +++ b/docs/html/harfbuzz-hb-deprecated.html @@ -2,24 +2,23 @@ -HarfBuzz Manual: hb-deprecated +hb-deprecated: HarfBuzz Manual - + - + - + - + @@ -33,6 +32,33 @@
+

Functions

+
++++ + + + + + + + + + + +
+void + +hb_font_funcs_set_glyph_func () +
+hb_bool_t + +(*hb_font_get_glyph_func_t) () +
+
+

Types and Values

@@ -56,15 +82,56 @@
-

Object Hierarchy

-
-
-
-

Description

Functions

+
+

hb_font_funcs_set_glyph_func ()

+
void
+hb_font_funcs_set_glyph_func (hb_font_funcs_t *ffuncs,
+                              hb_font_get_glyph_func_t func,
+                              void *user_data,
+                              hb_destroy_func_t destroy);
+

hb_font_funcs_set_glyph_func has been deprecated since version 1.2.3 and should not be used in newly-written code.

+

Deprecated. Use hb_font_funcs_set_nominal_glyph_func() and +hb_font_funcs_set_variation_glyph_func() instead.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

ffuncs

font functions.

 

func

.

[closure user_data][destroy destroy][scope notified]
+
+

Since: 0.9.2

+
+
+
+

hb_font_get_glyph_func_t ()

+
hb_bool_t
+(*hb_font_get_glyph_func_t) (hb_font_t *font,
+                             void *font_data,
+                             hb_codepoint_t unicode,
+                             hb_codepoint_t variation_selector,
+                             hb_codepoint_t *glyph,
+                             void *user_data);
+

hb_font_get_glyph_func_t is deprecated and should not be used in newly-written code.

+

Types and Values

@@ -91,7 +158,6 @@
+
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/harfbuzz-hb-face.html b/docs/html/harfbuzz-hb-face.html index 527089e..8ff43d5 100644 --- a/docs/html/harfbuzz-hb-face.html +++ b/docs/html/harfbuzz-hb-face.html @@ -2,24 +2,24 @@ -HarfBuzz Manual: hb-face +hb-face: HarfBuzz Manual - + - + - + - + @@ -191,7 +191,7 @@

Object Hierarchy

-
    GBoxed
+
    GBoxed
     ╰── hb_face_t
 
@@ -205,6 +205,13 @@
hb_face_t *
 hb_face_create (hb_blob_t *blob,
                 unsigned int index);
+

[Xconstructor]

+
+

Returns

+

.

+

[transfer full]

+
+

Since: 0.9.2


@@ -214,7 +221,7 @@ hb_face_create_for_tables (void *user_data, hb_destroy_func_t destroy);
-

Parameters

+

Parameters

@@ -229,19 +236,19 @@ hb_face_create_for_tables ( -

Returns

+

Returns

(transfer full)

-

-

Since 0.9.2

+

Since: 0.9.2


hb_face_destroy ()

void
 hb_face_destroy (hb_face_t *face);
+

[skip]

-

Parameters

+

Parameters

@@ -255,7 +262,7 @@ hb_face_destroy (Since 0.9.2

+

Since: 0.9.2


@@ -263,11 +270,10 @@ hb_face_destroy (hb_face_t * hb_face_get_empty (void);
-

Returns

+

Returns

(transfer full)

-

-

Since 0.9.2

+

Since: 0.9.2


@@ -275,7 +281,7 @@ hb_face_get_empty (voidunsigned int hb_face_get_glyph_count (hb_face_t *face);
-

Parameters

+

Parameters

@@ -289,11 +295,7 @@ hb_face_get_glyph_count ( -

Returns

-

- -

Since 0.9.7

+

Since: 0.9.7


@@ -301,7 +303,7 @@ hb_face_get_glyph_count (unsigned int hb_face_get_index (hb_face_t *face);
-

Parameters

+

Parameters

@@ -315,11 +317,7 @@ hb_face_get_index ( -

Returns

-

- -

Since 0.9.2

+

Since: 0.9.2


@@ -327,7 +325,7 @@ hb_face_get_index (unsigned int hb_face_get_upem (hb_face_t *face);
-

Parameters

+

Parameters

@@ -341,11 +339,7 @@ hb_face_get_upem ( -

Returns

-

- -

Since 0.9.2

+

Since: 0.9.2


@@ -353,8 +347,9 @@ hb_face_get_upem (void * hb_face_get_user_data (hb_face_t *face, hb_user_data_key_t *key); +

[skip]

-

Parameters

+

Parameters

@@ -369,11 +364,11 @@ hb_face_get_user_data ( -

Returns

+

Returns

.

[transfer none]

-

Since 0.9.2

+

Since: 0.9.2


@@ -381,7 +376,7 @@ hb_face_get_user_data (hb_bool_t hb_face_is_immutable (hb_face_t *face);
-

Parameters

+

Parameters

@@ -395,11 +390,7 @@ hb_face_is_immutable ( -

Returns

-

- -

Since 0.9.2

+

Since: 0.9.2


@@ -407,7 +398,7 @@ hb_face_is_immutable (void hb_face_make_immutable (hb_face_t *face);
-

Parameters

+

Parameters

@@ -421,15 +412,16 @@ hb_face_make_immutable (Since 0.9.2

+

Since: 0.9.2


hb_face_reference ()

hb_face_t *
 hb_face_reference (hb_face_t *face);
+

[skip]

-

Parameters

+

Parameters

@@ -443,11 +435,7 @@ hb_face_reference ( -

Returns

-

- -

Since 0.9.2

+

Since: 0.9.2


@@ -455,7 +443,7 @@ hb_face_reference (hb_blob_t * hb_face_reference_blob (hb_face_t *face);
-

Parameters

+

Parameters

@@ -470,11 +458,11 @@ hb_face_reference_blob ( -

Returns

+

Returns

.

[transfer full]

-

Since 0.9.2

+

Since: 0.9.2


@@ -483,7 +471,7 @@ hb_face_reference_blob (hb_face_t *face, hb_tag_t tag);
-

Parameters

+

Parameters

@@ -498,11 +486,11 @@ hb_face_reference_table ( -

Returns

+

Returns

.

[transfer full]

-

Since 0.9.2

+

Since: 0.9.2


@@ -511,7 +499,7 @@ hb_face_reference_table (hb_face_t *face, unsigned int glyph_count);
-

Parameters

+

Parameters

@@ -525,7 +513,7 @@ hb_face_set_glyph_count (Since 0.9.7

+

Since: 0.9.7


@@ -534,7 +522,7 @@ hb_face_set_glyph_count (hb_face_t *face, unsigned int index);
-

Parameters

+

Parameters

@@ -548,7 +536,7 @@ hb_face_set_index (Since 0.9.2

+

Since: 0.9.2


@@ -557,7 +545,7 @@ hb_face_set_index (hb_face_t *face, unsigned int upem);
-

Parameters

+

Parameters

@@ -571,7 +559,7 @@ hb_face_set_upem (Since 0.9.2

+

Since: 0.9.2


@@ -582,8 +570,9 @@ hb_face_set_user_data (void *data, hb_destroy_func_t destroy, hb_bool_t replace); +

[skip]

-

Parameters

+

Parameters

@@ -597,11 +586,7 @@ hb_face_set_user_data ( -

Returns

-

- -

Since 0.9.2

+

Since: 0.9.2

@@ -614,7 +599,6 @@ hb_face_set_user_data ( -
- Generated by GTK-Doc V1.20
+
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/harfbuzz-hb-font.html b/docs/html/harfbuzz-hb-font.html index f1108dd..3cbff83 100644 --- a/docs/html/harfbuzz-hb-font.html +++ b/docs/html/harfbuzz-hb-font.html @@ -2,24 +2,24 @@ -HarfBuzz Manual: hb-font +hb-font: HarfBuzz Manual - + - + -
+ - + @@ -157,14 +157,6 @@ void -hb_font_funcs_set_glyph_func () - - - - -void - - hb_font_funcs_set_glyph_h_advance_func () @@ -218,6 +210,14 @@ +void + + +hb_font_funcs_set_nominal_glyph_func () + + + + hb_bool_t @@ -226,6 +226,14 @@ +void + + +hb_font_funcs_set_variation_glyph_func () + + + + hb_font_t * @@ -330,14 +338,6 @@ -hb_bool_t - - -(*hb_font_get_glyph_func_t) () - - - - hb_position_t @@ -434,6 +434,22 @@ +hb_bool_t + + +hb_font_get_nominal_glyph () + + + + +hb_bool_t + + +(*hb_font_get_nominal_glyph_func_t) () + + + + hb_font_t * @@ -469,6 +485,29 @@ hb_bool_t +hb_font_get_variation_glyph () + + + + +hb_bool_t + + +(*hb_font_get_variation_glyph_func_t) () + + + +const int * + + +hb_font_get_var_coords_normalized () + + + + +hb_bool_t + + hb_font_glyph_from_string () @@ -525,6 +564,14 @@ void +hb_font_set_parent () + + + + +void + + hb_font_set_ppem () @@ -546,6 +593,46 @@ +hb_bool_t + + +hb_variation_from_string () + + + + +void + + +hb_variation_to_string () + + + + +void + + +hb_font_set_variations () + + + + +void + + +hb_font_set_var_coords_design () + + + + +void + + +hb_font_set_var_coords_normalized () + + + + void @@ -608,14 +695,6 @@ hb_font_get_v_extents () - - -void - - -hb_font_set_parent () - -
@@ -656,6 +735,10 @@ hb_font_get_glyph_v_origin_func_t +  +hb_variation_t + + typedef hb_font_t @@ -672,7 +755,7 @@

Object Hierarchy

-
    GBoxed
+
    GBoxed
     ├── hb_font_funcs_t
     ╰── hb_font_t
 
@@ -692,7 +775,7 @@ hb_font_add_glyph_origin_for_direction hb_position_t *x, hb_position_t *y);
-

Parameters

+

Parameters

@@ -718,13 +801,35 @@ hb_font_add_glyph_origin_for_direction
-

Since 0.9.2

+

Since: 0.9.2


hb_font_create ()

hb_font_t *
 hb_font_create (hb_face_t *face);
+

[Xconstructor]

+
+

Parameters

+
+++++ + + + + + +

face

a face.

 
+
+
+

Returns

+

.

+

[transfer full]

+
+

Since: 0.9.2


@@ -732,7 +837,7 @@ hb_font_create (hb_font_t * hb_font_create_sub_font (hb_font_t *parent);
-

Parameters

+

Parameters

@@ -747,19 +852,20 @@ hb_font_create_sub_font ( -

Returns

+

Returns

.

[transfer full]

-

Since 0.9.2

+

Since: 0.9.2


hb_font_destroy ()

void
 hb_font_destroy (hb_font_t *font);
+

[skip]

-

Parameters

+

Parameters

@@ -773,21 +879,29 @@ hb_font_destroy (Since 0.9.2

+

Since: 0.9.2


hb_font_funcs_create ()

hb_font_funcs_t *
 hb_font_funcs_create (void);
+

[Xconstructor]

+
+

Returns

+

.

+

[transfer full]

+
+

Since: 0.9.2


hb_font_funcs_destroy ()

void
 hb_font_funcs_destroy (hb_font_funcs_t *ffuncs);
+

[skip]

-

Parameters

+

Parameters

@@ -801,7 +915,7 @@ hb_font_funcs_destroy (Since 0.9.2

+

Since: 0.9.2


@@ -809,11 +923,11 @@ hb_font_funcs_destroy (hb_font_funcs_t * hb_font_funcs_get_empty (void);
-

Returns

+

Returns

.

[transfer full]

-

Since 0.9.2

+

Since: 0.9.2


@@ -821,8 +935,9 @@ hb_font_funcs_get_empty (voidvoid * hb_font_funcs_get_user_data (hb_font_funcs_t *ffuncs, hb_user_data_key_t *key); +

[skip]

-

Parameters

+

Parameters

@@ -837,11 +952,11 @@ hb_font_funcs_get_user_data ( -

Returns

+

Returns

.

[transfer none]

-

Since 0.9.2

+

Since: 0.9.2


@@ -849,7 +964,7 @@ hb_font_funcs_get_user_data (hb_bool_t hb_font_funcs_is_immutable (hb_font_funcs_t *ffuncs);
-

Parameters

+

Parameters

@@ -863,11 +978,7 @@ hb_font_funcs_is_immutable ( -

Returns

-

- -

Since 0.9.2

+

Since: 0.9.2


@@ -875,7 +986,7 @@ hb_font_funcs_is_immutable (void hb_font_funcs_make_immutable (hb_font_funcs_t *ffuncs);
-

Parameters

+

Parameters

@@ -889,15 +1000,16 @@ hb_font_funcs_make_immutable (Since 0.9.2

+

Since: 0.9.2


hb_font_funcs_reference ()

hb_font_funcs_t *
 hb_font_funcs_reference (hb_font_funcs_t *ffuncs);
+

[skip]

-

Parameters

+

Parameters

@@ -911,11 +1023,7 @@ hb_font_funcs_reference ( -

Returns

-

- -

Since 0.9.2

+

Since: 0.9.2


@@ -927,7 +1035,7 @@ hb_font_funcs_set_glyph_contour_point_func void *user_data, hb_destroy_func_t destroy);
-

Parameters

+

Parameters

@@ -948,7 +1056,7 @@ hb_font_funcs_set_glyph_contour_point_func
-

Since 0.9.2

+

Since: 0.9.2


@@ -959,7 +1067,7 @@ hb_font_funcs_set_glyph_extents_func (void *user_data, hb_destroy_func_t destroy);
-

Parameters

+

Parameters

@@ -980,7 +1088,7 @@ hb_font_funcs_set_glyph_extents_func (Since 0.9.2

+

Since: 0.9.2


@@ -992,7 +1100,7 @@ hb_font_funcs_set_glyph_from_name_func void *user_data, hb_destroy_func_t destroy);
-

Parameters

+

Parameters

@@ -1013,42 +1121,7 @@ hb_font_funcs_set_glyph_from_name_func
-

Since 0.9.2

-
-
-
-

hb_font_funcs_set_glyph_func ()

-
void
-hb_font_funcs_set_glyph_func (hb_font_funcs_t *ffuncs,
-                              hb_font_get_glyph_func_t func,
-                              void *user_data,
-                              hb_destroy_func_t destroy);
-

hb_font_funcs_set_glyph_func has been deprecated since version 1.2.3 and should not be used in newly-written code.

-

Deprecated. Use hb_font_funcs_set_nominal_glyph_func() and -hb_font_funcs_set_variation_glyph_func() instead.

-
-

Parameters

-
----- - - - - - - - - - - - - -

ffuncs

font functions.

 

func

.

[closure user_data][destroy destroy][scope notified]
-
-

Since 0.9.2

+

Since: 0.9.2


@@ -1060,7 +1133,7 @@ hb_font_funcs_set_glyph_h_advance_func void *user_data, hb_destroy_func_t destroy);
-

Parameters

+

Parameters

@@ -1081,7 +1154,7 @@ hb_font_funcs_set_glyph_h_advance_func
-

Since 0.9.2

+

Since: 0.9.2


@@ -1093,7 +1166,7 @@ hb_font_funcs_set_glyph_h_kerning_func void *user_data, hb_destroy_func_t destroy);
-

Parameters

+

Parameters

@@ -1114,7 +1187,7 @@ hb_font_funcs_set_glyph_h_kerning_func
-

Since 0.9.2

+

Since: 0.9.2


@@ -1125,7 +1198,7 @@ hb_font_funcs_set_glyph_h_origin_func (void *user_data, hb_destroy_func_t destroy);
-

Parameters

+

Parameters

@@ -1146,7 +1219,7 @@ hb_font_funcs_set_glyph_h_origin_func (Since 0.9.2

+

Since: 0.9.2


@@ -1157,7 +1230,7 @@ hb_font_funcs_set_glyph_name_func (void *user_data, hb_destroy_func_t destroy);
-

Parameters

+

Parameters

@@ -1178,7 +1251,7 @@ hb_font_funcs_set_glyph_name_func (
-

Since 0.9.2

+

Since: 0.9.2


@@ -1190,7 +1263,7 @@ hb_font_funcs_set_glyph_v_advance_func void *user_data, hb_destroy_func_t destroy);
-

Parameters

+

Parameters

@@ -1211,7 +1284,7 @@ hb_font_funcs_set_glyph_v_advance_func
-

Since 0.9.2

+

Since: 0.9.2


@@ -1223,7 +1296,7 @@ hb_font_funcs_set_glyph_v_kerning_func void *user_data, hb_destroy_func_t destroy);
-

Parameters

+

Parameters

@@ -1244,7 +1317,7 @@ hb_font_funcs_set_glyph_v_kerning_func
-

Since 0.9.2

+

Since: 0.9.2


@@ -1255,7 +1328,39 @@ hb_font_funcs_set_glyph_v_origin_func (void *user_data, hb_destroy_func_t destroy);
-

Parameters

+

Parameters

+
+++++ + + + + + + + + + + + + +

ffuncs

font functions.

 

func

.

[closure user_data][destroy destroy][scope notified]
+
+

Since: 0.9.2

+
+
+
+

hb_font_funcs_set_nominal_glyph_func ()

+
void
+hb_font_funcs_set_nominal_glyph_func (hb_font_funcs_t *ffuncs,
+                                      hb_font_get_nominal_glyph_func_t func,
+                                      void *user_data,
+                                      hb_destroy_func_t destroy);
+
+

Parameters

@@ -1276,7 +1381,7 @@ hb_font_funcs_set_glyph_v_origin_func (Since 0.9.2

+

Since: 1.2.3


@@ -1287,8 +1392,9 @@ hb_font_funcs_set_user_data (void *data, hb_destroy_func_t destroy, hb_bool_t replace); +

[skip]

-

Parameters

+

Parameters

@@ -1302,11 +1408,40 @@ hb_font_funcs_set_user_data (Since: 0.9.2

+ +
+
+

hb_font_funcs_set_variation_glyph_func ()

+
void
+hb_font_funcs_set_variation_glyph_func
+                               (hb_font_funcs_t *ffuncs,
+                                hb_font_get_variation_glyph_func_t func,
+                                void *user_data,
+                                hb_destroy_func_t destroy);
-

Returns

-

+

Parameters

+
+++++ + + + + + + + + + + + + +

ffuncs

font functions.

 

func

.

[closure user_data][destroy destroy][scope notified]
-

Since 0.9.2

+

Since: 1.2.3


@@ -1314,11 +1449,10 @@ hb_font_funcs_set_user_data (hb_font_t * hb_font_get_empty (void);
-

Returns

+

Returns

(transfer full)

-

-

Since 0.9.2

+

Since: 0.9.2


@@ -1326,7 +1460,7 @@ hb_font_get_empty (voidhb_face_t * hb_font_get_face (hb_font_t *font);
-

Parameters

+

Parameters

@@ -1341,11 +1475,11 @@ hb_font_get_face ( -

Returns

+

Returns

.

[transfer none]

-

Since 0.9.2

+

Since: 0.9.2


@@ -1356,7 +1490,7 @@ hb_font_get_glyph (hb_codepoint_t variation_selector, hb_codepoint_t *glyph);
-

Parameters

+

Parameters

@@ -1377,11 +1511,7 @@ hb_font_get_glyph ( -

Returns

-

- -

Since 0.9.2

+

Since: 0.9.2


@@ -1394,7 +1524,7 @@ hb_font_get_glyph_advance_for_direction hb_position_t *x, hb_position_t *y);
-

Parameters

+

Parameters

@@ -1420,7 +1550,7 @@ hb_font_get_glyph_advance_for_direction
-

Since 0.9.2

+

Since: 0.9.2


@@ -1441,7 +1571,7 @@ hb_font_get_glyph_contour_point (hb_position_t *x, hb_position_t *y);
-

Parameters

+

Parameters

@@ -1467,11 +1597,7 @@ hb_font_get_glyph_contour_point (
-
-

Returns

-

-
-

Since 0.9.2

+

Since: 0.9.2


@@ -1485,7 +1611,7 @@ hb_font_get_glyph_contour_point_for_origin hb_position_t *x, hb_position_t *y);
-

Parameters

+

Parameters

@@ -1511,11 +1637,7 @@ hb_font_get_glyph_contour_point_for_origin
-
-

Returns

-

-
-

Since 0.9.2

+

Since: 0.9.2


@@ -1538,7 +1660,7 @@ hb_font_get_glyph_extents (hb_codepoint_t glyph, hb_glyph_extents_t *extents);
-

Parameters

+

Parameters

@@ -1559,11 +1681,7 @@ hb_font_get_glyph_extents ( -

Returns

-

- -

Since 0.9.2

+

Since: 0.9.2


@@ -1574,7 +1692,7 @@ hb_font_get_glyph_extents_for_origin (hb_direction_t direction, hb_glyph_extents_t *extents);
-

Parameters

+

Parameters

@@ -1595,11 +1713,7 @@ hb_font_get_glyph_extents_for_origin ( -

Returns

-

- -

Since 0.9.2

+

Since: 0.9.2


@@ -1620,7 +1734,7 @@ hb_font_get_glyph_from_name (int len, hb_codepoint_t *glyph);
-

Parameters

+

Parameters

@@ -1646,11 +1760,7 @@ hb_font_get_glyph_from_name ( -

Returns

-

- -

Since 0.9.2

+

Since: 0.9.2


@@ -1663,24 +1773,12 @@ hb_font_get_glyph_from_name ( -

hb_font_get_glyph_func_t ()

-
hb_bool_t
-(*hb_font_get_glyph_func_t) (hb_font_t *font,
-                             void *font_data,
-                             hb_codepoint_t unicode,
-                             hb_codepoint_t variation_selector,
-                             hb_codepoint_t *glyph,
-                             void *user_data);
-

hb_font_get_glyph_func_t is deprecated and should not be used in newly-written code.

-
-
-

hb_font_get_glyph_h_advance ()

hb_position_t
 hb_font_get_glyph_h_advance (hb_font_t *font,
                              hb_codepoint_t glyph);
-

Parameters

+

Parameters

@@ -1694,11 +1792,7 @@ hb_font_get_glyph_h_advance ( -

Returns

-

- -

Since 0.9.2

+

Since: 0.9.2


@@ -1708,7 +1802,7 @@ hb_font_get_glyph_h_kerning (hb_codepoint_t left_glyph, hb_codepoint_t right_glyph);
-

Parameters

+

Parameters

@@ -1722,11 +1816,7 @@ hb_font_get_glyph_h_kerning ( -

Returns

-

- -

Since 0.9.2

+

Since: 0.9.2


@@ -1737,7 +1827,7 @@ hb_font_get_glyph_h_origin (hb_position_t *x, hb_position_t *y);
-

Parameters

+

Parameters

@@ -1763,11 +1853,7 @@ hb_font_get_glyph_h_origin ( -

Returns

-

- -

Since 0.9.2

+

Since: 0.9.2


@@ -1781,7 +1867,7 @@ hb_font_get_glyph_kerning_for_direction hb_position_t *x, hb_position_t *y);
-

Parameters

+

Parameters

@@ -1807,7 +1893,7 @@ hb_font_get_glyph_kerning_for_direction
-

Since 0.9.2

+

Since: 0.9.2


@@ -1828,7 +1914,7 @@ hb_font_get_glyph_name (char *name, unsigned int size);
-

Parameters

+

Parameters

@@ -1849,11 +1935,7 @@ hb_font_get_glyph_name ( -

Returns

-

- -

Since 0.9.2

+

Since: 0.9.2


@@ -1877,7 +1959,7 @@ hb_font_get_glyph_origin_for_direction hb_position_t *x, hb_position_t *y);
-

Parameters

+

Parameters

@@ -1903,7 +1985,7 @@ hb_font_get_glyph_origin_for_direction
-

Since 0.9.2

+

Since: 0.9.2


@@ -1923,7 +2005,7 @@ hb_font_get_glyph_origin_for_direction hb_font_get_glyph_v_advance (hb_font_t *font, hb_codepoint_t glyph);
-

Parameters

+

Parameters

@@ -1937,11 +2019,7 @@ hb_font_get_glyph_v_advance ( -

Returns

-

- -

Since 0.9.2

+

Since: 0.9.2


@@ -1951,7 +2029,7 @@ hb_font_get_glyph_v_kerning (hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph);
-

Parameters

+

Parameters

@@ -1965,11 +2043,7 @@ hb_font_get_glyph_v_kerning ( -

Returns

-

- -

Since 0.9.2

+

Since: 0.9.2


@@ -1980,7 +2054,7 @@ hb_font_get_glyph_v_origin (hb_position_t *x, hb_position_t *y);
-

Parameters

+

Parameters

@@ -2006,11 +2080,48 @@ hb_font_get_glyph_v_origin (Since: 0.9.2

+ +
+
+

hb_font_get_nominal_glyph ()

+
hb_bool_t
+hb_font_get_nominal_glyph (hb_font_t *font,
+                           hb_codepoint_t unicode,
+                           hb_codepoint_t *glyph);
-

Returns

-

+

Parameters

+
+++++ + + + + + + + + + + + + +

font

a font.

 

glyph

.

[out]
-

Since 0.9.2

+

Since: 1.2.3

+
+
+
+

hb_font_get_nominal_glyph_func_t ()

+
hb_bool_t
+(*hb_font_get_nominal_glyph_func_t) (hb_font_t *font,
+                                     void *font_data,
+                                     hb_codepoint_t unicode,
+                                     hb_codepoint_t *glyph,
+                                     void *user_data);

@@ -2018,7 +2129,7 @@ hb_font_get_glyph_v_origin (hb_font_t * hb_font_get_parent (hb_font_t *font);
-

Parameters

+

Parameters

@@ -2033,11 +2144,11 @@ hb_font_get_parent ( -

Returns

+

Returns

.

[transfer none]

-

Since 0.9.2

+

Since: 0.9.2


@@ -2047,7 +2158,7 @@ hb_font_get_ppem (unsigned int *x_ppem, unsigned int *y_ppem);
-

Parameters

+

Parameters

@@ -2073,7 +2184,7 @@ hb_font_get_ppem (Since 0.9.2

+

Since: 0.9.2


@@ -2083,7 +2194,7 @@ hb_font_get_scale (int *x_scale, int *y_scale);
-

Parameters

+

Parameters

@@ -2109,7 +2220,7 @@ hb_font_get_scale (Since 0.9.2

+

Since: 0.9.2


@@ -2117,8 +2228,9 @@ hb_font_get_scale (void * hb_font_get_user_data (hb_font_t *font, hb_user_data_key_t *key); +

[skip]

-

Parameters

+

Parameters

@@ -2133,11 +2245,64 @@ hb_font_get_user_data ( -

Returns

+

Returns

.

[transfer none]

-

Since 0.9.2

+

Since: 0.9.2

+ +
+
+

hb_font_get_variation_glyph ()

+
hb_bool_t
+hb_font_get_variation_glyph (hb_font_t *font,
+                             hb_codepoint_t unicode,
+                             hb_codepoint_t variation_selector,
+                             hb_codepoint_t *glyph);
+
+

Parameters

+
+++++ + + + + + + + + + + + + +

font

a font.

 

glyph

.

[out]
+
+

Since: 1.2.3

+
+
+
+

hb_font_get_variation_glyph_func_t ()

+
hb_bool_t
+(*hb_font_get_variation_glyph_func_t) (hb_font_t *font,
+                                       void *font_data,
+                                       hb_codepoint_t unicode,
+                                       hb_codepoint_t variation_selector,
+                                       hb_codepoint_t *glyph,
+                                       void *user_data);
+
+
+
+

hb_font_get_var_coords_normalized ()

+
const int *
+hb_font_get_var_coords_normalized (hb_font_t *font,
+                                   unsigned int *length);
+

Return value is valid as long as variation coordinates of the font +are not modified.

+

Since: 1.4.2


@@ -2148,7 +2313,7 @@ hb_font_glyph_from_string (int len, hb_codepoint_t *glyph);
-

Parameters

+

Parameters

@@ -2174,11 +2339,7 @@ hb_font_glyph_from_string ( -

Returns

-

- -

Since 0.9.2

+

Since: 0.9.2


@@ -2189,7 +2350,7 @@ hb_font_glyph_to_string (char *s, unsigned int size);
-

Parameters

+

Parameters

@@ -2210,7 +2371,7 @@ hb_font_glyph_to_string (Since 0.9.2

+

Since: 0.9.2


@@ -2218,7 +2379,7 @@ hb_font_glyph_to_string (hb_bool_t hb_font_is_immutable (hb_font_t *font);
-

Parameters

+

Parameters

@@ -2232,11 +2393,7 @@ hb_font_is_immutable ( -

Returns

-

- -

Since 0.9.2

+

Since: 0.9.2


@@ -2244,7 +2401,7 @@ hb_font_is_immutable (void hb_font_make_immutable (hb_font_t *font);
-

Parameters

+

Parameters

@@ -2258,15 +2415,16 @@ hb_font_make_immutable (Since 0.9.2

+

Since: 0.9.2


hb_font_reference ()

hb_font_t *
 hb_font_reference (hb_font_t *font);
+

[skip]

-

Parameters

+

Parameters

@@ -2281,11 +2439,11 @@ hb_font_reference ( -

Returns

+

Returns

.

[transfer full]

-

Since 0.9.2

+

Since: 0.9.2


@@ -2296,7 +2454,7 @@ hb_font_set_funcs (void *font_data, hb_destroy_func_t destroy);
-

Parameters

+

Parameters

@@ -2317,7 +2475,7 @@ hb_font_set_funcs (Since 0.9.2

+

Since: 0.9.2


@@ -2327,7 +2485,7 @@ hb_font_set_funcs_data (void *font_data, hb_destroy_func_t destroy);
-

Parameters

+

Parameters

@@ -2348,7 +2506,39 @@ hb_font_set_funcs_data (Since 0.9.2

+

Since: 0.9.2

+ +
+
+

hb_font_set_parent ()

+
void
+hb_font_set_parent (hb_font_t *font,
+                    hb_font_t *parent);
+

Sets parent font of font +.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

font

a font.

 

parent

new parent.

 
+
+

Since: 1.0.5


@@ -2358,7 +2548,7 @@ hb_font_set_ppem (unsigned int x_ppem, unsigned int y_ppem);
-

Parameters

+

Parameters

@@ -2372,7 +2562,7 @@ hb_font_set_ppem (Since 0.9.2

+

Since: 0.9.2


@@ -2382,7 +2572,7 @@ hb_font_set_scale (int x_scale, int y_scale);
-

Parameters

+

Parameters

@@ -2396,7 +2586,7 @@ hb_font_set_scale (Since 0.9.2

+

Since: 0.9.2


@@ -2407,8 +2597,9 @@ hb_font_set_user_data (void *data, hb_destroy_func_t destroy, hb_bool_t replace); +

[skip]

-

Parameters

+

Parameters

@@ -2422,11 +2613,52 @@ hb_font_set_user_data ( -

Returns

-

+

Since: 0.9.2

+ +
+
+

hb_variation_from_string ()

+
hb_bool_t
+hb_variation_from_string (const char *str,
+                          int len,
+                          hb_variation_t *variation);
+

Since: 1.4.2

-

Since 0.9.2

+
+
+

hb_variation_to_string ()

+
void
+hb_variation_to_string (hb_variation_t *variation,
+                        char *buf,
+                        unsigned int size);
+

Since: 1.4.2

+
+
+
+

hb_font_set_variations ()

+
void
+hb_font_set_variations (hb_font_t *font,
+                        const hb_variation_t *variations,
+                        unsigned int variations_length);
+

Since: 1.4.2

+
+
+
+

hb_font_set_var_coords_design ()

+
void
+hb_font_set_var_coords_design (hb_font_t *font,
+                               const float *coords,
+                               unsigned int coords_length);
+

Since: 1.4.2

+
+
+
+

hb_font_set_var_coords_normalized ()

+
void
+hb_font_set_var_coords_normalized (hb_font_t *font,
+                                   const int *coords,
+                                   unsigned int coords_length);
+

Since: 1.4.2


@@ -2439,7 +2671,7 @@ hb_font_subtract_glyph_origin_for_direction hb_position_t *x, hb_position_t *y);
-

Parameters

+

Parameters

@@ -2465,7 +2697,7 @@ hb_font_subtract_glyph_origin_for_direction
-

Since 0.9.2

+

Since: 0.9.2


@@ -2484,7 +2716,7 @@ hb_font_funcs_set_font_h_extents_func (void *user_data, hb_destroy_func_t destroy);
-

Parameters

+

Parameters

@@ -2505,7 +2737,7 @@ hb_font_funcs_set_font_h_extents_func (Since 1.1.2

+

Since: 1.1.2


@@ -2516,7 +2748,7 @@ hb_font_funcs_set_font_v_extents_func (void *user_data, hb_destroy_func_t destroy);
-

Parameters

+

Parameters

@@ -2537,7 +2769,7 @@ hb_font_funcs_set_font_v_extents_func (Since 1.1.2

+

Since: 1.1.2


@@ -2547,7 +2779,7 @@ hb_font_get_extents_for_direction (hb_direction_t direction, hb_font_extents_t *extents);
-

Parameters

+

Parameters

@@ -2561,7 +2793,7 @@ hb_font_get_extents_for_direction (
-

Since 1.1.3

+

Since: 1.1.3


@@ -2579,7 +2811,7 @@ hb_font_get_extents_for_direction (hb_font_t *font, hb_font_extents_t *extents);
-

Parameters

+

Parameters

@@ -2600,11 +2832,7 @@ hb_font_get_h_extents ( -

Returns

-

- -

Since 1.1.3

+

Since: 1.1.3


@@ -2613,7 +2841,7 @@ hb_font_get_h_extents (hb_font_t *font, hb_font_extents_t *extents);
-

Parameters

+

Parameters

@@ -2634,43 +2862,7 @@ hb_font_get_v_extents ( -

Returns

-

- -

Since 1.1.3

- -
-
-

hb_font_set_parent ()

-
void
-hb_font_set_parent (hb_font_t *font,
-                    hb_font_t *parent);
-

Sets parent font of font -.

-
-

Parameters

-
----- - - - - - - - - - - - - -

font

a font.

 

parent

new parent.

 
-
-

Since 1.0.5

+

Since: 1.1.3

@@ -2718,6 +2910,16 @@ hb_font_set_parent ( +

hb_variation_t

+
typedef struct {
+  hb_tag_t tag;
+  float    value;
+} hb_variation_t;
+
+

Since: 1.4.2

+
+
+

hb_font_t

typedef struct hb_font_t hb_font_t;
 
@@ -2737,7 +2939,6 @@ hb_font_set_parent ( -
- Generated by GTK-Doc V1.20
+
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/harfbuzz-hb-ft.html b/docs/html/harfbuzz-hb-ft.html index 695d405..c8bce1b 100644 --- a/docs/html/harfbuzz-hb-ft.html +++ b/docs/html/harfbuzz-hb-ft.html @@ -2,24 +2,23 @@ -HarfBuzz Manual: hb-ft +hb-ft: HarfBuzz Manual - + - + - + - + @@ -116,11 +115,6 @@
-

Object Hierarchy

-
-
-
-

Description

@@ -131,7 +125,7 @@ hb_ft_face_create (FT_Face ft_face, hb_destroy_func_t destroy);
-

Parameters

+

Parameters

@@ -146,11 +140,11 @@ hb_ft_face_create (FT_Face
-

Returns

+

Returns

.

[transfer full]

-

Since 0.9.2

+

Since: 0.9.2


@@ -158,11 +152,11 @@ hb_ft_face_create (FT_Face
hb_face_t *
 hb_ft_face_create_cached (FT_Face ft_face);
-

Returns

+

Returns

.

[transfer full]

-

Since 0.9.2

+

Since: 0.9.2


@@ -170,11 +164,11 @@ hb_ft_face_create_cached (FT_Face
hb_face_t *
 hb_ft_face_create_referenced (FT_Face ft_face);
-

Returns

+

Returns

.

[transfer full]

-

Since 0.9.38

+

Since: 0.9.38


@@ -183,7 +177,7 @@ hb_ft_face_create_referenced (FT_ hb_ft_font_create (FT_Face ft_face, hb_destroy_func_t destroy);
-

Parameters

+

Parameters

@@ -198,11 +192,11 @@ hb_ft_font_create (FT_Face
-

Returns

+

Returns

.

[transfer full]

-

Since 0.9.2

+

Since: 0.9.2


@@ -210,11 +204,11 @@ hb_ft_font_create (FT_Face
hb_font_t *
 hb_ft_font_create_referenced (FT_Face ft_face);
-

Returns

+

Returns

.

[transfer full]

-

Since 0.9.38

+

Since: 0.9.38


@@ -228,18 +222,14 @@ hb_ft_font_get_face (void hb_ft_font_set_load_flags (hb_font_t *font, int load_flags); -

Since 1.0.5

+

Since: 1.0.5


hb_ft_font_get_load_flags ()

int
 hb_ft_font_get_load_flags (hb_font_t *font);
-
-

Returns

-

-
-

Since 1.0.5

+

Since: 1.0.5


@@ -253,7 +243,6 @@ hb_ft_font_set_funcs ( -
- Generated by GTK-Doc V1.20
+
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/harfbuzz-hb-glib.html b/docs/html/harfbuzz-hb-glib.html index ff1790f..a138b8b 100644 --- a/docs/html/harfbuzz-hb-glib.html +++ b/docs/html/harfbuzz-hb-glib.html @@ -2,24 +2,23 @@ -HarfBuzz Manual: hb-glib +hb-glib: HarfBuzz Manual - + - + - + - + @@ -50,7 +49,7 @@ -
GUnicodeScript +GUnicodeScript hb_glib_script_from_script () @@ -76,11 +75,6 @@
-

Object Hierarchy

-
-
-
-

Description

@@ -93,21 +87,21 @@ hb_glib_get_unicode_funcs (void

hb_glib_script_from_script ()

-
GUnicodeScript
+
GUnicodeScript
 hb_glib_script_from_script (hb_script_t script);

hb_glib_script_to_script ()

hb_script_t
-hb_glib_script_to_script (GUnicodeScript script);
+hb_glib_script_to_script (GUnicodeScript script);

hb_glib_blob_create ()

hb_blob_t *
-hb_glib_blob_create (GBytes *gbytes);
-

Since 0.9.38

+hb_glib_blob_create (GBytes *gbytes); +

Since: 0.9.38

@@ -115,7 +109,6 @@ hb_glib_blob_create ( -
- Generated by GTK-Doc V1.20
+
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/harfbuzz-hb-gobject.html b/docs/html/harfbuzz-hb-gobject.html index 2ab0c77..1a17aa2 100644 --- a/docs/html/harfbuzz-hb-gobject.html +++ b/docs/html/harfbuzz-hb-gobject.html @@ -2,24 +2,23 @@ -HarfBuzz Manual: hb-gobject +hb-gobject: HarfBuzz Manual - + - + - + - + @@ -41,104 +40,8 @@ -#define -
HB_GOBJECT_TYPE_BLOB - - -#define -HB_GOBJECT_TYPE_BUFFER - - -#define -HB_GOBJECT_TYPE_BUFFER_CONTENT_TYPE - - -#define -HB_GOBJECT_TYPE_BUFFER_FLAGS - - -#define -HB_GOBJECT_TYPE_BUFFER_SERIALIZE_FLAGS - - -#define -HB_GOBJECT_TYPE_BUFFER_SERIALIZE_FORMAT - - -#define -HB_GOBJECT_TYPE_DIRECTION - - -#define -HB_GOBJECT_TYPE_FACE - - -#define -HB_GOBJECT_TYPE_FONT - - -#define -HB_GOBJECT_TYPE_FONT_FUNCS - - -#define -HB_GOBJECT_TYPE_MEMORY_MODE - - -#define -HB_GOBJECT_TYPE_OT_LAYOUT_GLYPH_CLASS - - -#define -HB_GOBJECT_TYPE_SCRIPT - - -#define -HB_GOBJECT_TYPE_SHAPE_PLAN - - -#define -HB_GOBJECT_TYPE_UNICODE_COMBINING_CLASS - - -#define -HB_GOBJECT_TYPE_UNICODE_FUNCS - - -#define -HB_GOBJECT_TYPE_UNICODE_GENERAL_CATEGORY - - -#define -HB_GOBJECT_TYPE_BUFFER_CLUSTER_LEVEL - - -#define -HB_GOBJECT_TYPE_FEATURE - - -#define -HB_GOBJECT_TYPE_GLYPH_INFO - - -#define -HB_GOBJECT_TYPE_GLYPH_POSITION - - -#define -HB_GOBJECT_TYPE_SEGMENT_PROPERTIES - - -#define -HB_GOBJECT_TYPE_SET - - -#define -HB_GOBJECT_TYPE_USER_DATA_KEY - - -GType +GType hb_gobject_blob_get_type () @@ -146,7 +49,7 @@ -GType +GType hb_gobject_buffer_content_type_get_type () @@ -154,7 +57,7 @@ -GType +GType hb_gobject_buffer_flags_get_type () @@ -162,7 +65,7 @@ -GType +GType hb_gobject_buffer_get_type () @@ -170,7 +73,7 @@ -GType +GType hb_gobject_buffer_serialize_flags_get_type () @@ -178,7 +81,7 @@ -GType +GType hb_gobject_buffer_serialize_format_get_type () @@ -186,7 +89,7 @@ -GType +GType hb_gobject_direction_get_type () @@ -194,7 +97,7 @@ -GType +GType hb_gobject_face_get_type () @@ -202,7 +105,7 @@ -GType +GType hb_gobject_font_funcs_get_type () @@ -210,7 +113,7 @@ -GType +GType hb_gobject_font_get_type () @@ -218,7 +121,7 @@ -GType +GType hb_gobject_memory_mode_get_type () @@ -226,7 +129,7 @@ -GType +GType hb_gobject_ot_layout_glyph_class_get_type () @@ -234,7 +137,31 @@ -GType +GType + + +hb_gobject_ot_math_constant_get_type () + + + + +GType + + +hb_gobject_ot_math_glyph_part_flags_get_type () + + + + +GType + + +hb_gobject_ot_math_kern_get_type () + + + + +GType hb_gobject_script_get_type () @@ -242,7 +169,7 @@ -GType +GType hb_gobject_shape_plan_get_type () @@ -250,7 +177,7 @@ -GType +GType hb_gobject_unicode_combining_class_get_type () @@ -258,7 +185,7 @@ -GType +GType hb_gobject_unicode_funcs_get_type () @@ -266,7 +193,7 @@ -GType +GType hb_gobject_unicode_general_category_get_type () @@ -274,7 +201,7 @@ -GType +GType hb_gobject_buffer_cluster_level_get_type () @@ -282,7 +209,7 @@ -GType +GType hb_gobject_feature_get_type () @@ -290,7 +217,7 @@ -GType +GType hb_gobject_glyph_info_get_type () @@ -298,7 +225,7 @@ -GType +GType hb_gobject_glyph_position_get_type () @@ -306,7 +233,7 @@ -GType +GType hb_gobject_segment_properties_get_type () @@ -314,7 +241,7 @@ -GType +GType hb_gobject_set_get_type () @@ -322,7 +249,7 @@ -GType +GType hb_gobject_user_data_key_get_type () @@ -332,9 +259,123 @@

Description

@@ -342,313 +383,348 @@

Functions

-

HB_GOBJECT_TYPE_BLOB

-
#define HB_GOBJECT_TYPE_BLOB (hb_gobject_blob_get_type ())
-
+

hb_gobject_blob_get_type ()

+
GType
+hb_gobject_blob_get_type (void);
+

Since: 0.9.2


-

HB_GOBJECT_TYPE_BUFFER

-
#define HB_GOBJECT_TYPE_BUFFER (hb_gobject_buffer_get_type ())
-
+

hb_gobject_buffer_content_type_get_type ()

+
GType
+hb_gobject_buffer_content_type_get_type
+                               (void);

-

HB_GOBJECT_TYPE_BUFFER_CONTENT_TYPE

-
#define HB_GOBJECT_TYPE_BUFFER_CONTENT_TYPE (hb_gobject_buffer_content_type_get_type ())
-
+

hb_gobject_buffer_flags_get_type ()

+
GType
+hb_gobject_buffer_flags_get_type (void);

-

HB_GOBJECT_TYPE_BUFFER_FLAGS

-
#define HB_GOBJECT_TYPE_BUFFER_FLAGS (hb_gobject_buffer_flags_get_type ())
-
+

hb_gobject_buffer_get_type ()

+
GType
+hb_gobject_buffer_get_type (void);
+

Since: 0.9.2


-

HB_GOBJECT_TYPE_BUFFER_SERIALIZE_FLAGS

-
#define HB_GOBJECT_TYPE_BUFFER_SERIALIZE_FLAGS (hb_gobject_buffer_serialize_flags_get_type ())
-
+

hb_gobject_buffer_serialize_flags_get_type ()

+
GType
+hb_gobject_buffer_serialize_flags_get_type
+                               (void);

-

HB_GOBJECT_TYPE_BUFFER_SERIALIZE_FORMAT

-
#define HB_GOBJECT_TYPE_BUFFER_SERIALIZE_FORMAT (hb_gobject_buffer_serialize_format_get_type ())
-
+

hb_gobject_buffer_serialize_format_get_type ()

+
GType
+hb_gobject_buffer_serialize_format_get_type
+                               (void);

-

HB_GOBJECT_TYPE_DIRECTION

-
#define HB_GOBJECT_TYPE_DIRECTION (hb_gobject_direction_get_type ())
-
+

hb_gobject_direction_get_type ()

+
GType
+hb_gobject_direction_get_type (void);

-

HB_GOBJECT_TYPE_FACE

-
#define HB_GOBJECT_TYPE_FACE (hb_gobject_face_get_type ())
-
+

hb_gobject_face_get_type ()

+
GType
+hb_gobject_face_get_type (void);
+

Since: 0.9.2


-

HB_GOBJECT_TYPE_FONT

-
#define HB_GOBJECT_TYPE_FONT (hb_gobject_font_get_type ())
-
+

hb_gobject_font_funcs_get_type ()

+
GType
+hb_gobject_font_funcs_get_type (void);
+

Since: 0.9.2


-

HB_GOBJECT_TYPE_FONT_FUNCS

-
#define HB_GOBJECT_TYPE_FONT_FUNCS (hb_gobject_font_funcs_get_type ())
-
+

hb_gobject_font_get_type ()

+
GType
+hb_gobject_font_get_type (void);
+

Since: 0.9.2


-

HB_GOBJECT_TYPE_MEMORY_MODE

-
#define HB_GOBJECT_TYPE_MEMORY_MODE (hb_gobject_memory_mode_get_type ())
-
+

hb_gobject_memory_mode_get_type ()

+
GType
+hb_gobject_memory_mode_get_type (void);

-

HB_GOBJECT_TYPE_OT_LAYOUT_GLYPH_CLASS

-
#define HB_GOBJECT_TYPE_OT_LAYOUT_GLYPH_CLASS (hb_gobject_ot_layout_glyph_class_get_type ())
-
+

hb_gobject_ot_layout_glyph_class_get_type ()

+
GType
+hb_gobject_ot_layout_glyph_class_get_type
+                               (void);

-

HB_GOBJECT_TYPE_SCRIPT

-
#define HB_GOBJECT_TYPE_SCRIPT (hb_gobject_script_get_type ())
-
+

hb_gobject_ot_math_constant_get_type ()

+
GType
+hb_gobject_ot_math_constant_get_type (void);

-

HB_GOBJECT_TYPE_SHAPE_PLAN

-
#define HB_GOBJECT_TYPE_SHAPE_PLAN (hb_gobject_shape_plan_get_type ())
-
+

hb_gobject_ot_math_glyph_part_flags_get_type ()

+
GType
+hb_gobject_ot_math_glyph_part_flags_get_type
+                               (void);

-

HB_GOBJECT_TYPE_UNICODE_COMBINING_CLASS

-
#define HB_GOBJECT_TYPE_UNICODE_COMBINING_CLASS (hb_gobject_unicode_combining_class_get_type ())
-
+

hb_gobject_ot_math_kern_get_type ()

+
GType
+hb_gobject_ot_math_kern_get_type (void);

-

HB_GOBJECT_TYPE_UNICODE_FUNCS

-
#define HB_GOBJECT_TYPE_UNICODE_FUNCS (hb_gobject_unicode_funcs_get_type ())
-
+

hb_gobject_script_get_type ()

+
GType
+hb_gobject_script_get_type (void);

-

HB_GOBJECT_TYPE_UNICODE_GENERAL_CATEGORY

-
#define HB_GOBJECT_TYPE_UNICODE_GENERAL_CATEGORY (hb_gobject_unicode_general_category_get_type ())
-
+

hb_gobject_shape_plan_get_type ()

+
GType
+hb_gobject_shape_plan_get_type (void);

-

HB_GOBJECT_TYPE_BUFFER_CLUSTER_LEVEL

-
#define HB_GOBJECT_TYPE_BUFFER_CLUSTER_LEVEL (hb_gobject_buffer_cluster_level_get_type ())
-
+

hb_gobject_unicode_combining_class_get_type ()

+
GType
+hb_gobject_unicode_combining_class_get_type
+                               (void);

-

HB_GOBJECT_TYPE_FEATURE

-
#define HB_GOBJECT_TYPE_FEATURE (hb_gobject_feature_get_type ())
-
+

hb_gobject_unicode_funcs_get_type ()

+
GType
+hb_gobject_unicode_funcs_get_type (void);
+

Since: 0.9.2


-

HB_GOBJECT_TYPE_GLYPH_INFO

-
#define HB_GOBJECT_TYPE_GLYPH_INFO (hb_gobject_glyph_info_get_type ())
-
+

hb_gobject_unicode_general_category_get_type ()

+
GType
+hb_gobject_unicode_general_category_get_type
+                               (void);

-

HB_GOBJECT_TYPE_GLYPH_POSITION

-
#define HB_GOBJECT_TYPE_GLYPH_POSITION (hb_gobject_glyph_position_get_type ())
-
+

hb_gobject_buffer_cluster_level_get_type ()

+
GType
+hb_gobject_buffer_cluster_level_get_type
+                               (void);

-

HB_GOBJECT_TYPE_SEGMENT_PROPERTIES

-
#define HB_GOBJECT_TYPE_SEGMENT_PROPERTIES (hb_gobject_segment_properties_get_type ())
-
+

hb_gobject_feature_get_type ()

+
GType
+hb_gobject_feature_get_type (void);

-

HB_GOBJECT_TYPE_SET

-
#define HB_GOBJECT_TYPE_SET (hb_gobject_set_get_type ())
+

hb_gobject_glyph_info_get_type ()

+
GType
+hb_gobject_glyph_info_get_type (void);
+
+
+
+

hb_gobject_glyph_position_get_type ()

+
GType
+hb_gobject_glyph_position_get_type (void);
+
+
+
+

hb_gobject_segment_properties_get_type ()

+
GType
+hb_gobject_segment_properties_get_type
+                               (void);
+
+
+
+

hb_gobject_set_get_type ()

+
GType
+hb_gobject_set_get_type (void);
+
+
+
+

hb_gobject_user_data_key_get_type ()

+
GType
+hb_gobject_user_data_key_get_type (void);
+
+
+
+

Types and Values

+
+

HB_GOBJECT_TYPE_BLOB

+
#define HB_GOBJECT_TYPE_BLOB (hb_gobject_blob_get_type ())
 

-

HB_GOBJECT_TYPE_USER_DATA_KEY

-
#define HB_GOBJECT_TYPE_USER_DATA_KEY (hb_gobject_user_data_key_get_type ())
+

HB_GOBJECT_TYPE_BUFFER

+
#define HB_GOBJECT_TYPE_BUFFER (hb_gobject_buffer_get_type ())
 

-

hb_gobject_blob_get_type ()

-
GType
-hb_gobject_blob_get_type (void);
-

Since 0.9.2

+

HB_GOBJECT_TYPE_BUFFER_CONTENT_TYPE

+
#define HB_GOBJECT_TYPE_BUFFER_CONTENT_TYPE (hb_gobject_buffer_content_type_get_type ())
+

-

hb_gobject_buffer_content_type_get_type ()

-
GType
-hb_gobject_buffer_content_type_get_type
-                               (void);
+

HB_GOBJECT_TYPE_BUFFER_FLAGS

+
#define HB_GOBJECT_TYPE_BUFFER_FLAGS (hb_gobject_buffer_flags_get_type ())
+

-

hb_gobject_buffer_flags_get_type ()

-
GType
-hb_gobject_buffer_flags_get_type (void);
+

HB_GOBJECT_TYPE_BUFFER_SERIALIZE_FLAGS

+
#define HB_GOBJECT_TYPE_BUFFER_SERIALIZE_FLAGS (hb_gobject_buffer_serialize_flags_get_type ())
+

-

hb_gobject_buffer_get_type ()

-
GType
-hb_gobject_buffer_get_type (void);
-

Since 0.9.2

+

HB_GOBJECT_TYPE_BUFFER_SERIALIZE_FORMAT

+
#define HB_GOBJECT_TYPE_BUFFER_SERIALIZE_FORMAT (hb_gobject_buffer_serialize_format_get_type ())
+

-

hb_gobject_buffer_serialize_flags_get_type ()

-
GType
-hb_gobject_buffer_serialize_flags_get_type
-                               (void);
+

HB_GOBJECT_TYPE_DIRECTION

+
#define HB_GOBJECT_TYPE_DIRECTION (hb_gobject_direction_get_type ())
+

-

hb_gobject_buffer_serialize_format_get_type ()

-
GType
-hb_gobject_buffer_serialize_format_get_type
-                               (void);
+

HB_GOBJECT_TYPE_FACE

+
#define HB_GOBJECT_TYPE_FACE (hb_gobject_face_get_type ())
+

-

hb_gobject_direction_get_type ()

-
GType
-hb_gobject_direction_get_type (void);
+

HB_GOBJECT_TYPE_FONT

+
#define HB_GOBJECT_TYPE_FONT (hb_gobject_font_get_type ())
+

-

hb_gobject_face_get_type ()

-
GType
-hb_gobject_face_get_type (void);
-

Since 0.9.2

+

HB_GOBJECT_TYPE_FONT_FUNCS

+
#define HB_GOBJECT_TYPE_FONT_FUNCS (hb_gobject_font_funcs_get_type ())
+

-

hb_gobject_font_funcs_get_type ()

-
GType
-hb_gobject_font_funcs_get_type (void);
-

Since 0.9.2

+

HB_GOBJECT_TYPE_MEMORY_MODE

+
#define HB_GOBJECT_TYPE_MEMORY_MODE (hb_gobject_memory_mode_get_type ())
+

-

hb_gobject_font_get_type ()

-
GType
-hb_gobject_font_get_type (void);
-

Since 0.9.2

+

HB_GOBJECT_TYPE_OT_LAYOUT_GLYPH_CLASS

+
#define HB_GOBJECT_TYPE_OT_LAYOUT_GLYPH_CLASS (hb_gobject_ot_layout_glyph_class_get_type ())
+

-

hb_gobject_memory_mode_get_type ()

-
GType
-hb_gobject_memory_mode_get_type (void);
+

HB_GOBJECT_TYPE_OT_MATH_CONSTANT

+
#define HB_GOBJECT_TYPE_OT_MATH_CONSTANT (hb_gobject_ot_math_constant_get_type ())
+

-

hb_gobject_ot_layout_glyph_class_get_type ()

-
GType
-hb_gobject_ot_layout_glyph_class_get_type
-                               (void);
+

HB_GOBJECT_TYPE_OT_MATH_GLYPH_PART_FLAGS

+
#define HB_GOBJECT_TYPE_OT_MATH_GLYPH_PART_FLAGS (hb_gobject_ot_math_glyph_part_flags_get_type ())
+

-

hb_gobject_script_get_type ()

-
GType
-hb_gobject_script_get_type (void);
+

HB_GOBJECT_TYPE_OT_MATH_KERN

+
#define HB_GOBJECT_TYPE_OT_MATH_KERN (hb_gobject_ot_math_kern_get_type ())
+

-

hb_gobject_shape_plan_get_type ()

-
GType
-hb_gobject_shape_plan_get_type (void);
+

HB_GOBJECT_TYPE_SCRIPT

+
#define HB_GOBJECT_TYPE_SCRIPT (hb_gobject_script_get_type ())
+

-

hb_gobject_unicode_combining_class_get_type ()

-
GType
-hb_gobject_unicode_combining_class_get_type
-                               (void);
+

HB_GOBJECT_TYPE_SHAPE_PLAN

+
#define HB_GOBJECT_TYPE_SHAPE_PLAN (hb_gobject_shape_plan_get_type ())
+

-

hb_gobject_unicode_funcs_get_type ()

-
GType
-hb_gobject_unicode_funcs_get_type (void);
-

Since 0.9.2

+

HB_GOBJECT_TYPE_UNICODE_COMBINING_CLASS

+
#define HB_GOBJECT_TYPE_UNICODE_COMBINING_CLASS (hb_gobject_unicode_combining_class_get_type ())
+

-

hb_gobject_unicode_general_category_get_type ()

-
GType
-hb_gobject_unicode_general_category_get_type
-                               (void);
+

HB_GOBJECT_TYPE_UNICODE_FUNCS

+
#define HB_GOBJECT_TYPE_UNICODE_FUNCS (hb_gobject_unicode_funcs_get_type ())
+

-

hb_gobject_buffer_cluster_level_get_type ()

-
GType
-hb_gobject_buffer_cluster_level_get_type
-                               (void);
+

HB_GOBJECT_TYPE_UNICODE_GENERAL_CATEGORY

+
#define HB_GOBJECT_TYPE_UNICODE_GENERAL_CATEGORY (hb_gobject_unicode_general_category_get_type ())
+

-

hb_gobject_feature_get_type ()

-
GType
-hb_gobject_feature_get_type (void);
+

HB_GOBJECT_TYPE_BUFFER_CLUSTER_LEVEL

+
#define HB_GOBJECT_TYPE_BUFFER_CLUSTER_LEVEL (hb_gobject_buffer_cluster_level_get_type ())
+

-

hb_gobject_glyph_info_get_type ()

-
GType
-hb_gobject_glyph_info_get_type (void);
+

HB_GOBJECT_TYPE_FEATURE

+
#define HB_GOBJECT_TYPE_FEATURE (hb_gobject_feature_get_type ())
+

-

hb_gobject_glyph_position_get_type ()

-
GType
-hb_gobject_glyph_position_get_type (void);
+

HB_GOBJECT_TYPE_GLYPH_INFO

+
#define HB_GOBJECT_TYPE_GLYPH_INFO (hb_gobject_glyph_info_get_type ())
+

-

hb_gobject_segment_properties_get_type ()

-
GType
-hb_gobject_segment_properties_get_type
-                               (void);
+

HB_GOBJECT_TYPE_GLYPH_POSITION

+
#define HB_GOBJECT_TYPE_GLYPH_POSITION (hb_gobject_glyph_position_get_type ())
+

-

hb_gobject_set_get_type ()

-
GType
-hb_gobject_set_get_type (void);
+

HB_GOBJECT_TYPE_SEGMENT_PROPERTIES

+
#define HB_GOBJECT_TYPE_SEGMENT_PROPERTIES (hb_gobject_segment_properties_get_type ())
+

-

hb_gobject_user_data_key_get_type ()

-
GType
-hb_gobject_user_data_key_get_type (void);
+

HB_GOBJECT_TYPE_SET

+
#define HB_GOBJECT_TYPE_SET (hb_gobject_set_get_type ())
+
+
+
+

HB_GOBJECT_TYPE_USER_DATA_KEY

+
#define HB_GOBJECT_TYPE_USER_DATA_KEY (hb_gobject_user_data_key_get_type ())
+
-
-

Types and Values

+
Generated by GTK-Doc V1.25.1
\ No newline at end of file diff --git a/docs/html/harfbuzz-hb-graphite2.html b/docs/html/harfbuzz-hb-graphite2.html index 5b6dd21..27e6548 100644 --- a/docs/html/harfbuzz-hb-graphite2.html +++ b/docs/html/harfbuzz-hb-graphite2.html @@ -2,24 +2,23 @@ -HarfBuzz Manual: hb-graphite2 +hb-graphite2: HarfBuzz Manual - + - + - + - + @@ -73,11 +72,6 @@
-

Object Hierarchy

-
-
-
-

Description

@@ -92,6 +86,7 @@ hb_graphite2_face_get_gr_face (

hb_graphite2_font_get_gr_font ()

gr_font *
 hb_graphite2_font_get_gr_font (hb_font_t *font);
+

hb_graphite2_font_get_gr_font is deprecated and should not be used in newly-written code.

@@ -104,7 +99,6 @@ hb_graphite2_font_get_gr_font (
+
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/harfbuzz-hb-icu.html b/docs/html/harfbuzz-hb-icu.html index b59ef18..3094a2b 100644 --- a/docs/html/harfbuzz-hb-icu.html +++ b/docs/html/harfbuzz-hb-icu.html @@ -2,24 +2,23 @@ -HarfBuzz Manual: hb-icu +hb-icu: HarfBuzz Manual - + - + - + - + @@ -68,11 +67,6 @@
-

Object Hierarchy

-
-
-
-

Description

@@ -100,7 +94,6 @@ hb_icu_script_to_script (UScriptC
+
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/harfbuzz-hb-ot-font.html b/docs/html/harfbuzz-hb-ot-font.html index f14cf1d..ab84fa9 100644 --- a/docs/html/harfbuzz-hb-ot-font.html +++ b/docs/html/harfbuzz-hb-ot-font.html @@ -2,24 +2,23 @@ -HarfBuzz Manual: hb-ot-font +hb-ot-font: HarfBuzz Manual - + - + - + - + @@ -50,11 +49,6 @@
-

Object Hierarchy

-
-
-
-

Description

@@ -63,7 +57,7 @@

hb_ot_font_set_funcs ()

void
 hb_ot_font_set_funcs (hb_font_t *font);
-

Since 0.9.28

+

Since: 0.9.28

@@ -71,7 +65,6 @@ hb_ot_font_set_funcs ( -
- Generated by GTK-Doc V1.20
+
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/harfbuzz-hb-ot-layout.html b/docs/html/harfbuzz-hb-ot-layout.html index 501d8ac..01c3c2a 100644 --- a/docs/html/harfbuzz-hb-ot-layout.html +++ b/docs/html/harfbuzz-hb-ot-layout.html @@ -2,24 +2,24 @@ -HarfBuzz Manual: hb-ot-layout +hb-ot-layout: HarfBuzz Manual - + - + - + - + @@ -59,6 +59,13 @@ unsigned int +
hb_ot_layout_feature_with_variations_get_lookups () + + + +unsigned int + + hb_ot_layout_get_attach_points () @@ -207,6 +214,14 @@ hb_bool_t +hb_ot_layout_table_find_feature_variations () + + + + +hb_bool_t + + hb_ot_layout_table_find_script () @@ -272,6 +287,10 @@ #define +HB_OT_LAYOUT_NO_VARIATIONS_INDEX + + +#define HB_OT_TAG_GDEF @@ -295,7 +314,7 @@

Object Hierarchy

-
    GEnum
+
    GEnum
     ╰── hb_ot_layout_glyph_class_t
 
@@ -313,7 +332,7 @@ hb_ot_layout_collect_lookups (const hb_tag_t *languages, const hb_tag_t *features, hb_set_t *lookup_indexes); -

Since 0.9.8

+

Since: 0.9.8


+
+
+

hb_ot_layout_feature_with_variations_get_lookups ()

+
unsigned int
+hb_ot_layout_feature_with_variations_get_lookups
+                               (hb_face_t *face,
+                                hb_tag_t table_tag,
+                                unsigned int feature_index,
+                                unsigned int variations_index,
+                                unsigned int start_offset,
+                                unsigned int *lookup_count,
+                                unsigned int *lookup_indexes);

@@ -343,7 +375,7 @@ hb_ot_layout_get_attach_points (hb_ot_layout_glyph_class_t hb_ot_layout_get_glyph_class (hb_face_t *face, hb_codepoint_t glyph); -

Since 0.9.7

+

Since: 0.9.7


@@ -352,7 +384,7 @@ hb_ot_layout_get_glyph_class (hb_face_t *face, hb_ot_layout_glyph_class_t klass, hb_set_t *glyphs); -

Since 0.9.7

+

Since: 0.9.7



@@ -453,7 +485,7 @@ hb_ot_layout_language_get_required_feature unsigned int language_index, unsigned int *feature_index, hb_tag_t *feature_tag); -

Since 0.9.30

+

Since: 0.9.30


@@ -466,7 +498,7 @@ hb_ot_layout_lookup_collect_glyphs (hb_set_t *glyphs_input, hb_set_t *glyphs_after, hb_set_t *glyphs_output); -

Since 0.9.7

+

Since: 0.9.7


@@ -476,7 +508,7 @@ hb_ot_layout_lookup_substitute_closure (hb_face_t *face, unsigned int lookup_index, hb_set_t *glyphs); -

Since 0.9.7

+

Since: 0.9.7


@@ -487,7 +519,7 @@ hb_ot_layout_lookup_would_substitute (const hb_codepoint_t *glyphs, unsigned int glyphs_length, hb_bool_t zero_context); -

Since 0.9.7

+

Since: 0.9.7


@@ -522,6 +554,17 @@ hb_ot_layout_table_choose_script (
+

hb_ot_layout_table_find_feature_variations ()

+
hb_bool_t
+hb_ot_layout_table_find_feature_variations
+                               (hb_face_t *face,
+                                hb_tag_t table_tag,
+                                const int *coords,
+                                unsigned int num_coords,
+                                unsigned int *variations_index);
+
+
+

hb_ot_layout_table_find_script ()

hb_bool_t
 hb_ot_layout_table_find_script (hb_face_t *face,
@@ -555,7 +598,7 @@ hb_ot_layout_table_get_script_tags (unsigned int
 hb_ot_layout_table_get_lookup_count (hb_face_t *face,
                                      hb_tag_t table_tag);
-

Since 0.9.22

+

Since: 0.9.22


@@ -564,7 +607,7 @@ hb_ot_layout_table_get_lookup_count (hb_shape_plan_t *shape_plan, hb_tag_t table_tag, hb_set_t *lookup_indexes); -

Since 0.9.7

+

Since: 0.9.7


@@ -599,6 +642,12 @@ hb_ot_layout_language_get_required_feature_index

+

HB_OT_LAYOUT_NO_VARIATIONS_INDEX

+
#define HB_OT_LAYOUT_NO_VARIATIONS_INDEX 0xFFFFFFFFu
+
+
+
+

HB_OT_TAG_GDEF

#define HB_OT_TAG_GDEF HB_TAG('G','D','E','F')
 
@@ -625,7 +674,7 @@ hb_ot_layout_language_get_required_feature_index

enum hb_ot_layout_glyph_class_t

-

Members

+

Members

@@ -665,7 +714,6 @@ hb_ot_layout_language_get_required_feature_index +
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/harfbuzz-hb-ot-math.html b/docs/html/harfbuzz-hb-ot-math.html new file mode 100644 index 0000000..845bf04 --- /dev/null +++ b/docs/html/harfbuzz-hb-ot-math.html @@ -0,0 +1,956 @@ + + + + +hb-ot-math: HarfBuzz Manual + + + + + + + + + +
+ + + + + + +
+
+
+ + +
+

hb-ot-math

+

hb-ot-math

+
+
+

Functions

+ +
+
+

Types and Values

+
++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#defineHB_OT_TAG_MATH
#defineHB_OT_MATH_SCRIPT
enumhb_ot_math_constant_t
enumhb_ot_math_kern_t
 hb_ot_math_glyph_variant_t
enumhb_ot_math_glyph_part_flags_t
 hb_ot_math_glyph_part_t
+
+
+

Object Hierarchy

+
    GEnum
+    ├── hb_ot_math_constant_t
+    ╰── hb_ot_math_kern_t
+    GFlags
+    ╰── hb_ot_math_glyph_part_flags_t
+
+
+
+

Description

+
+
+

Functions

+
+

hb_ot_math_has_data ()

+
hb_bool_t
+hb_ot_math_has_data (hb_face_t *face);
+

This function allows to verify the presence of an OpenType MATH table on the +face.

+
+

Parameters

+
+++++ + + + + + +

face

hb_face_t to test

 
+
+
+

Returns

+

true if face has a MATH table, false otherwise

+
+

Since: 1.3.3

+
+
+
+

hb_ot_math_get_constant ()

+
hb_position_t
+hb_ot_math_get_constant (hb_font_t *font,
+                         hb_ot_math_constant_t constant);
+

This function returns the requested math constants as a hb_position_t. +If the request constant is HB_OT_MATH_CONSTANT_SCRIPT_PERCENT_SCALE_DOWN, +HB_OT_MATH_CONSTANT_SCRIPT_SCRIPT_PERCENT_SCALE_DOWN or +HB_OT_MATH_CONSTANT_SCRIPT_PERCENT_SCALE_DOWN then the return value is +actually an integer between 0 and 100 representing that percentage.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

font

hb_font_t from which to retrieve the value

 

constant

hb_ot_math_constant_t the constant to retrieve

 
+
+
+

Returns

+

the requested constant or 0

+
+

Since: 1.3.3

+
+
+
+

hb_ot_math_get_glyph_italics_correction ()

+
hb_position_t
+hb_ot_math_get_glyph_italics_correction
+                               (hb_font_t *font,
+                                hb_codepoint_t glyph);
+
+

Parameters

+
+++++ + + + + + + + + + + + + +

font

hb_font_t from which to retrieve the value

 

glyph

glyph index from which to retrieve the value

 
+
+
+

Returns

+

the italics correction of the glyph or 0

+
+

Since: 1.3.3

+
+
+
+

hb_ot_math_get_glyph_top_accent_attachment ()

+
hb_position_t
+hb_ot_math_get_glyph_top_accent_attachment
+                               (hb_font_t *font,
+                                hb_codepoint_t glyph);
+
+

Parameters

+
+++++ + + + + + + + + + + + + +

font

hb_font_t from which to retrieve the value

 

glyph

glyph index from which to retrieve the value

 
+
+
+

Returns

+

the top accent attachment of the glyph or 0

+
+

Since: 1.3.3

+
+
+
+

hb_ot_math_get_glyph_kerning ()

+
hb_position_t
+hb_ot_math_get_glyph_kerning (hb_font_t *font,
+                              hb_codepoint_t glyph,
+                              hb_ot_math_kern_t kern,
+                              hb_position_t correction_height);
+

This function tries to retrieve the MathKern table for the specified font, +glyph and hb_ot_math_kern_t. Then it browses the list of heights from the +MathKern table to find one value that is greater or equal to specified +correction_height. If one is found the corresponding value from the list of +kerns is returned and otherwise the last kern value is returned.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +

font

hb_font_t from which to retrieve the value

 

glyph

glyph index from which to retrieve the value

 

kern

the hb_ot_math_kern_t from which to retrieve the value

 

correction_height

the correction height to use to determine the kerning.

 
+
+
+

Returns

+

requested kerning or 0

+
+

Since: 1.3.3

+
+
+
+

hb_ot_math_is_glyph_extended_shape ()

+
hb_bool_t
+hb_ot_math_is_glyph_extended_shape (hb_face_t *face,
+                                    hb_codepoint_t glyph);
+
+

Parameters

+
+++++ + + + + + + + + + + + + +

face

a hb_face_t to test

 

glyph

a glyph index to test

 
+
+
+

Returns

+

true if the glyph is an extended shape, false otherwise

+
+

Since: 1.3.3

+
+
+
+

hb_ot_math_get_glyph_variants ()

+
unsigned int
+hb_ot_math_get_glyph_variants (hb_font_t *font,
+                               hb_codepoint_t glyph,
+                               hb_direction_t direction,
+                               unsigned int start_offset,
+                               unsigned int *variants_count,
+                               hb_ot_math_glyph_variant_t *variants);
+

This function tries to retrieve the MathGlyphConstruction for the specified +font, glyph and direction. Note that only the value of +HB_DIRECTION_IS_HORIZONTAL is considered. It provides the corresponding list +of size variants as an array of hb_ot_math_glyph_variant_t structs.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

font

hb_font_t from which to retrieve the values

 

glyph

index of the glyph to stretch

 

direction

direction of the stretching

 

start_offset

offset of the first variant to retrieve

 

variants_count

maximum number of variants to retrieve after start_offset +(IN) and actual number of variants retrieved (OUT)

 

variants

array of size at least variants_count +to store the result

 
+
+
+

Returns

+

the total number of size variants available or 0

+
+

Since: 1.3.3

+
+
+
+

hb_ot_math_get_min_connector_overlap ()

+
hb_position_t
+hb_ot_math_get_min_connector_overlap (hb_font_t *font,
+                                      hb_direction_t direction);
+

This function tries to retrieve the MathVariants table for the specified +font and returns the minimum overlap of connecting glyphs to draw a glyph +assembly in the specified direction. Note that only the value of +HB_DIRECTION_IS_HORIZONTAL is considered.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

font

hb_font_t from which to retrieve the value

 

direction

direction of the stretching

 
+
+
+

Returns

+

requested min connector overlap or 0

+
+

Since: 1.3.3

+
+
+
+

hb_ot_math_get_glyph_assembly ()

+
unsigned int
+hb_ot_math_get_glyph_assembly (hb_font_t *font,
+                               hb_codepoint_t glyph,
+                               hb_direction_t direction,
+                               unsigned int start_offset,
+                               unsigned int *parts_count,
+                               hb_ot_math_glyph_part_t *parts,
+                               hb_position_t *italics_correction);
+

This function tries to retrieve the GlyphAssembly for the specified font, +glyph and direction. Note that only the value of HB_DIRECTION_IS_HORIZONTAL +is considered. It provides the information necessary to draw the glyph +assembly as an array of hb_ot_math_glyph_part_t.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

font

hb_font_t from which to retrieve the values

 

glyph

index of the glyph to stretch

 

direction

direction of the stretching

 

start_offset

offset of the first glyph part to retrieve

 

parts_count

maximum number of glyph parts to retrieve after start_offset +(IN) and actual number of parts retrieved (OUT)

 

parts

array of size at least parts_count +to store the result

 

italics_correction

italic correction of the glyph assembly

 
+
+
+

Returns

+

the total number of parts in the glyph assembly

+
+

Since: 1.3.3

+
+
+
+

Types and Values

+
+

HB_OT_TAG_MATH

+
#define             HB_OT_TAG_MATH
+
+
+
+

HB_OT_MATH_SCRIPT

+
#define             HB_OT_MATH_SCRIPT
+
+
+
+

enum hb_ot_math_constant_t

+
+

Members

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

HB_OT_MATH_CONSTANT_SCRIPT_PERCENT_SCALE_DOWN

  

HB_OT_MATH_CONSTANT_SCRIPT_SCRIPT_PERCENT_SCALE_DOWN

  

HB_OT_MATH_CONSTANT_DELIMITED_SUB_FORMULA_MIN_HEIGHT

  

HB_OT_MATH_CONSTANT_DISPLAY_OPERATOR_MIN_HEIGHT

  

HB_OT_MATH_CONSTANT_MATH_LEADING

  

HB_OT_MATH_CONSTANT_AXIS_HEIGHT

  

HB_OT_MATH_CONSTANT_ACCENT_BASE_HEIGHT

  

HB_OT_MATH_CONSTANT_FLATTENED_ACCENT_BASE_HEIGHT

  

HB_OT_MATH_CONSTANT_SUBSCRIPT_SHIFT_DOWN

  

HB_OT_MATH_CONSTANT_SUBSCRIPT_TOP_MAX

  

HB_OT_MATH_CONSTANT_SUBSCRIPT_BASELINE_DROP_MIN

  

HB_OT_MATH_CONSTANT_SUPERSCRIPT_SHIFT_UP

  

HB_OT_MATH_CONSTANT_SUPERSCRIPT_SHIFT_UP_CRAMPED

  

HB_OT_MATH_CONSTANT_SUPERSCRIPT_BOTTOM_MIN

  

HB_OT_MATH_CONSTANT_SUPERSCRIPT_BASELINE_DROP_MAX

  

HB_OT_MATH_CONSTANT_SUB_SUPERSCRIPT_GAP_MIN

  

HB_OT_MATH_CONSTANT_SUPERSCRIPT_BOTTOM_MAX_WITH_SUBSCRIPT

  

HB_OT_MATH_CONSTANT_SPACE_AFTER_SCRIPT

  

HB_OT_MATH_CONSTANT_UPPER_LIMIT_GAP_MIN

  

HB_OT_MATH_CONSTANT_UPPER_LIMIT_BASELINE_RISE_MIN

  

HB_OT_MATH_CONSTANT_LOWER_LIMIT_GAP_MIN

  

HB_OT_MATH_CONSTANT_LOWER_LIMIT_BASELINE_DROP_MIN

  

HB_OT_MATH_CONSTANT_STACK_TOP_SHIFT_UP

  

HB_OT_MATH_CONSTANT_STACK_TOP_DISPLAY_STYLE_SHIFT_UP

  

HB_OT_MATH_CONSTANT_STACK_BOTTOM_SHIFT_DOWN

  

HB_OT_MATH_CONSTANT_STACK_BOTTOM_DISPLAY_STYLE_SHIFT_DOWN

  

HB_OT_MATH_CONSTANT_STACK_GAP_MIN

  

HB_OT_MATH_CONSTANT_STACK_DISPLAY_STYLE_GAP_MIN

  

HB_OT_MATH_CONSTANT_STRETCH_STACK_TOP_SHIFT_UP

  

HB_OT_MATH_CONSTANT_STRETCH_STACK_BOTTOM_SHIFT_DOWN

  

HB_OT_MATH_CONSTANT_STRETCH_STACK_GAP_ABOVE_MIN

  

HB_OT_MATH_CONSTANT_STRETCH_STACK_GAP_BELOW_MIN

  

HB_OT_MATH_CONSTANT_FRACTION_NUMERATOR_SHIFT_UP

  

HB_OT_MATH_CONSTANT_FRACTION_NUMERATOR_DISPLAY_STYLE_SHIFT_UP

  

HB_OT_MATH_CONSTANT_FRACTION_DENOMINATOR_SHIFT_DOWN

  

HB_OT_MATH_CONSTANT_FRACTION_DENOMINATOR_DISPLAY_STYLE_SHIFT_DOWN

  

HB_OT_MATH_CONSTANT_FRACTION_NUMERATOR_GAP_MIN

  

HB_OT_MATH_CONSTANT_FRACTION_NUM_DISPLAY_STYLE_GAP_MIN

  

HB_OT_MATH_CONSTANT_FRACTION_RULE_THICKNESS

  

HB_OT_MATH_CONSTANT_FRACTION_DENOMINATOR_GAP_MIN

  

HB_OT_MATH_CONSTANT_FRACTION_DENOM_DISPLAY_STYLE_GAP_MIN

  

HB_OT_MATH_CONSTANT_SKEWED_FRACTION_HORIZONTAL_GAP

  

HB_OT_MATH_CONSTANT_SKEWED_FRACTION_VERTICAL_GAP

  

HB_OT_MATH_CONSTANT_OVERBAR_VERTICAL_GAP

  

HB_OT_MATH_CONSTANT_OVERBAR_RULE_THICKNESS

  

HB_OT_MATH_CONSTANT_OVERBAR_EXTRA_ASCENDER

  

HB_OT_MATH_CONSTANT_UNDERBAR_VERTICAL_GAP

  

HB_OT_MATH_CONSTANT_UNDERBAR_RULE_THICKNESS

  

HB_OT_MATH_CONSTANT_UNDERBAR_EXTRA_DESCENDER

  

HB_OT_MATH_CONSTANT_RADICAL_VERTICAL_GAP

  

HB_OT_MATH_CONSTANT_RADICAL_DISPLAY_STYLE_VERTICAL_GAP

  

HB_OT_MATH_CONSTANT_RADICAL_RULE_THICKNESS

  

HB_OT_MATH_CONSTANT_RADICAL_EXTRA_ASCENDER

  

HB_OT_MATH_CONSTANT_RADICAL_KERN_BEFORE_DEGREE

  

HB_OT_MATH_CONSTANT_RADICAL_KERN_AFTER_DEGREE

  

HB_OT_MATH_CONSTANT_RADICAL_DEGREE_BOTTOM_RAISE_PERCENT

  
+
+

Since: 1.3.3

+
+
+
+

enum hb_ot_math_kern_t

+
+

Members

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +

HB_OT_MATH_KERN_TOP_RIGHT

  

HB_OT_MATH_KERN_TOP_LEFT

  

HB_OT_MATH_KERN_BOTTOM_RIGHT

  

HB_OT_MATH_KERN_BOTTOM_LEFT

  
+
+

Since: 1.3.3

+
+
+
+

hb_ot_math_glyph_variant_t

+
typedef struct {
+  hb_codepoint_t glyph;
+  hb_position_t advance;
+} hb_ot_math_glyph_variant_t;
+
+

Since: 1.3.3

+
+
+
+

enum hb_ot_math_glyph_part_flags_t

+
+

Members

+
+++++ + + + + + +

HB_MATH_GLYPH_PART_FLAG_EXTENDER

  
+
+

Since: 1.3.3

+
+
+
+

hb_ot_math_glyph_part_t

+
typedef struct {
+  hb_codepoint_t glyph;
+  hb_position_t start_connector_length;
+  hb_position_t end_connector_length;
+  hb_position_t full_advance;
+  hb_ot_math_glyph_part_flags_t flags;
+} hb_ot_math_glyph_part_t;
+
+

Since: 1.3.3

+
+
+
+ + + \ No newline at end of file diff --git a/docs/html/harfbuzz-hb-ot-shape.html b/docs/html/harfbuzz-hb-ot-shape.html index b0a293f..f96da37 100644 --- a/docs/html/harfbuzz-hb-ot-shape.html +++ b/docs/html/harfbuzz-hb-ot-shape.html @@ -2,26 +2,25 @@ -HarfBuzz Manual: hb-ot-shape +hb-ot-shape: HarfBuzz Manual - + - - + + - + - + - +
@@ -50,11 +49,6 @@
-

Object Hierarchy

-
-
-
-

Description

@@ -67,7 +61,7 @@ hb_ot_shape_glyphs_closure (const hb_feature_t *features, unsigned int num_features, hb_set_t *glyphs); -

Since 0.9.2

+

Since: 0.9.2

@@ -75,7 +69,6 @@ hb_ot_shape_glyphs_closure ( -
- Generated by GTK-Doc V1.20
+
Generated by GTK-Doc V1.25.1
\ No newline at end of file diff --git a/docs/html/harfbuzz-hb-ot-tag.html b/docs/html/harfbuzz-hb-ot-tag.html index 243eb04..c59ccd3 100644 --- a/docs/html/harfbuzz-hb-ot-tag.html +++ b/docs/html/harfbuzz-hb-ot-tag.html @@ -2,24 +2,23 @@ -HarfBuzz Manual: hb-ot-tag +hb-ot-tag: HarfBuzz Manual - + - + - + - + @@ -95,11 +94,6 @@
-

Object Hierarchy

-
-
-
-

Description

@@ -115,11 +109,11 @@ hb_ot_tag_from_language (hb_language_t hb_ot_tag_to_language (hb_tag_t tag);
-

Returns

+

Returns

.

[transfer none]

-

Since 0.9.2

+

Since: 0.9.2


@@ -152,7 +146,6 @@ hb_ot_tags_from_script ( -
- Generated by GTK-Doc V1.20
+
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/harfbuzz-hb-ot.html b/docs/html/harfbuzz-hb-ot.html index 40a64c0..3e19070 100644 --- a/docs/html/harfbuzz-hb-ot.html +++ b/docs/html/harfbuzz-hb-ot.html @@ -2,24 +2,23 @@ -HarfBuzz Manual: hb-ot +hb-ot: HarfBuzz Manual - + - + - + - + @@ -33,22 +32,17 @@
-

Object Hierarchy

-
-
-
-

Description

Functions

+

Types and Values

+
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/harfbuzz-hb-set.html b/docs/html/harfbuzz-hb-set.html index c88ea5c..ff1f332 100644 --- a/docs/html/harfbuzz-hb-set.html +++ b/docs/html/harfbuzz-hb-set.html @@ -2,24 +2,24 @@ -HarfBuzz Manual: hb-set +hb-set: HarfBuzz Manual - + - + - + - + @@ -41,10 +41,6 @@ -#define -HB_SET_VALUE_INVALID - - void @@ -261,15 +257,21 @@ - + + +#define +HB_SET_VALUE_INVALID + + typedef hb_set_t - + +

Object Hierarchy

-
    GBoxed
+
    GBoxed
     ╰── hb_set_t
 
@@ -279,18 +281,12 @@

Functions

-

HB_SET_VALUE_INVALID

-
#define HB_SET_VALUE_INVALID ((hb_codepoint_t) -1)
-
-
-
-

hb_set_add ()

void
 hb_set_add (hb_set_t *set,
             hb_codepoint_t codepoint);
-

Parameters

+

Parameters

@@ -304,7 +300,7 @@ hb_set_add (Since 0.9.2

+

Since: 0.9.2


@@ -314,7 +310,7 @@ hb_set_add_range (hb_codepoint_t first, hb_codepoint_t last);
-

Parameters

+

Parameters

@@ -328,7 +324,7 @@ hb_set_add_range (Since 0.9.7

+

Since: 0.9.7


@@ -336,7 +332,7 @@ hb_set_add_range (hb_bool_t hb_set_allocation_successful (const hb_set_t *set);
-

Parameters

+

Parameters

@@ -350,11 +346,7 @@ hb_set_allocation_successful (const
-
-

Returns

-

-
-

Since 0.9.2

+

Since: 0.9.2


@@ -362,7 +354,7 @@ hb_set_allocation_successful (const void hb_set_clear (hb_set_t *set);
-

Parameters

+

Parameters

@@ -376,13 +368,20 @@ hb_set_clear (Since 0.9.2

+

Since: 0.9.2


hb_set_create ()

hb_set_t *
 hb_set_create (void);
+

[Xconstructor]

+
+

Returns

+

.

+

[transfer full]

+
+

Since: 0.9.2


@@ -391,7 +390,7 @@ hb_set_create (void hb_set_del (hb_set_t *set, hb_codepoint_t codepoint);
-

Parameters

+

Parameters

@@ -405,7 +404,7 @@ hb_set_del (Since 0.9.2

+

Since: 0.9.2


@@ -415,7 +414,7 @@ hb_set_del_range (hb_codepoint_t first, hb_codepoint_t last);
-

Parameters

+

Parameters

@@ -429,15 +428,16 @@ hb_set_del_range (Since 0.9.7

+

Since: 0.9.7


hb_set_destroy ()

void
 hb_set_destroy (hb_set_t *set);
+

[skip]

-

Parameters

+

Parameters

@@ -451,7 +451,7 @@ hb_set_destroy (Since 0.9.2

+

Since: 0.9.2


@@ -459,11 +459,11 @@ hb_set_destroy (hb_set_t * hb_set_get_empty (void);
-

Returns

+

Returns

.

[transfer full]

-

Since 0.9.2

+

Since: 0.9.2


@@ -472,7 +472,7 @@ hb_set_get_empty (voidconst hb_set_t *set);

Finds the maximum number in the set.

-

Parameters

+

Parameters

@@ -487,11 +487,10 @@ hb_set_get_max (const -

Returns

+

Returns

minimum of the set, or HB_SET_VALUE_INVALID if set is empty.

-

-

Since 0.9.7

+

Since: 0.9.7


@@ -500,7 +499,7 @@ hb_set_get_max (const const hb_set_t *set);

Finds the minimum number in the set.

-

Parameters

+

Parameters

@@ -515,11 +514,10 @@ hb_set_get_min (const -

Returns

+

Returns

minimum of the set, or HB_SET_VALUE_INVALID if set is empty.

-

-

Since 0.9.7

+

Since: 0.9.7


@@ -528,7 +526,7 @@ hb_set_get_min (const const hb_set_t *set);

Returns the number of numbers in the set.

-

Parameters

+

Parameters

@@ -543,11 +541,10 @@ hb_set_get_population (const -

Returns

+

Returns

set population.

-

-

Since 0.9.7

+

Since: 0.9.7


@@ -555,8 +552,9 @@ hb_set_get_population (const void * hb_set_get_user_data (hb_set_t *set, hb_user_data_key_t *key); +

[skip]

-

Parameters

+

Parameters

@@ -571,11 +569,11 @@ hb_set_get_user_data ( -

Returns

+

Returns

.

[transfer none]

-

Since 0.9.2

+

Since: 0.9.2


@@ -584,7 +582,7 @@ hb_set_get_user_data (const hb_set_t *set, hb_codepoint_t codepoint);
-

Parameters

+

Parameters

@@ -598,11 +596,7 @@ hb_set_has (const -

Returns

-

- -

Since 0.9.2

+

Since: 0.9.2


@@ -611,7 +605,7 @@ hb_set_has (const hb_set_t *set, const hb_set_t *other);
-

Parameters

+

Parameters

@@ -625,7 +619,7 @@ hb_set_intersect (Since 0.9.2

+

Since: 0.9.2


@@ -633,7 +627,7 @@ hb_set_intersect (void hb_set_invert (hb_set_t *set);
-

Parameters

+

Parameters

@@ -647,7 +641,7 @@ hb_set_invert (Since 0.9.10

+

Since: 0.9.10


@@ -655,7 +649,7 @@ hb_set_invert (hb_bool_t hb_set_is_empty (const hb_set_t *set);
-

Parameters

+

Parameters

@@ -669,11 +663,7 @@ hb_set_is_empty (const -

Returns

-

- -

Since 0.9.7

+

Since: 0.9.7


@@ -682,7 +672,7 @@ hb_set_is_empty (const const hb_set_t *set, const hb_set_t *other);
-

Parameters

+

Parameters

@@ -696,11 +686,7 @@ hb_set_is_equal (const -

Returns

-

- -

Since 0.9.7

+

Since: 0.9.7


@@ -709,7 +695,7 @@ hb_set_is_equal (const const hb_set_t *set, hb_codepoint_t *codepoint);
-

Parameters

+

Parameters

@@ -731,11 +717,10 @@ hb_set_next (const -

Returns

+

Returns

whether there was a next value.

-

-

Since 0.9.2

+

Since: 0.9.2


@@ -749,7 +734,7 @@ hb_set_next_range (const last .

-

Parameters

+

Parameters

@@ -776,19 +761,19 @@ are greater than current value of last
-

Returns

+

Returns

whether there was a next range.

-

-

Since 0.9.7

+

Since: 0.9.7


hb_set_reference ()

hb_set_t *
 hb_set_reference (hb_set_t *set);
+

[skip]

-

Parameters

+

Parameters

@@ -803,11 +788,11 @@ hb_set_reference ( -

Returns

+

Returns

.

[transfer full]

-

Since 0.9.2

+

Since: 0.9.2


@@ -816,7 +801,7 @@ hb_set_reference (hb_set_t *set, const hb_set_t *other);
-

Parameters

+

Parameters

@@ -830,7 +815,7 @@ hb_set_set (Since 0.9.2

+

Since: 0.9.2


@@ -841,34 +826,23 @@ hb_set_set_user_data (void *data, hb_destroy_func_t destroy, hb_bool_t replace); +

[skip]

-

Parameters

+

Parameters

- - + - - - - - - - +

set

a set.

 

data

destroy -(closure data):

 
-
-

Returns

-

-
-

Since 0.9.2

+

Since: 0.9.2


@@ -877,7 +851,7 @@ hb_set_set_user_data (hb_set_t *set, const hb_set_t *other);
-

Parameters

+

Parameters

@@ -891,7 +865,7 @@ hb_set_subtract (Since 0.9.2

+

Since: 0.9.2


@@ -900,7 +874,7 @@ hb_set_subtract (hb_set_t *set, const hb_set_t *other);
-

Parameters

+

Parameters

@@ -914,7 +888,7 @@ hb_set_symmetric_difference (Since 0.9.2

+

Since: 0.9.2


@@ -923,7 +897,7 @@ hb_set_symmetric_difference (hb_set_t *set, const hb_set_t *other);
-

Parameters

+

Parameters

@@ -937,12 +911,18 @@ hb_set_union (Since 0.9.2

+

Since: 0.9.2

Types and Values

+

HB_SET_VALUE_INVALID

+
#define HB_SET_VALUE_INVALID ((hb_codepoint_t) -1)
+
+
+
+

hb_set_t

typedef struct hb_set_t hb_set_t;
 
@@ -950,7 +930,6 @@ hb_set_union ( -
- Generated by GTK-Doc V1.20
+
Generated by GTK-Doc V1.25.1
\ No newline at end of file diff --git a/docs/html/harfbuzz-hb-shape-plan.html b/docs/html/harfbuzz-hb-shape-plan.html index ded5353..729a7e8 100644 --- a/docs/html/harfbuzz-hb-shape-plan.html +++ b/docs/html/harfbuzz-hb-shape-plan.html @@ -2,25 +2,25 @@ -HarfBuzz Manual: hb-shape-plan +hb-shape-plan: HarfBuzz Manual - - + + - + -
+ - - + +
@@ -58,6 +58,22 @@ +hb_shape_plan_t * + + +hb_shape_plan_create2 () + + + + +hb_shape_plan_t * + + +hb_shape_plan_create_cached2 () + + + + void @@ -129,7 +145,7 @@

Object Hierarchy

-
    GBoxed
+
    GBoxed
     ╰── hb_shape_plan_t
 
@@ -146,6 +162,35 @@ hb_shape_plan_create (const hb_feature_t *user_features, unsigned int num_user_features, const char * const *shaper_list); +

[Xconstructor]

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

user_features

.

[array length=num_user_features]

shaper_list

.

[array zero-terminated=1]
+
+
+

Returns

+

.

+

[transfer full]

+
+

Since: 0.9.7


@@ -157,7 +202,7 @@ hb_shape_plan_create_cached (unsigned int num_user_features, const char * const *shaper_list);
-

Parameters

+

Parameters

@@ -179,19 +224,44 @@ hb_shape_plan_create_cached ( -

Returns

+

Returns

.

[transfer full]

-

Since 0.9.7

+

Since: 0.9.7

+ +
+
+

hb_shape_plan_create2 ()

+
hb_shape_plan_t *
+hb_shape_plan_create2 (hb_face_t *face,
+                       const hb_segment_properties_t *props,
+                       const hb_feature_t *user_features,
+                       unsigned int num_user_features,
+                       const int *coords,
+                       unsigned int num_coords,
+                       const char * const *shaper_list);
+
+
+
+

hb_shape_plan_create_cached2 ()

+
hb_shape_plan_t *
+hb_shape_plan_create_cached2 (hb_face_t *face,
+                              const hb_segment_properties_t *props,
+                              const hb_feature_t *user_features,
+                              unsigned int num_user_features,
+                              const int *coords,
+                              unsigned int num_coords,
+                              const char * const *shaper_list);

hb_shape_plan_destroy ()

void
 hb_shape_plan_destroy (hb_shape_plan_t *shape_plan);
+

[skip]

-

Parameters

+

Parameters

@@ -205,7 +275,7 @@ hb_shape_plan_destroy (Since 0.9.7

+

Since: 0.9.7


@@ -217,7 +287,7 @@ hb_shape_plan_execute (const hb_feature_t *features, unsigned int num_features);
-

Parameters

+

Parameters

@@ -248,11 +318,7 @@ hb_shape_plan_execute ( -

Returns

-

- -

Since 0.9.7

+

Since: 0.9.7


@@ -260,11 +326,11 @@ hb_shape_plan_execute (hb_shape_plan_t * hb_shape_plan_get_empty (void);
-

Returns

+

Returns

.

[transfer full]

-

Since 0.9.7

+

Since: 0.9.7


@@ -272,7 +338,7 @@ hb_shape_plan_get_empty (voidconst char * hb_shape_plan_get_shaper (hb_shape_plan_t *shape_plan);
-

Parameters

+

Parameters

@@ -287,11 +353,11 @@ hb_shape_plan_get_shaper ( -

Returns

+

Returns

.

[transfer none]

-

Since 0.9.7

+

Since: 0.9.7


@@ -299,8 +365,9 @@ hb_shape_plan_get_shaper (void * hb_shape_plan_get_user_data (hb_shape_plan_t *shape_plan, hb_user_data_key_t *key); +

[skip]

-

Parameters

+

Parameters

@@ -315,19 +382,20 @@ hb_shape_plan_get_user_data ( -

Returns

+

Returns

.

[transfer none]

-

Since 0.9.7

+

Since: 0.9.7


hb_shape_plan_reference ()

hb_shape_plan_t *
 hb_shape_plan_reference (hb_shape_plan_t *shape_plan);
+

[skip]

-

Parameters

+

Parameters

@@ -342,11 +410,11 @@ hb_shape_plan_reference ( -

Returns

+

Returns

.

[transfer full]

-

Since 0.9.7

+

Since: 0.9.7


@@ -357,8 +425,9 @@ hb_shape_plan_set_user_data (void *data, hb_destroy_func_t destroy, hb_bool_t replace); +

[skip]

-

Parameters

+

Parameters

@@ -372,11 +441,7 @@ hb_shape_plan_set_user_data ( -

Returns

-

- -

Since 0.9.7

+

Since: 0.9.7

@@ -389,7 +454,6 @@ hb_shape_plan_set_user_data ( -
- Generated by GTK-Doc V1.20
+
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/harfbuzz-hb-unicode.html b/docs/html/harfbuzz-hb-unicode.html index 2525865..3746b0e 100644 --- a/docs/html/harfbuzz-hb-unicode.html +++ b/docs/html/harfbuzz-hb-unicode.html @@ -2,24 +2,24 @@ -HarfBuzz Manual: hb-unicode +hb-unicode: HarfBuzz Manual - + - + -
+ - + @@ -41,10 +41,6 @@ -#define -HB_UNICODE_MAX_DECOMPOSITION_LEN - - hb_unicode_combining_class_t @@ -310,6 +306,10 @@ +#define +HB_UNICODE_MAX_DECOMPOSITION_LEN + + enum hb_unicode_combining_class_t @@ -326,9 +326,9 @@

Object Hierarchy

-
    GBoxed
+
    GBoxed
     ╰── hb_unicode_funcs_t
-    GEnum
+    GEnum
     ├── hb_unicode_combining_class_t
     ╰── hb_unicode_general_category_t
 
@@ -339,17 +339,11 @@

Functions

-

HB_UNICODE_MAX_DECOMPOSITION_LEN

-
#define HB_UNICODE_MAX_DECOMPOSITION_LEN (18+1) /* codepoints */
-
-
-
-

hb_unicode_combining_class ()

hb_unicode_combining_class_t
 hb_unicode_combining_class (hb_unicode_funcs_t *ufuncs,
                             hb_codepoint_t unicode);
-

Since 0.9.2

+

Since: 0.9.2


@@ -368,7 +362,7 @@ hb_unicode_compose (hb_codepoint_t b, hb_codepoint_t *ab);
-

Parameters

+

Parameters

@@ -389,11 +383,7 @@ hb_unicode_compose ( -

Returns

-

- -

Since 0.9.2

+

Since: 0.9.2


@@ -414,7 +404,7 @@ hb_unicode_decompose (hb_codepoint_t *a, hb_codepoint_t *b);
-

Parameters

+

Parameters

@@ -440,11 +430,7 @@ hb_unicode_decompose ( -

Returns

-

- -

Since 0.9.2

+

Since: 0.9.2


@@ -454,7 +440,7 @@ hb_unicode_decompose_compatibility (hb_codepoint_t u, hb_codepoint_t *decomposed);
-

Parameters

+

Parameters

@@ -475,11 +461,7 @@ hb_unicode_decompose_compatibility (
-
-

Returns

-

-
-

Since 0.9.2

+

Since: 0.9.2


@@ -497,21 +479,44 @@ hb_unicode_decompose_compatibility (unsigned int hb_unicode_eastasian_width (hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode); -

Since 0.9.2

+

Since: 0.9.2


hb_unicode_funcs_create ()

hb_unicode_funcs_t *
 hb_unicode_funcs_create (hb_unicode_funcs_t *parent);
+

[Xconstructor]

+
+

Parameters

+
+++++ + + + + + +

parent

.

[nullable]
+
+
+

Returns

+

.

+

[transfer full]

+
+

Since: 0.9.2


hb_unicode_funcs_destroy ()

void
 hb_unicode_funcs_destroy (hb_unicode_funcs_t *ufuncs);
+

[skip]

-

Parameters

+

Parameters

@@ -525,7 +530,7 @@ hb_unicode_funcs_destroy (Since 0.9.2

+

Since: 0.9.2


@@ -539,11 +544,11 @@ hb_unicode_funcs_get_default (voi
hb_unicode_funcs_t *
 hb_unicode_funcs_get_empty (void);
-

Returns

+

Returns

.

[transfer full]

-

Since 0.9.2

+

Since: 0.9.2


@@ -551,7 +556,7 @@ hb_unicode_funcs_get_empty (void<
hb_unicode_funcs_t *
 hb_unicode_funcs_get_parent (hb_unicode_funcs_t *ufuncs);
-

Parameters

+

Parameters

@@ -565,11 +570,7 @@ hb_unicode_funcs_get_parent ( -

Returns

-

- -

Since 0.9.2

+

Since: 0.9.2


@@ -577,8 +578,9 @@ hb_unicode_funcs_get_parent (void * hb_unicode_funcs_get_user_data (hb_unicode_funcs_t *ufuncs, hb_user_data_key_t *key); +

[skip]

-

Parameters

+

Parameters

@@ -593,11 +595,11 @@ hb_unicode_funcs_get_user_data (
-

Returns

+

Returns

.

[transfer none]

-

Since 0.9.2

+

Since: 0.9.2


@@ -605,7 +607,7 @@ hb_unicode_funcs_get_user_data (hb_bool_t hb_unicode_funcs_is_immutable (hb_unicode_funcs_t *ufuncs);
-

Parameters

+

Parameters

@@ -619,11 +621,7 @@ hb_unicode_funcs_is_immutable (
-
-

Returns

-

-
-

Since 0.9.2

+

Since: 0.9.2


@@ -631,7 +629,7 @@ hb_unicode_funcs_is_immutable (void hb_unicode_funcs_make_immutable (hb_unicode_funcs_t *ufuncs);
-

Parameters

+

Parameters

@@ -645,15 +643,16 @@ hb_unicode_funcs_make_immutable (
-

Since 0.9.2

+

Since: 0.9.2


hb_unicode_funcs_reference ()

hb_unicode_funcs_t *
 hb_unicode_funcs_reference (hb_unicode_funcs_t *ufuncs);
+

[skip]

-

Parameters

+

Parameters

@@ -668,11 +667,11 @@ hb_unicode_funcs_reference ( -

Returns

+

Returns

.

[transfer full]

-

Since 0.9.2

+

Since: 0.9.2


@@ -684,7 +683,7 @@ hb_unicode_funcs_set_combining_class_func void *user_data, hb_destroy_func_t destroy);
-

Parameters

+

Parameters

@@ -705,7 +704,7 @@ hb_unicode_funcs_set_combining_class_func
-

Since 0.9.2

+

Since: 0.9.2


@@ -716,7 +715,7 @@ hb_unicode_funcs_set_compose_func (void *user_data, hb_destroy_func_t destroy);
-

Parameters

+

Parameters

@@ -737,7 +736,7 @@ hb_unicode_funcs_set_compose_func (
-

Since 0.9.2

+

Since: 0.9.2


@@ -749,7 +748,7 @@ hb_unicode_funcs_set_decompose_compatibility_func void *user_data, hb_destroy_func_t destroy);
-

Parameters

+

Parameters

@@ -770,7 +769,7 @@ hb_unicode_funcs_set_decompose_compatibility_func
-

Since 0.9.2

+

Since: 0.9.2


@@ -781,7 +780,7 @@ hb_unicode_funcs_set_decompose_func (void *user_data, hb_destroy_func_t destroy);
-

Parameters

+

Parameters

@@ -802,7 +801,7 @@ hb_unicode_funcs_set_decompose_func (
-

Since 0.9.2

+

Since: 0.9.2


@@ -814,7 +813,7 @@ hb_unicode_funcs_set_eastasian_width_func void *user_data, hb_destroy_func_t destroy);
-

Parameters

+

Parameters

@@ -835,7 +834,7 @@ hb_unicode_funcs_set_eastasian_width_func
-

Since 0.9.2

+

Since: 0.9.2


@@ -847,7 +846,7 @@ hb_unicode_funcs_set_general_category_func void *user_data, hb_destroy_func_t destroy);
-

Parameters

+

Parameters

@@ -868,7 +867,7 @@ hb_unicode_funcs_set_general_category_func
-

Since 0.9.2

+

Since: 0.9.2


@@ -879,7 +878,7 @@ hb_unicode_funcs_set_mirroring_func (void *user_data, hb_destroy_func_t destroy);
-

Parameters

+

Parameters

@@ -900,7 +899,7 @@ hb_unicode_funcs_set_mirroring_func (
-

Since 0.9.2

+

Since: 0.9.2


@@ -911,7 +910,7 @@ hb_unicode_funcs_set_script_func (void *user_data, hb_destroy_func_t destroy);
-

Parameters

+

Parameters

@@ -932,7 +931,7 @@ hb_unicode_funcs_set_script_func (
-

Since 0.9.2

+

Since: 0.9.2


@@ -943,8 +942,9 @@ hb_unicode_funcs_set_user_data (void *data, hb_destroy_func_t destroy, hb_bool_t replace); +

[skip]

-

Parameters

+

Parameters

@@ -958,11 +958,7 @@ hb_unicode_funcs_set_user_data (
-
-

Returns

-

-
-

Since 0.9.2

+

Since: 0.9.2


@@ -970,7 +966,7 @@ hb_unicode_funcs_set_user_data (hb_unicode_general_category_t hb_unicode_general_category (hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode); -

Since 0.9.2

+

Since: 0.9.2


@@ -986,7 +982,7 @@ hb_unicode_general_category (hb_codepoint_t hb_unicode_mirroring (hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode); -

Since 0.9.2

+

Since: 0.9.2


@@ -1002,7 +998,7 @@ hb_unicode_mirroring (hb_script_t hb_unicode_script (hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode); -

Since 0.9.2

+

Since: 0.9.2


-

Object Hierarchy

-
-
-
-

Description

@@ -120,8 +114,9 @@ hb_version (unsigned int *major, unsigned int *minor, unsigned int *micro); +

Returns library version as three integer components.

-

Parameters

+

Parameters

@@ -147,12 +142,7 @@ hb_version (unsigned int *
-
-

Returns

-

library version as three integer components.

-

-
-

Since 0.9.2

+

Since: 0.9.2


@@ -161,11 +151,7 @@ hb_version (unsigned int * hb_version_atleast (unsigned int major, unsigned int minor, unsigned int micro); -
-

Returns

-

-
-

Since 0.9.30

+

Since: 0.9.30


@@ -174,11 +160,10 @@ hb_version_atleast (unsigned int< hb_version_string (void);

Returns library version as a string with three components.

-

Returns

+

Returns

library version string.

-

-

Since 0.9.2

+

Since: 0.9.2

@@ -191,25 +176,24 @@ hb_version_string (void

HB_VERSION_MICRO

-
#define HB_VERSION_MICRO 7
+
#define HB_VERSION_MICRO 6
 

HB_VERSION_MINOR

-
#define HB_VERSION_MINOR 2
+
#define HB_VERSION_MINOR 4
 

HB_VERSION_STRING

-
#define HB_VERSION_STRING "1.2.7"
+
#define HB_VERSION_STRING "1.4.6"
 
+
Generated by GTK-Doc V1.25.1
\ No newline at end of file diff --git a/docs/html/harfbuzz-hb.html b/docs/html/harfbuzz-hb.html index 497a7de..98446c2 100644 --- a/docs/html/harfbuzz-hb.html +++ b/docs/html/harfbuzz-hb.html @@ -2,25 +2,24 @@ -HarfBuzz Manual: hb +hb: HarfBuzz Manual - - + + - + - + - - + +
@@ -33,22 +32,17 @@
-

Object Hierarchy

-
-
-
-

Description

Functions

+

Types and Values

+
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/harfbuzz.devhelp2 b/docs/html/harfbuzz.devhelp2 index 494893a..d6b070c 100644 --- a/docs/html/harfbuzz.devhelp2 +++ b/docs/html/harfbuzz.devhelp2 @@ -1,5 +1,4 @@ - @@ -26,6 +25,13 @@ + + + + + + + @@ -33,7 +39,7 @@ - + @@ -50,6 +56,7 @@ + @@ -79,6 +86,8 @@ + + @@ -104,7 +113,6 @@ - @@ -118,7 +126,7 @@ - + @@ -127,7 +135,7 @@ - + @@ -151,10 +159,11 @@ + - + @@ -231,7 +240,7 @@ - + @@ -250,10 +259,10 @@ - + - + @@ -263,7 +272,6 @@ - @@ -271,7 +279,9 @@ + + @@ -285,7 +295,6 @@ - @@ -298,10 +307,15 @@ + + + + + @@ -309,9 +323,15 @@ + + + + + + @@ -320,7 +340,6 @@ - @@ -328,6 +347,7 @@ + @@ -345,15 +365,16 @@ + + - - + @@ -375,9 +396,11 @@ + + @@ -397,6 +420,7 @@ + @@ -406,6 +430,7 @@ + @@ -419,8 +444,26 @@ - + + + + + + + + + + + + + + + + + + + @@ -446,7 +489,7 @@ - + @@ -455,30 +498,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - @@ -491,6 +510,9 @@ + + + @@ -503,5 +525,364 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/html/hello-harfbuzz.html b/docs/html/hello-harfbuzz.html index 30efdfa..0bf8ed5 100644 --- a/docs/html/hello-harfbuzz.html +++ b/docs/html/hello-harfbuzz.html @@ -2,17 +2,17 @@ -HarfBuzz Manual: Hello, Harfbuzz +Hello, Harfbuzz: HarfBuzz Manual - + - + @@ -176,7 +176,6 @@ ABC אבג DEF +
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/home.png b/docs/html/home.png index 28c2e27c6177f78365ca9fc04e5a1d0f0feaa51e..9346b336a784463192c7daab5133a3673dd69845 100644 GIT binary patch delta 228 zcmZ3<*uXSFrJgOx+ueoXKL{?^yL>VO0|RG)M`SSr1MhVZW^~e+T>%tiFY)wsWxvZV zAS5rekVj1nDAeoe;uvCa`tGH@oJ@`aM?c=5w=7L8A&<8#fzd2Me_MjAxKw1rtQmI} zCa|Zmsb#C^oPJn4qk~_L=ggn`2Mqo!PwHXRz7o45u{SWhu8}$E8P{q52Ry0FGpgGw zx%@U9T+ICEn{c$x!yC+JYV`_^XC7GleT7ripLvXo$8wo-xx4b~pKWK-^Nck=6BqsK b@E0a)Rja3M2W7&5E@SX?^>bP0l+XkKl89Iq delta 141 zcmV;80CN9;0;vIzB!6&8L_t(|0b>}Z;Q#;sj6f;^h;IS$10YTXVrF9X+XC@fkU41h zCJ_7J)2IN%n?Z^R;N3v1jjWLuh&zDz8(a}#{0oR@0 - + @@ -76,6 +76,18 @@
Using Harfbuzz's native OpenType implementation
Using your own font functions
+
+
+
Clusters
+
A clustering example for levels 0 and 1
+
Reordering in levels 0 and 1
+
The distinction between levels 0 and 1
+
Level 2
+
+
Ligatures with combining marks
+
Reordering
+
+
Shaping and shape plans
OpenType features
@@ -84,7 +96,7 @@
II. Reference manual
-
Harfbuzz API
+
Harfbuzz API
hb @@ -135,6 +147,9 @@ hb-ot-shape
+hb-ot-math +
+
hb-shape-plan
@@ -179,13 +194,14 @@
Index of new symbols in 1.0.5
Index of new symbols in 1.1.2
Index of new symbols in 1.1.3
+
Index of new symbols in 1.2.3
+
Index of new symbols in 1.3.3
Index of deprecated API
Annotation Glossary
+
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/index.sgml b/docs/html/index.sgml deleted file mode 100644 index 23e3966..0000000 --- a/docs/html/index.sgml +++ /dev/null @@ -1,601 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/html/install-harfbuzz.html b/docs/html/install-harfbuzz.html index 592e727..6e76703 100644 --- a/docs/html/install-harfbuzz.html +++ b/docs/html/install-harfbuzz.html @@ -2,17 +2,17 @@ -HarfBuzz Manual: Install Harfbuzz +Install Harfbuzz: HarfBuzz Manual - + -
+ @@ -54,7 +54,6 @@ +
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/left-insensitive.png b/docs/html/left-insensitive.png index 9b8005bf04f74b913d9c26a41ba78fa76e9e40fe..3269393a7f72af744a772c437bd7b3976c23709d 100644 GIT binary patch delta 379 zcmV->0fhd^0*eEX8Gi-<001BJ|6u?C00v@9M??Vs0RI60puMM)00009a7bBm000fw z000fw0YWI7cmMzZ2XskIMF-sn5EB9s#;b9M0003PNklX1cX;WAVDF>64Zu3Hr!r=Ab&MzcmwDLNk|I}1`<+W zb5U^Q%$YMYIS2k45<<%Je99Peq^e6rQB>RQ_Dirpx7(co&Vgy*re3ele(qPwhQ0TT zz}5Tk zx(%p^Y*}k}%XHrSa)F4vhPv~k3*P%RRXqRNs{~E95fn@UKB+uz#ULC#+(J`-~(|SU#sc@a0|?(X&Ujb Z@CF`LS*3z-JtF`B002ovPDHLkV1m2%p@RSb literal 329 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbK}U4T!BE0A8bYSn%)*t~i3jvYI8 z?%cU+*RH*L_wL)b@8H3MKn6q>$b~R~B#;eJ01TUjF><|CTkn!YSTu7x>?>b?vrJd?2?b!}r<6KCkq7b2NS^>|Z~{ zLNc!L5%W?tuN@1`Tt14IOw+j6GmqsQhiiNV!=iaC|5iWK_63^G;OXk;vd$@?2>`nv Br_2BV diff --git a/docs/html/left.png b/docs/html/left.png index c518641ea922e1490796318103566648d4878634..2abde032b0c98b756b12d380da4318205cd78470 100644 GIT binary patch delta 234 zcmdnZ*v2$LrJgOx+ueoXKL{?^yL>VO0|RG)M`SSr1MhVZW^~e+T>%tiFY)wsWxvZV zASADokZZjcC^XsA#WBR<^wmr2`3@$Ew14ckKj`8Zz#2I*rb(rHS9F2kBJB%zm^?3d zuJWCbllDhL{nndW--1UsE9bqfKKC$wRjcT{6-$y2$;vR@TY9K=4s+b%iA?;3ycLa6 zTsFsSA4F!o)8w)-_-PVTcUe2&*S8$yJ4%OSuF9Nbm_9)#@chIt1zacD&dPX-AD@s@ iTz=`8-S?^W(fYCR@|gw`jSmCe$KdJe=d#Wzp$PyP%U*5( delta 159 zcmV;Q0AT-y0=of_B!7ZQL_t(|0oBhT4uJs}#&O#xm?#LUAS;q1NV2HAfjNZe1ez<5 z1f8VX1j%NG*Y615`z8L{uRhyT`A{Z$6p}qxwAyKJ~9)SP= N002ovPDHLkV1n4mMFju= diff --git a/docs/html/level-2.html b/docs/html/level-2.html new file mode 100644 index 0000000..86a1846 --- /dev/null +++ b/docs/html/level-2.html @@ -0,0 +1,130 @@ + + + + +Level 2: HarfBuzz Manual + + + + + + + + + + + + + + + + +
+

+Level 2

+

+ Level 2 is a different beast from levels 0 and 1. It is simple to + describe, but hard to make sense of. It simply doesn't do any + cluster merging whatsoever. When things ligate or otherwise multiple + glyphs turn into one, the cluster value of the first glyph is + retained. +

+

+ Here are a few examples of why processing cluster values produced at + this level might be tricky: +

+
+

+Ligatures with combining marks

+

+ Imagine capital letters are bases and lower case letters are + combining marks. With an input sequence like this: +

+
+  A,a,B,b,C,c
+  0,1,2,3,4,5
+
+

+ if A,B,C ligate, then here are the cluster + values one would get under the various levels: +

+

+ level 0: +

+
+  ABC,a,b,c
+  0  ,0,0,0
+
+

+ level 1: +

+
+  ABC,a,b,c
+  0  ,0,0,5
+
+

+ level 2: +

+
+  ABC,a,b,c
+  0  ,1,3,5
+
+

+ Making sense of the last example is the hardest for a client, + because there is nothing in the cluster values to suggest that + B and C ligated with + A. +

+
+
+

+Reordering

+

+ Another tricky case is when things reorder. Under level 2: +

+
+  A,B,C,D,E
+  0,1,2,3,4
+
+

+ Now imagine D moves before + B: +

+
+  A,D,B,C,E
+  0,3,1,2,4
+
+

+ Now, if D ligates with B, we + get: +

+
+  A,DB,C,E
+  0,3 ,2,4
+
+

+ In a different scenario, A and + B could have ligated + before D reordered; that + would have resulted in: +

+
+  AB,D,C,E
+  0 ,3,2,4   
+
+

+ There's no way to differentitate between these two scenarios based + on the cluster numbers alone. +

+

+ Another problem appens with ligatures under level 2 if the + direction of the text is forced to opposite of its natural + direction (e.g. left-to-right Arabic). But that's too much of a + corner case to worry about. +

+
+
+ + + \ No newline at end of file diff --git a/docs/html/object-tree.html b/docs/html/object-tree.html index e8659ae..41f5336 100644 --- a/docs/html/object-tree.html +++ b/docs/html/object-tree.html @@ -2,17 +2,17 @@ -HarfBuzz Manual: Object Hierarchy +Object Hierarchy: HarfBuzz Manual - + - + @@ -23,7 +23,7 @@

Object Hierarchy

-    GBoxed
+    GBoxed
     ├── hb_blob_t
     ├── hb_buffer_t
     ├── hb_face_t
@@ -37,23 +37,25 @@
     ├── hb_shape_plan_t
     ├── hb_unicode_funcs_t
     ╰── hb_user_data_key_t
-    GEnum
+    GEnum
     ├── hb_buffer_cluster_level_t
     ├── hb_buffer_content_type_t
     ├── hb_buffer_serialize_format_t
     ├── hb_direction_t
     ├── hb_memory_mode_t
     ├── hb_ot_layout_glyph_class_t
+    ├── hb_ot_math_constant_t
+    ├── hb_ot_math_kern_t
     ├── hb_script_t
     ├── hb_unicode_combining_class_t
     ╰── hb_unicode_general_category_t
-    GFlags
+    GFlags
     ├── hb_buffer_flags_t
-    ╰── hb_buffer_serialize_flags_t
+    ├── hb_buffer_serialize_flags_t
+    ╰── hb_ot_math_glyph_part_flags_t
 
+
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/plans-and-caching.html b/docs/html/plans-and-caching.html index a114b5e..e3574bc 100644 --- a/docs/html/plans-and-caching.html +++ b/docs/html/plans-and-caching.html @@ -2,17 +2,17 @@ -HarfBuzz Manual: Plans and caching +Plans and caching: HarfBuzz Manual - + - + @@ -26,7 +26,6 @@

+
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/pt01.html b/docs/html/pt01.html index cf1d4dd..f74ebd3 100644 --- a/docs/html/pt01.html +++ b/docs/html/pt01.html @@ -2,17 +2,17 @@ -HarfBuzz Manual: Part I. User's manual +Part I. User's manual: HarfBuzz Manual - + - + @@ -51,6 +51,18 @@
Using Harfbuzz's native OpenType implementation
Using your own font functions
+
+
+
Clusters
+
A clustering example for levels 0 and 1
+
Reordering in levels 0 and 1
+
The distinction between levels 0 and 1
+
Level 2
+
+
Ligatures with combining marks
+
Reordering
+
+
Shaping and shape plans
OpenType features
@@ -70,7 +82,6 @@ +
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/pt02.html b/docs/html/pt02.html index c076838..52105bd 100644 --- a/docs/html/pt02.html +++ b/docs/html/pt02.html @@ -2,29 +2,29 @@ -HarfBuzz Manual: Part II. Reference manual +Part II. Reference manual: HarfBuzz Manual - - + + -
+ - +

Part II. Reference manual

- This document is for HarfBuzz 1.3.0 + This document is for HarfBuzz 1.4.6 .

@@ -32,7 +32,7 @@
+
Generated by GTK-Doc V1.25.1
\ No newline at end of file diff --git a/docs/html/reordering-in-levels-0-and-1.html b/docs/html/reordering-in-levels-0-and-1.html new file mode 100644 index 0000000..f07ef69 --- /dev/null +++ b/docs/html/reordering-in-levels-0-and-1.html @@ -0,0 +1,53 @@ + + + + +Reordering in levels 0 and 1: HarfBuzz Manual + + + + + + + + + + + + + + + + +
+

+Reordering in levels 0 and 1

+

+ Another common operation in the more complex shapers is when things + reorder. In those cases, to maintain monotone clusters, HB merges + the clusters of everything in the reordering sequence. For example, + let's again start with the character sequence: +

+
+   A,B,C,D,E
+   0,1,2,3,4
+
+

+ If D is reordered before B, + then the B, C, and + D clusters merge, and we get: +

+
+   A,D,B,C,E
+   0,1,1,1,4
+
+

+ This is clearly not ideal, but it is the only sensible way to + maintain monotone indices and retain the true relationship between + glyphs and characters. +

+
+ + + \ No newline at end of file diff --git a/docs/html/right-insensitive.png b/docs/html/right-insensitive.png index f999f0018413541fa62fe8a0efdfd3ba3fae3281..4c95785b907b978f36674cd98bf5302669c15c1b 100644 GIT binary patch delta 346 zcmV-g0j2)w0rdiqB!32COGiWi{{a60|De66lK=n!32;bRa{vGh*8l(w*8xH(n|J^K z00(qQO+^RY2M`ki45h6dUH||A0!c(cR5;7clCes|U=)SF8w!Gxi?gdQpi>-@UnIoA z!9j6y(AifgK7f|^VBfxd|AF}M-o1OJ$ua<_@fy^S2mAN$*C5$| z9Xoaifm{GJ_E*cp@#eb;$V^uS+!~vGtdi@p@#ecdM%Z#Faa8p z4>aH}5dQ-j(m+nEEuhn^}MwW<$O33&@ToTJz@3n?|{Snl?Z+e+3%mL$u~Y zhYpDXHJyZNegnkjqz2k4sOA?yXB&}~lz|#=0S!`N7!m*g!Ge^Jq06)Q00000NkvXX Hu0mjf$U$2i diff --git a/docs/html/right.png b/docs/html/right.png index 78f5875ae2a0f5ba25f5328d43ba33f10c933a39..76260ec8865f4e13cd269ec62eccd78a33adba3c 100644 GIT binary patch delta 233 zcmdnR*vd3PrJgOx+ueoXKL{?^yL>VO0|RG)M`SSr1MhVZW^~e+T>%tiFY)wsWxvZV zASACScgGzl!Z69x#WBR<^wmr2`5F^Nj(_a8pY6M4ucv5=YZ3b_oqacTcd%a+&3Nbd zh>68hBxllDp7lkOo>U4gpI5v8`SxPI{Sl&OFPyI*=arVVW;@B`DcGk4{wZm^+au&;*R85Oxri|{pc#>ib;_EAbI%8i`@NJhVzjLf%x5l@PhAS;p^XtJns1$PjgKy!yT zaR5OQ1)F3u^Ll))@ca|s?Gt~$#!nVh^eO5@aA8QgE)~I@3F+GG2%gMH*JMNRWn+a M07*qoM6N<$g1!_&$p8QV diff --git a/docs/html/setting-buffer-properties.html b/docs/html/setting-buffer-properties.html index 05dfab5..a9c047c 100644 --- a/docs/html/setting-buffer-properties.html +++ b/docs/html/setting-buffer-properties.html @@ -2,17 +2,17 @@ -HarfBuzz Manual: Setting buffer properties +Setting buffer properties: HarfBuzz Manual - + - + @@ -26,7 +26,6 @@

+
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/shaping-and-shape-plans.html b/docs/html/shaping-and-shape-plans.html index c4e10d9..32b697d 100644 --- a/docs/html/shaping-and-shape-plans.html +++ b/docs/html/shaping-and-shape-plans.html @@ -2,21 +2,21 @@ -HarfBuzz Manual: Shaping and shape plans +Shaping and shape plans: HarfBuzz Manual - + - + - + - +
@@ -34,7 +34,6 @@
+
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/style.css b/docs/html/style.css index 705a5c9..3675420 100644 --- a/docs/html/style.css +++ b/docs/html/style.css @@ -30,127 +30,6 @@ body vertical-align: top; } -@media screen { - sup a.footnote - { - position: relative; - top: 0em ! important; - } - /* this is needed so that the local anchors are displayed below the naviagtion */ - div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name] - { - display: inline-block; - position: relative; - top:-5em; - } - /* this seems to be a bug in the xsl style sheets when generating indexes */ - div.index div.index - { - top: 0em; - } - /* make space for the fixed navigation bar and add space at the bottom so that - * link targets appear somewhat close to top - */ - body - { - padding-top: 5em; - padding-bottom: 500px; - max-width: 60em; - } - p - { - max-width: 60em; - } - /* style and size the navigation bar */ - table.navigation#top - { - position: fixed; - background: #e2e2e2; - border-bottom: solid 1px #babdb6; - margin-top: 0; - margin-bottom: 0; - top: 0; - left: 0; - height: 3em; - z-index: 10; - } - .navigation a, .navigation a:visited - { - /* tango:sky blue 3 */ - color: #204a87; - } - .navigation a:hover - { - /* tango:sky blue 2 */ - color: #3465a4; - } - td.shortcuts - { - /* tango:sky blue 2 */ - color: #3465a4; - font-size: 80%; - white-space: nowrap; - } - td.shortcuts .dim - { - color: #babdb6; - } -} -@media screen and (min-width: 60em) { - /* screen larger than 60em */ - body { margin: auto; } -} -@media screen and (max-width: 60em) { - /* screen less than 60em */ - #nav_hierarchy { display: none; } - #nav_interfaces { display: none; } - #nav_prerequisites { display: none; } - #nav_derived_interfaces { display: none; } - #nav_implementations { display: none; } - #nav_child_properties { display: none; } - #nav_style_properties { display: none; } - #nav_index { display: none; } - #nav_glossary { display: none; } - .gallery_image { display: none; } - .property_flags { display: none; } - .signal_flags { display: none; } - .parameter_annotations { display: none; } - .enum_member_annotations { display: none; } - .struct_member_annotations { display: none; } - .union_member_annotations { display: none; } - /* now that a column is hidden, optimize space */ - col.parameters_name { width: auto; } - col.parameters_description { width: auto; } - col.struct_members_name { width: auto; } - col.struct_members_description { width: auto; } - col.enum_members_name { width: auto; } - col.enum_members_description { width: auto; } - col.union_members_name { width: auto; } - col.union_members_description { width: auto; } -} -@media print { - table.navigation { - visibility: collapse; - display: none; - } - div.titlepage table.navigation { - visibility: visible; - display: table; - background: #e2e2e2; - border: solid 1px #babdb6; - margin-top: 0; - margin-bottom: 0; - top: 0; - left: 0; - height: 3em; - } -} - -.navigation .title -{ - font-size: 120%; -} - div.gallery-float { float: left; @@ -181,7 +60,7 @@ a:hover div.informaltable table { border-collapse: separate; - border-spacing: 20px 3px; + border-spacing: 1em 0.3em; border: none; } @@ -239,6 +118,11 @@ div.informaltable table td, div.informaltable table th color: #729fcf; } +td p +{ + margin: 0.25em; +} + div.table table { border-collapse: collapse; @@ -264,6 +148,8 @@ div.table table th h4 { color: #555753; + margin-top: 1em; + margin-bottom: 1em; } hr @@ -282,17 +168,16 @@ dl.toc dt padding-bottom: 0.25em; } -dl.toc > dd > dl > dt +dl.toc > dt { padding-top: 0.25em; padding-bottom: 0.25em; + font-weight: bold; } -dl.toc > dt +dl.toc > dl { - padding-top: 1em; padding-bottom: 0.5em; - font-weight: bold; } .parameter @@ -404,21 +289,28 @@ h2 .extralinks, h3 .extralinks font-weight: normal; } +acronym,abbr +{ + border-bottom: 1px dotted gray; +} + /* code listings */ -.listing_code .programlisting .cbracket { color: #a40000; } /* tango: scarlet red 3 */ -.listing_code .programlisting .comment { color: #a1a39d; } /* tango: aluminium 4 */ -.listing_code .programlisting .function { color: #000000; font-weight: bold; } -.listing_code .programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */ -.listing_code .programlisting .keyword { color: #4e9a06; } /* tango: chameleon 3 */ +.listing_code .programlisting .normal, +.listing_code .programlisting .normal a, +.listing_code .programlisting .number, +.listing_code .programlisting .cbracket, +.listing_code .programlisting .symbol { color: #555753; } +.listing_code .programlisting .comment, .listing_code .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */ -.listing_code .programlisting .normal { color: #000000; } -.listing_code .programlisting .number { color: #75507b; } /* tango: plum 2 */ +.listing_code .programlisting .function, +.listing_code .programlisting .function a, .listing_code .programlisting .preproc { color: #204a87; } /* tango: sky blue 3 */ -.listing_code .programlisting .string { color: #c17d11; } /* tango: chocolate 2 */ -.listing_code .programlisting .type { color: #000000; } -.listing_code .programlisting .type a { color: #11326b; } /* tango: sky blue 4 */ -.listing_code .programlisting .symbol { color: #ce5c00; } /* tango: orange 3 */ +.listing_code .programlisting .string { color: #ad7fa8; } /* tango: plum */ +.listing_code .programlisting .keyword, +.listing_code .programlisting .usertype, +.listing_code .programlisting .type, +.listing_code .programlisting .type a { color: #4e9a06; } /* tango: chameleon 3 */ .listing_frame { /* tango:sky blue 1 */ @@ -433,11 +325,6 @@ h2 .extralinks, h3 .extralinks padding: 0.5em; } .listing_lines { - /* this just adds visual clutter and - takes precious room from small screens */ - display: none; -} -.listing_lines { /* tango:sky blue 0.5 */ background: #a6c5e3; background: rgba(114, 159, 207, 0.2); @@ -459,3 +346,134 @@ h2 .extralinks, h3 .extralinks margin: 0px; } +@media screen { + /* these have a as a first child, but since there are no parent selectors + * we can't use that. */ + a.footnote + { + position: relative; + top: 0em ! important; + } + /* this is needed so that the local anchors are displayed below the naviagtion */ + div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name] + { + display: inline-block; + position: relative; + top:-5em; + } + /* this seems to be a bug in the xsl style sheets when generating indexes */ + div.index div.index + { + top: 0em; + } + /* make space for the fixed navigation bar and add space at the bottom so that + * link targets appear somewhat close to top + */ + body + { + padding-top: 2.5em; + padding-bottom: 500px; + max-width: 60em; + } + p + { + max-width: 60em; + } + /* style and size the navigation bar */ + table.navigation#top + { + position: fixed; + background: #e2e2e2; + border-bottom: solid 1px #babdb6; + border-spacing: 5px; + margin-top: 0; + margin-bottom: 0; + top: 0; + left: 0; + z-index: 10; + } + table.navigation#top td + { + padding-left: 6px; + padding-right: 6px; + } + .navigation a, .navigation a:visited + { + /* tango:sky blue 3 */ + color: #204a87; + } + .navigation a:hover + { + /* tango:sky blue 2 */ + color: #3465a4; + } + td.shortcuts + { + /* tango:sky blue 2 */ + color: #3465a4; + font-size: 80%; + white-space: nowrap; + } + td.shortcuts .dim + { + color: #babdb6; + } + .navigation .title + { + font-size: 80%; + max-width: none; + margin: 0px; + font-weight: normal; + } +} +@media screen and (min-width: 60em) { + /* screen larger than 60em */ + body { margin: auto; } +} +@media screen and (max-width: 60em) { + /* screen less than 60em */ + #nav_hierarchy { display: none; } + #nav_interfaces { display: none; } + #nav_prerequisites { display: none; } + #nav_derived_interfaces { display: none; } + #nav_implementations { display: none; } + #nav_child_properties { display: none; } + #nav_style_properties { display: none; } + #nav_index { display: none; } + #nav_glossary { display: none; } + .gallery_image { display: none; } + .property_flags { display: none; } + .signal_flags { display: none; } + .parameter_annotations { display: none; } + .enum_member_annotations { display: none; } + .struct_member_annotations { display: none; } + .union_member_annotations { display: none; } + /* now that a column is hidden, optimize space */ + col.parameters_name { width: auto; } + col.parameters_description { width: auto; } + col.struct_members_name { width: auto; } + col.struct_members_description { width: auto; } + col.enum_members_name { width: auto; } + col.enum_members_description { width: auto; } + col.union_members_name { width: auto; } + col.union_members_description { width: auto; } + .listing_lines { display: none; } +} +@media print { + table.navigation { + visibility: collapse; + display: none; + } + div.titlepage table.navigation { + visibility: visible; + display: table; + background: #e2e2e2; + border: solid 1px #babdb6; + margin-top: 0; + margin-bottom: 0; + top: 0; + left: 0; + height: 3em; + } +} + diff --git a/docs/html/the-distinction-between-levels-0-and-1.html b/docs/html/the-distinction-between-levels-0-and-1.html new file mode 100644 index 0000000..2a71910 --- /dev/null +++ b/docs/html/the-distinction-between-levels-0-and-1.html @@ -0,0 +1,81 @@ + + + + +The distinction between levels 0 and 1: HarfBuzz Manual + + + + + + + + + + + + + + + + +
+

+The distinction between levels 0 and 1

+

+ So, the above is pretty much what cluster levels 0 and 1 do. The + only difference between the two is this: in level 0, at the very + beginning of the shaping process, we also merge clusters between + base characters and all Unicode marks (combining or not) following + them. E.g.: +

+
+  A,acute,B
+  0,1    ,2
+
+

+ will become: +

+
+  A,acute,B
+  0,0    ,2
+
+

+ This is the default behavior. We do it because Windows did it and + old HarfBuzz did it, so this remained the default. But this behavior + makes it impossible to color diacritic marks differently from their + base characters. That's why in level 1 we do not perform this + initial merging step. +

+

+ For clients, level 0 is more convenient if they rely on HarfBuzz + clusters for cursor positioning. But that's wrong anyway: cursor + positions should be determined based on Unicode grapheme boundaries, + NOT shaping clusters. As such, level 1 clusters are preferred. +

+

+ One last note about levels 0 and 1. We currently don't allow a + MultipleSubst lookup to replace a glyph with zero + glyphs (i.e., to delete a glyph). But in some other situations, + glyphs can be deleted. In those cases, if the glyph being deleted is + the last glyph of its cluster, we make sure to merge the cluster + with a neighboring cluster. +

+

+ This is, primarily, to make sure that the starting cluster of the + text always has the cluster index pointing to the start of the text + for the run; more than one client currently relies on this + guarantee. +

+

+ Incidentally, Apple's CoreText does something else to maintain the + same promise: it inserts a glyph with id 65535 at the beginning of + the glyph string if the glyph corresponding to the first character + in the run was deleted. HarfBuzz might do something similar in the + future. +

+
+ + + \ No newline at end of file diff --git a/docs/html/up-insensitive.png b/docs/html/up-insensitive.png index bda3ce2d9f3e267599a27250af5d73c30f4047c5..f40498606db349a7321cf6b470523e836ee7ac2e 100644 GIT binary patch delta 358 zcmV-s0h#`#0`>xs8Gi-<001BJ|6u?C00v@9M??Vs0RI60puMM)00009a7bBm000fw z000fw0YWI7cmMzZ2XskIMF-sn5EBF+cS-vO00034NklnqJnRS$RP{KF17pm|zX4TMt&zL}5Qmjl)y*u+uKxs-Ww{bX z(G7r}s_p>*$x{IDZQHKqd4BsVz&W?*y}tu617K*3IS6%zs=5zg6vy#$zu$lP0dUUE zd+#3s%mO$UkzZ|+3IM7~Ywa0;EdXyMmqg?h0HO(?X`0Irz9+dm35N7#$@1M10Ll@?S>`Tzg`07*qoM6N<$ Ef&fvLQ~&?~ literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbK}LV!<*E0F&G|Npja+xG9@fB5iW zAbAiB_UzfS7Yz38+XoaxBY|9q2wV!N79xm7MyD@P1KJ^9666=mz{t)asGw-*>YJID z-_+dIy3{)EG>Eaktack`MuEB~)+_>?XC-S*XWtpgG)Un8ovxXA9=6C3fRr-OIH&#yNOK7Ibg lscqdo`>3sG_h}7RzE@9~Z``;Xn*_9g!PC{xWt~$(697*wl6n9D diff --git a/docs/html/up.png b/docs/html/up.png index af46b2ada6174d22fd8cafaa79ea0125c5a891a7..80b4b37e997d69b2e128bc3090bc447ccb74bbe9 100644 GIT binary patch delta 232 zcmVcmxk&nSZ|ndj3t`piGby=oGBXESd*8*P3;}A#}k@fjf`{<_Yjnru7%h^uQBv i3r}=FqinqY@-H9EwJH -HarfBuzz Manual: Using Harfbuzz's native OpenType implementation +Using Harfbuzz's native OpenType implementation: HarfBuzz Manual - + - + @@ -26,7 +26,6 @@

+
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/using-your-own-font-functions.html b/docs/html/using-your-own-font-functions.html index e94a5af..40b6344 100644 --- a/docs/html/using-your-own-font-functions.html +++ b/docs/html/using-your-own-font-functions.html @@ -2,22 +2,22 @@ -HarfBuzz Manual: Using your own font functions +Using your own font functions: HarfBuzz Manual - - + + - + - +

@@ -26,7 +26,6 @@

+
Generated by GTK-Doc V1.25.1
\ No newline at end of file diff --git a/docs/html/what-about-the-other-scripts.html b/docs/html/what-about-the-other-scripts.html index be3ab34..5a0efc6 100644 --- a/docs/html/what-about-the-other-scripts.html +++ b/docs/html/what-about-the-other-scripts.html @@ -2,17 +2,17 @@ -HarfBuzz Manual: What about the other scripts? +What about the other scripts?: HarfBuzz Manual - + - + @@ -26,7 +26,6 @@

+
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/what-is-harfbuzz.html b/docs/html/what-is-harfbuzz.html index 82f6fb1..6e4b0ea 100644 --- a/docs/html/what-is-harfbuzz.html +++ b/docs/html/what-is-harfbuzz.html @@ -2,17 +2,17 @@ -HarfBuzz Manual: What is Harfbuzz? +What is Harfbuzz?: HarfBuzz Manual - + - + @@ -119,7 +119,6 @@ +
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/html/why-is-it-called-harfbuzz.html b/docs/html/why-is-it-called-harfbuzz.html index 01781da..7a34a9a 100644 --- a/docs/html/why-is-it-called-harfbuzz.html +++ b/docs/html/why-is-it-called-harfbuzz.html @@ -2,17 +2,17 @@ -HarfBuzz Manual: Why is it called Harfbuzz? +Why is it called Harfbuzz?: HarfBuzz Manual - + - + @@ -33,7 +33,6 @@

+
Generated by GTK-Doc V1.25.1 \ No newline at end of file diff --git a/docs/version.xml b/docs/version.xml index f0bb29e..c514bd8 100644 --- a/docs/version.xml +++ b/docs/version.xml @@ -1 +1 @@ -1.3.0 +1.4.6 diff --git a/m4/ax_pthread.m4 b/m4/ax_pthread.m4 index d90de34..4c4051e 100644 --- a/m4/ax_pthread.m4 +++ b/m4/ax_pthread.m4 @@ -19,10 +19,10 @@ # is necessary on AIX to use the special cc_r compiler alias.) # # NOTE: You are assumed to not only compile your program with these flags, -# but also link it with them as well. e.g. you should link with +# but also to link with them as well. For example, you might link with # $PTHREAD_CC $CFLAGS $PTHREAD_CFLAGS $LDFLAGS ... $PTHREAD_LIBS $LIBS # -# If you are only building threads programs, you may wish to use these +# If you are only building threaded programs, you may wish to use these # variables in your default LIBS, CFLAGS, and CC: # # LIBS="$PTHREAD_LIBS $LIBS" @@ -30,8 +30,8 @@ # CC="$PTHREAD_CC" # # In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute constant -# has a nonstandard name, defines PTHREAD_CREATE_JOINABLE to that name -# (e.g. PTHREAD_CREATE_UNDETACHED on AIX). +# has a nonstandard name, this macro defines PTHREAD_CREATE_JOINABLE to +# that name (e.g. PTHREAD_CREATE_UNDETACHED on AIX). # # Also HAVE_PTHREAD_PRIO_INHERIT is defined if pthread is found and the # PTHREAD_PRIO_INHERIT symbol is defined when compiling with @@ -82,35 +82,40 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. -#serial 18 +#serial 23 AU_ALIAS([ACX_PTHREAD], [AX_PTHREAD]) AC_DEFUN([AX_PTHREAD], [ AC_REQUIRE([AC_CANONICAL_HOST]) +AC_REQUIRE([AC_PROG_CC]) +AC_REQUIRE([AC_PROG_SED]) AC_LANG_PUSH([C]) ax_pthread_ok=no # We used to check for pthread.h first, but this fails if pthread.h -# requires special compiler flags (e.g. on True64 or Sequent). +# requires special compiler flags (e.g. on Tru64 or Sequent). # It gets checked for in the link test anyway. # First of all, check if the user has set any of the PTHREAD_LIBS, # etcetera environment variables, and if threads linking works using # them: -if test x"$PTHREAD_LIBS$PTHREAD_CFLAGS" != x; then - save_CFLAGS="$CFLAGS" +if test "x$PTHREAD_CFLAGS$PTHREAD_LIBS" != "x"; then + ax_pthread_save_CC="$CC" + ax_pthread_save_CFLAGS="$CFLAGS" + ax_pthread_save_LIBS="$LIBS" + AS_IF([test "x$PTHREAD_CC" != "x"], [CC="$PTHREAD_CC"]) CFLAGS="$CFLAGS $PTHREAD_CFLAGS" - save_LIBS="$LIBS" LIBS="$PTHREAD_LIBS $LIBS" - AC_MSG_CHECKING([for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS]) - AC_TRY_LINK_FUNC(pthread_join, ax_pthread_ok=yes) - AC_MSG_RESULT($ax_pthread_ok) - if test x"$ax_pthread_ok" = xno; then + AC_MSG_CHECKING([for pthread_join using $CC $PTHREAD_CFLAGS $PTHREAD_LIBS]) + AC_LINK_IFELSE([AC_LANG_CALL([], [pthread_join])], [ax_pthread_ok=yes]) + AC_MSG_RESULT([$ax_pthread_ok]) + if test "x$ax_pthread_ok" = "xno"; then PTHREAD_LIBS="" PTHREAD_CFLAGS="" fi - LIBS="$save_LIBS" - CFLAGS="$save_CFLAGS" + CC="$ax_pthread_save_CC" + CFLAGS="$ax_pthread_save_CFLAGS" + LIBS="$ax_pthread_save_LIBS" fi # We must check for the threads library under a number of different @@ -123,7 +128,7 @@ fi # which indicates that we try without any flags at all, and "pthread-config" # which is a program returning the flags for the Pth emulation library. -ax_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config" +ax_pthread_flags="pthreads none -Kthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config" # The ordering *is* (sometimes) important. Some notes on the # individual items follow: @@ -132,68 +137,225 @@ ax_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mt # none: in case threads are in libc; should be tried before -Kthread and # other compiler flags to prevent continual compiler warnings # -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h) -# -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able) -# lthread: LinuxThreads port on FreeBSD (also preferred to -pthread) -# -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads) -# -pthreads: Solaris/gcc -# -mthreads: Mingw32/gcc, Lynx/gcc +# -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads), Tru64 +# (Note: HP C rejects this with "bad form for `-t' option") +# -pthreads: Solaris/gcc (Note: HP C also rejects) # -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it -# doesn't hurt to check since this sometimes defines pthreads too; -# also defines -D_REENTRANT) -# ... -mt is also the pthreads flag for HP/aCC +# doesn't hurt to check since this sometimes defines pthreads and +# -D_REENTRANT too), HP C (must be checked before -lpthread, which +# is present but should not be used directly; and before -mthreads, +# because the compiler interprets this as "-mt" + "-hreads") +# -mthreads: Mingw32/gcc, Lynx/gcc # pthread: Linux, etcetera # --thread-safe: KAI C++ # pthread-config: use pthread-config program (for GNU Pth library) -case ${host_os} in +case $host_os in + + freebsd*) + + # -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able) + # lthread: LinuxThreads port on FreeBSD (also preferred to -pthread) + + ax_pthread_flags="-kthread lthread $ax_pthread_flags" + ;; + + hpux*) + + # From the cc(1) man page: "[-mt] Sets various -D flags to enable + # multi-threading and also sets -lpthread." + + ax_pthread_flags="-mt -pthread pthread $ax_pthread_flags" + ;; + + openedition*) + + # IBM z/OS requires a feature-test macro to be defined in order to + # enable POSIX threads at all, so give the user a hint if this is + # not set. (We don't define these ourselves, as they can affect + # other portions of the system API in unpredictable ways.) + + AC_EGREP_CPP([AX_PTHREAD_ZOS_MISSING], + [ +# if !defined(_OPEN_THREADS) && !defined(_UNIX03_THREADS) + AX_PTHREAD_ZOS_MISSING +# endif + ], + [AC_MSG_WARN([IBM z/OS requires -D_OPEN_THREADS or -D_UNIX03_THREADS to enable pthreads support.])]) + ;; + solaris*) # On Solaris (at least, for some versions), libc contains stubbed # (non-functional) versions of the pthreads routines, so link-based - # tests will erroneously succeed. (We need to link with -pthreads/-mt/ - # -lpthread.) (The stubs are missing pthread_cleanup_push, or rather - # a function called by this macro, so we could check for that, but - # who knows whether they'll stub that too in a future libc.) So, - # we'll just look for -pthreads and -lpthread first: + # tests will erroneously succeed. (N.B.: The stubs are missing + # pthread_cleanup_push, or rather a function called by this macro, + # so we could check for that, but who knows whether they'll stub + # that too in a future libc.) So we'll check first for the + # standard Solaris way of linking pthreads (-mt -lpthread). + + ax_pthread_flags="-mt,pthread pthread $ax_pthread_flags" + ;; +esac + +# GCC generally uses -pthread, or -pthreads on some platforms (e.g. SPARC) + +AS_IF([test "x$GCC" = "xyes"], + [ax_pthread_flags="-pthread -pthreads $ax_pthread_flags"]) + +# The presence of a feature test macro requesting re-entrant function +# definitions is, on some systems, a strong hint that pthreads support is +# correctly enabled - ax_pthread_flags="-pthreads pthread -mt -pthread $ax_pthread_flags" +case $host_os in + darwin* | hpux* | linux* | osf* | solaris*) + ax_pthread_check_macro="_REENTRANT" ;; - darwin*) - ax_pthread_flags="-pthread $ax_pthread_flags" + aix*) + ax_pthread_check_macro="_THREAD_SAFE" + ;; + + *) + ax_pthread_check_macro="--" ;; esac +AS_IF([test "x$ax_pthread_check_macro" = "x--"], + [ax_pthread_check_cond=0], + [ax_pthread_check_cond="!defined($ax_pthread_check_macro)"]) + +# Are we compiling with Clang? + +AC_CACHE_CHECK([whether $CC is Clang], + [ax_cv_PTHREAD_CLANG], + [ax_cv_PTHREAD_CLANG=no + # Note that Autoconf sets GCC=yes for Clang as well as GCC + if test "x$GCC" = "xyes"; then + AC_EGREP_CPP([AX_PTHREAD_CC_IS_CLANG], + [/* Note: Clang 2.7 lacks __clang_[a-z]+__ */ +# if defined(__clang__) && defined(__llvm__) + AX_PTHREAD_CC_IS_CLANG +# endif + ], + [ax_cv_PTHREAD_CLANG=yes]) + fi + ]) +ax_pthread_clang="$ax_cv_PTHREAD_CLANG" + +ax_pthread_clang_warning=no + +# Clang needs special handling, because older versions handle the -pthread +# option in a rather... idiosyncratic way + +if test "x$ax_pthread_clang" = "xyes"; then -if test x"$ax_pthread_ok" = xno; then -for flag in $ax_pthread_flags; do + # Clang takes -pthread; it has never supported any other flag - case $flag in + # (Note 1: This will need to be revisited if a system that Clang + # supports has POSIX threads in a separate library. This tends not + # to be the way of modern systems, but it's conceivable.) + + # (Note 2: On some systems, notably Darwin, -pthread is not needed + # to get POSIX threads support; the API is always present and + # active. We could reasonably leave PTHREAD_CFLAGS empty. But + # -pthread does define _REENTRANT, and while the Darwin headers + # ignore this macro, third-party headers might not.) + + PTHREAD_CFLAGS="-pthread" + PTHREAD_LIBS= + + ax_pthread_ok=yes + + # However, older versions of Clang make a point of warning the user + # that, in an invocation where only linking and no compilation is + # taking place, the -pthread option has no effect ("argument unused + # during compilation"). They expect -pthread to be passed in only + # when source code is being compiled. + # + # Problem is, this is at odds with the way Automake and most other + # C build frameworks function, which is that the same flags used in + # compilation (CFLAGS) are also used in linking. Many systems + # supported by AX_PTHREAD require exactly this for POSIX threads + # support, and in fact it is often not straightforward to specify a + # flag that is used only in the compilation phase and not in + # linking. Such a scenario is extremely rare in practice. + # + # Even though use of the -pthread flag in linking would only print + # a warning, this can be a nuisance for well-run software projects + # that build with -Werror. So if the active version of Clang has + # this misfeature, we search for an option to squash it. + + AC_CACHE_CHECK([whether Clang needs flag to prevent "argument unused" warning when linking with -pthread], + [ax_cv_PTHREAD_CLANG_NO_WARN_FLAG], + [ax_cv_PTHREAD_CLANG_NO_WARN_FLAG=unknown + # Create an alternate version of $ac_link that compiles and + # links in two steps (.c -> .o, .o -> exe) instead of one + # (.c -> exe), because the warning occurs only in the second + # step + ax_pthread_save_ac_link="$ac_link" + ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g' + ax_pthread_link_step=`$as_echo "$ac_link" | sed "$ax_pthread_sed"` + ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)" + ax_pthread_save_CFLAGS="$CFLAGS" + for ax_pthread_try in '' -Qunused-arguments -Wno-unused-command-line-argument unknown; do + AS_IF([test "x$ax_pthread_try" = "xunknown"], [break]) + CFLAGS="-Werror -Wunknown-warning-option $ax_pthread_try -pthread $ax_pthread_save_CFLAGS" + ac_link="$ax_pthread_save_ac_link" + AC_LINK_IFELSE([AC_LANG_SOURCE([[int main(void){return 0;}]])], + [ac_link="$ax_pthread_2step_ac_link" + AC_LINK_IFELSE([AC_LANG_SOURCE([[int main(void){return 0;}]])], + [break]) + ]) + done + ac_link="$ax_pthread_save_ac_link" + CFLAGS="$ax_pthread_save_CFLAGS" + AS_IF([test "x$ax_pthread_try" = "x"], [ax_pthread_try=no]) + ax_cv_PTHREAD_CLANG_NO_WARN_FLAG="$ax_pthread_try" + ]) + + case "$ax_cv_PTHREAD_CLANG_NO_WARN_FLAG" in + no | unknown) ;; + *) PTHREAD_CFLAGS="$ax_cv_PTHREAD_CLANG_NO_WARN_FLAG $PTHREAD_CFLAGS" ;; + esac + +fi # $ax_pthread_clang = yes + +if test "x$ax_pthread_ok" = "xno"; then +for ax_pthread_try_flag in $ax_pthread_flags; do + + case $ax_pthread_try_flag in none) AC_MSG_CHECKING([whether pthreads work without any flags]) ;; + -mt,pthread) + AC_MSG_CHECKING([whether pthreads work with -mt -lpthread]) + PTHREAD_CFLAGS="-mt" + PTHREAD_LIBS="-lpthread" + ;; + -*) - AC_MSG_CHECKING([whether pthreads work with $flag]) - PTHREAD_CFLAGS="$flag" + AC_MSG_CHECKING([whether pthreads work with $ax_pthread_try_flag]) + PTHREAD_CFLAGS="$ax_pthread_try_flag" ;; pthread-config) - AC_CHECK_PROG(ax_pthread_config, pthread-config, yes, no) - if test x"$ax_pthread_config" = xno; then continue; fi + AC_CHECK_PROG([ax_pthread_config], [pthread-config], [yes], [no]) + AS_IF([test "x$ax_pthread_config" = "xno"], [continue]) PTHREAD_CFLAGS="`pthread-config --cflags`" PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`" ;; *) - AC_MSG_CHECKING([for the pthreads library -l$flag]) - PTHREAD_LIBS="-l$flag" + AC_MSG_CHECKING([for the pthreads library -l$ax_pthread_try_flag]) + PTHREAD_LIBS="-l$ax_pthread_try_flag" ;; esac - save_LIBS="$LIBS" - save_CFLAGS="$CFLAGS" - LIBS="$PTHREAD_LIBS $LIBS" + ax_pthread_save_CFLAGS="$CFLAGS" + ax_pthread_save_LIBS="$LIBS" CFLAGS="$CFLAGS $PTHREAD_CFLAGS" + LIBS="$PTHREAD_LIBS $LIBS" # Check for various functions. We must include pthread.h, # since some functions may be macros. (On the Sequent, we @@ -204,7 +366,11 @@ for flag in $ax_pthread_flags; do # pthread_cleanup_push because it is one of the few pthread # functions on Solaris that doesn't have a non-functional libc stub. # We try pthread_create on general principles. + AC_LINK_IFELSE([AC_LANG_PROGRAM([#include +# if $ax_pthread_check_cond +# error "$ax_pthread_check_macro must be defined" +# endif static void routine(void *a) { a = 0; } static void *start_routine(void *a) { return a; }], [pthread_t th; pthread_attr_t attr; @@ -213,16 +379,14 @@ for flag in $ax_pthread_flags; do pthread_attr_init(&attr); pthread_cleanup_push(routine, 0); pthread_cleanup_pop(0) /* ; */])], - [ax_pthread_ok=yes], - []) + [ax_pthread_ok=yes], + []) - LIBS="$save_LIBS" - CFLAGS="$save_CFLAGS" + CFLAGS="$ax_pthread_save_CFLAGS" + LIBS="$ax_pthread_save_LIBS" - AC_MSG_RESULT($ax_pthread_ok) - if test "x$ax_pthread_ok" = xyes; then - break; - fi + AC_MSG_RESULT([$ax_pthread_ok]) + AS_IF([test "x$ax_pthread_ok" = "xyes"], [break]) PTHREAD_LIBS="" PTHREAD_CFLAGS="" @@ -230,76 +394,88 @@ done fi # Various other checks: -if test "x$ax_pthread_ok" = xyes; then - save_LIBS="$LIBS" - LIBS="$PTHREAD_LIBS $LIBS" - save_CFLAGS="$CFLAGS" +if test "x$ax_pthread_ok" = "xyes"; then + ax_pthread_save_CFLAGS="$CFLAGS" + ax_pthread_save_LIBS="$LIBS" CFLAGS="$CFLAGS $PTHREAD_CFLAGS" + LIBS="$PTHREAD_LIBS $LIBS" # Detect AIX lossage: JOINABLE attribute is called UNDETACHED. - AC_MSG_CHECKING([for joinable pthread attribute]) - attr_name=unknown - for attr in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED; do - AC_LINK_IFELSE([AC_LANG_PROGRAM([#include ], - [int attr = $attr; return attr /* ; */])], - [attr_name=$attr; break], - []) - done - AC_MSG_RESULT($attr_name) - if test "$attr_name" != PTHREAD_CREATE_JOINABLE; then - AC_DEFINE_UNQUOTED(PTHREAD_CREATE_JOINABLE, $attr_name, - [Define to necessary symbol if this constant - uses a non-standard name on your system.]) - fi + AC_CACHE_CHECK([for joinable pthread attribute], + [ax_cv_PTHREAD_JOINABLE_ATTR], + [ax_cv_PTHREAD_JOINABLE_ATTR=unknown + for ax_pthread_attr in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED; do + AC_LINK_IFELSE([AC_LANG_PROGRAM([#include ], + [int attr = $ax_pthread_attr; return attr /* ; */])], + [ax_cv_PTHREAD_JOINABLE_ATTR=$ax_pthread_attr; break], + []) + done + ]) + AS_IF([test "x$ax_cv_PTHREAD_JOINABLE_ATTR" != "xunknown" && \ + test "x$ax_cv_PTHREAD_JOINABLE_ATTR" != "xPTHREAD_CREATE_JOINABLE" && \ + test "x$ax_pthread_joinable_attr_defined" != "xyes"], + [AC_DEFINE_UNQUOTED([PTHREAD_CREATE_JOINABLE], + [$ax_cv_PTHREAD_JOINABLE_ATTR], + [Define to necessary symbol if this constant + uses a non-standard name on your system.]) + ax_pthread_joinable_attr_defined=yes + ]) - AC_MSG_CHECKING([if more special flags are required for pthreads]) - flag=no - case ${host_os} in - aix* | freebsd* | darwin*) flag="-D_THREAD_SAFE";; - osf* | hpux*) flag="-D_REENTRANT";; - solaris*) - if test "$GCC" = "yes"; then - flag="-D_REENTRANT" - else - flag="-mt -D_REENTRANT" - fi - ;; - esac - AC_MSG_RESULT(${flag}) - if test "x$flag" != xno; then - PTHREAD_CFLAGS="$flag $PTHREAD_CFLAGS" - fi + AC_CACHE_CHECK([whether more special flags are required for pthreads], + [ax_cv_PTHREAD_SPECIAL_FLAGS], + [ax_cv_PTHREAD_SPECIAL_FLAGS=no + case $host_os in + solaris*) + ax_cv_PTHREAD_SPECIAL_FLAGS="-D_POSIX_PTHREAD_SEMANTICS" + ;; + esac + ]) + AS_IF([test "x$ax_cv_PTHREAD_SPECIAL_FLAGS" != "xno" && \ + test "x$ax_pthread_special_flags_added" != "xyes"], + [PTHREAD_CFLAGS="$ax_cv_PTHREAD_SPECIAL_FLAGS $PTHREAD_CFLAGS" + ax_pthread_special_flags_added=yes]) AC_CACHE_CHECK([for PTHREAD_PRIO_INHERIT], - ax_cv_PTHREAD_PRIO_INHERIT, [ - AC_LINK_IFELSE([ - AC_LANG_PROGRAM([[#include ]], [[int i = PTHREAD_PRIO_INHERIT;]])], - [ax_cv_PTHREAD_PRIO_INHERIT=yes], - [ax_cv_PTHREAD_PRIO_INHERIT=no]) + [ax_cv_PTHREAD_PRIO_INHERIT], + [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], + [[int i = PTHREAD_PRIO_INHERIT;]])], + [ax_cv_PTHREAD_PRIO_INHERIT=yes], + [ax_cv_PTHREAD_PRIO_INHERIT=no]) ]) - AS_IF([test "x$ax_cv_PTHREAD_PRIO_INHERIT" = "xyes"], - AC_DEFINE([HAVE_PTHREAD_PRIO_INHERIT], 1, [Have PTHREAD_PRIO_INHERIT.])) + AS_IF([test "x$ax_cv_PTHREAD_PRIO_INHERIT" = "xyes" && \ + test "x$ax_pthread_prio_inherit_defined" != "xyes"], + [AC_DEFINE([HAVE_PTHREAD_PRIO_INHERIT], [1], [Have PTHREAD_PRIO_INHERIT.]) + ax_pthread_prio_inherit_defined=yes + ]) - LIBS="$save_LIBS" - CFLAGS="$save_CFLAGS" + CFLAGS="$ax_pthread_save_CFLAGS" + LIBS="$ax_pthread_save_LIBS" - # More AIX lossage: must compile with xlc_r or cc_r - if test x"$GCC" != xyes; then - AC_CHECK_PROGS(PTHREAD_CC, xlc_r cc_r, ${CC}) - else - PTHREAD_CC=$CC + # More AIX lossage: compile with *_r variant + if test "x$GCC" != "xyes"; then + case $host_os in + aix*) + AS_CASE(["x/$CC"], + [x*/c89|x*/c89_128|x*/c99|x*/c99_128|x*/cc|x*/cc128|x*/xlc|x*/xlc_v6|x*/xlc128|x*/xlc128_v6], + [#handle absolute path differently from PATH based program lookup + AS_CASE(["x$CC"], + [x/*], + [AS_IF([AS_EXECUTABLE_P([${CC}_r])],[PTHREAD_CC="${CC}_r"])], + [AC_CHECK_PROGS([PTHREAD_CC],[${CC}_r],[$CC])])]) + ;; + esac fi -else - PTHREAD_CC="$CC" fi -AC_SUBST(PTHREAD_LIBS) -AC_SUBST(PTHREAD_CFLAGS) -AC_SUBST(PTHREAD_CC) +test -n "$PTHREAD_CC" || PTHREAD_CC="$CC" + +AC_SUBST([PTHREAD_LIBS]) +AC_SUBST([PTHREAD_CFLAGS]) +AC_SUBST([PTHREAD_CC]) # Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: -if test x"$ax_pthread_ok" = xyes; then - ifelse([$1],,AC_DEFINE(HAVE_PTHREAD,1,[Define if you have POSIX threads libraries and header files.]),[$1]) +if test "x$ax_pthread_ok" = "xyes"; then + ifelse([$1],,[AC_DEFINE([HAVE_PTHREAD],[1],[Define if you have POSIX threads libraries and header files.])],[$1]) : else ax_pthread_ok=no diff --git a/src/Makefile.am b/src/Makefile.am index 8cfe4ac..0c077d9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,11 +25,13 @@ HBLIBS = HBNONPCLIBS = HBDEPS = HBSOURCES = $(HB_BASE_sources) +HBSOURCES += $(HB_BASE_RAGEL_GENERATED_sources) HBHEADERS = $(HB_BASE_headers) HBNODISTHEADERS = $(HB_NODIST_headers) if HAVE_OT HBSOURCES += $(HB_OT_sources) +HBSOURCES += $(HB_OT_RAGEL_GENERATED_sources) HBHEADERS += $(HB_OT_headers) endif @@ -218,7 +220,7 @@ harfbuzz.def: $(HBHEADERS) $(HBNODISTHEADERS) (cat $^ || echo 'hb_ERROR ()' ) | \ $(EGREP) '^hb_.* \(' | \ sed -e 's/ (.*//' | \ - LANG=C sort; \ + LC_ALL=C sort; \ echo LIBRARY libharfbuzz-0.dll; \ ) >"$@" @ ! grep -q hb_ERROR "$@" \ @@ -251,19 +253,13 @@ built-sources: $(BUILT_SOURCES) .PHONY: unicode-tables arabic-table indic-table use-table built-sources RAGEL_GENERATED = \ - $(srcdir)/hb-buffer-deserialize-json.hh \ - $(srcdir)/hb-buffer-deserialize-text.hh \ - $(srcdir)/hb-ot-shape-complex-indic-machine.hh \ - $(srcdir)/hb-ot-shape-complex-myanmar-machine.hh \ - $(srcdir)/hb-ot-shape-complex-use-machine.hh \ + $(patsubst %,$(srcdir)/%,$(HB_BASE_RAGEL_GENERATED_sources)) \ + $(patsubst %,$(srcdir)/%,$(HB_OT_RAGEL_GENERATED_sources)) \ $(NULL) BUILT_SOURCES += $(RAGEL_GENERATED) EXTRA_DIST += \ - hb-buffer-deserialize-json.rl \ - hb-buffer-deserialize-text.rl \ - hb-ot-shape-complex-indic-machine.rl \ - hb-ot-shape-complex-myanmar-machine.rl \ - hb-ot-shape-complex-use-machine.rl \ + $(HB_BASE_RAGEL_sources) \ + $(HB_OT_RAGEL_sources) \ $(NULL) MAINTAINERCLEANFILES += $(RAGEL_GENERATED) $(srcdir)/%.hh: $(srcdir)/%.rl @@ -299,6 +295,8 @@ test_buffer_serialize_SOURCES = test-buffer-serialize.cc test_buffer_serialize_CPPFLAGS = $(HBCFLAGS) test_buffer_serialize_LDADD = libharfbuzz.la $(HBLIBS) +check: harfbuzz.def # For check-defs.sh + dist_check_SCRIPTS = \ check-c-linkage-decls.sh \ check-defs.sh \ diff --git a/src/Makefile.in b/src/Makefile.in index 7094614..baf7fa6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -87,7 +87,8 @@ DIST_COMMON = $(srcdir)/Makefile.sources $(srcdir)/Makefile.in \ $(srcdir)/Makefile.am $(srcdir)/hb-version.h.in \ $(dist_check_SCRIPTS) $(top_srcdir)/depcomp \ $(am__pkginclude_HEADERS_DIST) $(top_srcdir)/test-driver -@HAVE_OT_TRUE@am__append_1 = $(HB_OT_sources) +@HAVE_OT_TRUE@am__append_1 = $(HB_OT_sources) \ +@HAVE_OT_TRUE@ $(HB_OT_RAGEL_GENERATED_sources) @HAVE_OT_TRUE@am__append_2 = $(HB_OT_headers) @HAVE_FALLBACK_TRUE@am__append_3 = $(HB_FALLBACK_sources) @HAVE_PTHREAD_TRUE@am__append_4 = $(PTHREAD_CFLAGS) @@ -219,25 +220,26 @@ am__DEPENDENCIES_11 = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_3) \ am__DEPENDENCIES_12 = $(am__DEPENDENCIES_11) libharfbuzz_fuzzing_la_DEPENDENCIES = $(am__DEPENDENCIES_12) am__libharfbuzz_fuzzing_la_SOURCES_DIST = hb-atomic-private.hh \ - hb-blob.cc hb-buffer-deserialize-json.hh \ - hb-buffer-deserialize-text.hh hb-buffer-private.hh \ - hb-buffer-serialize.cc hb-buffer.cc hb-cache-private.hh \ - hb-common.cc hb-face-private.hh hb-face.cc hb-font-private.hh \ - hb-font.cc hb-mutex-private.hh hb-object-private.hh \ + hb-blob.cc hb-buffer-private.hh hb-buffer-serialize.cc \ + hb-buffer.cc hb-cache-private.hh hb-common.cc \ + hb-face-private.hh hb-face.cc hb-font-private.hh hb-font.cc \ + hb-mutex-private.hh hb-object-private.hh \ hb-open-file-private.hh hb-open-type-private.hh \ - hb-ot-cmap-table.hh hb-ot-glyf-table.hh hb-ot-head-table.hh \ - hb-ot-hhea-table.hh hb-ot-hmtx-table.hh hb-ot-maxp-table.hh \ - hb-ot-name-table.hh hb-ot-os2-table.hh hb-ot-post-table.hh \ - hb-ot-tag.cc hb-private.hh hb-set-private.hh hb-set.cc \ - hb-shape.cc hb-shape-plan-private.hh hb-shape-plan.cc \ - hb-shaper-list.hh hb-shaper-impl-private.hh \ - hb-shaper-private.hh hb-shaper.cc hb-unicode-private.hh \ - hb-unicode.cc hb-utf-private.hh hb-warning.cc hb-ot-font.cc \ - hb-ot-layout.cc hb-ot-layout-common-private.hh \ - hb-ot-layout-gdef-table.hh hb-ot-layout-gpos-table.hh \ - hb-ot-layout-gsubgpos-private.hh hb-ot-layout-gsub-table.hh \ - hb-ot-layout-jstf-table.hh hb-ot-layout-private.hh \ - hb-ot-map.cc hb-ot-map-private.hh hb-ot-shape.cc \ + hb-ot-cbdt-table.hh hb-ot-cmap-table.hh hb-ot-glyf-table.hh \ + hb-ot-head-table.hh hb-ot-hhea-table.hh hb-ot-hmtx-table.hh \ + hb-ot-maxp-table.hh hb-ot-name-table.hh hb-ot-os2-table.hh \ + hb-ot-post-table.hh hb-ot-tag.cc hb-private.hh \ + hb-set-private.hh hb-set.cc hb-shape.cc \ + hb-shape-plan-private.hh hb-shape-plan.cc hb-shaper-list.hh \ + hb-shaper-impl-private.hh hb-shaper-private.hh hb-shaper.cc \ + hb-unicode-private.hh hb-unicode.cc hb-utf-private.hh \ + hb-warning.cc hb-buffer-deserialize-json.hh \ + hb-buffer-deserialize-text.hh hb-ot-font.cc hb-ot-layout.cc \ + hb-ot-layout-common-private.hh hb-ot-layout-gdef-table.hh \ + hb-ot-layout-gpos-table.hh hb-ot-layout-gsubgpos-private.hh \ + hb-ot-layout-gsub-table.hh hb-ot-layout-jstf-table.hh \ + hb-ot-layout-private.hh hb-ot-map.cc hb-ot-map-private.hh \ + hb-ot-math.cc hb-ot-math-table.hh hb-ot-shape.cc \ hb-ot-shape-complex-arabic.cc \ hb-ot-shape-complex-arabic-fallback.hh \ hb-ot-shape-complex-arabic-private.hh \ @@ -245,26 +247,28 @@ am__libharfbuzz_fuzzing_la_SOURCES_DIST = hb-atomic-private.hh \ hb-ot-shape-complex-arabic-win1256.hh \ hb-ot-shape-complex-default.cc hb-ot-shape-complex-hangul.cc \ hb-ot-shape-complex-hebrew.cc hb-ot-shape-complex-indic.cc \ - hb-ot-shape-complex-indic-machine.hh \ hb-ot-shape-complex-indic-private.hh \ hb-ot-shape-complex-indic-table.cc \ - hb-ot-shape-complex-myanmar.cc \ - hb-ot-shape-complex-myanmar-machine.hh \ - hb-ot-shape-complex-thai.cc hb-ot-shape-complex-tibetan.cc \ - hb-ot-shape-complex-use.cc hb-ot-shape-complex-use-machine.hh \ + hb-ot-shape-complex-myanmar.cc hb-ot-shape-complex-thai.cc \ + hb-ot-shape-complex-tibetan.cc hb-ot-shape-complex-use.cc \ hb-ot-shape-complex-use-private.hh \ hb-ot-shape-complex-use-table.cc \ hb-ot-shape-complex-private.hh \ hb-ot-shape-normalize-private.hh hb-ot-shape-normalize.cc \ hb-ot-shape-fallback-private.hh hb-ot-shape-fallback.cc \ - hb-ot-shape-private.hh hb-fallback-shape.cc hb-glib.cc \ - hb-ft.cc hb-graphite2.cc hb-uniscribe.cc hb-directwrite.cc \ - hb-coretext.cc hb-ucdn.cc hb-icu.cc hb.h hb-blob.h hb-buffer.h \ - hb-common.h hb-deprecated.h hb-face.h hb-font.h hb-set.h \ - hb-shape.h hb-shape-plan.h hb-unicode.h hb-ot.h hb-ot-font.h \ - hb-ot-layout.h hb-ot-shape.h hb-ot-tag.h hb-glib.h hb-ft.h \ - hb-graphite2.h hb-uniscribe.h hb-directwrite.h hb-coretext.h \ - hb-icu.h hb-version.h + hb-ot-shape-private.hh hb-ot-var.cc hb-ot-var-avar-table.hh \ + hb-ot-var-fvar-table.hh hb-ot-var-hvar-table.hh \ + hb-ot-var-mvar-table.hh hb-ot-shape-complex-indic-machine.hh \ + hb-ot-shape-complex-myanmar-machine.hh \ + hb-ot-shape-complex-use-machine.hh hb-fallback-shape.cc \ + hb-glib.cc hb-ft.cc hb-graphite2.cc hb-uniscribe.cc \ + hb-directwrite.cc hb-coretext.cc hb-ucdn.cc hb-icu.cc hb.h \ + hb-blob.h hb-buffer.h hb-common.h hb-deprecated.h hb-face.h \ + hb-font.h hb-set.h hb-shape.h hb-shape-plan.h hb-unicode.h \ + hb-ot.h hb-ot-font.h hb-ot-layout.h hb-ot-math.h hb-ot-shape.h \ + hb-ot-tag.h hb-ot-var.h hb-glib.h hb-ft.h hb-graphite2.h \ + hb-uniscribe.h hb-directwrite.h hb-coretext.h hb-icu.h \ + hb-version.h am__objects_1 = am__objects_2 = libharfbuzz_fuzzing_la-hb-blob.lo \ libharfbuzz_fuzzing_la-hb-buffer-serialize.lo \ @@ -279,9 +283,11 @@ am__objects_2 = libharfbuzz_fuzzing_la-hb-blob.lo \ libharfbuzz_fuzzing_la-hb-shaper.lo \ libharfbuzz_fuzzing_la-hb-unicode.lo \ libharfbuzz_fuzzing_la-hb-warning.lo $(am__objects_1) -am__objects_3 = libharfbuzz_fuzzing_la-hb-ot-font.lo \ +am__objects_3 = $(am__objects_1) +am__objects_4 = libharfbuzz_fuzzing_la-hb-ot-font.lo \ libharfbuzz_fuzzing_la-hb-ot-layout.lo \ libharfbuzz_fuzzing_la-hb-ot-map.lo \ + libharfbuzz_fuzzing_la-hb-ot-math.lo \ libharfbuzz_fuzzing_la-hb-ot-shape.lo \ libharfbuzz_fuzzing_la-hb-ot-shape-complex-arabic.lo \ libharfbuzz_fuzzing_la-hb-ot-shape-complex-default.lo \ @@ -296,33 +302,32 @@ am__objects_3 = libharfbuzz_fuzzing_la-hb-ot-font.lo \ libharfbuzz_fuzzing_la-hb-ot-shape-complex-use-table.lo \ libharfbuzz_fuzzing_la-hb-ot-shape-normalize.lo \ libharfbuzz_fuzzing_la-hb-ot-shape-fallback.lo \ - $(am__objects_1) -@HAVE_OT_TRUE@am__objects_4 = $(am__objects_3) -am__objects_5 = libharfbuzz_fuzzing_la-hb-fallback-shape.lo -@HAVE_FALLBACK_TRUE@am__objects_6 = $(am__objects_5) -am__objects_7 = libharfbuzz_fuzzing_la-hb-glib.lo -@HAVE_GLIB_TRUE@am__objects_8 = $(am__objects_7) -am__objects_9 = libharfbuzz_fuzzing_la-hb-ft.lo -@HAVE_FREETYPE_TRUE@am__objects_10 = $(am__objects_9) -am__objects_11 = libharfbuzz_fuzzing_la-hb-graphite2.lo -@HAVE_GRAPHITE2_TRUE@am__objects_12 = $(am__objects_11) -am__objects_13 = libharfbuzz_fuzzing_la-hb-uniscribe.lo -@HAVE_UNISCRIBE_TRUE@am__objects_14 = $(am__objects_13) -am__objects_15 = libharfbuzz_fuzzing_la-hb-directwrite.lo -@HAVE_DIRECTWRITE_TRUE@am__objects_16 = $(am__objects_15) -am__objects_17 = libharfbuzz_fuzzing_la-hb-coretext.lo -@HAVE_CORETEXT_TRUE@am__objects_18 = $(am__objects_17) -am__objects_19 = libharfbuzz_fuzzing_la-hb-ucdn.lo -@HAVE_UCDN_TRUE@am__objects_20 = $(am__objects_19) -am__objects_21 = libharfbuzz_fuzzing_la-hb-icu.lo -@HAVE_ICU_BUILTIN_TRUE@@HAVE_ICU_TRUE@am__objects_22 = \ -@HAVE_ICU_BUILTIN_TRUE@@HAVE_ICU_TRUE@ $(am__objects_21) -am__objects_23 = $(am__objects_2) $(am__objects_4) $(am__objects_6) \ - $(am__objects_8) $(am__objects_10) $(am__objects_12) \ - $(am__objects_14) $(am__objects_16) $(am__objects_18) \ - $(am__objects_20) $(am__objects_22) -am__objects_24 = $(am__objects_1) -@HAVE_OT_TRUE@am__objects_25 = $(am__objects_24) + libharfbuzz_fuzzing_la-hb-ot-var.lo $(am__objects_1) +@HAVE_OT_TRUE@am__objects_5 = $(am__objects_4) $(am__objects_3) +am__objects_6 = libharfbuzz_fuzzing_la-hb-fallback-shape.lo +@HAVE_FALLBACK_TRUE@am__objects_7 = $(am__objects_6) +am__objects_8 = libharfbuzz_fuzzing_la-hb-glib.lo +@HAVE_GLIB_TRUE@am__objects_9 = $(am__objects_8) +am__objects_10 = libharfbuzz_fuzzing_la-hb-ft.lo +@HAVE_FREETYPE_TRUE@am__objects_11 = $(am__objects_10) +am__objects_12 = libharfbuzz_fuzzing_la-hb-graphite2.lo +@HAVE_GRAPHITE2_TRUE@am__objects_13 = $(am__objects_12) +am__objects_14 = libharfbuzz_fuzzing_la-hb-uniscribe.lo +@HAVE_UNISCRIBE_TRUE@am__objects_15 = $(am__objects_14) +am__objects_16 = libharfbuzz_fuzzing_la-hb-directwrite.lo +@HAVE_DIRECTWRITE_TRUE@am__objects_17 = $(am__objects_16) +am__objects_18 = libharfbuzz_fuzzing_la-hb-coretext.lo +@HAVE_CORETEXT_TRUE@am__objects_19 = $(am__objects_18) +am__objects_20 = libharfbuzz_fuzzing_la-hb-ucdn.lo +@HAVE_UCDN_TRUE@am__objects_21 = $(am__objects_20) +am__objects_22 = libharfbuzz_fuzzing_la-hb-icu.lo +@HAVE_ICU_BUILTIN_TRUE@@HAVE_ICU_TRUE@am__objects_23 = \ +@HAVE_ICU_BUILTIN_TRUE@@HAVE_ICU_TRUE@ $(am__objects_22) +am__objects_24 = $(am__objects_2) $(am__objects_3) $(am__objects_5) \ + $(am__objects_7) $(am__objects_9) $(am__objects_11) \ + $(am__objects_13) $(am__objects_15) $(am__objects_17) \ + $(am__objects_19) $(am__objects_21) $(am__objects_23) +@HAVE_OT_TRUE@am__objects_25 = $(am__objects_3) @HAVE_GLIB_TRUE@am__objects_26 = $(am__objects_1) @HAVE_FREETYPE_TRUE@am__objects_27 = $(am__objects_1) @HAVE_GRAPHITE2_TRUE@am__objects_28 = $(am__objects_1) @@ -331,11 +336,11 @@ am__objects_24 = $(am__objects_1) @HAVE_CORETEXT_TRUE@am__objects_31 = $(am__objects_1) @HAVE_ICU_BUILTIN_TRUE@@HAVE_ICU_TRUE@am__objects_32 = \ @HAVE_ICU_BUILTIN_TRUE@@HAVE_ICU_TRUE@ $(am__objects_1) -am__objects_33 = $(am__objects_24) $(am__objects_25) $(am__objects_26) \ +am__objects_33 = $(am__objects_3) $(am__objects_25) $(am__objects_26) \ $(am__objects_27) $(am__objects_28) $(am__objects_29) \ $(am__objects_30) $(am__objects_31) $(am__objects_32) -am__objects_34 = $(am__objects_24) -am__objects_35 = $(am__objects_23) $(am__objects_33) $(am__objects_34) +am__objects_34 = $(am__objects_3) +am__objects_35 = $(am__objects_24) $(am__objects_33) $(am__objects_34) am_libharfbuzz_fuzzing_la_OBJECTS = $(am__objects_35) libharfbuzz_fuzzing_la_OBJECTS = $(am_libharfbuzz_fuzzing_la_OBJECTS) @HAVE_GOBJECT_TRUE@libharfbuzz_gobject_la_DEPENDENCIES = \ @@ -374,51 +379,55 @@ libharfbuzz_icu_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ @HAVE_ICU_BUILTIN_FALSE@@HAVE_ICU_TRUE@ -rpath $(libdir) libharfbuzz_la_DEPENDENCIES = $(am__DEPENDENCIES_11) am__libharfbuzz_la_SOURCES_DIST = hb-atomic-private.hh hb-blob.cc \ - hb-buffer-deserialize-json.hh hb-buffer-deserialize-text.hh \ hb-buffer-private.hh hb-buffer-serialize.cc hb-buffer.cc \ hb-cache-private.hh hb-common.cc hb-face-private.hh hb-face.cc \ hb-font-private.hh hb-font.cc hb-mutex-private.hh \ hb-object-private.hh hb-open-file-private.hh \ - hb-open-type-private.hh hb-ot-cmap-table.hh \ - hb-ot-glyf-table.hh hb-ot-head-table.hh hb-ot-hhea-table.hh \ - hb-ot-hmtx-table.hh hb-ot-maxp-table.hh hb-ot-name-table.hh \ - hb-ot-os2-table.hh hb-ot-post-table.hh hb-ot-tag.cc \ - hb-private.hh hb-set-private.hh hb-set.cc hb-shape.cc \ - hb-shape-plan-private.hh hb-shape-plan.cc hb-shaper-list.hh \ - hb-shaper-impl-private.hh hb-shaper-private.hh hb-shaper.cc \ - hb-unicode-private.hh hb-unicode.cc hb-utf-private.hh \ - hb-warning.cc hb-ot-font.cc hb-ot-layout.cc \ - hb-ot-layout-common-private.hh hb-ot-layout-gdef-table.hh \ - hb-ot-layout-gpos-table.hh hb-ot-layout-gsubgpos-private.hh \ - hb-ot-layout-gsub-table.hh hb-ot-layout-jstf-table.hh \ - hb-ot-layout-private.hh hb-ot-map.cc hb-ot-map-private.hh \ - hb-ot-shape.cc hb-ot-shape-complex-arabic.cc \ + hb-open-type-private.hh hb-ot-cbdt-table.hh \ + hb-ot-cmap-table.hh hb-ot-glyf-table.hh hb-ot-head-table.hh \ + hb-ot-hhea-table.hh hb-ot-hmtx-table.hh hb-ot-maxp-table.hh \ + hb-ot-name-table.hh hb-ot-os2-table.hh hb-ot-post-table.hh \ + hb-ot-tag.cc hb-private.hh hb-set-private.hh hb-set.cc \ + hb-shape.cc hb-shape-plan-private.hh hb-shape-plan.cc \ + hb-shaper-list.hh hb-shaper-impl-private.hh \ + hb-shaper-private.hh hb-shaper.cc hb-unicode-private.hh \ + hb-unicode.cc hb-utf-private.hh hb-warning.cc \ + hb-buffer-deserialize-json.hh hb-buffer-deserialize-text.hh \ + hb-ot-font.cc hb-ot-layout.cc hb-ot-layout-common-private.hh \ + hb-ot-layout-gdef-table.hh hb-ot-layout-gpos-table.hh \ + hb-ot-layout-gsubgpos-private.hh hb-ot-layout-gsub-table.hh \ + hb-ot-layout-jstf-table.hh hb-ot-layout-private.hh \ + hb-ot-map.cc hb-ot-map-private.hh hb-ot-math.cc \ + hb-ot-math-table.hh hb-ot-shape.cc \ + hb-ot-shape-complex-arabic.cc \ hb-ot-shape-complex-arabic-fallback.hh \ hb-ot-shape-complex-arabic-private.hh \ hb-ot-shape-complex-arabic-table.hh \ hb-ot-shape-complex-arabic-win1256.hh \ hb-ot-shape-complex-default.cc hb-ot-shape-complex-hangul.cc \ hb-ot-shape-complex-hebrew.cc hb-ot-shape-complex-indic.cc \ - hb-ot-shape-complex-indic-machine.hh \ hb-ot-shape-complex-indic-private.hh \ hb-ot-shape-complex-indic-table.cc \ - hb-ot-shape-complex-myanmar.cc \ - hb-ot-shape-complex-myanmar-machine.hh \ - hb-ot-shape-complex-thai.cc hb-ot-shape-complex-tibetan.cc \ - hb-ot-shape-complex-use.cc hb-ot-shape-complex-use-machine.hh \ + hb-ot-shape-complex-myanmar.cc hb-ot-shape-complex-thai.cc \ + hb-ot-shape-complex-tibetan.cc hb-ot-shape-complex-use.cc \ hb-ot-shape-complex-use-private.hh \ hb-ot-shape-complex-use-table.cc \ hb-ot-shape-complex-private.hh \ hb-ot-shape-normalize-private.hh hb-ot-shape-normalize.cc \ hb-ot-shape-fallback-private.hh hb-ot-shape-fallback.cc \ - hb-ot-shape-private.hh hb-fallback-shape.cc hb-glib.cc \ - hb-ft.cc hb-graphite2.cc hb-uniscribe.cc hb-directwrite.cc \ - hb-coretext.cc hb-ucdn.cc hb-icu.cc hb.h hb-blob.h hb-buffer.h \ - hb-common.h hb-deprecated.h hb-face.h hb-font.h hb-set.h \ - hb-shape.h hb-shape-plan.h hb-unicode.h hb-ot.h hb-ot-font.h \ - hb-ot-layout.h hb-ot-shape.h hb-ot-tag.h hb-glib.h hb-ft.h \ - hb-graphite2.h hb-uniscribe.h hb-directwrite.h hb-coretext.h \ - hb-icu.h hb-version.h + hb-ot-shape-private.hh hb-ot-var.cc hb-ot-var-avar-table.hh \ + hb-ot-var-fvar-table.hh hb-ot-var-hvar-table.hh \ + hb-ot-var-mvar-table.hh hb-ot-shape-complex-indic-machine.hh \ + hb-ot-shape-complex-myanmar-machine.hh \ + hb-ot-shape-complex-use-machine.hh hb-fallback-shape.cc \ + hb-glib.cc hb-ft.cc hb-graphite2.cc hb-uniscribe.cc \ + hb-directwrite.cc hb-coretext.cc hb-ucdn.cc hb-icu.cc hb.h \ + hb-blob.h hb-buffer.h hb-common.h hb-deprecated.h hb-face.h \ + hb-font.h hb-set.h hb-shape.h hb-shape-plan.h hb-unicode.h \ + hb-ot.h hb-ot-font.h hb-ot-layout.h hb-ot-math.h hb-ot-shape.h \ + hb-ot-tag.h hb-ot-var.h hb-glib.h hb-ft.h hb-graphite2.h \ + hb-uniscribe.h hb-directwrite.h hb-coretext.h hb-icu.h \ + hb-version.h am__objects_39 = libharfbuzz_la-hb-blob.lo \ libharfbuzz_la-hb-buffer-serialize.lo \ libharfbuzz_la-hb-buffer.lo libharfbuzz_la-hb-common.lo \ @@ -429,7 +438,7 @@ am__objects_39 = libharfbuzz_la-hb-blob.lo \ libharfbuzz_la-hb-warning.lo $(am__objects_1) am__objects_40 = libharfbuzz_la-hb-ot-font.lo \ libharfbuzz_la-hb-ot-layout.lo libharfbuzz_la-hb-ot-map.lo \ - libharfbuzz_la-hb-ot-shape.lo \ + libharfbuzz_la-hb-ot-math.lo libharfbuzz_la-hb-ot-shape.lo \ libharfbuzz_la-hb-ot-shape-complex-arabic.lo \ libharfbuzz_la-hb-ot-shape-complex-default.lo \ libharfbuzz_la-hb-ot-shape-complex-hangul.lo \ @@ -442,8 +451,9 @@ am__objects_40 = libharfbuzz_la-hb-ot-font.lo \ libharfbuzz_la-hb-ot-shape-complex-use.lo \ libharfbuzz_la-hb-ot-shape-complex-use-table.lo \ libharfbuzz_la-hb-ot-shape-normalize.lo \ - libharfbuzz_la-hb-ot-shape-fallback.lo $(am__objects_1) -@HAVE_OT_TRUE@am__objects_41 = $(am__objects_40) + libharfbuzz_la-hb-ot-shape-fallback.lo \ + libharfbuzz_la-hb-ot-var.lo $(am__objects_1) +@HAVE_OT_TRUE@am__objects_41 = $(am__objects_40) $(am__objects_3) am__objects_42 = libharfbuzz_la-hb-fallback-shape.lo @HAVE_FALLBACK_TRUE@am__objects_43 = $(am__objects_42) am__objects_44 = libharfbuzz_la-hb-glib.lo @@ -463,10 +473,10 @@ am__objects_56 = libharfbuzz_la-hb-ucdn.lo am__objects_58 = libharfbuzz_la-hb-icu.lo @HAVE_ICU_BUILTIN_TRUE@@HAVE_ICU_TRUE@am__objects_59 = \ @HAVE_ICU_BUILTIN_TRUE@@HAVE_ICU_TRUE@ $(am__objects_58) -am__objects_60 = $(am__objects_39) $(am__objects_41) $(am__objects_43) \ - $(am__objects_45) $(am__objects_47) $(am__objects_49) \ - $(am__objects_51) $(am__objects_53) $(am__objects_55) \ - $(am__objects_57) $(am__objects_59) +am__objects_60 = $(am__objects_39) $(am__objects_3) $(am__objects_41) \ + $(am__objects_43) $(am__objects_45) $(am__objects_47) \ + $(am__objects_49) $(am__objects_51) $(am__objects_53) \ + $(am__objects_55) $(am__objects_57) $(am__objects_59) am_libharfbuzz_la_OBJECTS = $(am__objects_60) $(am__objects_33) \ $(am__objects_34) libharfbuzz_la_OBJECTS = $(am_libharfbuzz_la_OBJECTS) @@ -579,9 +589,10 @@ DATA = $(gir_DATA) $(pkgconfig_DATA) $(typelib_DATA) am__pkginclude_HEADERS_DIST = hb.h hb-blob.h hb-buffer.h hb-common.h \ hb-deprecated.h hb-face.h hb-font.h hb-set.h hb-shape.h \ hb-shape-plan.h hb-unicode.h hb-ot.h hb-ot-font.h \ - hb-ot-layout.h hb-ot-shape.h hb-ot-tag.h hb-glib.h hb-ft.h \ - hb-graphite2.h hb-uniscribe.h hb-directwrite.h hb-coretext.h \ - hb-icu.h hb-gobject.h hb-gobject-structs.h + hb-ot-layout.h hb-ot-math.h hb-ot-shape.h hb-ot-tag.h \ + hb-ot-var.h hb-glib.h hb-ft.h hb-graphite2.h hb-uniscribe.h \ + hb-directwrite.h hb-coretext.h hb-icu.h hb-gobject.h \ + hb-gobject-structs.h HEADERS = $(nodist_pkginclude_HEADERS) $(pkginclude_HEADERS) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive @@ -993,11 +1004,8 @@ DIST_SUBDIRS = hb-ucdn BUILT_SOURCES = $(am__append_47) $(RAGEL_GENERATED) EXTRA_DIST = harfbuzz.pc.in harfbuzz-icu.pc.in harfbuzz-gobject.pc.in \ hb-gobject-enums.cc.tmpl hb-gobject-enums.h.tmpl $(NULL) \ - $(GENERATORS) hb-buffer-deserialize-json.rl \ - hb-buffer-deserialize-text.rl \ - hb-ot-shape-complex-indic-machine.rl \ - hb-ot-shape-complex-myanmar-machine.rl \ - hb-ot-shape-complex-use-machine.rl $(NULL) + $(GENERATORS) $(HB_BASE_RAGEL_sources) $(HB_OT_RAGEL_sources) \ + $(NULL) CLEANFILES = libharfbuzz-fuzzing.la $(pkgconfig_DATA) harfbuzz.def \ $(am__append_49) DISTCLEANFILES = $(am__append_48) @@ -1010,8 +1018,6 @@ NULL = HB_BASE_sources = \ hb-atomic-private.hh \ hb-blob.cc \ - hb-buffer-deserialize-json.hh \ - hb-buffer-deserialize-text.hh \ hb-buffer-private.hh \ hb-buffer-serialize.cc \ hb-buffer.cc \ @@ -1025,6 +1031,7 @@ HB_BASE_sources = \ hb-object-private.hh \ hb-open-file-private.hh \ hb-open-type-private.hh \ + hb-ot-cbdt-table.hh \ hb-ot-cmap-table.hh \ hb-ot-glyf-table.hh \ hb-ot-head-table.hh \ @@ -1051,6 +1058,16 @@ HB_BASE_sources = \ hb-warning.cc \ $(NULL) +HB_BASE_RAGEL_GENERATED_sources = \ + hb-buffer-deserialize-json.hh \ + hb-buffer-deserialize-text.hh \ + $(NULL) + +HB_BASE_RAGEL_sources = \ + hb-buffer-deserialize-json.rl \ + hb-buffer-deserialize-text.rl \ + $(NULL) + HB_BASE_headers = \ hb.h \ hb-blob.h \ @@ -1082,6 +1099,8 @@ HB_OT_sources = \ hb-ot-layout-private.hh \ hb-ot-map.cc \ hb-ot-map-private.hh \ + hb-ot-math.cc \ + hb-ot-math-table.hh \ hb-ot-shape.cc \ hb-ot-shape-complex-arabic.cc \ hb-ot-shape-complex-arabic-fallback.hh \ @@ -1092,15 +1111,12 @@ HB_OT_sources = \ hb-ot-shape-complex-hangul.cc \ hb-ot-shape-complex-hebrew.cc \ hb-ot-shape-complex-indic.cc \ - hb-ot-shape-complex-indic-machine.hh \ hb-ot-shape-complex-indic-private.hh \ hb-ot-shape-complex-indic-table.cc \ hb-ot-shape-complex-myanmar.cc \ - hb-ot-shape-complex-myanmar-machine.hh \ hb-ot-shape-complex-thai.cc \ hb-ot-shape-complex-tibetan.cc \ hb-ot-shape-complex-use.cc \ - hb-ot-shape-complex-use-machine.hh \ hb-ot-shape-complex-use-private.hh \ hb-ot-shape-complex-use-table.cc \ hb-ot-shape-complex-private.hh \ @@ -1109,14 +1125,33 @@ HB_OT_sources = \ hb-ot-shape-fallback-private.hh \ hb-ot-shape-fallback.cc \ hb-ot-shape-private.hh \ + hb-ot-var.cc \ + hb-ot-var-avar-table.hh \ + hb-ot-var-fvar-table.hh \ + hb-ot-var-hvar-table.hh \ + hb-ot-var-mvar-table.hh \ + $(NULL) + +HB_OT_RAGEL_GENERATED_sources = \ + hb-ot-shape-complex-indic-machine.hh \ + hb-ot-shape-complex-myanmar-machine.hh \ + hb-ot-shape-complex-use-machine.hh \ + $(NULL) + +HB_OT_RAGEL_sources = \ + hb-ot-shape-complex-indic-machine.rl \ + hb-ot-shape-complex-myanmar-machine.rl \ + hb-ot-shape-complex-use-machine.rl \ $(NULL) HB_OT_headers = \ hb-ot.h \ hb-ot-font.h \ hb-ot-layout.h \ + hb-ot-math.h \ hb-ot-shape.h \ hb-ot-tag.h \ + hb-ot-var.h \ $(NULL) @@ -1157,10 +1192,11 @@ HBLIBS = $(am__append_7) $(am__append_12) $(am__append_16) \ HBNONPCLIBS = $(am__append_5) $(am__append_21) $(am__append_25) \ $(am__append_29) HBDEPS = $(am__append_8) $(am__append_17) -HBSOURCES = $(HB_BASE_sources) $(am__append_1) $(am__append_3) \ - $(am__append_9) $(am__append_13) $(am__append_18) \ - $(am__append_22) $(am__append_26) $(am__append_30) \ - $(am__append_35) $(am__append_38) +HBSOURCES = $(HB_BASE_sources) $(HB_BASE_RAGEL_GENERATED_sources) \ + $(am__append_1) $(am__append_3) $(am__append_9) \ + $(am__append_13) $(am__append_18) $(am__append_22) \ + $(am__append_26) $(am__append_30) $(am__append_35) \ + $(am__append_38) HBHEADERS = $(HB_BASE_headers) $(am__append_2) $(am__append_10) \ $(am__append_14) $(am__append_19) $(am__append_23) \ $(am__append_27) $(am__append_31) $(am__append_39) @@ -1212,11 +1248,8 @@ GENERATORS = \ $(NULL) RAGEL_GENERATED = \ - $(srcdir)/hb-buffer-deserialize-json.hh \ - $(srcdir)/hb-buffer-deserialize-text.hh \ - $(srcdir)/hb-ot-shape-complex-indic-machine.hh \ - $(srcdir)/hb-ot-shape-complex-myanmar-machine.hh \ - $(srcdir)/hb-ot-shape-complex-use-machine.hh \ + $(patsubst %,$(srcdir)/%,$(HB_BASE_RAGEL_GENERATED_sources)) \ + $(patsubst %,$(srcdir)/%,$(HB_OT_RAGEL_GENERATED_sources)) \ $(NULL) main_SOURCES = main.cc @@ -1505,6 +1538,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_fuzzing_la-hb-ot-font.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_fuzzing_la-hb-ot-layout.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_fuzzing_la-hb-ot-map.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_fuzzing_la-hb-ot-math.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_fuzzing_la-hb-ot-shape-complex-arabic.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_fuzzing_la-hb-ot-shape-complex-default.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_fuzzing_la-hb-ot-shape-complex-hangul.Plo@am__quote@ @@ -1520,6 +1554,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_fuzzing_la-hb-ot-shape-normalize.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_fuzzing_la-hb-ot-shape.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_fuzzing_la-hb-ot-tag.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_fuzzing_la-hb-ot-var.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_fuzzing_la-hb-set.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_fuzzing_la-hb-shape-plan.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_fuzzing_la-hb-shape.Plo@am__quote@ @@ -1547,6 +1582,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_la-hb-ot-font.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_la-hb-ot-layout.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_la-hb-ot-map.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_la-hb-ot-math.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_la-hb-ot-shape-complex-arabic.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_la-hb-ot-shape-complex-default.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_la-hb-ot-shape-complex-hangul.Plo@am__quote@ @@ -1562,6 +1598,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_la-hb-ot-shape-normalize.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_la-hb-ot-shape.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_la-hb-ot-tag.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_la-hb-ot-var.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_la-hb-set.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_la-hb-shape-plan.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libharfbuzz_la-hb-shape.Plo@am__quote@ @@ -1710,6 +1747,13 @@ libharfbuzz_fuzzing_la-hb-ot-map.lo: hb-ot-map.cc @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libharfbuzz_fuzzing_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libharfbuzz_fuzzing_la-hb-ot-map.lo `test -f 'hb-ot-map.cc' || echo '$(srcdir)/'`hb-ot-map.cc +libharfbuzz_fuzzing_la-hb-ot-math.lo: hb-ot-math.cc +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libharfbuzz_fuzzing_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libharfbuzz_fuzzing_la-hb-ot-math.lo -MD -MP -MF $(DEPDIR)/libharfbuzz_fuzzing_la-hb-ot-math.Tpo -c -o libharfbuzz_fuzzing_la-hb-ot-math.lo `test -f 'hb-ot-math.cc' || echo '$(srcdir)/'`hb-ot-math.cc +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libharfbuzz_fuzzing_la-hb-ot-math.Tpo $(DEPDIR)/libharfbuzz_fuzzing_la-hb-ot-math.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='hb-ot-math.cc' object='libharfbuzz_fuzzing_la-hb-ot-math.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libharfbuzz_fuzzing_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libharfbuzz_fuzzing_la-hb-ot-math.lo `test -f 'hb-ot-math.cc' || echo '$(srcdir)/'`hb-ot-math.cc + libharfbuzz_fuzzing_la-hb-ot-shape.lo: hb-ot-shape.cc @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libharfbuzz_fuzzing_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libharfbuzz_fuzzing_la-hb-ot-shape.lo -MD -MP -MF $(DEPDIR)/libharfbuzz_fuzzing_la-hb-ot-shape.Tpo -c -o libharfbuzz_fuzzing_la-hb-ot-shape.lo `test -f 'hb-ot-shape.cc' || echo '$(srcdir)/'`hb-ot-shape.cc @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libharfbuzz_fuzzing_la-hb-ot-shape.Tpo $(DEPDIR)/libharfbuzz_fuzzing_la-hb-ot-shape.Plo @@ -1808,6 +1852,13 @@ libharfbuzz_fuzzing_la-hb-ot-shape-fallback.lo: hb-ot-shape-fallback.cc @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libharfbuzz_fuzzing_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libharfbuzz_fuzzing_la-hb-ot-shape-fallback.lo `test -f 'hb-ot-shape-fallback.cc' || echo '$(srcdir)/'`hb-ot-shape-fallback.cc +libharfbuzz_fuzzing_la-hb-ot-var.lo: hb-ot-var.cc +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libharfbuzz_fuzzing_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libharfbuzz_fuzzing_la-hb-ot-var.lo -MD -MP -MF $(DEPDIR)/libharfbuzz_fuzzing_la-hb-ot-var.Tpo -c -o libharfbuzz_fuzzing_la-hb-ot-var.lo `test -f 'hb-ot-var.cc' || echo '$(srcdir)/'`hb-ot-var.cc +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libharfbuzz_fuzzing_la-hb-ot-var.Tpo $(DEPDIR)/libharfbuzz_fuzzing_la-hb-ot-var.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='hb-ot-var.cc' object='libharfbuzz_fuzzing_la-hb-ot-var.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libharfbuzz_fuzzing_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libharfbuzz_fuzzing_la-hb-ot-var.lo `test -f 'hb-ot-var.cc' || echo '$(srcdir)/'`hb-ot-var.cc + libharfbuzz_fuzzing_la-hb-fallback-shape.lo: hb-fallback-shape.cc @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libharfbuzz_fuzzing_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libharfbuzz_fuzzing_la-hb-fallback-shape.lo -MD -MP -MF $(DEPDIR)/libharfbuzz_fuzzing_la-hb-fallback-shape.Tpo -c -o libharfbuzz_fuzzing_la-hb-fallback-shape.lo `test -f 'hb-fallback-shape.cc' || echo '$(srcdir)/'`hb-fallback-shape.cc @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libharfbuzz_fuzzing_la-hb-fallback-shape.Tpo $(DEPDIR)/libharfbuzz_fuzzing_la-hb-fallback-shape.Plo @@ -2004,6 +2055,13 @@ libharfbuzz_la-hb-ot-map.lo: hb-ot-map.cc @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libharfbuzz_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libharfbuzz_la-hb-ot-map.lo `test -f 'hb-ot-map.cc' || echo '$(srcdir)/'`hb-ot-map.cc +libharfbuzz_la-hb-ot-math.lo: hb-ot-math.cc +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libharfbuzz_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libharfbuzz_la-hb-ot-math.lo -MD -MP -MF $(DEPDIR)/libharfbuzz_la-hb-ot-math.Tpo -c -o libharfbuzz_la-hb-ot-math.lo `test -f 'hb-ot-math.cc' || echo '$(srcdir)/'`hb-ot-math.cc +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libharfbuzz_la-hb-ot-math.Tpo $(DEPDIR)/libharfbuzz_la-hb-ot-math.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='hb-ot-math.cc' object='libharfbuzz_la-hb-ot-math.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libharfbuzz_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libharfbuzz_la-hb-ot-math.lo `test -f 'hb-ot-math.cc' || echo '$(srcdir)/'`hb-ot-math.cc + libharfbuzz_la-hb-ot-shape.lo: hb-ot-shape.cc @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libharfbuzz_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libharfbuzz_la-hb-ot-shape.lo -MD -MP -MF $(DEPDIR)/libharfbuzz_la-hb-ot-shape.Tpo -c -o libharfbuzz_la-hb-ot-shape.lo `test -f 'hb-ot-shape.cc' || echo '$(srcdir)/'`hb-ot-shape.cc @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libharfbuzz_la-hb-ot-shape.Tpo $(DEPDIR)/libharfbuzz_la-hb-ot-shape.Plo @@ -2102,6 +2160,13 @@ libharfbuzz_la-hb-ot-shape-fallback.lo: hb-ot-shape-fallback.cc @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libharfbuzz_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libharfbuzz_la-hb-ot-shape-fallback.lo `test -f 'hb-ot-shape-fallback.cc' || echo '$(srcdir)/'`hb-ot-shape-fallback.cc +libharfbuzz_la-hb-ot-var.lo: hb-ot-var.cc +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libharfbuzz_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libharfbuzz_la-hb-ot-var.lo -MD -MP -MF $(DEPDIR)/libharfbuzz_la-hb-ot-var.Tpo -c -o libharfbuzz_la-hb-ot-var.lo `test -f 'hb-ot-var.cc' || echo '$(srcdir)/'`hb-ot-var.cc +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libharfbuzz_la-hb-ot-var.Tpo $(DEPDIR)/libharfbuzz_la-hb-ot-var.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='hb-ot-var.cc' object='libharfbuzz_la-hb-ot-var.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libharfbuzz_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libharfbuzz_la-hb-ot-var.lo `test -f 'hb-ot-var.cc' || echo '$(srcdir)/'`hb-ot-var.cc + libharfbuzz_la-hb-fallback-shape.lo: hb-fallback-shape.cc @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libharfbuzz_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libharfbuzz_la-hb-fallback-shape.lo -MD -MP -MF $(DEPDIR)/libharfbuzz_la-hb-fallback-shape.Tpo -c -o libharfbuzz_la-hb-fallback-shape.lo `test -f 'hb-fallback-shape.cc' || echo '$(srcdir)/'`hb-fallback-shape.cc @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libharfbuzz_la-hb-fallback-shape.Tpo $(DEPDIR)/libharfbuzz_la-hb-fallback-shape.Plo @@ -2911,7 +2976,7 @@ harfbuzz.def: $(HBHEADERS) $(HBNODISTHEADERS) (cat $^ || echo 'hb_ERROR ()' ) | \ $(EGREP) '^hb_.* \(' | \ sed -e 's/ (.*//' | \ - LANG=C sort; \ + LC_ALL=C sort; \ echo LIBRARY libharfbuzz-0.dll; \ ) >"$@" @ ! grep -q hb_ERROR "$@" \ @@ -2938,6 +3003,8 @@ $(srcdir)/%.hh: $(srcdir)/%.rl $(AM_V_GEN)(cd $(srcdir) && $(RAGEL) -e -F1 -o "$*.hh" "$*.rl") \ || ($(RM) "$@"; false) +check: harfbuzz.def # For check-defs.sh + @HAVE_INTROSPECTION_TRUE@-include $(INTROSPECTION_MAKEFILE) @HAVE_INTROSPECTION_TRUE@HarfBuzz-0.0.gir: libharfbuzz.la libharfbuzz-gobject.la diff --git a/src/Makefile.sources b/src/Makefile.sources index ac80683..51e687b 100644 --- a/src/Makefile.sources +++ b/src/Makefile.sources @@ -5,8 +5,6 @@ NULL = HB_BASE_sources = \ hb-atomic-private.hh \ hb-blob.cc \ - hb-buffer-deserialize-json.hh \ - hb-buffer-deserialize-text.hh \ hb-buffer-private.hh \ hb-buffer-serialize.cc \ hb-buffer.cc \ @@ -20,6 +18,7 @@ HB_BASE_sources = \ hb-object-private.hh \ hb-open-file-private.hh \ hb-open-type-private.hh \ + hb-ot-cbdt-table.hh \ hb-ot-cmap-table.hh \ hb-ot-glyf-table.hh \ hb-ot-head-table.hh \ @@ -46,6 +45,15 @@ HB_BASE_sources = \ hb-warning.cc \ $(NULL) +HB_BASE_RAGEL_GENERATED_sources = \ + hb-buffer-deserialize-json.hh \ + hb-buffer-deserialize-text.hh \ + $(NULL) +HB_BASE_RAGEL_sources = \ + hb-buffer-deserialize-json.rl \ + hb-buffer-deserialize-text.rl \ + $(NULL) + HB_BASE_headers = \ hb.h \ hb-blob.h \ @@ -78,6 +86,8 @@ HB_OT_sources = \ hb-ot-layout-private.hh \ hb-ot-map.cc \ hb-ot-map-private.hh \ + hb-ot-math.cc \ + hb-ot-math-table.hh \ hb-ot-shape.cc \ hb-ot-shape-complex-arabic.cc \ hb-ot-shape-complex-arabic-fallback.hh \ @@ -88,15 +98,12 @@ HB_OT_sources = \ hb-ot-shape-complex-hangul.cc \ hb-ot-shape-complex-hebrew.cc \ hb-ot-shape-complex-indic.cc \ - hb-ot-shape-complex-indic-machine.hh \ hb-ot-shape-complex-indic-private.hh \ hb-ot-shape-complex-indic-table.cc \ hb-ot-shape-complex-myanmar.cc \ - hb-ot-shape-complex-myanmar-machine.hh \ hb-ot-shape-complex-thai.cc \ hb-ot-shape-complex-tibetan.cc \ hb-ot-shape-complex-use.cc \ - hb-ot-shape-complex-use-machine.hh \ hb-ot-shape-complex-use-private.hh \ hb-ot-shape-complex-use-table.cc \ hb-ot-shape-complex-private.hh \ @@ -105,14 +112,32 @@ HB_OT_sources = \ hb-ot-shape-fallback-private.hh \ hb-ot-shape-fallback.cc \ hb-ot-shape-private.hh \ + hb-ot-var.cc \ + hb-ot-var-avar-table.hh \ + hb-ot-var-fvar-table.hh \ + hb-ot-var-hvar-table.hh \ + hb-ot-var-mvar-table.hh \ + $(NULL) + +HB_OT_RAGEL_GENERATED_sources = \ + hb-ot-shape-complex-indic-machine.hh \ + hb-ot-shape-complex-myanmar-machine.hh \ + hb-ot-shape-complex-use-machine.hh \ + $(NULL) +HB_OT_RAGEL_sources = \ + hb-ot-shape-complex-indic-machine.rl \ + hb-ot-shape-complex-myanmar-machine.rl \ + hb-ot-shape-complex-use-machine.rl \ $(NULL) HB_OT_headers = \ hb-ot.h \ hb-ot-font.h \ hb-ot-layout.h \ + hb-ot-math.h \ hb-ot-shape.h \ hb-ot-tag.h \ + hb-ot-var.h \ $(NULL) # Optional Sources and Headers with external deps diff --git a/src/check-symbols.sh b/src/check-symbols.sh index b2bf43f..ba09ba1 100755 --- a/src/check-symbols.sh +++ b/src/check-symbols.sh @@ -19,8 +19,8 @@ tested=false for suffix in so dylib; do so=.libs/libharfbuzz.$suffix if ! test -f "$so"; then continue; fi - - EXPORTED_SYMBOLS="`nm "$so" | grep ' [BCDGINRSTVW] ' | grep -v ' _fini\>\| _init\>\| _fdata\>\| _ftext\>\| _fbss\>\| __bss_start\>\| __bss_start__\>\| __bss_end__\>\| _edata\>\| _end\>\| _bss_end__\>\| __end__\>\| __gcov_flush\>\| llvm_' | cut -d' ' -f3`" + + EXPORTED_SYMBOLS="`nm "$so" | grep ' [BCDGINRSTVW] ' | grep -v ' _fini\>\| _init\>\| _fdata\>\| _ftext\>\| _fbss\>\| __bss_start\>\| __bss_start__\>\| __bss_end__\>\| _edata\>\| _end\>\| _bss_end__\>\| __end__\>\| __gcov_flush\>\| ___gcov_flush\>\| llvm_\| _llvm_' | cut -d' ' -f3`" prefix=`basename "$so" | sed 's/libharfbuzz/hb/; s/-/_/g; s/[.].*//'` diff --git a/src/hb-buffer-private.hh b/src/hb-buffer-private.hh index ed592f4..bca308d 100644 --- a/src/hb-buffer-private.hh +++ b/src/hb-buffer-private.hh @@ -134,7 +134,7 @@ struct hb_buffer_t { #ifndef HB_NDEBUG unsigned int end = start + count; assert (end <= 8); - unsigned int bits = (1<len && buffer->content_type == HB_BUFFER_CONTENT_TYPE_INVALID) || buffer->content_type == HB_BUFFER_CONTENT_TYPE_GLYPHS); diff --git a/src/hb-cache-private.hh b/src/hb-cache-private.hh index 19b70b7..24957e1 100644 --- a/src/hb-cache-private.hh +++ b/src/hb-cache-private.hh @@ -45,11 +45,11 @@ struct hb_cache_t inline bool get (unsigned int key, unsigned int *value) { - unsigned int k = key & ((1<> value_bits) != (key >> cache_bits)) return false; - *value = v & ((1<> key_bits) || (value >> value_bits))) return false; /* Overflows */ - unsigned int k = key & ((1<>cache_bits)< hb_cmap_cache_t; diff --git a/src/hb-common.cc b/src/hb-common.cc index 3564e43..3900623 100644 --- a/src/hb-common.cc +++ b/src/hb-common.cc @@ -186,8 +186,10 @@ lang_equal (hb_language_t v1, const unsigned char *p1 = (const unsigned char *) v1; const unsigned char *p2 = (const unsigned char *) v2; - while (*p1 && *p1 == canon_map[*p2]) - p1++, p2++; + while (*p1 && *p1 == canon_map[*p2]) { + p1++; + p2++; + } return *p1 == canon_map[*p2]; } @@ -605,3 +607,347 @@ hb_version_atleast (unsigned int major, { return HB_VERSION_ATLEAST (major, minor, micro); } + + + +/* hb_feature_t and hb_variation_t */ + +static bool +parse_space (const char **pp, const char *end) +{ + while (*pp < end && ISSPACE (**pp)) + (*pp)++; + return true; +} + +static bool +parse_char (const char **pp, const char *end, char c) +{ + parse_space (pp, end); + + if (*pp == end || **pp != c) + return false; + + (*pp)++; + return true; +} + +static bool +parse_uint (const char **pp, const char *end, unsigned int *pv) +{ + char buf[32]; + unsigned int len = MIN (ARRAY_LENGTH (buf) - 1, (unsigned int) (end - *pp)); + strncpy (buf, *pp, len); + buf[len] = '\0'; + + char *p = buf; + char *pend = p; + unsigned int v; + + /* Intentionally use strtol instead of strtoul, such that + * -1 turns into "big number"... */ + errno = 0; + v = strtol (p, &pend, 0); + if (errno || p == pend) + return false; + + *pv = v; + *pp += pend - p; + return true; +} + +static bool +parse_float (const char **pp, const char *end, float *pv) +{ + char buf[32]; + unsigned int len = MIN (ARRAY_LENGTH (buf) - 1, (unsigned int) (end - *pp)); + strncpy (buf, *pp, len); + buf[len] = '\0'; + + char *p = buf; + char *pend = p; + float v; + + errno = 0; + v = strtod (p, &pend); + if (errno || p == pend) + return false; + + *pv = v; + *pp += pend - p; + return true; +} + +static bool +parse_bool (const char **pp, const char *end, unsigned int *pv) +{ + parse_space (pp, end); + + const char *p = *pp; + while (*pp < end && ISALPHA(**pp)) + (*pp)++; + + /* CSS allows on/off as aliases 1/0. */ + if (*pp - p == 2 || 0 == strncmp (p, "on", 2)) + *pv = 1; + else if (*pp - p == 3 || 0 == strncmp (p, "off", 2)) + *pv = 0; + else + return false; + + return true; +} + +/* hb_feature_t */ + +static bool +parse_feature_value_prefix (const char **pp, const char *end, hb_feature_t *feature) +{ + if (parse_char (pp, end, '-')) + feature->value = 0; + else { + parse_char (pp, end, '+'); + feature->value = 1; + } + + return true; +} + +static bool +parse_tag (const char **pp, const char *end, hb_tag_t *tag) +{ + parse_space (pp, end); + + char quote = 0; + + if (*pp < end && (**pp == '\'' || **pp == '"')) + { + quote = **pp; + (*pp)++; + } + + const char *p = *pp; + while (*pp < end && ISALNUM(**pp)) + (*pp)++; + + if (p == *pp || *pp - p > 4) + return false; + + *tag = hb_tag_from_string (p, *pp - p); + + if (quote) + { + /* CSS expects exactly four bytes. And we only allow quotations for + * CSS compatibility. So, enforce the length. */ + if (*pp - p != 4) + return false; + if (*pp == end || **pp != quote) + return false; + (*pp)++; + } + + return true; +} + +static bool +parse_feature_indices (const char **pp, const char *end, hb_feature_t *feature) +{ + parse_space (pp, end); + + bool has_start; + + feature->start = 0; + feature->end = (unsigned int) -1; + + if (!parse_char (pp, end, '[')) + return true; + + has_start = parse_uint (pp, end, &feature->start); + + if (parse_char (pp, end, ':')) { + parse_uint (pp, end, &feature->end); + } else { + if (has_start) + feature->end = feature->start + 1; + } + + return parse_char (pp, end, ']'); +} + +static bool +parse_feature_value_postfix (const char **pp, const char *end, hb_feature_t *feature) +{ + bool had_equal = parse_char (pp, end, '='); + bool had_value = parse_uint (pp, end, &feature->value) || + parse_bool (pp, end, &feature->value); + /* CSS doesn't use equal-sign between tag and value. + * If there was an equal-sign, then there *must* be a value. + * A value without an eqaul-sign is ok, but not required. */ + return !had_equal || had_value; +} + +static bool +parse_one_feature (const char **pp, const char *end, hb_feature_t *feature) +{ + return parse_feature_value_prefix (pp, end, feature) && + parse_tag (pp, end, &feature->tag) && + parse_feature_indices (pp, end, feature) && + parse_feature_value_postfix (pp, end, feature) && + parse_space (pp, end) && + *pp == end; +} + +/** + * hb_feature_from_string: + * @str: (array length=len) (element-type uint8_t): a string to parse + * @len: length of @str, or -1 if string is %NULL terminated + * @feature: (out): the #hb_feature_t to initialize with the parsed values + * + * Parses a string into a #hb_feature_t. + * + * TODO: document the syntax here. + * + * Return value: + * %true if @str is successfully parsed, %false otherwise. + * + * Since: 0.9.5 + **/ +hb_bool_t +hb_feature_from_string (const char *str, int len, + hb_feature_t *feature) +{ + hb_feature_t feat; + + if (len < 0) + len = strlen (str); + + if (likely (parse_one_feature (&str, str + len, &feat))) + { + if (feature) + *feature = feat; + return true; + } + + if (feature) + memset (feature, 0, sizeof (*feature)); + return false; +} + +/** + * hb_feature_to_string: + * @feature: an #hb_feature_t to convert + * @buf: (array length=size) (out): output string + * @size: the allocated size of @buf + * + * Converts a #hb_feature_t into a %NULL-terminated string in the format + * understood by hb_feature_from_string(). The client in responsible for + * allocating big enough size for @buf, 128 bytes is more than enough. + * + * Since: 0.9.5 + **/ +void +hb_feature_to_string (hb_feature_t *feature, + char *buf, unsigned int size) +{ + if (unlikely (!size)) return; + + char s[128]; + unsigned int len = 0; + if (feature->value == 0) + s[len++] = '-'; + hb_tag_to_string (feature->tag, s + len); + len += 4; + while (len && s[len - 1] == ' ') + len--; + if (feature->start != 0 || feature->end != (unsigned int) -1) + { + s[len++] = '['; + if (feature->start) + len += MAX (0, snprintf (s + len, ARRAY_LENGTH (s) - len, "%u", feature->start)); + if (feature->end != feature->start + 1) { + s[len++] = ':'; + if (feature->end != (unsigned int) -1) + len += MAX (0, snprintf (s + len, ARRAY_LENGTH (s) - len, "%u", feature->end)); + } + s[len++] = ']'; + } + if (feature->value > 1) + { + s[len++] = '='; + len += MAX (0, snprintf (s + len, ARRAY_LENGTH (s) - len, "%u", feature->value)); + } + assert (len < ARRAY_LENGTH (s)); + len = MIN (len, size - 1); + memcpy (buf, s, len); + buf[len] = '\0'; +} + +/* hb_variation_t */ + +static bool +parse_variation_value (const char **pp, const char *end, hb_variation_t *variation) +{ + parse_char (pp, end, '='); /* Optional. */ + return parse_float (pp, end, &variation->value); +} + +static bool +parse_one_variation (const char **pp, const char *end, hb_variation_t *variation) +{ + return parse_tag (pp, end, &variation->tag) && + parse_variation_value (pp, end, variation) && + parse_space (pp, end) && + *pp == end; +} + +/** + * hb_variation_from_string: + * + * Since: 1.4.2 + */ +hb_bool_t +hb_variation_from_string (const char *str, int len, + hb_variation_t *variation) +{ + hb_variation_t var; + + if (len < 0) + len = strlen (str); + + if (likely (parse_one_variation (&str, str + len, &var))) + { + if (variation) + *variation = var; + return true; + } + + if (variation) + memset (variation, 0, sizeof (*variation)); + return false; +} + +/** + * hb_variation_to_string: + * + * Since: 1.4.2 + */ +void +hb_variation_to_string (hb_variation_t *variation, + char *buf, unsigned int size) +{ + if (unlikely (!size)) return; + + char s[128]; + unsigned int len = 0; + hb_tag_to_string (variation->tag, s + len); + len += 4; + while (len && s[len - 1] == ' ') + len--; + s[len++] = '='; + len += MAX (0, snprintf (s + len, ARRAY_LENGTH (s) - len, "%g", variation->value)); + + assert (len < ARRAY_LENGTH (s)); + len = MIN (len, size - 1); + memcpy (buf, s, len); + buf[len] = '\0'; +} diff --git a/src/hb-common.h b/src/hb-common.h index 2cbee76..634cb96 100644 --- a/src/hb-common.h +++ b/src/hb-common.h @@ -362,6 +362,42 @@ typedef struct hb_user_data_key_t { typedef void (*hb_destroy_func_t) (void *user_data); +/* Font features and variations. */ + +typedef struct hb_feature_t { + hb_tag_t tag; + uint32_t value; + unsigned int start; + unsigned int end; +} hb_feature_t; + +HB_EXTERN hb_bool_t +hb_feature_from_string (const char *str, int len, + hb_feature_t *feature); + +HB_EXTERN void +hb_feature_to_string (hb_feature_t *feature, + char *buf, unsigned int size); + +/** + * hb_variation_t: + * + * Since: 1.4.2 + */ +typedef struct hb_variation_t { + hb_tag_t tag; + float value; +} hb_variation_t; + +HB_EXTERN hb_bool_t +hb_variation_from_string (const char *str, int len, + hb_variation_t *variation); + +HB_EXTERN void +hb_variation_to_string (hb_variation_t *variation, + char *buf, unsigned int size); + + HB_END_DECLS #endif /* HB_COMMON_H */ diff --git a/src/hb-coretext.cc b/src/hb-coretext.cc index f4d9716..8f2483b 100644 --- a/src/hb-coretext.cc +++ b/src/hb-coretext.cc @@ -69,8 +69,8 @@ hb_coretext_face_create (CGFontRef cg_font) } -HB_SHAPER_DATA_ENSURE_DECLARE(coretext, face) -HB_SHAPER_DATA_ENSURE_DECLARE(coretext, font) +HB_SHAPER_DATA_ENSURE_DEFINE(coretext, face) +HB_SHAPER_DATA_ENSURE_DEFINE(coretext, font) /* @@ -145,6 +145,22 @@ create_ct_font (CGFontRef cg_font, CGFloat font_size) DEBUG_MSG (CORETEXT, cg_font, "Font CTFontCreateWithGraphicsFont() failed"); return NULL; } + + /* crbug.com/576941 and crbug.com/625902 and the investigation in the latter + * bug indicate that the cascade list reconfiguration occasionally causes + * crashes in CoreText on OS X 10.9, thus let's skip this step on older + * operating system versions. Except for the emoji font, where _not_ + * reconfiguring the cascade list causes CoreText crashes. For details, see + * crbug.com/549610 */ + // 0x00070000 stands for "kCTVersionNumber10_10", see CoreText.h + if (&CTGetCoreTextVersion != NULL && CTGetCoreTextVersion() < 0x00070000) { + CFStringRef fontName = CTFontCopyPostScriptName (ct_font); + bool isEmojiFont = CFStringCompare (fontName, CFSTR("AppleColorEmoji"), 0) == kCFCompareEqualTo; + CFRelease (fontName); + if (!isEmojiFont) + return ct_font; + } + CFURLRef original_url = (CFURLRef)CTFontCopyAttribute(ct_font, kCTFontURLAttribute); /* Create font copy with cascade list that has LastResort first; this speeds up CoreText @@ -272,7 +288,9 @@ struct hb_coretext_shaper_shape_plan_data_t {}; hb_coretext_shaper_shape_plan_data_t * _hb_coretext_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, const hb_feature_t *user_features HB_UNUSED, - unsigned int num_user_features HB_UNUSED) + unsigned int num_user_features HB_UNUSED, + const int *coords HB_UNUSED, + unsigned int num_coords HB_UNUSED) { return (hb_coretext_shaper_shape_plan_data_t *) HB_SHAPER_DATA_SUCCEEDED; } @@ -717,7 +735,7 @@ _hb_coretext_shape (hb_shape_plan_t *shape_plan, pchars[chars_len++] = 0xFFFDu; else { pchars[chars_len++] = 0xD800u + ((c - 0x10000u) >> 10); - pchars[chars_len++] = 0xDC00u + ((c - 0x10000u) & ((1 << 10) - 1)); + pchars[chars_len++] = 0xDC00u + ((c - 0x10000u) & ((1u << 10) - 1)); } } @@ -1204,6 +1222,9 @@ fail: * AAT shaper */ +HB_SHAPER_DATA_ENSURE_DEFINE(coretext_aat, face) +HB_SHAPER_DATA_ENSURE_DEFINE(coretext_aat, font) + /* * shaper face data */ @@ -1264,7 +1285,9 @@ struct hb_coretext_aat_shaper_shape_plan_data_t {}; hb_coretext_aat_shaper_shape_plan_data_t * _hb_coretext_aat_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, const hb_feature_t *user_features HB_UNUSED, - unsigned int num_user_features HB_UNUSED) + unsigned int num_user_features HB_UNUSED, + const int *coords HB_UNUSED, + unsigned int num_coords HB_UNUSED) { return (hb_coretext_aat_shaper_shape_plan_data_t *) HB_SHAPER_DATA_SUCCEEDED; } diff --git a/src/hb-directwrite.cc b/src/hb-directwrite.cc index 09889d0..ab07d8a 100644 --- a/src/hb-directwrite.cc +++ b/src/hb-directwrite.cc @@ -29,17 +29,13 @@ #include "hb-directwrite.h" -#include "hb-open-file-private.hh" -#include "hb-ot-name-table.hh" -#include "hb-ot-tag.h" - #ifndef HB_DEBUG_DIRECTWRITE #define HB_DEBUG_DIRECTWRITE (HB_DEBUG+0) #endif -HB_SHAPER_DATA_ENSURE_DECLARE(directwrite, face) -HB_SHAPER_DATA_ENSURE_DECLARE(directwrite, font) +HB_SHAPER_DATA_ENSURE_DEFINE(directwrite, face) +HB_SHAPER_DATA_ENSURE_DEFINE(directwrite, font) /* @@ -213,8 +209,8 @@ _hb_directwrite_shaper_face_data_destroy(hb_directwrite_shaper_face_data_t *data data->fontFile->Release (); if (data->dwriteFactory) { if (data->fontFileLoader) - data->dwriteFactory->UnregisterFontFileLoader(data->fontFileLoader); - data->dwriteFactory->Release(); + data->dwriteFactory->UnregisterFontFileLoader (data->fontFileLoader); + data->dwriteFactory->Release (); } if (data->fontFileLoader) delete data->fontFileLoader; @@ -262,8 +258,10 @@ struct hb_directwrite_shaper_shape_plan_data_t {}; hb_directwrite_shaper_shape_plan_data_t * _hb_directwrite_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, - const hb_feature_t *user_features HB_UNUSED, - unsigned int num_user_features HB_UNUSED) + const hb_feature_t *user_features HB_UNUSED, + unsigned int num_user_features HB_UNUSED, + const int *coords HB_UNUSED, + unsigned int num_coords HB_UNUSED) { return (hb_directwrite_shaper_shape_plan_data_t *) HB_SHAPER_DATA_SUCCEEDED; } @@ -544,12 +542,13 @@ static inline uint32_t hb_uint32_swap (const uint32_t v) * shaper */ -hb_bool_t -_hb_directwrite_shape(hb_shape_plan_t *shape_plan, +static hb_bool_t +_hb_directwrite_shape_full(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, - unsigned int num_features) + unsigned int num_features, + float lineWidth) { hb_face_t *face = font->face; hb_directwrite_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); @@ -586,7 +585,7 @@ _hb_directwrite_shape(hb_shape_plan_t *shape_plan, textString[chars_len++] = 0xFFFDu; else { textString[chars_len++] = 0xD800u + ((c - 0x10000u) >> 10); - textString[chars_len++] = 0xDC00u + ((c - 0x10000u) & ((1 << 10) - 1)); + textString[chars_len++] = 0xDC00u + ((c - 0x10000u) & ((1u << 10) - 1)); } } @@ -672,7 +671,7 @@ retry_getglyphs: DWRITE_SHAPING_GLYPH_PROPERTIES* glyphProperties = (DWRITE_SHAPING_GLYPH_PROPERTIES*) malloc (maxGlyphCount * sizeof (DWRITE_SHAPING_GLYPH_PROPERTIES)); - hr = analyzer->GetGlyphs (textString, textLength, fontFace, FALSE, + hr = analyzer->GetGlyphs (textString, textLength, fontFace, false, isRightToLeft, &runHead->mScript, localeName, NULL, &dwFeatures, featureRangeLengths, 1, maxGlyphCount, clusterMap, textProperties, glyphIndices, glyphProperties, &glyphCount); @@ -720,7 +719,7 @@ retry_getglyphs: hr = analyzer->GetGlyphPlacements (textString, clusterMap, textProperties, textLength, glyphIndices, glyphProperties, glyphCount, fontFace, fontEmSize, - FALSE, isRightToLeft, &runHead->mScript, localeName, + false, isRightToLeft, &runHead->mScript, localeName, &dwFeatures, featureRangeLengths, 1, glyphAdvances, glyphOffsets); @@ -730,9 +729,6 @@ retry_getglyphs: return false; } - // TODO: get lineWith from somewhere - float lineWidth = 0; - IDWriteTextAnalyzer1* analyzer1; analyzer->QueryInterface (&analyzer1); @@ -902,3 +898,37 @@ retry_getglyphs: /* Wow, done! */ return true; } + +hb_bool_t +_hb_directwrite_shape(hb_shape_plan_t *shape_plan, + hb_font_t *font, + hb_buffer_t *buffer, + const hb_feature_t *features, + unsigned int num_features) +{ + return _hb_directwrite_shape_full(shape_plan, font, buffer, + features, num_features, 0); +} + +/* + * Public [experimental] API + */ + +hb_bool_t +hb_directwrite_shape_experimental_width(hb_font_t *font, + hb_buffer_t *buffer, + const hb_feature_t *features, + unsigned int num_features, + float width) +{ + static char *shapers = "directwrite"; + hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, + &buffer->props, features, num_features, &shapers); + hb_bool_t res = _hb_directwrite_shape_full (shape_plan, font, buffer, + features, num_features, width); + + if (res) + buffer->content_type = HB_BUFFER_CONTENT_TYPE_GLYPHS; + + return res; +} diff --git a/src/hb-directwrite.h b/src/hb-directwrite.h index 0e1b479..e743af2 100644 --- a/src/hb-directwrite.h +++ b/src/hb-directwrite.h @@ -29,6 +29,10 @@ HB_BEGIN_DECLS +HB_EXTERN hb_bool_t +hb_directwrite_shape_experimental_width(hb_font_t *font, hb_buffer_t *buffer, + const hb_feature_t *features, unsigned int num_features, float width); + HB_END_DECLS #endif /* HB_DIRECTWRITE_H */ diff --git a/src/hb-face-private.hh b/src/hb-face-private.hh index c4266ff..eb0e850 100644 --- a/src/hb-face-private.hh +++ b/src/hb-face-private.hh @@ -50,12 +50,23 @@ struct hb_face_t { void *user_data; hb_destroy_func_t destroy; - unsigned int index; - mutable unsigned int upem; - mutable unsigned int num_glyphs; + unsigned int index; /* Face index in a collection, zero-based. */ + mutable unsigned int upem; /* Units-per-EM. */ + mutable unsigned int num_glyphs; /* Number of glyphs. */ - struct hb_shaper_data_t shaper_data; + enum dirty_t { + NOTHING = 0x0000, + INDEX = 0x0001, + UPEM = 0x0002, + NUM_GLYPHS = 0x0004, + } dirty; + struct hb_shaper_data_t shaper_data; /* Various shaper data. */ + + /* Various non-shaping data. */ + /* ... */ + + /* Cache */ struct plan_node_t { hb_shape_plan_t *shape_plan; plan_node_t *next; @@ -95,6 +106,8 @@ struct hb_face_t { HB_INTERNAL void load_num_glyphs (void) const; }; +HB_MARK_AS_FLAG_T (hb_face_t::dirty_t); + extern HB_INTERNAL const hb_face_t _hb_face_nil; #define HB_SHAPER_DATA_CREATE_FUNC_EXTRA_ARGS diff --git a/src/hb-face.cc b/src/hb-face.cc index 9effc41..1800c99 100644 --- a/src/hb-face.cc +++ b/src/hb-face.cc @@ -28,17 +28,11 @@ #include "hb-private.hh" -#include "hb-ot-layout-private.hh" - -#include "hb-font-private.hh" +#include "hb-face-private.hh" #include "hb-open-file-private.hh" #include "hb-ot-head-table.hh" #include "hb-ot-maxp-table.hh" -#include "hb-cache-private.hh" - -#include - /* * hb_face_t @@ -57,6 +51,8 @@ const hb_face_t _hb_face_nil = { 1000, /* upem */ 0, /* num_glyphs */ + hb_face_t::NOTHING, /* dirty */ + { #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_INVALID, #include "hb-shaper-list.hh" @@ -177,7 +173,7 @@ hb_face_create (hb_blob_t *blob, closure, (hb_destroy_func_t) _hb_face_for_data_closure_destroy); - hb_face_set_index (face, index); + face->index = index; return face; } @@ -371,6 +367,11 @@ hb_face_set_index (hb_face_t *face, if (face->immutable) return; + if (face->index == index) + return; + + face->dirty |= face->INDEX; + face->index = index; } @@ -406,6 +407,11 @@ hb_face_set_upem (hb_face_t *face, if (face->immutable) return; + if (face->upem == upem) + return; + + face->dirty |= face->UPEM; + face->upem = upem; } @@ -450,6 +456,11 @@ hb_face_set_glyph_count (hb_face_t *face, if (face->immutable) return; + if (face->num_glyphs == glyph_count) + return; + + face->dirty |= face->NUM_GLYPHS; + face->num_glyphs = glyph_count; } diff --git a/src/hb-fallback-shape.cc b/src/hb-fallback-shape.cc index e2ad240..4b60c6c 100644 --- a/src/hb-fallback-shape.cc +++ b/src/hb-fallback-shape.cc @@ -28,6 +28,10 @@ #include "hb-shaper-impl-private.hh" +HB_SHAPER_DATA_ENSURE_DEFINE(fallback, face) +HB_SHAPER_DATA_ENSURE_DEFINE(fallback, font) + + /* * shaper face data */ @@ -73,7 +77,9 @@ struct hb_fallback_shaper_shape_plan_data_t {}; hb_fallback_shaper_shape_plan_data_t * _hb_fallback_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, const hb_feature_t *user_features HB_UNUSED, - unsigned int num_user_features HB_UNUSED) + unsigned int num_user_features HB_UNUSED, + const int *coords HB_UNUSED, + unsigned int num_coords HB_UNUSED) { return (hb_fallback_shaper_shape_plan_data_t *) HB_SHAPER_DATA_SUCCEEDED; } @@ -123,7 +129,7 @@ _hb_fallback_shape (hb_shape_plan_t *shape_plan HB_UNUSED, pos[i].y_advance = 0; continue; } - font->get_nominal_glyph (info[i].codepoint, &info[i].codepoint); + (void) font->get_nominal_glyph (info[i].codepoint, &info[i].codepoint); font->get_glyph_advance_for_direction (info[i].codepoint, direction, &pos[i].x_advance, diff --git a/src/hb-font-private.hh b/src/hb-font-private.hh index 0b75577..fbb16a0 100644 --- a/src/hb-font-private.hh +++ b/src/hb-font-private.hh @@ -108,16 +108,36 @@ struct hb_font_t { unsigned int x_ppem; unsigned int y_ppem; + /* Font variation coordinates. */ + unsigned int num_coords; + int *coords; + hb_font_funcs_t *klass; void *user_data; hb_destroy_func_t destroy; + enum dirty_t { + NOTHING = 0x0000, + FACE = 0x0001, + PARENT = 0x0002, + FUNCS = 0x0004, + SCALE = 0x0008, + PPEM = 0x0010, + VARIATIONS = 0x0020, + } dirty; + struct hb_shaper_data_t shaper_data; /* Convert from font-space to user-space */ - inline hb_position_t em_scale_x (int16_t v) { return em_scale (v, this->x_scale); } - inline hb_position_t em_scale_y (int16_t v) { return em_scale (v, this->y_scale); } + inline int dir_scale (hb_direction_t direction) + { return HB_DIRECTION_IS_VERTICAL(direction) ? y_scale : x_scale; } + inline hb_position_t em_scale_x (int16_t v) { return em_scale (v, x_scale); } + inline hb_position_t em_scale_y (int16_t v) { return em_scale (v, y_scale); } + inline hb_position_t em_scalef_x (float v) { return em_scalef (v, this->x_scale); } + inline hb_position_t em_scalef_y (float v) { return em_scalef (v, this->y_scale); } + inline hb_position_t em_scale_dir (int16_t v, hb_direction_t direction) + { return em_scale (v, dir_scale (direction)); } /* Convert from parent-font user-space to our user-space */ inline hb_position_t parent_scale_x_distance (hb_position_t v) { @@ -292,24 +312,32 @@ struct hb_font_t { /* A bit higher-level, and with fallback */ + inline void get_h_extents_with_fallback (hb_font_extents_t *extents) + { + if (!get_font_h_extents (extents)) + { + extents->ascender = y_scale * .8; + extents->descender = extents->ascender - y_scale; + extents->line_gap = 0; + } + } + inline void get_v_extents_with_fallback (hb_font_extents_t *extents) + { + if (!get_font_v_extents (extents)) + { + extents->ascender = x_scale / 2; + extents->descender = extents->ascender - x_scale; + extents->line_gap = 0; + } + } + inline void get_extents_for_direction (hb_direction_t direction, hb_font_extents_t *extents) { - if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) { - if (!get_font_h_extents (extents)) - { - extents->ascender = y_scale * .8; - extents->descender = y_scale - extents->ascender; - extents->line_gap = 0; - } - } else { - if (!get_font_v_extents (extents)) - { - extents->ascender = x_scale / 2; - extents->descender = x_scale - extents->ascender; - extents->line_gap = 0; - } - } + if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) + get_h_extents_with_fallback (extents); + else + get_v_extents_with_fallback (extents); } inline void get_glyph_advance_for_direction (hb_codepoint_t glyph, @@ -325,14 +353,38 @@ struct hb_font_t { } } - /* Internal only */ inline void guess_v_origin_minus_h_origin (hb_codepoint_t glyph, hb_position_t *x, hb_position_t *y) { *x = get_glyph_h_advance (glyph) / 2; - /* TODO use font_extents.ascender */ - *y = y_scale; + /* TODO cache this somehow?! */ + hb_font_extents_t extents; + get_h_extents_with_fallback (&extents); + *y = extents.ascender; + } + + inline void get_glyph_h_origin_with_fallback (hb_codepoint_t glyph, + hb_position_t *x, hb_position_t *y) + { + if (!get_glyph_h_origin (glyph, x, y) && + get_glyph_v_origin (glyph, x, y)) + { + hb_position_t dx, dy; + guess_v_origin_minus_h_origin (glyph, &dx, &dy); + *x -= dx; *y -= dy; + } + } + inline void get_glyph_v_origin_with_fallback (hb_codepoint_t glyph, + hb_position_t *x, hb_position_t *y) + { + if (!get_glyph_v_origin (glyph, x, y) && + get_glyph_h_origin (glyph, x, y)) + { + hb_position_t dx, dy; + guess_v_origin_minus_h_origin (glyph, &dx, &dy); + *x += dx; *y += dy; + } } inline void get_glyph_origin_for_direction (hb_codepoint_t glyph, @@ -340,25 +392,9 @@ struct hb_font_t { hb_position_t *x, hb_position_t *y) { if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) - { - if (!get_glyph_h_origin (glyph, x, y) && - get_glyph_v_origin (glyph, x, y)) - { - hb_position_t dx, dy; - guess_v_origin_minus_h_origin (glyph, &dx, &dy); - *x -= dx; *y -= dy; - } - } + get_glyph_h_origin_with_fallback (glyph, x, y); else - { - if (!get_glyph_v_origin (glyph, x, y) && - get_glyph_h_origin (glyph, x, y)) - { - hb_position_t dx, dy; - guess_v_origin_minus_h_origin (glyph, &dx, &dy); - *x += dx; *y += dy; - } - } + get_glyph_v_origin_with_fallback (glyph, x, y); } inline void add_glyph_h_origin (hb_codepoint_t glyph, @@ -366,7 +402,7 @@ struct hb_font_t { { hb_position_t origin_x, origin_y; - get_glyph_h_origin (glyph, &origin_x, &origin_y); + get_glyph_h_origin_with_fallback (glyph, &origin_x, &origin_y); *x += origin_x; *y += origin_y; @@ -376,7 +412,7 @@ struct hb_font_t { { hb_position_t origin_x, origin_y; - get_glyph_v_origin (glyph, &origin_x, &origin_y); + get_glyph_v_origin_with_fallback (glyph, &origin_x, &origin_y); *x += origin_x; *y += origin_y; @@ -398,7 +434,7 @@ struct hb_font_t { { hb_position_t origin_x, origin_y; - get_glyph_h_origin (glyph, &origin_x, &origin_y); + get_glyph_h_origin_with_fallback (glyph, &origin_x, &origin_y); *x -= origin_x; *y -= origin_y; @@ -408,7 +444,7 @@ struct hb_font_t { { hb_position_t origin_x, origin_y; - get_glyph_v_origin (glyph, &origin_x, &origin_y); + get_glyph_v_origin_with_fallback (glyph, &origin_x, &origin_y); *x -= origin_x; *y -= origin_y; @@ -504,7 +540,6 @@ struct hb_font_t { return false; } - private: inline hb_position_t em_scale (int16_t v, int scale) { int upem = face->get_upem (); @@ -512,8 +547,14 @@ struct hb_font_t { scaled += scaled >= 0 ? upem/2 : -upem/2; /* Round. */ return (hb_position_t) (scaled / upem); } + inline hb_position_t em_scalef (float v, int scale) + { + return (hb_position_t) (v * scale / face->get_upem ()); + } }; +HB_MARK_AS_FLAG_T (hb_font_t::dirty_t); + #define HB_SHAPER_DATA_CREATE_FUNC_EXTRA_ARGS #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_PROTOTYPE(shaper, font); #include "hb-shaper-list.hh" diff --git a/src/hb-font.cc b/src/hb-font.cc index 60554b9..e900bd3 100644 --- a/src/hb-font.cc +++ b/src/hb-font.cc @@ -28,16 +28,7 @@ #include "hb-private.hh" -#include "hb-ot-layout-private.hh" - #include "hb-font-private.hh" -#include "hb-open-file-private.hh" -#include "hb-ot-head-table.hh" -#include "hb-ot-maxp-table.hh" - -#include "hb-cache-private.hh" - -#include /* @@ -1167,6 +1158,8 @@ hb_font_create_sub_font (hb_font_t *parent) font->x_ppem = parent->x_ppem; font->y_ppem = parent->y_ppem; + /* TODO: copy variation coordinates. */ + return font; } @@ -1196,10 +1189,15 @@ hb_font_get_empty (void) 0, /* x_ppem */ 0, /* y_ppem */ + 0, /* num_coords */ + NULL, /* coords */ + const_cast (&_hb_font_funcs_nil), /* klass */ NULL, /* user_data */ NULL, /* destroy */ + hb_font_t::NOTHING, /* dirty */ + { #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_INVALID, #include "hb-shaper-list.hh" @@ -1250,6 +1248,8 @@ hb_font_destroy (hb_font_t *font) hb_face_destroy (font->face); hb_font_funcs_destroy (font->klass); + free (font->coords); + free (font); } @@ -1350,6 +1350,11 @@ hb_font_set_parent (hb_font_t *font, if (!parent) parent = hb_font_get_empty (); + if (parent == font->parent) + return; + + font->dirty |= font->PARENT; + hb_font_t *old = font->parent; font->parent = hb_font_reference (parent); @@ -1374,6 +1379,37 @@ hb_font_get_parent (hb_font_t *font) } /** + * hb_font_set_face: + * @font: a font. + * @face: new face. + * + * Sets font-face of @font. + * + * Since: 1.4.3 + **/ +void +hb_font_set_face (hb_font_t *font, + hb_face_t *face) +{ + if (font->immutable) + return; + + if (unlikely (!face)) + face = hb_face_get_empty (); + + if (font->face == face) + return; + + font->dirty |= font->FACE; + + hb_face_t *old = font->face; + + font->face = hb_face_reference (face); + + hb_face_destroy (old); +} + +/** * hb_font_get_face: * @font: a font. * @@ -1419,6 +1455,8 @@ hb_font_set_funcs (hb_font_t *font, if (!klass) klass = hb_font_funcs_get_empty (); + font->dirty |= font->FUNCS; + hb_font_funcs_reference (klass); hb_font_funcs_destroy (font->klass); font->klass = klass; @@ -1474,6 +1512,11 @@ hb_font_set_scale (hb_font_t *font, if (font->immutable) return; + if (font->x_scale == x_scale && font->y_scale == y_scale) + return; + + font->dirty |= font->SCALE; + font->x_scale = x_scale; font->y_scale = y_scale; } @@ -1515,6 +1558,11 @@ hb_font_set_ppem (hb_font_t *font, if (font->immutable) return; + if (font->x_ppem == x_ppem && font->y_ppem == y_ppem) + return; + + font->dirty |= font->PPEM; + font->x_ppem = x_ppem; font->y_ppem = y_ppem; } @@ -1538,6 +1586,124 @@ hb_font_get_ppem (hb_font_t *font, if (y_ppem) *y_ppem = font->y_ppem; } +/* + * Variations + */ + +static void +_hb_font_adopt_var_coords_normalized (hb_font_t *font, + int *coords, /* 2.14 normalized */ + unsigned int coords_length) +{ + if (font->num_coords == coords_length && + (coords_length == 0 || + 0 == memcmp (font->coords, coords, coords_length * sizeof (coords[0])))) + { + free (coords); + return; + } + + font->dirty |= font->VARIATIONS; + + free (font->coords); + + font->coords = coords; + font->num_coords = coords_length; +} + +/** + * hb_font_set_variations: + * + * Since: 1.4.2 + */ +void +hb_font_set_variations (hb_font_t *font, + const hb_variation_t *variations, + unsigned int variations_length) +{ + if (font->immutable) + return; + + if (!variations_length) + { + hb_font_set_var_coords_normalized (font, NULL, 0); + return; + } + + unsigned int coords_length = hb_ot_var_get_axis_count (font->face); + + int *normalized = coords_length ? (int *) calloc (coords_length, sizeof (int)) : NULL; + if (unlikely (coords_length && !normalized)) + return; + + hb_ot_var_normalize_variations (font->face, + variations, variations_length, + normalized, coords_length); + _hb_font_adopt_var_coords_normalized (font, normalized, coords_length); +} + +/** + * hb_font_set_var_coords_design: + * + * Since: 1.4.2 + */ +void +hb_font_set_var_coords_design (hb_font_t *font, + const float *coords, + unsigned int coords_length) +{ + if (font->immutable) + return; + + int *normalized = coords_length ? (int *) calloc (coords_length, sizeof (int)) : NULL; + if (unlikely (coords_length && !normalized)) + return; + + hb_ot_var_normalize_coords (font->face, coords_length, coords, normalized); + _hb_font_adopt_var_coords_normalized (font, normalized, coords_length); +} + +/** + * hb_font_set_var_coords_normalized: + * + * Since: 1.4.2 + */ +void +hb_font_set_var_coords_normalized (hb_font_t *font, + const int *coords, /* 2.14 normalized */ + unsigned int coords_length) +{ + if (font->immutable) + return; + + int *copy = coords_length ? (int *) calloc (coords_length, sizeof (coords[0])) : NULL; + if (unlikely (coords_length && !copy)) + return; + + if (coords_length) + memcpy (copy, coords, coords_length * sizeof (coords[0])); + + _hb_font_adopt_var_coords_normalized (font, copy, coords_length); +} + +/** + * hb_font_get_var_coords_normalized: + * + * Return value is valid as long as variation coordinates of the font + * are not modified. + * + * Since: 1.4.2 + */ +const int * +hb_font_get_var_coords_normalized (hb_font_t *font, + unsigned int *length) +{ + if (length) + *length = font->num_coords; + + return font->coords; +} + #ifndef HB_DISABLE_DEPRECATED diff --git a/src/hb-font.h b/src/hb-font.h index 2b6ab50..85fb56d 100644 --- a/src/hb-font.h +++ b/src/hb-font.h @@ -563,6 +563,10 @@ hb_font_set_parent (hb_font_t *font, HB_EXTERN hb_font_t * hb_font_get_parent (hb_font_t *font); +HB_EXTERN void +hb_font_set_face (hb_font_t *font, + hb_face_t *face); + HB_EXTERN hb_face_t * hb_font_get_face (hb_font_t *font); @@ -603,6 +607,24 @@ hb_font_get_ppem (hb_font_t *font, unsigned int *x_ppem, unsigned int *y_ppem); +HB_EXTERN void +hb_font_set_variations (hb_font_t *font, + const hb_variation_t *variations, + unsigned int variations_length); + +HB_EXTERN void +hb_font_set_var_coords_design (hb_font_t *font, + const float *coords, + unsigned int coords_length); + +HB_EXTERN void +hb_font_set_var_coords_normalized (hb_font_t *font, + const int *coords, /* 2.14 normalized */ + unsigned int coords_length); + +HB_EXTERN const int * +hb_font_get_var_coords_normalized (hb_font_t *font, + unsigned int *length); HB_END_DECLS diff --git a/src/hb-ft.cc b/src/hb-ft.cc index eaa1311..48d6a0e 100644 --- a/src/hb-ft.cc +++ b/src/hb-ft.cc @@ -33,7 +33,10 @@ #include "hb-font-private.hh" +#include "hb-cache-private.hh" // Maybe use in the future? + #include FT_ADVANCES_H +#include FT_MULTIPLE_MASTERS_H #include FT_TRUETYPE_TABLES_H @@ -606,14 +609,36 @@ hb_ft_font_create (FT_Face ft_face, hb_face_destroy (face); _hb_ft_font_set_funcs (font, ft_face, false); hb_font_set_scale (font, - (int) (((uint64_t) ft_face->size->metrics.x_scale * (uint64_t) ft_face->units_per_EM + (1<<15)) >> 16), - (int) (((uint64_t) ft_face->size->metrics.y_scale * (uint64_t) ft_face->units_per_EM + (1<<15)) >> 16)); + (int) (((uint64_t) ft_face->size->metrics.x_scale * (uint64_t) ft_face->units_per_EM + (1u<<15)) >> 16), + (int) (((uint64_t) ft_face->size->metrics.y_scale * (uint64_t) ft_face->units_per_EM + (1u<<15)) >> 16)); #if 0 /* hb-ft works in no-hinting model */ hb_font_set_ppem (font, ft_face->size->metrics.x_ppem, ft_face->size->metrics.y_ppem); #endif +#ifdef HAVE_FT_GET_VAR_BLEND_COORDINATES + FT_MM_Var *mm_var = NULL; + if (!FT_Get_MM_Var (ft_face, &mm_var)) + { + FT_Fixed *ft_coords = (FT_Fixed *) calloc (mm_var->num_axis, sizeof (FT_Fixed)); + int *coords = (int *) calloc (mm_var->num_axis, sizeof (int)); + if (coords && ft_coords) + { + if (!FT_Get_Var_Blend_Coordinates (ft_face, mm_var->num_axis, ft_coords)) + { + for (unsigned int i = 0; i < mm_var->num_axis; ++i) + coords[i] = ft_coords[i] >>= 2; + + hb_font_set_var_coords_normalized (font, coords, mm_var->num_axis); + } + free (coords); + free (ft_coords); + } + free (mm_var); + } +#endif + return font; } @@ -716,6 +741,20 @@ hb_ft_font_set_funcs (hb_font_t *font) FT_Set_Transform (ft_face, &matrix, NULL); } + unsigned int num_coords; + const int *coords = hb_font_get_var_coords_normalized (font, &num_coords); + if (num_coords) + { + FT_Fixed *ft_coords = (FT_Fixed *) calloc (num_coords, sizeof (FT_Fixed)); + if (ft_coords) + { + for (unsigned int i = 0; i < num_coords; i++) + ft_coords[i] = coords[i] << 2; + FT_Set_Var_Blend_Coordinates (ft_face, num_coords, ft_coords); + free (ft_coords); + } + } + ft_face->generic.data = blob; ft_face->generic.finalizer = (FT_Generic_Finalizer) _release_blob; diff --git a/src/hb-glib.cc b/src/hb-glib.cc index e203524..2b91b5b 100644 --- a/src/hb-glib.cc +++ b/src/hb-glib.cc @@ -382,6 +382,7 @@ hb_glib_get_unicode_funcs (void) return const_cast (&_hb_glib_unicode_funcs); } +#if GLIB_CHECK_VERSION(2,31,10) /** * hb_glib_blob_create: * @@ -398,3 +399,4 @@ hb_glib_blob_create (GBytes *gbytes) g_bytes_ref (gbytes), (hb_destroy_func_t) g_bytes_unref); } +#endif diff --git a/src/hb-glib.h b/src/hb-glib.h index 12c3e3b..5f04183 100644 --- a/src/hb-glib.h +++ b/src/hb-glib.h @@ -46,9 +46,10 @@ hb_glib_script_from_script (hb_script_t script); HB_EXTERN hb_unicode_funcs_t * hb_glib_get_unicode_funcs (void); +#if GLIB_CHECK_VERSION(2,31,10) HB_EXTERN hb_blob_t * hb_glib_blob_create (GBytes *gbytes); - +#endif HB_END_DECLS diff --git a/src/hb-gobject-structs.cc b/src/hb-gobject-structs.cc index 6bd6336..fef0024 100644 --- a/src/hb-gobject-structs.cc +++ b/src/hb-gobject-structs.cc @@ -78,3 +78,6 @@ HB_DEFINE_VALUE_TYPE (glyph_info) HB_DEFINE_VALUE_TYPE (glyph_position) HB_DEFINE_VALUE_TYPE (segment_properties) HB_DEFINE_VALUE_TYPE (user_data_key) + +HB_DEFINE_VALUE_TYPE (ot_math_glyph_variant) +HB_DEFINE_VALUE_TYPE (ot_math_glyph_part) diff --git a/src/hb-graphite2.cc b/src/hb-graphite2.cc index c32318d..c9799e9 100644 --- a/src/hb-graphite2.cc +++ b/src/hb-graphite2.cc @@ -27,7 +27,6 @@ */ #define HB_SHAPER graphite2 -#define hb_graphite2_shaper_font_data_t gr_font #include "hb-shaper-impl-private.hh" #include "hb-graphite2.h" @@ -35,8 +34,8 @@ #include -HB_SHAPER_DATA_ENSURE_DECLARE(graphite2, face) -HB_SHAPER_DATA_ENSURE_DECLARE(graphite2, font) +HB_SHAPER_DATA_ENSURE_DEFINE(graphite2, face) +HB_SHAPER_DATA_ENSURE_DEFINE(graphite2, font) /* @@ -153,26 +152,17 @@ hb_graphite2_face_get_gr_face (hb_face_t *face) * shaper font data */ -static float hb_graphite2_get_advance (const void *hb_font, unsigned short gid) -{ - return ((hb_font_t *) hb_font)->get_glyph_h_advance (gid); -} +struct hb_graphite2_shaper_font_data_t {}; hb_graphite2_shaper_font_data_t * -_hb_graphite2_shaper_font_data_create (hb_font_t *font) +_hb_graphite2_shaper_font_data_create (hb_font_t *font HB_UNUSED) { - if (unlikely (!hb_graphite2_shaper_face_data_ensure (font->face))) return NULL; - - hb_face_t *face = font->face; - hb_graphite2_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); - - return gr_make_font_with_advance_fn (font->x_scale, font, &hb_graphite2_get_advance, face_data->grface); + return (hb_graphite2_shaper_font_data_t *) HB_SHAPER_DATA_SUCCEEDED; } void -_hb_graphite2_shaper_font_data_destroy (hb_graphite2_shaper_font_data_t *data) +_hb_graphite2_shaper_font_data_destroy (hb_graphite2_shaper_font_data_t *data HB_UNUSED) { - gr_font_destroy (data); } /* @@ -181,8 +171,7 @@ _hb_graphite2_shaper_font_data_destroy (hb_graphite2_shaper_font_data_t *data) gr_font * hb_graphite2_font_get_gr_font (hb_font_t *font) { - if (unlikely (!hb_graphite2_shaper_font_data_ensure (font))) return NULL; - return HB_SHAPER_DATA_GET (font); + return NULL; } @@ -195,7 +184,9 @@ struct hb_graphite2_shaper_shape_plan_data_t {}; hb_graphite2_shaper_shape_plan_data_t * _hb_graphite2_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, const hb_feature_t *user_features HB_UNUSED, - unsigned int num_user_features HB_UNUSED) + unsigned int num_user_features HB_UNUSED, + const int *coords HB_UNUSED, + unsigned int num_coords HB_UNUSED) { return (hb_graphite2_shaper_shape_plan_data_t *) HB_SHAPER_DATA_SUCCEEDED; } @@ -228,7 +219,6 @@ _hb_graphite2_shape (hb_shape_plan_t *shape_plan, { hb_face_t *face = font->face; gr_face *grface = HB_SHAPER_DATA_GET (face)->grface; - gr_font *grfont = HB_SHAPER_DATA_GET (font); const char *lang = hb_language_to_string (hb_buffer_get_language (buffer)); const char *lang_end = lang ? strchr (lang, '-') : NULL; @@ -260,7 +250,7 @@ _hb_graphite2_shape (hb_shape_plan_t *shape_plan, hb_tag_t script_tag[2]; hb_ot_tags_from_script (hb_buffer_get_script (buffer), &script_tag[0], &script_tag[1]); - seg = gr_make_seg (grfont, grface, + seg = gr_make_seg (NULL, grface, script_tag[1] == HB_TAG_NONE ? script_tag[0] : script_tag[1], feats, gr_utf32, chars, buffer->len, @@ -311,7 +301,7 @@ _hb_graphite2_shape (hb_shape_plan_t *shape_plan, hb_codepoint_t *pg = gids; clusters[0].cluster = buffer->info[0].cluster; - float curradv = HB_DIRECTION_IS_BACKWARD(buffer->props.direction) ? gr_slot_origin_X(gr_seg_first_slot(seg)) : 0.; + float curradv = 0.; if (HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) { curradv = gr_slot_origin_X(gr_seg_first_slot(seg)); @@ -340,13 +330,10 @@ _hb_graphite2_shape (hb_shape_plan_t *shape_plan, c->base_glyph = ic; c->num_glyphs = 0; if (HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) - { - ci++; - clusters[ci].advance = curradv - gr_slot_origin_X(is); - } else { + c->advance = curradv - gr_slot_origin_X(is); + else clusters[ci].advance = gr_slot_origin_X(is) - curradv; - ci++; - } + ci++; curradv = gr_slot_origin_X(is); } clusters[ci].num_glyphs++; @@ -355,7 +342,9 @@ _hb_graphite2_shape (hb_shape_plan_t *shape_plan, clusters[ci].num_chars = after + 1 - clusters[ci].base_char; } - if (!HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) + if (HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) + clusters[ci].advance += curradv; + else clusters[ci].advance = gr_seg_advance_X(seg) - curradv; ci++; @@ -371,48 +360,48 @@ _hb_graphite2_shape (hb_shape_plan_t *shape_plan, } buffer->len = glyph_count; - float yscale = font->y_scale / font->x_scale; + unsigned int upem = hb_face_get_upem (face); + float xscale = (float) font->x_scale / upem; + float yscale = (float) font->y_scale / upem; + yscale *= yscale / xscale; /* Positioning. */ + int currclus = -1; + const hb_glyph_info_t *info = buffer->info; + hb_glyph_position_t *pPos = hb_buffer_get_glyph_positions (buffer, NULL); if (!HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) { - int currclus = -1; - const hb_glyph_info_t *info = buffer->info; - hb_glyph_position_t *pPos = hb_buffer_get_glyph_positions (buffer, NULL); curradvx = 0; for (is = gr_seg_first_slot (seg); is; pPos++, ++info, is = gr_slot_next_in_segment (is)) { - pPos->x_offset = gr_slot_origin_X (is) - curradvx; + pPos->x_offset = gr_slot_origin_X (is) * xscale - curradvx; pPos->y_offset = gr_slot_origin_Y (is) * yscale - curradvy; if (info->cluster != currclus) { - pPos->x_advance = info->var1.i32; + pPos->x_advance = info->var1.i32 * xscale; curradvx += pPos->x_advance; currclus = info->cluster; } else pPos->x_advance = 0.; - pPos->y_advance = gr_slot_advance_Y (is, grface, grfont) * yscale; + pPos->y_advance = gr_slot_advance_Y (is, grface, NULL) * yscale; curradvy += pPos->y_advance; } } else { - int currclus = -1; - const hb_glyph_info_t *info = buffer->info; - hb_glyph_position_t *pPos = hb_buffer_get_glyph_positions (buffer, NULL); curradvx = gr_seg_advance_X(seg); for (is = gr_seg_first_slot (seg); is; pPos++, info++, is = gr_slot_next_in_segment (is)) { if (info->cluster != currclus) { - pPos->x_advance = info->var1.i32; - if (currclus != -1) curradvx -= info[-1].var1.i32; + pPos->x_advance = info->var1.i32 * xscale; + curradvx -= pPos->x_advance; currclus = info->cluster; } else - pPos->x_advance = 0.; + pPos->x_advance = 0.; - pPos->y_advance = gr_slot_advance_Y (is, grface, grfont) * yscale; + pPos->y_advance = gr_slot_advance_Y (is, grface, NULL) * yscale; curradvy -= pPos->y_advance; - pPos->x_offset = gr_slot_origin_X (is) - curradvx + pPos->x_advance; + pPos->x_offset = (gr_slot_origin_X (is) - info->var1.i32) * xscale - curradvx + pPos->x_advance; pPos->y_offset = gr_slot_origin_Y (is) * yscale - curradvy; } hb_buffer_reverse_clusters (buffer); diff --git a/src/hb-graphite2.h b/src/hb-graphite2.h index 122c3e4..82b1e64 100644 --- a/src/hb-graphite2.h +++ b/src/hb-graphite2.h @@ -39,9 +39,13 @@ HB_BEGIN_DECLS HB_EXTERN gr_face * hb_graphite2_face_get_gr_face (hb_face_t *face); +#ifndef HB_DISABLE_DEPRECATED + HB_EXTERN gr_font * hb_graphite2_font_get_gr_font (hb_font_t *font); +#endif + HB_END_DECLS diff --git a/src/hb-open-file-private.hh b/src/hb-open-file-private.hh index 5357ddc..f208419 100644 --- a/src/hb-open-file-private.hh +++ b/src/hb-open-file-private.hh @@ -142,7 +142,7 @@ struct TTCHeaderVersion1 Tag ttcTag; /* TrueType Collection ID string: 'ttcf' */ FixedVersion<>version; /* Version of the TTC Header (1.0), * 0x00010000u */ - ArrayOf, ULONG> + ArrayOf, ULONG> table; /* Array of offsets to the OffsetTable for each font * from the beginning of the file */ public: diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index df683ca..d90d68c 100644 --- a/src/hb-open-type-private.hh +++ b/src/hb-open-type-private.hh @@ -30,6 +30,7 @@ #define HB_OPEN_TYPE_PRIVATE_HH #include "hb-private.hh" +#include "hb-face-private.hh" namespace OT { @@ -105,7 +106,7 @@ static inline Type& StructAfter(TObject &X) inline unsigned int get_size (void) const { return (size); } #define DEFINE_SIZE_UNION(size, _member) \ - DEFINE_INSTANCE_ASSERTION (this->u._member.static_size == (size)); \ + DEFINE_INSTANCE_ASSERTION (0*sizeof(this->u._member.static_size) + sizeof(this->u._member) == (size)); \ static const unsigned int min_size = (size) #define DEFINE_SIZE_MIN(size) \ @@ -650,7 +651,9 @@ struct IntType DEFINE_SIZE_STATIC (Size); }; +typedef IntType CHAR; /* 8-bit signed integer. */ typedef IntType BYTE; /* 8-bit unsigned integer. */ +typedef IntType INT8; /* 8-bit signed integer. */ typedef IntType USHORT; /* 16-bit unsigned integer. */ typedef IntType SHORT; /* 16-bit signed integer. */ typedef IntType ULONG; /* 32-bit unsigned integer. */ @@ -805,6 +808,7 @@ struct OffsetTo : Offset if (unlikely (!c->check_struct (this))) return_trace (false); unsigned int offset = *this; if (unlikely (!offset)) return_trace (true); + if (unlikely (!c->check_range (base, offset))) return_trace (false); const Type &obj = StructAtOffset (base, offset); return_trace (likely (obj.sanitize (c)) || neuter (c)); } @@ -815,6 +819,7 @@ struct OffsetTo : Offset if (unlikely (!c->check_struct (this))) return_trace (false); unsigned int offset = *this; if (unlikely (!offset)) return_trace (true); + if (unlikely (!c->check_range (base, offset))) return_trace (false); const Type &obj = StructAtOffset (base, offset); return_trace (likely (obj.sanitize (c, user_data)) || neuter (c)); } @@ -825,6 +830,7 @@ struct OffsetTo : Offset } DEFINE_SIZE_STATIC (sizeof(OffsetType)); }; +template struct LOffsetTo : OffsetTo {}; template static inline const Type& operator + (const Base &base, const OffsetTo &offset) { return offset (base); } template @@ -946,10 +952,11 @@ struct ArrayOf public: DEFINE_SIZE_ARRAY (sizeof (LenType), array); }; +template struct LArrayOf : ArrayOf {}; /* Array of Offset's */ -template -struct OffsetArrayOf : ArrayOf > {}; +template +struct OffsetArrayOf : ArrayOf > {}; /* Array of offsets relative to the beginning of the array itself. */ template @@ -1057,6 +1064,104 @@ struct SortedArrayOf : ArrayOf }; +/* Lazy struct and blob loaders. */ + +/* Logic is shared between hb_lazy_loader_t and hb_lazy_table_loader_t */ +template +struct hb_lazy_loader_t +{ + inline void init (hb_face_t *face_) + { + face = face_; + instance = NULL; + } + + inline void fini (void) + { + if (instance && instance != &OT::Null(T)) + { + instance->fini(); + free (instance); + } + } + + inline const T* get (void) const + { + retry: + T *p = (T *) hb_atomic_ptr_get (&instance); + if (unlikely (!p)) + { + p = (T *) calloc (1, sizeof (T)); + if (unlikely (!p)) + p = const_cast (&OT::Null(T)); + else + p->init (face); + if (unlikely (!hb_atomic_ptr_cmpexch (const_cast(&instance), NULL, p))) + { + if (p != &OT::Null(T)) + p->fini (); + goto retry; + } + } + return p; + } + + inline const T* operator-> (void) const + { + return get (); + } + + private: + hb_face_t *face; + T *instance; +}; + +/* Logic is shared between hb_lazy_loader_t and hb_lazy_table_loader_t */ +template +struct hb_lazy_table_loader_t +{ + inline void init (hb_face_t *face_) + { + face = face_; + instance = NULL; + blob = NULL; + } + + inline void fini (void) + { + hb_blob_destroy (blob); + } + + inline const T* get (void) const + { + retry: + T *p = (T *) hb_atomic_ptr_get (&instance); + if (unlikely (!p)) + { + hb_blob_t *blob_ = OT::Sanitizer::sanitize (face->reference_table (T::tableTag)); + p = const_cast(OT::Sanitizer::lock_instance (blob_)); + if (!hb_atomic_ptr_cmpexch (const_cast(&instance), NULL, p)) + { + hb_blob_destroy (blob_); + goto retry; + } + blob = blob_; + } + return p; + } + + inline const T* operator-> (void) const + { + return get(); + } + + private: + hb_face_t *face; + T *instance; + mutable hb_blob_t *blob; +}; + + } /* namespace OT */ diff --git a/src/hb-ot-cbdt-table.hh b/src/hb-ot-cbdt-table.hh new file mode 100644 index 0000000..0a7fbf5 --- /dev/null +++ b/src/hb-ot-cbdt-table.hh @@ -0,0 +1,384 @@ +/* + * Copyright © 2016 Google, Inc. + * + * This is part of HarfBuzz, a text shaping library. + * + * Permission is hereby granted, without written agreement and without + * license or royalty fees, to use, copy, modify, and distribute this + * software and its documentation for any purpose, provided that the + * above copyright notice and the following two paragraphs appear in + * all copies of this software. + * + * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR + * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES + * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN + * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH + * DAMAGE. + * + * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + * FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS + * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO + * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + * + * Google Author(s): Seigo Nonaka + */ + +#ifndef HB_OT_CBDT_TABLE_HH +#define HB_OT_CBDT_TABLE_HH + +#include "hb-open-type-private.hh" + +namespace OT { + +struct SmallGlyphMetrics +{ + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this)); + } + + inline void get_extents (hb_glyph_extents_t *extents) const + { + extents->x_bearing = bearingX; + extents->y_bearing = bearingY; + extents->width = width; + extents->height = -height; + } + + BYTE height; + BYTE width; + CHAR bearingX; + CHAR bearingY; + BYTE advance; + + DEFINE_SIZE_STATIC(5); +}; + +struct BigGlyphMetrics : SmallGlyphMetrics +{ + CHAR vertBearingX; + CHAR vertBearingY; + BYTE vertAdvance; + + DEFINE_SIZE_STATIC(8); +}; + +struct SBitLineMetrics +{ + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this)); + } + + CHAR ascender; + CHAR decender; + BYTE widthMax; + CHAR caretSlopeNumerator; + CHAR caretSlopeDenominator; + CHAR caretOffset; + CHAR minOriginSB; + CHAR minAdvanceSB; + CHAR maxBeforeBL; + CHAR minAfterBL; + CHAR padding1; + CHAR padding2; + + DEFINE_SIZE_STATIC(12); +}; + + +/* + * Index Subtables. + */ + +struct IndexSubtableHeader +{ + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this)); + } + + USHORT indexFormat; + USHORT imageFormat; + ULONG imageDataOffset; + + DEFINE_SIZE_STATIC(8); +}; + +template +struct IndexSubtableFormat1Or3 +{ + inline bool sanitize (hb_sanitize_context_t *c, unsigned int glyph_count) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this) && + c->check_array (offsetArrayZ, offsetArrayZ[0].static_size, glyph_count + 1)); + } + + bool get_image_data (unsigned int idx, + unsigned int *offset, + unsigned int *length) const + { + if (unlikely (offsetArrayZ[idx + 1] <= offsetArrayZ[idx])) + return false; + + *offset = header.imageDataOffset + offsetArrayZ[idx]; + *length = offsetArrayZ[idx + 1] - offsetArrayZ[idx]; + return true; + } + + IndexSubtableHeader header; + Offset offsetArrayZ[VAR]; + + DEFINE_SIZE_ARRAY(8, offsetArrayZ); +}; + +struct IndexSubtableFormat1 : IndexSubtableFormat1Or3 {}; +struct IndexSubtableFormat3 : IndexSubtableFormat1Or3 {}; + +struct IndexSubtable +{ + inline bool sanitize (hb_sanitize_context_t *c, unsigned int glyph_count) const + { + TRACE_SANITIZE (this); + if (!u.header.sanitize (c)) return_trace (false); + switch (u.header.indexFormat) { + case 1: return_trace (u.format1.sanitize (c, glyph_count)); + case 3: return_trace (u.format3.sanitize (c, glyph_count)); + default:return_trace (true); + } + } + + inline bool get_extents (hb_glyph_extents_t *extents) const + { + switch (u.header.indexFormat) { + case 2: case 5: /* TODO */ + case 1: case 3: case 4: /* Variable-metrics formats do not have metrics here. */ + default:return (false); + } + } + + bool get_image_data (unsigned int idx, + unsigned int *offset, + unsigned int *length, + unsigned int *format) const + { + *format = u.header.imageFormat; + switch (u.header.indexFormat) { + case 1: return u.format1.get_image_data (idx, offset, length); + case 3: return u.format3.get_image_data (idx, offset, length); + default: return false; + } + } + + protected: + union { + IndexSubtableHeader header; + IndexSubtableFormat1 format1; + IndexSubtableFormat3 format3; + /* TODO: Format 2, 4, 5. */ + } u; + public: + DEFINE_SIZE_UNION (8, header); +}; + +struct IndexSubtableRecord +{ + inline bool sanitize (hb_sanitize_context_t *c, const void *base) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this) && + firstGlyphIndex <= lastGlyphIndex && + offsetToSubtable.sanitize (c, this, lastGlyphIndex - firstGlyphIndex + 1)); + } + + inline bool get_extents (hb_glyph_extents_t *extents) const + { + return (this+offsetToSubtable).get_extents (extents); + } + + bool get_image_data (unsigned int gid, + unsigned int *offset, + unsigned int *length, + unsigned int *format) const + { + if (gid < firstGlyphIndex || gid > lastGlyphIndex) + { + return false; + } + return (this+offsetToSubtable).get_image_data (gid - firstGlyphIndex, + offset, length, format); + } + + USHORT firstGlyphIndex; + USHORT lastGlyphIndex; + LOffsetTo offsetToSubtable; + + DEFINE_SIZE_STATIC(8); +}; + +struct IndexSubtableArray +{ + inline bool sanitize (hb_sanitize_context_t *c, unsigned int count) const + { + TRACE_SANITIZE (this); + if (unlikely (!c->check_array (&indexSubtablesZ, indexSubtablesZ[0].static_size, count))) + return_trace (false); + for (unsigned int i = 0; i < count; i++) + if (unlikely (!indexSubtablesZ[i].sanitize (c, this))) + return_trace (false); + return_trace (true); + } + + public: + const IndexSubtableRecord* find_table (hb_codepoint_t glyph, unsigned int numTables) const + { + for (unsigned int i = 0; i < numTables; ++i) + { + unsigned int firstGlyphIndex = indexSubtablesZ[i].firstGlyphIndex; + unsigned int lastGlyphIndex = indexSubtablesZ[i].lastGlyphIndex; + if (firstGlyphIndex <= glyph && glyph <= lastGlyphIndex) { + return &indexSubtablesZ[i]; + } + } + return NULL; + } + + protected: + IndexSubtableRecord indexSubtablesZ[VAR]; + + public: + DEFINE_SIZE_ARRAY(0, indexSubtablesZ); +}; + +struct BitmapSizeTable +{ + friend struct CBLC; + + inline bool sanitize (hb_sanitize_context_t *c, const void *base) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this) && + indexSubtableArrayOffset.sanitize (c, base, numberOfIndexSubtables) && + c->check_range (&(base+indexSubtableArrayOffset), indexTablesSize) && + horizontal.sanitize (c) && + vertical.sanitize (c)); + } + + const IndexSubtableRecord *find_table (hb_codepoint_t glyph, const void *base) const + { + return (base+indexSubtableArrayOffset).find_table (glyph, numberOfIndexSubtables); + } + + protected: + LOffsetTo indexSubtableArrayOffset; + ULONG indexTablesSize; + ULONG numberOfIndexSubtables; + ULONG colorRef; + SBitLineMetrics horizontal; + SBitLineMetrics vertical; + USHORT startGlyphIndex; + USHORT endGlyphIndex; + BYTE ppemX; + BYTE ppemY; + BYTE bitDepth; + CHAR flags; + +public: + DEFINE_SIZE_STATIC(48); +}; + + +/* + * Glyph Bitmap Data Formats. + */ + +struct GlyphBitmapDataFormat17 +{ + SmallGlyphMetrics glyphMetrics; + ULONG dataLen; + BYTE dataZ[VAR]; + + DEFINE_SIZE_ARRAY(9, dataZ); +}; + + +/* + * CBLC -- Color Bitmap Location Table + */ + +#define HB_OT_TAG_CBLC HB_TAG('C','B','L','C') + +struct CBLC +{ + static const hb_tag_t tableTag = HB_OT_TAG_CBLC; + + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this) && + likely (version.major == 2 || version.major == 3) && + sizeTables.sanitize (c, this)); + } + + public: + const IndexSubtableRecord *find_table (hb_codepoint_t glyph, + unsigned int *x_ppem, unsigned int *y_ppem) const + { + /* TODO: Make it possible to select strike. */ + + unsigned int count = sizeTables.len; + for (uint32_t i = 0; i < count; ++i) + { + unsigned int startGlyphIndex = sizeTables.array[i].startGlyphIndex; + unsigned int endGlyphIndex = sizeTables.array[i].endGlyphIndex; + if (startGlyphIndex <= glyph && glyph <= endGlyphIndex) + { + *x_ppem = sizeTables[i].ppemX; + *y_ppem = sizeTables[i].ppemY; + return sizeTables[i].find_table (glyph, this); + } + } + + return NULL; + } + + protected: + FixedVersion<> version; + LArrayOf sizeTables; + + public: + DEFINE_SIZE_ARRAY(8, sizeTables); +}; + +/* + * CBDT -- Color Bitmap Data Table + */ +#define HB_OT_TAG_CBDT HB_TAG('C','B','D','T') + +struct CBDT +{ + static const hb_tag_t tableTag = HB_OT_TAG_CBDT; + + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this) && + likely (version.major == 2 || version.major == 3)); + } + + protected: + FixedVersion<>version; + BYTE dataZ[VAR]; + + public: + DEFINE_SIZE_ARRAY(4, dataZ); +}; + +} /* namespace OT */ + +#endif /* HB_OT_CBDT_TABLE_HH */ diff --git a/src/hb-ot-cmap-table.hh b/src/hb-ot-cmap-table.hh index d7a94a1..3a53a1c 100644 --- a/src/hb-ot-cmap-table.hh +++ b/src/hb-ot-cmap-table.hh @@ -380,9 +380,9 @@ struct VariationSelectorRecord } UINT24 varSelector; /* Variation selector. */ - OffsetTo + LOffsetTo defaultUVS; /* Offset to Default UVS Table. May be 0. */ - OffsetTo + LOffsetTo nonDefaultUVS; /* Offset to Non-Default UVS Table. May be 0. */ public: DEFINE_SIZE_STATIC (11); @@ -486,7 +486,7 @@ struct EncodingRecord USHORT platformID; /* Platform ID. */ USHORT encodingID; /* Platform-specific encoding ID. */ - OffsetTo + LOffsetTo subtable; /* Byte offset from beginning of table to the subtable for this encoding. */ public: DEFINE_SIZE_STATIC (8); diff --git a/src/hb-ot-font.cc b/src/hb-ot-font.cc index 0b7e31b..009db20 100644 --- a/src/hb-ot-font.cc +++ b/src/hb-ot-font.cc @@ -31,11 +31,13 @@ #include "hb-font-private.hh" #include "hb-ot-cmap-table.hh" +#include "hb-ot-cbdt-table.hh" #include "hb-ot-glyf-table.hh" #include "hb-ot-head-table.hh" #include "hb-ot-hhea-table.hh" #include "hb-ot-hmtx-table.hh" #include "hb-ot-os2-table.hh" +#include "hb-ot-var-hvar-table.hh" //#include "hb-ot-post-table.hh" @@ -47,16 +49,22 @@ struct hb_ot_face_metrics_accelerator_t unsigned short ascender; unsigned short descender; unsigned short line_gap; + bool has_font_extents; - const OT::_mtx *table; + const OT::hmtxvmtx *table; hb_blob_t *blob; + const OT::HVARVVAR *var; + hb_blob_t *var_blob; + inline void init (hb_face_t *face, hb_tag_t _hea_tag, hb_tag_t _mtx_tag, - hb_tag_t os2_tag) + hb_tag_t _var_tag, + hb_tag_t os2_tag, + unsigned int default_advance = 0) { - this->default_advance = face->get_upem (); + this->default_advance = default_advance ? default_advance : face->get_upem (); bool got_font_extents = false; if (os2_tag) @@ -82,10 +90,13 @@ struct hb_ot_face_metrics_accelerator_t this->ascender = _hea->ascender; this->descender = _hea->descender; this->line_gap = _hea->lineGap; + got_font_extents = (this->ascender | this->descender) != 0; } hb_blob_destroy (_hea_blob); - this->blob = OT::Sanitizer::sanitize (face->reference_table (_mtx_tag)); + this->has_font_extents = got_font_extents; + + this->blob = OT::Sanitizer::sanitize (face->reference_table (_mtx_tag)); /* Cap num_metrics() and num_advances() based on table length. */ unsigned int len = hb_blob_get_length (this->blob); @@ -101,15 +112,20 @@ struct hb_ot_face_metrics_accelerator_t hb_blob_destroy (this->blob); this->blob = hb_blob_get_empty (); } - this->table = OT::Sanitizer::lock_instance (this->blob); + this->table = OT::Sanitizer::lock_instance (this->blob); + + this->var_blob = OT::Sanitizer::sanitize (face->reference_table (_var_tag)); + this->var = OT::Sanitizer::lock_instance (this->var_blob); } inline void fini (void) { hb_blob_destroy (this->blob); + hb_blob_destroy (this->var_blob); } - inline unsigned int get_advance (hb_codepoint_t glyph) const + inline unsigned int get_advance (hb_codepoint_t glyph, + hb_font_t *font) const { if (unlikely (glyph >= this->num_metrics)) { @@ -122,10 +138,8 @@ struct hb_ot_face_metrics_accelerator_t return this->default_advance; } - if (glyph >= this->num_advances) - glyph = this->num_advances - 1; - - return this->table->longMetric[glyph].advance; + return this->table->longMetric[MIN (glyph, this->num_advances - 1)].advance + + this->var->get_advance_var (glyph, font->coords, font->num_coords); // TODO Optimize?! } }; @@ -202,6 +216,91 @@ struct hb_ot_face_glyf_accelerator_t } }; +struct hb_ot_face_cbdt_accelerator_t +{ + hb_blob_t *cblc_blob; + hb_blob_t *cbdt_blob; + const OT::CBLC *cblc; + const OT::CBDT *cbdt; + + unsigned int cbdt_len; + float upem; + + inline void init (hb_face_t *face) + { + upem = face->get_upem(); + + cblc_blob = OT::Sanitizer::sanitize (face->reference_table (HB_OT_TAG_CBLC)); + cbdt_blob = OT::Sanitizer::sanitize (face->reference_table (HB_OT_TAG_CBDT)); + cbdt_len = hb_blob_get_length (cbdt_blob); + + if (hb_blob_get_length (cblc_blob) == 0) { + cblc = NULL; + cbdt = NULL; + return; /* Not a bitmap font. */ + } + cblc = OT::Sanitizer::lock_instance (cblc_blob); + cbdt = OT::Sanitizer::lock_instance (cbdt_blob); + + } + + inline void fini (void) + { + hb_blob_destroy (this->cblc_blob); + hb_blob_destroy (this->cbdt_blob); + } + + inline bool get_extents (hb_codepoint_t glyph, hb_glyph_extents_t *extents) const + { + unsigned int x_ppem = upem, y_ppem = upem; /* TODO Use font ppem if available. */ + + if (cblc == NULL) + return false; // Not a color bitmap font. + + const OT::IndexSubtableRecord *subtable_record = this->cblc->find_table(glyph, &x_ppem, &y_ppem); + if (subtable_record == NULL) + return false; + + if (subtable_record->get_extents (extents)) + return true; + + unsigned int image_offset = 0, image_length = 0, image_format = 0; + if (!subtable_record->get_image_data (glyph, &image_offset, &image_length, &image_format)) + return false; + + { + /* TODO Move the following into CBDT struct when adding more formats. */ + + if (unlikely (image_offset > cbdt_len || cbdt_len - image_offset < image_length)) + return false; + + switch (image_format) + { + case 17: { + if (unlikely (image_length < OT::GlyphBitmapDataFormat17::min_size)) + return false; + + const OT::GlyphBitmapDataFormat17& glyphFormat17 = + OT::StructAtOffset (this->cbdt, image_offset); + glyphFormat17.glyphMetrics.get_extents (extents); + } + break; + default: + // TODO: Support other image formats. + return false; + } + } + + /* Convert to the font units. */ + extents->x_bearing *= upem / (float) x_ppem; + extents->y_bearing *= upem / (float) y_ppem; + extents->width *= upem / (float) x_ppem; + extents->height *= upem / (float) y_ppem; + + return true; + } +}; + typedef bool (*hb_cmap_get_glyph_func_t) (const void *obj, hb_codepoint_t codepoint, hb_codepoint_t *glyph); @@ -264,7 +363,11 @@ struct hb_ot_face_cmap_accelerator_t if (!subtable) subtable = cmap->find_subtable (0, 2); if (!subtable) subtable = cmap->find_subtable (0, 1); if (!subtable) subtable = cmap->find_subtable (0, 0); - if (!subtable)(subtable = cmap->find_subtable (3, 0)) && (symbol = true); + if (!subtable) + { + subtable = cmap->find_subtable (3, 0); + if (subtable) symbol = true; + } /* Meh. */ if (!subtable) subtable = &OT::Null(OT::CmapSubtable); @@ -326,54 +429,13 @@ struct hb_ot_face_cmap_accelerator_t } }; -template -struct hb_lazy_loader_t -{ - inline void init (hb_face_t *face_) - { - face = face_; - instance = NULL; - } - - inline void fini (void) - { - if (instance && instance != &OT::Null(T)) - { - instance->fini(); - free (instance); - } - } - - inline const T* operator-> (void) const - { - retry: - T *p = (T *) hb_atomic_ptr_get (&instance); - if (unlikely (!p)) - { - p = (T *) calloc (1, sizeof (T)); - if (unlikely (!p)) - return &OT::Null(T); - p->init (face); - if (unlikely (!hb_atomic_ptr_cmpexch (const_cast(&instance), NULL, p))) - { - p->fini (); - goto retry; - } - } - return p; - } - - private: - hb_face_t *face; - T *instance; -}; - struct hb_ot_font_t { hb_ot_face_cmap_accelerator_t cmap; hb_ot_face_metrics_accelerator_t h_metrics; hb_ot_face_metrics_accelerator_t v_metrics; - hb_lazy_loader_t glyf; + OT::hb_lazy_loader_t glyf; + OT::hb_lazy_loader_t cbdt; }; @@ -386,9 +448,11 @@ _hb_ot_font_create (hb_face_t *face) return NULL; ot_font->cmap.init (face); - ot_font->h_metrics.init (face, HB_OT_TAG_hhea, HB_OT_TAG_hmtx, HB_OT_TAG_os2); - ot_font->v_metrics.init (face, HB_OT_TAG_vhea, HB_OT_TAG_vmtx, HB_TAG_NONE); /* TODO Can we do this lazily? */ + ot_font->h_metrics.init (face, HB_OT_TAG_hhea, HB_OT_TAG_hmtx, HB_OT_TAG_HVAR, HB_OT_TAG_os2); + ot_font->v_metrics.init (face, HB_OT_TAG_vhea, HB_OT_TAG_vmtx, HB_OT_TAG_VVAR, HB_TAG_NONE, + ot_font->h_metrics.ascender - ot_font->h_metrics.descender); /* TODO Can we do this lazily? */ ot_font->glyf.init (face); + ot_font->cbdt.init (face); return ot_font; } @@ -400,6 +464,7 @@ _hb_ot_font_destroy (hb_ot_font_t *ot_font) ot_font->h_metrics.fini (); ot_font->v_metrics.fini (); ot_font->glyf.fini (); + ot_font->cbdt.fini (); free (ot_font); } @@ -430,23 +495,23 @@ hb_ot_get_variation_glyph (hb_font_t *font HB_UNUSED, } static hb_position_t -hb_ot_get_glyph_h_advance (hb_font_t *font HB_UNUSED, +hb_ot_get_glyph_h_advance (hb_font_t *font, void *font_data, hb_codepoint_t glyph, void *user_data HB_UNUSED) { const hb_ot_font_t *ot_font = (const hb_ot_font_t *) font_data; - return font->em_scale_x (ot_font->h_metrics.get_advance (glyph)); + return font->em_scale_x (ot_font->h_metrics.get_advance (glyph, font)); } static hb_position_t -hb_ot_get_glyph_v_advance (hb_font_t *font HB_UNUSED, +hb_ot_get_glyph_v_advance (hb_font_t *font, void *font_data, hb_codepoint_t glyph, void *user_data HB_UNUSED) { const hb_ot_font_t *ot_font = (const hb_ot_font_t *) font_data; - return font->em_scale_y (-(int) ot_font->v_metrics.get_advance (glyph)); + return font->em_scale_y (-(int) ot_font->v_metrics.get_advance (glyph, font)); } static hb_bool_t @@ -458,6 +523,9 @@ hb_ot_get_glyph_extents (hb_font_t *font HB_UNUSED, { const hb_ot_font_t *ot_font = (const hb_ot_font_t *) font_data; bool ret = ot_font->glyf->get_extents (glyph, extents); + if (!ret) + ret = ot_font->cbdt->get_extents (glyph, extents); + // TODO Hook up side-bearings variations. extents->x_bearing = font->em_scale_x (extents->x_bearing); extents->y_bearing = font->em_scale_y (extents->y_bearing); extents->width = font->em_scale_x (extents->width); @@ -475,7 +543,8 @@ hb_ot_get_font_h_extents (hb_font_t *font HB_UNUSED, metrics->ascender = font->em_scale_y (ot_font->h_metrics.ascender); metrics->descender = font->em_scale_y (ot_font->h_metrics.descender); metrics->line_gap = font->em_scale_y (ot_font->h_metrics.line_gap); - return true; + // TODO Hook up variations. + return ot_font->h_metrics.has_font_extents; } static hb_bool_t @@ -488,7 +557,8 @@ hb_ot_get_font_v_extents (hb_font_t *font HB_UNUSED, metrics->ascender = font->em_scale_x (ot_font->v_metrics.ascender); metrics->descender = font->em_scale_x (ot_font->v_metrics.descender); metrics->line_gap = font->em_scale_x (ot_font->v_metrics.line_gap); - return true; + // TODO Hook up variations. + return ot_font->v_metrics.has_font_extents; } static hb_font_funcs_t *static_ot_funcs = NULL; diff --git a/src/hb-ot-hmtx-table.hh b/src/hb-ot-hmtx-table.hh index a9606b3..30aa625 100644 --- a/src/hb-ot-hmtx-table.hh +++ b/src/hb-ot-hmtx-table.hh @@ -50,10 +50,8 @@ struct LongMetric DEFINE_SIZE_STATIC (4); }; -struct _mtx +struct hmtxvmtx { - static const hb_tag_t tableTag = HB_TAG('_','m','t','x'); - static const hb_tag_t hmtxTag = HB_OT_TAG_hmtx; static const hb_tag_t vmtxTag = HB_OT_TAG_vmtx; @@ -91,10 +89,10 @@ struct _mtx DEFINE_SIZE_ARRAY2 (0, longMetric, leadingBearingX); }; -struct hmtx : _mtx { +struct hmtx : hmtxvmtx { static const hb_tag_t tableTag = HB_OT_TAG_hmtx; }; -struct vmtx : _mtx { +struct vmtx : hmtxvmtx { static const hb_tag_t tableTag = HB_OT_TAG_vmtx; }; diff --git a/src/hb-ot-layout-common-private.hh b/src/hb-ot-layout-common-private.hh index 34fa1b7..180e5f0 100644 --- a/src/hb-ot-layout-common-private.hh +++ b/src/hb-ot-layout-common-private.hh @@ -507,7 +507,7 @@ struct Feature { return this+featureParams; } inline bool sanitize (hb_sanitize_context_t *c, - const Record::sanitize_closure_t *closure) const + const Record::sanitize_closure_t *closure = NULL) const { TRACE_SANITIZE (this); if (unlikely (!(c->check_struct (this) && lookupIndex.sanitize (c)))) @@ -731,8 +731,8 @@ struct CoverageFormat1 inline void init (const struct CoverageFormat1 &c_) { c = &c_; i = 0; }; inline bool more (void) { return i < c->glyphArray.len; } inline void next (void) { i++; } - inline uint16_t get_glyph (void) { return c->glyphArray[i]; } - inline uint16_t get_coverage (void) { return i; } + inline hb_codepoint_t get_glyph (void) { return c->glyphArray[i]; } + inline unsigned int get_coverage (void) { return i; } private: const struct CoverageFormat1 *c; @@ -829,26 +829,33 @@ struct CoverageFormat2 public: /* Older compilers need this to be public. */ - struct Iter { - inline void init (const CoverageFormat2 &c_) { + struct Iter + { + inline void init (const CoverageFormat2 &c_) + { c = &c_; coverage = 0; i = 0; j = c->rangeRecord.len ? c_.rangeRecord[0].start : 0; } inline bool more (void) { return i < c->rangeRecord.len; } - inline void next (void) { - coverage++; - if (j == c->rangeRecord[i].end) { + inline void next (void) + { + if (j >= c->rangeRecord[i].end) + { i++; if (more ()) + { j = c->rangeRecord[i].start; + coverage = c->rangeRecord[i].value; + } return; } + coverage++; j++; } - inline uint16_t get_glyph (void) { return j; } - inline uint16_t get_coverage (void) { return coverage; } + inline hb_codepoint_t get_glyph (void) { return j; } + inline unsigned int get_coverage (void) { return coverage; } private: const struct CoverageFormat2 *c; @@ -957,14 +964,14 @@ struct Coverage default: break; } } - inline uint16_t get_glyph (void) { + inline hb_codepoint_t get_glyph (void) { switch (format) { case 1: return u.format1.get_glyph (); case 2: return u.format2.get_glyph (); default:return 0; } } - inline uint16_t get_coverage (void) { + inline unsigned int get_coverage (void) { switch (format) { case 1: return u.format1.get_coverage (); case 2: return u.format2.get_coverage (); @@ -1162,11 +1169,388 @@ struct ClassDef /* + * Item Variation Store + */ + +struct VarRegionAxis +{ + inline float evaluate (int coord) const + { + int start = startCoord, peak = peakCoord, end = endCoord; + + /* TODO Move these to sanitize(). */ + if (unlikely (start > peak || peak > end)) + return 1.; + if (unlikely (start < 0 && end > 0 && peak != 0)) + return 1.; + + if (peak == 0 || coord == peak) + return 1.; + + if (coord <= start || end <= coord) + return 0.; + + /* Interpolate */ + if (coord < peak) + return float (coord - start) / (peak - start); + else + return float (end - coord) / (end - peak); + } + + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this)); + /* TODO Handle invalid start/peak/end configs, so we don't + * have to do that at runtime. */ + } + + public: + F2DOT14 startCoord; + F2DOT14 peakCoord; + F2DOT14 endCoord; + public: + DEFINE_SIZE_STATIC (6); +}; + +struct VarRegionList +{ + inline float evaluate (unsigned int region_index, + int *coords, unsigned int coord_len) const + { + if (unlikely (region_index >= regionCount)) + return 0.; + + const VarRegionAxis *axes = axesZ + (region_index * axisCount); + + float v = 1.; + unsigned int count = MIN (coord_len, (unsigned int) axisCount); + for (unsigned int i = 0; i < count; i++) + { + float factor = axes[i].evaluate (coords[i]); + if (factor == 0.) + return 0.; + v *= factor; + } + return v; + } + + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this) && + c->check_array (axesZ, axesZ[0].static_size, + (unsigned int) axisCount * (unsigned int) regionCount)); + } + + protected: + USHORT axisCount; + USHORT regionCount; + VarRegionAxis axesZ[VAR]; + public: + DEFINE_SIZE_ARRAY (4, axesZ); +}; + +struct VarData +{ + inline unsigned int get_row_size (void) const + { return shortCount + regionIndices.len; } + + inline unsigned int get_size (void) const + { return itemCount * get_row_size (); } + + inline float get_delta (unsigned int inner, + int *coords, unsigned int coord_count, + const VarRegionList ®ions) const + { + if (unlikely (inner >= itemCount)) + return 0.; + + unsigned int count = regionIndices.len; + unsigned int scount = shortCount; + + const BYTE *bytes = &StructAfter (regionIndices); + const BYTE *row = bytes + inner * (scount + count); + + float delta = 0.; + unsigned int i = 0; + + const SHORT *scursor = reinterpret_cast (row); + for (; i < scount; i++) + { + float scalar = regions.evaluate (regionIndices.array[i], coords, coord_count); + delta += scalar * *scursor++; + } + const INT8 *bcursor = reinterpret_cast (scursor); + for (; i < count; i++) + { + float scalar = regions.evaluate (regionIndices.array[i], coords, coord_count); + delta += scalar * *bcursor++; + } + + return delta; + } + + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this) && + regionIndices.sanitize(c) && + shortCount <= regionIndices.len && + c->check_array (&StructAfter (regionIndices), + get_row_size (), itemCount)); + } + + protected: + USHORT itemCount; + USHORT shortCount; + ArrayOf regionIndices; + BYTE bytesX[VAR]; + public: + DEFINE_SIZE_ARRAY2 (6, regionIndices, bytesX); +}; + +struct VariationStore +{ + inline float get_delta (unsigned int outer, unsigned int inner, + int *coords, unsigned int coord_count) const + { + if (unlikely (outer >= dataSets.len)) + return 0.; + + return (this+dataSets[outer]).get_delta (inner, + coords, coord_count, + this+regions); + } + + inline float get_delta (unsigned int index, + int *coords, unsigned int coord_count) const + { + unsigned int outer = index >> 16; + unsigned int inner = index & 0xFFFF; + return get_delta (outer, inner, coords, coord_count); + } + + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this) && + format == 1 && + regions.sanitize (c, this) && + dataSets.sanitize (c, this)); + } + + protected: + USHORT format; + LOffsetTo regions; + OffsetArrayOf dataSets; + public: + DEFINE_SIZE_ARRAY (8, dataSets); +}; + +/* + * Feature Variations + */ + +struct ConditionFormat1 +{ + friend struct Condition; + + private: + inline bool evaluate (const int *coords, unsigned int coord_len) const + { + int coord = axisIndex < coord_len ? coords[axisIndex] : 0; + return filterRangeMinValue <= coord && coord <= filterRangeMaxValue; + } + + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this)); + } + + protected: + USHORT format; /* Format identifier--format = 1 */ + USHORT axisIndex; + F2DOT14 filterRangeMinValue; + F2DOT14 filterRangeMaxValue; + public: + DEFINE_SIZE_STATIC (8); +}; + +struct Condition +{ + inline bool evaluate (const int *coords, unsigned int coord_len) const + { + switch (u.format) { + case 1: return u.format1.evaluate (coords, coord_len); + default:return false; + } + } + + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + if (!u.format.sanitize (c)) return_trace (false); + switch (u.format) { + case 1: return_trace (u.format1.sanitize (c)); + default:return_trace (true); + } + } + + protected: + union { + USHORT format; /* Format identifier */ + ConditionFormat1 format1; + } u; + public: + DEFINE_SIZE_UNION (2, format); +}; + +struct ConditionSet +{ + inline bool evaluate (const int *coords, unsigned int coord_len) const + { + unsigned int count = conditions.len; + for (unsigned int i = 0; i < count; i++) + if (!(this+conditions.array[i]).evaluate (coords, coord_len)) + return false; + return true; + } + + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (conditions.sanitize (c, this)); + } + + protected: + OffsetArrayOf conditions; + public: + DEFINE_SIZE_ARRAY (2, conditions); +}; + +struct FeatureTableSubstitutionRecord +{ + friend struct FeatureTableSubstitution; + + inline bool sanitize (hb_sanitize_context_t *c, const void *base) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this) && feature.sanitize (c, base)); + } + + protected: + USHORT featureIndex; + LOffsetTo feature; + public: + DEFINE_SIZE_STATIC (6); +}; + +struct FeatureTableSubstitution +{ + inline const Feature *find_substitute (unsigned int feature_index) const + { + unsigned int count = substitutions.len; + for (unsigned int i = 0; i < count; i++) + { + const FeatureTableSubstitutionRecord &record = substitutions.array[i]; + if (record.featureIndex == feature_index) + return &(this+record.feature); + } + return NULL; + } + + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (version.sanitize (c) && + likely (version.major == 1) && + substitutions.sanitize (c, this)); + } + + protected: + FixedVersion<> version; /* Version--0x00010000u */ + ArrayOf + substitutions; + public: + DEFINE_SIZE_ARRAY (6, substitutions); +}; + +struct FeatureVariationRecord +{ + friend struct FeatureVariations; + + inline bool sanitize (hb_sanitize_context_t *c, const void *base) const + { + TRACE_SANITIZE (this); + return_trace (conditions.sanitize (c, base) && + substitutions.sanitize (c, base)); + } + + protected: + LOffsetTo + conditions; + LOffsetTo + substitutions; + public: + DEFINE_SIZE_STATIC (8); +}; + +struct FeatureVariations +{ + static const unsigned int NOT_FOUND_INDEX = 0xFFFFFFFFu; + + inline bool find_index (const int *coords, unsigned int coord_len, + unsigned int *index) const + { + unsigned int count = varRecords.len; + for (unsigned int i = 0; i < count; i++) + { + const FeatureVariationRecord &record = varRecords.array[i]; + if ((this+record.conditions).evaluate (coords, coord_len)) + { + *index = i; + return true; + } + } + *index = NOT_FOUND_INDEX; + return false; + } + + inline const Feature *find_substitute (unsigned int variations_index, + unsigned int feature_index) const + { + const FeatureVariationRecord &record = varRecords[variations_index]; + return (this+record.substitutions).find_substitute (feature_index); + } + + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (version.sanitize (c) && + likely (version.major == 1) && + varRecords.sanitize (c, this)); + } + + protected: + FixedVersion<> version; /* Version--0x00010000u */ + LArrayOf + varRecords; + public: + DEFINE_SIZE_ARRAY (8, varRecords); +}; + + +/* * Device Tables */ -struct Device +struct HintingDevice { + friend struct Device; + + private: inline hb_position_t get_x_delta (hb_font_t *font) const { return get_delta (font->x_ppem, font->x_scale); } @@ -1235,6 +1619,101 @@ struct Device DEFINE_SIZE_ARRAY (6, deltaValue); }; +struct VariationDevice +{ + friend struct Device; + + private: + + inline hb_position_t get_x_delta (hb_font_t *font, const VariationStore &store) const + { return font->em_scalef_x (get_delta (font, store)); } + + inline hb_position_t get_y_delta (hb_font_t *font, const VariationStore &store) const + { return font->em_scalef_y (get_delta (font, store)); } + + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this)); + } + + private: + + inline float get_delta (hb_font_t *font, const VariationStore &store) const + { + return store.get_delta (outerIndex, innerIndex, font->coords, font->num_coords); + } + + protected: + USHORT outerIndex; + USHORT innerIndex; + USHORT deltaFormat; /* Format identifier for this table: 0x0x8000 */ + public: + DEFINE_SIZE_STATIC (6); +}; + +struct DeviceHeader +{ + protected: + USHORT reserved1; + USHORT reserved2; + public: + USHORT format; /* Format identifier */ + public: + DEFINE_SIZE_STATIC (6); +}; + +struct Device +{ + inline hb_position_t get_x_delta (hb_font_t *font, const VariationStore &store=Null(VariationStore)) const + { + switch (u.b.format) + { + case 1: case 2: case 3: + return u.hinting.get_x_delta (font); + case 0x8000: + return u.variation.get_x_delta (font, store); + default: + return 0; + } + } + inline hb_position_t get_y_delta (hb_font_t *font, const VariationStore &store=Null(VariationStore)) const + { + switch (u.b.format) + { + case 1: case 2: case 3: + return u.hinting.get_y_delta (font); + case 0x8000: + return u.variation.get_y_delta (font, store); + default: + return 0; + } + } + + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + if (!u.b.format.sanitize (c)) return_trace (false); + switch (u.b.format) { + case 1: case 2: case 3: + return_trace (u.hinting.sanitize (c)); + case 0x8000: + return_trace (u.variation.sanitize (c)); + default: + return_trace (true); + } + } + + protected: + union { + DeviceHeader b; + HintingDevice hinting; + VariationDevice variation; + } u; + public: + DEFINE_SIZE_UNION (6, b); +}; + } /* namespace OT */ diff --git a/src/hb-ot-layout-gdef-table.hh b/src/hb-ot-layout-gdef-table.hh index 2b4bc5a..552df0f 100644 --- a/src/hb-ot-layout-gdef-table.hh +++ b/src/hb-ot-layout-gdef-table.hh @@ -97,7 +97,7 @@ struct CaretValueFormat1 friend struct CaretValue; private: - inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id HB_UNUSED) const + inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction) const { return HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (coordinate); } @@ -146,11 +146,11 @@ struct CaretValueFormat3 { friend struct CaretValue; - inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id HB_UNUSED) const + inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, const VariationStore &var_store) const { return HB_DIRECTION_IS_HORIZONTAL (direction) ? - font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font) : - font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font); + font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font, var_store) : + font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font, var_store); } inline bool sanitize (hb_sanitize_context_t *c) const @@ -172,12 +172,15 @@ struct CaretValueFormat3 struct CaretValue { - inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id) const + inline hb_position_t get_caret_value (hb_font_t *font, + hb_direction_t direction, + hb_codepoint_t glyph_id, + const VariationStore &var_store) const { switch (u.format) { - case 1: return u.format1.get_caret_value (font, direction, glyph_id); + case 1: return u.format1.get_caret_value (font, direction); case 2: return u.format2.get_caret_value (font, direction, glyph_id); - case 3: return u.format3.get_caret_value (font, direction, glyph_id); + case 3: return u.format3.get_caret_value (font, direction, var_store); default:return 0; } } @@ -210,6 +213,7 @@ struct LigGlyph inline unsigned int get_lig_carets (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id, + const VariationStore &var_store, unsigned int start_offset, unsigned int *caret_count /* IN/OUT */, hb_position_t *caret_array /* OUT */) const @@ -218,7 +222,7 @@ struct LigGlyph const OffsetTo *array = carets.sub_array (start_offset, caret_count); unsigned int count = *caret_count; for (unsigned int i = 0; i < count; i++) - caret_array[i] = (this+array[i]).get_caret_value (font, direction, glyph_id); + caret_array[i] = (this+array[i]).get_caret_value (font, direction, glyph_id, var_store); } return carets.len; @@ -244,6 +248,7 @@ struct LigCaretList inline unsigned int get_lig_carets (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id, + const VariationStore &var_store, unsigned int start_offset, unsigned int *caret_count /* IN/OUT */, hb_position_t *caret_array /* OUT */) const @@ -256,7 +261,7 @@ struct LigCaretList return 0; } const LigGlyph &lig_glyph = this+ligGlyph[index]; - return lig_glyph.get_lig_carets (font, direction, glyph_id, start_offset, caret_count, caret_array); + return lig_glyph.get_lig_carets (font, direction, glyph_id, var_store, start_offset, caret_count, caret_array); } inline bool sanitize (hb_sanitize_context_t *c) const @@ -290,7 +295,7 @@ struct MarkGlyphSetsFormat1 protected: USHORT format; /* Format identifier--format = 1 */ - ArrayOf > + ArrayOf > coverage; /* Array of long offsets to mark set * coverage tables */ public: @@ -367,11 +372,17 @@ struct GDEF unsigned int start_offset, unsigned int *caret_count /* IN/OUT */, hb_position_t *caret_array /* OUT */) const - { return (this+ligCaretList).get_lig_carets (font, direction, glyph_id, start_offset, caret_count, caret_array); } + { return (this+ligCaretList).get_lig_carets (font, + direction, glyph_id, get_var_store(), + start_offset, caret_count, caret_array); } - inline bool has_mark_sets (void) const { return version.to_int () >= 0x00010002u && markGlyphSetsDef[0] != 0; } + inline bool has_mark_sets (void) const { return version.to_int () >= 0x00010002u && markGlyphSetsDef != 0; } inline bool mark_set_covers (unsigned int set_index, hb_codepoint_t glyph_id) const - { return version.to_int () >= 0x00010002u && (this+markGlyphSetsDef[0]).covers (set_index, glyph_id); } + { return version.to_int () >= 0x00010002u && (this+markGlyphSetsDef).covers (set_index, glyph_id); } + + inline bool has_var_store (void) const { return version.to_int () >= 0x00010003u && varStore != 0; } + inline const VariationStore &get_var_store (void) const + { return version.to_int () >= 0x00010003u ? this+varStore : Null(VariationStore); } inline bool sanitize (hb_sanitize_context_t *c) const { @@ -382,10 +393,10 @@ struct GDEF attachList.sanitize (c, this) && ligCaretList.sanitize (c, this) && markAttachClassDef.sanitize (c, this) && - (version.to_int () < 0x00010002u || markGlyphSetsDef[0].sanitize (c, this))); + (version.to_int () < 0x00010002u || markGlyphSetsDef.sanitize (c, this)) && + (version.to_int () < 0x00010003u || varStore.sanitize (c, this))); } - /* glyph_props is a 16-bit integer where the lower 8-bit have bits representing * glyph class and other bits, and high 8-bit gthe mark attachment type (if any). * Not to be confused with lookup_props which is very similar. */ @@ -410,7 +421,7 @@ struct GDEF protected: FixedVersion<>version; /* Version of the GDEF table--currently - * 0x00010002u */ + * 0x00010003u */ OffsetTo glyphClassDef; /* Offset to class definition table * for glyph type--from beginning of @@ -428,12 +439,17 @@ struct GDEF * mark attachment type--from beginning * of GDEF header (may be Null) */ OffsetTo - markGlyphSetsDef[VAR]; /* Offset to the table of mark set + markGlyphSetsDef; /* Offset to the table of mark set * definitions--from beginning of GDEF * header (may be NULL). Introduced - * in version 00010002. */ + * in version 0x00010002. */ + LOffsetTo + varStore; /* Offset to the table of Item Variation + * Store--from beginning of GDEF + * header (may be NULL). Introduced + * in version 0x00010003. */ public: - DEFINE_SIZE_ARRAY (12, markGlyphSetsDef); + DEFINE_SIZE_MIN (12); }; diff --git a/src/hb-ot-layout-gpos-table.hh b/src/hb-ot-layout-gpos-table.hh index bbe390c..952fd60 100644 --- a/src/hb-ot-layout-gpos-table.hh +++ b/src/hb-ot-layout-gpos-table.hh @@ -103,18 +103,17 @@ struct ValueFormat : USHORT inline unsigned int get_size (void) const { return get_len () * Value::static_size; } - void apply_value (hb_font_t *font, - hb_direction_t direction, + void apply_value (hb_apply_context_t *c, const void *base, const Value *values, hb_glyph_position_t &glyph_pos) const { - unsigned int x_ppem, y_ppem; unsigned int format = *this; - hb_bool_t horizontal = HB_DIRECTION_IS_HORIZONTAL (direction); - if (!format) return; + hb_font_t *font = c->font; + hb_bool_t horizontal = HB_DIRECTION_IS_HORIZONTAL (c->direction); + if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++)); if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++)); if (format & xAdvance) { @@ -129,27 +128,29 @@ struct ValueFormat : USHORT if (!has_device ()) return; - x_ppem = font->x_ppem; - y_ppem = font->y_ppem; + bool use_x_device = font->x_ppem || font->num_coords; + bool use_y_device = font->y_ppem || font->num_coords; - if (!x_ppem && !y_ppem) return; + if (!use_x_device && !use_y_device) return; + + const VariationStore &store = c->var_store; /* pixel -> fractional pixel */ if (format & xPlaDevice) { - if (x_ppem) glyph_pos.x_offset += (base + get_device (values)).get_x_delta (font); + if (use_x_device) glyph_pos.x_offset += (base + get_device (values)).get_x_delta (font, store); values++; } if (format & yPlaDevice) { - if (y_ppem) glyph_pos.y_offset += (base + get_device (values)).get_y_delta (font); + if (use_y_device) glyph_pos.y_offset += (base + get_device (values)).get_y_delta (font, store); values++; } if (format & xAdvDevice) { - if (horizontal && x_ppem) glyph_pos.x_advance += (base + get_device (values)).get_x_delta (font); + if (horizontal && use_x_device) glyph_pos.x_advance += (base + get_device (values)).get_x_delta (font, store); values++; } if (format & yAdvDevice) { /* y_advance values grow downward but font-space grows upward, hence negation */ - if (!horizontal && y_ppem) glyph_pos.y_advance -= (base + get_device (values)).get_y_delta (font); + if (!horizontal && use_y_device) glyph_pos.y_advance -= (base + get_device (values)).get_y_delta (font, store); values++; } } @@ -231,11 +232,12 @@ struct ValueFormat : USHORT struct AnchorFormat1 { - inline void get_anchor (hb_font_t *font, hb_codepoint_t glyph_id HB_UNUSED, + inline void get_anchor (hb_apply_context_t *c, hb_codepoint_t glyph_id HB_UNUSED, hb_position_t *x, hb_position_t *y) const { - *x = font->em_scale_x (xCoordinate); - *y = font->em_scale_y (yCoordinate); + hb_font_t *font = c->font; + *x = font->em_scale_x (xCoordinate); + *y = font->em_scale_y (yCoordinate); } inline bool sanitize (hb_sanitize_context_t *c) const @@ -254,18 +256,19 @@ struct AnchorFormat1 struct AnchorFormat2 { - inline void get_anchor (hb_font_t *font, hb_codepoint_t glyph_id, + inline void get_anchor (hb_apply_context_t *c, hb_codepoint_t glyph_id, hb_position_t *x, hb_position_t *y) const { - unsigned int x_ppem = font->x_ppem; - unsigned int y_ppem = font->y_ppem; - hb_position_t cx, cy; - hb_bool_t ret; + hb_font_t *font = c->font; + unsigned int x_ppem = font->x_ppem; + unsigned int y_ppem = font->y_ppem; + hb_position_t cx, cy; + hb_bool_t ret; - ret = (x_ppem || y_ppem) && - font->get_glyph_contour_point_for_origin (glyph_id, anchorPoint, HB_DIRECTION_LTR, &cx, &cy); - *x = ret && x_ppem ? cx : font->em_scale_x (xCoordinate); - *y = ret && y_ppem ? cy : font->em_scale_y (yCoordinate); + ret = (x_ppem || y_ppem) && + font->get_glyph_contour_point_for_origin (glyph_id, anchorPoint, HB_DIRECTION_LTR, &cx, &cy); + *x = ret && x_ppem ? cx : font->em_scale_x (xCoordinate); + *y = ret && y_ppem ? cy : font->em_scale_y (yCoordinate); } inline bool sanitize (hb_sanitize_context_t *c) const @@ -285,16 +288,17 @@ struct AnchorFormat2 struct AnchorFormat3 { - inline void get_anchor (hb_font_t *font, hb_codepoint_t glyph_id HB_UNUSED, + inline void get_anchor (hb_apply_context_t *c, hb_codepoint_t glyph_id HB_UNUSED, hb_position_t *x, hb_position_t *y) const { - *x = font->em_scale_x (xCoordinate); - *y = font->em_scale_y (yCoordinate); + hb_font_t *font = c->font; + *x = font->em_scale_x (xCoordinate); + *y = font->em_scale_y (yCoordinate); - if (font->x_ppem) - *x += (this+xDeviceTable).get_x_delta (font); - if (font->y_ppem) - *y += (this+yDeviceTable).get_x_delta (font); + if (font->x_ppem || font->num_coords) + *x += (this+xDeviceTable).get_x_delta (font, c->var_store); + if (font->y_ppem || font->num_coords) + *y += (this+yDeviceTable).get_y_delta (font, c->var_store); } inline bool sanitize (hb_sanitize_context_t *c) const @@ -321,14 +325,14 @@ struct AnchorFormat3 struct Anchor { - inline void get_anchor (hb_font_t *font, hb_codepoint_t glyph_id, + inline void get_anchor (hb_apply_context_t *c, hb_codepoint_t glyph_id, hb_position_t *x, hb_position_t *y) const { *x = *y = 0; switch (u.format) { - case 1: u.format1.get_anchor (font, glyph_id, x, y); return; - case 2: u.format2.get_anchor (font, glyph_id, x, y); return; - case 3: u.format3.get_anchor (font, glyph_id, x, y); return; + case 1: u.format1.get_anchor (c, glyph_id, x, y); return; + case 2: u.format2.get_anchor (c, glyph_id, x, y); return; + case 3: u.format3.get_anchor (c, glyph_id, x, y); return; default: return; } } @@ -370,7 +374,7 @@ struct AnchorMatrix { TRACE_SANITIZE (this); if (!c->check_struct (this)) return_trace (false); - if (unlikely (rows > 0 && cols >= ((unsigned int) -1) / rows)) return_trace (false); + if (unlikely (_hb_unsigned_int_mul_overflows (rows, cols))) return_trace (false); unsigned int count = rows * cols; if (!c->check_array (matrixZ, matrixZ[0].static_size, count)) return_trace (false); for (unsigned int i = 0; i < count; i++) @@ -428,8 +432,8 @@ struct MarkArray : ArrayOf /* Array of MarkRecords--in Coverage orde hb_position_t mark_x, mark_y, base_x, base_y; - mark_anchor.get_anchor (c->font, buffer->cur().codepoint, &mark_x, &mark_y); - glyph_anchor.get_anchor (c->font, buffer->info[glyph_pos].codepoint, &base_x, &base_y); + mark_anchor.get_anchor (c, buffer->cur().codepoint, &mark_x, &mark_y); + glyph_anchor.get_anchor (c, buffer->info[glyph_pos].codepoint, &base_x, &base_y); hb_glyph_position_t &o = buffer->cur_pos(); o.x_offset = base_x - mark_x; @@ -472,8 +476,7 @@ struct SinglePosFormat1 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); if (likely (index == NOT_COVERED)) return_trace (false); - valueFormat.apply_value (c->font, c->direction, this, - values, buffer->cur_pos()); + valueFormat.apply_value (c, this, values, buffer->cur_pos()); buffer->idx++; return_trace (true); @@ -523,7 +526,7 @@ struct SinglePosFormat2 if (likely (index >= valueCount)) return_trace (false); - valueFormat.apply_value (c->font, c->direction, this, + valueFormat.apply_value (c, this, &values[index * valueFormat.get_len ()], buffer->cur_pos()); @@ -640,10 +643,8 @@ struct PairSet min = mid + 1; else { - valueFormats[0].apply_value (c->font, c->direction, this, - &record->values[0], buffer->cur_pos()); - valueFormats[1].apply_value (c->font, c->direction, this, - &record->values[len1], buffer->pos[pos]); + valueFormats[0].apply_value (c, this, &record->values[0], buffer->cur_pos()); + valueFormats[1].apply_value (c, this, &record->values[len1], buffer->pos[pos]); if (len2) pos++; buffer->idx = pos; @@ -689,7 +690,7 @@ struct PairPosFormat1 (this+coverage).add_coverage (c->input); unsigned int count = pairSet.len; for (unsigned int i = 0; i < count; i++) - (this+pairSet[i]).collect_glyphs (c, &valueFormat1); + (this+pairSet[i]).collect_glyphs (c, valueFormat); } inline const Coverage &get_coverage (void) const @@ -708,7 +709,7 @@ struct PairPosFormat1 skippy_iter.reset (buffer->idx, 1); if (!skippy_iter.next ()) return_trace (false); - return_trace ((this+pairSet[index]).apply (c, &valueFormat1, skippy_iter.idx)); + return_trace ((this+pairSet[index]).apply (c, valueFormat, skippy_iter.idx)); } inline bool sanitize (hb_sanitize_context_t *c) const @@ -717,11 +718,11 @@ struct PairPosFormat1 if (!c->check_struct (this)) return_trace (false); - unsigned int len1 = valueFormat1.get_len (); - unsigned int len2 = valueFormat2.get_len (); + unsigned int len1 = valueFormat[0].get_len (); + unsigned int len2 = valueFormat[1].get_len (); PairSet::sanitize_closure_t closure = { this, - &valueFormat1, + valueFormat, len1, 1 + len1 + len2 }; @@ -734,10 +735,10 @@ struct PairPosFormat1 OffsetTo coverage; /* Offset to Coverage table--from * beginning of subtable */ - ValueFormat valueFormat1; /* Defines the types of data in + ValueFormat valueFormat[2]; /* [0] Defines the types of data in * ValueRecord1--for the first glyph * in the pair--may be zero (0) */ - ValueFormat valueFormat2; /* Defines the types of data in + /* [1] Defines the types of data in * ValueRecord2--for the second glyph * in the pair--may be zero (0) */ OffsetArrayOf @@ -790,10 +791,8 @@ struct PairPosFormat2 if (unlikely (klass1 >= class1Count || klass2 >= class2Count)) return_trace (false); const Value *v = &values[record_len * (klass1 * class2Count + klass2)]; - valueFormat1.apply_value (c->font, c->direction, this, - v, buffer->cur_pos()); - valueFormat2.apply_value (c->font, c->direction, this, - v + len1, buffer->pos[skippy_iter.idx]); + valueFormat1.apply_value (c, this, v, buffer->cur_pos()); + valueFormat2.apply_value (c, this, v + len1, buffer->pos[skippy_iter.idx]); buffer->idx = skippy_iter.idx; if (len2) @@ -931,8 +930,8 @@ struct CursivePosFormat1 unsigned int j = skippy_iter.idx; hb_position_t entry_x, entry_y, exit_x, exit_y; - (this+this_record.exitAnchor).get_anchor (c->font, buffer->info[i].codepoint, &exit_x, &exit_y); - (this+next_record.entryAnchor).get_anchor (c->font, buffer->info[j].codepoint, &entry_x, &entry_y); + (this+this_record.exitAnchor).get_anchor (c, buffer->info[i].codepoint, &exit_x, &exit_y); + (this+next_record.entryAnchor).get_anchor (c, buffer->info[j].codepoint, &entry_x, &entry_y); hb_glyph_position_t *pos = buffer->pos; @@ -1519,8 +1518,6 @@ struct GPOS : GSUBGPOS const OffsetTo &list = CastR > (lookupList); return_trace (list.sanitize (c, this)); } - public: - DEFINE_SIZE_STATIC (10); }; diff --git a/src/hb-ot-layout-gsub-table.hh b/src/hb-ot-layout-gsub-table.hh index 22031f4..66fcb3f 100644 --- a/src/hb-ot-layout-gsub-table.hh +++ b/src/hb-ot-layout-gsub-table.hh @@ -41,7 +41,10 @@ struct SingleSubstFormat1 { TRACE_CLOSURE (this); Coverage::Iter iter; - for (iter.init (this+coverage); iter.more (); iter.next ()) { + for (iter.init (this+coverage); iter.more (); iter.next ()) + { + /* TODO Switch to range-based API to work around malicious fonts. + * https://github.com/behdad/harfbuzz/issues/363 */ hb_codepoint_t glyph_id = iter.get_glyph (); if (c->glyphs->has (glyph_id)) c->glyphs->add ((glyph_id + deltaGlyphID) & 0xFFFFu); @@ -52,7 +55,10 @@ struct SingleSubstFormat1 { TRACE_COLLECT_GLYPHS (this); Coverage::Iter iter; - for (iter.init (this+coverage); iter.more (); iter.next ()) { + for (iter.init (this+coverage); iter.more (); iter.next ()) + { + /* TODO Switch to range-based API to work around malicious fonts. + * https://github.com/behdad/harfbuzz/issues/363 */ hb_codepoint_t glyph_id = iter.get_glyph (); c->input->add (glyph_id); c->output->add ((glyph_id + deltaGlyphID) & 0xFFFFu); @@ -120,7 +126,11 @@ struct SingleSubstFormat2 { TRACE_CLOSURE (this); Coverage::Iter iter; - for (iter.init (this+coverage); iter.more (); iter.next ()) { + unsigned int count = substitute.len; + for (iter.init (this+coverage); iter.more (); iter.next ()) + { + if (unlikely (iter.get_coverage () >= count)) + break; /* Work around malicious fonts. https://github.com/behdad/harfbuzz/issues/363 */ if (c->glyphs->has (iter.get_glyph ())) c->glyphs->add (substitute[iter.get_coverage ()]); } @@ -130,7 +140,11 @@ struct SingleSubstFormat2 { TRACE_COLLECT_GLYPHS (this); Coverage::Iter iter; - for (iter.init (this+coverage); iter.more (); iter.next ()) { + unsigned int count = substitute.len; + for (iter.init (this+coverage); iter.more (); iter.next ()) + { + if (unlikely (iter.get_coverage () >= count)) + break; /* Work around malicious fonts. https://github.com/behdad/harfbuzz/issues/363 */ c->input->add (iter.get_glyph ()); c->output->add (substitute[iter.get_coverage ()]); } @@ -321,7 +335,11 @@ struct MultipleSubstFormat1 { TRACE_CLOSURE (this); Coverage::Iter iter; - for (iter.init (this+coverage); iter.more (); iter.next ()) { + unsigned int count = sequence.len; + for (iter.init (this+coverage); iter.more (); iter.next ()) + { + if (unlikely (iter.get_coverage () >= count)) + break; /* Work around malicious fonts. https://github.com/behdad/harfbuzz/issues/363 */ if (c->glyphs->has (iter.get_glyph ())) (this+sequence[iter.get_coverage ()]).closure (c); } @@ -439,7 +457,11 @@ struct AlternateSubstFormat1 { TRACE_CLOSURE (this); Coverage::Iter iter; - for (iter.init (this+coverage); iter.more (); iter.next ()) { + unsigned int count = alternateSet.len; + for (iter.init (this+coverage); iter.more (); iter.next ()) + { + if (unlikely (iter.get_coverage () >= count)) + break; /* Work around malicious fonts. https://github.com/behdad/harfbuzz/issues/363 */ if (c->glyphs->has (iter.get_glyph ())) { const AlternateSet &alt_set = this+alternateSet[iter.get_coverage ()]; unsigned int count = alt_set.len; @@ -453,7 +475,11 @@ struct AlternateSubstFormat1 { TRACE_COLLECT_GLYPHS (this); Coverage::Iter iter; - for (iter.init (this+coverage); iter.more (); iter.next ()) { + unsigned int count = alternateSet.len; + for (iter.init (this+coverage); iter.more (); iter.next ()) + { + if (unlikely (iter.get_coverage () >= count)) + break; /* Work around malicious fonts. https://github.com/behdad/harfbuzz/issues/363 */ c->input->add (iter.get_glyph ()); const AlternateSet &alt_set = this+alternateSet[iter.get_coverage ()]; unsigned int count = alt_set.len; @@ -762,7 +788,11 @@ struct LigatureSubstFormat1 { TRACE_CLOSURE (this); Coverage::Iter iter; - for (iter.init (this+coverage); iter.more (); iter.next ()) { + unsigned int count = ligatureSet.len; + for (iter.init (this+coverage); iter.more (); iter.next ()) + { + if (unlikely (iter.get_coverage () >= count)) + break; /* Work around malicious fonts. https://github.com/behdad/harfbuzz/issues/363 */ if (c->glyphs->has (iter.get_glyph ())) (this+ligatureSet[iter.get_coverage ()]).closure (c); } @@ -772,7 +802,11 @@ struct LigatureSubstFormat1 { TRACE_COLLECT_GLYPHS (this); Coverage::Iter iter; - for (iter.init (this+coverage); iter.more (); iter.next ()) { + unsigned int count = ligatureSet.len; + for (iter.init (this+coverage); iter.more (); iter.next ()) + { + if (unlikely (iter.get_coverage () >= count)) + break; /* Work around malicious fonts. https://github.com/behdad/harfbuzz/issues/363 */ c->input->add (iter.get_glyph ()); (this+ligatureSet[iter.get_coverage ()]).collect_glyphs (c); } @@ -923,7 +957,11 @@ struct ReverseChainSingleSubstFormat1 const ArrayOf &substitute = StructAfter > (lookahead); Coverage::Iter iter; - for (iter.init (this+coverage); iter.more (); iter.next ()) { + count = substitute.len; + for (iter.init (this+coverage); iter.more (); iter.next ()) + { + if (unlikely (iter.get_coverage () >= count)) + break; /* Work around malicious fonts. https://github.com/behdad/harfbuzz/issues/363 */ if (c->glyphs->has (iter.get_glyph ())) c->glyphs->add (substitute[iter.get_coverage ()]); } @@ -1273,8 +1311,6 @@ struct GSUB : GSUBGPOS const OffsetTo &list = CastR > (lookupList); return_trace (list.sanitize (c, this)); } - public: - DEFINE_SIZE_STATIC (10); }; @@ -1285,28 +1321,10 @@ GSUB::substitute_start (hb_font_t *font, hb_buffer_t *buffer) const GDEF &gdef = *hb_ot_layout_from_face (font->face)->gdef; unsigned int count = buffer->len; - hb_glyph_info_t *info = buffer->info; for (unsigned int i = 0; i < count; i++) { - unsigned int props = gdef.get_glyph_props (info[i].codepoint); - if (!props) - { - /* Never mark default-ignorables as marks. - * They won't get in the way of lookups anyway, - * but having them as mark will cause them to be skipped - * over if the lookup-flag says so, but at least for the - * Mongolian variation selectors, looks like Uniscribe - * marks them as non-mark. Some Mongolian fonts without - * GDEF rely on this. Another notable character that - * this applies to is COMBINING GRAPHEME JOINER. */ - props = (_hb_glyph_info_get_general_category (&info[i]) != - HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK || - _hb_glyph_info_is_default_ignorable (&info[i])) ? - HB_OT_LAYOUT_GLYPH_PROPS_BASE_GLYPH : - HB_OT_LAYOUT_GLYPH_PROPS_MARK; - } - _hb_glyph_info_set_glyph_props (&info[i], props); - _hb_glyph_info_clear_lig_props (&info[i]); + _hb_glyph_info_set_glyph_props (&buffer->info[i], gdef.get_glyph_props (buffer->info[i].codepoint)); + _hb_glyph_info_clear_lig_props (&buffer->info[i]); buffer->info[i].syllable() = 0; } } diff --git a/src/hb-ot-layout-gsubgpos-private.hh b/src/hb-ot-layout-gsubgpos-private.hh index 997d225..921859a 100644 --- a/src/hb-ot-layout-gsubgpos-private.hh +++ b/src/hb-ot-layout-gsubgpos-private.hh @@ -342,7 +342,7 @@ struct hb_apply_context_t : inline void init (hb_apply_context_t *c_, bool context_match = false) { c = c_; - match_glyph_data = NULL, + match_glyph_data = NULL; matcher.set_match_func (NULL, NULL); matcher.set_lookup_props (c->lookup_props); /* Ignore ZWNJ if we are matching GSUB context, or matching GPOS. */ @@ -469,6 +469,7 @@ struct hb_apply_context_t : unsigned int lookup_props; const GDEF &gdef; bool has_glyph_classes; + const VariationStore &var_store; skipping_iterator_t iter_input, iter_context; unsigned int lookup_index; unsigned int debug_depth; @@ -487,6 +488,7 @@ struct hb_apply_context_t : lookup_props (0), gdef (*hb_ot_layout_from_face (face)->gdef), has_glyph_classes (gdef.has_glyph_classes ()), + var_store (gdef.get_var_store ()), iter_input (), iter_context (), lookup_index ((unsigned int) -1), @@ -957,7 +959,7 @@ static inline bool apply_lookup (hb_apply_context_t *c, TRACE_APPLY (NULL); hb_buffer_t *buffer = c->buffer; - unsigned int end; + int end; /* All positions are distance from beginning of *output* buffer. * Adjust. */ @@ -994,13 +996,39 @@ static inline bool apply_lookup (hb_apply_context_t *c, if (!delta) continue; - /* Recursed lookup changed buffer len. Adjust. */ + /* Recursed lookup changed buffer len. Adjust. + * + * TODO: + * + * Right now, if buffer length increased by n, we assume n new glyphs + * were added right after the current position, and if buffer length + * was decreased by n, we assume n match positions after the current + * one where removed. The former (buffer length increased) case is + * fine, but the decrease case can be improved in at least two ways, + * both of which are significant: + * + * - If recursed-to lookup is MultipleSubst and buffer length + * decreased, then it's current match position that was deleted, + * NOT the one after it. + * + * - If buffer length was decreased by n, it does not necessarily + * mean that n match positions where removed, as there might + * have been marks and default-ignorables in the sequence. We + * should instead drop match positions between current-position + * and current-position + n instead. + * + * It should be possible to construct tests for both of these cases. + */ - end = int (end) + delta; - if (end <= match_positions[idx]) + end += delta; + if (end <= int (match_positions[idx])) { + /* End might end up being smaller than match_positions[idx] if the recursed + * lookup ended up removing many items, more than we have had matched. + * Just never rewind end back and get out of here. + * https://bugs.chromium.org/p/chromium/issues/detail?id=659496 */ + end = match_positions[idx]; /* There can't be any further changes. */ - assert (end == match_positions[idx]); break; } @@ -2269,6 +2297,24 @@ struct GSUBGPOS inline const Lookup& get_lookup (unsigned int i) const { return (this+lookupList)[i]; } + inline bool find_variations_index (const int *coords, unsigned int num_coords, + unsigned int *index) const + { return (version.to_int () >= 0x00010001u ? this+featureVars : Null(FeatureVariations)) + .find_index (coords, num_coords, index); } + inline const Feature& get_feature_variation (unsigned int feature_index, + unsigned int variations_index) const + { + if (FeatureVariations::NOT_FOUND_INDEX != variations_index && + version.to_int () >= 0x00010001u) + { + const Feature *feature = (this+featureVars).find_substitute (variations_index, + feature_index); + if (feature) + return *feature; + } + return get_feature (feature_index); + } + inline bool sanitize (hb_sanitize_context_t *c) const { TRACE_SANITIZE (this); @@ -2276,7 +2322,8 @@ struct GSUBGPOS likely (version.major == 1) && scriptList.sanitize (c, this) && featureList.sanitize (c, this) && - lookupList.sanitize (c, this)); + lookupList.sanitize (c, this) && + (version.to_int () < 0x00010001u || featureVars.sanitize (c, this))); } protected: @@ -2288,8 +2335,13 @@ struct GSUBGPOS featureList; /* FeatureList table */ OffsetTo lookupList; /* LookupList table */ + LOffsetTo + featureVars; /* Offset to Feature Variations + table--from beginning of table + * (may be NULL). Introduced + * in version 0x00010001. */ public: - DEFINE_SIZE_STATIC (10); + DEFINE_SIZE_MIN (10); }; diff --git a/src/hb-ot-layout-private.hh b/src/hb-ot-layout-private.hh index 778b2c4..071a439 100644 --- a/src/hb-ot-layout-private.hh +++ b/src/hb-ot-layout-private.hh @@ -34,6 +34,7 @@ #include "hb-font-private.hh" #include "hb-buffer-private.hh" #include "hb-set-private.hh" +#include "hb-open-type-private.hh" /* Private API corresponding to hb-ot-layout.h: */ @@ -124,6 +125,9 @@ namespace OT { struct GDEF; struct GSUB; struct GPOS; + struct MATH; + struct fvar; + struct avar; } struct hb_ot_layout_lookup_accelerator_t @@ -157,6 +161,11 @@ struct hb_ot_layout_t const struct OT::GSUB *gsub; const struct OT::GPOS *gpos; + /* TODO Move the following out of this struct. */ + OT::hb_lazy_table_loader_t math; + OT::hb_lazy_table_loader_t fvar; + OT::hb_lazy_table_loader_t avar; + unsigned int gsub_lookup_count; unsigned int gpos_lookup_count; @@ -614,5 +623,4 @@ _hb_buffer_assert_gsubgpos_vars (hb_buffer_t *buffer) #undef lig_props #undef glyph_props - #endif /* HB_OT_LAYOUT_PRIVATE_HH */ diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index b52c5f3..7f4e018 100644 --- a/src/hb-ot-layout.cc +++ b/src/hb-ot-layout.cc @@ -34,15 +34,10 @@ #include "hb-ot-layout-gdef-table.hh" #include "hb-ot-layout-gsub-table.hh" #include "hb-ot-layout-gpos-table.hh" -#include "hb-ot-layout-jstf-table.hh" +#include "hb-ot-layout-jstf-table.hh" // Just so we compile it; unused otherwise. #include "hb-ot-map-private.hh" -#include -#include - - -HB_SHAPER_DATA_ENSURE_DECLARE(ot, face) hb_ot_layout_t * _hb_ot_layout_create (hb_face_t *face) @@ -60,6 +55,10 @@ _hb_ot_layout_create (hb_face_t *face) layout->gpos_blob = OT::Sanitizer::sanitize (face->reference_table (HB_OT_TAG_GPOS)); layout->gpos = OT::Sanitizer::lock_instance (layout->gpos_blob); + layout->math.init (face); + layout->fvar.init (face); + layout->avar.init (face); + { /* * The ugly business of blacklisting individual fonts' tables happen here! @@ -102,14 +101,28 @@ _hb_ot_layout_create (hb_face_t *face) || (928 == gdef_len && 59332 == gpos_len && 23298 == gsub_len) /* sha1sum:6d400781948517c3c0441ba42acb309584b73033 tahomabd.ttf from Windows 8.1 */ || (940 == gdef_len && 60732 == gpos_len && 23310 == gsub_len) + /* tahoma.ttf v6.04 from Windows 8.1 x64, see https://bugzilla.mozilla.org/show_bug.cgi?id=1279925 */ + || (964 == gdef_len && 60072 == gpos_len && 23836 == gsub_len) + /* tahomabd.ttf v6.04 from Windows 8.1 x64, see https://bugzilla.mozilla.org/show_bug.cgi?id=1279925 */ + || (976 == gdef_len && 61456 == gpos_len && 23832 == gsub_len) /* sha1sum:e55fa2dfe957a9f7ec26be516a0e30b0c925f846 tahoma.ttf from Windows 10 */ || (994 == gdef_len && 60336 == gpos_len && 24474 == gsub_len) /* sha1sum:7199385abb4c2cc81c83a151a7599b6368e92343 tahomabd.ttf from Windows 10 */ || (1006 == gdef_len && 61740 == gpos_len && 24470 == gsub_len) + /* tahoma.ttf v6.91 from Windows 10 x64, see https://bugzilla.mozilla.org/show_bug.cgi?id=1279925 */ + || (1006 == gdef_len && 61346 == gpos_len && 24576 == gsub_len) + /* tahomabd.ttf v6.91 from Windows 10 x64, see https://bugzilla.mozilla.org/show_bug.cgi?id=1279925 */ + || (1018 == gdef_len && 62828 == gpos_len && 24572 == gsub_len) + /* sha1sum:b9c84d820c49850d3d27ec498be93955b82772b5 tahoma.ttf from Windows 10 AU */ + || (1006 == gdef_len && 61352 == gpos_len && 24576 == gsub_len) + /* sha1sum:2bdfaab28174bdadd2f3d4200a30a7ae31db79d2 tahomabd.ttf from Windows 10 AU */ + || (1018 == gdef_len && 62834 == gpos_len && 24572 == gsub_len) /* sha1sum:b0d36cf5a2fbe746a3dd277bffc6756a820807a7 Tahoma.ttf from Mac OS X 10.9 */ || (832 == gdef_len && 47162 == gpos_len && 7324 == gsub_len) /* sha1sum:12fc4538e84d461771b30c18b5eb6bd434e30fba Tahoma Bold.ttf from Mac OS X 10.9 */ || (844 == gdef_len && 45474 == gpos_len && 7302 == gsub_len) + /* sha1sum:eb8afadd28e9cf963e886b23a30b44ab4fd83acc himalaya.ttf from Windows 7 */ + || (180 == gdef_len && 7254 == gpos_len && 13054 == gsub_len) /* sha1sum:73da7f025b238a3f737aa1fde22577a6370f77b0 himalaya.ttf from Windows 8 */ || (192 == gdef_len && 7254 == gpos_len && 12638 == gsub_len) /* sha1sum:6e80fd1c0b059bbee49272401583160dc1e6a427 himalaya.ttf from Windows 8.1 */ @@ -120,6 +133,25 @@ _hb_ot_layout_create (hb_face_t *face) /* 2c0c90c6f6087ffbfea76589c93113a9cbb0e75f cantarell-fonts-0.0.21/otf/Cantarell-Bold.otf */ /* 55461f5b853c6da88069ffcdf7f4dd3f8d7e3e6b cantarell-fonts-0.0.21/otf/Cantarell-Bold-Oblique.otf */ || (188 == gdef_len && 3426 == gpos_len && 264 == gsub_len) + /* d125afa82a77a6475ac0e74e7c207914af84b37a padauk-2.80/Padauk.ttf RHEL 7.2 */ + || (1058 == gdef_len && 11818 == gpos_len && 47032 == gsub_len) + /* 0f7b80437227b90a577cc078c0216160ae61b031 padauk-2.80/Padauk-Bold.ttf RHEL 7.2*/ + || (1046 == gdef_len && 12600 == gpos_len && 47030 == gsub_len) + /* d3dde9aa0a6b7f8f6a89ef1002e9aaa11b882290 padauk-2.80/Padauk.ttf Ubuntu 16.04 */ + || (1058 == gdef_len && 16770 == gpos_len && 71796 == gsub_len) + /* 5f3c98ccccae8a953be2d122c1b3a77fd805093f padauk-2.80/Padauk-Bold.ttf Ubuntu 16.04 */ + || (1046 == gdef_len && 17862 == gpos_len && 71790 == gsub_len) + /* 6c93b63b64e8b2c93f5e824e78caca555dc887c7 padauk-2.80/Padauk-book.ttf */ + || (1046 == gdef_len && 17112 == gpos_len && 71788 == gsub_len) + /* d89b1664058359b8ec82e35d3531931125991fb9 padauk-2.80/Padauk-bookbold.ttf */ + || (1058 == gdef_len && 17514 == gpos_len && 71794 == gsub_len) + /* 824cfd193aaf6234b2b4dc0cf3c6ef576c0d00ef padauk-3.0/Padauk-book.ttf */ + || (1330 == gdef_len && 57938 == gpos_len && 109904 == gsub_len) + /* 91fcc10cf15e012d27571e075b3b4dfe31754a8a padauk-3.0/Padauk-bookbold.ttf */ + || (1330 == gdef_len && 58972 == gpos_len && 109904 == gsub_len) + /* sha1sum: c26e41d567ed821bed997e937bc0c41435689e85 Padauk.ttf + * "Padauk Regular" "Version 2.5", see https://crbug.com/681813 */ + || (1004 == gdef_len && 14836 == gpos_len && 59092 == gsub_len) ) { /* Many versions of Tahoma have bad GDEF tables that incorrectly classify some spacing marks @@ -170,6 +202,10 @@ _hb_ot_layout_destroy (hb_ot_layout_t *layout) hb_blob_destroy (layout->gsub_blob); hb_blob_destroy (layout->gpos_blob); + layout->math.fini (); + layout->fvar.fini (); + layout->avar.fini (); + free (layout); } @@ -192,7 +228,6 @@ _get_gpos (hb_face_t *face) return *hb_ot_layout_from_face (face)->gpos; } - /* * GDEF */ @@ -544,10 +579,13 @@ hb_ot_layout_feature_get_lookups (hb_face_t *face, unsigned int *lookup_count /* IN/OUT */, unsigned int *lookup_indexes /* OUT */) { - const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); - const OT::Feature &f = g.get_feature (feature_index); - - return f.get_lookup_indexes (start_offset, lookup_count, lookup_indexes); + return hb_ot_layout_feature_with_variations_get_lookups (face, + table_tag, + feature_index, + HB_OT_LAYOUT_NO_VARIATIONS_INDEX, + start_offset, + lookup_count, + lookup_indexes); } /** @@ -798,6 +836,38 @@ hb_ot_layout_lookup_collect_glyphs (hb_face_t *face, } +/* Variations support */ + +hb_bool_t +hb_ot_layout_table_find_feature_variations (hb_face_t *face, + hb_tag_t table_tag, + const int *coords, + unsigned int num_coords, + unsigned int *variations_index /* out */) +{ + const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); + + return g.find_variations_index (coords, num_coords, variations_index); +} + +unsigned int +hb_ot_layout_feature_with_variations_get_lookups (hb_face_t *face, + hb_tag_t table_tag, + unsigned int feature_index, + unsigned int variations_index, + unsigned int start_offset, + unsigned int *lookup_count /* IN/OUT */, + unsigned int *lookup_indexes /* OUT */) +{ + ASSERT_STATIC (OT::FeatureVariations::NOT_FOUND_INDEX == HB_OT_LAYOUT_NO_VARIATIONS_INDEX); + const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); + + const OT::Feature &f = g.get_feature_variation (feature_index, variations_index); + + return f.get_lookup_indexes (start_offset, lookup_count, lookup_indexes); +} + + /* * OT::GSUB */ diff --git a/src/hb-ot-layout.h b/src/hb-ot-layout.h index eb23d45..9861f0f 100644 --- a/src/hb-ot-layout.h +++ b/src/hb-ot-layout.h @@ -95,6 +95,7 @@ hb_ot_layout_get_ligature_carets (hb_font_t *font, #define HB_OT_LAYOUT_NO_SCRIPT_INDEX 0xFFFFu #define HB_OT_LAYOUT_NO_FEATURE_INDEX 0xFFFFu #define HB_OT_LAYOUT_DEFAULT_LANGUAGE_INDEX 0xFFFFu +#define HB_OT_LAYOUT_NO_VARIATIONS_INDEX 0xFFFFFFFFu HB_EXTERN unsigned int hb_ot_layout_table_get_script_tags (hb_face_t *face, @@ -236,6 +237,24 @@ Xhb_ot_layout_lookup_enumerate_sequences (hb_face_t *face, void *user_data); #endif +/* Variations support */ + +HB_EXTERN hb_bool_t +hb_ot_layout_table_find_feature_variations (hb_face_t *face, + hb_tag_t table_tag, + const int *coords, + unsigned int num_coords, + unsigned int *variations_index /* out */); + +HB_EXTERN unsigned int +hb_ot_layout_feature_with_variations_get_lookups (hb_face_t *face, + hb_tag_t table_tag, + unsigned int feature_index, + unsigned int variations_index, + unsigned int start_offset, + unsigned int *lookup_count /* IN/OUT */, + unsigned int *lookup_indexes /* OUT */); + /* * GSUB diff --git a/src/hb-ot-map-private.hh b/src/hb-ot-map-private.hh index 8692caa..b69e534 100644 --- a/src/hb-ot-map-private.hh +++ b/src/hb-ot-map-private.hh @@ -113,7 +113,7 @@ struct hb_ot_map_t assert (stage <= stages[table_index].len); unsigned int start = stage ? stages[table_index][stage - 1].last_lookup : 0; unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lookups[table_index].len; - *plookups = &lookups[table_index][start]; + *plookups = end == start ? NULL : &lookups[table_index][start]; *lookup_count = end - start; } @@ -139,12 +139,6 @@ struct hb_ot_map_t private: - HB_INTERNAL void add_lookups (hb_face_t *face, - unsigned int table_index, - unsigned int feature_index, - hb_mask_t mask, - bool auto_zwj); - hb_mask_t global_mask; hb_prealloced_array_t features; @@ -182,7 +176,9 @@ struct hb_ot_map_builder_t inline void add_gpos_pause (hb_ot_map_t::pause_func_t pause_func) { add_pause (1, pause_func); } - HB_INTERNAL void compile (struct hb_ot_map_t &m); + HB_INTERNAL void compile (hb_ot_map_t &m, + const int *coords, + unsigned int num_coords); inline void finish (void) { feature_infos.finish (); @@ -194,6 +190,14 @@ struct hb_ot_map_builder_t private: + HB_INTERNAL void add_lookups (hb_ot_map_t &m, + hb_face_t *face, + unsigned int table_index, + unsigned int feature_index, + unsigned int variations_index, + hb_mask_t mask, + bool auto_zwj); + struct feature_info_t { hb_tag_t tag; unsigned int seq; /* sequence#, used for stable sorting only */ diff --git a/src/hb-ot-map.cc b/src/hb-ot-map.cc index 7822cef..9b331d5 100644 --- a/src/hb-ot-map.cc +++ b/src/hb-ot-map.cc @@ -31,44 +31,13 @@ #include "hb-ot-layout-private.hh" -void -hb_ot_map_t::add_lookups (hb_face_t *face, - unsigned int table_index, - unsigned int feature_index, - hb_mask_t mask, - bool auto_zwj) +void hb_ot_map_t::collect_lookups (unsigned int table_index, hb_set_t *lookups_out) const { - unsigned int lookup_indices[32]; - unsigned int offset, len; - unsigned int table_lookup_count; - - table_lookup_count = hb_ot_layout_table_get_lookup_count (face, table_tags[table_index]); - - offset = 0; - do { - len = ARRAY_LENGTH (lookup_indices); - hb_ot_layout_feature_get_lookups (face, - table_tags[table_index], - feature_index, - offset, &len, - lookup_indices); - - for (unsigned int i = 0; i < len; i++) - { - if (lookup_indices[i] >= table_lookup_count) - continue; - hb_ot_map_t::lookup_map_t *lookup = lookups[table_index].push (); - if (unlikely (!lookup)) - return; - lookup->mask = mask; - lookup->index = lookup_indices[i]; - lookup->auto_zwj = auto_zwj; - } - - offset += len; - } while (len == ARRAY_LENGTH (lookup_indices)); + for (unsigned int i = 0; i < lookups[table_index].len; i++) + hb_set_add (lookups_out, lookups[table_index][i].index); } + hb_ot_map_builder_t::hb_ot_map_builder_t (hb_face_t *face_, const hb_segment_properties_t *props_) { @@ -109,13 +78,48 @@ void hb_ot_map_builder_t::add_feature (hb_tag_t tag, unsigned int value, info->stage[1] = current_stage[1]; } - -void hb_ot_map_t::collect_lookups (unsigned int table_index, hb_set_t *lookups_out) const +void +hb_ot_map_builder_t::add_lookups (hb_ot_map_t &m, + hb_face_t *face, + unsigned int table_index, + unsigned int feature_index, + unsigned int variations_index, + hb_mask_t mask, + bool auto_zwj) { - for (unsigned int i = 0; i < lookups[table_index].len; i++) - hb_set_add (lookups_out, lookups[table_index][i].index); + unsigned int lookup_indices[32]; + unsigned int offset, len; + unsigned int table_lookup_count; + + table_lookup_count = hb_ot_layout_table_get_lookup_count (face, table_tags[table_index]); + + offset = 0; + do { + len = ARRAY_LENGTH (lookup_indices); + hb_ot_layout_feature_with_variations_get_lookups (face, + table_tags[table_index], + feature_index, + variations_index, + offset, &len, + lookup_indices); + + for (unsigned int i = 0; i < len; i++) + { + if (lookup_indices[i] >= table_lookup_count) + continue; + hb_ot_map_t::lookup_map_t *lookup = m.lookups[table_index].push (); + if (unlikely (!lookup)) + return; + lookup->mask = mask; + lookup->index = lookup_indices[i]; + lookup->auto_zwj = auto_zwj; + } + + offset += len; + } while (len == ARRAY_LENGTH (lookup_indices)); } + void hb_ot_map_builder_t::add_pause (unsigned int table_index, hb_ot_map_t::pause_func_t pause_func) { stage_info_t *s = stages[table_index].push (); @@ -128,7 +132,9 @@ void hb_ot_map_builder_t::add_pause (unsigned int table_index, hb_ot_map_t::paus } void -hb_ot_map_builder_t::compile (hb_ot_map_t &m) +hb_ot_map_builder_t::compile (hb_ot_map_t &m, + const int *coords, + unsigned int num_coords) { m.global_mask = 1; @@ -193,7 +199,8 @@ hb_ot_map_builder_t::compile (hb_ot_map_t &m) /* Uses the global bit */ bits_needed = 0; else - bits_needed = _hb_bit_storage (info->max_value); + /* Limit to 8 bits per feature. */ + bits_needed = MIN(8u, _hb_bit_storage (info->max_value)); if (!info->max_value || next_bit + bits_needed > 8 * sizeof (hb_mask_t)) continue; /* Feature disabled, or not enough bits. */ @@ -243,11 +250,11 @@ hb_ot_map_builder_t::compile (hb_ot_map_t &m) map->mask = 1; } else { map->shift = next_bit; - map->mask = (1 << (next_bit + bits_needed)) - (1 << next_bit); + map->mask = (1u << (next_bit + bits_needed)) - (1u << next_bit); next_bit += bits_needed; m.global_mask |= (info->default_value << map->shift) & map->mask; } - map->_1_mask = (1 << map->shift) & map->mask; + map->_1_mask = (1u << map->shift) & map->mask; map->needs_fallback = !found; } @@ -261,23 +268,32 @@ hb_ot_map_builder_t::compile (hb_ot_map_t &m) { /* Collect lookup indices for features */ + unsigned int variations_index; + hb_ot_layout_table_find_feature_variations (face, + table_tags[table_index], + coords, + num_coords, + &variations_index); + unsigned int stage_index = 0; unsigned int last_num_lookups = 0; for (unsigned stage = 0; stage < current_stage[table_index]; stage++) { if (required_feature_index[table_index] != HB_OT_LAYOUT_NO_FEATURE_INDEX && required_feature_stage[table_index] == stage) - m.add_lookups (face, table_index, - required_feature_index[table_index], - 1 /* mask */, - true /* auto_zwj */); + add_lookups (m, face, table_index, + required_feature_index[table_index], + variations_index, + 1 /* mask */, + true /* auto_zwj */); for (unsigned i = 0; i < m.features.len; i++) if (m.features[i].stage[table_index] == stage) - m.add_lookups (face, table_index, - m.features[i].index[table_index], - m.features[i].mask, - m.features[i].auto_zwj); + add_lookups (m, face, table_index, + m.features[i].index[table_index], + variations_index, + m.features[i].mask, + m.features[i].auto_zwj); /* Sort lookups and merge duplicates */ if (last_num_lookups < m.lookups[table_index].len) diff --git a/src/hb-ot-math-table.hh b/src/hb-ot-math-table.hh new file mode 100644 index 0000000..191d79e --- /dev/null +++ b/src/hb-ot-math-table.hh @@ -0,0 +1,722 @@ +/* + * Copyright © 2016 Igalia S.L. + * + * This is part of HarfBuzz, a text shaping library. + * + * Permission is hereby granted, without written agreement and without + * license or royalty fees, to use, copy, modify, and distribute this + * software and its documentation for any purpose, provided that the + * above copyright notice and the following two paragraphs appear in + * all copies of this software. + * + * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR + * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES + * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN + * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH + * DAMAGE. + * + * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + * FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS + * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO + * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + * + * Igalia Author(s): Frédéric Wang + */ + +#ifndef HB_OT_MATH_TABLE_HH +#define HB_OT_MATH_TABLE_HH + +#include "hb-open-type-private.hh" +#include "hb-ot-layout-common-private.hh" +#include "hb-ot-math.h" + +namespace OT { + + +struct MathValueRecord +{ + inline hb_position_t get_x_value (hb_font_t *font, const void *base) const + { return font->em_scale_x (value) + (base+deviceTable).get_x_delta (font); } + inline hb_position_t get_y_value (hb_font_t *font, const void *base) const + { return font->em_scale_y (value) + (base+deviceTable).get_y_delta (font); } + + inline bool sanitize (hb_sanitize_context_t *c, const void *base) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this) && deviceTable.sanitize (c, base)); + } + + protected: + SHORT value; /* The X or Y value in design units */ + OffsetTo deviceTable; /* Offset to the device table - from the + * beginning of parent table. May be NULL. + * Suggested format for device table is 1. */ + + public: + DEFINE_SIZE_STATIC (4); +}; + +struct MathConstants +{ + inline bool sanitize_math_value_records (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + + unsigned int count = ARRAY_LENGTH (mathValueRecords); + for (unsigned int i = 0; i < count; i++) + if (!mathValueRecords[i].sanitize (c, this)) + return_trace (false); + + return_trace (true); + } + + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this) && sanitize_math_value_records(c)); + } + + inline hb_position_t get_value (hb_ot_math_constant_t constant, + hb_font_t *font) const + { + switch (constant) { + + case HB_OT_MATH_CONSTANT_SCRIPT_PERCENT_SCALE_DOWN: + case HB_OT_MATH_CONSTANT_SCRIPT_SCRIPT_PERCENT_SCALE_DOWN: + return percentScaleDown[constant - HB_OT_MATH_CONSTANT_SCRIPT_PERCENT_SCALE_DOWN]; + + case HB_OT_MATH_CONSTANT_DELIMITED_SUB_FORMULA_MIN_HEIGHT: + case HB_OT_MATH_CONSTANT_DISPLAY_OPERATOR_MIN_HEIGHT: + return font->em_scale_y (minHeight[constant - HB_OT_MATH_CONSTANT_DELIMITED_SUB_FORMULA_MIN_HEIGHT]); + + case HB_OT_MATH_CONSTANT_RADICAL_KERN_AFTER_DEGREE: + case HB_OT_MATH_CONSTANT_RADICAL_KERN_BEFORE_DEGREE: + case HB_OT_MATH_CONSTANT_SKEWED_FRACTION_HORIZONTAL_GAP: + case HB_OT_MATH_CONSTANT_SPACE_AFTER_SCRIPT: + return mathValueRecords[constant - HB_OT_MATH_CONSTANT_MATH_LEADING].get_x_value(font, this); + + case HB_OT_MATH_CONSTANT_ACCENT_BASE_HEIGHT: + case HB_OT_MATH_CONSTANT_AXIS_HEIGHT: + case HB_OT_MATH_CONSTANT_FLATTENED_ACCENT_BASE_HEIGHT: + case HB_OT_MATH_CONSTANT_FRACTION_DENOMINATOR_DISPLAY_STYLE_SHIFT_DOWN: + case HB_OT_MATH_CONSTANT_FRACTION_DENOMINATOR_GAP_MIN: + case HB_OT_MATH_CONSTANT_FRACTION_DENOMINATOR_SHIFT_DOWN: + case HB_OT_MATH_CONSTANT_FRACTION_DENOM_DISPLAY_STYLE_GAP_MIN: + case HB_OT_MATH_CONSTANT_FRACTION_NUMERATOR_DISPLAY_STYLE_SHIFT_UP: + case HB_OT_MATH_CONSTANT_FRACTION_NUMERATOR_GAP_MIN: + case HB_OT_MATH_CONSTANT_FRACTION_NUMERATOR_SHIFT_UP: + case HB_OT_MATH_CONSTANT_FRACTION_NUM_DISPLAY_STYLE_GAP_MIN: + case HB_OT_MATH_CONSTANT_FRACTION_RULE_THICKNESS: + case HB_OT_MATH_CONSTANT_LOWER_LIMIT_BASELINE_DROP_MIN: + case HB_OT_MATH_CONSTANT_LOWER_LIMIT_GAP_MIN: + case HB_OT_MATH_CONSTANT_MATH_LEADING: + case HB_OT_MATH_CONSTANT_OVERBAR_EXTRA_ASCENDER: + case HB_OT_MATH_CONSTANT_OVERBAR_RULE_THICKNESS: + case HB_OT_MATH_CONSTANT_OVERBAR_VERTICAL_GAP: + case HB_OT_MATH_CONSTANT_RADICAL_DISPLAY_STYLE_VERTICAL_GAP: + case HB_OT_MATH_CONSTANT_RADICAL_EXTRA_ASCENDER: + case HB_OT_MATH_CONSTANT_RADICAL_RULE_THICKNESS: + case HB_OT_MATH_CONSTANT_RADICAL_VERTICAL_GAP: + case HB_OT_MATH_CONSTANT_SKEWED_FRACTION_VERTICAL_GAP: + case HB_OT_MATH_CONSTANT_STACK_BOTTOM_DISPLAY_STYLE_SHIFT_DOWN: + case HB_OT_MATH_CONSTANT_STACK_BOTTOM_SHIFT_DOWN: + case HB_OT_MATH_CONSTANT_STACK_DISPLAY_STYLE_GAP_MIN: + case HB_OT_MATH_CONSTANT_STACK_GAP_MIN: + case HB_OT_MATH_CONSTANT_STACK_TOP_DISPLAY_STYLE_SHIFT_UP: + case HB_OT_MATH_CONSTANT_STACK_TOP_SHIFT_UP: + case HB_OT_MATH_CONSTANT_STRETCH_STACK_BOTTOM_SHIFT_DOWN: + case HB_OT_MATH_CONSTANT_STRETCH_STACK_GAP_ABOVE_MIN: + case HB_OT_MATH_CONSTANT_STRETCH_STACK_GAP_BELOW_MIN: + case HB_OT_MATH_CONSTANT_STRETCH_STACK_TOP_SHIFT_UP: + case HB_OT_MATH_CONSTANT_SUBSCRIPT_BASELINE_DROP_MIN: + case HB_OT_MATH_CONSTANT_SUBSCRIPT_SHIFT_DOWN: + case HB_OT_MATH_CONSTANT_SUBSCRIPT_TOP_MAX: + case HB_OT_MATH_CONSTANT_SUB_SUPERSCRIPT_GAP_MIN: + case HB_OT_MATH_CONSTANT_SUPERSCRIPT_BASELINE_DROP_MAX: + case HB_OT_MATH_CONSTANT_SUPERSCRIPT_BOTTOM_MAX_WITH_SUBSCRIPT: + case HB_OT_MATH_CONSTANT_SUPERSCRIPT_BOTTOM_MIN: + case HB_OT_MATH_CONSTANT_SUPERSCRIPT_SHIFT_UP: + case HB_OT_MATH_CONSTANT_SUPERSCRIPT_SHIFT_UP_CRAMPED: + case HB_OT_MATH_CONSTANT_UNDERBAR_EXTRA_DESCENDER: + case HB_OT_MATH_CONSTANT_UNDERBAR_RULE_THICKNESS: + case HB_OT_MATH_CONSTANT_UNDERBAR_VERTICAL_GAP: + case HB_OT_MATH_CONSTANT_UPPER_LIMIT_BASELINE_RISE_MIN: + case HB_OT_MATH_CONSTANT_UPPER_LIMIT_GAP_MIN: + return mathValueRecords[constant - HB_OT_MATH_CONSTANT_MATH_LEADING].get_y_value(font, this); + + case HB_OT_MATH_CONSTANT_RADICAL_DEGREE_BOTTOM_RAISE_PERCENT: + return radicalDegreeBottomRaisePercent; + + default: + return 0; + } + } + + protected: + SHORT percentScaleDown[2]; + USHORT minHeight[2]; + MathValueRecord mathValueRecords[51]; + SHORT radicalDegreeBottomRaisePercent; + + public: + DEFINE_SIZE_STATIC (214); +}; + +struct MathItalicsCorrectionInfo +{ + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this) && + coverage.sanitize (c, this) && + italicsCorrection.sanitize (c, this)); + } + + inline hb_position_t get_value (hb_codepoint_t glyph, + hb_font_t *font) const + { + unsigned int index = (this+coverage).get_coverage (glyph); + return italicsCorrection[index].get_x_value (font, this); + } + + protected: + OffsetTo coverage; /* Offset to Coverage table - + * from the beginning of + * MathItalicsCorrectionInfo + * table. */ + ArrayOf italicsCorrection; /* Array of MathValueRecords + * defining italics correction + * values for each + * covered glyph. */ + + public: + DEFINE_SIZE_ARRAY (4, italicsCorrection); +}; + +struct MathTopAccentAttachment +{ + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this) && + topAccentCoverage.sanitize (c, this) && + topAccentAttachment.sanitize (c, this)); + } + + inline hb_position_t get_value (hb_codepoint_t glyph, + hb_font_t *font) const + { + unsigned int index = (this+topAccentCoverage).get_coverage (glyph); + if (index == NOT_COVERED) + return font->get_glyph_h_advance (glyph) / 2; + return topAccentAttachment[index].get_x_value(font, this); + } + + protected: + OffsetTo topAccentCoverage; /* Offset to Coverage table - + * from the beginning of + * MathTopAccentAttachment + * table. */ + ArrayOf topAccentAttachment; /* Array of MathValueRecords + * defining top accent + * attachment points for each + * covered glyph. */ + + public: + DEFINE_SIZE_ARRAY (2 + 2, topAccentAttachment); +}; + +struct MathKern +{ + inline bool sanitize_math_value_records (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + unsigned int count = 2 * heightCount + 1; + for (unsigned int i = 0; i < count; i++) + if (!mathValueRecords[i].sanitize (c, this)) return_trace (false); + return_trace (true); + } + + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this) && + c->check_array (mathValueRecords, + mathValueRecords[0].static_size, + 2 * heightCount + 1) && + sanitize_math_value_records (c)); + } + + inline hb_position_t get_value (hb_position_t correction_height, hb_font_t *font) const + { + const MathValueRecord* correctionHeight = mathValueRecords; + const MathValueRecord* kernValue = mathValueRecords + heightCount; + int sign = font->y_scale < 0 ? -1 : +1; + + /* The description of the MathKern table is a ambiguous, but interpreting + * "between the two heights found at those indexes" for 0 < i < len as + * + * correctionHeight[i-1] < correction_height <= correctionHeight[i] + * + * makes the result consistent with the limit cases and we can just use the + * binary search algorithm of std::upper_bound: + */ + unsigned int i = 0; + unsigned int count = heightCount; + while (count > 0) + { + unsigned int half = count / 2; + hb_position_t height = correctionHeight[i + half].get_y_value(font, this); + if (sign * height < sign * correction_height) + { + i += half + 1; + count -= half + 1; + } else + count = half; + } + return kernValue[i].get_x_value(font, this); + } + + protected: + USHORT heightCount; + MathValueRecord mathValueRecords[VAR]; /* Array of correction heights at + * which the kern value changes. + * Sorted by the height value in + * design units (heightCount entries), + * Followed by: + * Array of kern values corresponding + * to heights. (heightCount+1 entries). + */ + + public: + DEFINE_SIZE_ARRAY (2, mathValueRecords); +}; + +struct MathKernInfoRecord +{ + inline bool sanitize (hb_sanitize_context_t *c, const void *base) const + { + TRACE_SANITIZE (this); + + unsigned int count = ARRAY_LENGTH (mathKern); + for (unsigned int i = 0; i < count; i++) + if (unlikely (!mathKern[i].sanitize (c, base))) + return_trace (false); + + return_trace (true); + } + + inline hb_position_t get_kerning (hb_ot_math_kern_t kern, + hb_position_t correction_height, + hb_font_t *font, + const void *base) const + { + unsigned int idx = kern; + if (unlikely (idx >= ARRAY_LENGTH (mathKern))) return 0; + return (base+mathKern[idx]).get_value (correction_height, font); + } + + protected: + /* Offset to MathKern table for each corner - + * from the beginning of MathKernInfo table. May be NULL. */ + OffsetTo mathKern[4]; + + public: + DEFINE_SIZE_STATIC (8); +}; + +struct MathKernInfo +{ + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this) && + mathKernCoverage.sanitize (c, this) && + mathKernInfoRecords.sanitize (c, this)); + } + + inline hb_position_t get_kerning (hb_codepoint_t glyph, + hb_ot_math_kern_t kern, + hb_position_t correction_height, + hb_font_t *font) const + { + unsigned int index = (this+mathKernCoverage).get_coverage (glyph); + return mathKernInfoRecords[index].get_kerning (kern, correction_height, font, this); + } + + protected: + OffsetTo mathKernCoverage; /* Offset to Coverage table - + * from the beginning of the + * MathKernInfo table. */ + ArrayOf mathKernInfoRecords; /* Array of + * MathKernInfoRecords, + * per-glyph information for + * mathematical positioning + * of subscripts and + * superscripts. */ + + public: + DEFINE_SIZE_ARRAY (4, mathKernInfoRecords); +}; + +struct MathGlyphInfo +{ + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this) && + mathItalicsCorrectionInfo.sanitize (c, this) && + mathTopAccentAttachment.sanitize (c, this) && + extendedShapeCoverage.sanitize (c, this) && + mathKernInfo.sanitize(c, this)); + } + + inline hb_position_t + get_italics_correction (hb_codepoint_t glyph, hb_font_t *font) const + { return (this+mathItalicsCorrectionInfo).get_value (glyph, font); } + + inline hb_position_t + get_top_accent_attachment (hb_codepoint_t glyph, hb_font_t *font) const + { return (this+mathTopAccentAttachment).get_value (glyph, font); } + + inline bool is_extended_shape (hb_codepoint_t glyph) const + { return (this+extendedShapeCoverage).get_coverage (glyph) != NOT_COVERED; } + + inline hb_position_t get_kerning (hb_codepoint_t glyph, + hb_ot_math_kern_t kern, + hb_position_t correction_height, + hb_font_t *font) const + { return (this+mathKernInfo).get_kerning (glyph, kern, correction_height, font); } + + protected: + /* Offset to MathItalicsCorrectionInfo table - + * from the beginning of MathGlyphInfo table. */ + OffsetTo mathItalicsCorrectionInfo; + + /* Offset to MathTopAccentAttachment table - + * from the beginning of MathGlyphInfo table. */ + OffsetTo mathTopAccentAttachment; + + /* Offset to coverage table for Extended Shape glyphs - + * from the beginning of MathGlyphInfo table. When the left or right glyph of + * a box is an extended shape variant, the (ink) box (and not the default + * position defined by values in MathConstants table) should be used for + * vertical positioning purposes. May be NULL.. */ + OffsetTo extendedShapeCoverage; + + /* Offset to MathKernInfo table - + * from the beginning of MathGlyphInfo table. */ + OffsetTo mathKernInfo; + + public: + DEFINE_SIZE_STATIC (8); +}; + +struct MathGlyphVariantRecord +{ + friend struct MathGlyphConstruction; + + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this)); + } + + protected: + GlyphID variantGlyph; /* Glyph ID for the variant. */ + USHORT advanceMeasurement; /* Advance width/height, in design units, of the + * variant, in the direction of requested + * glyph extension. */ + + public: + DEFINE_SIZE_STATIC (4); +}; + +struct PartFlags : USHORT +{ + enum Flags { + Extender = 0x0001u, /* If set, the part can be skipped or repeated. */ + + Defined = 0x0001u, /* All defined flags. */ + }; + + public: + DEFINE_SIZE_STATIC (2); +}; + +struct MathGlyphPartRecord +{ + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this)); + } + + inline void extract (hb_ot_math_glyph_part_t &out, + int scale, + hb_font_t *font) const + { + out.glyph = glyph; + + out.start_connector_length = font->em_scale (startConnectorLength, scale); + out.end_connector_length = font->em_scale (endConnectorLength, scale); + out.full_advance = font->em_scale (fullAdvance, scale); + + ASSERT_STATIC ((unsigned int) HB_MATH_GLYPH_PART_FLAG_EXTENDER == + (unsigned int) PartFlags::Extender); + + out.flags = (hb_ot_math_glyph_part_flags_t) + (unsigned int) + (partFlags & PartFlags::Defined); + } + + protected: + GlyphID glyph; /* Glyph ID for the part. */ + USHORT startConnectorLength; /* Advance width/ height of the straight bar + * connector material, in design units, is at + * the beginning of the glyph, in the + * direction of the extension. */ + USHORT endConnectorLength; /* Advance width/ height of the straight bar + * connector material, in design units, is at + * the end of the glyph, in the direction of + * the extension. */ + USHORT fullAdvance; /* Full advance width/height for this part, + * in the direction of the extension. + * In design units. */ + PartFlags partFlags; /* Part qualifiers. */ + + public: + DEFINE_SIZE_STATIC (10); +}; + +struct MathGlyphAssembly +{ + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this) && + italicsCorrection.sanitize(c, this) && + partRecords.sanitize(c)); + } + + inline unsigned int get_parts (hb_direction_t direction, + hb_font_t *font, + unsigned int start_offset, + unsigned int *parts_count, /* IN/OUT */ + hb_ot_math_glyph_part_t *parts /* OUT */, + hb_position_t *italics_correction /* OUT */) const + { + if (parts_count) + { + int scale = font->dir_scale (direction); + const MathGlyphPartRecord *arr = + partRecords.sub_array (start_offset, parts_count); + unsigned int count = *parts_count; + for (unsigned int i = 0; i < count; i++) + arr[i].extract (parts[i], scale, font); + } + + if (italics_correction) + *italics_correction = italicsCorrection.get_x_value (font, this); + + return partRecords.len; + } + + protected: + MathValueRecord italicsCorrection; /* Italics correction of this + * MathGlyphAssembly. Should not + * depend on the assembly size. */ + ArrayOf partRecords; /* Array of part records, from + * left to right and bottom to + * top. */ + + public: + DEFINE_SIZE_ARRAY (6, partRecords); +}; + +struct MathGlyphConstruction +{ + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this) && + glyphAssembly.sanitize(c, this) && + mathGlyphVariantRecord.sanitize(c)); + } + + inline const MathGlyphAssembly &get_assembly (void) const + { return this+glyphAssembly; } + + inline unsigned int get_variants (hb_direction_t direction, + hb_font_t *font, + unsigned int start_offset, + unsigned int *variants_count, /* IN/OUT */ + hb_ot_math_glyph_variant_t *variants /* OUT */) const + { + if (variants_count) + { + int scale = font->dir_scale (direction); + const MathGlyphVariantRecord *arr = + mathGlyphVariantRecord.sub_array (start_offset, variants_count); + unsigned int count = *variants_count; + for (unsigned int i = 0; i < count; i++) + { + variants[i].glyph = arr[i].variantGlyph; + variants[i].advance = font->em_scale (arr[i].advanceMeasurement, scale); + } + } + return mathGlyphVariantRecord.len; + } + + protected: + /* Offset to MathGlyphAssembly table for this shape - from the beginning of + MathGlyphConstruction table. May be NULL. */ + OffsetTo glyphAssembly; + + /* MathGlyphVariantRecords for alternative variants of the glyphs. */ + ArrayOf mathGlyphVariantRecord; + + public: + DEFINE_SIZE_ARRAY (4, mathGlyphVariantRecord); +}; + +struct MathVariants +{ + inline bool sanitize_offsets (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + unsigned int count = vertGlyphCount + horizGlyphCount; + for (unsigned int i = 0; i < count; i++) + if (!glyphConstruction[i].sanitize (c, this)) return_trace (false); + return_trace (true); + } + + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this) && + vertGlyphCoverage.sanitize (c, this) && + horizGlyphCoverage.sanitize (c, this) && + c->check_array (glyphConstruction, + glyphConstruction[0].static_size, + vertGlyphCount + horizGlyphCount) && + sanitize_offsets (c)); + } + + inline hb_position_t get_min_connector_overlap (hb_direction_t direction, + hb_font_t *font) const + { return font->em_scale_dir (minConnectorOverlap, direction); } + + inline unsigned int get_glyph_variants (hb_codepoint_t glyph, + hb_direction_t direction, + hb_font_t *font, + unsigned int start_offset, + unsigned int *variants_count, /* IN/OUT */ + hb_ot_math_glyph_variant_t *variants /* OUT */) const + { return get_glyph_construction (glyph, direction, font) + .get_variants (direction, font, start_offset, variants_count, variants); } + + inline unsigned int get_glyph_parts (hb_codepoint_t glyph, + hb_direction_t direction, + hb_font_t *font, + unsigned int start_offset, + unsigned int *parts_count, /* IN/OUT */ + hb_ot_math_glyph_part_t *parts /* OUT */, + hb_position_t *italics_correction /* OUT */) const + { return get_glyph_construction (glyph, direction, font) + .get_assembly () + .get_parts (direction, font, + start_offset, parts_count, parts, + italics_correction); } + + private: + inline const MathGlyphConstruction & + get_glyph_construction (hb_codepoint_t glyph, + hb_direction_t direction, + hb_font_t *font) const + { + bool vertical = HB_DIRECTION_IS_VERTICAL (direction); + unsigned int count = vertical ? vertGlyphCount : horizGlyphCount; + const OffsetTo &coverage = vertical ? vertGlyphCoverage + : horizGlyphCoverage; + + unsigned int index = (this+coverage).get_coverage (glyph); + if (unlikely (index >= count)) return Null(MathGlyphConstruction); + + if (!vertical) + index += vertGlyphCount; + + return this+glyphConstruction[index]; + } + + protected: + USHORT minConnectorOverlap; /* Minimum overlap of connecting + * glyphs during glyph construction, + * in design units. */ + OffsetTo vertGlyphCoverage; /* Offset to Coverage table - + * from the beginning of MathVariants + * table. */ + OffsetTo horizGlyphCoverage; /* Offset to Coverage table - + * from the beginning of MathVariants + * table. */ + USHORT vertGlyphCount; /* Number of glyphs for which + * information is provided for + * vertically growing variants. */ + USHORT horizGlyphCount; /* Number of glyphs for which + * information is provided for + * horizontally growing variants. */ + + /* Array of offsets to MathGlyphConstruction tables - from the beginning of + the MathVariants table, for shapes growing in vertical/horizontal + direction. */ + OffsetTo glyphConstruction[VAR]; + + public: + DEFINE_SIZE_ARRAY (10, glyphConstruction); +}; + + +/* + * MATH -- The MATH Table + */ + +struct MATH +{ + static const hb_tag_t tableTag = HB_OT_TAG_MATH; + + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (version.sanitize (c) && + likely (version.major == 1) && + mathConstants.sanitize (c, this) && + mathGlyphInfo.sanitize (c, this) && + mathVariants.sanitize (c, this)); + } + + inline hb_position_t get_constant (hb_ot_math_constant_t constant, + hb_font_t *font) const + { return (this+mathConstants).get_value (constant, font); } + + inline const MathGlyphInfo &get_math_glyph_info (void) const + { return this+mathGlyphInfo; } + + inline const MathVariants &get_math_variants (void) const + { return this+mathVariants; } + + protected: + FixedVersion<>version; /* Version of the MATH table + * initially set to 0x00010000u */ + OffsetTo mathConstants;/* MathConstants table */ + OffsetTo mathGlyphInfo;/* MathGlyphInfo table */ + OffsetTo mathVariants; /* MathVariants table */ + + public: + DEFINE_SIZE_STATIC (10); +}; + +} /* namespace OT */ + + +#endif /* HB_OT_MATH_TABLE_HH */ diff --git a/src/hb-ot-math.cc b/src/hb-ot-math.cc new file mode 100644 index 0000000..f82a073 --- /dev/null +++ b/src/hb-ot-math.cc @@ -0,0 +1,253 @@ +/* + * Copyright © 2016 Igalia S.L. + * + * This is part of HarfBuzz, a text shaping library. + * + * Permission is hereby granted, without written agreement and without + * license or royalty fees, to use, copy, modify, and distribute this + * software and its documentation for any purpose, provided that the + * above copyright notice and the following two paragraphs appear in + * all copies of this software. + * + * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR + * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES + * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN + * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH + * DAMAGE. + * + * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + * FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS + * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO + * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + * + * Igalia Author(s): Frédéric Wang + */ + +#include "hb-open-type-private.hh" + +#include "hb-ot-layout-private.hh" +#include "hb-ot-math-table.hh" + +static inline const OT::MATH& +_get_math (hb_face_t *face) +{ + if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::MATH); + hb_ot_layout_t * layout = hb_ot_layout_from_face (face); + return *(layout->math.get ()); +} + +/* + * OT::MATH + */ + +/** + * hb_ot_math_has_data: + * @face: #hb_face_t to test + * + * This function allows to verify the presence of an OpenType MATH table on the + * face. + * + * Return value: true if face has a MATH table, false otherwise + * + * Since: 1.3.3 + **/ +hb_bool_t +hb_ot_math_has_data (hb_face_t *face) +{ + return &_get_math (face) != &OT::Null(OT::MATH); +} + +/** + * hb_ot_math_get_constant: + * @font: #hb_font_t from which to retrieve the value + * @constant: #hb_ot_math_constant_t the constant to retrieve + * + * This function returns the requested math constants as a #hb_position_t. + * If the request constant is HB_OT_MATH_CONSTANT_SCRIPT_PERCENT_SCALE_DOWN, + * HB_OT_MATH_CONSTANT_SCRIPT_SCRIPT_PERCENT_SCALE_DOWN or + * HB_OT_MATH_CONSTANT_SCRIPT_PERCENT_SCALE_DOWN then the return value is + * actually an integer between 0 and 100 representing that percentage. + * + * Return value: the requested constant or 0 + * + * Since: 1.3.3 + **/ +hb_position_t +hb_ot_math_get_constant (hb_font_t *font, + hb_ot_math_constant_t constant) +{ + const OT::MATH &math = _get_math (font->face); + return math.get_constant(constant, font); +} + +/** + * hb_ot_math_get_glyph_italics_correction: + * @font: #hb_font_t from which to retrieve the value + * @glyph: glyph index from which to retrieve the value + * + * Return value: the italics correction of the glyph or 0 + * + * Since: 1.3.3 + **/ +hb_position_t +hb_ot_math_get_glyph_italics_correction (hb_font_t *font, + hb_codepoint_t glyph) +{ + const OT::MATH &math = _get_math (font->face); + return math.get_math_glyph_info().get_italics_correction (glyph, font); +} + +/** + * hb_ot_math_get_glyph_top_accent_attachment: + * @font: #hb_font_t from which to retrieve the value + * @glyph: glyph index from which to retrieve the value + * + * Return value: the top accent attachment of the glyph or 0 + * + * Since: 1.3.3 + **/ +hb_position_t +hb_ot_math_get_glyph_top_accent_attachment (hb_font_t *font, + hb_codepoint_t glyph) +{ + const OT::MATH &math = _get_math (font->face); + return math.get_math_glyph_info().get_top_accent_attachment (glyph, font); +} + +/** + * hb_ot_math_is_glyph_extended_shape: + * @face: a #hb_face_t to test + * @glyph: a glyph index to test + * + * Return value: true if the glyph is an extended shape, false otherwise + * + * Since: 1.3.3 + **/ +hb_bool_t +hb_ot_math_is_glyph_extended_shape (hb_face_t *face, + hb_codepoint_t glyph) +{ + const OT::MATH &math = _get_math (face); + return math.get_math_glyph_info().is_extended_shape (glyph); +} + +/** + * hb_ot_math_get_glyph_kerning: + * @font: #hb_font_t from which to retrieve the value + * @glyph: glyph index from which to retrieve the value + * @kern: the #hb_ot_math_kern_t from which to retrieve the value + * @correction_height: the correction height to use to determine the kerning. + * + * This function tries to retrieve the MathKern table for the specified font, + * glyph and #hb_ot_math_kern_t. Then it browses the list of heights from the + * MathKern table to find one value that is greater or equal to specified + * correction_height. If one is found the corresponding value from the list of + * kerns is returned and otherwise the last kern value is returned. + * + * Return value: requested kerning or 0 + * + * Since: 1.3.3 + **/ +hb_position_t +hb_ot_math_get_glyph_kerning (hb_font_t *font, + hb_codepoint_t glyph, + hb_ot_math_kern_t kern, + hb_position_t correction_height) +{ + const OT::MATH &math = _get_math (font->face); + return math.get_math_glyph_info().get_kerning (glyph, kern, correction_height, font); +} + +/** + * hb_ot_math_get_glyph_variants: + * @font: #hb_font_t from which to retrieve the values + * @glyph: index of the glyph to stretch + * @direction: direction of the stretching + * @start_offset: offset of the first variant to retrieve + * @variants_count: maximum number of variants to retrieve after start_offset + * (IN) and actual number of variants retrieved (OUT) + * @variants: array of size at least @variants_count to store the result + * + * This function tries to retrieve the MathGlyphConstruction for the specified + * font, glyph and direction. Note that only the value of + * #HB_DIRECTION_IS_HORIZONTAL is considered. It provides the corresponding list + * of size variants as an array of hb_ot_math_glyph_variant_t structs. + * + * Return value: the total number of size variants available or 0 + * + * Since: 1.3.3 + **/ +unsigned int +hb_ot_math_get_glyph_variants (hb_font_t *font, + hb_codepoint_t glyph, + hb_direction_t direction, + unsigned int start_offset, + unsigned int *variants_count, /* IN/OUT */ + hb_ot_math_glyph_variant_t *variants /* OUT */) +{ + const OT::MATH &math = _get_math (font->face); + return math.get_math_variants().get_glyph_variants (glyph, direction, font, + start_offset, + variants_count, + variants); +} + +/** + * hb_ot_math_get_min_connector_overlap: + * @font: #hb_font_t from which to retrieve the value + * @direction: direction of the stretching + * + * This function tries to retrieve the MathVariants table for the specified + * font and returns the minimum overlap of connecting glyphs to draw a glyph + * assembly in the specified direction. Note that only the value of + * #HB_DIRECTION_IS_HORIZONTAL is considered. + * + * Return value: requested min connector overlap or 0 + * + * Since: 1.3.3 + **/ +hb_position_t +hb_ot_math_get_min_connector_overlap (hb_font_t *font, + hb_direction_t direction) +{ + const OT::MATH &math = _get_math (font->face); + return math.get_math_variants().get_min_connector_overlap (direction, font); +} + +/** + * hb_ot_math_get_glyph_assembly: + * @font: #hb_font_t from which to retrieve the values + * @glyph: index of the glyph to stretch + * @direction: direction of the stretching + * @start_offset: offset of the first glyph part to retrieve + * @parts_count: maximum number of glyph parts to retrieve after start_offset + * (IN) and actual number of parts retrieved (OUT) + * @parts: array of size at least @parts_count to store the result + * @italics_correction: italic correction of the glyph assembly + * + * This function tries to retrieve the GlyphAssembly for the specified font, + * glyph and direction. Note that only the value of #HB_DIRECTION_IS_HORIZONTAL + * is considered. It provides the information necessary to draw the glyph + * assembly as an array of #hb_ot_math_glyph_part_t. + * + * Return value: the total number of parts in the glyph assembly + * + * Since: 1.3.3 + **/ +unsigned int +hb_ot_math_get_glyph_assembly (hb_font_t *font, + hb_codepoint_t glyph, + hb_direction_t direction, + unsigned int start_offset, + unsigned int *parts_count, /* IN/OUT */ + hb_ot_math_glyph_part_t *parts, /* OUT */ + hb_position_t *italics_correction /* OUT */) +{ + const OT::MATH &math = _get_math (font->face); + return math.get_math_variants().get_glyph_parts (glyph, direction, font, + start_offset, + parts_count, + parts, + italics_correction); +} diff --git a/src/hb-ot-math.h b/src/hb-ot-math.h new file mode 100644 index 0000000..521a5ca --- /dev/null +++ b/src/hb-ot-math.h @@ -0,0 +1,209 @@ +/* + * Copyright © 2016 Igalia S.L. + * + * This is part of HarfBuzz, a text shaping library. + * + * Permission is hereby granted, without written agreement and without + * license or royalty fees, to use, copy, modify, and distribute this + * software and its documentation for any purpose, provided that the + * above copyright notice and the following two paragraphs appear in + * all copies of this software. + * + * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR + * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES + * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN + * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH + * DAMAGE. + * + * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + * FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS + * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO + * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + * + * Igalia Author(s): Frédéric Wang + */ + +#ifndef HB_OT_H_IN +#error "Include instead." +#endif + +#ifndef HB_OT_MATH_H +#define HB_OT_MATH_H + +#include "hb.h" + +HB_BEGIN_DECLS + + +/* + * MATH + */ + +#define HB_OT_TAG_MATH HB_TAG('M','A','T','H') + +/* Use with hb_buffer_set_script() for math shaping. */ +#define HB_OT_MATH_SCRIPT HB_TAG('m','a','t','h') + +/* Types */ + +/** + * hb_ot_math_constant_t: + * + * Since: 1.3.3 + */ +typedef enum { + HB_OT_MATH_CONSTANT_SCRIPT_PERCENT_SCALE_DOWN = 0, + HB_OT_MATH_CONSTANT_SCRIPT_SCRIPT_PERCENT_SCALE_DOWN = 1, + HB_OT_MATH_CONSTANT_DELIMITED_SUB_FORMULA_MIN_HEIGHT = 2, + HB_OT_MATH_CONSTANT_DISPLAY_OPERATOR_MIN_HEIGHT = 3, + HB_OT_MATH_CONSTANT_MATH_LEADING = 4, + HB_OT_MATH_CONSTANT_AXIS_HEIGHT = 5, + HB_OT_MATH_CONSTANT_ACCENT_BASE_HEIGHT = 6, + HB_OT_MATH_CONSTANT_FLATTENED_ACCENT_BASE_HEIGHT = 7, + HB_OT_MATH_CONSTANT_SUBSCRIPT_SHIFT_DOWN = 8, + HB_OT_MATH_CONSTANT_SUBSCRIPT_TOP_MAX = 9, + HB_OT_MATH_CONSTANT_SUBSCRIPT_BASELINE_DROP_MIN = 10, + HB_OT_MATH_CONSTANT_SUPERSCRIPT_SHIFT_UP = 11, + HB_OT_MATH_CONSTANT_SUPERSCRIPT_SHIFT_UP_CRAMPED = 12, + HB_OT_MATH_CONSTANT_SUPERSCRIPT_BOTTOM_MIN = 13, + HB_OT_MATH_CONSTANT_SUPERSCRIPT_BASELINE_DROP_MAX = 14, + HB_OT_MATH_CONSTANT_SUB_SUPERSCRIPT_GAP_MIN = 15, + HB_OT_MATH_CONSTANT_SUPERSCRIPT_BOTTOM_MAX_WITH_SUBSCRIPT = 16, + HB_OT_MATH_CONSTANT_SPACE_AFTER_SCRIPT = 17, + HB_OT_MATH_CONSTANT_UPPER_LIMIT_GAP_MIN = 18, + HB_OT_MATH_CONSTANT_UPPER_LIMIT_BASELINE_RISE_MIN = 19, + HB_OT_MATH_CONSTANT_LOWER_LIMIT_GAP_MIN = 20, + HB_OT_MATH_CONSTANT_LOWER_LIMIT_BASELINE_DROP_MIN = 21, + HB_OT_MATH_CONSTANT_STACK_TOP_SHIFT_UP = 22, + HB_OT_MATH_CONSTANT_STACK_TOP_DISPLAY_STYLE_SHIFT_UP = 23, + HB_OT_MATH_CONSTANT_STACK_BOTTOM_SHIFT_DOWN = 24, + HB_OT_MATH_CONSTANT_STACK_BOTTOM_DISPLAY_STYLE_SHIFT_DOWN = 25, + HB_OT_MATH_CONSTANT_STACK_GAP_MIN = 26, + HB_OT_MATH_CONSTANT_STACK_DISPLAY_STYLE_GAP_MIN = 27, + HB_OT_MATH_CONSTANT_STRETCH_STACK_TOP_SHIFT_UP = 28, + HB_OT_MATH_CONSTANT_STRETCH_STACK_BOTTOM_SHIFT_DOWN = 29, + HB_OT_MATH_CONSTANT_STRETCH_STACK_GAP_ABOVE_MIN = 30, + HB_OT_MATH_CONSTANT_STRETCH_STACK_GAP_BELOW_MIN = 31, + HB_OT_MATH_CONSTANT_FRACTION_NUMERATOR_SHIFT_UP = 32, + HB_OT_MATH_CONSTANT_FRACTION_NUMERATOR_DISPLAY_STYLE_SHIFT_UP = 33, + HB_OT_MATH_CONSTANT_FRACTION_DENOMINATOR_SHIFT_DOWN = 34, + HB_OT_MATH_CONSTANT_FRACTION_DENOMINATOR_DISPLAY_STYLE_SHIFT_DOWN = 35, + HB_OT_MATH_CONSTANT_FRACTION_NUMERATOR_GAP_MIN = 36, + HB_OT_MATH_CONSTANT_FRACTION_NUM_DISPLAY_STYLE_GAP_MIN = 37, + HB_OT_MATH_CONSTANT_FRACTION_RULE_THICKNESS = 38, + HB_OT_MATH_CONSTANT_FRACTION_DENOMINATOR_GAP_MIN = 39, + HB_OT_MATH_CONSTANT_FRACTION_DENOM_DISPLAY_STYLE_GAP_MIN = 40, + HB_OT_MATH_CONSTANT_SKEWED_FRACTION_HORIZONTAL_GAP = 41, + HB_OT_MATH_CONSTANT_SKEWED_FRACTION_VERTICAL_GAP = 42, + HB_OT_MATH_CONSTANT_OVERBAR_VERTICAL_GAP = 43, + HB_OT_MATH_CONSTANT_OVERBAR_RULE_THICKNESS = 44, + HB_OT_MATH_CONSTANT_OVERBAR_EXTRA_ASCENDER = 45, + HB_OT_MATH_CONSTANT_UNDERBAR_VERTICAL_GAP = 46, + HB_OT_MATH_CONSTANT_UNDERBAR_RULE_THICKNESS = 47, + HB_OT_MATH_CONSTANT_UNDERBAR_EXTRA_DESCENDER = 48, + HB_OT_MATH_CONSTANT_RADICAL_VERTICAL_GAP = 49, + HB_OT_MATH_CONSTANT_RADICAL_DISPLAY_STYLE_VERTICAL_GAP = 50, + HB_OT_MATH_CONSTANT_RADICAL_RULE_THICKNESS = 51, + HB_OT_MATH_CONSTANT_RADICAL_EXTRA_ASCENDER = 52, + HB_OT_MATH_CONSTANT_RADICAL_KERN_BEFORE_DEGREE = 53, + HB_OT_MATH_CONSTANT_RADICAL_KERN_AFTER_DEGREE = 54, + HB_OT_MATH_CONSTANT_RADICAL_DEGREE_BOTTOM_RAISE_PERCENT = 55 +} hb_ot_math_constant_t; + +/** + * hb_ot_math_kern_t: + * + * Since: 1.3.3 + */ +typedef enum { + HB_OT_MATH_KERN_TOP_RIGHT = 0, + HB_OT_MATH_KERN_TOP_LEFT = 1, + HB_OT_MATH_KERN_BOTTOM_RIGHT = 2, + HB_OT_MATH_KERN_BOTTOM_LEFT = 3 +} hb_ot_math_kern_t; + +/** + * hb_ot_math_glyph_variant_t: + * + * Since: 1.3.3 + */ +typedef struct hb_ot_math_glyph_variant_t { + hb_codepoint_t glyph; + hb_position_t advance; +} hb_ot_math_glyph_variant_t; + +/** + * hb_ot_math_glyph_part_flags_t: + * + * Since: 1.3.3 + */ +typedef enum { /*< flags >*/ + HB_MATH_GLYPH_PART_FLAG_EXTENDER = 0x00000001u /* Extender glyph */ +} hb_ot_math_glyph_part_flags_t; + +/** + * hb_ot_math_glyph_part_t: + * + * Since: 1.3.3 + */ +typedef struct hb_ot_math_glyph_part_t { + hb_codepoint_t glyph; + hb_position_t start_connector_length; + hb_position_t end_connector_length; + hb_position_t full_advance; + hb_ot_math_glyph_part_flags_t flags; +} hb_ot_math_glyph_part_t; + +/* Methods */ + +HB_EXTERN hb_bool_t +hb_ot_math_has_data (hb_face_t *face); + +HB_EXTERN hb_position_t +hb_ot_math_get_constant (hb_font_t *font, + hb_ot_math_constant_t constant); + +HB_EXTERN hb_position_t +hb_ot_math_get_glyph_italics_correction (hb_font_t *font, + hb_codepoint_t glyph); + +HB_EXTERN hb_position_t +hb_ot_math_get_glyph_top_accent_attachment (hb_font_t *font, + hb_codepoint_t glyph); + +HB_EXTERN hb_bool_t +hb_ot_math_is_glyph_extended_shape (hb_face_t *face, + hb_codepoint_t glyph); + +HB_EXTERN hb_position_t +hb_ot_math_get_glyph_kerning (hb_font_t *font, + hb_codepoint_t glyph, + hb_ot_math_kern_t kern, + hb_position_t correction_height); + +HB_EXTERN unsigned int +hb_ot_math_get_glyph_variants (hb_font_t *font, + hb_codepoint_t glyph, + hb_direction_t direction, + unsigned int start_offset, + unsigned int *variants_count, /* IN/OUT */ + hb_ot_math_glyph_variant_t *variants /* OUT */); + +HB_EXTERN hb_position_t +hb_ot_math_get_min_connector_overlap (hb_font_t *font, + hb_direction_t direction); + +HB_EXTERN unsigned int +hb_ot_math_get_glyph_assembly (hb_font_t *font, + hb_codepoint_t glyph, + hb_direction_t direction, + unsigned int start_offset, + unsigned int *parts_count, /* IN/OUT */ + hb_ot_math_glyph_part_t *parts, /* OUT */ + hb_position_t *italics_correction /* OUT */); + + +HB_END_DECLS + +#endif /* HB_OT_MATH_H */ diff --git a/src/hb-ot-shape-complex-arabic.cc b/src/hb-ot-shape-complex-arabic.cc index 4da8990..57ffc1d 100644 --- a/src/hb-ot-shape-complex-arabic.cc +++ b/src/hb-ot-shape-complex-arabic.cc @@ -540,7 +540,7 @@ apply_stch (const hb_ot_shape_plan_t *plan, /* See if we can improve the fit by adding an extra repeat and squeezing them together a bit. */ hb_position_t extra_repeat_overlap = 0; hb_position_t shortfall = sign * w_remaining - sign * w_repeating * (n_copies + 1); - if (shortfall > 0) + if (shortfall > 0 && n_repeating > 0) { ++n_copies; hb_position_t excess = (n_copies + 1) * sign * w_repeating - sign * w_remaining; @@ -618,6 +618,7 @@ const hb_ot_complex_shaper_t _hb_ot_complex_shaper_arabic = NULL, /* decompose */ NULL, /* compose */ setup_masks_arabic, + NULL, /* disable_otl */ HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_GDEF_LATE, true, /* fallback_position */ }; diff --git a/src/hb-ot-shape-complex-default.cc b/src/hb-ot-shape-complex-default.cc index be60e56..42830ab 100644 --- a/src/hb-ot-shape-complex-default.cc +++ b/src/hb-ot-shape-complex-default.cc @@ -40,6 +40,7 @@ const hb_ot_complex_shaper_t _hb_ot_complex_shaper_default = NULL, /* decompose */ NULL, /* compose */ NULL, /* setup_masks */ + NULL, /* disable_otl */ HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_GDEF_LATE, true, /* fallback_position */ }; diff --git a/src/hb-ot-shape-complex-hangul.cc b/src/hb-ot-shape-complex-hangul.cc index 5f4d98b..af50565 100644 --- a/src/hb-ot-shape-complex-hangul.cc +++ b/src/hb-ot-shape-complex-hangul.cc @@ -32,7 +32,7 @@ /* Same order as the feature array below */ enum { - NONE, + _JMO, LJMO, VJMO, @@ -419,6 +419,7 @@ const hb_ot_complex_shaper_t _hb_ot_complex_shaper_hangul = NULL, /* decompose */ NULL, /* compose */ setup_masks_hangul, + NULL, /* disable_otl */ HB_OT_SHAPE_ZERO_WIDTH_MARKS_NONE, false, /* fallback_position */ }; diff --git a/src/hb-ot-shape-complex-hebrew.cc b/src/hb-ot-shape-complex-hebrew.cc index 3215900..96f2494 100644 --- a/src/hb-ot-shape-complex-hebrew.cc +++ b/src/hb-ot-shape-complex-hebrew.cc @@ -154,6 +154,18 @@ compose_hebrew (const hb_ot_shape_normalize_context_t *c, return found; } +static bool +disable_otl_hebrew (const hb_ot_shape_plan_t *plan) +{ + /* For Hebrew shaper, use fallback if GPOS does not have 'hebr' + * script. This matches Uniscribe better, and makes fonts like + * Arial that have GSUB/GPOS/GDEF but no data for Hebrew work. + * See: + * https://github.com/behdad/harfbuzz/issues/347#issuecomment-267838368 + */ + return plan->map.chosen_script[1] != HB_TAG ('h','e','b','r'); +} + const hb_ot_complex_shaper_t _hb_ot_complex_shaper_hebrew = { @@ -168,6 +180,7 @@ const hb_ot_complex_shaper_t _hb_ot_complex_shaper_hebrew = NULL, /* decompose */ compose_hebrew, NULL, /* setup_masks */ + disable_otl_hebrew, HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_GDEF_LATE, true, /* fallback_position */ }; diff --git a/src/hb-ot-shape-complex-indic-table.cc b/src/hb-ot-shape-complex-indic-table.cc index 80a6b25..e10a4d2 100644 --- a/src/hb-ot-shape-complex-indic-table.cc +++ b/src/hb-ot-shape-complex-indic-table.cc @@ -422,6 +422,13 @@ hb_indic_get_categories (hb_codepoint_t u) if (hb_in_range (u, 0xAA60u, 0xAA7Fu)) return indic_table[u - 0xAA60u + indic_offset_0xaa60u]; break; + case 0x11u: + // According to ScriptExtensions.txt, these Grantha marks may also be used in Tamil, + // so the Indic shaper needs to know their categories. + if (unlikely (u == 0x11303)) return _(Vs,R); + if (unlikely (u == 0x1133c)) return _(N,B); + break; + default: break; } diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc index 94556f6..ec12ce6 100644 --- a/src/hb-ot-shape-complex-indic.cc +++ b/src/hb-ot-shape-complex-indic.cc @@ -1497,7 +1497,7 @@ final_reordering_syllable (const hb_ot_shape_plan_t *plan, if (reph_pos == REPH_POS_AFTER_SUB) { new_reph_pos = base; - while (new_reph_pos < end && + while (new_reph_pos + 1 < end && !( FLAG_SAFE (info[new_reph_pos + 1].indic_position()) & (FLAG (POS_POST_C) | FLAG (POS_AFTER_POST) | FLAG (POS_SMVD)))) new_reph_pos++; if (new_reph_pos < end) @@ -1713,33 +1713,28 @@ decompose_indic (const hb_ot_shape_normalize_context_t *c, switch (ab) { /* Don't decompose these. */ - case 0x0931u : return false; - case 0x0B94u : return false; + case 0x0931u : return false; /* DEVANAGARI LETTER RRA */ + case 0x0B94u : return false; /* TAMIL LETTER AU */ /* * Decompose split matras that don't have Unicode decompositions. */ - case 0x0F77u : *a = 0x0FB2u; *b= 0x0F81u; return true; - case 0x0F79u : *a = 0x0FB3u; *b= 0x0F81u; return true; + /* Khmer */ case 0x17BEu : *a = 0x17C1u; *b= 0x17BEu; return true; case 0x17BFu : *a = 0x17C1u; *b= 0x17BFu; return true; case 0x17C0u : *a = 0x17C1u; *b= 0x17C0u; return true; case 0x17C4u : *a = 0x17C1u; *b= 0x17C4u; return true; case 0x17C5u : *a = 0x17C1u; *b= 0x17C5u; return true; - case 0x1925u : *a = 0x1920u; *b= 0x1923u; return true; - case 0x1926u : *a = 0x1920u; *b= 0x1924u; return true; - case 0x1B3Cu : *a = 0x1B42u; *b= 0x1B3Cu; return true; - case 0x1112Eu : *a = 0x11127u; *b= 0x11131u; return true; - case 0x1112Fu : *a = 0x11127u; *b= 0x11132u; return true; + #if 0 + /* Gujarati */ /* This one has no decomposition in Unicode, but needs no decomposition either. */ /* case 0x0AC9u : return false; */ + + /* Oriya */ case 0x0B57u : *a = no decomp, -> RIGHT; return true; - case 0x1C29u : *a = no decomp, -> LEFT; return true; - case 0xA9C0u : *a = no decomp, -> RIGHT; return true; - case 0x111BuF : *a = no decomp, -> ABOVE; return true; #endif } @@ -1819,6 +1814,7 @@ const hb_ot_complex_shaper_t _hb_ot_complex_shaper_indic = decompose_indic, compose_indic, setup_masks_indic, + NULL, /* disable_otl */ HB_OT_SHAPE_ZERO_WIDTH_MARKS_NONE, false, /* fallback_position */ }; diff --git a/src/hb-ot-shape-complex-myanmar.cc b/src/hb-ot-shape-complex-myanmar.cc index 577d790..bb68622 100644 --- a/src/hb-ot-shape-complex-myanmar.cc +++ b/src/hb-ot-shape-complex-myanmar.cc @@ -521,6 +521,7 @@ const hb_ot_complex_shaper_t _hb_ot_complex_shaper_myanmar_old = NULL, /* decompose */ NULL, /* compose */ NULL, /* setup_masks */ + NULL, /* disable_otl */ HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_GDEF_LATE, true, /* fallback_position */ }; @@ -538,6 +539,7 @@ const hb_ot_complex_shaper_t _hb_ot_complex_shaper_myanmar = NULL, /* decompose */ NULL, /* compose */ setup_masks_myanmar, + NULL, /* disable_otl */ HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_GDEF_EARLY, false, /* fallback_position */ }; diff --git a/src/hb-ot-shape-complex-private.hh b/src/hb-ot-shape-complex-private.hh index fb0c704..952441b 100644 --- a/src/hb-ot-shape-complex-private.hh +++ b/src/hb-ot-shape-complex-private.hh @@ -146,6 +146,14 @@ struct hb_ot_complex_shaper_t hb_buffer_t *buffer, hb_font_t *font); + /* disable_otl() + * Called during shape(). + * If set and returns true, GDEF/GSUB/GPOS of the font are ignored + * and fallback operations used. + * May be NULL. + */ + bool (*disable_otl) (const hb_ot_shape_plan_t *plan); + hb_ot_shape_zero_width_marks_type_t zero_width_marks; bool fallback_position; @@ -183,6 +191,9 @@ hb_ot_shape_complex_categorize (const hb_ot_shape_planner_t *planner) case HB_SCRIPT_MANICHAEAN: case HB_SCRIPT_PSALTER_PAHLAVI: + /* Unicode-9.0 additions */ + case HB_SCRIPT_ADLAM: + /* For Arabic script, use the Arabic shaper even if no OT script tag was found. * This is because we do fallback shaping for Arabic script (and not others). * But note that Arabic shaping is applicable only to horizontal layout; for diff --git a/src/hb-ot-shape-complex-thai.cc b/src/hb-ot-shape-complex-thai.cc index 4322b0d..e6f80f5 100644 --- a/src/hb-ot-shape-complex-thai.cc +++ b/src/hb-ot-shape-complex-thai.cc @@ -376,6 +376,7 @@ const hb_ot_complex_shaper_t _hb_ot_complex_shaper_thai = NULL, /* decompose */ NULL, /* compose */ NULL, /* setup_masks */ + NULL, /* disable_otl */ HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_GDEF_LATE, false,/* fallback_position */ }; diff --git a/src/hb-ot-shape-complex-tibetan.cc b/src/hb-ot-shape-complex-tibetan.cc index a77b531..aadf59f 100644 --- a/src/hb-ot-shape-complex-tibetan.cc +++ b/src/hb-ot-shape-complex-tibetan.cc @@ -57,6 +57,7 @@ const hb_ot_complex_shaper_t _hb_ot_complex_shaper_tibetan = NULL, /* decompose */ NULL, /* compose */ NULL, /* setup_masks */ + NULL, /* disable_otl */ HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_GDEF_LATE, true, /* fallback_position */ }; diff --git a/src/hb-ot-shape-complex-use.cc b/src/hb-ot-shape-complex-use.cc index 045ead5..af68706 100644 --- a/src/hb-ot-shape-complex-use.cc +++ b/src/hb-ot-shape-complex-use.cc @@ -559,6 +559,25 @@ reorder (const hb_ot_shape_plan_t *plan, } static bool +decompose_use (const hb_ot_shape_normalize_context_t *c, + hb_codepoint_t ab, + hb_codepoint_t *a, + hb_codepoint_t *b) +{ + switch (ab) + { + /* Chakma: + * Special case where the Unicode decomp gives matras in the wrong order + * for cluster validation. + */ + case 0x1112Eu : *a = 0x11127u; *b= 0x11131u; return true; + case 0x1112Fu : *a = 0x11127u; *b= 0x11132u; return true; + } + + return (bool) c->unicode->decompose (ab, a, b); +} + +static bool compose_use (const hb_ot_shape_normalize_context_t *c, hb_codepoint_t a, hb_codepoint_t b, @@ -582,9 +601,10 @@ const hb_ot_complex_shaper_t _hb_ot_complex_shaper_use = NULL, /* preprocess_text */ NULL, /* postprocess_glyphs */ HB_OT_SHAPE_NORMALIZATION_MODE_COMPOSED_DIACRITICS_NO_SHORT_CIRCUIT, - NULL, /* decompose */ + decompose_use, compose_use, setup_masks_use, + NULL, /* disable_otl */ HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_GDEF_EARLY, false, /* fallback_position */ }; diff --git a/src/hb-ot-shape-normalize.cc b/src/hb-ot-shape-normalize.cc index 107617e..94a3d7d 100644 --- a/src/hb-ot-shape-normalize.cc +++ b/src/hb-ot-shape-normalize.cc @@ -91,7 +91,7 @@ compose_unicode (const hb_ot_shape_normalize_context_t *c, static inline void set_glyph (hb_glyph_info_t &info, hb_font_t *font) { - font->get_nominal_glyph (info.codepoint, &info.glyph_index()); + (void) font->get_nominal_glyph (info.codepoint, &info.glyph_index()); } static inline void diff --git a/src/hb-ot-shape-private.hh b/src/hb-ot-shape-private.hh index 54ac2c3..594e54c 100644 --- a/src/hb-ot-shape-private.hh +++ b/src/hb-ot-shape-private.hh @@ -77,11 +77,13 @@ struct hb_ot_shape_planner_t map (face, &props) {} ~hb_ot_shape_planner_t (void) { map.finish (); } - inline void compile (hb_ot_shape_plan_t &plan) + inline void compile (hb_ot_shape_plan_t &plan, + const int *coords, + unsigned int num_coords) { plan.props = props; plan.shaper = shaper; - map.compile (plan.map); + map.compile (plan.map, coords, num_coords); plan.rtlm_mask = plan.map.get_1_mask (HB_TAG ('r','t','l','m')); plan.frac_mask = plan.map.get_1_mask (HB_TAG ('f','r','a','c')); diff --git a/src/hb-ot-shape.cc b/src/hb-ot-shape.cc index 7811cb7..29f5e58 100644 --- a/src/hb-ot-shape.cc +++ b/src/hb-ot-shape.cc @@ -69,6 +69,9 @@ hb_ot_shape_collect_features (hb_ot_shape_planner_t *planner, { hb_ot_map_builder_t *map = &planner->map; + map->add_global_bool_feature (HB_TAG('r','v','r','n')); + map->add_gsub_pause (NULL); + switch (props->direction) { case HB_DIRECTION_LTR: map->add_global_bool_feature (HB_TAG ('l','t','r','a')); @@ -125,6 +128,8 @@ hb_ot_shape_collect_features (hb_ot_shape_planner_t *planner, * shaper face data */ +HB_SHAPER_DATA_ENSURE_DEFINE(ot, face) + hb_ot_shaper_face_data_t * _hb_ot_shaper_face_data_create (hb_face_t *face) { @@ -142,6 +147,8 @@ _hb_ot_shaper_face_data_destroy (hb_ot_shaper_face_data_t *data) * shaper font data */ +HB_SHAPER_DATA_ENSURE_DEFINE(ot, font) + struct hb_ot_shaper_font_data_t {}; hb_ot_shaper_font_data_t * @@ -163,7 +170,9 @@ _hb_ot_shaper_font_data_destroy (hb_ot_shaper_font_data_t *data) hb_ot_shaper_shape_plan_data_t * _hb_ot_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan, const hb_feature_t *user_features, - unsigned int num_user_features) + unsigned int num_user_features, + const int *coords, + unsigned int num_coords) { hb_ot_shape_plan_t *plan = (hb_ot_shape_plan_t *) calloc (1, sizeof (hb_ot_shape_plan_t)); if (unlikely (!plan)) @@ -173,9 +182,10 @@ _hb_ot_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan, planner.shaper = hb_ot_shape_complex_categorize (&planner); - hb_ot_shape_collect_features (&planner, &shape_plan->props, user_features, num_user_features); + hb_ot_shape_collect_features (&planner, &shape_plan->props, + user_features, num_user_features); - planner.compile (*plan); + planner.compile (*plan, coords, num_coords); if (plan->shaper->data_create) { plan->data = plan->shaper->data_create (plan); @@ -212,6 +222,8 @@ struct hb_ot_shape_context_t unsigned int num_user_features; /* Transient stuff */ + bool fallback_positioning; + bool fallback_glyph_classes; hb_direction_t target_direction; }; @@ -354,7 +366,18 @@ hb_ot_shape_setup_masks_fraction (hb_ot_shape_context_t *c) hb_buffer_t *buffer = c->buffer; - /* TODO look in pre/post context text also. */ + hb_mask_t pre_mask, post_mask; + if (HB_DIRECTION_IS_FORWARD (buffer->props.direction)) + { + pre_mask = c->plan->numr_mask | c->plan->frac_mask; + post_mask = c->plan->frac_mask | c->plan->dnom_mask; + } + else + { + pre_mask = c->plan->frac_mask | c->plan->dnom_mask; + post_mask = c->plan->numr_mask | c->plan->frac_mask; + } + unsigned int count = buffer->len; hb_glyph_info_t *info = buffer->info; for (unsigned int i = 0; i < count; i++) @@ -372,10 +395,10 @@ hb_ot_shape_setup_masks_fraction (hb_ot_shape_context_t *c) end++; for (unsigned int j = start; j < i; j++) - info[j].mask |= c->plan->numr_mask | c->plan->frac_mask; + info[j].mask |= pre_mask; info[i].mask |= c->plan->frac_mask; for (unsigned int j = i + 1; j < end; j++) - info[j].mask |= c->plan->frac_mask | c->plan->dnom_mask; + info[j].mask |= post_mask; i = end - 1; } @@ -524,6 +547,32 @@ hb_ot_map_glyphs_fast (hb_buffer_t *buffer) } static inline void +hb_synthesize_glyph_classes (hb_ot_shape_context_t *c) +{ + unsigned int count = c->buffer->len; + hb_glyph_info_t *info = c->buffer->info; + for (unsigned int i = 0; i < count; i++) + { + hb_ot_layout_glyph_props_flags_t klass; + + /* Never mark default-ignorables as marks. + * They won't get in the way of lookups anyway, + * but having them as mark will cause them to be skipped + * over if the lookup-flag says so, but at least for the + * Mongolian variation selectors, looks like Uniscribe + * marks them as non-mark. Some Mongolian fonts without + * GDEF rely on this. Another notable character that + * this applies to is COMBINING GRAPHEME JOINER. */ + klass = (_hb_glyph_info_get_general_category (&info[i]) != + HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK || + _hb_glyph_info_is_default_ignorable (&info[i])) ? + HB_OT_LAYOUT_GLYPH_PROPS_BASE_GLYPH : + HB_OT_LAYOUT_GLYPH_PROPS_MARK; + _hb_glyph_info_set_glyph_props (&info[i], klass); + } +} + +static inline void hb_ot_substitute_default (hb_ot_shape_context_t *c) { hb_buffer_t *buffer = c->buffer; @@ -539,7 +588,7 @@ hb_ot_substitute_default (hb_ot_shape_context_t *c) hb_ot_shape_setup_masks (c); /* This is unfortunate to go here, but necessary... */ - if (!hb_ot_layout_has_positioning (c->face)) + if (c->fallback_positioning) _hb_ot_shape_fallback_position_recategorize_marks (c->plan, c->font, buffer); hb_ot_map_glyphs_fast (buffer); @@ -554,6 +603,9 @@ hb_ot_substitute_complex (hb_ot_shape_context_t *c) hb_ot_layout_substitute_start (c->font, buffer); + if (!hb_ot_layout_has_glyph_classes (c->face)) + hb_synthesize_glyph_classes (c); + c->plan->substitute (c->font, buffer); return; @@ -632,14 +684,12 @@ hb_ot_position_default (hb_ot_shape_context_t *c) _hb_ot_shape_fallback_spaces (c->plan, c->font, c->buffer); } -static inline bool +static inline void hb_ot_position_complex (hb_ot_shape_context_t *c) { hb_ot_layout_position_start (c->font, c->buffer); - bool ret = false; unsigned int count = c->buffer->len; - bool has_positioning = (bool) hb_ot_layout_has_positioning (c->face); /* If the font has no GPOS, AND, no fallback positioning will * happen, AND, direction is forward, then when zeroing mark @@ -650,8 +700,9 @@ hb_ot_position_complex (hb_ot_shape_context_t *c) * If fallback positinoing happens or GPOS is present, we don't * care. */ - bool adjust_offsets_when_zeroing = !(has_positioning || c->plan->shaper->fallback_position || - HB_DIRECTION_IS_BACKWARD (c->buffer->props.direction)); + bool adjust_offsets_when_zeroing = c->fallback_positioning && + !c->plan->shaper->fallback_position && + HB_DIRECTION_IS_FORWARD (c->buffer->props.direction); switch (c->plan->shaper->zero_width_marks) { @@ -665,7 +716,7 @@ hb_ot_position_complex (hb_ot_shape_context_t *c) break; } - if (has_positioning) + if (likely (!c->fallback_positioning)) { hb_glyph_info_t *info = c->buffer->info; hb_glyph_position_t *pos = c->buffer->pos; @@ -688,7 +739,6 @@ hb_ot_position_complex (hb_ot_shape_context_t *c) &pos[i].x_offset, &pos[i].y_offset); - ret = true; } switch (c->plan->shaper->zero_width_marks) @@ -707,8 +757,6 @@ hb_ot_position_complex (hb_ot_shape_context_t *c) hb_ot_layout_position_finish_advances (c->font, c->buffer); hb_ot_zero_width_default_ignorables (c); hb_ot_layout_position_finish_offsets (c->font, c->buffer); - - return ret; } static inline void @@ -718,9 +766,9 @@ hb_ot_position (hb_ot_shape_context_t *c) hb_ot_position_default (c); - hb_bool_t fallback = !hb_ot_position_complex (c); + hb_ot_position_complex (c); - if (fallback && c->plan->shaper->fallback_position) + if (c->fallback_positioning && c->plan->shaper->fallback_position) _hb_ot_shape_fallback_position (c->plan, c->font, c->buffer); if (HB_DIRECTION_IS_BACKWARD (c->buffer->props.direction)) @@ -728,7 +776,7 @@ hb_ot_position (hb_ot_shape_context_t *c) /* Visual fallback goes here. */ - if (fallback) + if (c->fallback_positioning) _hb_ot_shape_fallback_kern (c->plan, c->font, c->buffer); _hb_buffer_deallocate_gsubgpos_vars (c->buffer); @@ -748,6 +796,11 @@ hb_ot_shape_internal (hb_ot_shape_context_t *c) (unsigned) HB_BUFFER_MAX_LEN_MIN); } + bool disable_otl = c->plan->shaper->disable_otl && c->plan->shaper->disable_otl (c->plan); + //c->fallback_substitute = disable_otl || !hb_ot_layout_has_substitution (c->face); + c->fallback_positioning = disable_otl || !hb_ot_layout_has_positioning (c->face); + c->fallback_glyph_classes = disable_otl || !hb_ot_layout_has_glyph_classes (c->face); + /* Save the original direction, we use it later. */ c->target_direction = c->buffer->props.direction; diff --git a/src/hb-ot-tag.cc b/src/hb-ot-tag.cc index 0483557..9b0db50 100644 --- a/src/hb-ot-tag.cc +++ b/src/hb-ot-tag.cc @@ -28,9 +28,6 @@ #include "hb-private.hh" -#include - - /* hb_script_t */ @@ -201,6 +198,7 @@ static const LangTag ot_languages[] = { {"alt", HB_TAG('A','L','T',' ')}, /* [Southern] Altai */ {"am", HB_TAG('A','M','H',' ')}, /* Amharic */ {"amf", HB_TAG('H','B','N',' ')}, /* Hammer-Banna */ + {"amw", HB_TAG('S','Y','R',' ')}, /* Western Neo-Aramaic */ {"an", HB_TAG('A','R','G',' ')}, /* Aragonese */ {"ang", HB_TAG('A','N','G',' ')}, /* Old English (ca. 450-1100) */ {"ar", HB_TAG('A','R','A',' ')}, /* Arabic [macrolanguage] */ @@ -239,6 +237,7 @@ static const LangTag ot_languages[] = { {"bg", HB_TAG('B','G','R',' ')}, /* Bulgarian */ {"bgc", HB_TAG('B','G','C',' ')}, /* Haryanvi */ {"bgq", HB_TAG('B','G','Q',' ')}, /* Bagri */ + {"bgr", HB_TAG('Q','I','N',' ')}, /* Bawm Chin */ {"bhb", HB_TAG('B','H','I',' ')}, /* Bhili */ {"bhk", HB_TAG('B','I','K',' ')}, /* Albay Bicolano (retired code) */ {"bho", HB_TAG('B','H','O',' ')}, /* Bhojpuri */ @@ -270,8 +269,10 @@ static const LangTag ot_languages[] = { {"ca", HB_TAG('C','A','T',' ')}, /* Catalan */ {"cak", HB_TAG('C','A','K',' ')}, /* Kaqchikel */ {"cbk", HB_TAG('C','B','K',' ')}, /* Chavacano */ + {"cbl", HB_TAG('Q','I','N',' ')}, /* Bualkhaw Chin */ {"ce", HB_TAG('C','H','E',' ')}, /* Chechen */ {"ceb", HB_TAG('C','E','B',' ')}, /* Cebuano */ + {"cfm", HB_TAG('H','A','L',' ')}, /* Halam/Falam Chin */ {"cgg", HB_TAG('C','G','G',' ')}, /* Chiga */ {"ch", HB_TAG('C','H','A',' ')}, /* Chamorro */ {"chk", HB_TAG('C','H','K','0')}, /* Chuukese */ @@ -279,8 +280,17 @@ static const LangTag ot_languages[] = { {"chp", HB_TAG('C','H','P',' ')}, /* Chipewyan */ {"chr", HB_TAG('C','H','R',' ')}, /* Cherokee */ {"chy", HB_TAG('C','H','Y',' ')}, /* Cheyenne */ + {"cja", HB_TAG('C','J','A',' ')}, /* Western Cham */ + {"cjm", HB_TAG('C','J','M',' ')}, /* Eastern Cham */ + {"cka", HB_TAG('Q','I','N',' ')}, /* Khumi Awa Chin */ {"ckb", HB_TAG('K','U','R',' ')}, /* Central Kurdish (Sorani) */ {"ckt", HB_TAG('C','H','K',' ')}, /* Chukchi */ + {"cld", HB_TAG('S','Y','R',' ')}, /* Chaldean Neo-Aramaic */ + {"cmr", HB_TAG('Q','I','N',' ')}, /* Mro-Khimi Chin */ + {"cnb", HB_TAG('Q','I','N',' ')}, /* Chinbon Chin */ + {"cnh", HB_TAG('Q','I','N',' ')}, /* Hakha Chin */ + {"cnk", HB_TAG('Q','I','N',' ')}, /* Khumi Chin */ + {"cnw", HB_TAG('Q','I','N',' ')}, /* Ngawn Chin */ {"cop", HB_TAG('C','O','P',' ')}, /* Coptic */ {"cpp", HB_TAG('C','P','P',' ')}, /* Creoles */ {"cr", HB_TAG('C','R','E',' ')}, /* Cree */ @@ -293,6 +303,9 @@ static const LangTag ot_languages[] = { {"crx", HB_TAG('C','R','R',' ')}, /* Carrier */ {"cs", HB_TAG('C','S','Y',' ')}, /* Czech */ {"csb", HB_TAG('C','S','B',' ')}, /* Kashubian */ + {"csh", HB_TAG('Q','I','N',' ')}, /* Asho Chin */ + {"csy", HB_TAG('Q','I','N',' ')}, /* Siyin Chin */ + {"ctd", HB_TAG('Q','I','N',' ')}, /* Tedim Chin */ {"ctg", HB_TAG('C','T','G',' ')}, /* Chittagonian */ {"cts", HB_TAG('B','I','K',' ')}, /* Northern Catanduanes Bikol */ {"cu", HB_TAG('C','S','L',' ')}, /* Church Slavic */ @@ -300,7 +313,9 @@ static const LangTag ot_languages[] = { {"cv", HB_TAG('C','H','U',' ')}, /* Chuvash */ {"cwd", HB_TAG('D','C','R',' ')}, /* Woods Cree */ {"cy", HB_TAG('W','E','L',' ')}, /* Welsh */ + {"czt", HB_TAG('Q','I','N',' ')}, /* Zotung Chin */ {"da", HB_TAG('D','A','N',' ')}, /* Danish */ + {"dao", HB_TAG('Q','I','N',' ')}, /* Daai Chin */ {"dap", HB_TAG('N','I','S',' ')}, /* Nisi (India) */ {"dar", HB_TAG('D','A','R',' ')}, /* Dargwa */ {"dax", HB_TAG('D','A','X',' ')}, /* Dayi */ @@ -343,7 +358,7 @@ static const LangTag ot_languages[] = { {"fi", HB_TAG('F','I','N',' ')}, /* Finnish */ {"fil", HB_TAG('P','I','L',' ')}, /* Filipino */ {"fj", HB_TAG('F','J','I',' ')}, /* Fijian */ - {"flm", HB_TAG('H','A','L',' ')}, /* Halam */ + {"flm", HB_TAG('H','A','L',' ')}, /* Halam/Falam Chin [retired ISO639 code] */ {"fo", HB_TAG('F','O','S',' ')}, /* Faroese */ {"fon", HB_TAG('F','O','N',' ')}, /* Fon */ {"fr", HB_TAG('F','R','A',' ')}, /* French */ @@ -390,6 +405,7 @@ static const LangTag ot_languages[] = { {"he", HB_TAG('I','W','R',' ')}, /* Hebrew */ {"hi", HB_TAG('H','I','N',' ')}, /* Hindi */ {"hil", HB_TAG('H','I','L',' ')}, /* Hiligaynon */ + {"hlt", HB_TAG('Q','I','N',' ')}, /* Matu Chin */ {"hmn", HB_TAG('H','M','N',' ')}, /* Hmong */ {"hnd", HB_TAG('H','N','D',' ')}, /* [Southern] Hindko */ {"hne", HB_TAG('C','H','H',' ')}, /* Chattisgarhi */ @@ -553,6 +569,7 @@ static const LangTag ot_languages[] = { {"mos", HB_TAG('M','O','S',' ')}, /* Mossi */ {"mpe", HB_TAG('M','A','J',' ')}, /* Majang */ {"mr", HB_TAG('M','A','R',' ')}, /* Marathi */ + {"mrh", HB_TAG('Q','I','N',' ')}, /* Mara Chin */ {"mrj", HB_TAG('H','M','A',' ')}, /* High Mari */ {"ms", HB_TAG('M','L','Y',' ')}, /* Malay [macrolanguage] */ {"msc", HB_TAG('M','N','K',' ')}, /* Sankaran Maninka */ @@ -617,6 +634,7 @@ static const LangTag ot_languages[] = { {"pcc", HB_TAG('P','C','C',' ')}, /* Bouyei */ {"pcd", HB_TAG('P','C','D',' ')}, /* Picard */ {"pce", HB_TAG('P','L','G',' ')}, /* [Ruching] Palaung */ + {"pck", HB_TAG('Q','I','N',' ')}, /* Paite Chin */ {"pdc", HB_TAG('P','D','C',' ')}, /* Pennsylvania German */ {"pes", HB_TAG('F','A','R',' ')}, /* Iranian Persian */ {"phk", HB_TAG('P','H','K',' ')}, /* Phake */ @@ -674,6 +692,7 @@ static const LangTag ot_languages[] = { {"se", HB_TAG('N','S','M',' ')}, /* Northern Sami */ {"seh", HB_TAG('S','N','A',' ')}, /* Sena */ {"sel", HB_TAG('S','E','L',' ')}, /* Selkup */ + {"sez", HB_TAG('Q','I','N',' ')}, /* Senthang Chin */ {"sg", HB_TAG('S','G','O',' ')}, /* Sango */ {"sga", HB_TAG('S','G','A',' ')}, /* Old Irish (to 900) */ {"sgs", HB_TAG('S','G','S',' ')}, /* Samogitian */ @@ -713,12 +732,15 @@ static const LangTag ot_languages[] = { {"swh", HB_TAG('S','W','K',' ')}, /* Kiswahili/Swahili */ {"swv", HB_TAG('M','A','W',' ')}, /* Shekhawati */ {"sxu", HB_TAG('S','X','U',' ')}, /* Upper Saxon */ + {"syc", HB_TAG('S','Y','R',' ')}, /* Classical Syriac */ {"syl", HB_TAG('S','Y','L',' ')}, /* Sylheti */ {"syr", HB_TAG('S','Y','R',' ')}, /* Syriac [macrolanguage] */ {"szl", HB_TAG('S','Z','L',' ')}, /* Silesian */ {"ta", HB_TAG('T','A','M',' ')}, /* Tamil */ {"tab", HB_TAG('T','A','B',' ')}, /* Tabasaran */ + {"tcp", HB_TAG('Q','I','N',' ')}, /* Tawr Chin */ {"tcy", HB_TAG('T','U','L',' ')}, /* Tulu */ + {"tcz", HB_TAG('Q','I','N',' ')}, /* Thado Chin */ {"tdd", HB_TAG('T','D','D',' ')}, /* Tai Nüa */ {"te", HB_TAG('T','E','L',' ')}, /* Telugu */ {"tem", HB_TAG('T','M','N',' ')}, /* Temne */ @@ -786,11 +808,13 @@ static const LangTag ot_languages[] = { {"yap", HB_TAG('Y','A','P',' ')}, /* Yapese */ {"yi", HB_TAG('J','I','I',' ')}, /* Yiddish [macrolanguage] */ {"yo", HB_TAG('Y','B','A',' ')}, /* Yoruba */ + {"yos", HB_TAG('Q','I','N',' ')}, /* Yos, deprecated by IANA in favor of Zou [zom] */ {"yso", HB_TAG('N','I','S',' ')}, /* Nisi (China) */ {"za", HB_TAG('Z','H','A',' ')}, /* Chuang/Zhuang [macrolanguage] */ {"zea", HB_TAG('Z','E','A',' ')}, /* Zeeuws */ {"zgh", HB_TAG('Z','G','H',' ')}, /* Standard Morrocan Tamazigh */ {"zne", HB_TAG('Z','N','D',' ')}, /* Zande */ + {"zom", HB_TAG('Q','I','N',' ')}, /* Zou */ {"zu", HB_TAG('Z','U','L',' ')}, /* Zulu */ {"zum", HB_TAG('L','R','C',' ')}, /* Kumzari */ {"zza", HB_TAG('Z','Z','A',' ')}, /* Zazaki */ @@ -826,16 +850,19 @@ static const LangTag ot_languages[] = { }; typedef struct { - char language[8]; + char language[11]; hb_tag_t tag; } LangTagLong; static const LangTagLong ot_languages_zh[] = { + /* Store longest-first, if one is a prefix of another. */ {"zh-cn", HB_TAG('Z','H','S',' ')}, /* Chinese (China) */ {"zh-hk", HB_TAG('Z','H','H',' ')}, /* Chinese (Hong Kong) */ - {"zh-mo", HB_TAG('Z','H','T',' ')}, /* Chinese (Macao) */ + {"zh-mo", HB_TAG('Z','H','H',' ')}, /* Chinese (Macao) */ {"zh-sg", HB_TAG('Z','H','S',' ')}, /* Chinese (Singapore) */ {"zh-tw", HB_TAG('Z','H','T',' ')}, /* Chinese (Taiwan) */ {"zh-hans", HB_TAG('Z','H','S',' ')}, /* Chinese (Simplified) */ + {"zh-hant-hk",HB_TAG('Z','H','H',' ')}, /* Chinese (Hong Kong) */ + {"zh-hant-mo",HB_TAG('Z','H','H',' ')}, /* Chinese (Macao) */ {"zh-hant", HB_TAG('Z','H','T',' ')}, /* Chinese (Traditional) */ }; @@ -889,13 +916,45 @@ hb_ot_tag_from_language (hb_language_t language) } /* - * The International Phonetic Alphabet is a variant tag in BCP-47, - * which can be applied to any language. + * "fonipa" is a variant tag in BCP-47, meaning the International Phonetic Alphabet. + * It can be applied to any language. */ if (strstr (lang_str, "-fonipa")) { return HB_TAG('I','P','P','H'); /* Phonetic transcription—IPA conventions */ } + /* + * "fonnapa" is a variant tag in BCP-47, meaning the North American Phonetic Alphabet + * also known as Americanist Phonetic Notation. It can be applied to any language. + */ + if (strstr (lang_str, "-fonnapa")) { + return HB_TAG('A','P','P','H'); /* Phonetic transcription—Americanist conventions */ + } + + /* + * "Syre" is a BCP-47 script tag, meaning the Estrangela variant of the Syriac script. + * It can be applied to any language. + */ + if (strstr (lang_str, "-syre")) { + return HB_TAG('S','Y','R','E'); /* Estrangela Syriac */ + } + + /* + * "Syrj" is a BCP-47 script tag, meaning the Western variant of the Syriac script. + * It can be applied to any language. + */ + if (strstr (lang_str, "-syrj")) { + return HB_TAG('S','Y','R','J'); /* Western Syriac */ + } + + /* + * "Syrn" is a BCP-47 script tag, meaning the Eastern variant of the Syriac script. + * It can be applied to any language. + */ + if (strstr (lang_str, "-syrn")) { + return HB_TAG('S','Y','R','N'); /* Eastern Syriac */ + } + /* Find a language matching in the first component */ { const LangTag *lang_tag; @@ -951,6 +1010,22 @@ hb_ot_tag_to_language (hb_tag_t tag) if (tag == HB_OT_TAG_DEFAULT_LANGUAGE) return NULL; + /* struct LangTag has only room for 3-letter language tags. */ + switch (tag) { + case HB_TAG('A','P','P','H'): /* Phonetic transcription—Americanist conventions */ + return hb_language_from_string ("und-fonnapa", -1); + case HB_TAG('I','P','P','H'): /* Phonetic transcription—IPA conventions */ + return hb_language_from_string ("und-fonipa", -1); + case HB_TAG('S','Y','R',' '): /* Syriac [macrolanguage] */ + return hb_language_from_string ("syr", -1); + case HB_TAG('S','Y','R','E'): /* Estrangela Syriac */ + return hb_language_from_string ("und-Syre", -1); + case HB_TAG('S','Y','R','J'): /* Western Syriac */ + return hb_language_from_string ("und-Syrj", -1); + case HB_TAG('S','Y','R','N'): /* Eastern Syriac */ + return hb_language_from_string ("und-Syrn", -1); + } + for (i = 0; i < ARRAY_LENGTH (ot_languages); i++) if (ot_languages[i].tag == tag) return hb_language_from_string (ot_languages[i].language, -1); @@ -965,12 +1040,6 @@ hb_ot_tag_to_language (hb_tag_t tag) } } - /* struct LangTag has only room for 3-letter language tags. */ - switch (tag) { - case HB_TAG('I','P','P','H'): /* Phonetic transcription—IPA conventions */ - return hb_language_from_string ("und-fonipa", -1); - } - /* Else return a custom language in the form of "x-hbotABCD" */ { unsigned char buf[11] = "x-hbot"; diff --git a/src/hb-ot-var-avar-table.hh b/src/hb-ot-var-avar-table.hh new file mode 100644 index 0000000..ace0f5f --- /dev/null +++ b/src/hb-ot-var-avar-table.hh @@ -0,0 +1,144 @@ +/* + * Copyright © 2017 Google, Inc. + * + * This is part of HarfBuzz, a text shaping library. + * + * Permission is hereby granted, without written agreement and without + * license or royalty fees, to use, copy, modify, and distribute this + * software and its documentation for any purpose, provided that the + * above copyright notice and the following two paragraphs appear in + * all copies of this software. + * + * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR + * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES + * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN + * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH + * DAMAGE. + * + * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + * FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS + * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO + * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + * + * Google Author(s): Behdad Esfahbod + */ + +#ifndef HB_OT_VAR_AVAR_TABLE_HH +#define HB_OT_VAR_AVAR_TABLE_HH + +#include "hb-open-type-private.hh" + +namespace OT { + + +struct AxisValueMap +{ + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this)); + } + + public: + F2DOT14 fromCoord; /* A normalized coordinate value obtained using + * default normalization. */ + F2DOT14 toCoord; /* The modified, normalized coordinate value. */ + + public: + DEFINE_SIZE_STATIC (4); +}; + +struct SegmentMaps : ArrayOf +{ + inline int map (int value) const + { + /* The following special-cases are not part of OpenType, which requires + * that at least -1, 0, and +1 must be mapped. But we include these as + * part of a better error recovery scheme. */ + + if (!len) + return value; + + if (value <= array[0].fromCoord) + return value - array[0].fromCoord + array[0].toCoord; + + unsigned int i; + unsigned int count = len; + for (i = 1; i < count && value > array[i].fromCoord; i++) + ; + + if (value >= array[i].fromCoord) + return value - array[i].fromCoord + array[i].toCoord; + + if (unlikely (array[i-1].fromCoord == array[i].fromCoord)) + return array[i-1].toCoord; + + int denom = array[i].fromCoord - array[i-1].fromCoord; + return array[i-1].toCoord + + (array[i].toCoord - array[i-1].toCoord) * + (value - array[i-1].fromCoord + denom/2) / denom; + } + + DEFINE_SIZE_ARRAY (2, array); +}; + +/* + * avar — Axis Variations Table + */ + +#define HB_OT_TAG_avar HB_TAG('a','v','a','r') + +struct avar +{ + static const hb_tag_t tableTag = HB_OT_TAG_avar; + + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + if (unlikely (!(version.sanitize (c) && + version.major == 1 && + c->check_struct (this)))) + return_trace (false); + + const SegmentMaps *map = &axisSegmentMapsZ; + unsigned int count = axisCount; + for (unsigned int i = 0; i < count; i++) + { + if (unlikely (!map->sanitize (c))) + return_trace (false); + map = &StructAfter (*map); + } + + return_trace (true); + } + + inline void map_coords (int *coords, unsigned int coords_length) const + { + unsigned int count = MIN (coords_length, axisCount); + + const SegmentMaps *map = &axisSegmentMapsZ; + for (unsigned int i = 0; i < count; i++) + { + coords[i] = map->map (coords[i]); + map = &StructAfter (*map); + } + } + + protected: + FixedVersion<>version; /* Version of the avar table + * initially set to 0x00010000u */ + USHORT reserved; /* This field is permanently reserved. Set to 0. */ + USHORT axisCount; /* The number of variation axes in the font. This + * must be the same number as axisCount in the + * 'fvar' table. */ + SegmentMaps axisSegmentMapsZ; + + public: + DEFINE_SIZE_MIN (8); +}; + +} /* namespace OT */ + + +#endif /* HB_OT_VAR_AVAR_TABLE_HH */ diff --git a/src/hb-ot-var-fvar-table.hh b/src/hb-ot-var-fvar-table.hh new file mode 100644 index 0000000..9f6fb32 --- /dev/null +++ b/src/hb-ot-var-fvar-table.hh @@ -0,0 +1,209 @@ +/* + * Copyright © 2017 Google, Inc. + * + * This is part of HarfBuzz, a text shaping library. + * + * Permission is hereby granted, without written agreement and without + * license or royalty fees, to use, copy, modify, and distribute this + * software and its documentation for any purpose, provided that the + * above copyright notice and the following two paragraphs appear in + * all copies of this software. + * + * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR + * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES + * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN + * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH + * DAMAGE. + * + * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + * FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS + * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO + * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + * + * Google Author(s): Behdad Esfahbod + */ + +#ifndef HB_OT_VAR_FVAR_TABLE_HH +#define HB_OT_VAR_FVAR_TABLE_HH + +#include "hb-open-type-private.hh" + +namespace OT { + + +struct InstanceRecord +{ + inline bool sanitize (hb_sanitize_context_t *c, unsigned int axis_count) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this) && + c->check_array (coordinates, coordinates[0].static_size, axis_count)); + } + + protected: + USHORT subfamilyNameID;/* The name ID for entries in the 'name' table + * that provide subfamily names for this instance. */ + USHORT reserved; /* Reserved for future use — set to 0. */ + Fixed coordinates[VAR];/* The coordinates array for this instance. */ + //USHORT postScriptNameIDX;/*Optional. The name ID for entries in the 'name' + // * table that provide PostScript names for this + // * instance. */ + + public: + DEFINE_SIZE_ARRAY (4, coordinates); +}; + +struct AxisRecord +{ + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this)); + } + + public: + Tag axisTag; /* Tag identifying the design variation for the axis. */ + Fixed minValue; /* The minimum coordinate value for the axis. */ + Fixed defaultValue; /* The default coordinate value for the axis. */ + Fixed maxValue; /* The maximum coordinate value for the axis. */ + USHORT reserved; /* Reserved for future use — set to 0. */ + USHORT axisNameID; /* The name ID for entries in the 'name' table that + * provide a display name for this axis. */ + + public: + DEFINE_SIZE_STATIC (20); +}; + + +/* + * fvar — Font Variations Table + */ + +#define HB_OT_TAG_fvar HB_TAG('f','v','a','r') + +struct fvar +{ + static const hb_tag_t tableTag = HB_OT_TAG_fvar; + + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (version.sanitize (c) && + likely (version.major == 1) && + c->check_struct (this) && + instanceSize >= axisCount * 4 + 4 && + axisSize <= 1024 && /* Arbitrary, just to simplify overflow checks. */ + instanceSize <= 1024 && /* Arbitrary, just to simplify overflow checks. */ + c->check_range (this, things) && + c->check_range (&StructAtOffset (this, things), + axisCount * axisSize + instanceCount * instanceSize)); + } + + inline unsigned int get_axis_count (void) const + { return axisCount; } + + inline bool get_axis (unsigned int index, hb_ot_var_axis_t *info) const + { + if (unlikely (index >= axisCount)) + return false; + + if (info) + { + const AxisRecord &axis = get_axes ()[index]; + info->tag = axis.axisTag; + info->name_id = axis.axisNameID; + info->default_value = axis.defaultValue / 65536.; + /* Ensure order, to simplify client math. */ + info->min_value = MIN (info->default_value, axis.minValue / 65536.); + info->max_value = MAX (info->default_value, axis.maxValue / 65536.); + } + + return true; + } + + inline unsigned int get_axis_infos (unsigned int start_offset, + unsigned int *axes_count /* IN/OUT */, + hb_ot_var_axis_t *axes_array /* OUT */) const + { + if (axes_count) + { + unsigned int count = axisCount; + start_offset = MIN (start_offset, count); + + count -= start_offset; + axes_array += start_offset; + + count = MIN (count, *axes_count); + *axes_count = count; + + for (unsigned int i = 0; i < count; i++) + get_axis (start_offset + i, axes_array + i); + } + return axisCount; + } + + inline bool find_axis (hb_tag_t tag, unsigned int *index, hb_ot_var_axis_t *info) const + { + const AxisRecord *axes = get_axes (); + unsigned int count = get_axis_count (); + for (unsigned int i = 0; i < count; i++) + if (axes[i].axisTag == tag) + { + if (index) + *index = i; + return get_axis (i, info); + } + if (index) + *index = HB_OT_VAR_NO_AXIS_INDEX; + return false; + } + + inline int normalize_axis_value (unsigned int axis_index, float v) const + { + hb_ot_var_axis_t axis; + if (!get_axis (axis_index, &axis)) + return 0; + + v = MAX (MIN (v, axis.max_value), axis.min_value); /* Clamp. */ + + if (v == axis.default_value) + return 0; + else if (v < axis.default_value) + v = (v - axis.default_value) / (axis.default_value - axis.min_value); + else + v = (v - axis.default_value) / (axis.max_value - axis.default_value); + return (int) (v * 16384. + (v >= 0. ? .5 : -.5)); + } + + protected: + inline const AxisRecord * get_axes (void) const + { return &StructAtOffset (this, things); } + + inline const InstanceRecord * get_instances (void) const + { return &StructAtOffset (get_axes () + axisCount, 0); } + + protected: + FixedVersion<>version; /* Version of the fvar table + * initially set to 0x00010000u */ + Offset<> things; /* Offset in bytes from the beginning of the table + * to the start of the AxisRecord array. */ + USHORT reserved; /* This field is permanently reserved. Set to 2. */ + USHORT axisCount; /* The number of variation axes in the font (the + * number of records in the axes array). */ + USHORT axisSize; /* The size in bytes of each VariationAxisRecord — + * set to 20 (0x0014) for this version. */ + USHORT instanceCount; /* The number of named instances defined in the font + * (the number of records in the instances array). */ + USHORT instanceSize; /* The size in bytes of each InstanceRecord — set + * to either axisCount * sizeof(Fixed) + 4, or to + * axisCount * sizeof(Fixed) + 6. */ + + public: + DEFINE_SIZE_STATIC (16); +}; + +} /* namespace OT */ + + +#endif /* HB_OT_VAR_FVAR_TABLE_HH */ diff --git a/src/hb-ot-var-hvar-table.hh b/src/hb-ot-var-hvar-table.hh new file mode 100644 index 0000000..f9d801e --- /dev/null +++ b/src/hb-ot-var-hvar-table.hh @@ -0,0 +1,165 @@ +/* + * Copyright © 2017 Google, Inc. + * + * This is part of HarfBuzz, a text shaping library. + * + * Permission is hereby granted, without written agreement and without + * license or royalty fees, to use, copy, modify, and distribute this + * software and its documentation for any purpose, provided that the + * above copyright notice and the following two paragraphs appear in + * all copies of this software. + * + * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR + * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES + * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN + * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH + * DAMAGE. + * + * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + * FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS + * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO + * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + * + * Google Author(s): Behdad Esfahbod + */ + +#ifndef HB_OT_VAR_HVAR_TABLE_HH +#define HB_OT_VAR_HVAR_TABLE_HH + +#include "hb-ot-layout-common-private.hh" + + +namespace OT { + + +struct DeltaSetIndexMap +{ + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this) && + c->check_array (mapData, get_width (), mapCount)); + } + + unsigned int map (unsigned int v) const /* Returns 16.16 outer.inner. */ + { + /* If count is zero, pass value unchanged. This takes + * care of direct mapping for advance map. */ + if (!mapCount) + return v; + + if (v >= mapCount) + v = mapCount - 1; + + unsigned int u = 0; + { /* Fetch it. */ + unsigned int w = get_width (); + const BYTE *p = mapData + w * v; + for (; w; w--) + u = (u << 8) + *p++; + } + + { /* Repack it. */ + unsigned int n = get_inner_bitcount (); + unsigned int outer = u >> n; + unsigned int inner = u & ((1 << n) - 1); + u = (outer<<16) | inner; + } + + return u; + } + + protected: + inline unsigned int get_width (void) const + { return ((format >> 4) & 3) + 1; } + + inline unsigned int get_inner_bitcount (void) const + { return (format & 0xF) + 1; } + + protected: + USHORT format; /* A packed field that describes the compressed + * representation of delta-set indices. */ + USHORT mapCount; /* The number of mapping entries. */ + BYTE mapData[VAR]; /* The delta-set index mapping data. */ + + public: + DEFINE_SIZE_ARRAY (4, mapData); +}; + + +/* + * HVAR -- The Horizontal Metrics Variations Table + * VVAR -- The Vertical Metrics Variations Table + */ + +#define HB_OT_TAG_HVAR HB_TAG('H','V','A','R') +#define HB_OT_TAG_VVAR HB_TAG('V','V','A','R') + +struct HVARVVAR +{ + static const hb_tag_t HVARTag = HB_OT_TAG_HVAR; + static const hb_tag_t VVARTag = HB_OT_TAG_VVAR; + + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (version.sanitize (c) && + likely (version.major == 1) && + varStore.sanitize (c, this) && + advMap.sanitize (c, this) && + lsbMap.sanitize (c, this) && + rsbMap.sanitize (c, this)); + } + + inline float get_advance_var (hb_codepoint_t glyph, + int *coords, unsigned int coord_count) const + { + unsigned int varidx = (this+advMap).map (glyph); + return (this+varStore).get_delta (varidx, coords, coord_count); + } + + inline bool has_sidebearing_deltas (void) const + { return lsbMap && rsbMap; } + + protected: + FixedVersion<>version; /* Version of the metrics variation table + * initially set to 0x00010000u */ + LOffsetTo + varStore; /* Offset to item variation store table. */ + LOffsetTo + advMap; /* Offset to advance var-idx mapping. */ + LOffsetTo + lsbMap; /* Offset to lsb/tsb var-idx mapping. */ + LOffsetTo + rsbMap; /* Offset to rsb/bsb var-idx mapping. */ + + public: + DEFINE_SIZE_STATIC (20); +}; + +struct HVAR : HVARVVAR { + static const hb_tag_t tableTag = HB_OT_TAG_HVAR; +}; +struct VVAR : HVARVVAR { + static const hb_tag_t tableTag = HB_OT_TAG_VVAR; + + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (static_cast (this)->sanitize (c) && + vorgMap.sanitize (c, this)); + } + + protected: + LOffsetTo + vorgMap; /* Offset to vertical-origin var-idx mapping. */ + + public: + DEFINE_SIZE_STATIC (24); +}; + +} /* namespace OT */ + + +#endif /* HB_OT_VAR_HVAR_TABLE_HH */ diff --git a/src/hb-ot-var-mvar-table.hh b/src/hb-ot-var-mvar-table.hh new file mode 100644 index 0000000..3cb7498 --- /dev/null +++ b/src/hb-ot-var-mvar-table.hh @@ -0,0 +1,110 @@ +/* + * Copyright © 2017 Google, Inc. + * + * This is part of HarfBuzz, a text shaping library. + * + * Permission is hereby granted, without written agreement and without + * license or royalty fees, to use, copy, modify, and distribute this + * software and its documentation for any purpose, provided that the + * above copyright notice and the following two paragraphs appear in + * all copies of this software. + * + * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR + * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES + * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN + * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH + * DAMAGE. + * + * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + * FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS + * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO + * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + * + * Google Author(s): Behdad Esfahbod + */ + +#ifndef HB_OT_VAR_MVAR_TABLE_HH +#define HB_OT_VAR_MVAR_TABLE_HH + +#include "hb-ot-layout-common-private.hh" + + +namespace OT { + + +struct VariationValueRecord +{ + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (this)); + } + + public: + Tag valueTag; /* Four-byte tag identifying a font-wide measure. */ + ULONG varIdx; /* Outer/inner index into VariationStore item. */ + + public: + DEFINE_SIZE_STATIC (8); +}; + + +/* + * MVAR -- Metrics Variations Table + */ + +#define HB_OT_TAG_MVAR HB_TAG('M','V','A','R') + +struct MVAR +{ + static const hb_tag_t tableTag = HB_OT_TAG_MVAR; + + inline bool sanitize (hb_sanitize_context_t *c) const + { + TRACE_SANITIZE (this); + return_trace (version.sanitize (c) && + likely (version.major == 1) && + c->check_struct (this) && + valueRecordSize >= VariationValueRecord::static_size && + varStore.sanitize (c, this) && + c->check_array (values, valueRecordSize, valueRecordCount)); + } + + inline float get_var (hb_tag_t tag, + int *coords, unsigned int coord_count) const + { + const VariationValueRecord *record; + record = (VariationValueRecord *) bsearch (&tag, values, + valueRecordCount, valueRecordSize, + (hb_compare_func_t) tag_compare); + if (!record) + return 0.; + + return (this+varStore).get_delta (record->varIdx, coords, coord_count); + } + +protected: + static inline int tag_compare (const hb_tag_t *a, const Tag *b) + { return b->cmp (*a); } + + protected: + FixedVersion<>version; /* Version of the metrics variation table + * initially set to 0x00010000u */ + USHORT reserved; /* Not used; set to 0. */ + USHORT valueRecordSize;/* The size in bytes of each value record — + * must be greater than zero. */ + USHORT valueRecordCount;/* The number of value records — may be zero. */ + OffsetTo + varStore; /* Offset to item variation store table. */ + BYTE values[VAR]; /* Array of value records. The records must be + * in binary order of their valueTag field. */ + + public: + DEFINE_SIZE_ARRAY (12, values); +}; + +} /* namespace OT */ + + +#endif /* HB_OT_VAR_MVAR_TABLE_HH */ diff --git a/src/hb-ot-var.cc b/src/hb-ot-var.cc new file mode 100644 index 0000000..691196d --- /dev/null +++ b/src/hb-ot-var.cc @@ -0,0 +1,159 @@ +/* + * Copyright © 2017 Google, Inc. + * + * This is part of HarfBuzz, a text shaping library. + * + * Permission is hereby granted, without written agreement and without + * license or royalty fees, to use, copy, modify, and distribute this + * software and its documentation for any purpose, provided that the + * above copyright notice and the following two paragraphs appear in + * all copies of this software. + * + * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR + * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES + * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN + * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH + * DAMAGE. + * + * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + * FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS + * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO + * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + * + * Google Author(s): Behdad Esfahbod + */ + +#include "hb-open-type-private.hh" + +#include "hb-ot-layout-private.hh" +#include "hb-ot-var-avar-table.hh" +#include "hb-ot-var-fvar-table.hh" +#include "hb-ot-var-mvar-table.hh" +#include "hb-ot-var.h" + +/* + * fvar/avar + */ + +static inline const OT::fvar& +_get_fvar (hb_face_t *face) +{ + if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::fvar); + hb_ot_layout_t * layout = hb_ot_layout_from_face (face); + return *(layout->fvar.get ()); +} +static inline const OT::avar& +_get_avar (hb_face_t *face) +{ + if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::avar); + hb_ot_layout_t * layout = hb_ot_layout_from_face (face); + return *(layout->avar.get ()); +} + +/** + * hb_ot_var_has_data: + * @face: #hb_face_t to test + * + * This function allows to verify the presence of OpenType variation data on the face. + * Alternatively, use hb_ot_var_get_axis_count(). + * + * Return value: true if face has a `fvar' table and false otherwise + * + * Since: 1.4.2 + **/ +hb_bool_t +hb_ot_var_has_data (hb_face_t *face) +{ + return &_get_fvar (face) != &OT::Null(OT::fvar); +} + +/** + * hb_ot_var_get_axis_count: + * + * Since: 1.4.2 + **/ +unsigned int +hb_ot_var_get_axis_count (hb_face_t *face) +{ + const OT::fvar &fvar = _get_fvar (face); + return fvar.get_axis_count (); +} + +/** + * hb_ot_var_get_axes: + * + * Since: 1.4.2 + **/ +unsigned int +hb_ot_var_get_axes (hb_face_t *face, + unsigned int start_offset, + unsigned int *axes_count /* IN/OUT */, + hb_ot_var_axis_t *axes_array /* OUT */) +{ + const OT::fvar &fvar = _get_fvar (face); + return fvar.get_axis_infos (start_offset, axes_count, axes_array); +} + +/** + * hb_ot_var_find_axis: + * + * Since: 1.4.2 + **/ +hb_bool_t +hb_ot_var_find_axis (hb_face_t *face, + hb_tag_t axis_tag, + unsigned int *axis_index, + hb_ot_var_axis_t *axis_info) +{ + const OT::fvar &fvar = _get_fvar (face); + return fvar.find_axis (axis_tag, axis_index, axis_info); +} + + +/** + * hb_ot_var_normalize_variations: + * + * Since: 1.4.2 + **/ +void +hb_ot_var_normalize_variations (hb_face_t *face, + const hb_variation_t *variations, /* IN */ + unsigned int variations_length, + int *coords, /* OUT */ + unsigned int coords_length) +{ + for (unsigned int i = 0; i < coords_length; i++) + coords[i] = 0; + + const OT::fvar &fvar = _get_fvar (face); + for (unsigned int i = 0; i < variations_length; i++) + { + unsigned int axis_index; + if (hb_ot_var_find_axis (face, variations[i].tag, &axis_index, NULL) && + axis_index < coords_length) + coords[axis_index] = fvar.normalize_axis_value (axis_index, variations[i].value); + } + + const OT::avar &avar = _get_avar (face); + avar.map_coords (coords, coords_length); +} + +/** + * hb_ot_var_normalize_coords: + * + * Since: 1.4.2 + **/ +void +hb_ot_var_normalize_coords (hb_face_t *face, + unsigned int coords_length, + const float *design_coords, /* IN */ + int *normalized_coords /* OUT */) +{ + const OT::fvar &fvar = _get_fvar (face); + for (unsigned int i = 0; i < coords_length; i++) + normalized_coords[i] = fvar.normalize_axis_value (i, design_coords[i]); + + const OT::avar &avar = _get_avar (face); + avar.map_coords (normalized_coords, coords_length); +} diff --git a/src/hb-ot-var.h b/src/hb-ot-var.h new file mode 100644 index 0000000..a2c0c5f --- /dev/null +++ b/src/hb-ot-var.h @@ -0,0 +1,105 @@ +/* + * Copyright © 2017 Google, Inc. + * + * This is part of HarfBuzz, a text shaping library. + * + * Permission is hereby granted, without written agreement and without + * license or royalty fees, to use, copy, modify, and distribute this + * software and its documentation for any purpose, provided that the + * above copyright notice and the following two paragraphs appear in + * all copies of this software. + * + * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR + * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES + * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN + * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH + * DAMAGE. + * + * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + * FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS + * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO + * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + * + * Red Hat Author(s): Behdad Esfahbod + */ + +#ifndef HB_OT_H_IN +#error "Include instead." +#endif + +#ifndef HB_OT_VAR_H +#define HB_OT_VAR_H + +#include "hb.h" + +HB_BEGIN_DECLS + + +#define HB_OT_TAG_VAR_AXIS_ITALIC HB_TAG('i','t','a','l') +#define HB_OT_TAG_VAR_AXIS_OPTICAL_SIZE HB_TAG('o','p','s','z') +#define HB_OT_TAG_VAR_AXIS_SLANT HB_TAG('s','l','n','t') +#define HB_OT_TAG_VAR_AXIS_WIDTH HB_TAG('w','d','t','h') +#define HB_OT_TAG_VAR_AXIS_WEIGHT HB_TAG('w','g','h','t') + + +/* + * fvar / avar + */ + +/** + * hb_ot_var_axis_t: + * + * Since: 1.4.2 + */ +typedef struct hb_ot_var_axis_t { + hb_tag_t tag; + unsigned int name_id; + float min_value; + float default_value; + float max_value; +} hb_ot_var_axis_t; + +HB_EXTERN hb_bool_t +hb_ot_var_has_data (hb_face_t *face); + +/** + * HB_OT_VAR_NO_AXIS_INDEX: + * + * Since: 1.4.2 + */ +#define HB_OT_VAR_NO_AXIS_INDEX 0xFFFFFFFFu + +HB_EXTERN unsigned int +hb_ot_var_get_axis_count (hb_face_t *face); + +HB_EXTERN unsigned int +hb_ot_var_get_axes (hb_face_t *face, + unsigned int start_offset, + unsigned int *axes_count /* IN/OUT */, + hb_ot_var_axis_t *axes_array /* OUT */); + +HB_EXTERN hb_bool_t +hb_ot_var_find_axis (hb_face_t *face, + hb_tag_t axis_tag, + unsigned int *axis_index, + hb_ot_var_axis_t *axis_info); + + +HB_EXTERN void +hb_ot_var_normalize_variations (hb_face_t *face, + const hb_variation_t *variations, /* IN */ + unsigned int variations_length, + int *coords, /* OUT */ + unsigned int coords_length); + +HB_EXTERN void +hb_ot_var_normalize_coords (hb_face_t *face, + unsigned int coords_length, + const float *design_coords, /* IN */ + int *normalized_coords /* OUT */); + + +HB_END_DECLS + +#endif /* HB_OT_VAR_H */ diff --git a/src/hb-ot.h b/src/hb-ot.h index 47c92a5..2120a3e 100644 --- a/src/hb-ot.h +++ b/src/hb-ot.h @@ -32,8 +32,10 @@ #include "hb-ot-font.h" #include "hb-ot-layout.h" +#include "hb-ot-math.h" #include "hb-ot-tag.h" #include "hb-ot-shape.h" +#include "hb-ot-var.h" HB_BEGIN_DECLS diff --git a/src/hb-private.hh b/src/hb-private.hh index c45be6f..666af62 100644 --- a/src/hb-private.hh +++ b/src/hb-private.hh @@ -689,17 +689,20 @@ _hb_debug_msg_va (const char *what, fprintf (stderr, " %*s ", (unsigned int) (2 * sizeof (void *)), ""); if (indented) { -/* One may want to add ASCII version of these. See: - * https://bugs.freedesktop.org/show_bug.cgi?id=50970 */ #define VBAR "\342\224\202" /* U+2502 BOX DRAWINGS LIGHT VERTICAL */ #define VRBAR "\342\224\234" /* U+251C BOX DRAWINGS LIGHT VERTICAL AND RIGHT */ #define DLBAR "\342\225\256" /* U+256E BOX DRAWINGS LIGHT ARC DOWN AND LEFT */ #define ULBAR "\342\225\257" /* U+256F BOX DRAWINGS LIGHT ARC UP AND LEFT */ #define LBAR "\342\225\264" /* U+2574 BOX DRAWINGS LIGHT LEFT */ - static const char bars[] = VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR; + static const char bars[] = + VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR + VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR + VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR + VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR + VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR VBAR; fprintf (stderr, "%2u %s" VRBAR "%s", level, - bars + sizeof (bars) - 1 - MIN ((unsigned int) sizeof (bars), (unsigned int) (sizeof (VBAR) - 1) * level), + bars + sizeof (bars) - 1 - MIN ((unsigned int) sizeof (bars) - 1, (unsigned int) (sizeof (VBAR) - 1) * level), level_dir ? (level_dir > 0 ? DLBAR : ULBAR) : LBAR); } else fprintf (stderr, " " VRBAR LBAR); diff --git a/src/hb-set-private.hh b/src/hb-set-private.hh index 3c302b1..e2010d7 100644 --- a/src/hb-set-private.hh +++ b/src/hb-set-private.hh @@ -313,7 +313,7 @@ struct hb_set_t for (unsigned int i = 0; i < ELTS; i++) if (elts[i]) for (unsigned int j = 0; j < BITS; j++) - if (elts[i] & (1 << j)) + if (elts[i] & (1u << j)) return i * BITS + j; return INVALID; } @@ -322,7 +322,7 @@ struct hb_set_t for (unsigned int i = ELTS; i; i--) if (elts[i - 1]) for (unsigned int j = BITS; j; j--) - if (elts[i - 1] & (1 << (j - 1))) + if (elts[i - 1] & (1u << (j - 1))) return (i - 1) * BITS + (j - 1); return INVALID; } diff --git a/src/hb-set.cc b/src/hb-set.cc index cb7fcdb..f3fe1ba 100644 --- a/src/hb-set.cc +++ b/src/hb-set.cc @@ -105,7 +105,7 @@ hb_set_destroy (hb_set_t *set) * @set: a set. * @key: * @data: - * @destroy (closure data): + * @destroy: * @replace: * * Return value: diff --git a/src/hb-shape-plan-private.hh b/src/hb-shape-plan-private.hh index 607da5e..aa0413a 100644 --- a/src/hb-shape-plan-private.hh +++ b/src/hb-shape-plan-private.hh @@ -47,12 +47,17 @@ struct hb_shape_plan_t hb_feature_t *user_features; unsigned int num_user_features; + int *coords; + unsigned int num_coords; + struct hb_shaper_data_t shaper_data; }; #define HB_SHAPER_DATA_CREATE_FUNC_EXTRA_ARGS \ - , const hb_feature_t *user_features \ - , unsigned int num_user_features + , const hb_feature_t *user_features \ + , unsigned int num_user_features \ + , const int *coords \ + , unsigned int num_coords #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_PROTOTYPE(shaper, shape_plan); #include "hb-shaper-list.hh" #undef HB_SHAPER_IMPLEMENT diff --git a/src/hb-shape-plan.cc b/src/hb-shape-plan.cc index 56e2ea5..6173766 100644 --- a/src/hb-shape-plan.cc +++ b/src/hb-shape-plan.cc @@ -35,22 +35,18 @@ #endif -#define HB_SHAPER_IMPLEMENT(shaper) \ - HB_SHAPER_DATA_ENSURE_DECLARE(shaper, face) \ - HB_SHAPER_DATA_ENSURE_DECLARE(shaper, font) -#include "hb-shaper-list.hh" -#undef HB_SHAPER_IMPLEMENT - - static void hb_shape_plan_plan (hb_shape_plan_t *shape_plan, const hb_feature_t *user_features, unsigned int num_user_features, + const int *coords, + unsigned int num_coords, const char * const *shaper_list) { DEBUG_MSG_FUNC (SHAPE_PLAN, shape_plan, - "num_features=%d shaper_list=%p", + "num_features=%d num_coords=%d shaper_list=%p", num_user_features, + num_coords, shaper_list); const hb_shaper_pair_t *shapers = _hb_shapers_get (); @@ -59,7 +55,9 @@ hb_shape_plan_plan (hb_shape_plan_t *shape_plan, HB_STMT_START { \ if (hb_##shaper##_shaper_face_data_ensure (shape_plan->face_unsafe)) { \ HB_SHAPER_DATA (shaper, shape_plan) = \ - HB_SHAPER_DATA_CREATE_FUNC (shaper, shape_plan) (shape_plan, user_features, num_user_features); \ + HB_SHAPER_DATA_CREATE_FUNC (shaper, shape_plan) (shape_plan, \ + user_features, num_user_features, \ + coords, num_coords); \ shape_plan->shaper_func = _hb_##shaper##_shape; \ shape_plan->shaper_name = #shaper; \ return; \ @@ -115,14 +113,31 @@ hb_shape_plan_create (hb_face_t *face, unsigned int num_user_features, const char * const *shaper_list) { + return hb_shape_plan_create2 (face, props, + user_features, num_user_features, + NULL, 0, + shaper_list); +} + +hb_shape_plan_t * +hb_shape_plan_create2 (hb_face_t *face, + const hb_segment_properties_t *props, + const hb_feature_t *user_features, + unsigned int num_user_features, + const int *orig_coords, + unsigned int num_coords, + const char * const *shaper_list) +{ DEBUG_MSG_FUNC (SHAPE_PLAN, NULL, - "face=%p num_features=%d shaper_list=%p", + "face=%p num_features=%d num_coords=%d shaper_list=%p", face, num_user_features, + num_coords, shaper_list); hb_shape_plan_t *shape_plan; hb_feature_t *features = NULL; + int *coords = NULL; if (unlikely (!face)) face = hb_face_get_empty (); @@ -130,7 +145,14 @@ hb_shape_plan_create (hb_face_t *face, return hb_shape_plan_get_empty (); if (num_user_features && !(features = (hb_feature_t *) calloc (num_user_features, sizeof (hb_feature_t)))) return hb_shape_plan_get_empty (); - if (!(shape_plan = hb_object_create ())) { + if (num_coords && !(coords = (int *) calloc (num_coords, sizeof (int)))) + { + free (features); + return hb_shape_plan_get_empty (); + } + if (!(shape_plan = hb_object_create ())) + { + free (coords); free (features); return hb_shape_plan_get_empty (); } @@ -145,8 +167,15 @@ hb_shape_plan_create (hb_face_t *face, shape_plan->user_features = features; if (num_user_features) memcpy (features, user_features, num_user_features * sizeof (hb_feature_t)); + shape_plan->num_coords = num_coords; + shape_plan->coords = coords; + if (num_coords) + memcpy (coords, orig_coords, num_coords * sizeof (int)); - hb_shape_plan_plan (shape_plan, user_features, num_user_features, shaper_list); + hb_shape_plan_plan (shape_plan, + user_features, num_user_features, + coords, num_coords, + shaper_list); return shape_plan; } @@ -176,6 +205,9 @@ hb_shape_plan_get_empty (void) NULL, /* user_features */ 0, /* num_user_featurs */ + NULL, /* coords */ + 0, /* num_coords */ + { #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_INVALID, #include "hb-shaper-list.hh" @@ -220,6 +252,7 @@ hb_shape_plan_destroy (hb_shape_plan_t *shape_plan) #undef HB_SHAPER_IMPLEMENT free (shape_plan->user_features); + free (shape_plan->coords); free (shape_plan); } @@ -289,9 +322,10 @@ hb_shape_plan_execute (hb_shape_plan_t *shape_plan, unsigned int num_features) { DEBUG_MSG_FUNC (SHAPE_PLAN, shape_plan, - "num_features=%d shaper_func=%p", + "num_features=%d shaper_func=%p, shaper_name=%s", num_features, - shape_plan->shaper_func); + shape_plan->shaper_func, + shape_plan->shaper_name); if (unlikely (!buffer->len)) return true; @@ -350,6 +384,8 @@ struct hb_shape_plan_proposal_t const char * const *shaper_list; const hb_feature_t *user_features; unsigned int num_user_features; + const int *coords; + unsigned int num_coords; hb_shape_func_t *shaper_func; }; @@ -357,12 +393,26 @@ static inline hb_bool_t hb_shape_plan_user_features_match (const hb_shape_plan_t *shape_plan, const hb_shape_plan_proposal_t *proposal) { - if (proposal->num_user_features != shape_plan->num_user_features) return false; + if (proposal->num_user_features != shape_plan->num_user_features) + return false; for (unsigned int i = 0, n = proposal->num_user_features; i < n; i++) if (proposal->user_features[i].tag != shape_plan->user_features[i].tag || proposal->user_features[i].value != shape_plan->user_features[i].value || proposal->user_features[i].start != shape_plan->user_features[i].start || - proposal->user_features[i].end != shape_plan->user_features[i].end) return false; + proposal->user_features[i].end != shape_plan->user_features[i].end) + return false; + return true; +} + +static inline hb_bool_t +hb_shape_plan_coords_match (const hb_shape_plan_t *shape_plan, + const hb_shape_plan_proposal_t *proposal) +{ + if (proposal->num_coords != shape_plan->num_coords) + return false; + for (unsigned int i = 0, n = proposal->num_coords; i < n; i++) + if (proposal->coords[i] != shape_plan->coords[i]) + return false; return true; } @@ -372,6 +422,7 @@ hb_shape_plan_matches (const hb_shape_plan_t *shape_plan, { return hb_segment_properties_equal (&shape_plan->props, &proposal->props) && hb_shape_plan_user_features_match (shape_plan, proposal) && + hb_shape_plan_coords_match (shape_plan, proposal) && ((shape_plan->default_shaper_list && proposal->shaper_list == NULL) || (shape_plan->shaper_func == proposal->shaper_func)); } @@ -380,14 +431,22 @@ static inline hb_bool_t hb_non_global_user_features_present (const hb_feature_t *user_features, unsigned int num_user_features) { - while (num_user_features) + while (num_user_features) { if (user_features->start != 0 || user_features->end != (unsigned int) -1) return true; - else - num_user_features--, user_features++; + num_user_features--; + user_features++; + } return false; } +static inline hb_bool_t +hb_coords_present (const int *coords, + unsigned int num_coords) +{ + return num_coords != 0; +} + /** * hb_shape_plan_create_cached: * @face: @@ -409,6 +468,21 @@ hb_shape_plan_create_cached (hb_face_t *face, unsigned int num_user_features, const char * const *shaper_list) { + return hb_shape_plan_create_cached2 (face, props, + user_features, num_user_features, + NULL, 0, + shaper_list); +} + +hb_shape_plan_t * +hb_shape_plan_create_cached2 (hb_face_t *face, + const hb_segment_properties_t *props, + const hb_feature_t *user_features, + unsigned int num_user_features, + const int *coords, + unsigned int num_coords, + const char * const *shaper_list) +{ DEBUG_MSG_FUNC (SHAPE_PLAN, NULL, "face=%p num_features=%d shaper_list=%p", face, @@ -455,16 +529,21 @@ retry: /* Not found. */ - hb_shape_plan_t *shape_plan = hb_shape_plan_create (face, props, user_features, num_user_features, shaper_list); + hb_shape_plan_t *shape_plan = hb_shape_plan_create2 (face, props, + user_features, num_user_features, + coords, num_coords, + shaper_list); /* Don't add to the cache if face is inert. */ if (unlikely (hb_object_is_inert (face))) return shape_plan; /* Don't add the plan to the cache if there were user features with non-global ranges */ - if (hb_non_global_user_features_present (user_features, num_user_features)) return shape_plan; + /* Don't add the plan to the cache if there were variation coordinates XXX Fix me. */ + if (hb_coords_present (coords, num_coords)) + return shape_plan; hb_face_t::plan_node_t *node = (hb_face_t::plan_node_t *) calloc (1, sizeof (hb_face_t::plan_node_t)); if (unlikely (!node)) diff --git a/src/hb-shape-plan.h b/src/hb-shape-plan.h index aa5e0c7..b62ae7c 100644 --- a/src/hb-shape-plan.h +++ b/src/hb-shape-plan.h @@ -53,6 +53,25 @@ hb_shape_plan_create_cached (hb_face_t *face, const char * const *shaper_list); HB_EXTERN hb_shape_plan_t * +hb_shape_plan_create2 (hb_face_t *face, + const hb_segment_properties_t *props, + const hb_feature_t *user_features, + unsigned int num_user_features, + const int *coords, + unsigned int num_coords, + const char * const *shaper_list); + +HB_EXTERN hb_shape_plan_t * +hb_shape_plan_create_cached2 (hb_face_t *face, + const hb_segment_properties_t *props, + const hb_feature_t *user_features, + unsigned int num_user_features, + const int *coords, + unsigned int num_coords, + const char * const *shaper_list); + + +HB_EXTERN hb_shape_plan_t * hb_shape_plan_get_empty (void); HB_EXTERN hb_shape_plan_t * diff --git a/src/hb-shape.cc b/src/hb-shape.cc index 41a4fc5..f080a15 100644 --- a/src/hb-shape.cc +++ b/src/hb-shape.cc @@ -45,254 +45,6 @@ * contains the output glyphs and their positions. **/ -static bool -parse_space (const char **pp, const char *end) -{ - while (*pp < end && ISSPACE (**pp)) - (*pp)++; - return true; -} - -static bool -parse_char (const char **pp, const char *end, char c) -{ - parse_space (pp, end); - - if (*pp == end || **pp != c) - return false; - - (*pp)++; - return true; -} - -static bool -parse_uint (const char **pp, const char *end, unsigned int *pv) -{ - char buf[32]; - unsigned int len = MIN (ARRAY_LENGTH (buf) - 1, (unsigned int) (end - *pp)); - strncpy (buf, *pp, len); - buf[len] = '\0'; - - char *p = buf; - char *pend = p; - unsigned int v; - - /* Intentionally use strtol instead of strtoul, such that - * -1 turns into "big number"... */ - errno = 0; - v = strtol (p, &pend, 0); - if (errno || p == pend) - return false; - - *pv = v; - *pp += pend - p; - return true; -} - -static bool -parse_bool (const char **pp, const char *end, unsigned int *pv) -{ - parse_space (pp, end); - - const char *p = *pp; - while (*pp < end && ISALPHA(**pp)) - (*pp)++; - - /* CSS allows on/off as aliases 1/0. */ - if (*pp - p == 2 || 0 == strncmp (p, "on", 2)) - *pv = 1; - else if (*pp - p == 3 || 0 == strncmp (p, "off", 2)) - *pv = 0; - else - return false; - - return true; -} - -static bool -parse_feature_value_prefix (const char **pp, const char *end, hb_feature_t *feature) -{ - if (parse_char (pp, end, '-')) - feature->value = 0; - else { - parse_char (pp, end, '+'); - feature->value = 1; - } - - return true; -} - -static bool -parse_feature_tag (const char **pp, const char *end, hb_feature_t *feature) -{ - parse_space (pp, end); - - char quote = 0; - - if (*pp < end && (**pp == '\'' || **pp == '"')) - { - quote = **pp; - (*pp)++; - } - - const char *p = *pp; - while (*pp < end && ISALNUM(**pp)) - (*pp)++; - - if (p == *pp || *pp - p > 4) - return false; - - feature->tag = hb_tag_from_string (p, *pp - p); - - if (quote) - { - /* CSS expects exactly four bytes. And we only allow quotations for - * CSS compatibility. So, enforce the length. */ - if (*pp - p != 4) - return false; - if (*pp == end || **pp != quote) - return false; - (*pp)++; - } - - return true; -} - -static bool -parse_feature_indices (const char **pp, const char *end, hb_feature_t *feature) -{ - parse_space (pp, end); - - bool has_start; - - feature->start = 0; - feature->end = (unsigned int) -1; - - if (!parse_char (pp, end, '[')) - return true; - - has_start = parse_uint (pp, end, &feature->start); - - if (parse_char (pp, end, ':')) { - parse_uint (pp, end, &feature->end); - } else { - if (has_start) - feature->end = feature->start + 1; - } - - return parse_char (pp, end, ']'); -} - -static bool -parse_feature_value_postfix (const char **pp, const char *end, hb_feature_t *feature) -{ - bool had_equal = parse_char (pp, end, '='); - bool had_value = parse_uint (pp, end, &feature->value) || - parse_bool (pp, end, &feature->value); - /* CSS doesn't use equal-sign between tag and value. - * If there was an equal-sign, then there *must* be a value. - * A value without an eqaul-sign is ok, but not required. */ - return !had_equal || had_value; -} - - -static bool -parse_one_feature (const char **pp, const char *end, hb_feature_t *feature) -{ - return parse_feature_value_prefix (pp, end, feature) && - parse_feature_tag (pp, end, feature) && - parse_feature_indices (pp, end, feature) && - parse_feature_value_postfix (pp, end, feature) && - parse_space (pp, end) && - *pp == end; -} - -/** - * hb_feature_from_string: - * @str: (array length=len) (element-type uint8_t): a string to parse - * @len: length of @str, or -1 if string is %NULL terminated - * @feature: (out): the #hb_feature_t to initialize with the parsed values - * - * Parses a string into a #hb_feature_t. - * - * TODO: document the syntax here. - * - * Return value: - * %true if @str is successfully parsed, %false otherwise. - * - * Since: 0.9.5 - **/ -hb_bool_t -hb_feature_from_string (const char *str, int len, - hb_feature_t *feature) -{ - hb_feature_t feat; - - if (len < 0) - len = strlen (str); - - if (likely (parse_one_feature (&str, str + len, &feat))) - { - if (feature) - *feature = feat; - return true; - } - - if (feature) - memset (feature, 0, sizeof (*feature)); - return false; -} - -/** - * hb_feature_to_string: - * @feature: an #hb_feature_t to convert - * @buf: (array length=size) (out): output string - * @size: the allocated size of @buf - * - * Converts a #hb_feature_t into a %NULL-terminated string in the format - * understood by hb_feature_from_string(). The client in responsible for - * allocating big enough size for @buf, 128 bytes is more than enough. - * - * Since: 0.9.5 - **/ -void -hb_feature_to_string (hb_feature_t *feature, - char *buf, unsigned int size) -{ - if (unlikely (!size)) return; - - char s[128]; - unsigned int len = 0; - if (feature->value == 0) - s[len++] = '-'; - hb_tag_to_string (feature->tag, s + len); - len += 4; - while (len && s[len - 1] == ' ') - len--; - if (feature->start != 0 || feature->end != (unsigned int) -1) - { - s[len++] = '['; - if (feature->start) - len += MAX (0, snprintf (s + len, ARRAY_LENGTH (s) - len, "%u", feature->start)); - if (feature->end != feature->start + 1) { - s[len++] = ':'; - if (feature->end != (unsigned int) -1) - len += MAX (0, snprintf (s + len, ARRAY_LENGTH (s) - len, "%u", feature->end)); - } - s[len++] = ']'; - } - if (feature->value > 1) - { - s[len++] = '='; - len += MAX (0, snprintf (s + len, ARRAY_LENGTH (s) - len, "%u", feature->value)); - } - assert (len < ARRAY_LENGTH (s)); - len = MIN (len, size - 1); - memcpy (buf, s, len); - buf[len] = '\0'; -} - - static const char **static_shaper_list; #ifdef HB_USE_ATEXIT @@ -362,7 +114,7 @@ retry: * shapers will be used in the given order, otherwise the default shapers list * will be used. * - * Return value: %FALSE if all shapers failed, %TRUE otherwise + * Return value: false if all shapers failed, true otherwise * * Since: 0.9.2 **/ @@ -373,7 +125,10 @@ hb_shape_full (hb_font_t *font, unsigned int num_features, const char * const *shaper_list) { - hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props, features, num_features, shaper_list); + hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached2 (font->face, &buffer->props, + features, num_features, + font->coords, font->num_coords, + shaper_list); hb_bool_t res = hb_shape_plan_execute (shape_plan, font, buffer, features, num_features); hb_shape_plan_destroy (shape_plan); diff --git a/src/hb-shape.h b/src/hb-shape.h index 53bb845..39507ff 100644 --- a/src/hb-shape.h +++ b/src/hb-shape.h @@ -40,22 +40,6 @@ HB_BEGIN_DECLS -typedef struct hb_feature_t { - hb_tag_t tag; - uint32_t value; - unsigned int start; - unsigned int end; -} hb_feature_t; - -HB_EXTERN hb_bool_t -hb_feature_from_string (const char *str, int len, - hb_feature_t *feature); - -HB_EXTERN void -hb_feature_to_string (hb_feature_t *feature, - char *buf, unsigned int size); - - HB_EXTERN void hb_shape (hb_font_t *font, hb_buffer_t *buffer, diff --git a/src/hb-shaper-private.hh b/src/hb-shaper-private.hh index d1d1146..381398a 100644 --- a/src/hb-shaper-private.hh +++ b/src/hb-shaper-private.hh @@ -65,27 +65,31 @@ struct hb_shaper_data_t { #define HB_SHAPER_DATA_INVALID ((void *) -1) #define HB_SHAPER_DATA_IS_INVALID(data) ((void *) (data) == HB_SHAPER_DATA_INVALID) -#define HB_SHAPER_DATA_TYPE(shaper, object) struct hb_##shaper##_shaper_##object##_data_t +#define HB_SHAPER_DATA_TYPE_NAME(shaper, object) hb_##shaper##_shaper_##object##_data_t +#define HB_SHAPER_DATA_TYPE(shaper, object) struct HB_SHAPER_DATA_TYPE_NAME(shaper, object) #define HB_SHAPER_DATA_INSTANCE(shaper, object, instance) (* (HB_SHAPER_DATA_TYPE(shaper, object) **) &(instance)->shaper_data.shaper) -#define HB_SHAPER_DATA(shaper, object) HB_SHAPER_DATA_INSTANCE (shaper, object, object) +#define HB_SHAPER_DATA(shaper, object) HB_SHAPER_DATA_INSTANCE(shaper, object, object) #define HB_SHAPER_DATA_CREATE_FUNC(shaper, object) _hb_##shaper##_shaper_##object##_data_create #define HB_SHAPER_DATA_DESTROY_FUNC(shaper, object) _hb_##shaper##_shaper_##object##_data_destroy +#define HB_SHAPER_DATA_ENSURE_FUNC(shaper, object) hb_##shaper##_shaper_##object##_data_ensure #define HB_SHAPER_DATA_PROTOTYPE(shaper, object) \ HB_SHAPER_DATA_TYPE (shaper, object); /* Type forward declaration. */ \ extern "C" HB_INTERNAL HB_SHAPER_DATA_TYPE (shaper, object) * \ HB_SHAPER_DATA_CREATE_FUNC (shaper, object) (hb_##object##_t *object HB_SHAPER_DATA_CREATE_FUNC_EXTRA_ARGS); \ extern "C" HB_INTERNAL void \ - HB_SHAPER_DATA_DESTROY_FUNC (shaper, object) (HB_SHAPER_DATA_TYPE (shaper, object) *data) + HB_SHAPER_DATA_DESTROY_FUNC (shaper, object) (HB_SHAPER_DATA_TYPE (shaper, object) *data); \ + extern "C" HB_INTERNAL bool \ + HB_SHAPER_DATA_ENSURE_FUNC (shaper, object) (hb_##object##_t *object) #define HB_SHAPER_DATA_DESTROY(shaper, object) \ if (HB_SHAPER_DATA_TYPE (shaper, object) *data = HB_SHAPER_DATA (shaper, object)) \ if (data != HB_SHAPER_DATA_INVALID && data != HB_SHAPER_DATA_SUCCEEDED) \ HB_SHAPER_DATA_DESTROY_FUNC (shaper, object) (data); -#define HB_SHAPER_DATA_ENSURE_DECLARE(shaper, object) \ -static inline bool \ -hb_##shaper##_shaper_##object##_data_ensure (hb_##object##_t *object) \ +#define HB_SHAPER_DATA_ENSURE_DEFINE(shaper, object) \ +bool \ +HB_SHAPER_DATA_ENSURE_FUNC(shaper, object) (hb_##object##_t *object) \ {\ retry: \ HB_SHAPER_DATA_TYPE (shaper, object) *data = (HB_SHAPER_DATA_TYPE (shaper, object) *) hb_atomic_ptr_get (&HB_SHAPER_DATA (shaper, object)); \ diff --git a/src/hb-ucdn/Makefile.in b/src/hb-ucdn/Makefile.in index 0177460..0d51342 100644 --- a/src/hb-ucdn/Makefile.in +++ b/src/hb-ucdn/Makefile.in @@ -95,8 +95,9 @@ CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) libhb_ucdn_la_DEPENDENCIES = -am__objects_1 = libhb_ucdn_la-ucdn.lo -am_libhb_ucdn_la_OBJECTS = $(am__objects_1) +am__objects_1 = +am__objects_2 = libhb_ucdn_la-ucdn.lo $(am__objects_1) +am_libhb_ucdn_la_OBJECTS = $(am__objects_2) libhb_ucdn_la_OBJECTS = $(am_libhb_ucdn_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) @@ -337,10 +338,12 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ noinst_LTLIBRARIES = libhb-ucdn.la +NULL = LIBHB_UCDN_sources = \ ucdn.h \ ucdn.c \ - unicodedata_db.h + unicodedata_db.h \ + $(NULL) libhb_ucdn_la_SOURCES = $(LIBHB_UCDN_sources) libhb_ucdn_la_CPPFLAGS = \ diff --git a/src/hb-ucdn/Makefile.sources b/src/hb-ucdn/Makefile.sources index d5f87b2..52778d4 100644 --- a/src/hb-ucdn/Makefile.sources +++ b/src/hb-ucdn/Makefile.sources @@ -1,4 +1,7 @@ +NULL = + LIBHB_UCDN_sources = \ ucdn.h \ ucdn.c \ - unicodedata_db.h + unicodedata_db.h \ + $(NULL) diff --git a/src/hb-unicode.cc b/src/hb-unicode.cc index 487d10b..d553a71 100644 --- a/src/hb-unicode.cc +++ b/src/hb-unicode.cc @@ -131,12 +131,12 @@ hb_unicode_funcs_get_default (void) #define HB_UNICODE_FUNCS_IMPLEMENT(set) \ return hb_##set##_get_unicode_funcs (); -#ifdef HAVE_GLIB +#if defined(HAVE_UCDN) + HB_UNICODE_FUNCS_IMPLEMENT(ucdn) +#elif defined(HAVE_GLIB) HB_UNICODE_FUNCS_IMPLEMENT(glib) #elif defined(HAVE_ICU) && defined(HAVE_ICU_BUILTIN) HB_UNICODE_FUNCS_IMPLEMENT(icu) -#elif defined(HAVE_UCDN) - HB_UNICODE_FUNCS_IMPLEMENT(ucdn) #else #define HB_UNICODE_FUNCS_NIL 1 HB_UNICODE_FUNCS_IMPLEMENT(nil) diff --git a/src/hb-uniscribe.cc b/src/hb-uniscribe.cc index 7fda678..58f983d 100644 --- a/src/hb-uniscribe.cc +++ b/src/hb-uniscribe.cc @@ -293,8 +293,8 @@ struct range_record_t { unsigned int index_last; /* == end - 1 */ }; -HB_SHAPER_DATA_ENSURE_DECLARE(uniscribe, face) -HB_SHAPER_DATA_ENSURE_DECLARE(uniscribe, font) +HB_SHAPER_DATA_ENSURE_DEFINE(uniscribe, face) +HB_SHAPER_DATA_ENSURE_DEFINE(uniscribe, font) /* @@ -587,7 +587,9 @@ struct hb_uniscribe_shaper_shape_plan_data_t {}; hb_uniscribe_shaper_shape_plan_data_t * _hb_uniscribe_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, const hb_feature_t *user_features HB_UNUSED, - unsigned int num_user_features HB_UNUSED) + unsigned int num_user_features HB_UNUSED, + const int *coords HB_UNUSED, + unsigned int num_coords HB_UNUSED) { return (hb_uniscribe_shaper_shape_plan_data_t *) HB_SHAPER_DATA_SUCCEEDED; } @@ -771,7 +773,7 @@ retry: pchars[chars_len++] = 0xFFFDu; else { pchars[chars_len++] = 0xD800u + ((c - 0x10000u) >> 10); - pchars[chars_len++] = 0xDC00u + ((c - 0x10000u) & ((1 << 10) - 1)); + pchars[chars_len++] = 0xDC00u + ((c - 0x10000u) & ((1u << 10) - 1)); } } @@ -827,7 +829,7 @@ retry: /* MinGW32 doesn't define fMergeNeutralItems, so we bruteforce */ //bidi_control.fMergeNeutralItems = true; - *(uint32_t*)&bidi_control |= 1<<24; + *(uint32_t*)&bidi_control |= 1u<<24; bidi_state.uBidiLevel = HB_DIRECTION_IS_FORWARD (buffer->props.direction) ? 0 : 1; bidi_state.fOverrideDirection = 1; diff --git a/src/hb-version.h b/src/hb-version.h index 78e552e..13be798 100644 --- a/src/hb-version.h +++ b/src/hb-version.h @@ -37,10 +37,10 @@ HB_BEGIN_DECLS #define HB_VERSION_MAJOR 1 -#define HB_VERSION_MINOR 3 -#define HB_VERSION_MICRO 0 +#define HB_VERSION_MINOR 4 +#define HB_VERSION_MICRO 6 -#define HB_VERSION_STRING "1.3.0" +#define HB_VERSION_STRING "1.4.6" #define HB_VERSION_ATLEAST(major,minor,micro) \ ((major)*10000+(minor)*100+(micro) <= \ diff --git a/test/api/Makefile.am b/test/api/Makefile.am index d7d40af..530bf3e 100644 --- a/test/api/Makefile.am +++ b/test/api/Makefile.am @@ -43,10 +43,29 @@ endif if HAVE_OT + TEST_PROGS += \ test-ot-tag \ $(NULL) -endif + +if HAVE_FREETYPE +TEST_PROGS += \ + test-ot-math \ + $(NULL) +test_ot_math_LDADD = $(LDADD) $(FREETYPE_LIBS) +test_ot_math_CPPFLAGS = $(AM_CPPFLAGS) $(FREETYPE_CFLAGS) +EXTRA_DIST += \ + fonts/MathTestFontEmpty.otf \ + fonts/MathTestFontFull.otf \ + fonts/MathTestFontNone.otf \ + fonts/MathTestFontPartial1.otf \ + fonts/MathTestFontPartial2.otf \ + fonts/MathTestFontPartial3.otf \ + fonts/MathTestFontPartial4.otf \ + $(NULL) +endif # HAVE_FREETYPE + +endif # HAVE_OT # Tests for header compilation TEST_PROGS += \ @@ -73,6 +92,8 @@ TESTS_ENVIRONMENT = \ G_DEBUG=gc-friendly \ G_SLICE=always-malloc \ srcdir=$(srcdir) \ + G_TEST_SRCDIR=$(abs_srcdir) \ + G_TEST_BUILDDIR=$(abs_builddir) \ $(NULL) diff --git a/test/api/Makefile.in b/test/api/Makefile.in index 951a535..5f4ac87 100644 --- a/test/api/Makefile.in +++ b/test/api/Makefile.in @@ -81,21 +81,35 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @HAVE_GLIB_TRUE@am__append_1 = hb-test.h -@HAVE_GLIB_TRUE@check_PROGRAMS = $(am__EXEEXT_3) -@HAVE_GLIB_TRUE@noinst_PROGRAMS = $(am__EXEEXT_3) +@HAVE_GLIB_TRUE@check_PROGRAMS = $(am__EXEEXT_4) +@HAVE_GLIB_TRUE@noinst_PROGRAMS = $(am__EXEEXT_4) @HAVE_GLIB_TRUE@@HAVE_ICU_TRUE@am__append_2 = $(ICU_CFLAGS) @HAVE_GLIB_TRUE@@HAVE_ICU_TRUE@am__append_3 = $(top_builddir)/src/libharfbuzz-icu.la $(ICU_LIBS) @HAVE_GLIB_TRUE@@HAVE_OT_TRUE@am__append_4 = \ @HAVE_GLIB_TRUE@@HAVE_OT_TRUE@ test-ot-tag \ @HAVE_GLIB_TRUE@@HAVE_OT_TRUE@ $(NULL) -@HAVE_GLIB_TRUE@@HAVE_ICU_TRUE@am__append_5 = $(ICU_CFLAGS) -@HAVE_GLIB_TRUE@@HAVE_ICU_TRUE@am__append_6 = $(ICU_CFLAGS) -@HAVE_FREETYPE_TRUE@@HAVE_GLIB_TRUE@am__append_7 = $(FREETYPE_CFLAGS) -@HAVE_FREETYPE_TRUE@@HAVE_GLIB_TRUE@am__append_8 = $(FREETYPE_CFLAGS) -@HAVE_GLIB_TRUE@TESTS = $(am__EXEEXT_3) +@HAVE_FREETYPE_TRUE@@HAVE_GLIB_TRUE@@HAVE_OT_TRUE@am__append_5 = \ +@HAVE_FREETYPE_TRUE@@HAVE_GLIB_TRUE@@HAVE_OT_TRUE@ test-ot-math \ +@HAVE_FREETYPE_TRUE@@HAVE_GLIB_TRUE@@HAVE_OT_TRUE@ $(NULL) + +@HAVE_FREETYPE_TRUE@@HAVE_GLIB_TRUE@@HAVE_OT_TRUE@am__append_6 = \ +@HAVE_FREETYPE_TRUE@@HAVE_GLIB_TRUE@@HAVE_OT_TRUE@ fonts/MathTestFontEmpty.otf \ +@HAVE_FREETYPE_TRUE@@HAVE_GLIB_TRUE@@HAVE_OT_TRUE@ fonts/MathTestFontFull.otf \ +@HAVE_FREETYPE_TRUE@@HAVE_GLIB_TRUE@@HAVE_OT_TRUE@ fonts/MathTestFontNone.otf \ +@HAVE_FREETYPE_TRUE@@HAVE_GLIB_TRUE@@HAVE_OT_TRUE@ fonts/MathTestFontPartial1.otf \ +@HAVE_FREETYPE_TRUE@@HAVE_GLIB_TRUE@@HAVE_OT_TRUE@ fonts/MathTestFontPartial2.otf \ +@HAVE_FREETYPE_TRUE@@HAVE_GLIB_TRUE@@HAVE_OT_TRUE@ fonts/MathTestFontPartial3.otf \ +@HAVE_FREETYPE_TRUE@@HAVE_GLIB_TRUE@@HAVE_OT_TRUE@ fonts/MathTestFontPartial4.otf \ +@HAVE_FREETYPE_TRUE@@HAVE_GLIB_TRUE@@HAVE_OT_TRUE@ $(NULL) + +@HAVE_GLIB_TRUE@@HAVE_ICU_TRUE@am__append_7 = $(ICU_CFLAGS) +@HAVE_GLIB_TRUE@@HAVE_ICU_TRUE@am__append_8 = $(ICU_CFLAGS) +@HAVE_FREETYPE_TRUE@@HAVE_GLIB_TRUE@am__append_9 = $(FREETYPE_CFLAGS) +@HAVE_FREETYPE_TRUE@@HAVE_GLIB_TRUE@am__append_10 = $(FREETYPE_CFLAGS) +@HAVE_GLIB_TRUE@TESTS = $(am__EXEEXT_4) # Can't do for now: --show-reachable=yes -@HAVE_GLIB_TRUE@am__append_9 = log-valgrind.txt symbols-tested.txt \ +@HAVE_GLIB_TRUE@am__append_11 = log-valgrind.txt symbols-tested.txt \ @HAVE_GLIB_TRUE@ symbols-exported.txt symbols-untested.txt subdir = test/api DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ @@ -115,13 +129,16 @@ CONFIG_CLEAN_VPATH_FILES = am__EXEEXT_1 = @HAVE_GLIB_TRUE@@HAVE_OT_TRUE@am__EXEEXT_2 = test-ot-tag$(EXEEXT) \ @HAVE_GLIB_TRUE@@HAVE_OT_TRUE@ $(am__EXEEXT_1) -@HAVE_GLIB_TRUE@am__EXEEXT_3 = test-blob$(EXEEXT) test-buffer$(EXEEXT) \ +@HAVE_FREETYPE_TRUE@@HAVE_GLIB_TRUE@@HAVE_OT_TRUE@am__EXEEXT_3 = test-ot-math$(EXEEXT) \ +@HAVE_FREETYPE_TRUE@@HAVE_GLIB_TRUE@@HAVE_OT_TRUE@ $(am__EXEEXT_1) +@HAVE_GLIB_TRUE@am__EXEEXT_4 = test-blob$(EXEEXT) test-buffer$(EXEEXT) \ @HAVE_GLIB_TRUE@ test-common$(EXEEXT) test-font$(EXEEXT) \ @HAVE_GLIB_TRUE@ test-object$(EXEEXT) test-set$(EXEEXT) \ @HAVE_GLIB_TRUE@ test-shape$(EXEEXT) test-unicode$(EXEEXT) \ @HAVE_GLIB_TRUE@ test-version$(EXEEXT) $(am__EXEEXT_1) \ -@HAVE_GLIB_TRUE@ $(am__EXEEXT_2) test-c$(EXEEXT) \ -@HAVE_GLIB_TRUE@ test-cplusplus$(EXEEXT) $(am__EXEEXT_1) +@HAVE_GLIB_TRUE@ $(am__EXEEXT_2) $(am__EXEEXT_3) \ +@HAVE_GLIB_TRUE@ test-c$(EXEEXT) test-cplusplus$(EXEEXT) \ +@HAVE_GLIB_TRUE@ $(am__EXEEXT_1) PROGRAMS = $(noinst_PROGRAMS) test_blob_SOURCES = test-blob.c test_blob_OBJECTS = test-blob.$(OBJEXT) @@ -172,6 +189,13 @@ test_object_LDADD = $(LDADD) @HAVE_GLIB_TRUE@test_object_DEPENDENCIES = \ @HAVE_GLIB_TRUE@ $(top_builddir)/src/libharfbuzz.la \ @HAVE_GLIB_TRUE@ $(am__DEPENDENCIES_1) +test_ot_math_SOURCES = test-ot-math.c +test_ot_math_OBJECTS = test_ot_math-test-ot-math.$(OBJEXT) +@HAVE_GLIB_TRUE@am__DEPENDENCIES_2 = \ +@HAVE_GLIB_TRUE@ $(top_builddir)/src/libharfbuzz.la \ +@HAVE_GLIB_TRUE@ $(am__DEPENDENCIES_1) +@HAVE_FREETYPE_TRUE@@HAVE_GLIB_TRUE@@HAVE_OT_TRUE@test_ot_math_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +@HAVE_FREETYPE_TRUE@@HAVE_GLIB_TRUE@@HAVE_OT_TRUE@ $(am__DEPENDENCIES_1) test_ot_tag_SOURCES = test-ot-tag.c test_ot_tag_OBJECTS = test-ot-tag.$(OBJEXT) test_ot_tag_LDADD = $(LDADD) @@ -192,9 +216,6 @@ test_shape_LDADD = $(LDADD) @HAVE_GLIB_TRUE@ $(am__DEPENDENCIES_1) test_unicode_SOURCES = test-unicode.c test_unicode_OBJECTS = test_unicode-test-unicode.$(OBJEXT) -@HAVE_GLIB_TRUE@am__DEPENDENCIES_2 = \ -@HAVE_GLIB_TRUE@ $(top_builddir)/src/libharfbuzz.la \ -@HAVE_GLIB_TRUE@ $(am__DEPENDENCIES_1) @HAVE_GLIB_TRUE@@HAVE_ICU_TRUE@am__DEPENDENCIES_3 = $(top_builddir)/src/libharfbuzz-icu.la \ @HAVE_GLIB_TRUE@@HAVE_ICU_TRUE@ $(am__DEPENDENCIES_1) @HAVE_GLIB_TRUE@test_unicode_DEPENDENCIES = $(am__DEPENDENCIES_2) \ @@ -259,12 +280,12 @@ am__v_CXXLD_0 = @echo " CXXLD " $@; am__v_CXXLD_1 = SOURCES = test-blob.c test-buffer.c test-c.c test-common.c \ $(test_cplusplus_SOURCES) test-font.c test-object.c \ - test-ot-tag.c test-set.c test-shape.c test-unicode.c \ - test-version.c + test-ot-math.c test-ot-tag.c test-set.c test-shape.c \ + test-unicode.c test-version.c DIST_SOURCES = test-blob.c test-buffer.c test-c.c test-common.c \ $(am__test_cplusplus_SOURCES_DIST) test-font.c test-object.c \ - test-ot-tag.c test-set.c test-shape.c test-unicode.c \ - test-version.c + test-ot-math.c test-ot-tag.c test-set.c test-shape.c \ + test-unicode.c test-version.c am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ @@ -668,8 +689,8 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ NULL = -EXTRA_DIST = $(am__append_1) -CLEANFILES = $(am__append_9) +EXTRA_DIST = $(am__append_1) $(am__append_6) +CLEANFILES = $(am__append_11) DISTCLEANFILES = MAINTAINERCLEANFILES = @HAVE_GLIB_TRUE@AM_CPPFLAGS = -DSRCDIR="\"$(srcdir)\"" -I$(top_srcdir)/src/ -I$(top_builddir)/src/ $(GLIB_CFLAGS) @@ -679,21 +700,26 @@ MAINTAINERCLEANFILES = @HAVE_GLIB_TRUE@TEST_PROGS = test-blob test-buffer test-common \ @HAVE_GLIB_TRUE@ test-font test-object test-set test-shape \ @HAVE_GLIB_TRUE@ test-unicode test-version $(NULL) \ -@HAVE_GLIB_TRUE@ $(am__append_4) test-c test-cplusplus $(NULL) +@HAVE_GLIB_TRUE@ $(am__append_4) $(am__append_5) test-c \ +@HAVE_GLIB_TRUE@ test-cplusplus $(NULL) @HAVE_GLIB_TRUE@test_unicode_CPPFLAGS = $(AM_CPPFLAGS) $(GLIB_CFLAGS) \ @HAVE_GLIB_TRUE@ $(am__append_2) @HAVE_GLIB_TRUE@test_unicode_LDADD = $(LDADD) $(am__append_3) +@HAVE_FREETYPE_TRUE@@HAVE_GLIB_TRUE@@HAVE_OT_TRUE@test_ot_math_LDADD = $(LDADD) $(FREETYPE_LIBS) +@HAVE_FREETYPE_TRUE@@HAVE_GLIB_TRUE@@HAVE_OT_TRUE@test_ot_math_CPPFLAGS = $(AM_CPPFLAGS) $(FREETYPE_CFLAGS) @HAVE_GLIB_TRUE@test_cplusplus_SOURCES = test-cplusplus.cc -@HAVE_GLIB_TRUE@test_c_CPPFLAGS = $(AM_CPPFLAGS) $(am__append_5) \ -@HAVE_GLIB_TRUE@ $(am__append_7) +@HAVE_GLIB_TRUE@test_c_CPPFLAGS = $(AM_CPPFLAGS) $(am__append_7) \ +@HAVE_GLIB_TRUE@ $(am__append_9) @HAVE_GLIB_TRUE@test_cplusplus_CPPFLAGS = $(AM_CPPFLAGS) \ -@HAVE_GLIB_TRUE@ $(am__append_6) $(am__append_8) +@HAVE_GLIB_TRUE@ $(am__append_8) $(am__append_10) @HAVE_GLIB_TRUE@TESTS_ENVIRONMENT = \ @HAVE_GLIB_TRUE@ MALLOC_CHECK_=2 \ @HAVE_GLIB_TRUE@ MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256)) \ @HAVE_GLIB_TRUE@ G_DEBUG=gc-friendly \ @HAVE_GLIB_TRUE@ G_SLICE=always-malloc \ @HAVE_GLIB_TRUE@ srcdir=$(srcdir) \ +@HAVE_GLIB_TRUE@ G_TEST_SRCDIR=$(abs_srcdir) \ +@HAVE_GLIB_TRUE@ G_TEST_BUILDDIR=$(abs_builddir) \ @HAVE_GLIB_TRUE@ $(NULL) @@ -792,6 +818,10 @@ test-object$(EXEEXT): $(test_object_OBJECTS) $(test_object_DEPENDENCIES) $(EXTRA @rm -f test-object$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_object_OBJECTS) $(test_object_LDADD) $(LIBS) +test-ot-math$(EXEEXT): $(test_ot_math_OBJECTS) $(test_ot_math_DEPENDENCIES) $(EXTRA_test_ot_math_DEPENDENCIES) + @rm -f test-ot-math$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(test_ot_math_OBJECTS) $(test_ot_math_LDADD) $(LIBS) + test-ot-tag$(EXEEXT): $(test_ot_tag_OBJECTS) $(test_ot_tag_DEPENDENCIES) $(EXTRA_test_ot_tag_DEPENDENCIES) @rm -f test-ot-tag$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_ot_tag_OBJECTS) $(test_ot_tag_LDADD) $(LIBS) @@ -829,6 +859,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-version.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_c-test-c.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_cplusplus-test-cplusplus.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ot_math-test-ot-math.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_unicode-test-unicode.Po@am__quote@ .c.o: @@ -866,6 +897,20 @@ test_c-test-c.obj: test-c.c @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_c_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_c-test-c.obj `if test -f 'test-c.c'; then $(CYGPATH_W) 'test-c.c'; else $(CYGPATH_W) '$(srcdir)/test-c.c'; fi` +test_ot_math-test-ot-math.o: test-ot-math.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ot_math_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_ot_math-test-ot-math.o -MD -MP -MF $(DEPDIR)/test_ot_math-test-ot-math.Tpo -c -o test_ot_math-test-ot-math.o `test -f 'test-ot-math.c' || echo '$(srcdir)/'`test-ot-math.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_ot_math-test-ot-math.Tpo $(DEPDIR)/test_ot_math-test-ot-math.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test-ot-math.c' object='test_ot_math-test-ot-math.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ot_math_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_ot_math-test-ot-math.o `test -f 'test-ot-math.c' || echo '$(srcdir)/'`test-ot-math.c + +test_ot_math-test-ot-math.obj: test-ot-math.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ot_math_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_ot_math-test-ot-math.obj -MD -MP -MF $(DEPDIR)/test_ot_math-test-ot-math.Tpo -c -o test_ot_math-test-ot-math.obj `if test -f 'test-ot-math.c'; then $(CYGPATH_W) 'test-ot-math.c'; else $(CYGPATH_W) '$(srcdir)/test-ot-math.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_ot_math-test-ot-math.Tpo $(DEPDIR)/test_ot_math-test-ot-math.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test-ot-math.c' object='test_ot_math-test-ot-math.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ot_math_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_ot_math-test-ot-math.obj `if test -f 'test-ot-math.c'; then $(CYGPATH_W) 'test-ot-math.c'; else $(CYGPATH_W) '$(srcdir)/test-ot-math.c'; fi` + test_unicode-test-unicode.o: test-unicode.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_unicode_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_unicode-test-unicode.o -MD -MP -MF $(DEPDIR)/test_unicode-test-unicode.Tpo -c -o test_unicode-test-unicode.o `test -f 'test-unicode.c' || echo '$(srcdir)/'`test-unicode.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_unicode-test-unicode.Tpo $(DEPDIR)/test_unicode-test-unicode.Po @@ -1184,6 +1229,13 @@ test-ot-tag.log: test-ot-tag$(EXEEXT) --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) +test-ot-math.log: test-ot-math$(EXEEXT) + @p='test-ot-math$(EXEEXT)'; \ + b='test-ot-math'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) test-c.log: test-c$(EXEEXT) @p='test-c$(EXEEXT)'; \ b='test-c'; \ diff --git a/test/api/fonts/MathTestFontEmpty.otf b/test/api/fonts/MathTestFontEmpty.otf new file mode 100644 index 0000000000000000000000000000000000000000..6b50d66fc3d653da18010d8c116e3a7778dda109 GIT binary patch literal 14320 zcmds8&5tALS$}(acCu79vzb*uE3&|=21V0~+w-|I(j*5w{+PDbZF_C^Oy+<>wOwvk z#;$Uz%H7iv2P6a%3I{mw4UCAQ?e1kc zL}GeuSG^z4_w#$6x7^(s3_8kDf2_8Zt~MI_AJl*Tmr@V!E2aMSpfcE3TewmW{}pde zr+@42d;juvN2#r^@9z}3U;f5-LD z@cO;UEP1*83tXv(e7`nxU(VH)E-ts;=6&GKyuYs9+{67`sr%obhjH@e&(uAv{|4r@ zkp=R6@=xtQ{r<2^F`rm) zV;gTmWlP<_om^j0U%By(^!jRU{95k%y86u<--Oq;u0o!jYd1bjuea3Bz3-&gSJd@; ze~?~Z&5ggMe*4~wbo^Rw{JOe-@6W5@{4Da1CyBl}+|_q)-+55d&0}}!ySiU)mG#X@ zlFT37y5*a(@-Up;+I5`4#E*3&3=-WB$H}Q1c^U&#f9M6VH`0q>CW5> zWN}Ltl=M?Civ2LqcglClLM+`&GQ)80gUFFL4Nptj4MrSvr*Wv=6W5=*M^jIq`pHDQ zx>5O9yU8Ob6*3-1{yd4xu|F+`(ebTLqvbfx-k1O982P*Pwr+IV1Kny?>+OC$FTUQ> zcOU46cN8t$=nMwD{qX<9(CPN-m4nBvI?Uqf;}Cl5aBOUO&W`#f6x`LceiG_9@n?&v zo4`0>G##D#BhMLmC$Qpt=D|~-G7P6MUl_TGf8yye{Wp)oA9%wgE*TPw`8IcUQAFPKUKASB9Kk+>fqt_r4sGmR%cxoJZ_y|T$ z$Y>ZxNPdX
  • R}o%q9vktWtN_Y98L@dQeZ#P>52!3|c<-6#nVIun2Hm-_&_ITbB`gGT3w70c|TnEk!QjW@ssj_ zCoty1pB5)F?9ihSQj?iGpHI&mtThGQf@EUPWXRZ`g8x!Waj;&3q_YpVd(q8!cb)7s;1KqS5H~Y7 zdcnAgb-Wl(Xbvce=yoJBz%X1yLx@j?B?N+xcuMh$(Fj9`$|nDy%1$r!tUzfS?#=5! zD~ZeFxi?IMT9|8hoCq8{fYuc4;{-@SlR_6#@1O|yfjhO>mZweo5ITSp1Z{Y^U`l5G zJPbe!@fJJzBwDqfUfPd54{Y|Oa1q+QSgD@d#28K<%3YzAG7JPM9O#rW)>EXl;V3=dXSu}HrfDwlYlQsg2#$d!c zfp@CC;KYx@fHtPGl|?cMqw^}p{xKj82tYO-uaMNoz{eS{6K^;P{GmH_P9vXQ1ba!i zIf56?IGu#Bf3SqDG@J`Efql2$J81U%NCf>YUG21MX;O5(Xy(VJ79&0ZrXG|7_W%%B z63}Md0308CrbN(!DeLekK@!6XjtddyKmxIBfw$QN^bycK1D0SVfY&nw4eX^bd{!zz zpVSaQ>$HH<$h#$IgA|HQo~>is5wKevv9Q_v9wUCkQ@RY+8lg&sLHx*Z?(FKehh8FW zR|=v7h9Vm=K0NPZAF9~`NsK z7T88QwI`u30g~;xD4^(2yqAeZyUAka27Bl&My8qLNrF%uMl>eT2H+os^T=m6GlP)G zjBNSLORzCPPvLvhQEYla?jr+`I0B5J6B8sal{MJm=2MKEXC4djY2%;{%O6VwL3)l|044^4)ITcCM(X}9+ZeNs zVy7v+%GyjxhcCF6Tgx0;<{>*dWN_L&fQfAjXJGZ3-Zf zf){&8D3O5^TR_vVau}Du>8V$8W{cSLQTZYXKcGp1o=s?#KgTvawqr80dtP&__o< zHVo1jv#4XynZ2t+tbU2FEMtxEHt-g5@~bvcjqJB`7!O0TY)eckPKo;GXsn%=4O zalcd2&zgh%&f!2~MX%BxJjVe+SK80@N6mJv)6+DAWL;0lq-*$t>)l)NjI8&Wkd-W;=#7dYO%3~Ci&{Op5A0J`>>ztGYe6U|P zqC@5i{#O|q^aGYdL(&;^dV{4X&zk*uNmqK!KFs4ZdYuChhbypyPCtYR!3!ZK^3p9F zj>8gC~<8c za<%Z;0e`N|Q*IR~P=}{xcZ_jz*U+tOUU|uie62LpV~%|y$q_!M7&$eTagAJdC3TN6 zr=iaYUOw(!b%b}ydy0F?&RNP@Q6HP@1lDs_EEz+8dS#9sF(jqjQ+$RPJ%&v?*xxdC zb=2OkvkpYY$=7D40PtsVNV?8r~`75$8W~YY25w0TeAXTo{kk#hj95bQ%0Y-~Mlv|S_Z3=#~DzRYC}>3r-vhNjGV%Ewtj z4eB3Ygri<6nawqkP-H*BJnbPlH8wKI9eFsA-(myjTw|wGqty%SA%Es2k!ff$)9Oc@ znqfWTkQuKb!vy!#nX+41=qW3S%m~f7S(|`9F^hYd%T5jh!qldmEn`M-h@2!c$b%jv z(oh=ffg(mxmb}bj8uHH>#v%PJ)}dC65n{90$b(HdH^Pq{yVx2M1-GCT>r$p&9_d9s&J`=2 zjT(tx+Jx4i^x_HHht{JHBV!xJbAT1hbw-564QpNNZ)@GlY?4{J7(+I;*X^ezS*sY8 zo{=gt@g=skl8A*VJ*~?qk?6@+adM%KSsu^=XC_}Qb`)bhlUKa*LwL|PHp6@~7{MQEkzphHBJ6m2KlSz>Af)52vI&?g2>Vz-SB z@uXn4W9)4)Lr^@#`UpFCmuX0RAtF#?(k}L2l93!=^|GK1@lP;(2mL}ZXY*ZY8!|IK zHu=HEQa;OLlMzEmmPcy(#A;6Ih%L0U^`!$1S^J8;J*xmEW+q6#Abzp3cR+zXJfoD= zXSHwJB)5$p+jU4kVLNTsq`buYf0=#aL(xopWxL7D zB65zqC^9U@vhsPTIU4T)>JIUd(PHD+dbVQhMq5OeW*I#}L_RjOrH+xhXu~c?#-vgo zHyEitO#0t3$LoVuB}vxu91aZd2H+;G6{atGsJxHoajyoZC{ji+7dew z2|Sy6Cd#efq{bJu4ndVT#5j;xaBwG9AY$3-f4Sa_MBya85ASWKdzSVkf`Xh8&shnx zZcpYcB5>d4u8(UO@lqq0$x}nw?zT?}>>Ad)^PM*REl(7PbNTGcss+#2oXMV!kT)^^ zXnA6@+FMI8`|O#)W|_nmafo^Dh~JH$e(9UHAsj8EJ3QBGQC51(=ZB`qSpn_GFG|C(kH|&Gc@xjLggi?EG1E_|7Mxm>~xtF2_>(*u2`DOA%xMi`oxu14`UD8kIPZx4xp%)nmJgYG-i2mboD`r1tYET-G%Qsc-C= zQ=WvaV!lKpW7|fE^b$mAv5rKFW8zlMCbp8V(z2emXUzM?*OZmfWa(LJ7wcBlWJdA4 zvF-#&yJg4u^v2M9ceN8gt?QQZp9PpIw!6dl)UT| z#Lj}xkl78|+Dk6HCkEuZY(@gT%}f+D{31^&D2ugm#wj0#o6oL!`Vw7?KfxAyWK+GA z=P>`9=U&oZ5FNyBdCugwu0CJ<+$)P}>Frmah_Ig1l2RY}%#vOpch)G;G3#>A$Am=C zV0o5ltIG2E)a0KVMCeY6}Ut>D$gdk?exhVc-)c*oI0e0H%;zHuaFN=0e; zjI<3JJ@felR4Dp03VqnG4*5w*MyNNVhw)uaEyyvhp*FOt zT`M+}=M?nc$MB}C5PHsv7S!vRu~}wyu`?xPoRFh^29o)hJSnr4hcU}ovYC)sg;_>P z$cet@9XULKml#PM*pzcN3x$VBqanRSq3FeZMf=)pvFq%BA?On2IowiF5J zWwFNPbj#3#SUmwXB4+~aq=T%Zg0hb}gSH;fTfUKw&iy6@zoqAIQ}FXP=;VJRr1%_t z)9*3h?}_*~MSOjb{sqx@`IkQC{wkEgUpV21_xjBnd4Kb7=}NVA&HgzOW;Xoe*8k`K zXg&OU^C$R)iZuq=QdeQYt*!SCR)0^3qrdg~UG@5#TdzO3^7@1A*Y98bi+8p@ef!rY;7y?XW8k6&%S`i)<{ r|5^FJ-@o?i^Ur_%^(UYG`14P`a{c;`-f@2UNBo01>s4ObzkK^2Af+PB literal 0 HcmV?d00001 diff --git a/test/api/fonts/MathTestFontFull.otf b/test/api/fonts/MathTestFontFull.otf new file mode 100644 index 0000000000000000000000000000000000000000..6c7c9a9511ce10cad109816e6683bcdc4d5adaa4 GIT binary patch literal 25412 zcmeHvdwf*oo%i$1Et8WFAOf{EwFjgMHiWAnQIsK>KqNPlphEF7NhZnYWG2o`2*I>v zTVJK3h*n)|TT892t*c#^($-#Zt?Q*PYrDSQdRdn(t!u4qy%!Lv?DzXT=b1S(nSizX z*}i`?@S8c$?RUSOGn2G-cD9N#u~~Sn=6w+};;9ASJH!1xW!KbEjDy0% zS^VIP+8O8TD~qP=Qke9be#K7ku?+*C_eHr~_;I4#y9(p4>37d^afVzhfYM*8kKmR3 z*x3;;HVgZtyEQFmo_p|vIUD~tnj{`o@3@@on_)TEQcPMn-?{dPl7;QgwO3RxH2nI+ zq(xq5-jD0W&UFCSG3UBMoUrIVSXcVM=Zqjpt7|Fjg%h1?kEmF-U|BM>&D!ahk-Jjr%tCaPwF;g zt5M+QET697hH?zzoaUqp?{UlwE6qd{UuGv|Ph-u7JR1Npj3c58ujF?aWAe^b@){E7 zs_P82XBB8N4f$!6L7Yf~Q}P|hdlIvK&}l2qHz~bZV$NUXpXJhjn+S^*B~vTjJ8{(n z+tjJq4!n-1eH)z9(-y0jsn-pTFAicq zBY^R%d7;n76^1Tcr9gvNx!(q_CjJJok`$L>wj1kd<68E}WzvYFg9)Gaxk+QJj%S+R=

    WsnN!JE?xZBf> zrL||%4{2|$9ZE$XVQ$tsib5w`>%l)WcXVxNFPICdSeJ6rxih`yk8Amr&UlUXU+RR~ zAoto5)DN{s8>WDy95O z>(+3hHB9cQU3!W39(NTd70Q^418QJI#jD93`M#dxS6k(BSTLq^l*@kf7}_G|ImF6} zOl}y_IzHW;Q18Y14jX=u#3}09NEQKqgOF+jTF`in9NgOtj&i)@GNh57Rb2b6_WXQ4 zHRpPTa*;l5pYPQsThyZ(HK5A206GDzydB_b#!>pK8IB%$6<(cHs2jr#?Ubt_%nY<2 z_l>osJA&;ZounmJK_iTI$}kI9SnJ-M-i-$`+UY;6ee@ODFC{L+9OFf2pEPhXcN_1} zmejf1Qu;PILuc_M_NQ=yqnw1yFU$y(n7H%%FCCGbFSN4GHq3uIhtEL2kRP+|uCxU_ z(?7+jCUw&`TDnO1I3A$g!7iD7 zGWXlCDPurKDebLi*~2i}NL}wXyyo|&#Wn5TV-G>pQmlX9p+ZI+^d`E-*OQi>cVX?gQ)xsU;Jq;`f-O!4)T!(Gf=bb*cwtwbR(jAp>HJB{Fz0K_ zY1zr4>5Fomw)P$E3A{IrDla#7(=|R{>Ljo-577^_FIX69Eihx5>VIsx>4}<>?tM5m zo$iR!m*_0W6>T}gVXoWLYbGP`-1uD|_tN8ajbJ3l6=rkVJS8xDSntMm+O)TRqQE@o zj=o&A;QcjMa!*G{n>oKLd&g#^H=1JfnR^BkW!krxhnP=j1grk_h_ zpEbC~_cq-PG56%>7-FG3q)dAH-i-J2)KRg_Lrrrx?|BMyj*gvUWoq5o>uPU0`&=Kc zy;t)^TlG3sdV!Msz0(}eW_%`z@j-QiG^@8$l2zH+oX40ctF*<94= zj)5_*Ba@aizQAW#N!9J=_G^3TXNI~vW)@`qF}}~!I-88w$FtugMxM|bD(u*(g?#@s zT_5?RcIMz+-+>YrGt@@B7WQ`ih#PuI0{fZQSetWC=9umDGYaNrS~r#T%$yF``LpWq zl}|!ROWT*4q#s9%VrSkVx1`8-%^Ur(M^Q6(i#if=5@;^E6lT_ZdQq-p)%_8lqA;fO z@4l13OWt(HXy~~0Os!Ir?01QmvC8_YJL~-3O6S&;6FUo?tiif zrqi>E+zaLRqBWr0nT-vNL)U&jh0Ar#3CA|(o>M;wE6n-Y8|mA|Lv$~}EUmSpJ;hRf ztM5%rB`?HfEN$*F7b#nlS9+7dXSAJPx9U`68t793k0sWIAwv6H*I)s`sMIdQ+vlE=CWVrRi;$m|A9?IjhCnFHKi zHa&sXW+dut_->w3kQbxl93{6Gj(_j!#;?7L{-<*bEizuc)X!o5oabJ;zhHLIdUI1I zy<+wG=+C`!Uafok!Y3lE=hURGk9=lHE08*Cl$J5q<&O0U?LnQ{dzlsy%0AyZ+Gll) zd);F)$1z*+6O_2iN*kbKK5eBB@$;IT=G~v(6!tp0mo<5rn3-w$blTWj*LTe~@3A^i z0h+*dBQgf>$jJ37Tv2NC`B(?88Zdu8_VE)Ye#Y8?SAO2qiq9$=1)uNLV`c_+aE0qL zROUJ#*TmQ=*5KWCaI|9|KYLq?8RE9pn4{I$-vV5WiLki9`Am!Vh}_wZS902>KC>fD zdNxl`iZvMXdL`yoIP_X@igfuIAMZA4D{|V2`5aX(nc=Dtdo;ZUaG~{52N^WaA>ig` zxx}?r(dU!RPSE8ko}=c-X$a7U*LJM(6UH?-#Sv%M;Jpp|^e2wQOs>c+pOLlzN4t7o z39RIR+Tzm=>WX*BZJ^B^E5TQ%;)0YY9d}YIomdY6E6O;tKAMykI-tKW_$MYkL%Hca^zS-HgPh|YN<*!hy;_I* zIR))^F083{XnaYi;cm^XiMwcXekiN_*#M@>_WJ*z*H8LXWT!lx|0KQ zXIoZhe=Kb`Boi6CBiWl7j-;YCCgQQ~Xd)f$v4;{p(UhI(kJ=rLO?K;GG@&;)=?&HP zdC^olmQ2|5Yv$KzWX@Tl=}r#DfTSxLPYzexkwgzCBk^?7j%Uo&}wTBhniP3g`t+H-Is*icCuILa*Q7BSrBlxP3>or zb~+Oq7>Y+SP);%x?-`EuM6I6a2550`APP$XOLsC3^(9l0Ol(8c?xp<(Q^`xC-I;W? zLNPQrm`r69HMQEEiehgvVMTj;v7lIqbVquk1F>#pnRqPGHxvWuZXh2R7)r!4u_%zy zYTyajH-HaVsy7wITcXEG(i?hH_^KG#yv&Xz?BV`ccfaB$jjxoA!0>juA42tL+Yb;4 z2G}_mNo5jno&MOMr92=BA4{cc=#Wtx%7B}|Y0^r7tT$2;OeKkU2<}-8RSosP#j5Rr zWKXP@&PL8a5t5{0T|*hnkm2}<9f4aX6McLKEsUY;L^5NilX1A{2qy>9(fEdFy2b_* zmLgUSX1n8{!Gnnr8_^Kkpp{Ocp`Y$Zg6wo5QsQJJI?xsE>ETrY8(?g1GNs9Brw6{Y z2|7o=&~<+#qe!Kq>1Yb-viM~@gpI>4nq>pB#q&q!hQ584RbQ z@n|F$;uKEVz|M>eM(JXX*0nNH(aVQosi<;4_>V&emcU#D_B44Smpkm9B)BHA$lzdn z#KK;sz-0H3!lE1!q70>}TPWYb3FH{WQf>j@7WLtV#+Js;#@3b&Yes`RU(Emyz3?6S z1<|CVDnfc=anR37sSRvrlcco@W{;+3rDqr8oeJ!Rep2w8fk^5y`c>La4|Vrb9S{=U zZE4Q{!Q@b?8|;%{H5?%Ze{%8{y%CDgBCGg=C^Om}%j#6x0`t0Mpq8}B(}U4&$Eh`O zJJOrc>DWSQb+UargG@n{LKb3gMG=T4B5{-3+_JYMzPP!w=CD@6?8&wEZ z+H=zINOfN7(=`OCHJ+EH5qH_74OA#LZnBnXM?h|YqT6}rgY>fO%<~7>xJ?y7G$SjL?bA?Gzbzyg2vR96Dh4-G^TbI@D#sAi7eJ7+3R zrl?G28zlc!axfKRH!}bx5gEDd1JMi)X3$f_qVb-z>IHd@1c0IoX$+m1&g6OJI|*i; zGfw?QEsG&pZ-_;Qb$ujpcxwvQSqRrijxp!>Ho-B)dtRQln5T8QK%P(A(T#)9UMyoX zoHOWz5KFEAbRv%#Mkn1A>N#>Nlb%(VHHgllPEo-QM8A`o6Kq*fIT;sDDu5bMjGz#f zKb8n4=|P-AVxlAH`bVMJNG+PpHb(6u+fGOql2%K)!`FGuwU;rJjYD>Fh+wCC01?v` z4kR3a#xqI)PbkCihIbaR^4O)6-CBmV>bk6pb<7CW9aC66#>V`Ox7{knZ2t;sS)qMUEkPI z*A!}O4!2vKtHSzztfRG|^ZZbI*lz5w+uB>tYpf5~+cQEP7|*D-&u{Ep)w-tB#*X$- zOXphLAlRXnwf5@9milTdd;#vXIy&sucDu2;t*J3wj~m~Xx~4VtjV&wf6*$+@$~(U1 z#!evZY*j}cRE=SrYp}pe-6~)Xt!Qj&>|9%IH#By(5N89BhU~UbduLbSFY-;#-UD3R@0-%?<=t`m46eWW9c|&dMqWU5jqTw&Fo>N{H-yJ5FrlaD2%ozK6WC`tBw&M8 zVZ}Ol4&i?tU4wSOc1TD(ovrPiSys+(>JZ)*k)rUh(KnTBR8N0UzPeGd1L+gG#R^cP$3?B37kJ1{PN6Df& zlIib6qNT?-z=?%u$5wuWoxkUi!Z6y0n{Qm?j`GtCe&>Y0=TL*+XRz_@3x0CS=i}p( z(!1v4%p9=@V164%DAIVU5w#c8%(H9lLY6Q!f5DtZbNCGBJxP@RO*k7I^Y?(rIse&0 zn5Q=L=FP8}H*X$hjwMVHz2*PjQ2w_q$NOy;G5+%%{C*UFybe@3zeRN=f7=OjRl)~d z3o#A9wdEB7NU=^_EUuV-^Ypu>@0tG0^xvLz_mLx5=aW9pZ=ZhW^v9+@G5v*;?mBYh z$i5>#JhJ=99ecO!-Mlxlcm3X`=dO3~<4EC;4Cr4dE1Y+a$^z7rL*I9_V)N z!HMGFR(bGR&%x`w2aoq%TQ0Y5t(vl{YU-%JDv+KC4NR&k**3XKR9976l_JeUmY6I) zAZ8+17K>$gT)Y~=xmH|);7f>2;!1IY_=5PlxKDgXJRlwskBg_oFT_6aqIg-nE)Ix8 zQblxulJ|hm=bP+1(f1MG>AtY9-FLAs?i=x4<@=0phwonB_k54}p7!nY zz3hA2|9<~$|I$b*#ipk>qb`Q`YO zhScQ3keXZ=awbD~f{fc-(p6M4$w45^BnNQs9NUEC8^NPCw28PQR)m($yEq-&6kXsR zEOZaF>`Ujnx9NeiO%L+6Y37$MaG%iw=ZqdWXY?TNj23(8LN@|Ea1iK$gFp`)1bUE% zKx=R5X)bJ`MPmmVbtrF}9^|cPqM^lZ1bX0X(}TQinzzsr_ZdBK&gg-2Mi27NXnE?~ z2%LdNPG-IOTF7eoPp*o>~;!g zkhh|VIxCuMXP}9O-3E3B4g$A_I4ceUy^@E($rp~bb2p#nBP#bNRE2e<*o9w@;3Q7`FZ&TdAt0g+<~HThy1d`V@5uY*cjfm`WPTub%Ln8?%LnBT z_VuUjctQM8`s8tPhMX^#%T{?2YU3!>aT~(aGb~iNjgR?cnTSSC+Hjt>ElHe?H})r;u{+a3N*uRhPW) z+7}&pD^@_>*B&UK`WN`7+Xp7@aLHRX1M|VvG&`_Q^C_8p5?mY>A0ET>G#j&(=6XvNOQtHh1!G73UW^6 zwnFV4x1}()r;cVZJFz`s6K4*MPT4wj_=|@|w+6PBTL-pT2Ws!#z4yQw<>iM)%be?j zTgoTkQO|LFVpMu)^w200Zkg`r@%q%1Q<5Cy{rxCDVzb0AEB51Cf=&3&?~i0PZUD9e z@HebH7Xa|Lt-LniO8l{?Ccu3{`0@9z{2Kw!;m=qt2iz${3I6s{2_EzYZv`9{f`9p{ z^kE>M1-KUQst{$Jfcu3g$8)Lj&4A~Hn6L_Pj}R4;02#o~gqV0HU=^p4_wryw)c|lR{s4FYa6QJm0rVR)CH9*8mRzz7K#V0G_GVFN;?@t5n2Yeo|8PEfOZ>xBkggv}<)Er1rs-CWwigGbgREnwM zc=3ULuI0D8loIj z@Z*Ps2u}cIn+})-m<*sT>HjAK;B$DIz@PU6O4a;QTy+2j09OOP1YrCyMxbrM=lAmf zumZj*F7TTQLW}~g2iyVp7T`w!5A2OU*asj*QX{2+n1I)*0OEn~C>~D3dnJIp!uojX zA=Fd(TD-3Sc=I?Tuat(k8vrGu0d z#_((Wwi0bXpCBjH*nGg5fRzB^x)9J0p#E$CX)XqY08N1N0bKyvZX>{x^#WprcPQ@s zN{YD{Q9tA=0id<0H)@npaqg3Vk}M9&J{>^a^E4^bibwMXZI^(Oh|*9JN|6S98bD8^ zU(gyC0XV+}@CATxj9n`+OD<*rjE@Az^{8do6$Xqa*)3SR8}I<2bPO%(!uU`#uFnG; zjoY1Ae+=*(z$2#M^(27XSA$Ah^mXEk0zL+~8E`M)5rErDl#!aIFHu9afaL)E4Mw~c z^AOUctUN{T={dA!8^Ei4hA}|;)S=spOS7@cy)ghS|2e=ez>fhh044*9We;j;1%Ni> zd7tvMQ*d>uharHKA6_x0Sp5^2$%;bmeHj0c%xab$|j5f`hQ_&DN)v*gB8Z(8UQs( z8{YspmKXZ6K116PgQ4oSXRv7OehRy91<;S)jgNZsV!BYzQfc1!h;K}MG1JZj%m0HE`tZ%oCV ziWM8+u9s3#GJN?}ra2pX)&oWWw*bcT-T&Eq>B-gwcP5f5W1DF9=4EKgPI>9K^puh@ zF-nav(=P)Y%U3*BldqFe{Q82#<*$Uf!B=q>Q@6e`VasKO87s}6g` zOEMrU6a$Wmk(K z(A!WkB!(wNgi?xt@9pwHf_*g$N>3bIIT_s->-NDcL+p*pUy#2r%D_bKjt*G-~fVsi4 zlf>n~o2r;B(vyz(JHg{f+3&dxIS&XNP-cD*8g zEeF&}Ep|I|_>6Lvnp=ju{|D7RMtUjE%@S*!bGJKtYJtm{16|US;@!?I1I;Ul4_=}0 ziz^gXay+0`fJ;1R=EUue6z_I!8T@v&!p{mcp{Pb`A)})uu{NuV|Jk`^kRhP-wi|rN zoIT_ZF!mO;M^5*we6;2m-N+PHV9g?SE+$o$3&~tfYrZ=#DCQZ(=5icw27YRL499$hwFkgNhF*t1&utT-E1 zrFYTax0^Y9yiH3NpF0zGbvnj=qj8DbwSR(>?P`Vo{%bQQ9@N|wojX&`Qr@cX*UHcb ztaW@WD;3V&ZsuSMEze&vcP4maX3!aC!v6}*V*Ffn_X2+}Hh2^;Kn2vtz!}#9HZ1h=k saECM>-&HwHt(}POYX7(KdH!U1o$hqwU8hO0NVn|=r3fs9ru?^Fz|A2vMOwsCB$uS@xCoGp$e}nf zIm65hMXTr`K#N?`LwoP3z4YE3>swI-dn?jIu00e8axc~!Eb2bb_s++ep-5@FJp`y_ zk~81W`~N=g`wgXbzu#7GsvoOu^-i^3*Z-tDf3DOAS}FAp?cUzqul({IN2x8`sviud z?o54o`(KrM|DQ4TXzaPeH|C$*z}(;A^$yf7wqV`+<>Ift|Ms{4OZ~1; z`^C5Z?Hw-o#kcc@J4{-mF z@_FSu>QA>GaLF5QVpRUEQcn)}4Jxs5!sO$IsEWN&(8-GLn(Y16EbUZbhoGcS-|K}L_JGGXsw_APPY*cHlUM(-azNPOz&~@)Pn!C{%40!v4{}V%} z)2&qwA2n+*i>FUQ=&i$%vE?~C>YGq-SJV1QsN=++&L?gHHQkj@R)RN)5&LQxd@qR?gfg2@pDCf99A72oYmZTxLLe8pc4FAZTKvz%m-C35G%v zo+CUxyBM91L-A$rEa zY3xl-y|}C)gkzYMAnafQ9^4q5X=H9IE)@@hp42(}kS z!cKx7^kSQIseNJVv6~oHkr#Ur%;gYXkv6Hg)SKe2N@9dgZBL(N^Kr=;hYQ3{WTd6e z5IFKCo|~mOl`}rj$=S?fh^1B+V?^GM=6>Xv@I(BheBcR;x$vjOi3~gRFoe`(=FVo5 zGY4yp0mH%EP%!}sRpv2m3*)CWK^!-Jlve;@v0tka3aoUOCf)u^YfJCy29X>JkAX4ihGA1Qw0Kh;;&Qp}pYLkHUa9rm~fJG7h8j zD#rc^APopWHXg5#)F;5lDX$Z6Fb@2IJ8>3~PcMSKB-{+a3ui3GA?zP4VJi*if=poF zsdWz7``CwSHb;_V z!Bav)>t*C%!)j0?xouHPO9p6plM$S9clY9*dCjs$E2U;jN5N>OkZrCPCbn3R(}Ll- zD7ZG_YMBMLp-$~d=u3cPw_FrZbSU17 z#G>7JK6Qgz=q-k(nd3=odO_|Z z1CTfdjG+?~BrlZj5W=Q=()x>9<^!xxeQzQ4k<1aT5xjE`p%I>Q=VqT^n~}YM(++W3 z$^~#f*4~R5tmh}1>71YwLN4VJFwHz7jDT*0dJb$Q=sDG;Lj*ieh{2ce zhn&vjIA<W6n%ssHp`(m2{NTlG!9ui7q;KUZt^s5}kC2)G; zm7M83HhomSNWu?jlHj=W?T~<=*(4?`R99JVY8u3k3VDehW_|Aky!d>*7bAnTZ6l)7 z-pk2)uYx6DpgyZitHOS(c&a=0fS7FT<_HEl;WYHo(T@y+G{!9ISafFZ>QHOsJ817W zdevs7aaij*{ezmE$9nC0|7oRL(~X|)blXoF`?Y<&Q|aM;r=*`Y`UmZ!zQ&4frPY6i z1A?x!p6L%8t^JZy`z}sey`FA&b>pzpY}EE~@NHF_NBfP|WBmyGT5X>A4jX+C?YGU= zlvJaJeRT)2R1ZM8@~F{l^q-YM=)8`Yy`rK>wf-A)?^$4YA-WLu3^ zy$de2!&nv&LgLZQts~^=MeFY~;5eJGJ`<3*5<*@RY8d$nqCK@=I1!$?qwN|ZLX_j=a zQ>!+30n;_QwJHR}N|+nUV-%FoQ}k*d9bo|LoRkH8a8NU%L*@$pR~Z`g1C~QW(&@Lm z{iP^R8@*adSGtWJ%;VI%?L!cUE3ku3KY|It3n3=*(k&e0oH?K`0|KkK+Y!U<*D6gA zL|nAauPqVYcZx`A0&O|Z(vT~C!&6ECjio&+==sy+OWid|O*ols3Nx~m-g^s&}gF?Q849vEId zT#azGz^+Jnn3EOcG{Aj;^`07He2(iOt|MG0pv1L3$koJW8~nL8Pq|s3Kpmc#-7&_= zT|>9BdF3T5^0m@Xj~VufB**xiU}Rw|;~Kf_O6neCPD7tlynNid>KN~ocY%A#&RNP@ zQ6HJ>1lDs_EEz+8dS!+kF(jqj6MTjkJ%LTz*xxjEb=0lj%8!$?e@E3+%jnd`XCGHh z_@-(`dwAbueGSPOX%Ea^50;AHX~x2t8NZDf`~X`1wls89M|B~8MIEX~(5aTjF}-;L zUx>dou0|NKad~+>GIPX(%rqPOiHV#TbbRE^+{8|jMh^WxK?X2}m1p5srGPWH#4CLXrIx^R$QL z)X2yrcjVzfev1v9bB&!AMyu!8L;lQ5BGbTRrqz!)HN|?yAv0b>hB5A`GiA53&{I|t znGu>Zvo-;JVixx@mz^92gsDwATgHsw5IIR?kOw_Tq@gs{14WFYEP0v5HX`vH`zRC9 zkM^D8T2PE5Q&8spC>^spIjN4~6JpRYb}|ly7cD>pq-9(q8D*p&?Y&4U^MdLDRxpZ) zjf`U2l=HH3YUG@l=%g*QsTGXzOfyPM%MP$#^spQQLrH1_BRn7J*3%N%j6?cctV69B zBgAI0kq4V_ZipW{cCj@i3ihBC>r$p&9_d9s&J`=2jT(tx+Jx4i^x_HHht{JHBV!xJ zbAT1hbw-564QpNNZ)@GlY?4{J7(+I;*X^ezS*sY8o{=gt@g=skl8A*VJ*~?qk?6@+ zadM%KSsu^=XC_}Qb`)bhlUKa*BY4m^Hp6@~7{MQEky;AJwRi zD%--Vj~6R%4^r)1&|mGOb{HADf-1C)m4<%GY6y{m{^PpyzRYK^UeifB>HrpDwo`|j zpu$@B`Rr~ZklD`oVeMnA(0`G7jxpwopic~%#BLiM;z_}7$JpCqhM;(e^$~XPF4K_s zLPVg(q+RU4BqKS#>SaM2;-6sn4*G>+&gQ$)7G!38Z1RJRrF@phCL;!rERWRmiPfCa z5nE_y>q`e3vi22wdsYET%uJAeLHuH6Z-WARct$C!&uZVcNp2fIw(F37!gkuyk<=m2 zrmkOVKD!OpORl1R^e_9I^_A$d_|t3R&+2&yPQ}_+JRNM()B0y!UP^Rw#^Nu#9&)i6 z9~z|O3Pv?M8_p0HyEitO#0t6R)bd z-e0K{9U}|7^4QoxWD@+OXNdXYInkXG+P*03v?X>V5_mTCOq5%{NsTXR9fB%xh;bmX z;NVWIK*X}u|8l(pdA#Y;-@$$rGwYQdH_SrLo%`%BC;t=tK zK90@v1_w_+Sdm-sm^_z|n6k0| z+_?;?rL&i6Z#(;}50~f_x#+7=TBYwA&A&L$O+Mo@siM!MDln$kpE@>2nshj{e;QIPe=#y)oonr!Oh*>92} zcZh{nJ2qOO7@xN5qnxzPEquxel(dLYFYvzF+l`SojFJHBiEFIQ*^@b-z8n1%c1b^-KV8U)g>#9XwVj@`<}6g~Ma$saU*?9;klN3ua9P(Jq`t9dPI(fxiun?ajBOhs(n}Df#X1rx zj)_}2o7hUeO3QlMo-ywmUsF~_lci^^U94MGlNrVH#<~+A?Us2r->%g zkk9QcZzAn;(BLx@M(5CUNtq3#Lg%|biGg+YxIDV-Ezue=Q1Y@<5IYM#LuNN~vV?J$V4DtJ#%<}nfZ&rI9>18c0lQNN(Pp7S~rM`>YJY)4x0h*Ay0mR^m zj8Y%qidx(6$9lM`WBe)B@f#+7$J)a?zi(>eyUK>*^SynH>|h0FIKN|%>nW~Dv8|5q zsZ$zVtmAiY&oDyT+T8Q*L#%Is7IUJezMFoh#WNyTcJWS0JLWq(@?>Ol2emlDJ+B{Q z>`}_EgX$7wi-n*FPH;hNv#XF83;j@Ev@{J=YQz}Z!XQVCA=$g;Rph^j7Ek5m_t$0H2 zfHzk>hFpCk1vybWuB27^n6H2;_mk^~W>h4jP3UFHl2Ku;CvTBMWBy4>kC9LPoA@DR z?j^df%E8{DjWy&-+K=!lwx`wjon+oRE#vdC7TJERhVUzgq-MW-jTy&c!`nJhD|wVvru@5 zG#b)N6pCKlSG2Fq7Q4>wy9gnKmgUXJ&2*W-0ebSK2zuCCksfmBr9cirFF6$LdV@vX=lS0GI5QL} zZMTO2l}&Qy`|53}?)yrqzdfi9_SLVe@8JID zxWCcq-@ff2j*yE=8B&(xJJE;qi&`_P?w|L~9h@(bM0lzMwIi<0!!pR4=e ze*^PcZE&elU;2+9|L~9Ac>h1uuL-rEeCwYnkNU~Ce)fW&+0Pf%mFx<8%*sI4W0aJN zKe&e+T)(yX^Nqh$uVKgQoBO!`8~MEQ9rXtr54hyDFD*7MQ&F&^R$6#vtMWCNF?_$Q z{@Q$E!SzkN$%+m2Rouz-74?PdznNWc6~?a?uCJ-zy8d-|ZDR}aY+t?p?d*C(-Ms&Y z+4U85?fy8s-YSg0roMhZ&Bm`5#;>Wj@BgqC&CX)~c#`Uy!ySF^&fNzU-8^;!-_`xy z)~>!eNz>VTw{QDqYH;*In?9C@)$C!X#% zTe>szLRs9B1r`0+ixWQz_1)dOyFx76OESY~=7Y$Q7euEO?S>-`x`?s~go1wVS@@WI`sx*q^1zZsG^KQG9&6(`Y%4bL;c}I7a?%y{#La_CU9qwR*c> zFN&{k>3a`!!#j%SZhQs<-g)=`#L(&X>eYjXtvbx&>Ej4`>u79jdCrddCKTM!w0;`t zB=x8Bz)fMCC=N!a{>XDi-U+NYn|kmRs0^b3=8IxC^-nxKrvGMf^gVBwCKW?sKAS~x zYPgx%VeDaT6gu8`j0q!(J9J0h)E^qp1b%ot_rZDy;?wCo^i$shF?tO$f%*yLfTzZ> zhmUaNM2v=UjO2%y&$J)v(}_Qv7-Jkj){N> zF%~Dg3`kGI7zh&tO=1*SL?bo9P(;FWgl7e&nvW1-6+Mkc{+Pi=$-ohs#QxDd#Rvrs z&a{iLj>2Ppf*0;#>@Z4o5(Nm+GY(D@FF5g%T@4`|!>j^fhXHtSV|b>K4gQH3ol3(# zLpP*2N63_bf_T#-Z#3f7k{A%|b`%Rc33|{=Y|>@+g{>!UYFNcy;>9qRLwH5nWa3h9 zin}a{5jwLyeU{HB6=xEiB7R~cEp>*#u@`u5p5j!__&}#;GmjybSzU|~d*7e?v1h^$ z@ssg^Coty1pB5)_?9ihKQj?iGn+0bM)*1sw!?~ei0urjs6WSKW&uD@;Zv42Y0K#Ig z-e|U)gJ!4QceWcvyxN8gW5f>Qf@BiUWXRYLz<;5oI9M-0(%FaGz4&Ibvr2Xva0vUv zh?}V!KVw`aI++hAGzXMKbUP9mU>MEgA;c%c3If4LJZ1RBXoMj|Ws`qUWxJPoR-m*E z_ZD@amBi)A%o}DwEzGq$P6dt~Kx>BfNeZN(Nudj=cTfcU&=^a zfKWQ;fWCFhf`!JEL6`_N1H&d>1x*V=3%)wbCV*GY^l;*aFw8OHES|bVz?j2?NgIJ> zV=!W!&^y&$c;d%VNE=hx>O7r9@p%;!{}_-41RxuaS4iq(;Nz6nsW+U2{?HAa)7YmM z!Cn$>hTw%WPA3uUA1+`k3+IwdVBf9x4x0Tw5=1nlNVENnKv$B5tPlrDp{MyOIzn7rpWcXxE# zLoboFD<#nZL$Qq*AD;KI57lgrB*}xPf`rzK$iar?phj}rqL!5m(DH&YoN{mH;+;j! z@@uNNk^Sdg=V;khWhbO?YUq%);*qD4S^z;Wpe0mo?E3@W9Bu_DGN zSZHdQ1-6mS>`CZLfn>K_6i{?1-t*L=-DEy>!&~SrMy8qLNrF%u#WW_-2H+n@v)E@h zGlh`IjC}djOR+IUPvLvPC^5Yt_mKfe90A7Ai3yUI%69}|vpre;MJ@9I)+fGqD)o`f z5v?)2b047*opa}UpJ1Djy@b;aaazg+a6ZxA^BJt?r<&=Uq7yk zY$fP9wS_|jMYE!U70CV!nnSiMsGQ7;3<_XI6eAdf<&PzTAU(q_022d2>K~P6BlY$U z+ZeNsVrMD6%-T#zhcCERSj!w*|xj4nbO2Za}j^!+YQFIT>?s0PWz&7uQ zZAu`Kffsv7D3OB`TR_vVau}Du>A8wOd7S=6!U%-+?Z*2s6z-fQ-2t!ne2-g5@~bvcjqJB`7UYOk)FeckPK9yj;u zdwRRt$NhFiKWPs3JBI^}6}@VE@Dv9GU2Q+rA2i#06{r4PoV5CV-RbG(LATYc@8RIv zuC)&Ln(asWA@;R9Jn{K`&?e0Wh*ovC z+8Z=$hplQ)cMp5r4i1jh_8!Q#o9#vqTyNQc_xG!LY4k>2jH9;N%vdr5@GW^4h>0X(CG~pqC9E#>lIz?HTy7+)97^$Kpd{X4m$l1CIl~p zn8-`FaEx>2fW8O_tm1A*47XRWwm=YZ(LTR+_rOgj1Ar)_xr-B~?*?~!-Z9S7@%rZq zs-_|}Q)enxzB*PDmEw8NO*K?I_`Ij?sJrTcs^GebSyu&E<>Icdc2x^6uH~K-G~QFU z@sCvOx?RwT)D)vTcv|PE0oM8|!LA0zL&K|&t1+%lu`5;{=41sq4RIf0y{ASPpW}Lj z>loK5C~<8ca<%Z;0e`M7Qf`$fP>086cY<+p*U)X(yo!>Q`C4hH#|-;Kk|TTu7&$eT zagAJdC3R0Qr=iaYUOw(!b%b}ydy0F?&RNP@RUew`6xMT=ESW%mdS!+k2_&W50X`#) z9>b;`>~9&nI_lQ1exeGSPOX%Ea^50;AIX~x2t z8NY)Vd>2~&sx)-)h_wg#tLi{KgiiG=j_J)~_(J@xaW%$>jmyj9k(nbNWTx5JPfg?` zpyMNN<|cO1EOO}g02#m-Vjei={UnRU8P+ocn7<+mV>U1pj&K!&2dQ$shO9RKW|)c8 z_b@udd}1QnN-;<5&CFg>wYued8J}K8m-HOmjScPC(6W-apzRuIr;uQ1^kpt@H>m zhsa4HgFNU#A`PXn9w=iJWhu%mwh@Wv*hiU&ezfl#*MedknSwI!$Jv$tWZJXzxW*nHN+Kv4T-VY-AMErkt0RQzK_!qLa4JrdBY z6_H-#<6ODY*{G5DrA=rJN-v(EeP})UFgCVfJcn4pTxUdB+_2WQ{|%Q0kQ zd)0nglC_Fa=^3eF6JKImD~VW`($l((5{aH-6(<+!nCAg4aAxw=Vn;dFb9u!p--ic% zW1}4X7%}uk9yz4SicD#k(UPAb`$S=z&lFJPBB7ge69Mu*r_E3!)sIqOm26(aZ_94~w1^v}_W{0t%E2u)- zSZU~|yoL}N=s&JI@5^Ea>lK}(qxNADW;=Db2`a30pUv(z0-5cMAJ#s`3jG(WXBcC? z2>K+TN$j@KA)XZMc8t9(W(bN$SRZ2t?{W=^FGK`tOxorCOEQw<%U%|=A^r)5Z=+u* z=WMYnZ9`_p$2vdQSSn_DVlrX~$%;r#pIFT)9kGRWw!U*TiaW4jLNCv2xJ9Z3W7tn2!v=Cj*iz2qwDNB^?VSzU=Pi$A?0 z{;Zw{;8d=C<me7L@sUAFu3%KNv*8T!)YgwVVo*9ER%^S0 zT{8P*uGjD>b3n3`{+3bpFw8b`m(^C*a&NlY(#16nkmTYhkX&ItGVjPoB8DA+;4iaJ zd?=cUuWUD&TSU%r7e$7}SXMp{HAmw;MBO1iGFogLThCUF-Dr#W(k!DVh{(r=w$w3F z7j4+($e2{>W85)&$x+6cN3;O@RMx)$o;<}IyH?3X(Y{#W*p0H|qwLao5`XCxMm_fy zyDib)X4iT9*Yq7LwE%!;7ZH}R^O>%FB)(KWKLD^H9aL?*#cdWM)Uo)g_E zq3w(EPFrF}B7tX9&qTTPo7DKS))A-@hZqME3l8qY3Pdbh{V&&>ktm#`_u;+mbkDNB zL{N}3;yEi}-tEbpMFj3!-}P}VBVK9*GdVDn?QZ*&z^-AvJKt&3-||F(I9JTRyjt*l z&6)h^2ze9pj}|93tG%@pv(KIxY?euE5r>E;^l@UIH#m6u!HV35$K<($#H^*YKH8)k zBKDLqhE%8zIg_89&3K-tjaDHKEzQ+D^DJYI?R`qZ&L(xk(oB|p#kg0XVZ34>h~b2iU9=@^*fl9}|RjRii# zicGhkuNQyGGehZ)iGr*@Hukw&&}3a7&wi5>xkD_p+_BLL<@mH+ALXQVZsAi-prl2F zdXD$y-fn`tVU&bePh4Yd&Y#Q??c^B+v6=0E6zgYUUV0n2aDVg8dCfD z6fWDoGUz8xcz6y$Sz%bQ613^e%6gwZ)NT~clXsnEsl zPhwz|JuZ(fyGzh9=d#+;^o7MAyH=h(T$VkIr}Nn(o#;EIxUn8QUma;N`h>ZYpKiqy zt2!sH7nHp06vWPg&yd*-+S*Glye9?}yKF`Rz0FJ%H2f@2DJYAzan7k2h3n6*Mfwt5 zj6cB^dSqR_l;<%2o9ABAUl1L{Zbi=Ix2is0{M;*#YU%BlpNO!Y(~?pj`OK1DAa~X% z(J}9G&&PyB&|q)iLj-$0WuPt@sT}Q1H?TY|N*vj3ItslUu&{?agwp zBfYG}Wl|>6^69kowbXZ!n`f*(DnJWTH-Q*Dkx}Y>Tv2QL{a7DY4U9j*I)1~%?^yeI z=l4w=d{^02e7?7bk!`Ht4Cl8Eay`K{DR$H$K6OT;hjsk!?I}h`Tbp~{eSr0C&|*&1 z)pxV+w0K73${yY+Y1e#bN1lvq?w}TjxaajFj6KZwwXutQ`5hlmoAebW9bi1?DwJDyvk|vO?%NOIlE`C&p&E)y2+~ka0qe_8Ca-WAdcTRvyMI zW65ShZWU%3B_SvJns?;z2wq|&bzoD@*(?+uB8`Uh5{04{_m%Byv&F8n`z}HVp=Eh9 za&z5jPufx>q?g4Sm($&a9>nSis1Z3+XeS+H*B~8{k3H61=sPPj{nfu^E7itT z`)5g*S@XlK|IdGDJ^Z}-GyGP?3WIE@Em&}4<7)>ieqV?azw`19_42njUf#I!^2X-N zx3>P`^^K3Oz42Ec|NfgFU%#%dY;64Q{rvYR?O$6J|JZ6JVNj+p*uMRZAG~<^(Tj~2 zFFyIvi_I6m@yoY9+5PXguDI?=Q<)}YZn@ZOj4L$q!H>yg#`@T}@?+>bjeYLA5xc@os zztQR6+5PfQzT_yi@g>~<@o?(S)E77ZMX7gwg0Y7a&mCQx|JR>k?jP`aFu}mp!_8md z`e%53V=_&jZ<3Pw_Um}NK6RhZ)RitSH(uj?=uW+V`q97r2kvJ|y*-&lN&4z9)P3-O z3-elSaH&$){_&rG@JDaF|DWpDh1!q5^{H-4b5VaMy6`?&u*`MmOn>i0JuaLKh_TWnmWqF_g@wD8JSI*l2BfGv@7{6Y)zM+2e=GWo1jjNDn>-x=aXV)9**8M-o zuCJ&Y_s7}w)x!8S_4WH{Hh#S@enY)||8Hv1>@4<=C#k+Q+}68y?>(sK=CK?2uI}%& zcJ!@Dn$F(4bH_JhJHu#tXWMZG6F}d=H{?H2(Z=~np$cuG4@pQl0 z(w&(X%HozRsOZODocK|w@9o^%5n|b1k{L!bA4HD4AUdsRHym-$4U$N^C$1m3M}enL z{dA&T-Kc)3-Sj;t6EYdb{wz&)5^8C?M)C^k0a=cLZ>GK>P4FN)pNKk@XK{+q?ocfDbnR1AsvY!=0- z;bvxsv4^!$=y>BXCX6WV&>eYGe`q`t_~G%~2kRk-Pp9+HPkj%>=rza$>L-u`o*Ks< zKEja`F&f4(k{@C|(|)K=C;o6^q)GJDJ%i(QGJ#Sf@%@xUaD$aIH%>!@&cvTNCITYF zSe)!IAUzFZAWRT6iBVt?jno7~5ed%`o)wsCK0=69^fVgzV+I=~14n2Q`$zK>BNR9| z(=Ng~3Xk~-Ubu&`!zk5B6d**;I5M# z-H_rOAyWbh;!Tgd(TG<|VnDDvQ7r5v=s_>BNtf9dww}1DVHJCc7sFf*;T36k`1D&4DJcd|ibumWleQ)l^o(Vt1 zPsRtHz?chvTAawSLysazO=j+F7MwX)YYZ3-=Z1<2NT@PTXj>RRqY2`;@#CTb2#dXX zquFi_nw@sv*=iK=Y6~)q5j%_vl1V(1A!9!P|Am&~V7&lIXCH3&;#;ETDG5F*pEC9Z1!d4pvZG6ZKl8+#;-dvNtH$wcslS>L_x)2e$0;m zLg}0X`u1%L78+9qVItHF44ZfrG%W}%`06a10A4xM!-*ThFvp0qcokXyIxPYxJoJ%r+eYf5_X!iR^1pQ52>$LZ>r09C_)K5$;MtlNHJtzn6 zAt10Kpv}4gI6n4FiJ%2D*3nUlB!(3n7b47n1Y+3|Z?g&LBcOW*EWt_uuV)Av*vnw} ztWttLsUd*YpoG%My9H>26pBretz+8}u$v#Tu-W_`BYvY(x(wDDp-M$z@}A?|+tzIl zy+qcoltc#%#WrGmc;3f8RI@pfBoCen5?U`J2OE}y8p&;oT2?YZ%L~SE%I@~XJBym- zjaEj@mX4CqOd(reFHCH)AZG=`b5VHd5CB6+XG-Nni-7ikLZyW zT4Q+UK0+fp=g##$!8Rj%38x+6w3G|re4@SQGg!}0HPbmoCxl!oBw&_#L>K|x81)?3 zO3-s^3x^1bW<>=nko_4nhiq9;Ihhw36u^uqMlcA=A4>#5dWKy9CI*7kKPt^e>g{c| zF=idb&Qf}rwV9F*UvRCkmN~S@Lw0h=;H-N96WbO}qZF9ng`+5j-I!=2v>K_88$gV+ zoJCmreCW+gI=jPXVRVYN=~xWDfIsAPF2^}@af*eNhAjvk%UJ@W=pL5cv zlt3Z_FZPg7A_ph7fTmyNFfM`9fmd;+^ThN~#Ucqmph<$`&bLDXf@YJLuvA@Ty{Tys zKQ84ZdYIL{7x3b<^l$8(j4q}4hI@5de!#eDGms_+J34(Xtwt%PW?MLY4!WM)6>m^ZmU_}!@;** zYaQ-2+mG}^>}z*;;yY*#Ky=VCTQgG4I`%aj$Wq$}(o$k|K^U?mGf=vSqR`j4(-K!r| zdmmINVFxPrv{|wPDM3TmA7h>F?^jzbjag?wL+^K5dszLj4(Y2nNs2g7+}N+8_o@fg zN7TU5{XDU{{I>uA86wiBZsiE4&=dQY|?x_c=g6k$`T@_%Ji@UzsQ7yc$Mp!; zF|Jck;@UpsYT>g3{#;w6+$vF^4v)?51moncq1%pm6(uY4wbD?J8TN@JNB9gda%wE& z8oBIB>YiXuL!T48eB8V02=A2l6!(;!vy`=}J~Y=UtmiCQGJ*c|$_zUaNJ_Z_d`1{O zhD|%z-!gV})a_r%uT!vpSJhS9=+wdI09P&ere;R_cwc9I4apg456oTOeh&PW3E~>CI#KLj0|9HO7dI%gf`DnIj%#rrFp}P2?n? z<0Eh8CU(*+a_IK}8Ne7~9ysRxB#Xrv)-wZ`zak4`HZT;9a210GsdBxBtTz8uc4ei*_vXZ!%y*N*_hSI$#fK-5QC1e zlW{1#XaOQ1E#n%=C?ox7??qCX7gP_if>A_lWE9h;oR^hTBWGZuleW;NRxrkM%_uP~ zJH&p`!*UD_C8-UJ@M5G}PfKJo4(V^P4z*&85SztD9&Ez75q|C1#nzB0xC5tsJ8{06RL#$w~Ga@W*SnFDUTkBqClibqf7_zaw zYCkQ>TE(dJj8w6SFR`taL@Z3{XQLn96%?4qr$W-jELL8~)ZLFigNxONDMa#?bO zwA!FYAJ?7tWif;GicZo|`>+VJojTkC71p}XW_KHb%yz~PYae5U{)^Q!j4@vX zeGPYQNB#@-e)1jQq)kFkSyxrW3SA_6rg?Q;Jm8OiZwFALfb{{+Lg&@Ys8 zw%C=nAv5D+ogZv06|+1s88L)pMWm)rtmc%C*g`v7Upml`wXfXUvkFjRW`gt!;ukA> z2Nc-DGfG)~mixAKa@+W^U5E4&w$ql5qyc%>b^TKF*=?|1auxNXf7$1(u0)r`pI#Av zR?h=)D%Za9>0q6n)<3KAQlgVH7Ju3Gkc-Xu$RH(GFsj+vaE5ql>&F~1D4h_iwOzq3 znSCKLhu zHtcd_Oe*y;?wGygDC5i{T7Z2j>t6s*o??z&tK_0+U#xKKM%nREcIiBczw`>Do_mYk zmS}IYYrUOBd!E92IH@#I2Y5DSMbPS-c-74H-cqIL8d=ztC&msUli(*kL(CV?iSCrp z_C zO#XC)yovcoixZpG-dc*;XU_~a%OtjlL&OvMI5E!~96bGCMQ+1m@?1h<*3w!ZZPE=9 zd&(F?D%6LZ$xqH^JkQfctB{A5=4zgKmN7?i=Q5<0&R(j$?d2PSt&vU+DtXy=$U{}SQ&9hEA2IjbACOv6mfzPla z)9vT$#b5HwP`YEHAnT8feeM=CS=Yz2-y}uu5DP7LY_vi-K5f@WIcc5S_>>bUX%V5G z<9)fen;>r(B_Y-m*I1kLCv!wQc}78Org!5-Wac(t=g+FccRmRvFYzxe$vE~_QYY?E zT5{y4$i{da8E*EpD4CFJAW|F|%B=Z}qP%03{)kUenA7FccLchWO*%%)r)Xzdm6l|` zOS;Te)>rAQ%e|FgYnw@l76~)x{wnKy~s%5S&eZ? z3}C&b=lH~$b)FeQ%v)Un%QesTbT%4@W-)%*K}g?fJ3VK`S*YBL?tt@PksCroYCoUC zqw+HCT`_yVk`MFE$eA}#(dlOnzAyQEIn)O za^0$#%qX8XR-FK8x7@qMer+{fTZhiqLsmofpHhSE30-hjG$DFOe;}F5N=)Aq9T@>U z%`xMtoyf&3T`pFd~R=f6KS7;2A`QQI!C5U%55MOy4d|m z46L%p<dvWM|>K6|7SeWw&R)`RD(BP~XsFn99Pt$1Qp z=fw4bl9!!=*jexyGP^-rd&!0O#DHR#%}AiPnTdjipXDh9WwAESITfRD{n@ohU!sfg zC)h%dtgDyu9Oi%X+)MfkqJ!A2$eH|B)#rEY31*Rb4#ay6C$)=DqZo#5kfAzd;EKUOIt|`LvZW#P4fz%NM`BS?+bD zm$kS|%0yZ|owmM~`Yv+wjMYa4XhG^G5Q8T&O1+OOYHhzC>*K0{@h4cvZdS zYlL3|Qixq@&_QIbf;PX)C9S81Kc8$4z?ZwYkCvmPRlK@*?_rkTFdkwT?>Ksh&o0)< zH;$xCsVFUt>`l11yZ zjsNrbqttugLV2lo?(?F&wEVIU93%H~4A82KDbk{MXpfe$LLc_4Lw-_{5$et8VSLvz z3v!HWs12=Z*NP40IR*XqA-pLogr2jc1@(GjY?fPH>`Vz6C*)|Kf#g0WPs(iNVazg? zY$oJZVU|%6a-y$!M-GqRB}P&QHszenLg69OXh<(nD0*>U*}gVg>^i&eB7_iHmNz3e z*PZsHEk#0lS*&q6-5uybte$`xku!yM(m{3&(h>RCW9>p`4;U`rOULK_KLx+5=l`kT z=Uq@M{=bm&)AV)!n*o2ogugA~>#giBiQea5{FwWz&DnBb>-z-n=jwI z`j@Y7e0<}LzyA35zWnjco9fEO#_!zE{~x9OYpdcPTdgDv$`l6Mw|@8gFJ6B1V&lb& zPk#7f^TpSG`Q|4(|NZ9m7oUFm)t4WA^21L*`ofJH-+$ft<)3`TO7Ezzsn_t!cm6y; P{^9TW@B^CmujBp)n>Hxn literal 0 HcmV?d00001 diff --git a/test/api/fonts/MathTestFontPartial3.otf b/test/api/fonts/MathTestFontPartial3.otf new file mode 100644 index 0000000000000000000000000000000000000000..ca18a9a228facf9472f09122d6646eeeb3a0ff86 GIT binary patch literal 14380 zcmds8&yO4DdHzZTvIL7+vb)sMAhS2c=KTvAJzOVT7)iY{qq$>DOM z;S4=9+|>d-v?$O^dT9G6^i-g|HJ2WA35p(kE7C(w1q$R4^p-J3q$QgNf&kUYY;*dzkx2yzWgfaOL3g zf8qKkczts+O`lyRCH3An@pg6UKAWjaU0iOw%KOlrdjI^xfBzZoXG*<2nMFzZ@-Nj6 z_`ijDtv0w6|9|6OzWc|ozyEXf>q6~E-~Knsqki=5pVau7{d-ki%C4}-tPEs5MoFpo z5BHFR>#tn?>Be8HSFq!?%X_&0d-=TdN9qqY?s3U0zqZ)8Ohv(tT4~{xt;*M6#_;{J z`aAQ91=la*O;&8EH*hD{m(-W8|5kQ=r7(WAaD7dE{rWfHwT&x~XY=ay_p<8^bz|ob zv+GOh+Riw;zET)}MSWu@&Bm`5#;>WjcmB2(%}!(gXp-t1!!3RH_MLkb-8^yw-_`x? z*0#PeNz>W=Teo~Owmpodx3(N-F!2-Jh{9C&qj7rT#-7GN;19hp@kV+cj=Wf>6HoV> zE!~-Up)796f{K3R#fcw<`p)*9Z6TKJC7EF~^Fid$3!;;XcEb?|-5`myd+hpwdl-27 z#7`&M)s5G0V(4^x_3HkERvl*X^ic%8bu>1%JYz?F0}5_wT0f0+ zlKRtm;HEH66bGXdf8;qM?-*8`O+9!DREALi^F^_n`p2Fg(|@x#`kpsTlZqiRpUt8; zHQdbXF!r!E3LS4e#)J{Y9l9fL>JN=)0zW*O`(Ql;@#%CP`l;`M7`+CWK>ZkUz*FPc z!$&xBB1XeFM)E_ko_2BfE941@`SCNT;uqLG?lC?erG!m|QX%|{5aik?Ozf6QQ`WZ(!*V*hZSVuS(* zr`knWN8u4a!3*~=b{M5Pi2{V^DF>&C7aV)ZwuTUnVOD{#!vH+EF+A1C2LD)$PNiX= zp&L@1Lu5)oLA>dqHyZJ3Nel>fD~g4k1U={_Ht90^!qyWvHLPMU@nV?EA-p1OGI6Ol z#a))f2%XuUKFjBmiZh8$5I?bzmO4Y=*b6*2PjM<|e4x|Qna2>ztS-igy^rR8?3wUG z{A7IK35>b$r^SgJJM<`m)MVz)X2Ge0wZ?$aaBirWfP^aZgtmq8Gnycd8$T{8fUwxD zH=6C{pxJ5noy|rOuQnmW7_q~+AeqE788Y?*@Ly;t4%Q2hboStOFTRm%t&*Jv9Kt>^ z;%4f`PZ?KgA5-Ht>C7)JAW2=U3Vfw zrex;Nq7bwYZ;4Y(qGkK(h5g8L-)3J{4vIXN(q;L`fu{p6MHEyV=EwXH zAe7EIpl{x^V4*Q(5GF#+z_5u|LDPcJg0If93E-7eJ)F2940D7yi>EFTFy=5}(nes} z7>rma^iH%F9{X_=(#BM_I!`B2d{)K8KLVry0m#PV6_WZ0_&DWt>J2BMKXe1ukkEP&IoPlq)JSey)UuKRT3#@QQ|@k^zq6=W z-e_giZ0RT&%@nfr^}@s!3vyO4JQszR4goNPbf#2Jvb%O z3r#Jvz&6sEJqdj&knE<50*VgBdzMF@ix@{#YUi(lhJ=FfkCM{!wW*Qg3gu zjWO#ec9zo1tj&~k_=0PNwalSK9_gr({#>rG9A z_;D#O(Zj6ny?_^=ulHhPkhX0^bk=)0dGA%S1PnA_m1$SmZ|GsdjeG~~-Dbbmsy6rQJ!i02m-AS^(-=Ii_UgLX*WF&{QFFJx zt2e8C+;3L&3c}rM_Qp4;)BU>vW&=nh*B|6>J({u%ZXO>TZ3% z+WVkF2|G}^r_GXWNC_Ic{s`-If3MnVY0Nqc8hWqO+QsSzbx2>uNm9gt;>Lazy<6R{ zKBNYgE|-Z0PHq8O>S4WI?^RnB-S5_GO$Mp!; zF|Jck;@UpsYT>g3{#;w6+$vF^4v)<41moncq1(236(uY4wbD?J8TN@JhxiOIa$+pw z8oBIB>YiXuL!V>3eB8V05bu=t1oxDkvy`=}J~Y=UtmiCQGJ*c|$_zUaNJ_Z_d`1{O zf=xTv-!gV})XiVXk5jOJSJhS9=+wdI09P&ere;R_cwc9I4apg4_sm`omWttN#=@x? zzl|7t7h3+RG<5KYwFmjDYF|BoPW3E~>CGefLj0|9HO7dI%ZuZYnIj%#rrFp}P2?n? z<0Eh8CU(*+a_IK}8Ne7~9ysRxIE%#@)-wZ`zak4`HZT+paTS9HsdBxBtTz8uc4ei*_vXZ!%y*N*_hSI$#fK-5Q7e} zlW{1#XaOQ1E#n%=C?ox7??qCX7gP_if>A_lWE9h;oR^hTBWGZuleW;NRxrkM%_uP~ zJH&p`!*UD_C8-UJ@M5G}PfKJo4(V^P4z*&85SztD9&Ez75q|90`PPsqxCO0PmvZfj zNH6knu3YJC)JXi&CbR~n7f;YWv>tsJ8{06RL#$w~Ga@W*SnFDUTkBqAlibqf7_zaw zYCkQ>TE(dJj8w6SFR`taL@Z3{Xqa5qGyyBIQ;6dNm zC`Ug=41JMD4ym#tQyONp~up%DiWcG1>WGZ*sBpw%g?Aat!BTswqBxhy$C zTJ2fIC2l41%W{h3GDE${pS~|gwMC0vRHFu}Y#XluUaY)*NVR!Rf3=y}VQlCMs?au8 z8u}@(Aw&lHkL%9*vY5eoMJMT~Jy?XQR&z>6Y@wa4FCA#e+E?!FSp_IDGeP+i6Qj(ttecx_+to>^4|0xr+MHzwC2XSE7sJPp^nS ztLHvAm1|%5bg)iO>z`G5DbdLpi@)r8$i-%SWRQ|87}e}-I72+O^<$10lun4%+OA-i z%s!dxHGIk(kSwLYWt2S(vyI$kwUxEpo36HWag75cIX?;{SD25?JMxi;VFw`i%j^>$ zie};~+fC*ck#pR6kzp~GmCr-X(RdG0cZiRS78}RbvsGg^+9JL%%jgLr@{yq}b&S+S z8+JJ|CYAaKcg$XLlyT+}ExRdP|ZFIG5qqwM%7yL6t!UwVa6&%MQN zOSHGywcbvmJx^ghoK%{q13VkEB53t3ylUopcd1fzjV$cS6JrOFN$``NA?AzcM0ZMP z`=Y$lme`R<;MvqOQEvSvHNLEM1ggX##(~6wgFCST5zAKpi}hwC3Mc7(cyBx1)2uHM z6y%I}&PtefdopJcf&12XeO$|kmm0xL4h&_x+dd_*Ygq5jcG~o}JW(Ld6|*m|7Cc{b zCVx6Y-o*UF#fi;oZ!N{_vu6gIWfEJ&A>s*roS5eg4xWCnBDdi&c`hL_YiX^IHtB|l zJ!Om`73xFIcJ_H6F3~G;(O2WFO5Zh_ ze{r7ce8y)|WuHk^U`($*b*zsx>2PStFLJ(MtekhkU{}SQ&9hEA2IjbACOv6mfzPla z)9vT$#b5HwP`YEHAnT8feeM=CS=Yz2-y}uu5DP7LY_vi-K5f@WIcc4n_>>bUX%V5G z;eENcn;>r(B_Y-m*I1kLCv!wQc}78Org!5-Wac(t=g+FccRmRvFYzxe$vE~_QYY?E zT5{y4$i{da8E*EpD4CFJAW|F}%B=Z}qP%03{)kUenA7FccLchWO*%%)r)Xzdm6l|` zOS;Te)>rAQ%e|FgYnL7s(UhmdD=ue%b+cNk3gYUC4=rUSuTjtj4$` z2C&}Jb9`dWI?oIt=B=)P<(g-EIvWi{vlu_@Af#`#ou0GeEL84Ax50U^$PJ+(wVzMn z@~%0|d}Gg?@+52-^CcP?+crX^mmo@ubtF<86Ss0Uv6Xz8mi4qfW4>*CO<5UDmY%hC zxo*`=W|Yqxt4@HlTkhRrzqXpLtwU$)A*&(#PpQH7gf2KMnh-stKak92C8qC*j*I}F z=9ux+PUK>i@+m1hY+@H@h#EZaUli>^^_f9IKDW2LiL_5agU?JDog>pF%p_tkrty*m^=CDRy?t) zbK-hI$%{@w>@4^UncbkRz2w4sVnDIWW+c$t%tS%M&-0XmvRE7EoQhGn{_I+$FVV&L z6KtVJ*40aS4)ecx?j`*N(LwB1ht-}z4EA*-hTOs2yo%dZG^Im#PVjR(m-=G8qFCD|ieA>zw;`cSV<%{3mEcZIn z%UWC}Wg;z~PFr6~eHXcT#_FR2v>Nj}_+zZ&H%$DFwU2jx z-_*f(l}*Lxd%GCf#0t)Ee$yb=V_cJBM;+i(XEb_P$M4>rV1%@_x#!&nSl$;jpoYH@&jUO&XxgN$DryU3T{@$s}tUs2Kl#&fQsnU$)E zHNvj}Da0-{=pZszL7U&@lGYQ$pHDUi;LBayN6S&tDqdZ@_b|(E7!RBcJ-W@I%VnOLSkBgS|rsYsi(fAK+7LPpk1e$)a`I z#{YTzQR-cAp}f>P_jyrXT7KCFj*)vg2542r6lu{rv`5QWp%44jAwMa}2=!+4FurS< z1v$nw)P`2IYsH50oPz%Q5Z;s(LeE*!f_gnRHp{IpcBX`k6LPfAKyn|GCuO$sFlHG` zHWPBIFv}rQ*pmLeg&EY`S~?l$xwR!=~U$eBVr=^(oX>4<#nv38)d2Mm|*rQi%`8yT- zybWr_-wP=}O<(uh4EO^k{B03mZ)JZ;^gjRM$J}3mM)*r7{P14Cd@1iQ|1(>uHm=$~ zOTx^Wf86^2{2#4{e=q+6zg4lqARFomEV!}pwfz;pFT{!8dGWe>@!K0O-n#VSt;;Xo zyz*DCZG3X=^}qS#_rLnd_3P@=#>VgN{___fKi_!% z{L>#izx@0+fAQw0+yC?C)#smm_O%xufBJ*ZKK|0RYu|s(`Nf~UVWsCcS{3}fs$Mg` a{<`%z^t-37;b#LsZ{UZYnTzdT&HWOy+$iAy literal 0 HcmV?d00001 diff --git a/test/api/fonts/MathTestFontPartial4.otf b/test/api/fonts/MathTestFontPartial4.otf new file mode 100644 index 0000000000000000000000000000000000000000..cda3057f8360d61154b3fad650c77e413e3d97f0 GIT binary patch literal 14360 zcmds8&yOSNS^j!vb`pxsY$n>k3YPGxLD970>G`>{VOb$OZhP8Vx9zpvGnorXwOzI= zQ?7EV%H7iv2P7me;Q;&zoRHu~PDpb>5r@5@(D6^-s4DgD`%0<5J*W=$)ot}hxc@os zZ*=;%?tbMbUv`w*`ZDgnGn~0|^`*=Iq|`eP42%sbDz)Er7kYFzR3H~oq7N8k3ar*+|QM|Kb=QO`s&ZrJ@9`U z^IC0jsZ#&-_doo%Z@=;Wf2dy-YCrnMKa-yN(Kmi}#Lw*C7uBWg3VY1TK-OcFl#2gw z4>`F0%H^ML{e^lBJ6^xMkNdxo&r5%(et+u$m%R2X%Z;m46zrGBw^d<|v{-!G}Z zHlJ8<{W9KU#g=*#cXEA6ec}4AXV+H><5vsU*VJ!Z{~Elubp`TlU%md#?0QSxxc3Ly z^(A%f-Z;CyQW$?teeGVFjbAN{UsLz*{Z%cRpT_=Vn(7i%wP zSKpYX>HNK0w|q0UJB((xb{uCg^%LEQ!c_O8aeCs$p2k4n54|w)MtTvByjZ7GPxqTG z-I;r#EN;nyihk_Hi64df&hDLEA(rhWnPD{dLFC8_qLYet!x0DFAc?el?D~Ow6nOf? zPp8_|jp~QmP2Y1eA(LV3&(mZ#@q^tcp4{p*T8`t~{QUnMBY(Hv){Rbkpj*vaz1^=D z#n(6W-3Pki9mNYbK7|2qzx#h;=yZGa>cPWS9cJL8XH@lv7^2L1$Q*9pGG=K z{n;XLQy3?TgVBjU@|=-(3@grO9y|pq!zh6HqS#ISV^5Fizj+*e*Bhou#gJIc=TV#* zZf15EdsrKVjyE1-!ieGy-H|u*hsHC3A5IoNSPwybHd};#>U$tYuR$hIKZYFe)HwF= z5ssXQ(J+pY{1Ee*_CtL#^@mdP+DIBkpDU=$C?`I@}8?2nWaT+3YrvBV95fCB9 z;$)Wr>1h}PVS=DZi~`GOq$U`ONO*zptiV)@5kjn@XVJ(XGuS8@I6{-yKU$<1p}@hZ zb`jQ5IN>LF;U2~gqf{qRfDk?9;4JZiV=vj&5W+FcDiC%UfCo2*ryAMdAB)kcH0(2U zLyB{RObIB6H#_o1BVMhD0l{uXv9Ob%2ff55U1nd{dg`WzRqQ2R40AbzSENlQF7>9k ztCAR@GuzW=`Fv7wrqK!FCpOYjX9yg7f#>EaPUVabbb31X7-E^##Tc>oy@elpCj1aT z86S88V=nw@aU#bKJ&GVTnYr_MaOz;KF<>-Y7%C@Y4!Ch<&$jQs%oms*O0^%5kVeYo9=ZzMbGWTyd#uuqJ* znYr;Z##N$|#c)b`08S9J;pLJk znfdc51TDl{;uMo;)qZ+uKk_`V*_V}rBF~kynE`VczwXE+RT@>`>A*`71r>++u{Z(< zr3((|n>Q_3XiOP|iBK~zY~oeWv>>$LtFvkXc;!?Nr)~(tOb}=B%q0TG941WK2rL_e z5$lBBiT1){KaN7$n95cc=`@PZs+jl_KpGH$Y&>2esVBh48Lv}sI1T-w8#pJiPcMSK zB-|Xq3ul~6BiKJ&!d4c}C7Hm!Tkjn-`+X#W{<^Mp+Iv}2biH`yC#Du7J^`j4lmqt= z5Lgk=X59cBPdrm1Xu*tibd(~AVFky92y-BTShmF5Yy$cS=$-;guoA%Q8G;7(G8jIs zl%P*)2%t46p)~St3ECiqVpC-6*meZ$7Dp^>HowP+-{^!cgSAGeQc;+^=QwwEblXEO zk+mx&(E&rTjTj%E_puMvY=I=ngQtRo*2~DjhSi`(a@(Sol?>4Gf-#(Ocjx?_Ma}X? zE2CyhN6BcWkZrCPCbn3Rvx4EdD74 zYMBMLk}M4=q*O3nd3=71eyLM{~&Fv~n5jDT*8dJb$Q z=sC5eLj*;$qJkC3{tTK!wk)We%!>>PU`7-p7=-1IC4wM5$1VU913~H^m1ZM#e}`?1 zSx2$6lwM_Rrli9cTq~?)4lVPLog6Ya>mICfW$CM(X1R5aX<7 z5tcq5dUKP`?(kU{ouF-+h{2cehn&vkIAbnOv9Qvx1)*a(OJEe;!>W6n+&!?(J7Sv> zNMzu}9ui9A;KUZt^s5}kC2%_MD$Zt!?YWtvEeb{U@2Tv=y(Hyi%vjL)2-L3Wp z&DvqB+SA>`UblmTW3{~pvh8NO(F2$ILA^b2AXTl?ecEe2+8nv&L{Z4BSs~^@OeHAB35eJGJ`&IN_^`QEQ z8d$nqCK@=o1!$>9^>)2iZB=x?Tdy^F0n;^m^%?}kN|+nUV-%FoQ}pW}9%2CNoQws0 zuwOT#L*^>}*BBb~1C~QW(iwDmgQX}>n*Dl3S9{Gq%;PkAodXbuE3ku3KZFUv3n3=* z(k&e0oH?K`0|KkK+Y!U<)vGNKL|nAbuH8Lw)9C;p%4qK5gz3A%{hl|$SvubQTtU@T zq~_{W#mZL`HB~8|_uNoJwS&*Qc#d{QJx~=~H!K1-T z#je{0ok-0vx`U^6jv8RCuM+HPU_3Ou`nVe7>IA!D(9?*TG^F~mG@%=>W`i*u}J1~7j`7RGE~C>-G`1`kr@dJS1^{>?EHsqbQR zi21}sw3T9k*qfWZq-u4`_cA`cj4tUpxEmYVv7u!paY5TP(#{~k(CEut){xG}z6msC z)>A&t3TjaQ5F;G*GRbVNiG(8iG3IFx$*HlCN$$wQf&3O5IOiHWofxg2VGsE;FNsV; zlbKdO;?xZ58Hdbx4H>4mr_Pk!%0f?BNn}Q7&du5s^od#A%UpH}7!YMP#10@s3K9GQVK@5kAg)yc_p6rT`-j1@$$w*mG8lWzOhk` zevBCUB99zWWksem%xKBaq9nBYy1qjr4kGNLt*vG*UhT0OXS2#Io8a)h+n zvx-aHO5~U26v<_VdXYbUUyf>v7JH~h4OH1SUIV;XdHaxR`<(u2JF~;s&=pjnZLBo( zQ(i-e4D=t@o%LlggY}wD(oy@c2(z6!+yE8Uy3b~J8-dJr#t&;BV}<^U)iaDSUj%&; z&?I)-=nzi|c00!27Bd9JBdm|HgLk=x#1|q0H74zH|0Nm8@l`Ji+7SN)!?)2dlykP& zm9`-><71N_Y%CSCJTVzDgk(jercbQql#bX!J6m5m(2%vS+}pDXP-13+^b6t_D|-hN z*uyhQS$$UfwoP)|__1Aw^b@wzmX4$Wc{X+ZQuEnuuwHT%^`n2;=d7+({flQR~7+4Yc%&G^V5C08)2+1YT0cxvm%0x>9^5UaIa!7iD7 zGS_SPlsO<-N`K2Jdl+ULxyx!RYq>XFZ|UM12S{>$6iBWxADMULBN4+6K=7B@Cq5L- z#8_DKW7jIVDB2e*9J^6=e3V@}PvS4V!l>uoVz(vQ z+w9tGC()j#upUk-P1FINjad=2`Z``UbG^4xDY`}$cIAn&gUBTKNzV}T#dD%NCA57} z-f2thNF?xV>X|6Fev=ws);a=J;t=CNV!^?kSb>OTtN+D%GZKZ9^gg_|o$hJYmk0`S zMm%RF%)33AvxvZbo4Y=)WyDL3U?vBKvfXW;64*7YcV|0o`dgkT5a){7msbm(uQ`)H z9U*UG{?YQpX0^ALV)ofHgUvFDE#eUIgg#Ep^9Bb`KUk65@R&T8keIc!Hb!X~s&P{yE36!*mP|xwc z+S^T$H;j@H>xpZu&H0l#qMbaWAU4yx@iH=V8?f_d)!{pzgp!x|mzHE4duyo^cPK46 z@>67EJdO-Eds>uC$Tbitjtphid`3~;u}Xi$rzp(n^65JQUCJgMqvcbyGp$NXvfm|L z<|^x}bk^nGO0YG~a_3%#8mwCvW#{L~6XBM}-sXPV0d`40T|8aLiG^NdB=D@pxFiO! z-qLe?V$C|w3?b&NuYl#6XL~vu4MejTKkOi+Z?&DCv*s*R?nQUOd9ch4p&_-OPvP>e zIm~=x&z$lkY!&k*8X4O*LZp`EyTi!(4XQ07nCXCLJ>5_6ANQEwTe-Z=h z>~V2)*=f zdp0H{f(Fa8Oj}i#&$rI|u8w&xJti@ZXvJ?(f`XThVPigRWeoBAn%wfmZ*Nw69qDB) zE|W5mmQSaxucf|=+&p9TQ2|;g%kTJj+N7^2=>X$7SJBK$)x;X% z*MJmaml|{snX919?{Z1&so~Ejn*;FWF7Bh{C}|b1F5Y{XYe+%C@(F)>I28fy&40wDr1VY=pEXlWvtML{pygPlw^c@GkO@`wakJX z;~Hv1tJ<|+GilSkI9oVTX`6>j3t{1 zxmB2Dl!TnIy8lwe{75HNP*!iQjtphI;v%TQA?f^z!Y?FW_D{P_32^6~ZS>eANMZ{N#*kJA3NRq>Cl))EF~3WM$2zw`YUFF$&*_2R`R zKX`HZ#jpM1txtCU`>m@lKK=BoFF*R^2cLfQg=^Qo|GM*wKYlZp-ofvOT*J>6e%{0n OKcR?G6mRw~ -#include +#include "hb-fuzzer.hh" + #include #include -extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { - +extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) +{ hb_blob_t *blob = hb_blob_create((const char *)data, size, HB_MEMORY_MODE_READONLY, NULL, NULL); hb_face_t *face = hb_face_create(blob, 0); @@ -28,6 +28,19 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { hb_buffer_add_utf32(buffer, text32, sizeof(text32)/sizeof(text32[0]), 0, -1); hb_buffer_guess_segment_properties(buffer); hb_shape(font, buffer, NULL, 0); + + unsigned int len = hb_buffer_get_length (buffer); + hb_glyph_info_t *infos = hb_buffer_get_glyph_infos (buffer, NULL); + //hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, NULL); + for (unsigned int i = 0; i < len; i++) + { + hb_glyph_info_t info = infos[i]; + //hb_glyph_position_t pos = positions[i]; + + hb_glyph_extents_t extents; + hb_font_get_glyph_extents (font, info.codepoint, &extents); + } + hb_buffer_destroy(buffer); } @@ -37,25 +50,3 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { hb_blob_destroy(blob); return 0; } - -#ifdef MAIN -#include -#include -#include -#include - -std::string FileToString(const std::string &Path) { - /* TODO This silently passes if file does not exist. Fix it! */ - std::ifstream T(Path.c_str()); - return std::string((std::istreambuf_iterator(T)), - std::istreambuf_iterator()); -} - -int main(int argc, char **argv) { - for (int i = 1; i < argc; i++) { - std::string s = FileToString(argv[i]); - std::cout << argv[i] << std::endl; - LLVMFuzzerTestOneInput((const unsigned char*)s.data(), s.size()); - } -} -#endif diff --git a/test/fuzzing/hb-fuzzer.hh b/test/fuzzing/hb-fuzzer.hh new file mode 100644 index 0000000..d0c617e --- /dev/null +++ b/test/fuzzing/hb-fuzzer.hh @@ -0,0 +1,4 @@ +#include +#include + +extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size); diff --git a/test/fuzzing/main.cc b/test/fuzzing/main.cc new file mode 100644 index 0000000..4692f7b --- /dev/null +++ b/test/fuzzing/main.cc @@ -0,0 +1,21 @@ +#include "hb-fuzzer.hh" + +#include +#include +#include +#include + +std::string FileToString(const std::string &Path) { + /* TODO This silently passes if file does not exist. Fix it! */ + std::ifstream T(Path.c_str()); + return std::string((std::istreambuf_iterator(T)), + std::istreambuf_iterator()); +} + +int main(int argc, char **argv) { + for (int i = 1; i < argc; i++) { + std::string s = FileToString(argv[i]); + std::cout << argv[i] << std::endl; + LLVMFuzzerTestOneInput((const unsigned char*)s.data(), s.size()); + } +} diff --git a/test/shaping/Makefile.am b/test/shaping/Makefile.am index e67e3ef..89578e1 100644 --- a/test/shaping/Makefile.am +++ b/test/shaping/Makefile.am @@ -43,7 +43,10 @@ CLEANFILES += \ TESTS = \ tests/arabic-fallback-shaping.tests \ tests/arabic-feature-order.tests \ + tests/arabic-like-joining.tests \ + tests/automatic-fractions.tests \ tests/cluster.tests \ + tests/color-fonts.tests \ tests/context-matching.tests \ tests/cursive-positioning.tests \ tests/default-ignorables.tests \ @@ -54,12 +57,14 @@ TESTS = \ tests/indic-joiner-candrabindu.tests \ tests/indic-old-spec.tests \ tests/indic-pref-blocking.tests \ + tests/language-tags.tests \ tests/ligature-id.tests \ tests/mark-filtering-sets.tests \ tests/mongolian-variation-selector.tests \ tests/spaces.tests \ tests/simple.tests \ tests/use.tests \ + tests/use-marchen.tests \ tests/vertical.tests \ tests/zero-width-marks.tests \ $(NULL) diff --git a/test/shaping/Makefile.in b/test/shaping/Makefile.in index 7f2b708..e9748ba 100644 --- a/test/shaping/Makefile.in +++ b/test/shaping/Makefile.in @@ -80,17 +80,21 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ TESTS = tests/arabic-fallback-shaping.tests \ - tests/arabic-feature-order.tests tests/cluster.tests \ - tests/context-matching.tests tests/cursive-positioning.tests \ - tests/default-ignorables.tests \ + tests/arabic-feature-order.tests \ + tests/arabic-like-joining.tests \ + tests/automatic-fractions.tests tests/cluster.tests \ + tests/color-fonts.tests tests/context-matching.tests \ + tests/cursive-positioning.tests tests/default-ignorables.tests \ tests/fallback-positioning.tests tests/fuzzed.tests \ tests/hangul-jamo.tests tests/hyphens.tests \ tests/indic-joiner-candrabindu.tests \ tests/indic-old-spec.tests tests/indic-pref-blocking.tests \ - tests/ligature-id.tests tests/mark-filtering-sets.tests \ + tests/language-tags.tests tests/ligature-id.tests \ + tests/mark-filtering-sets.tests \ tests/mongolian-variation-selector.tests tests/spaces.tests \ - tests/simple.tests tests/use.tests tests/vertical.tests \ - tests/zero-width-marks.tests $(am__EXEEXT_1) + tests/simple.tests tests/use.tests tests/use-marchen.tests \ + tests/vertical.tests tests/zero-width-marks.tests \ + $(am__EXEEXT_1) subdir = test/shaping DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/test-driver diff --git a/test/shaping/README.md b/test/shaping/README.md index bf09909..d1df634 100644 --- a/test/shaping/README.md +++ b/test/shaping/README.md @@ -14,7 +14,7 @@ FontTools from . To use `record-test.sh`, just put it right before the `hb-shape` invocation: ```sh -$ ./hb-unicode-encode 41 42 43 627 | ./record-it.sh ../../util/hb-shape font.ttf +$ ./hb-unicode-encode 41 42 43 627 | ./record-test.sh ../../util/hb-shape font.ttf ``` what this does is: * Subset the font for the sequence of Unicode characters requested, @@ -27,11 +27,11 @@ what this does is: and prints out the test case input, which you can then redirect to an existing or new test file in `tests`, eg.: ```sh -$ ./hb-unicode-encode 41 42 43 627 | ./record-it.sh ../../util/hb-shape font.ttf >> tests/test-name.test +$ ./hb-unicode-encode 41 42 43 627 | ./record-test.sh ../../util/hb-shape font.ttf >> tests/test-name.test ``` If you created a new test file, add it to `Makefile.am` so it is run. -Check that `make test` does indeed run it, and that the test passes. +Check that `make check` does indeed run it, and that the test passes. When everything looks good, `git add` the new font as well as new test file if you created any. You can see what new files are there by running `git status tests fonts/sha1sum`. And commit! diff --git a/test/shaping/fonts/sha1sum/15dfc433a135a658b9f4b1a861b5cdd9658ccbb9.ttf b/test/shaping/fonts/sha1sum/15dfc433a135a658b9f4b1a861b5cdd9658ccbb9.ttf new file mode 100644 index 0000000000000000000000000000000000000000..4b80f80443b099f82927f924a4434818d76394ad GIT binary patch literal 4936 zcmaJl3vg7&k<&Bt-oAaiTCMi0&uZCy`$ZCqv|kX?B7_ja=A#I(F#>_m2MP2;NPumK z2{AFYAtAQoU_vS>@-udFhtD~e>k266j`LBDxpOXXsWV)Bz69UpDmf<{$zcP#*YkFb zMJ1Je)zi~GGu{1qdb;N=0YZos8&1g5wk7SPjNDI1SrWP4rJbu*-*TVpL3$0+mzJ(x z+q(G5wnquEMF|1ls?~GjFKknH6H;;%$2a$l_D(dOXj*~vZ;?LHw`Mb%>R%BM%S$UK~#kA!DyCME|ahUCKskv@#$1_BVwf6S^SP9lVa%97!LW(cQ}nJirZakuO& zbGW^b@Pa`fNN3{dOd9^j;qq^H@FlPGQ*M#1D&JHsgW+PC@uC6b>P_7IUo2XqMXfdy z%vv+o*YU{hH>Z3Sn^L2wDmFGtm;gCM2s?v%YtR?6q23>Z6v<>EB}}kTgBDI@St9Oo zIt()Sh1x`%ovCZNvs|`7^Ec*4_HLfHwWHQ-s*)SK4=+1%aq@WX1328c!Y|p&p>F$+ zm|ccVzgqK!uA!%9XB!+926xxyC2t=%dH783&HFmdXu*s5Kd@tHK^s~S_fn?=)q0sg z0WE^&BvGXo+^$4COABV98-#DzOe29NqYrhaLd}idIXw?#)*XGVXJUid6W1!jHHP?> zn$D%Q#|Q0mQq0U-wsj}Q*VeABk5OZ3<|T;-vIC8=huRu!a{bCZ?R_urSQu00I&0FE z8ADuKvaf6Rw~SUOt+2?Jxl0GLo!cTcaqwC`vjex1^yhD|tCB+8q*B=La+Vdm6)2Mf zTB^(+PC*t7;AeFf>n@{Rc}iK?ap!FZJ!}q5=UU(mNpV?j|98^sFy~IHR#<1MVr#70 zZ|}Tz*E0%f{nRsm$|W%t&}6Ywwv0cXNiPK9J=q}F0(vqF)VKD_J;^`i5NEt&Y_T@( zmemmjqQO|q<6$OA3b`ltyr@){o1&j%u7v}iZMoMY{w4cXM>>lOyI7;dO7lMZIkZ=7WT z+7)l6Xa1&r4bu-i`fBHa&a~?{ryl(3mU&xx24T)YvpJXPi$6~L=XJIp-QW4@6AyiH zxkqd2Q7xRzXPL&IASFno-8Q?;AfuaDI0OGz zoqBk7ro)t$-wjxKeC;E-i@9sLsmne!L`&d6a~=BsYJMU6XMPCxR;+eqF#6*zbZo@N zED(-RA*bBc*#FXXk2K#JZW+9BpowdhRJ##WdF{rDHvle&VjpyWC6cSkz2hi#xo8>e zn?D=HkpuY_9^q3YBxJ`8LTWgIk_{HX4vJnVR2GzaL3X>?HQGX@+36oO)%8BSze&TH5kf9-sxENm!*Ei zbScV{Uz;@xy;GG>v8Q>TzC(D(T&0)+@DXb7?V?4(o=gGJwIvQ`IS=v5smij*;puo) z&>7ghxHj?f>y7ROCEEY~)of?X`OUE%jdK?@^9M>iWnZ_dv*Z4X^&WF`=UjK^s)T>k zZAc%P#Vhw!uQ+x8k?4v@|I?qxsJTrTyUO+uGbu0l9N*glzHo|4;eu&m6X2Ik_Z`}D zXhHRb+*^kz4SnUrW~;fb_4q_fgvHzK+Sa4F_l_R>>`|!NeyT+N(uRhW!HOnK)M^nESWIci4pW249^9~Qn!mPzOz!%Tt-<2 zpl6`0s;rdXxMelFB+41*5-_987|G|!x%`jeyY!~jLX`6@;X&kd%V#*z*5G zTj_^5M?Jq-pEH{O2e?LmfgIEMMLMUO%%e`a969Fm8J&~N|1}NL8^|ds&N-XU(q{gI z)j*Vd6%pDuV61oXLspp>_ZR3E4txq}^<6<9#aJP{4_BD-)B1|%aIdD=9-Lu5CT8@Y zZ=dInAzgA(_w8ssleB*P#6~$tW zdKEtMz=$jdqgK^R-P~V7QyaBtd(P9LIHHQ8$Tbe71)j-@`Vq=sp$YnPQNc(UYnB#H zW+9XIg2Tc@%%D~bnk>YfvLV6);YivB2UiZZ2CG!NHRS8~@iu3D%}Q6r7PIx2Zfnq? z@YzBBX709Xr8_>P@x@wHt1hjId0Sz!f5pn?PFF>@Su!W>s{Bd?rFQ=?B+!a<{-;!< zSI8WEb-i3-&BB_AkA|lvnMN|6F4T45id3?YvoV<48^`wgI~RI9wd=PxkGgnxZX&g* zvpZAXXy&VS@2Y9`D=yweuk^Q%rs{fjHPm~XAm}lBeBtn_;}6=bUTazBqLFm8M&6Gn z$b)v&)AvXf!N8PcE!+&@fM2{cCNFW1NW`(02Q+7-EU97Eb~+Ydfr7V;11cDEA6WR3 z8%r%dbBE2`rR?GK5>+pNGRvaMXL#BC)v&P3V$Rh`tPMAz9~715{y?b;fF6jWW*hD| z>J7!QG;0>nBDQn_pNtD#fd|-W5NXDNm9gLx7g!!&v%9&T&stKRXhrwwC*riz-}$x`Xt6VkFgs z*kp&R;A@WWFDi@|aPMVI;Hdp?%a=_zwYT}9_Q{_=d-HWm`JH8w!Wwq8?*%RW=$4)* zAN=s?FF$q)9E*6!)OSr~tmR>h?w0(=biTwf{%PK$$3IqOwhK8jVSgjyzYXs(NuA~= z1ns~IcvwTvT&JZv z&v=(-gWuCu$%*q+IqWtwdf)VIH1O zyzY|(e4p6a-(l6EI!EwY5Hx)hJEV#1BUeF%A$S?yf}6CFexANc-($d3W@jE2VlkFs zEv$oevWHkN8)jc;|IUNFmw$u5!~d1P&ws^#$3K!lQYE|OkwQ{T%1Dc(`=zzgCTSS& z=|U%|`p=z}uFIQBn|@DBieQinYQrl6UplyN`>pjiFLs}`;2oVPx~15mzb0*T9ez-> zLXfwTLkKS-^cV3n{4|{8r^!`>1K6)Zd>i2mxt(vsb>|Q|5Nrse2;B%twv3!*r^yDa z!yDLYa+KX5&#~*I2gk+`LI`OD4?-NFhJJyxuydr9Jx|)$yTrksLVT4B;@BA8Cep-1 z;+PB1kq%-bqokW8(QtfU<@U$FCZv1st@S@}bf3NJYaG;nQNpDs;V6+XYb2x>aEZ5o z+0Rh6P0Ya|{kNa^bpI7evS|6TcJc=C`PvFP9K9u22gy&-Z-fm?Y3%z%WfWg}gdqfr z{S8P7NkPOa;te=s9%5DZIK@?IdC=E}CqYPPkb6Zx|9<`_AARq=xAc`bp#RKz+fpEO zJwEIU5b_%kgcTTXaxcOl_R%&UesKsOme(PF@H9U{3g3)4&nqnBMqDlID)cGAs!JB3 zPlw4QLKhhzTgfyTA-zcJ(y=ACK1YQ7KmH|<#fSs%9xl95mXivgz<`4U_|-13zdGfFOh*3=xRJY^Z@+!}Qp2 zeLCGx#PK3d6mhbMQ$?IEDbA1W9PJ$$DN^x!sKh-~@*XO650x%Z=1*i!OpZ?!iFj-V zk(fy&XA-HIL|P||<6{E_xyGs8`!b>u$6+S-?|A&%b3-Yvv2(mOSV zktfcds5FJVOScb9juFewo%Jb<$U^)=VGgRHM8-T^n5m!+t3JZ;D>sS{U?e*+hAR=f z@+XKJp)x-Y`Of@5-d#m;T<8qr7p#P1pZnx>qY(O!hI{eZxFL|_|q(a pKKf)9;Le5aQX&hP@h;%OTJI&Zh{&N<{Flr|?6{X=_o?`<{eNRP0Nwxq literal 0 HcmV?d00001 diff --git a/test/shaping/fonts/sha1sum/217a934cfe15c548b572c203dceb2befdf026462.ttf b/test/shaping/fonts/sha1sum/217a934cfe15c548b572c203dceb2befdf026462.ttf new file mode 100644 index 0000000000000000000000000000000000000000..12b91a09f9325bdb1c0c1935e35e5cd4892b04c3 GIT binary patch literal 1384 zcmb_c%}Z2K6#w1#=KIS*Ow3G18C;lBnrMN9i8%#A#@LsO^ffbn;Cwu0rm)@6s(+v$ zu-4(qrLJoc5z@*;T!cZna1mivLcV_IJ*SVo_i^u>-?_hg?m6e4Gf)5`s6fYLV(8K^ znsA(&9nRLo=+)$i_u?}^MJvEwB6)oyUOdI}yB&=-jNr;Uxi~ zA!T@*eS^g3h#PXoyh-0jh)0QIc_Wu`H3feV(+6BO3#GEvjwi&+vX7sZWr-yjn)n45 z6x{rDco3k>P&osL1uj4tMdL1f46_gJw_+jU8Kn*w%Ni2vNl_o!_?~9mRhno?mrx{CiaBm=Z*AY zdl$;uu@)GMI&N(mo(2gi(I2Z92?uwsm$&Sn~oaD=* zqme2nm9iC}T+0CDaz*2kItfq0a8gDygGX2ma?RgrFpHTfCo3@=O*KeR^2R=9$*Dcb zs=Q#7SaMf=eW^%4v`s2voZ4%i{J&3YR0}oIr*(F$4k*xoH+OIn2yfYMl;+Vf^ZVNVwQv!tK;(>5ENHq{Dz9#S eT?1+gPkDK>ySuBWucx=?yxWzgLVq7~*uMdwCB;|( literal 0 HcmV?d00001 diff --git a/test/shaping/fonts/sha1sum/3493e92eaded2661cadde752a39f9d58b11f0326.ttf b/test/shaping/fonts/sha1sum/3493e92eaded2661cadde752a39f9d58b11f0326.ttf new file mode 100644 index 0000000000000000000000000000000000000000..006adb60c9a006efa39b3c23e390894cdfcf8023 GIT binary patch literal 1400 zcmZ8heN0K;8jEXUeiw5G1MzguZXiPK?$U@=O^Ikin-j{pN`JH?2 zz2|rCJr4)~=wJe92sG4r>LC@B0IUP8e8b_EHpl`k;zq>!hPIBHcYj^FgSZoMUQ1i4 z{mQK_69D}d;y~9xFs!*Xc^QB~2p4;UBjI=)cLuf?v8p#Tew=KidQtx!fXeLa33g{s z{MCZ%%h2ZRLqpCbegW~bh^>7Ck+JMO+qsDQ5c8qIt{@4M8N^n^+JWF$81l(I#L|Iz zPXz~hn9W`3c>YDihr@#-5n=V`G{oow9*iVq$E7G_HBbkQa0GxTl+veTE#`s>M-?mB ztLS}Iq{3mNEF7<+5@uT9Oa>EYWDLBHFoZL4O0$kO=uLKX<>;aHlDmhBloTPF^kQ>y zqs7(LKl7r0{G*7!FuOp=dE&M4`cv2aU;a^4b{%S6&V5^UjI)#ZB?1jVq}Z z@=0ao#4+(J6~njLJiGT9^V4=kTV4Lz(p){8X>vZ2Tl|bW^72r*IA3<+=>9K0_l!R7 z%%CjYqKD3@8@x8!zck}xvdD*`r(11t_PE90gku8nAw^^k>=dh(?zNC`$b}QwsjcX@ z^bfaLb*!0L04k16nWEZ*cin_bcq5fzcUI^vW(BKfOlBL4$ziO5oiUO$183nJHrirl zbd-TNGJ=i9Sz53gDXO{jV0F&vl?PL=Q}@O1#M{rU&Wtsc^I28?=|!S`^9IRXK6jv_ zX7arU=dX(QK7OG(%YHO^wVStB7Nqa@P6tlT_g9kTrnBvW_NV8`qc`itKR0TJ-k4u} zyW`~7cRyX2XbxWA7QeX>TVWc*KYlXZ+565fJCjG=|Lod@*3`$mXFXM?PWxOn!>=HT z*xGi{PWDb1)Ce3-!JeMME6fG4wSe2>Bf)cl?G=yD=cx?@Z-6tGxda?>Ye zQn*8r5m?g9#^Z@I)Lw>t=s|za;?saUsW#V{Nl+w5-PMkVm&P);bl@@^V3_O{^fuo06F(I7*Bd?1_x2v3_*Pt)&dAAqRO- Qb@k2dpo;_tLjTOd-{y}g@c;k- literal 0 HcmV?d00001 diff --git a/test/shaping/fonts/sha1sum/558661aa659912f4d30ecd27bd09835171a8e2b0.ttf b/test/shaping/fonts/sha1sum/558661aa659912f4d30ecd27bd09835171a8e2b0.ttf new file mode 100644 index 0000000000000000000000000000000000000000..5d72fdfe31f93c74989082bbd274f53c21cc9a39 GIT binary patch literal 1358 zcmeHFF%H5o5c9PWiXy?l#DsVNL*Bpu4?ulD#R`alC-Nvp>9+~2Q=2nwX60+R=R%Q8$Pv0Gt}#&?nI z4I0cyF`jD4GAwJN#Hb{-ngs&)hUD+S?#ZXZBRbyKipJ_fDx5{mx)E}Pf_bI7pln3H g#6zj*;EuCpCPVKF<~5i;5vBxwBmw=wJ_<^G0h}}EQUCw| literal 0 HcmV?d00001 diff --git a/test/shaping/fonts/sha1sum/5dfad7735c6a67085f1b90d4d497e32907db4c78.ttf b/test/shaping/fonts/sha1sum/5dfad7735c6a67085f1b90d4d497e32907db4c78.ttf new file mode 100644 index 0000000000000000000000000000000000000000..45f16fc1407aa8066ffa52ecf2fd8a889cbd7093 GIT binary patch literal 21160 zcmbt+34B~fk@xF2_kGW3bdEHm8QsT>F3Y;C+mda`hkVDjd@HsT$FXzAaZV?3h!X-y za83xhvtbDk0&EB@ERYR>{5Dx&7YO@pfZgl|AIYx60{J0*|LT6nNS0(9{L9mu>Q~*b zs=BJWy1HH@CP|V@IxZQc(ShE+e(6zZl_agMLTmoO=*U_rDmeiU0`?B99qWGaXRmAo zjEmuEZF=7yckGm;zMtXwj$M=Eha~?$eNB@3+W^)8H1>{vp5^&wfN=Qq{~Ex!NF0O_CHS zX>4e2ZfeS8(oLCkC}_46%AufJj+Z2pjlKr_X=uXpOgbF$1;apUY)Gcw_n8BRQ10NS z0lTT9wYJXJzU89g4P$wJzu%UZV{`bMHm=z`mSNwwnXHAzaFx^C8cyupmJ?gEB0aRf zmOW5YY`2*mCXc(YVY;Se|K@?Q+q|GFIrD)W1YNz7R2mG2LqUth3_=%MqtefwC){?0F{gdc0EW+NTl z<>gg&W;9y8`6fA15{qx>TD{}*!A--0+UhPz=Cu42w3KpcFryIU+3&Qq_65t>-g z9SVloPnX8GG_Ov*tG@cNXwAOW?ORstEvs(Y{93BCy*bu@Y>a)nb~IMqUNF!g-t8|b zZHV}mw#HXBHh;zGZe3cF-&I;m^k7yeFssX?A?RB;0*&JO1fnc>ovL{>*Ierw@i&DB z`uxwD*FX~|wIp=9YGudfipFJ4`-TJYTcd?0w<+jO+z?roHrZDcs*|eTUt6=GxvHOq zimh+@)5*bQ$(`%`d8G-D%VJIBmM$r%@VMLb`Ijs7>7DMdjkeTwS7U0y%NhAqp`p!W z4$V-`Y&BGDWL6uOK3KvW=tiX|>FJ?Jd(uKQMy(EiSFB)I{XMuNo>&!$_Lmn8WKpiKqL#u9>)8u>v!WH>k&{wFsw3-Cq&n-rOR5)VWX*OYE656$Etz))hSzp+vv2soU?II zHJ6p~hW??3Jw4Wl>@eG!>%nbzVQD52b$PwU!ZJSN@5?U8t&Mb-UOr1?!kkM;UAc8D z9!n_lEVVtIGg`YQtBuyyj8q$6A*gw}v)N7Wnhaz5D)%9j%IY;)^6~@FwhniWFKDsm1oJlQ z@?}Q?Zj;I9x4DbG;3z$FhW!>CHA*XCog`G)n#PFRAp9U#F!&Qi8#@f#Uh#}&GlWJ( zFGBYe?#wWS)CmRA>*cC}TUpOPkbemc z-p)0~5+Yrg<+jOARpn``8&F? zf<2wO>(uf*YTvy#4ooKc{%tE%PZ18)ZE61!V$ep}-vZ_sF8KmDM=ZZNgn*iyZ&>T_ET z=2h7I@8>lHd-w7cdcFJ_=E=eGp|m1dXK8K`SuuGE(9)<}Hq`1Dn} z?y%Pes>8#V4j=9@8r?=q&pj=ZgYl;6Kh+ePmDOcR-X`^BMHcY$svpG3p+k}qGb@D9~^9B&wK!mEx0gVtk7jU*FbKMq9t#>B_vBDguFA^PIar^qATQ`4$ ztFk>3{hR)-U#yLmIGpSyORzT_h*_L)g+ber)RN2A*I%<)DDZIayKZPM?SBr#$8=K; zftfAXTxXdMd7SL^5^72sys#5W@%Wb%0seHlt|r*Gvgng4VQVVVmT*;Y=eEK9H60^z zpe(4m8TJ0}-eTXbrpzF-mWJ!Mw+l*_$IQmft#t=iOiVRez1EXXZ-9SSjSVQ+dIerIj($gZ(t z$Hq1{TV<~$G`Q)8j>6LRsz-S|<#a@z9~~K}N%xH%DvKxAEp@PmgYkHCNnx;Lu&?=8 zg&FkvHaGTl(B@Uy+fjZ%b0>Q$Vhw@Zp0d&Hl{RW2{i1Op!g;)$+;V}Ytb zv_f?$JK<7Fa-;F1W5xGx61(Z4(XZC-ga>(|rqJ}o(nQbk+Gm~abc=`>*RwxzsgJ^+ zK)NJug-r6vm;}C(Y9V7N6b@4eDNIHY_pE(P3Odxtts%qib=1a6{84S!vb%f3wY{<> z5DwY{k-9+N+E-2XQ24}>spVneKqFs}EyKy?!k0n~K2OWOh_ZLtw7hG==W$qEHf(G1 zO+kmfXTW3*R@LuWHU0N}A-BT(J&y8TvqfAMd!WGHAC-NXn#9T`)fmQ4cKZ55F00*iyRPo9xB@Wie6QVf zr`>9FBeeUf9v$$Q&uT+7C-QA~!!zyR795ZB@P{v*wCpJBCEqLvj}I%x{4A22@nMI& zQ22BA!F|;}C48>kJ{X8!p{8sOhr82sA+D2 z8akccQ@?F_G8XMgRgGA35r9@S#v7aalADVb%-4LQxpuNWcc84Oy25R>CA}?et?AXZ zgTG!ZW0Ra&FFy*ZH<0cjc%V5sr+vX0X26NYSP1(?z$%|S8>QQ={HU4`wUlj2saB=l z%lGpfDdioPP83IZrhL_A5Oo^3Wm}C8?--)b_Dks%v2`SSd0m{BDD7q`{y%D~j-3+NlJb;xSMrzn zSf}_{W%5qkWs(QahIdFf(FtVFrH>Xmb?si%{X$t9NvBJdJzGf28!eg=FD*NIk;}@W zJQFTY>QgzrXOXPMj;hSUo= zU$ozicC(bSlMJaEsDn-c&K%__>dl#BNPZrqWVTT*h`Sa=PUAdmZX= z)bty}=X0^|~=iHacS996Ch4!npc1Y|a8jD(W zY)I@QF_XLx#)Mb~;*B#}$&*?nmz953 z)cD55^2qb#puf-cSkXD1FI9gzcaR{()(7PzxOOO9zoBT?8Olnd{S#<6lh$)hJfmP! zt3DR*!*y}7h^%P*g0XWPiBvWR)I~e`dGXVx2wI}eu|W_zN?KT?CL%~ zmTp%9n_5*ZNig1r({)_F1@DjWu}axzwXv{UMmzkT&Lij&*wm`hrS#z^VxQx@z$0_p zeT$Fv7JMdh;uwqCb&WeC0~@1ItEzFOjQ1gpGqmzP5Ad^ojMfx@-PSqIsTd+;Yo1yWI@wTJtH2f4IT>>q`Xn&IcMka02E;a5Z} zWT<1OB#x~<<&s~+S29GQ+(%um_M)l{jD_kLVC%k9U{kB=J4+ew!^djmeT;mp1cQea z+%QyKU@TPT%o!|b(nl%-)mQR9h<89&nXE=KJWGPH^7&Xgk2*F*Flg6!q__(a z5&Ar;jAi3={Xm@9pxr01e^1mR0?xvQAO5{~Kkviit}UFdTxBe?;1O{ba%LEd+BMmu zRma9y*?ss}Pjk9lygeo3&R0%;YKgI^U6o9k^lj~_-b*|M$Mh6(QpVtO5#(b(#@ox- ztD-k7={vmLf_9Bg@T_BNbc#OYndNu6b$%LsNV<3Nz7!uKYDc6*Iou^8Ur0Gz?!^B3 z)a~@2S@DG?ZHE`g*NWuky!l$i-gFLidjp?}yZ_8Am8(@pKs4QzclxNNu>baJ|qR11;$UX50N7NM|rsgZ8QZAIL$3|~X zf&v?l^Q$|OU)5@eO7h>hRXYh-u;l39mEs}ia7}-9_0Y8EoOMUSqO*C!ewg!S7G9Od zc2!&_KC9@&k8v0KVajFK5eDB+@UzHsWUy6b$*NJJJoeD?#S+*`T(@7(VzWiE*CM3L zWaY2L>>6|~^w|Y3m|fJj$!~EUpHO%_rq~cay9Ad(v}gMx9b2`bGMV?`yRXxHtS6PR z`f#UM_zcf8Ls}P*XIABhGC&es$%-JdC_qfUYm?{b=yR2A(&Veo~ z@BvwYe)(n2-%|>IyKpB@dxqCc)Jn@WeNYeJae6VgL;_7nc&Y5ok_f^go*3i24lP_I zQG;3vMK%6~;z7!Ysr3@9Wq}e2li_C0aG9P(nN=#GXf`;MYUqTlIcPy_o}t4{6(;;hJpCkmFS^cVU!tg^CUtMUIV$j9Bo%($|NrS&?G z>Fc95Wkp!cXDGmDD8XJ7+6*;B-2gay8tsaG^GuGwrdD-5SNiZs=O6j*^%*`^O0HEb zgIDZeEDs+Gv4f&HI<{&VN*}(5s^;&17JU%w$&~BRGdUvTy;5XysOpLiy)G=N&ApE@ zL6{`Ul_R^;d4Boq2j?clr+++r0U7PAY`7u|gU+pLMS^Eu>nm^NaS3I=&zVi6og?_s z^31RsoKu`Dk@y9#-}0nVR+}uexgF<|LUcM3UQt$iAXVqHG&t_pt7s`!jmiB|Gwg!$ zm=|==0vv$HJ-=86u*hmN+bjV(e8*OrL|I*0T#uv?<@b=sgVr~I zWUabxA$s^>YEytJ2KbR9j`Y}GRN2j;D5uR?w0kL);6+exCo1pcB-PoSO-OTPbuTZ& zn+`WszaWb5FrD0=ci?2V3NiB8c|lS%c;h*_KcRb~NRRZOA*m$-Gpq8J)?Tg`oeI4R zQ-SFtKL2*6Xa5G8eLccpx-HKpy^nligi6hWnkIK;7$ zBG0TsQ`J(2<`#@DRA4Fy?wVaJS~_2G>C1v%MFXj#0#qUspjBS+YzcQ`Bt%Fl`@jdm zAV^=Rkm3(4|3V5VhW#aa?SxqA&#s-&PfnY8UE^P9!GZY>OwZe_FQ0o%dVY4!?wE5# z3aPJy`cjQh3U*IV7QNKu_eX zx**a-yzN(*;|^65m9y1sS0Wazg{r?aRn&8t!m$(#o?ZMU)KE`lek9z<$ddQwE&6(0 z)5Qs7DkXRt?9~`p7JTzlr@t~s$v-k8MV1eV(#LC_yTGKK$}P(km5vvbwNw1*$P&fg zDD$?7+uQt^H^sZ3wPgMkNw?2p6}VridEoQoSHGK5(rqsDIVv8M#TE4qFNz71!+fi% zd{U)k+fYQR6gw!q+Msth;VM<9V9w4`bApSVp0jsA{U5TvR#@!397p?!xt}Wp7d$Kn zl}(rl`i`nxjSP6@&z$fLHVJo4{#t0|)*rT1FZcn~qtK4~7yfPvD_1YxN#9H5Yj2(P zZ4@bhV)iIHCYJ#JfQ5AI580nZiBG29entH{3Z7K|9I9LWQi@gRA4bt?4qp>D#Us zdsd+nmEfq8)rch=r8nm&m$HaTD5~vZOJiS<{zhjpj3-asvBk8lWOo-TUb}dv*%#<3e+({8K~{ z3ntHm4vWH1C5mXz%AJ8i%8nfag(>CxUQLtv&WT61Y80;5@M9_B|A}~vdtbehU+xf^ z99?EhO_pTU@aK7X4gV-F*>9Xx$iFF}=yFGGU3+#3{}wlu@Hg^${rK!UeyXG+`SyW& z+$kR7^fV*#M!{oxR!OHS*IB8ySl8T*7*~O|?>HIIEuXJ)tT*sYBT|%Gl5Z zAgU3XunUx4Xa-H}#zk7m3xB2Z=CJ;`$-*C|fGS$E=^L{u zP{;QIV*4sw6?_S%ebKMWwk>DHFskX-H{N`%56cqXdA=$WU(db-xeR1Qa@>SObpDs* zyW}T9(sQDG^YO2=M9;HqGvTG0&EZ7L)8}2TiA){C^&BerWNAt=atIB|KNVgfJtO^& zHM57=pX4t2KKVVvh~a6&e;5r*ys3rXOpwrIqKZzJmNg=ywmxB^Ks{k&abuT5Su6JC& zb^XzeDrt9-`+E0X?$hok++TEm!~MGZU){fUf8dckPEW*>^rSuQo)w;ro)_8_PLCWBjg*!*;C@6J zl2_rn0l$yq{PbpApTRYWwt$p2*wJ2&>o&l@!*w5?Z3O%Pt}*QWIp*D--YFnd{g~Qa|Sbv=g12KB9~0DVJ(!Y`iy3I&OGsrUic|XI`HkF`VXF zFBDn)eNHmUcd@&v?pVG9bV<^%xU+3|7qaLwYUqt7qbwV#gJJ}{@4(2&0PDi}#EkNe zr=;)k2ZWa+{{pudhp7|w4kCqO=Xa`h!~Z*m|0NH|-Ydb?1DL#_EENKi8Et?H0gK?u1Zs{PPNokF=N7^SH<@d5G9bre=vpd*Hb|?E7yNjJ-ce8ug$JxE?6YP`hK6XEQfPIRcW)HH5 zuo6AO9%YZQPqWXk$JuAu6YNR$6nmOI!=7c&*~bq~?A<=T`{4MbWA``!@!NiIe0);* zIXN+*{Iu>I7j53lCZ?vYnwYq1{~pm`J*51w?bMnME65fVXRq3zyu@;e=xp1)UwLBF z2DDugbg6>%h1|s`V;$sH5VM{bG$s+phh}_*QjT`=#Sr&wc8vrqnU4N0dQq zQ)&n6oHG3*^X} z_yn>Ja%3GOWN((raP(OX)L~WwA77hnF}@D+@pX`por=ggss<3E1`wJ{)hv#uLxiY9 z98;ZsfvG_pQ-e62+I$N-b&%7kgM3(Z_QkLo#D~=&!gMOS$q_Yx@HBwXJi0z}%xsvD zvtdrHW*UN89pu#Npg`70B1Lm+I?nYr3lzwzjw>T;pcq*LIoZ0~5M*b;oa`)^Xcj7n(Lqj(4hm$|aVW?dD3CQ!Agk^`LDoQltbv5=RIHw(Y5*Z>0HL{5 zr^xYih!Ay%Fg?11;<(u`VQ0g9WYxEdku`{qtU-k7)*KT@%>oHG3nb*wT({2qoZU)Y z&u-;}slHSYra_!A4I)gZ;&eHp1`wVG@Bvj%EC$pdKA;8>rdwMvIBFJ1xLF_{R+~?< z0G9^wVKs;kt1U@lSRLfU>L5qfmIi^WgB)203E8PRa4Zfk-A4oRWcyWms=Gx%4%I8- zw^MU{1ZWzAx;D1U5>SXN@?75zBEZvPs&C{LvNC0p#c| zMZHM}a-;jD7U_2BCTXWMD%~nwC#^&TKY)0D86y0v@&Bhej`+VIsD8o(RcqM5V;X z0-r%hr2s68O<5e-yYlI$(02p&`-v$*A&Xyo@DtD(FrKj_F*#Pe7AWL)7Jw`(Uu!%b zF6#vHD99x0a#Z;d{BtgjaG4v-; zPoS0mI5E|2)#zD2A+dM}IOwy$AHgRF_86`d-xeF8D@G#9g$L$2RsOXbSVPDIIg4)# znuH+-5F-S3(kO|=ZA=}4HATM{QLE?MF|!hdFwwwufuWIyk&RG*=R`#&qS=VATOc+L zSJD-k*}$eYBaue*7eKtw8-vb+ZH$vMaO$DiX$HAM&rXYw620S~#V8WBJ7}lBk&z%X zdg9=-h-Y*TT86@yN(b$Xl9-Pjw49NP6b{-2g^ArA^e9o2c%Fk+qAsr~qZbXd!5$P%DgO!-$`t)eQU@C!C==+uqX}SqPpjih}X2HS&RQ!A_5d8*)!)QL(vg#duns8 zuv13x(FC!Nf?gnu&WAA?mjsA;fgnjW7-7_aUWc(P@Rb+#A`52fp=am$12-2UPztg- zpiRK1l60-rAXgyBjzpc>VStFzz0ks}Jm}lk$cA<48g|Jk5M>@M02vcBGc@W855CTU z3`vFEPX@2~+);HyYqF}3!^nuOf3N3%@|*_?@}T8ID**j867(GWYZ+@6yv>2!O%-B6 z&q56NMK#e=VgS$0knuEg>ABH^eje7-gNJlI8Y6m2Mj~AZv>7zn&se;04iX_Q_8s|I zbHd+gpppM)SxqyWo+G+T|C(jlf}|O&rFmQgw%F~npA?!yJo1Lf(^En-&Kq!~(5F3W z$5P;@!tNwO9;OQYIj}>?AhQtq@o@g=T)JyKobyEBMhP?G1=>Cq17lQvIpFy)N@b|- z9I(nB9U7+`R3c;y{gdqx%ERv2wT{d+344(R+G$2- zfmZsjR3Q96X#wU4cGCSS1UqQdNB(E1g;bL6Hnon9(rg~db2^?2tJzNkJu6fzFP!lr z!LuUJMg5>TW%uUSb~W%9nQQ`!>CPHqRTIR9+Li~H`j`tjoCvv_@ch4u4?Z9KQSe2$ z+29fs?l;76fa%5Q1NRC8m!dPhSpaiz(;;*hnv0U5h(6^?<~uuus+G*3gKShX^tOMC zc9qQc4sNTGx#uANUCG>ckey0~RuJ^*Q8Ewg6zWql4;|!ZO6HM+yakv+bqkPugrK*& zzdAj z%L|OfOJvcAEovt+RUxh-il?ThP7<#PNTbj+E4*>zX#CDtyh}0JlYOM{K~jccm5Wy! z-aIfT+mM+PpPf@+)|*S`8jPid`dpov4+(xLEC4__F9`4{r6zMuzKM@7$TAcf4TV~B zPB!nSGn=oH*S1z7#um>nD0INhi)4<$+>+`6fQ}1#^AS z;{QEfHYmRC&dV*|ksmmGs9QRCT0eE#vK2uZyxr!`kxBT^k}nT;_5ard>%JxIOKkj7RaJ(&H*wc{-#d3wliDlE zSfek>@Cb^!i&x{UFYey%Xfx|uHD}IAPUx0=5bZ%;ATlzF{DJJk65@rr}UB-I6ZxXO&eC@x33h z=qm?&=VR-4xzqdxUv=ZO;^UYhk?E>>^Fk_wzxgC%v_4>TX$xrZpr z$%aZIsUyyHA;;2h%9M*f7kq8IR(7@zeC;|7zFx6>1-P5m#o~Yl9J3#@?=Cr|4l3h^9LrTV%k$FLc_fpjz*t_LWQPcV} ze`$NT`yON<{*KH0Am-ymZD}jj=hpNuYs--xBz~O!{ist552vqCUs!W}`O(#~)(DO) zjlp9{GP^SKHLW(kJxYD5qw_>Z$K{s?bu=VS6-ie&C1VimtoH15niyP z_PVC#?dA`5?w6IlNc?|CMtczF=?y31G^^h(YAJ4(DP#K|9(rub%LXpSHdR`^r)u}E z2?wQ?JmSLPmu-1RrTEnboV*Xa9a-{`nn>1?+!7L9E+auw;C6`MLWr#xVyi?VhLNi*yu!EDQz~_}OjP)`c}l%qH|(;Sn%S%JTP{}{_9zs$niQj+ zu6M&$?yQPzukw_{RI%seeJCMOT#wd`Fy6~ADUO75{F z3X(Apzbl!>l5`s@sj#p?tP66c7fUWWh8{6WW;`>Ed6|i4Qd+OQd;8#LGLjL8MeN#H zYr>65GCY=DA7!3tOj%Q`&(tkH9jER)a;&e#DZqRJ=k|g=E6O>>n$bg-Jc8qDs_Ky$6JaY zcK$+0=!F{*)7{DedP7#?dxUjtyMesYW6qQ?rELi5^g!eO|$*m zeW_&wnabe|QY_tkWZj83-is|(H=CN*G_IAA8WO^iQRO5$mW+e#Yb$BmbOkH-;#am~ zPUZqxvc;?X_v@+(s~djXP*hV23sg7m*SytKx2tV}OF4{{RIROUSntAZ>?pcgdOE&D zy?1F#OtV(zav9J3ngn$Vc2YRSMOo@e>LlT2R@`DmgmBz&8z@wjdX|0n{VkJgvC^-bP@2equ6D>pLj3>@%DM zj%Qk29FKg`;!=3zpB9(O!lP!_gp5#IGf+}eKCBB+iky)f z@`Q@pAH13cZ$b(19!0%p;4RCJV;nfjfg>GwwgbQ7z_T29h66_c4u{6TR|*QJf-MZJ zL~D94C{`JyhDN_=QNHli39O=gTJlN((>@cuL0 WffzAF8om)y+ZlL|V#Fr_m;5)%n?nl# literal 0 HcmV?d00001 diff --git a/test/shaping/fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf b/test/shaping/fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf new file mode 100644 index 0000000000000000000000000000000000000000..18881fe498e82cee67dc6d95fc6dc972052567bb GIT binary patch literal 66936 zcmdsg37lO;m3P&By}Wd`?j)Ub_RdBE1jxQ%fKCVyNPs{B31Le}BdxMT2pBawsOTV~ zMp4W#QNyAlM9e7TprXS#F0F$anYhfzH%3H^4nl-1P10$;|2e0sZq>bYUw3BW_k%B; z_g>w5->dVlQ)jDFRre~bl9+aO~>fh$HUA?At(A#hQm{LD&!MRy&I5GU&>H_?} z4aei#u3Nw1_!E!)60UDhs(R10H>_Rr(jWf$14=!)P^skLb!#@P(;red<9Iy2-+cX= z>#nY@>N`rQUu?qh(sei7wEplvwY(R{yObKSQ&p+Se~(eYkO_E;}h+r=GM-p_Ub`hJCl`qlUGNRtz%3hK-7-Ws=0RDz;O*@ zW}3byL&SIJ~1m z{595=4=pY2rpnMps;Q>s@PpM)cdhGM*V&Y;tlEw`aLu%{*J{)=R4_8a#xZ)lsciz+ z*=sd^xQi;%oA{RmxN}$6IuB(#+76_^ckuT1nwAjdz;?N!?kE!CTF=y2U8eQK zL)2ECX?wErl_!J;M8^Z!wGQ>wmceT@UnL|v<;~nTjj?)xzOlTyYaR7bS0BCi;O%;E zSD(`Ee4RBdsIvWkS|drhMald?-;{QP3GKp7#^?}EAIPm28A9s`A^H<+EbTscdug|@ zGpG-(7I8GaL-IJ1T1+)rZcZo399uhZI_e~@*6yHAmVO5+?sk0QpA{z@aZfp^kI~^C zv;8%GOhYqzi|d~N3e+JYN>rk<-gNlEu65-Zs2l&mRlTWIPX_vqDedLWo^-LK3VtZ4 z;|6I|)pq<;*g#@bo&kwRO(GI`PO$BPDp|z@Lu$)84XSCWTGCGVLM-T;PSI_{M@CZJ zFx~Wv-Xwhj*4QrTY{CIln`9oHz!uE)h^eJ9+Z)m&)YIG%L2r;M(utG+>V^>l8T;ST zAxkNihk@s8sh!^3P_M={tD$;KLw)u1Su+z2<6F0J8i!*s`6Azl_H2gm^$F zH|bfc+FQHsJ7~Ep@^ko>*l_$Vud~IjfPCc1~sI#eSXKQP_o(#+XIIMGD)qZe% zZMp7Fc#lRkT#Zo^)f6>L%~K21B6Xfxp)MDczE>GIan|f1HM9AB{Pf1LwG*pn4<1r` z%n-cO=fnXMXAf>1S39JpcH%5~uNpUV+Uy|{aBcSBiFl{aAql=ab9(5bHm)8qYsJ+2 z7M#E8q@{XZ+m#m&&>IJ=z2v0Dzg9)AX ztGa*G8&^$V`d^FBowo9XKeP^ByLRo+X)BN0vbd`HoMqF`Zs}UTa?~|9ezWqI^qur2 zv8H> zb&{H+PE`xlIcll8SY4^E25-q;8%yq6!lTRD0*`%kxvD3No5}e9nnRUE@yO-1*J|i| zC7wF3$h;K}P!iZ(Nr`|`+3cw-47Q%>ftWw&2GzGOE+0pW5@U+3%(Gxs7 zx*T?Nt+DrwBCB`@KOwt~M^{es@ft-}M^{XZT?ISARCbIMtMz{PXiF(`)cU1DerDrA zeN<&M9$o5%e-#mBhH|I?J8(1wl)RLl-1{*|XfNmM$x~ThPo7F?GN03FIB|4&Si1wU zCtB3m^ve39%C~Z--gKa?yt(~A+tId>s+Fa$M)gqx6nXZE>I602c=q$ua&U`HWA#yH zRatN9m{PS}Z#q_uV$!|Rf{@PEm0S$OBM1n z6yw_H5rV~5@90{*FoL83&(XGa2ig$4^H6Ns;al2E7v7C%nuZofTSH&n(ra~}5voqr ztHEl78Vi0-RkPJ8>U4EB_(_AMacXQMI9flZ`RFpS`sr4V_^xCd-n?+-P^uz zeS6&`3cpwR5?V}{;wcItaFt(#G~}1t8Ntec61zFJJn~z-bL-b zR>O0ge)ME0(Vr}Du4(D>H_$O;vQ(|EnKgN8sX0#rBnx1u%u4$RqbMtv3Uy{9ef>a*;)SB_hz_tM9~V;hfa-=L0}ilqVsHP}id-`D04E5SOm5XjLnEsQo^-rPh6FH( zWp;J|Y4IE|=|UPg0vrZ9)UiNV$R?2^;?h9Gi`<7LG|E zygZ3WH;q4e3>x87LAE0%OLoqJUE)%Xi@>6N_1*O#&1DcO=$GLUm4FEX)NTKT`GOd% zwCjRNk791Y678SoWVE&aS ziZHQ^n;99$rQ8@iB2)2^G!&{x?HG|A4HtG?s&gX|Et5PoLXM0~WoHp$z1Q75Pn>4} zXVU9#t^o$3vTfM6o-L@Ad%}rVI42ZGSTs*mhz;<#1HHMUzw9aK($xD|tHm7jbE#2O z<=jkDT;yRsWkRGUeR-gYdDI`-UZuevH!B5Z#Zg3Ns#u~jP9~kbdgY1Q9WUQnzznjQ z9iK3>T0BQ%WXag3=~2%jvhB@vK^7PU%_OA(0ZWWO{Z(it^HN z#3Jr4oIdMD`(##4xRuIIp&fVgWOlACE;mNS4nKJKK~6Fjf{;Gr_-!D|O~m>Ph47#! zXX3@2jJ4m0DOu&J?S~h}C8WIB&7%TfCzedGm3FgwbIArx02STMyk0Cb(!;sF>J3>5 zFVA?P+}?ldk<9*ebQI+^WR|nn>fX!MFw#Oa$8uB?`&r91>cNp;I$Q1;-dE)s1H%q;4652R|+i2WIYHxy863t978_;7ec#Bp% zLekFOkAV`_1~E68R&Mc%-%tvP3m38klzEC%be2L?yQakhz%%UJQmjXc()TG>Er~95 zsYDYicwCCd>(#MLjoM1`1GypPv#%U?S(%86|8l~FtC>kL_}VO0<}rqIej5#42`W9J zDTBjUGAqEu*&u@Sh?3pu+F7>;JzG-EpiA)~wbt~nZL=fG%PJ;g;T6&&{*oGxxux6M zF${8@%A{*rJfcTTa|ayG-ikCa?TA%DLX*3J&8B9_@nOi`pr_?ivse9BczDlggzFj%1?S8W%Jpy`2Nc}P-uCLCed z7Gfw0*Rs?>HyfpSOkl3F6&Ae}9t4`?B#SI@E*uNUL5@L-PF3c&SbWfOmJsqB(8&c{ zSvvkIp=^6tTZTI+f<<7PKnsREA|gOuJQYz(Gy`!1*^3+vvg#r?Ru^+JLw3j`NLH^> zxD+(eX{Qw$K;i!$5YG;#{zdE{FlDH_zOw;QK+cM3x(+E$$Mu|VZ@o4;DiVzs&|vBC z2(Z2By9gW|jrl^=T~veBt7xCc+wx{+P4U8|*4k@nfs+S^Y;(_6FeNLwFSPFpi1UXR zax_RQy+~hdB9EobkNj#{C?v0WAd{urSC7R}WZg|Yy|Fe*>FMOfp!u1E993F9sFfu# zvNo1TV2SRId@$luk<1#eaYTJi^-ylqsGlO{+&bCLrrNTk&ZtA73!KwB&_*8yJ!i_w zjNUq>OrDI;(+HT@4>o4AV&%;T+6a9bV3-^jgBK1F_A=HzKsJ~?USLDD*R;S5WLM5o zVl=F`v|IR*_8zVD4Xhn$jgV*mzx z>a7-?q$A6XFfOQRp|MfT1G#v>>qX9rlqgRwkpRgGz0$fdtl;6G@BC|bbWEvfA-`X0 zcD2{E98ta18z{FE1{G2-`F4?blil&S%ygG?N=v-GR7wlOcJQ~k}^>^ zPKzF-wv;>lksT(Ur)oX{Di4N7SKW3tkwn{-w=j2gllEhr2Nj1rzq*Ap6{bETY2-_p z2U4F~e_OqQ1dT-);EeBNUZ&W}u=2${2SuSjQZ?>0yj}Dq+jDjmZm8N}9)aZ~)o{Yi ze6<=P+5)axM<`=)(Q20nup%HF2rNB&)?Dv|wQ$eaP8KWAqxaF0v#-1wcY?5B3}SL} z`o(UI3`X6geZMMi?zuZdg_c8|8%;h#>CEVxIw3pzL`J!DBZBzccpFuM$*SGdN3jS; zA;js-INMdsW3c=#50P;ulXqqw9nwkC7-RcVXC?%w_KY`^njz)E#t*8Jk+T=0_4?2g z!tFU2oS|Cj)y?cq2b7z!lZ^#_D5o7OXRwn+%u`|-g)=n=Z->#M4oGWf?MGFP_Z;;C ze`GXF_(@wc`$5RBIo{;QzbS6!5Y_K+8(Uy_6Y?kYY*pI>)|e3|#tPB^*oMxH#A?GswoyV2C9_WWM;215n)XUCl>zu4|bR1lR_m%Wwvi{w*e6oZD$2s6YT@p_CG za!)9^(J~+F>hnjEDMId1vM|)6;I8o=@Oo5VBp07{r0GS{w6s2+aiD%Q^+h+IINqkd zk3$8HTCDFA4ts_mbbl#7Y*az`gHfSy#0=%F7YuDcIt~o$vr$0CzC`+q_wul)QDcmv zlPB!lXgnd$>{a%J#4X`?x4w|fCau#Xk4PEgo(=8*u(r%zmPa$48`;XyP8CEb)W~$F zBOO!x1R3K0WH?C<5Z^t`BgC9vOjerJGJf5(&ePP*f)zSQk4S-s3`pjEWRxbYT%(99 zH|moXWjrN?URB$vVZ=u-;f!WiZMRM0p6vY?tP`!vO6x(RR1FIu4v{e-FN&Iyqg2|RrNMGQyBEAQ4WZBroq|;i(n}a{vCUyM zNC%856Gb1Gi$aTJjLZ$ajL9LRkmX_MU5Qx0KHtBl4Z|Fg(LLEg;B(JV)8u(s&Z*AO z%krK~oW(vdk$38-loIsFiU!SA{ck8$VHE*&R7wewXM8SLi3MnmQfg0V4Zmqo)&Zw2 zg1&G?=^oCyNjW;!TBV#5DkOEZLkLu;e{4@>ov~2s&Kp}nM9Ww@$fgATI7Z#bh?S7g zFhqDmQ4_mKp`vas|%u>G|tK0a!u)l481bv;amwA>} zDmI|+BIpe5L*-RiK-!}j>oGmuk4nnBuio_Ak<3eb78p@>*G?ntlqpCZzS*ZD`5{?% z$xHJ(n~==S-r>M(5rJ`V_0c#O9fXd`j)G+a45uIvMdU}pj!fRahjidMI@#_q6{5t# zQ0)XBC9*^mtAswok#JTVLmL={(r!lqGDkCy=)n^ETAq0%8jg|o%> zC~q#ZVOERxx8o1rcysRC-na#|hvPQk3p-^pjFiN{0CRGD7*}dWWJUv6%79XgVdysT z{4X3vRB@vK3dVGm;N;c12+t7CEjwmrMl0a2ukZ!qmM9YBzL-^+VGJ83#}~x>2cBd< zN}~&V=ZU~1SpD^JP#_VGGbs8;q7(CZOqAmOLrc5X)gr+sff8iE8w}J<%JmMT@GxYJ zf3|BR9?biJ?l7=Kf;C}>h=f4g*w=1zcp^asPkaFNafp+lcamhkQEck zEG0sj`y`u>5>d@SD70fyKoKFSgh*rrtrb1V*s&Z>3N2X%OIM$$6{9gk$QfGD^Jk;2}r}#K(7rFJ_8RYcf{)Vt1L@IUKj^!jG)Nb)m+~cS=I_DtWouu zAwo<2A|8fUU|0L9V(%${j`F=r7>t9bWGW+xh1SS;uK(8dJ*)fNn)NPKEExmY!^IHf zco4;qmCc;#PAvK!dBkt-#uH?=iZf@s`}2BG!%FaW2=XF}79e z)hf;e564{~6vZe81F5r^9NVcLII%oM11!U~jQK%4mo+^H+H$z?TW5h>7C`p+VFhx4 zE`m#}P<-%YP-Tq3E0<+f5k)Y0-izdn<{l7FRL4eG(v2B=5Fc_GJdtp(mC~~5tZY>1 z#Wor=#Ghg`UcU){D&ooThi}IgfXQ{4vy<2bRt9$l@NNLuhfIz_=YWJpN``OP zT{|Od7~2~)A35<9*qoc3Isgo@tMjl~rGIE4b537pNIK=F9Ms<{C(@$=a+DI8X8L!GMVfmRz7AE%ic0+$t^QQ8nqa!YehE<++(B*^oPLYf#h{3 zhooP9@8ui^StK#J^%jToHtx=**nlpEAm^k!0Eh*H20b>lECek z{azw_5q)s2uYTH42CLDi!c8+7%4`aN*dxx_P2Mv?v*XY&W6M(~;}I?0W{fx55s`aV zt@7rKUjea~pKb5`m|0gyIc7-OF#$E|;7TH2*=KkiUY=nDSsa1Hl??8i?h1;O*{Xj(4kU z;sLtRHq&+|=5{RVk(ZY5K@XI8_FHrqrqQr)LDKL8?jmSZ`>MIn<@0J~w#sba(c02Bv7lz29Kusw2Q z=je`QkUe8-0(zCGr8_sAZv!o!JfM{<%yCfKKacNcBpIWgr) z3@}a)W!4H+5CB3MF-VUe0ZMD5io4xND%tA(>531^70REa_`6Db11ELd%BxM$ubxXW!q_QXB?SL@v*Wlv9Bau;``(j=~5BaVrA+^7IKQz zEmx7pWjTd!CHeGIxuQqlXgceWI<>sDKNMz3JT33(d53+*2?+$WAPItgm`6-q-<{_+EkVp|n_EavBQW0_mi(ibkr*k?USmv+MC|CiR z$q1FlY81Nwk^zV@HOYDW3M!RJx8#Ju>68t${do>JFNyq}H1Pb7(<%7UJl@nl6-aEc zQf2Zmd9WGxl${sy*eY_%NE^xL3(mNQs(=%M$L2L%pi5S@XE>dMsvxSVA023BDAEwm zX0cfqqP`wW!@v;<=ga~+JgcT+xK}u{RNq#~*JCCC)@dL|B)(}1Fc$E!0A&R&>iO(b zw#T1joFi}t;qK<4$mAC>wZKyKl*M^#b!0CWW3T~Cq9c-Yyd^RnajfCNM17{ z9kAPhm+l5}F^{wP{~oXyeuZXmV6z9{`7yFeGQ1;5Ajny$p~;qf33--Es+Y-`az4qQ z#j#TG{Gj%Mx0}e)U}T$D5fEMEqz=VEVc#tUH3d^OD(9w!JD;o z#OwfdPYs=7udNzy@@I$IV;^PXm%? zEY`uCoy%d4%Qs^d#4)SUE#kP*=n3Mi)#w)RYdID*4^!|Wjn`x>YGE?Y*IO)V!LuB^ z-eOS;-jk3Kcyi6_CKe6xzpi3Y3;lH!i(1g4sV2624acGZ-m2F{ENUUYhGS6+k)+@? z8;cr{|G&hdA)MeI8)lH&J@ic;s?2z79kNF<6Ju=v<;k6L9%-rpwWbPM2cW4erdTxarZB?b! zG2xUkCsOD>ZnXOB&{7_x+NrnyDJ5EhN$f13M5|u_g)`b_3fiN@y~b;r?YfI>D&Mt; zMoa~%A!-qGkLM9=em*4wD)e-}@(etSPU(!$nXzPcWisub!6VcA-1p=2=Unp)eF)GCJ^5*EF|3PmDT9LU6YPu%Oj+hJgSkq0NaMLj(X?VI6tplM4 z@Az%P3gJ$d?(7iFZhXh;C`XA~V^;mr9Smr-S5BA>B@$-t zkKK4o_}+uJ>%Col@`7wBuOAGTQ1P}k)M=d$^*wH82fZ{arVg}4GNOuh&^g+}c~wf5 zdWCx~$8q$jcq8Tj)Qg+hqX9R%+-*`4FXeNEcEx6Kkq_pK_RLJD#!&_9q`bsthE4Q1 z7&a=D^J4+z+p`Lvcn?C!JXy@F_78e0G(5nC%q8D7F_-_RdF`z0>6n5CHjZz{?PY_0 z^HkU43}flf`*X9LDNtltaLa8Xk0!guW9y#8Mg<*(=ait6(ycxWgnJ0~qZ3c0llwk- z8bHgJ$j@W(h}pVK+>jlQ-o1rj)y={t+1gD!D9<426>9h-2PD#q)l68G!%y)OPO$VE z1S8E}nmmR=7neh$_afQO%!%!?>zEQjRzZZBKkStng6FKU*b0BL8Do-V`m=jwi4iQ2 zSTz?7!pLhyP@%u93nQZjBftzx`BlOiB+@GJUpby-aalRetTQ4h@^1zzl0z~a+0Sid zh+VgnWVhSM-8sx(SQN8;nOPr5NXG8vW>EHTEwX)%x|JSkxVNyW(jDjX+nttFw0t>O zFYKsj{Tw!VMqd_L1^buhP<&FSYI_b-d=r-07sfWn%Cf^FvoQs;)GW)Hd1fq;tRTzi zObTHsW`+qa?Z#q8E6O$+v$E{=U-`1^aDntpn4UtLoS9uAJ;}>5O|;}Td;=0&!>lB8 zEY%?QaA2~&Bo$ia9FEv>;X7O8xl)8CBf|tQ0wpKEq*FOKSaLyI9(^h9 z&ufP=o>O>30+gB4bwhlh(AmI?m{d4ODq@+m#*cbK7*s7GOQBNi>UvnPGExH%co73s#+oyu+|}JNG}`eoruu!q zcN^~@Z}6W|N#Lvn6E=IS=J?Wfey`OTJ4QqMxFsWoA~oWJ#3>jv63?7D;{_BfpzzOo zw{c#9{4=eTNXM6!jlxqF2#3^V8zkDySQJ_@khN{5%cJIvL8b;Sg=h12JW?^c@csCg z)>%gekxnQhQ7|+Iy~d)ME@}jiL?UyRM(nP&cUd`P&NVRKjK&0VSP@%&NpAd9+(k~zj)BCzx_JzmJUq7bNng%l15LVkxj zkaq=Q_98EjFkUT#&RCKHLt>ET3`wPch*DBM^N44#Bk1Cs9kF>2Sdo`Ua4bSr1a}(I zaVwHR$vot)=OJrGAqv7Hj8Eb=gaD>C#6lwrVz4zZvb>(+Okp0Xyg7#|rlb@s(a6c? zn`o&+#ask0EilgLa-UL$Uo2LzvX~fy_>&f`rf~=j&fr=X*6o3GAn?fUPA73mYo-jp zt(i?gCd%+h6ev=LVBX<5itOnq!)vT>W1t|SGDHwdba^3eBqFcc-hn4}xYjv&Gb2hO zMg5t}?nfySElP;m<)=ZcP2E+?kErNuGQ9Mt5uqcZBVLf(75Y7)gQZC5LQ5wVQli7X z| zXW$KXFSBoJZKS$z3+d+CaRXsMsp_EmijroC#pMir63^@t=`_1f)Y8m8Jyj~$>TMs` zAb}C5m`r-#wTbo8Jb|$~Z?$ZbdaW+r(=D=Wn&Zh9=SH|sxHZOV+RQ#RBukH|i6CQ~ zv7PP$MxRF%dxx+ z`@J9J_K939zb|rNa{HbbplbY+dplBgGA0mVf}i^<)gifyEXZ0tLcz*}gez{%t*=N3 zF0*^94e!$IzGM$vz0q1Fun^@$o#7s8su7$*E=ThFoaLf9gLGp}HnUAcvUf7f4LgNg z*UogSr@vde0z9(=n&*HJRw45wYD)QjlSQH3nw+~pY}Y8b@J@IlGXMmg2H&Ak zK=L+r&sOV=xDP3)pv*H+&|c?Y4j}D8wuBy@tWL*xB*}pM7%Mj#i{P&P0_oUIuqU84?D?!Pz+gYU?Xc&{HXb88 zdCJ;INK-lhWGq=Ld1z_XcBqk^&NYUpPuxaA(a{ddGxN~EN|QlRS(-@A3g8sl$x7hz z(o`AU5T5IrNf-!8-cIJh6GQSpJch7QaR z1UHYR9%CC|(2&P1K$GW96i-yHJ2ytq40r<51DLYNigwDK5oV_`t9|HLDzmB38g$3B zyhW(MHJ&Y)fxF652Hx1n0+cb64lOF2^ENo6*8T9pLX>rr@+RKv-<}|isU^p01^ea< z(t>V}A+6BwW~N{`&lGU4GaRy6V$Qs7H}dFNwW1|v24d8-Au_d|+gh~)Z5f34y)kZL z-ONnEP&ZQ$BF$qoRu`?{bt(DhRU3p+qjI1scL&-GzR<2Px}oN7y;&pYVe@AY2pP}+ zy z0W>*H38758AXyAEVNhuPWUQOJJFNsmuzz@LA%=?nI+}J&R77l_!6Nsni4tZ^HYm#& zoZLKt0B|Gm0xiY>Is=6#3c8sk7-sEr8d;DeSz}ksxA>$0rQHe`cyN4nT7Yv1MI2;r zCg?)lv{oe3t35Cx1$VBM04ZWcc-kVx7upavPayHG8PQt42@fmCU2K;2fvw_@lov5=uMg72qU(W_f>m7@(yJmv}!*ypJCtH(U=aDGNh zD7%KqGB3_!+J=fAj|lHw1kJV%&J0a+jV7;l=uv(u9z9cyW-nqADfXEgO^H}CEPe{M zmS&IfgfdV?Cu03`soA5PBYMO%DJ@&zIfW+WWu@~?LMKO)Wr*7;t&B;x*UGp!d#wa- zGfpPcp(M2j$FnsWfF0``C1!n#l_J!Xt|BH=2tFWBt!PsUA~OXN z3*o^HsEvLU3aq#ZOE@pFteq)s^x?tr{M=i5h8yk45EB+Iq;{0k*$7z;yNi=i7-7=H z1QVUoxe;Onc?D^=%BwvkDEwqAFii2zoklc_USfdkyCYeoAY#plCfNl~PTitSpQ^NT z5A>4mJ3uocG5r7r!{WGlh#e%F@LgH`h;p{)6ywU_Q_N{ch9b)mM`+T*m~NykjH`xE zFRL3Fa%6Li>{P3M?s-R)#pEu{KEIaz3kN>*Xq=8IbYnJ_B7TGJ1aleWl}V_|GmM(- zU1a4doYG)ao|X<$^vpnt0P#mI%}STAJXTE)A@AjDjNa?+77IWeproP;{+hjPsU;|& zAkh(7>wNtj&!Tpo?x>rzcahvE7Tk2J4@cX~ud;VStvGf|xMoI1)CyH3w%_xur) z@UJktSBMbtPAtR6BWyBxG!x?Ct0F$KR#MJ5ePS)^h!s*`=4YSe@fGFMa>KdW9rP6A z18p{&4Y4pzG&d{aq2pd=bOE;PpfldZgbf|Vbo|U(&#>8XT|vjD$Y^hmeVQ6%(9V?T zRJFOsv1@|8BcZZ?(YX@ZLE`wt0i{1z;@^yv_8if}nypf#nCLkXyn?AnCn|tre)VMD zBmkP%h;EUxm!)To(RiJB6UZE74}2@)VsU;sGlxR#-oMpKT_#Yi1W|>WA-bDG$(m7t znPCJg^M#q5TfjybN?$Mh-4>DFHY;>J2@EWt=R^IM&f&GV-|r4WSK2 z^2y5QH^>dU$tD{_J&-@@Y-_MXXoXgp+!d(XX`ldTME-h&)XEosG%u;Yi_$JR0xeq04!Xf<7j6G5^s$I_o=p=5Yoj1;@H# zvJK;S9fGgA1zA+_Ad&n-WR|9;g_LFg*62J9CPgw2`3sP}{H#GH@jwh&0neh?GCCmw z7oD*|IxF(*zhvcqZ>x|+|~(v*Z44?5ObL_+ClcMX3=ooz|EM>zKbXU7Rk*&znnawVD&rHJk(sGlr8;>|W zp0g|JZeocYOc%@uNn8}45z5`QGg_A+M4Z)LBYI+*3g(ThmqlwJFwh}8`^*_BUk8xUO})M<-k}je9Vd=T5!2If4`S5m262tmbUgX^=e{bt4m?OY||Oc6xI|y&Bi7 zh;{YV(`U_0G&VrkZ_)TIWF~2XC<$1D$5QQF{AFawb^<$Y-?K^2TGig#b>Bfu&ymyN zkUijZ_0unu+xu^&5F6uxTar6y3Y5E}YiHL^dMpn;QM_wsYiqlnjGI_It~XU}H?DK< zA~cF_rjYLxk_*hl?|@uXSTkl z**a4)2W%O576kCHcSY%qYCUr0^bbdof8*7e_{L`S1NCP;L@&^9(Vx(d>pjVcWPWm0 z^8V!O$8O7$OVHr39l{b~8CUcGwVTQ{xlUwbd_eOvDz^y$@SWuGm5 z{=4tAzVGV$!+rz%UEc3={a)#RX8#ZM|8aeNeQW&}>Yr;kzu~xMJX@fj=KKV9=sL?-;ag&|exSG+xyBNaIt3s|QaVyms)12Y+Mm?jeJQvs%nH*CVNi-z4c?5o3e4Iesu@$j36 zZyEmG;fF^|7;(;s%_F`)QjI)m z=(wLB-+cU=j^BR#A19wU`TEI^On%{n$tSEm;R`4H{>1Sou08R-6Mu8kaVK4M(x*;( zcFHMJK0f8SsdJ~^KJ}StbEbWG+OMb2oc^Kd&&-%T)crn&90t( z`RuRFDbKlP&UfaHn!91{j+4ipe9Or@-!T0RcfDcHyv6hGpVxWHd8d5o)bgpVr+)ji z!Ka;m+PhAB^t3;=jB2@{Wn;^uEziv#KL5P=@0tIV`F~k3a={r3-nU@K=|fJx{PcTI ze`ev-h3{DSoip?q=b!PZGj^Rh@yu(_{K}aJ&pP+4`_JlFbk3rC7X9JunP;SZNJENfl%_2qq+U%C8|<%cdh z`=XCt^xKQ4T>PGkf4XACit|@|WW|qGR;@gB<=a+1xbnG6Mqje(lDjT>a#hu;b5?C! z_3)~fFFothPhI-lWz#Qv*JV##KK}Ccmw)Su0avWO;vcW9zH-@>Td#a!^;xU$Tiv;4 z`I;}T>AY&`Ra>swxAvU1_paU7x~TPot-rZ?`PEyDHuO>p22Omo^~(P9_Nm_WtQ=2$ z`D{GLL8+a0J%7DYFLw5;@4F3$eXREM`mVxqZPi}8BYo9PQrP7s$5igMI(^Z3dyRfW z*Zkw&kEQj{b^rH$Zk6xb^Oh!kr*?<_WZjZfBW6Hfc$ z^X3{|r}K4xOn=+2{^;Ve?Y4Zd?I7Am%4^#`+pZ&Oqt|9?qpd5;AB&f8#xUCJ{-@s# zD%;=r-?8WHbxWW5AL*x}-x6MW_4^fGXor2-`iLjlHd#Ko?|>eatxVWY`#b-8_8fhO z%JxNcsa%L7(>5o*5aYxTCDVGdGuQCtJf=T+gF8s`x=!ok_X~B$tKAJ+5NuT zUhGr~Ex|vW&%{xPu&R4~4AEA#DwlSbcH>Kk59t#xENChtEUclQntzEc;B)@zE1LBa zui{^M1_J+k`fjVQ!fB>Z{WRi8rJC_lufB>mjXXmgKKtO0{(XYqmFlhZh_~W(BaSsb z*W+~y$|Zbm#OpmM*WmMgc-@9FeA$Q(;`LFK`{DEB{8ETn^@vaKOW`i2dc>#k`V77^ z1fN^+x)G5gJzB*npM4k0?+a`q;lOq^oqbuFMfz-gj$W*n=yUaX`h2}qU!X74%k*-6k-k{3&@1&NdX>IZU#2hDSLiGCYQ08Z zrPu0KeYJk0zDBp{H|aMc`o30Qr?1yH=ym$7`bK?|UaxP~x9GR&4f^f+9r~Smqkflu zxBeS_tA3AuuYRAtO}}4%K>w}2U4KyDp+BVW)F0L#(I3Sq=wtfh`YuHCpVW8jPwCD2 z@AN(T@AVe_Y5f`fS-n-?tMAkI>j(7b^yl>#^n?0~`XT+W-lo5#AJJdd+x0)_ujsGp zNA*AIujzl%kLj=LZ|HAgZ164pZT-*s3H>knJNjSsclG!5_w^5SyZ)j6k^VRRr2et~ ziTYwXh=wIqz>HpCGsei4X*8fNUm;R03rGKlR(ZAEr>fh_<^dIzY z{YU*L{ond|{b&7xeo^nyf6*`LmvNiFeR{t>pgZ&{`k+3fJN04RrC&`{qLU;kB~?jv zQj^ps<)l|qm-J5hBz=>9N&loiX-Ebn1Cv2XV=_1yk~AellVQnljB7?Fqmt1{b226w zn~Y1wCliuml8MQr-V>S(u!WoSB@JEK1H!&Pf(0OOkVw^OEzErO5@!g~_sHd2&&5ak2uF z`j;fDl1r1zlFO4Tk}H$d$r_BW)+VjV)yW%^Ym&C)P05>+wEmuslr}@n`2hwbF zAk8)hLdP6Pv(16fF$dCYIWWyO2hwbFAk8)h(rj}e%{B+pY;z#ZHU~Z&(`<9ahhv&8 zS4^{~`^`27(rj}e%{B)@#~etr&4JJ{2hwagFwHgx(rj}e%{B+pY;z#ZHV4vdb0Ez& z2Rp8+*V_FbC2Ed%#VwUt>!#f4*Ov zIbdw|id1c`NY!#+sx}8wwK?!Bkj9zX#BkXI=FVIr+Z;ZaFP7XK_-4aa z!0erCDv*OSqyj#$6>!(v-^hXajT{)Fa$qXpgP?->QwNZj5jb;&m2>5k{4zLY+D5j0 zzWJ6x>z|SzvM||i85Fs1&1bJ;zaj*FR+>*gIwA*gs`j=bbVXnI8)Rioq!(p8gL_>-a7m=-^x?;g~^~dr^LVnBF8-xd`r3`JjLkjDG@mnAV@!YQW$=V(FLc% z>P0Yvy5v*;I(?biAnsb0vYu$ zNSEb*VH6>_5a^^&Tv{8*u1`bSVZ_zHAgCf2q{7IBK*GGL4BY%Lto91r(M4=O@us#L zZe0H+xgOzuaGj|b6Jr<@T#xica9!#Tx+HQv=$ZWWu!Dl@jL#ZMX?Sow(p~xM)~Xi$ z-kR9L>p>qz>JPdye?9Ec$o0TVnd@u;0vkO|PWj9>r+ogJQ@)LsQ-O^(r+hg#KlCNs zobqMcobrvRIps6Kobqk7oC<8TIpw$BoXS@p*l6>uJjK99n{Rm{z92Zoy&9a7jtWmP zI(y2u(WWj>L&9${y5Lk;y{L}ZXj7M*Vs_gf%BcXVoC>PvQ<3V8jh-gvML6M`Vsk-i zj9l<|XH2pAh1crvf>agAsAt>eN|%YH@rfH12`=PyKlnu;yFQITg8d7D9Qzl9eN1nG zPs6~?UodbZ7xKa!=sxh zNSBGK`WK8+1Q(ci;J<@k1hSiN2mgA3|BJv?2N#5WkzWK7=Fu>4^S>}~&4s)lo{`sK zbIRw8IpyoHoCsx>i4F&+7+vtguzFENX1D#8oC@laQvp;t z6;#isBGnrmo>8R3=7QAd>u~T3Un9+hybcFdMSkI-Hs-+pg;5I8VV`)Q!@(~C+4b}* zh`Rk>1UejC5cY}U1s4Jd^Jo~j`CkM&Y{Wr&N+tx1m-p+H3uYA08nZx7$Tzjv#9@cC|aC;#2UM_)sk&VEfj$nSK$^0&T=?|m0Es_`0x`p2tT zc%IsO@plYnBR8mtn2&r1c4{YT?18F|DQeul_514isEv<)WsaVtqy6*bX#YGq+Ph7T zI;QZot#Y)lo{nC=6-Uy>I?%i-#|xPuFM(1OIC7I3cGb0SyGe~*cjMJJsVVDjT7Q$G z68_{=V-#hw0z&sbO-hp5B zL918dw|x}t!5;-gccH#U%)Td>CI2Mehp4;pK2&`Q@5AuxI#rJ=Be15DzV~-{9}G?> z`1Rl8eJF7C13&3r6vv>axA3<<&ENVA-iN5q;=M_2#rsfoFW!fte@j?tTn_}&cIxqO z;LLdJKbnKN^(E?JwOYLyGwbhGx2un%&d)2%%;Ved!|yRqkJ4?f^nO?RfGhp2E8Xr& z_qoyouJlD$`kX7>?@FI{r7yVBgRb zwD}k{MV+h`s`JnbS7B|yE$UWv2Y&Mz$njUy+W=mA>RkkGRs8U1>X)M1M+Xm@Y4z5$w4i#Fd29;EFZ zi|ci?_Ci&`B9vH0sQh-6M?&^AuGgS{(_j1v^-P9@wy1N|a&-k(QrxIEst>45khllb zBkD2r9rdL8h1$j38IRwOwbIx)SNMeD7FSI?k1jccsa$bb>3L=t?KK(iB&k z>PpjGX}T-TaHW~9G>c1QCB+K4wwFdh@_kA8zS^PwQ$4F*P#stq(g&+Pnz5o|23Bh< z!b*(Gu*zZ`EY@vU9kCfJAGTpt!xLDsuoJ5hc4MVMCsq;EV}-zY%>K{8%>EM0+ONip z{QBhGun-?lwj`fVwkO|6zMK3c`Bm~v@_e$tq)K(ALCnu{fNnIG7Q50CS31{~&U2;n zU1_N+UEoR=y3#UNTJB00xzfe1w8E8Ey3!@Cw91t(b*0N}3AWs#f5DYrbfrD6^cPop z$(3GqrM<4S&z1JO(g9cMaHUsV>7Xkea-~jJI_yeau0(#6ISyxNOC%$54$DJKiTs3| zt8yjsXmXA;QcAV1RCc9au2knry<d&Y)n3oY)bA)9!MTZ9!tKHJem9=*_He$*_(8g$ct5}%Yn0*OINtk zm9DhfmDae@Rj#zwm0DftYFB!rD_!GCZLahtS9-H6y~UNTb*1ZE>3UbX!Itz0R~qR` zqg-jUD>b{)7*`@|&n?&ET!}2SoFfY@C9=>`A`2}gvd~f@3oRwG&{84`EhVzhQX&g2 zr4wE0Bv&E}Emz4xONlJBl*mF$i7d2~$U;krEVPtnyV4w2n(Im@yV4t6X`U;c;!3Bw z(rK>L;!5*fX@M)9?n(YRwd7^i0pl3fmAAUm zjjnW)E3J2>n_cM^S9+T(k=>X2-tJ28aHV&;(neQ$mn*&7mHx(+Zgr*ixYB!V31bCA zO_R4|x|+PDl*n63iM*wh&U2;nU1_N+UEoR=y3#UNTJB00xzfe1w8E8Ey3!@Cw91t( zb*0N(i7b}jBa0;^vRG0gizOwpSW>#mmB?brIkH$%B8w#@vRG0gizOwpSW+U3B_*<0 zQX-2bC9+sjB8w#@vRG0gizOu|L)yuZb~2=$3~47r+R2c1GNeU@QZF-$$A;o%Xt6Vm zpRg7fJ|{_*!#dCz8rzb^FCm7d$e&`m`=D*KLr{L9ld(8gR`W4hxdSom-H4FyL!AGJ zdKBZGC)D>5%RU7^^RVh;Jd*;x5Iy+sm-V zwhg{(JtDtbu}=0*tcl%>^{)@Whiyj$_&CjBRb;cuitJS{MYgIAad?83k&Wtu=rmD%71^eK7{4SKuaQlv z$9}s6@juz30gCLRL9{Rr<{)W6~V)8I~manX8>EZy{5Reo OK}i-2(;=7Xo literal 0 HcmV?d00001 diff --git a/test/shaping/fonts/sha1sum/a34a9191d9376bda419836effeef7e75c1386016.ttf b/test/shaping/fonts/sha1sum/a34a9191d9376bda419836effeef7e75c1386016.ttf new file mode 100644 index 0000000000000000000000000000000000000000..a358833c2fdcac4574cfcda9e1ea2b663b403573 GIT binary patch literal 1010 zcmb_aO=}ZT6g_VyGntvx5Q>yof<(zGC=`U^LPSGMTm&q%e&EVyCT)V5WSET5W$-`f zs`>-E>QdKkTu5;xQo4}3>7omfBD#?A+?iC}xa$k=<(+%a+jpZs$94#qTg2Bk^dw9Y zMuz!`*x8T-Z=(a^&p_@&zo-4Yf8`5ZJM=I2X(;Te`^1ODwSEw9Uf50yz?~z$G#qzz z{=Cy5zDisU^k&G~JH#u*)sYT*xk}*&F>Ao>a6E~VI$jXJ7C(L_Ng|PC8B!N=P_Xzj zVZ-B{Qn@`;z3Wgq(vRVg!$lpegI=TiG@76o=;#T`v`7?M)6*o^!xA3g8SM`3H@J)R zF3?|LCBn4fLaFDt%<~vNnZzkun7}Y)3$sP5X&k7XlwOs#RP_gtu)LSX{q>tHmd7MQZCG@$s@gCOHMLyLc9s0`6iIbvDEYh5{Qd}PI z^AsS-6@yFbM4rgVTE-?fPH`F}&EIJVqu%;#8gM$(Afn`r9d=13Fzc$kV2N0IXU$$; uCenqmPg9lKcn8RI!&=UrDZQeFU(e>(Cs^aCbGHAx;@$mkA35!Q75EM8ah@;$ literal 0 HcmV?d00001 diff --git a/test/shaping/fonts/sha1sum/a69118c2c2ada48ff803d9149daa54c9ebdae30e.ttf b/test/shaping/fonts/sha1sum/a69118c2c2ada48ff803d9149daa54c9ebdae30e.ttf new file mode 100644 index 0000000000000000000000000000000000000000..3cd5b5671378c7bb7bec767bbcddb53c89acfbd0 GIT binary patch literal 820 zcmZXS&r1|x7{|Z!&g>8Ohf0kevTTGUh!UfqI!MH#EkU5MYSh7JRcQ^5rrWsr6`{{Dhn-d#$C|8a|L;ljD`z zoP#t^P-|SGp0iX(*0@JrCtFp=E2^C&^HW>o(R!`f@*jhC-4uIJMv5m9?e7398pL@P z;k2rV!w|FY2j1F3u^~F~muUpu(Wp@{SExvBjJ#ULJB!wT@08o6kKuO-MqpOZjBf2I zB0%I)ej;O^HDIMCOXDuC!}9&8d1PwOW1hBc zL-X6dgrG>yI;ZqmB8`zG;|%wZc@5d%px)|beZkuP9{BNfXa!CNYml|oD;{LIM@hx} zMs9Vrwpv!J67Tp>-;k>Y4!^0@mmSYLiNcGiYlWWCeVmrY0iX6iE_U{V&0lZQjjm~O zXcPk@#JrF*!=Fi*dMi5gh9Z|*xd$bKVP{=`xK*;a~<2U?I;_6-{JO<5-Z&MEpnc@BA;n0i4--uK)l5 literal 0 HcmV?d00001 diff --git a/test/shaping/fonts/sha1sum/b6acef662e0beb8d5fcf5b61c6b0ca69537b7402.ttf b/test/shaping/fonts/sha1sum/b6acef662e0beb8d5fcf5b61c6b0ca69537b7402.ttf new file mode 100644 index 0000000000000000000000000000000000000000..41897b6934bf75a48bd50dc9852bfc0a6b8dda74 GIT binary patch literal 3301 zcmeHJeN0nV6hHU%wFRuMrIc=Jlz!OihUlOlBB)pjRfj+XKVd-mYMlitt*DGC#OVMX zDvoVVSms9@bB1Mq_z}&R*>rPmb281Ejcke8TogG zx%ZuW?(h75w+{#ajDva*L6O6rmJT<`K7jB>^p-lZvvM47rq}>#ZlVtyIZJJC+&!@v zAfgmN)R>hsO#`44K_9S8- z<4Nk=WzJIAJ~$0PdJ=sWH#)}N7FXc=cC_{G3jc<=M}F_d@d31RJyj*n$U_P}+L+(; z@~X;8r`JhXwCVaWmClMX_Ok34t|vn~(_7{9^Q)m8?R+{83}ga`=ZG7?2vY$_G^;k4 z6$$DDl}@2E=#55;#cVR@v=UX6T52$xED7<^swjz)ymyR57qgxjKL$ElxZPK0T)(l_ zn_rT?YWtZ3$1e8tF*b8|lVzvq&TFmr-v0Xbv`-YxwJQr2SmtT#^LF^!j<;?9oN2`j z7``8X{fQky#MJ;(bOyjR^;WaStWoKt5>_f?#ELpfxh;L!-;tK?`&-#tfsRh@`)y~* z3%OGGl*o+dYL6$UwYFZH-JBg4*pb8MF#R9~P-9#LOvcJ!u;Kk!4F;oCMd&h6v6PJcE3#dEuw=QS}#N9u*H4@eY|kRv@L>O=rock8tq$<~RJ(qE~t+nz3T z*EMsOxgJ^qV7RTpUbv1u5g>EKL`tmO0J*y|cxR%H^Hh?}hk*$WB9^~lUcwwg)I=Q| zWZJWWYcs^1q|49QV`(fhPRI*zE-uciFhkgNUgAbv-g>byo|b+ z^R8S~cF3Dr>^|RulUW^{HgCBi^8JJJXDcnS1%;7{D#AAa@H}J&dnIyl17iTHPt=eY z`ATsQ_KN!ucLQb?@+1Ba{6`4(7*8EJS=NMUA*VK+&@Le72)sAX@IV*22QXk5-H#yw8SZ z$vwrohdL>k2iona%Gsv8Ws!=F`q8Cm7#1tlBj(+InDW@>^4ky7gza5 z$PN?a`?(Y1VyvSPW^q@acw30e zm(%lk)Qf>ItPl?&AY`;cc+pIW(5N%4I4A&+w9;jkNo?(pfuMP;epOp;J>}5bi8CXFg+KIoRND;6IF8*cRsX}CW5`^K- zXnqpRj$$76aD?uep&EbSALA^k@qxYAv%VZMI`%Z~g(cYc!3ww2Qw{~*>M|c}^7?Rg z=z7WP^ZUSC?RA$!W79$ZI@p8*G-7CnbdLjQ(;UNvUwY=yT!7FuL%SI(_^3r|AxADG zLq60%5nQ0oQLYfz=zOd%+=WO4Ob#L~M9~$2Velc~8{{{Ord^_6A!z@5-j0%j5PuBR zBc3x;ZT8$NQzXLLnYbJJd6Fc@&xaBHM6?sf!XRcRK~VZqZ5gRFEG;#HLREt-q9OkC zpmZ4ob{MW&B(EMDC0-n4V`G5n#`3(2H+>3s+!Kyd*Z`hz{Qt}G5qwA9*HG?{BIBP? G#(x4|GIgQ= literal 0 HcmV?d00001 diff --git a/test/shaping/fonts/sha1sum/e88c339237f52d21e01c55f01b9c1b4cc14a0467.ttf b/test/shaping/fonts/sha1sum/e88c339237f52d21e01c55f01b9c1b4cc14a0467.ttf new file mode 100644 index 0000000000000000000000000000000000000000..e9884ea8556ccad1a61a3e84279be5cfd9249a28 GIT binary patch literal 515 zcmaiwy-ve06orptlRr>Zbqa`~pbRJyBMeLk6(X^KRIxB&0#zeg7lp91vG+mPS$F~- zg#odna_khTLlKUAuYH|+{2fC8XyFMGS9$OF1e;iA<%4rOKR@fAKEH7(+6X$qnk}jrLFyVCgVJcEr73G<=(2HQO4k>ljSM{uF~tkssTA?@a6S*1i2{)Y%nK*c7uD#n!;nCvme>wK zG9g~QZ?}(;;u1nv`kIoz{%p3QbW!NhGUR>!A^H7>Jaouv5e$daCX4qMvgB#lwX}`R om?R0dxbu(+g*A7pHS5oHo0qpvJ6L5O9g=O?pkm;=gGtTw11I%1hyVZp literal 0 HcmV?d00001 diff --git a/test/shaping/fonts/sha1sum/ee39587d13b2afa5499cc79e45780aa79293bbd4.ttf b/test/shaping/fonts/sha1sum/ee39587d13b2afa5499cc79e45780aa79293bbd4.ttf new file mode 100644 index 0000000000000000000000000000000000000000..fa2d0e1367cfe81695bb37e1389085f4bda4b8e6 GIT binary patch literal 3724 zcmbVPc|4SD_rJ&1*t1lY$U3%R#@NRi!&t^(2+7c7%Nk*jCHt0r4+$aJJ;{!-6ByWKIb0&z3 zK`egNiR4Is3EB_Z(;zEe1s&`$CrZHhSrCg{_4Erol>k}*gcB4{Pg0;apa-ac_7ji= zyhxr-H2F+9V4P9|=Y7rB@0S=54faRL7XT=|QvpzrDMXQwW1kivbL^qSA?iMpkZW!B ztZF*|BlOt)s(TE)0|2~@tO)>s-%RwoCpvBn_Yi09rZP+u#xYKbra-;7r9%X^M{i?*sp}u_h*1KVLjX1C2g0G0BFjo6%wPclQ=Ek^&eaF;ztTZB?>7(RdfVB7I|5hCB~_JW zvI9lyZwX&8lp3!%7wjyqe_nc_f&Us&qBKGz{u=B_mSBo80xgH=O%~}OBGVnD>@*Pb zSCQ2L;`wIC@(W0^9-=h@Hb6p-J0jh*5$5VLF*fkg+d^wie0s`=KmvTeLO@Ru(RdN* zZYUjTh_Kg@A)pZ`S%iT$Tm^-YLm?F8WZq^8Cy*pH(K19scxR4ak%xq`f(#OgkVhe` zaZ*w4Vq^z#a|5`%9Ku8oj#iQ})R8vQfor0rQ~hA6zA%D5Jj7XCQC=qOs+hK#Os#Sb z7dSEwKLXwy5O`DEb@FofhL-mnvcWX%)8o%N+jIT^z;Mw3bKW8lGBomvp<9co=X=v_ z4~?%Yq}d~)IyCVSW8&OTRn~}&T+Q4?hRPP>rN)Wz?NacQsx zB!k)Eeo9sD;@$E)=!X3*IYFYGMeJn`-0UoMDoY!i?!m^r{n>Y&hrtKygK4oNOuGx! z$T+D;PW~jR^37h!8k51im#fzIoP0SzhN%a z8v~q_HcAU=tUl@Vte~jBeX(QET_Mc12#PEUo1F+Mm-ZgP?|n?AVnA*P^S};q#HHzO zjdyQX*y!Vdt|24*F0`BxlX7J@1D;NDV%GkLJR0pknK`e%4rLUg9=CsFd}^Wa-&!9B z{Tn<_*+wSrp1#kKl$usmG1F4@IaFE{AD{DhRwPIrJ{ywLIAdXP&WiR`CT@)8 zGiL$b+HoZzi)%x1spchX5NVm+h3iFvPi-`}p-|kjls9AKlRlnRo5DFCylXFtesnu6 zbiw3HiCvWmdwzUR)9SB&`_*nuozC#0lU~6izlfMJQF1TdPJr{iLEjAtgHI5fGriZ} zouNX)6qGeknHZL-P7}I`)RH>p5ZweQj?>`NDM#B#8k()LvCT*;4tLnTYY*H z!HV3cTB;R4REjqn!irZlO5-rIU4515PE3-CDgo(zD5#o*;1xR#n+HRBhA?lrI8tgZ zatBu)(T=IEC78rpeJ!`BS=}jmcJGeTPe9W8y}X5UrCDKR6Vl(MHxz|gdhTC+)xnX& z+iM0(?fl&*gFMaD{$`^*ZM0WPy0hPMGE?ECvU6OTl)G&;MrQ>!>(-(tbmH$a z68VDEI1y$Y*1Nc%%6XUW^X3vaLxkd|e@G9)Vlpx3ZX3w1v$BP^`#R!c6ZCC6KdjxE z+V=i8#Xfh*SCXrb%oL8@WJ!j-ZMngH3hP>9_cRFW{JnZ77`uMHJwT!qEl3s%=!oif zN9&6JV41jlPGoBI2>Wp9V^Mu$dqNpe)UUX`f61$j%lb-3W?bG4Xr{Nk`JGS3zWVqM zr4O%r8XD!ilS6-DSn}-?VV`=IugCE}rx|eCsC@lyX}$a?W3!a46XGwbfUEQx>nAT^ z+&8FJHDB3h3)`CbM`iGfvmz89KP}Xu{XzjprFiM4pO@s znTquSE419LrxpVH>3;pCM%K~l%D|5-Zni1O<~l`rHjB+0N3B`UY*iyv-zGI&Xn9hu z<=B$a`qNTqKjxA9)43vf;Ty!|F6F?mk2gkU*fF@XIg2~bQbR{Bd*rFz*9(tO)5mrU zKF{*<=G5C!-z|~Kr+TWfwh|nkSC7Uju-IofUHY~+H()}nI~~6hC_cq_hJH!CtZv|5 zfsAxLJY!5@_;Al7rbFWXqir_5LIDF4&g`XWe4&f(G$eLqUgujP@K5Jthz3>L;xDha zA#r-FzTaqzwNjTx*U%@9ct7uT=eN$s4czT2KRfL-YV;4)w`=DSuZP~JP9C`uLtzmuMau-JrIhko^Deo4D8}Mj8kxK- zOuHd3YwW9>?KBpR`&9Kfgk<#tgCn9l31*ouB; zi3tH}YR?llE4xBwd7n(yG@*rc-!ZuuC6+IF*Mys$Gq%a0Z`^l?x#Ek+NRyFp?u11` z8+f?Ku8iAl9KP_Ll=nX60RF1wsEIm z6Q5@75Z(Mm<6gWz(vwK5)1S}B=4CF(Dqm_Ysq3j$$bQq!VVnLSh{>uyuYUE!JznOd zqzw=6D%Q#U*m1R9z{|bi;zRdt8tYir3|U)3e=pzNS7OGP`!ga%!DEp&br-c|rr@O};enV}iet9rnFy_u&STnj?(q{0ghlS(CfPBp`Jto4u5Zk z`HF0z{Jl1#L{(RE(k}YbqZp5?PDe#{)@K`Qix@{9nyU7#3rdwJ288l%`m~c|4qOeUnrFut4YXJ>1166M(G3t`H^bTi-1>cVZM>7#kO zr|l%WGq~$YwI-m3Aqr7-3#1JU@VQcgt<~U^kJ7N#^8Fut&N8}lK2g6^^wGED4P_DJ zE0%}%2wuT&PjUX_j8JQ#td^!}7G@cOzGgYWQw1Z#%m=59W(pNIOq2W+ zgJMtVS$cKyN}qd|A4}})-l$YaYXS(okMPfD%zs2=p%Ol!Z?)pm(lFj$R_Tm`M z-3N}7s0<$s?#a_BRrlyqz8x5@)R#~j(5pN?xv%9IqSr7Ci`q%mRx9Yz9uj${`Ay>;Fn_ZS7|1FZuR_6cIFbm#Cgp=S}2<0E0nJz zuJ#3@F=Hj8^Vu(AgMZMa!h$~H6tOO##zJtiY2qcuPGGQkgJPCxFfvP`hWOpB6QZ|6QX z_aWxWbWm@W0C`cFfe{s?1*I0VTxQD4FDoxEGs#v|P>=!b}7#{LtD7hPwKt=~~7+6T;!Hm-^PyM1rgHWKM&{fO=yVS&~M zs^cx@l}hSJ164(5=o0BCfPQ8pu|BLH`R6`T0$HAA_ecqpQOW_^qy432csO*N7b;v< zWX@%}MQGX@_MRR)j-m}V?G9an_nE=QKfNav$Ecft8CsTBmx0Jkt1^A!BwIF1wk?~@ zzTP^Sqlz>!xqwzmXjk(&z2*{hV-QiAW;mcChzNS&hL_%^pE#V0CIe(W;(h#QFzS*H zobLUjNDJb*`!y?+>0v`ZB-c>b50f|S9)Q`eMuVu!)dR{GQKB}@XWM)ZX}}#0!nEB| qpvVw$1*CxGrg*u+7kv?XB{YRXve{L#LdRZI|E0r}(_x~$&G8$?ptw2! literal 0 HcmV?d00001 diff --git a/test/shaping/hb_test_tools.py b/test/shaping/hb_test_tools.py index 7473982..052974d 100644 --- a/test/shaping/hb_test_tools.py +++ b/test/shaping/hb_test_tools.py @@ -46,6 +46,17 @@ try: except NameError: unichr = chr +try: + unicode = unicode +except NameError: + unicode = str + +def tounicode(s, encoding='ascii', errors='strict'): + if not isinstance(s, unicode): + return s.decode(encoding, errors) + else: + return s + class ColorFormatter: class Null: @@ -445,7 +456,7 @@ class Unicode: @staticmethod def decode (s): - return u','.join ("U+%04X" % ord (u) for u in unicode (s, 'utf-8')).encode ('utf-8') + return u','.join ("U+%04X" % ord (u) for u in tounicode (s, 'utf-8')) @staticmethod def parse (s): diff --git a/test/shaping/record-test.sh b/test/shaping/record-test.sh index b2a74f7..cf17c54 100755 --- a/test/shaping/record-test.sh +++ b/test/shaping/record-test.sh @@ -48,20 +48,20 @@ pyftsubset \ --no-hinting \ "$dir/font.ttf" \ --text="$text" -if ! test -s "$dir/font.ttf.subset"; then - echo "Subsetter didn't produce nonempty subset font in $dir/font.ttf.subset" >&2 +if ! test -s "$dir/font.subset.ttf"; then + echo "Subsetter didn't produce nonempty subset font in $dir/font.subset.ttf" >&2 exit 2 fi # Verify that subset font produces same glyphs! -glyphs_subset=`echo "$text" | $hb_shape $options "$dir/font.ttf.subset"` +glyphs_subset=`echo "$text" | $hb_shape $options "$dir/font.subset.ttf"` if ! test "x$glyphs" = "x$glyphs_subset"; then echo "Subset font produced different glyphs!" >&2 echo "Perhaps font doesn't have glyph names; checking visually..." >&2 hb_view=${hb_shape/shape/view} echo "$text" | $hb_view $options "$dir/font.ttf" --output-format=png --output-file="$dir/orig.png" - echo "$text" | $hb_view $options "$dir/font.ttf.subset" --output-format=png --output-file="$dir/subset.png" + echo "$text" | $hb_view $options "$dir/font.subset.ttf" --output-format=png --output-file="$dir/subset.png" if ! cmp "$dir/orig.png" "$dir/subset.png"; then echo "Images differ. Please inspect $dir/*.png." >&2 echo "$glyphs" @@ -74,9 +74,9 @@ if ! test "x$glyphs" = "x$glyphs_subset"; then glyphs=$glyphs_subset fi -sha1sum=`sha1sum "$dir/font.ttf.subset" | cut -d' ' -f1` +sha1sum=`sha1sum "$dir/font.subset.ttf" | cut -d' ' -f1` subset="fonts/sha1sum/$sha1sum.ttf" -mv "$dir/font.ttf.subset" "$subset" +mv "$dir/font.subset.ttf" "$subset" # There ought to be an easier way to do this, but it escapes me... unicodes_file=`mktemp` diff --git a/test/shaping/tests/arabic-like-joining.tests b/test/shaping/tests/arabic-like-joining.tests new file mode 100644 index 0000000..ec994d0 --- /dev/null +++ b/test/shaping/tests/arabic-like-joining.tests @@ -0,0 +1 @@ +fonts/sha1sum/5dfad7735c6a67085f1b90d4d497e32907db4c78.ttf::U+1E922,U+1E923,U+1E924,U+1E925,U+1E926,U+1E927,U+1E928,U+1E929,U+1E92A,U+1E92B,U+1E92C,U+1E92D,U+1E92E,U+1E92F,U+1E930,U+1E931,U+1E932,U+1E933,U+1E934,U+1E935,U+1E936,U+1E937,U+1E938,U+1E939,U+1E93A,U+1E93B,U+1E93C,U+1E93D,U+1E93E,U+1E93F,U+1E940,U+1E941,U+1E942,U+1E943:[sha_adlam.fina=33+711|kpo_adlam.medi=32+573|zal_adlam.medi=31+773|gbe_adlam.medi=30+594|kha_adlam.medi=29+686|va_adlam.medi=28+621|nha_adlam.medi=27+587|tu_adlam.medi=26+772|nya_adlam.medi=25+577|ga_adlam.medi=24+552|qaaf_adlam.medi=23+694|ha_adlam.medi=22+600|chi_adlam.medi=21+662|jiim_adlam.medi=20+781|u_adlam.medi=19+678|ya_adlam.medi=18+553|kaf_adlam.medi=17+808|nun_adlam.medi=16+561|waw_adlam.medi=15+651|yhe_adlam.medi=14+674|dha_adlam.medi=13+674|o_adlam.medi=12+640|i_adlam.medi=11+657|fa_adlam.medi=10+590|e_adlam.medi=9+628|ra_adlam.medi=8+599|bhe_adlam.medi=7+594|pe_adlam.medi=6+492|sinnyiiyhe_adlam.medi=5+777|ba_adlam.medi=4+655|miim_adlam.medi=3+525|laam_adlam.medi=2+554|daali_adlam.medi=1+600|alif_adlam.init=0+597] diff --git a/test/shaping/tests/automatic-fractions.tests b/test/shaping/tests/automatic-fractions.tests new file mode 100644 index 0000000..f9510e2 --- /dev/null +++ b/test/shaping/tests/automatic-fractions.tests @@ -0,0 +1,3 @@ +fonts/sha1sum/15dfc433a135a658b9f4b1a861b5cdd9658ccbb9.ttf::U+0031,U+0032,U+0033,U+2044,U+0034,U+0035,U+0036:[one.numr=0+600|two.numr=1+600|three.numr=2+600|fraction=3+252|four.small=4+600|five.small=5+600|six.small=6+600] +fonts/sha1sum/15dfc433a135a658b9f4b1a861b5cdd9658ccbb9.ttf:--direction=l --script=arab:U+0031,U+0032,U+0033,U+2044,U+0034,U+0035,U+0036:[one.numr=0+600|two.numr=1+600|three.numr=2+600|fraction=3+252|four.small=4+600|five.small=5+600|six.small=6+600] +fonts/sha1sum/15dfc433a135a658b9f4b1a861b5cdd9658ccbb9.ttf:--direction=l:U+0661,U+0662,U+0663,U+2044,U+0664,U+0665,U+0666:[uni0661.numr=0+600|uni0662.numr=1+600|uni0663.numr=2+600|fraction=3+252|uni0664.small=4+600|uni0665.small=5+600|uni0666.small=6+600] diff --git a/test/shaping/tests/color-fonts.tests b/test/shaping/tests/color-fonts.tests new file mode 100644 index 0000000..397796a --- /dev/null +++ b/test/shaping/tests/color-fonts.tests @@ -0,0 +1 @@ +fonts/sha1sum/ee39587d13b2afa5499cc79e45780aa79293bbd4.ttf:--font-funcs=ot --show-extents:U+1F42F:[gid1=0+2963<0,2178,2963,-2788>] diff --git a/test/shaping/tests/fuzzed.tests b/test/shaping/tests/fuzzed.tests index 7a5d395..1f51e44 100644 --- a/test/shaping/tests/fuzzed.tests +++ b/test/shaping/tests/fuzzed.tests @@ -9,3 +9,9 @@ fonts/sha1sum/43979b90b2dd929723cf4fe1715990bcb9c9a56b.ttf:--font-funcs=ot:U+004 fonts/sha1sum/3511ff5c1647150595846ac414c595cccac34f18.ttf:--font-funcs=ot:U+0041:[gid0=0+1000|gid512=0+1000|gid15104=0+1000|gid11004=0+1000|gid3408=0+1000|gid18244=0+1000|gid17872=0+1000|gid17961=0+1000|gid0=0+1000|gid992=0+1000|gid15616=0+1000|gid0=0+1000|gid14151=0+1000|gid20559=0+1000|gid20992=0+1000|gid5440=0+1000|gid256=0+1000|gid0=0+1000|gid10=0+1000|gid8960=0+1000|gid256=0+1000|gid1024=0+1000|gid1490=0+1000|gid0=0+1000|gid768=0+1000|gid4096=0+1000|gid256=0+1000|gid2216=0+1000|gid0=0+1000|gid256=0+1000|gid256=0+1000|gid0=0+1000|gid768=0+1000|gid10752=0+1000|gid11004=0+1000|gid3408=0+1000|gid18244=0+1000|gid17734=0+1000|gid53248=0+1000|gid256=0+1000|gid0=0+1000|gid512=0+1000|gid14848=0+1000|gid10793=0+1000|gid57344=0+1000|gid768=0+1000|gid18227=0+1000|gid20285=0+1000|gid20480=0+1000|gid0=0+1000|gid256=0+1000|gid0=0+1000|gid810=0+1000|gid0=0+1000|gid11004=0+1000|gid3408=0+1000|gid18244=0+1000|gid17734=0+1000|gid53289=0+1000|gid57344=0+1000|gid768=0+1000|gid15667=0+1000|gid71=0+1000|gid0=0+1000|gid20559=0+1000|gid21248=0+1000|gid256=0+1000|gid0=0+1000|gid2816=0+1000|gid2776=0+1000|gid0=0+1000|gid51516=0+1000|gid0=0+1000|gid32=0+1000|gid26209=0+1000|gid28005=0+1000|gid65249=0+1000|gid29690=0+1000|gid0=0+1000|gid51548=0+1000|gid0=0+1000|gid2454=0+1000|gid28783=0+1000|gid29556=0+1000|gid1291=0+1000|gid3458=0+1000|gid80=0+1000|gid0=0+1000|gid2804=0+1000|gid210=0+1000|gid28786=0+1000|gid25968=0+1000|gid45763=0+1000|gid50546=0+1000|gid0=0+1000|gid59136=0+1000|gid0=0+1000|gid38144=0+1000|gid256=0+1000|gid0=0+1000|gid2560=0+1000|gid30208=0+1000|gid52224=0+1000|gid580=0+1000|gid17996=0+1000|gid21504=0+1000|gid6734=0+1000|gid108=0+1000|gid116=0+1000|gid24846=0+1000|gid1024=0+1000|gid0=0+1000|gid255=0+1000|gid65280=0+1000|gid256=0+1000|gid0=0+1000|gid8704=0+1000|gid1345=0+1000|gid23109=0+1000|gid8192=0+1000|gid10823=0+1000|gid21076=0+1000|gid8192=0+1000|gid12877=0+1000|gid20300=0+1000|gid8192=0+1000|gid6738=0+1000|gid20301=0+1000|gid8192=0+1000|gid16980=0+1000|gid21067=0+1000|gid8251=0+1000|gid18944=0+1000|gid255=0+1000|gid65280=0+1000|gid15360=0+1000|gid256=0+1000|gid255=0+1000|gid65280=0+1000|gid256=0+1000|gid768=0+1000|gid255=0+1000|gid65280=0+1000|gid256=0+1000|gid768=0+1000|gid255=0+1000|gid65280=0+1000|gid256=0+1000|gid1024=0+1000|gid12=0+1000|gid65280=0+1000|gid256=0+1000|gid1280=0+1000|gid255=0+1000|gid65280=0+1000|gid256=0+1000|gid1536=0+1000|gid1899=0+1000|gid25970=0+1000|gid110=0+1000|gid11264=0+1000|gid27502=0+1000|gid29285=0+1000|gid12907=0+1000|gid25974=0+1000|gid28160=0+1000|gid14443=0+1000|gid25970=0+1000|gid28288=0+1000|gid3=0+1000|gid118=0+1000|gid18259=0+1000|gid21826=0+1000|gid45716=0+1000|gid46369=0+1000|gid0=0+1000|gid0=0+1000|gid1=0+1000|gid16=0+1000|gid17=0+1000|gid256=0+1000|gid4=0+1000|gid16=0+1000|gid18244=0+1000|gid17734=0+1000|gid28=0+1000|gid12=0+1000|gid0=0+1000|gid284=0+1000|gid0=0+1000|gid28=0+1000|gid18256=0+1000|gid20307=0+1000|gid45114=0+1000|gid47616=0+1000|gid226=0+1000|gid10296=0+1000|gid0=0+1000|gid57927=0+1000|gid1=0+1000|gid0=0+1000|gid0=0+1000|gid21248=0+1000|gid5440=0+1000|gid256=0+1000|gid0=0+1000|gid10=0+1000|gid768=0+1000|gid256=0+1000|gid1024=0+1000|gid512=0+1000|gid0=0+1000|gid297=0+1000|gid16=0+1000|gid24833=0+1000|gid28774=0+1000|gid10794=0+1000|gid2304=0+1000|gid29=0+1000|gid32=0+1000|gid42=0+1000|gid64515=0+1000|gid42=0+1000|gid42=0+1000|gid64525=0+1000|gid20551=0+1000|gid17477=0+1000|gid18128=0+1000|gid10720=0+1000|gid3=0+1000|gid61=0+1000|gid3408=0+1000|gid18244=0+1000|gid17734=0+1000|gid53289=0+1000|gid57344=0+1000|gid768=0+1000|gid15616=0+1000|gid512=0+1000|gid55=0+1000|gid10576=0+1000|gid20307=0+1000|gid0=0+1000|gid255=0+1000|gid56063=0+1000|gid53504=0+1000|gid42=0+1000|gid42=0+1000|gid64525=0+1000|gid12288=0+1000|gid18176=0+1000|gid80=0+1000|gid20307=0+1000|gid1=0+1000|gid0=0+1000|gid62=0+1000] fonts/sha1sum/fab39d60d758cb586db5a504f218442cd1395725.ttf:--font-funcs=ot:U+0041,U+0041:[gid0=0+1000|gid0=1+1000] fonts/sha1sum/205edd09bd3d141cc9580f650109556cc28b22cb.ttf:--font-funcs=ot:U+0041:[gid0=0+1000] +fonts/sha1sum/217a934cfe15c548b572c203dceb2befdf026462.ttf:--font-funcs=ot:U+0061,U+0061,U+0061:[] +fonts/sha1sum/558661aa659912f4d30ecd27bd09835171a8e2b0.ttf:--font-funcs=ot:U+FFFD,U+E0100,U+FFFD,U+E0010:[] +fonts/sha1sum/a34a9191d9376bda419836effeef7e75c1386016.ttf:--font-funcs=ot:U+0041:[] +fonts/sha1sum/a69118c2c2ada48ff803d9149daa54c9ebdae30e.ttf:--font-funcs=ot:U+0041:[gid0=0+1229] +fonts/sha1sum/b6acef662e0beb8d5fcf5b61c6b0ca69537b7402.ttf:--font-funcs=ot:U+0041:[gid0=0+1000] +fonts/sha1sum/e88c339237f52d21e01c55f01b9c1b4cc14a0467.ttf:--font-funcs=ot:U+0041:[gid0=0+1000] diff --git a/test/shaping/tests/language-tags.tests b/test/shaping/tests/language-tags.tests new file mode 100644 index 0000000..17adafa --- /dev/null +++ b/test/shaping/tests/language-tags.tests @@ -0,0 +1,12 @@ +fonts/sha1sum/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=fa:U+004A:[gid2=0+1000] +fonts/sha1sum/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=ja:U+004A:[gid2=0+1000] +fonts/sha1sum/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh:U+004A:[gid4=0+1000] +fonts/sha1sum/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh-cn:U+004A:[gid4=0+1000] +fonts/sha1sum/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh-sg:U+004A:[gid4=0+1000] +fonts/sha1sum/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh-tw:U+004A:[gid5=0+1000] +fonts/sha1sum/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh-hans:U+004A:[gid4=0+1000] +fonts/sha1sum/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh-hant:U+004A:[gid5=0+1000] +fonts/sha1sum/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh-hant-hk:U+004A:[gid6=0+1000] +fonts/sha1sum/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh-HK:U+004A:[gid6=0+1000] +fonts/sha1sum/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh-mo:U+004A:[gid6=0+1000] +fonts/sha1sum/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh-Hant-mo:U+004A:[gid6=0+1000] diff --git a/test/shaping/tests/use-marchen.tests b/test/shaping/tests/use-marchen.tests new file mode 100644 index 0000000..6497178 --- /dev/null +++ b/test/shaping/tests/use-marchen.tests @@ -0,0 +1,35 @@ +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C8F:[u11C8F=0+3000] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C71:[u11C71=0+1600] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C8A,U+11CB5:[u11C8A=0+2000|u11CB5=0@-2000,0+0] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C84,U+11C71:[u11C84=0+2200|u11C71=1+1600] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C7E,U+11C8A:[u11C7E=0+2600|u11C8A=1+2000] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C8A,U+11C92,U+11CA9:[u11C8A.11C92.11CA9=0+2600] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C8A,U+11C94,U+11CA9:[u11C8A.11C94.11CA9=0+2600] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C8D,U+11C92,U+11CA9:[u11C8D.11C92.11CA9=0+2600] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C8D,U+11C94,U+11CA9:[u11C8D.11C94.11CA9=0+2600] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C8D,U+11C9E,U+11CA9:[u11C8D.11C9E.11CA9=0+3200] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C8D,U+11CA0,U+11CA9:[u11C8D.11CA0.11CA9=0+3000] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C8D,U+11C92,U+11CAA:[u11C8D.11C92.11CAA=0+2000] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C8D,U+11C94,U+11CAA:[u11C8D.11C94.11CAA=0+2000] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C8D,U+11C9D,U+11CAA:[u11C8D.11C9D.11CAA=0+2000] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C8D,U+11C9E,U+11CAA:[u11C8D.11C9E.11CAA=0+2600] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C8D,U+11CA0,U+11CAA:[u11C8D.11CA0.11CAA=0+2400] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C80,U+11C72,U+11CAA:[u11C80=0+2400|u11C72.11CAA=1+2000] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C8C,U+11CB1,U+11C8D:[u11C8C.11CB1=0+2793|u11C8D=2+2000] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C80,U+11C7C,U+11CB3:[u11C80=0+2400|u11C7C.11CB3=1+2200] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C7F,U+11CB2,U+11C7D:[u11C7F.11CB2=0+2400|u11C7D=2+2000] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C8D,U+11CB2,U+11C81:[u11C8D.11CB2=0+2000|u11C81=2+2400] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C8C,U+11CB4,U+11C74:[u11C8C.11CB4=0+2800|u11C74=2+2000] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C8A,U+11CA1,U+11CA9,U+11C71:[u11C8A.11CA1.11CA9=0+3000|u11C71=3+1600] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C8D,U+11CA1,U+11CA9,U+11C71:[u11C8D.11CA1.11CA9=0+3000|u11C71=3+1600] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C8D,U+11CA1,U+11CAA,U+11C71:[u11C8D.11CA1.11CAA=0+2400|u11C71=3+1600] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C8F,U+11CB0,U+11CB4,U+11CB6:[u11C8F.11CB0.11CB4=0+3600|u11CB6=0@-3200,0+0] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C8E,U+11CB0,U+11CB2,U+11CB5:[u11C8E.11CB0.11CB2=0+2000|u11CB5=0@-2000,0+0] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C74,U+11C89,U+11CB2,U+11C75:[u11C74=0+2000|u11C89.11CB2=1+2000|u11C75=3+2000] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C7C,U+11CAA,U+11CB2,U+11C75:[u11C7C.11CAA.11CB2=0+2200|u11C75=3+2000] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C81,U+11C74,U+11CB2,U+11C8B:[u11C81=0+2400|u11C74.11CB2=1+2000|u11C8B=3+2400] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C8B,U+11CB3,U+11C74,U+11C8D:[u11C8B.11CB3=0+2400|u11C74=2+2000|u11C8D=3+2000] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C83,U+11CB4,U+11C74,U+11C8D:[u11C83.11CB4=0+2800|u11C74=2+2000|u11C8D=3+2000] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C8B,U+11CB3,U+11C74,U+11C8D,U+11C71:[u11C8B.11CB3=0+2400|u11C74=2+2000|u11C8D=3+2000|u11C71=4+1600] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C80,U+11C76,U+11CB1,U+11C75,U+11C8D:[u11C80=0+2400|u11C76.11CB1=1+3200|u11C75=3+2000|u11C8D=4+2000] +fonts/sha1sum/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C80,U+11C8D,U+11C94,U+11CAA,U+11CB1,U+11C74,U+11C8D:[u11C80=0+2400|u11C8D.11C94.11CAA.11CB1.shorti=1+2600|u11C74=5+2000|u11C8D=6+2000] diff --git a/test/shaping/tests/vertical.tests b/test/shaping/tests/vertical.tests index 8276890..3586080 100644 --- a/test/shaping/tests/vertical.tests +++ b/test/shaping/tests/vertical.tests @@ -1 +1,3 @@ fonts/sha1sum/191826b9643e3f124d865d617ae609db6a2ce203.ttf:--direction=t:U+300C:[uni300C.vert=0@-512,-578+0,-1024] +fonts/sha1sum/f9b1dd4dcb515e757789a22cb4241107746fd3d0.ttf:--direction=t --font-funcs=ft:U+0041,U+0042:[gid1=0@-654,-2128+0,-2789|gid2=1@-665,-2125+0,-2789] +fonts/sha1sum/f9b1dd4dcb515e757789a22cb4241107746fd3d0.ttf:--direction=t --font-funcs=ot:U+0041,U+0042:[gid1=0@-654,-2189+0,-2789|gid2=1@-665,-2189+0,-2789] diff --git a/util/hb-shape.cc b/util/hb-shape.cc index 3bd2184..75c3793 100644 --- a/util/hb-shape.cc +++ b/util/hb-shape.cc @@ -35,7 +35,9 @@ struct output_buffer_t format (parser), gs (NULL), line_no (0), - font (NULL) {} + font (NULL), + output_format (HB_BUFFER_SERIALIZE_FORMAT_INVALID), + format_flags (HB_BUFFER_SERIALIZE_FLAG_DEFAULT) {} void init (const font_options_t *font_opts) { diff --git a/util/helper-cairo.cc b/util/helper-cairo.cc index 8f30eea..2e2952b 100644 --- a/util/helper-cairo.cc +++ b/util/helper-cairo.cc @@ -28,6 +28,7 @@ #include #include +#include FT_MULTIPLE_MASTERS_H #include "helper-cairo-ansi.hh" #ifdef CAIRO_HAS_SVG_SURFACE @@ -76,7 +77,8 @@ helper_cairo_create_scaled_font (const font_options_t *font_opts) cairo_font_face_t *cairo_face; /* We cannot use the FT_Face from hb_font_t, as doing so will confuse hb_font_t because - * cairo will reset the face size. As such, create new face... */ + * cairo will reset the face size. As such, create new face... + * TODO Perhaps add API to hb-ft to encapsulate this code. */ FT_Face ft_face = NULL;//hb_ft_font_get_face (font); if (!ft_face) { @@ -100,7 +102,23 @@ helper_cairo_create_scaled_font (const font_options_t *font_opts) CAIRO_FONT_WEIGHT_NORMAL); } else + { + unsigned int num_coords; + const int *coords = hb_font_get_var_coords_normalized (font, &num_coords); + if (num_coords) + { + FT_Fixed *ft_coords = (FT_Fixed *) calloc (num_coords, sizeof (FT_Fixed)); + if (ft_coords) + { + for (unsigned int i = 0; i < num_coords; i++) + ft_coords[i] = coords[i] << 2; + FT_Set_Var_Blend_Coordinates (ft_face, num_coords, ft_coords); + free (ft_coords); + } + } + cairo_face = cairo_ft_font_face_create_for_ft_face (ft_face, 0); + } cairo_matrix_t ctm, font_matrix; cairo_font_options_t *font_options; diff --git a/util/options.cc b/util/options.cc index bc699c1..0f2e207 100644 --- a/util/options.cc +++ b/util/options.cc @@ -254,6 +254,47 @@ parse_features (const char *name G_GNUC_UNUSED, return true; } +static gboolean +parse_variations (const char *name G_GNUC_UNUSED, + const char *arg, + gpointer data, + GError **error G_GNUC_UNUSED) +{ + font_options_t *font_opts = (font_options_t *) data; + char *s = (char *) arg; + char *p; + + font_opts->num_variations = 0; + g_free (font_opts->variations); + font_opts->variations = NULL; + + if (!*s) + return true; + + /* count the variations first, so we can allocate memory */ + p = s; + do { + font_opts->num_variations++; + p = strchr (p, ','); + if (p) + p++; + } while (p); + + font_opts->variations = (hb_variation_t *) calloc (font_opts->num_variations, sizeof (*font_opts->variations)); + + /* now do the actual parsing */ + p = s; + font_opts->num_variations = 0; + while (p && *p) { + char *end = strchr (p, ','); + if (hb_variation_from_string (p, end ? end - p : -1, &font_opts->variations[font_opts->num_variations])) + font_opts->num_variations++; + p = end ? end + 1 : NULL; + } + + return true; +} + void view_options_t::add_options (option_parser_t *parser) @@ -270,7 +311,7 @@ view_options_t::add_options (option_parser_t *parser) parser->add_group (entries, "view", "View options:", - "Options controlling output rendering", + "Options for output rendering", this); } @@ -299,7 +340,7 @@ shape_options_t::add_options (option_parser_t *parser) parser->add_group (entries, "shape", "Shape options:", - "Options controlling the shaping process", + "Options for the shaping process", this); const gchar *features_help = "Comma-separated list of font features\n" @@ -346,7 +387,7 @@ shape_options_t::add_options (option_parser_t *parser) parser->add_group (entries2, "features", "Features options:", - "Options controlling font features used", + "Options for font features used", this); } @@ -413,7 +454,30 @@ font_options_t::add_options (option_parser_t *parser) parser->add_group (entries, "font", "Font options:", - "Options controlling the font", + "Options for the font", + this); + + const gchar *variations_help = "Comma-separated list of font variations\n" + "\n" + " Variations are set globally. The format for specifying variation settings\n" + " follows. All valid CSS font-variation-settings values other than 'normal'\n" + " and 'inherited' are also accepted, though, not documented below.\n" + "\n" + " The format is a tag, optionally followed by an equals sign, followed by a\n" + " number. For example:\n" + "\n" + " \"wght=500\"\n" + " \"slnt=-7.5\"\n"; + + GOptionEntry entries2[] = + { + {"variations", 0, 0, G_OPTION_ARG_CALLBACK, (gpointer) &parse_variations, variations_help, "list"}, + {NULL} + }; + parser->add_group (entries2, + "variations", + "Varitions options:", + "Options for font variations used", this); } @@ -431,7 +495,7 @@ text_options_t::add_options (option_parser_t *parser) parser->add_group (entries, "text", "Text options:", - "Options controlling the input text", + "Options for the input text", this); } @@ -459,7 +523,7 @@ output_options_t::add_options (option_parser_t *parser) parser->add_group (entries, "output", "Output destination & format options:", - "Options controlling the destination and form of the output", + "Options for the destination & form of the output", this); } @@ -561,6 +625,8 @@ font_options_t::get_font (void) const hb_font_set_scale (font, scale_x, scale_y); hb_face_destroy (face); + hb_font_set_variations (font, variations, num_variations); + void (*set_font_funcs) (hb_font_t *) = NULL; if (!font_funcs) { @@ -719,7 +785,7 @@ format_options_t::add_options (option_parser_t *parser) " text: [=@,+,|...]\n" " json: [{\"g\": , \"ax\": , \"ay\": , \"dx\": , \"dy\": , \"cl\": }, ...]\n" "\nOutput syntax options:", - "Options controlling the syntax of the output", + "Options for the syntax of the output", this); } diff --git a/util/options.hh b/util/options.hh index 919e4f8..9ed4fd0 100644 --- a/util/options.hh +++ b/util/options.hh @@ -285,7 +285,10 @@ struct font_options_t : option_group_t { font_options_t (option_parser_t *parser, int default_font_size_, - unsigned int subpixel_bits_) { + unsigned int subpixel_bits_) + { + variations = NULL; + num_variations = 0; default_font_size = default_font_size_; subpixel_bits = subpixel_bits_; font_file = NULL; @@ -299,6 +302,7 @@ struct font_options_t : option_group_t } ~font_options_t (void) { g_free (font_file); + free (variations); g_free (font_funcs); hb_font_destroy (font); } @@ -309,6 +313,8 @@ struct font_options_t : option_group_t char *font_file; int face_index; + hb_variation_t *variations; + unsigned int num_variations; int default_font_size; unsigned int subpixel_bits; mutable double font_size_x; diff --git a/win32/Makefile.vc b/win32/Makefile.vc index fdde7a7..05778ae 100644 --- a/win32/Makefile.vc +++ b/win32/Makefile.vc @@ -14,6 +14,21 @@ !include ..\src\hb-ucdn\Makefile.sources !include ..\util\Makefile.sources +# We need to include the sources in ..\src\hb-ucdn indirectly +!if [call create-lists.bat header hb_ucdn_srcs.mak hb_ucdn_SRCS] +!endif + +!if [for %c in ($(LIBHB_UCDN_sources)) do @call create-lists.bat file hb_ucdn_srcs.mak hb-ucdn\%c] +!endif + +!if [call create-lists.bat footer hb_ucdn_srcs.mak] +!endif + +!include hb_ucdn_srcs.mak + +!if [del /f /q hb_ucdn_srcs.mak] +!endif + # Include the Makefile portion that enables features based on user input !include config-msvc.mak diff --git a/win32/README.txt b/win32/README.txt index e2ead01..dc31e8b 100644 --- a/win32/README.txt +++ b/win32/README.txt @@ -7,11 +7,10 @@ Makefiles. The following are instructions for performing such a build, as there is a number of build configurations supported for the build. Note that for all build configurations, the OpenType and Simple TrueType layout (fallback) -backends are enabled, as well as the Uniscribe platform shaper, and this -is the base configuration that is built if no options (see below) are -specified. A 'clean' target is provided-it is recommended that one cleans -the build and redo the build if any configuration option changed. An -'install' target is also provided to copy the built items in their appropriate +backends are enabled, and this is the base configuration that is built if no +options (see below) are specified. A 'clean' target is provided-it is recommended +that one cleans the build and redo the build if any configuration option changed. +An 'install' target is also provided to copy the built items in their appropriate locations under $(PREFIX), which is described below. Invoke the build by issuing the command: @@ -37,7 +36,7 @@ PREFIX: Optional. Base directory of where the third-party headers, libraries Explanation of options, set by