8937 Commits (00946ca3aa45f109c455871ce89c5872fd243624)
 

Author SHA1 Message Date
Nathan Willis 3db227265b Update gtk-doc annotations for inout counts on various getter functions. 6 years ago
Nathan Willis c08ddbd91b [Docs] Minor edits to gtk-doc inline comment review. 6 years ago
Nathan Willis af5230bce3 [Docs] Minor; fix formatting for gtk-doc multiple-annotations. 6 years ago
Nathan Willis 6c0a1e8cd6 [Docs] Annotate gtk-doc formatting with some un-annotated (out)s. 6 years ago
Nathan Willis 5122805c74 [Docs] Fix gtk-doc formatting for (out) and (inout). 6 years ago
Nathan Willis d3178aa52a [Docs] Fix gtk-doc references to 'kern' table functions, clarifying that GPOS is not examined. 6 years ago
Nathan Willis 3449031fad [Docs] Add inline gtk-doc documentation of GDEF glyph classes. 6 years ago
Nathan Willis 930f6fc3da [Docs] Add inlind gtk-doc comments for hb-ot-layout functions. 6 years ago
Behdad Esfahbod b52c0e54b9 Use injected class name to simplify macros 6 years ago
Behdad Esfahbod baf1e79075 [C++11] Use deleted methods 6 years ago
Behdad Esfahbod 824fd342d5 Rename a few macros 6 years ago
Behdad Esfahbod edfc6be4a0 [arabic] Disable fallback shaping if HB_NO_OT_SHAPE_COMPLEX_ARABIC_FALLBACK defined 6 years ago
Behdad Esfahbod 4d31662b5d Don't install ot-font funcs on new fonts if HB_NO_OT_FONT defined 6 years ago
Behdad Esfahbod b111b3de02 Don't use any default unicode funcs if HB_NO_UNICODE_FUNCS is defined 6 years ago
Behdad Esfahbod c5509be93a [coretext] Fix unused-variable error 6 years ago
Maks Naumov 4c19aa2620 Fix MSVC C4068 warning (#1656) 6 years ago
Michiharu Ariza e44b83aac0 replace test font SourceHanSans with its subet 6 years ago
Maks Naumov a96d003d6e Fix MSVC C4138 warning (#1657) 6 years ago
Behdad Esfahbod c68eb7002f Minor 6 years ago
Behdad Esfahbod 85adf4ad5c [GDEF] Don't assume glyphlist is sorted 6 years ago
Behdad Esfahbod ecabdffc61 [algs] Add hb_min() and hb_max() 6 years ago
Behdad Esfahbod 7b863142ce [serialize] Make putting breakpoint on out-of-memory easier 6 years ago
Behdad Esfahbod 2bd2750234 [iter] Tweak SFINAE again 6 years ago
Behdad Esfahbod f02ebc89ec [array] Add compy assignment operator since copy constructor is explicit 6 years ago
Behdad Esfahbod 20a73da2c9 [array] Add default copy constructor 6 years ago
Behdad Esfahbod d419a9a437 [iter] Use different SFINAE scheme to make MSVC happy 6 years ago
Behdad Esfahbod 2778df7972 [meta] Add hb_is_same() 6 years ago
Behdad Esfahbod 6215fb8e68 [serialize] Actually reclaim storage from duplicate objects 6 years ago
Behdad Esfahbod 3305a2cad2 [serialize] Port to use object pool 6 years ago
Behdad Esfahbod 5efbc01174 [pool] Uses memset() instead of assigning Null() 6 years ago
Behdad Esfahbod 434d78bf91 Add hb_pool_t<> for pooled memory allocation 6 years ago
Behdad Esfahbod 8e4df1a152 [serialize] Disable packed_map again 6 years ago
Behdad Esfahbod 31c1a83899 [map] Protect more against pointer deref 6 years ago
Behdad Esfahbod 5bffa9e375 More 6 years ago
Behdad Esfahbod 5b66b033fd [serialize] Fix hb_hashmap_t<> for pointers and use in packed_map 6 years ago
Behdad Esfahbod 42ab32cbba [iter] Remove passing pointer to hb_iter() 6 years ago
Behdad Esfahbod d0da547b37 [array] Use dagger for hashing array 6 years ago
Behdad Esfahbod b6f29bf141 [iter] Accept pointers in hb_iter() 6 years ago
Behdad Esfahbod fc24bb9046 [serialize] Towards maintaining packed_map 6 years ago
Behdad Esfahbod aa2293a55e [serialize] Minor 6 years ago
Behdad Esfahbod e42b82c828 [serialize] Handle non-nullable offsets 6 years ago
Behdad Esfahbod e04518bafc [serialize] Movce empty-object handling earlier 6 years ago
Behdad Esfahbod 7f73c9744e [serialize] Minor 6 years ago
Behdad Esfahbod 5a3de4f4f8 [serialize] Allow offset links that have base offset from the object base 6 years ago
Ebrahim Byagowi edad6b2c45
[test][iter] minor, fix double promotion warning 6 years ago
Ebrahim Byagowi 062f5d6e7a
[test] minor, c style comments 6 years ago
Ebrahim Byagowi afdbf960d6
[iter][test] Add another test for hb_reduce 6 years ago
Behdad Esfahbod bfa02bef45 [serialize] Switch to tetris-packing 6 years ago
Behdad Esfahbod f0ea3ac17b [serialize] Fix linking 6 years ago
Behdad Esfahbod 7c0e2054e0 [serialize] Minor 6 years ago