summaryrefslogtreecommitdiff
path: root/src/hb-unicode.cc
AgeCommit message (Expand)AuthorFilesLines
2018-12-17Remove redundant void from C++ sources (#1486)Ebrahim Byagowi1-32/+32
2018-11-03Port objects to use header.writable instead of immutableBehdad Esfahbod1-7/+4
2018-10-29[unicode] Fix a long-standing double-declaration warningBehdad Esfahbod1-24/+7
2018-10-27[docs] Change section titles againBehdad Esfahbod1-1/+1
2018-10-27[docs] Rename section titles to object namesBehdad Esfahbod1-1/+1
2018-10-27[docs] Fill in some sectionsBehdad Esfahbod1-0/+14
2018-10-26[name] MoreBehdad Esfahbod1-4/+4
2018-10-20[docs] Fix warningBehdad Esfahbod1-0/+1
2018-10-03[emoji] Add emoji Extended_Pictographic table and functionBehdad Esfahbod1-0/+16
2018-09-26Make TSan happy with make_immutable()Behdad Esfahbod1-0/+2
2018-08-25Rename hb-*private.hh to hb-*.hhBehdad Esfahbod1-3/+3
2018-08-06Port _nil objects to Null() machineryBehdad Esfahbod1-2/+3
2018-04-23Resolve clang's used-but-marked-unused warningsEbrahim Byagowi1-1/+1
2017-10-15Use nullptr instead of NULLBehdad Esfahbod1-2/+2
2017-01-05Ship UCDN and use it by defaultBehdad Esfahbod1-3/+3
2015-09-03Fix Since tagsBehdad Esfahbod1-9/+9
2015-07-05Fix pragma usageBehdad Esfahbod1-5/+0
2015-06-01Fix "Since:" tagsSascha Brawer1-3/+3
2015-04-08Err, instead of warn, if mutex / atomic / unicode funcs are missingBehdad Esfahbod1-4/+4
2015-01-06[bindings] Replace deprecated allow-none with optional and nullableBehdad Esfahbod1-1/+1
2014-07-22Disallow changing settings on immutable faceBehdad Esfahbod1-1/+1
2014-03-19Remove dead warningBehdad Esfahbod1-2/+7
2014-03-14If HAVE_ICU_BUILTIN is defined, use hb-icu Unicode callbacksBehdad Esfahbod1-1/+1
2013-09-12[introspection] Disable constructors for nowBehdad Esfahbod1-1/+1
2013-09-06[docs/introspection] More annotationsBehdad Esfahbod1-0/+128
2013-05-28Build hb-icu into libharfbuzz-icu.soBehdad Esfahbod1-1/+1
2012-10-02Import UCDN into source treeBehdad Esfahbod1-0/+3
2012-08-11[ICU] Use new normalizer2 compose/decompose APIBehdad Esfahbod1-2/+33
2012-08-09Fill out combining class resetting for fallback shaping Thai/Lao/TibetanBehdad Esfahbod1-1/+1
2012-08-08[OT] Implement fallback positioningBehdad Esfahbod1-70/+37
2012-08-01Use a lookup table for modified_combining_classBehdad Esfahbod1-67/+146
2012-08-01Inline Unicode callbacks internallyBehdad Esfahbod1-3/+2
2012-08-01Move unicode accessors aroundBehdad Esfahbod1-59/+6
2012-08-01Add hb_unicode_combining_class_tBehdad Esfahbod1-5/+6
2012-07-31Implement Unicode compatibility decompositionsBehdad Esfahbod1-1/+26
2012-07-30[Indic] Recategorize Telugu length marksBehdad Esfahbod1-0/+8
2012-07-23[Thai] Reorder U+0E3A THAI VOWEL SIGN PHINTHUBehdad Esfahbod1-0/+6
2012-07-20[Indic] Recompose Bengali Ya,NuktaBehdad Esfahbod1-0/+8
2012-07-20[Indic] Don't split U+0AC9Behdad Esfahbod1-1/+1
2012-07-19[Indic] Implement per-script matra positioningBehdad Esfahbod1-1/+1
2012-07-19[Indic] Disallow decomposition of a couple charactersBehdad Esfahbod1-0/+3
2012-07-18[Indic/Unicode] Decompose Sinhala split matras the way Uniscribe likesBehdad Esfahbod1-0/+8
2012-07-16Split matras without a Unicode decompositionBehdad Esfahbod1-0/+22
2012-06-05Cleanup TRUE/FALSE vs true/falseBehdad Esfahbod1-4/+4
2012-06-05Undo default unicode-funcs to avoid static initializer againBehdad Esfahbod1-12/+14
2012-06-05Better hide nil objects and make them constBehdad Esfahbod1-17/+17
2012-04-24MinorBehdad Esfahbod1-2/+0
2012-04-05Move code aroundBehdad Esfahbod1-0/+55
2011-08-09[API] Make set_user_data() functions take a replace parameterBehdad Esfahbod1-2/+3
2011-08-04Remove C++ guards from source filesBehdad Esfahbod1-2/+0