Add hb_gdi_face_create API
[platform/upstream/libHarfBuzzSharp.git] / src / hb-uniscribe.cc
2019-07-21 Ebrahim ByagowiAdd hb_gdi_face_create API
2019-07-16 Ebrahim Byagowi[usp] define atfree callback only if used
2019-06-26 Behdad Esfahbod[config] Add HB_NO_OT_TAG
2019-06-18 Behdad Esfahbod[coretext/uniscribe/directwrite] Remove extra semicolons
2019-06-18 Behdad Esfahbod[config] Don't compile disabled features
2019-06-05 Eli ZaretskiiThis makes minor changes to allow building HarfBuzz...
2019-05-25 n8willisMerge pull request #1691 from n8willis/usermanual-shaping
2019-05-21 Rod SheeterMerge branch 'master' of https://github.com/harfbuzz...
2019-05-14 Behdad EsfahbodFix more semi-colon issues
2019-05-11 n8willisMerge branch 'master' into docs-gtkdoc-colormath
2019-05-11 Behdad Esfahbod[vector] Simplify arrayZ
2019-05-09 n8willisMerge pull request #1680 from n8willis/usermanual-obj
2019-05-08 Behdad EsfahbodRemove MIN/MAX in favor of hb_min/hb_max
2019-04-14 Nathan WillisMerge branch 'master' of https://github.com/harfbuzz...
2019-04-12 Behdad EsfahbodHide a few static methods
2019-03-30 Behdad Esfahbod[C++11] Remove IntType::set() in favor of operator=
2019-01-29 Michiharu ArizaMerge branch 'master' into cff-more-arrayof-fixes
2019-01-28 Behdad EsfahbodMerge branch 'master' into iter
2019-01-28 Behdad Esfahbod[uniscribe] Whitelist function type cast
2019-01-18 Behdad Esfahbod[uniscribe] More warnings
2019-01-18 Behdad Esfahbod[uniscribe] Fix warnings
2018-12-21 Behdad Esfahbod[array/vector] Rename len to length
2018-12-21 Behdad EsfahbodFix bot
2018-12-17 Ebrahim ByagowiRemove redundant void from C++ sources (#1486)
2018-12-16 Ebrahim ByagowiRemove redundant 'inline' from methods (#1483)
2018-11-30 Michiharu ArizaMerge branch 'master' into cff-subset
2018-11-29 Behdad EsfahbodFix build for realz
2018-11-29 Behdad Esfahbod[uniscribe] Fix build
2018-11-29 Michiharu ArizaMerge branch 'master' into cff-subset
2018-11-27 Behdad EsfahbodMerge pull request #1398 from Adenilson/bigInt01
2018-11-23 Behdad EsfahbodMerge pull request #1291 from harfbuzz/use-reordering
2018-11-21 Behdad EsfahbodMerge pull request #1399 from harfbuzz/sharada-sandhi...
2018-11-21 Behdad EsfahbodAllow defining HB_USE_ATEXIT to 0
2018-11-16 Michiharu ArizaMerge branch 'master' into cff-subset
2018-11-16 Behdad Esfahbod[shaper] Rewrite shaper data code to be more template...
2018-11-12 Michiharu ArizaMerge branch 'master' into cff-subset
2018-11-12 Behdad EsfahbodEmbed hb_ot_shape_plan_t into hb_shape_plan_t
2018-11-11 Behdad EsfahbodMinor
2018-11-06 Michiharu ArizaMerge branch 'master' into cff-subset
2018-11-05 Behdad Esfahbod[uniscribe] Fix use of deprecated API
2018-11-02 Michiharu ArizaMerge branch 'cff-subset' of https://github.com/harfbuz...
2018-11-01 Michiharu ArizaMerge branch 'master' into cff-subset
2018-10-30 Behdad EsfahbodRemove a few unnecessary hb_auto_t<>'s
2018-10-27 Behdad Esfahbod[docs] More
2018-10-27 Behdad Esfahbod[ot] Fold hb-ot-tag.h into hb-ot-layout.h
2018-10-25 Behdad Esfahbod[vector] Make it act more like pointer
2018-10-08 Michiharu ArizaMerge branch 'master' into cff-subset
2018-10-06 Behdad Esfahbod[uniscribe/coretext] Fix for previous change
2018-09-27 n8willisMerge pull request #1 from harfbuzz/master
2018-09-16 Behdad EsfahbodRevert forcing use of single-parameter static_assert()
2018-09-16 Behdad EsfahbodEnforce single-param static_assert() only
2018-09-11 Michiharu ArizaMerge branch 'master' into cff-subset
2018-09-10 Behdad Esfahbod[uniscribe] Fix build
2018-08-29 Michiharu ArizaMerge branch 'master' into cff-subset
2018-08-26 Behdad EsfahbodRename hb-*private.hh to hb-*.hh
2018-08-15 Michiharu ArizaMerge branch 'master' into cff-subset
2018-08-13 Behdad Esfahbod[uniscribe] Use lazy loader
2018-08-13 Behdad Esfahbod[lazy] Port more
2018-08-10 Michiharu ArizaMerge branch 'master' into cff-subset
2018-08-09 Behdad Esfahbod[atomic] Add hb_atomic_ptr_t<> and port all uses
2018-08-02 Michiharu ArizaMerge branch 'master' into cff-subset
2018-08-02 Behdad EsfahbodFix for recent rename
2018-08-02 Behdad Esfahbod[uniscribe] Update for recent changes
2018-08-02 Behdad EsfahbodRemove OT namespace from hb-machinery-private.hh
2018-08-02 Behdad EsfahbodRename
2018-07-30 Michiharu ArizaMerge branch 'master' into cff-subset
2018-07-23 Behdad EsfahbodAdd sanitizer reference_table, also fix clang build
2018-07-10 Behdad EsfahbodInclude more basic internal headers from hb-private.hh
2018-06-25 Nathan WillisMerge branch 'master' of github.com/behdad/harfbuzz
2018-06-02 Behdad Esfahbod[vector] Use Crap pool in push() as well
2018-05-24 Behdad EsfahbodAdd hb_vector_t::push(const Type &v)
2018-05-09 Ebrahim ByagowiUse arrayZ on hb-coretext and hb-uniscribe and fix...
2018-05-01 Behdad EsfahbodRemove hb_auto_array_t
2018-03-30 Ebrahim ByagowiMake atexit callbacks threadsafe (#930)
2018-03-28 Behdad Esfahbod[uniscribe] Fixup for previous commit
2018-03-28 Behdad Esfahbod[uniscribe] Fix assertion fail in checksum calc
2018-02-27 Ebrahim ByagowiMerge with master
2018-02-24 Behdad EsfahbodMerge remote-tracking branch 'eroux/add-base'
2018-02-18 Behdad EsfahbodMerge pull request #796 from ebraminio/dev-run
2018-02-18 Behdad EsfahbodMerge branch 'master' into bitops
2018-02-17 David CorbettDo not mark the first glyph as unsafe to break
2018-01-10 Behdad Esfahbod[aat] Implement Lookup table
2017-11-11 Behdad Esfahbod[coretext/uniscribe/directwrite/graphite/fallback]...
2017-11-03 Behdad EsfahbodConsolidate debug stuff into hb-debug.hh
2017-11-02 Behdad Esfahbod[uniscribe] Fix a couple of VS warnings
2017-10-31 Behdad Esfahbod[coretext/uniscribe] Fix build
2017-10-15 Behdad EsfahbodUse nullptr instead of NULL
2017-10-15 Behdad EsfahbodUse static_assert instead of custom ASSERT_STATIC
2017-08-13 Behdad Esfahbod[unsafe-to-break] Mark all positions as unsafe in alter...
2017-02-08 Behdad EsfahbodMerge pull request #357 from khaledhosny/graphite-scale
2017-02-04 Behdad EsfahbodShuffle things around a bit
2016-12-17 Behdad Esfahbod[GX] Hook up feature variations
2016-08-09 Behdad EsfahbodFix sign of shift operators
2016-01-06 Behdad Esfahbod[uniscribe] Fix negative advance
2015-12-17 Behdad Esfahbod[uniscribe] Handle E_NOT_SUFFICIENT_BUFFER as well...
2015-11-24 Behdad EsfahbodMerge pull request #114 from ThePhD/vc++-fixes
2015-08-20 Behdad Esfahbod[uniscribe] Fix negative offsets
2015-08-19 Behdad Esfahbod[uniscribe] Fix font scale handling
2014-10-15 Behdad EsfahbodMove macros around
2014-08-11 Behdad EsfahbodMinor
next