1654 Commits (f6496663c2f6849a944e41afcf9511f378477532)
 

Author SHA1 Message Date
Behdad Esfahbod d5bfd02721 Minor 14 years ago
Behdad Esfahbod 6a4e7e1372 Add maxp table 14 years ago
Behdad Esfahbod e0b0710ae5 Minor 14 years ago
Behdad Esfahbod a513dbcf73 [API] Change signature of get_contour_point and get_kerning ffuncs 14 years ago
Behdad Esfahbod 63d646fb29 [font] Do user-space conversion when chaining up to parent font 14 years ago
Behdad Esfahbod b6f902a1a9 Minor 14 years ago
Behdad Esfahbod abcfe9b59b Remove hb_ot_layout_context_t, simplify code 14 years ago
Behdad Esfahbod 1ded6d8bbf Make default font-funcs chain-up to the parent 14 years ago
Behdad Esfahbod b9d975b931 [API] Pass down closure user_data to font funcs 14 years ago
Behdad Esfahbod 446df9cdb1 Whitespace 14 years ago
Behdad Esfahbod 686c2d165d [API] Remove font_funcs func getter functions 14 years ago
Behdad Esfahbod defc45be6d [API] Add hb_font_create_sub_font() and hb_font_get_parent() 14 years ago
Behdad Esfahbod 11bb8fe7b3 [font] Fix internal sign of x/y_scale 14 years ago
Behdad Esfahbod 85e6218e33 [API] Remove broken-by-design hb_font_unset_funcs() 14 years ago
Behdad Esfahbod 74f1d896f2 Add hb_font_make/is_immutable() 14 years ago
Behdad Esfahbod 8c7a100a4d Fix build without mutex 14 years ago
Behdad Esfahbod 19d3035c40 Remove duplicate atomic_int implementation 14 years ago
Behdad Esfahbod 45bfa99034 Fix set implementation to be truly threadsafe even with destroy() callbacks 14 years ago
Behdad Esfahbod 0c2ec1d78b [test] Always initialize gthread such that our mutex() stuff is tested 14 years ago
Behdad Esfahbod 6a9093cc48 [test/object] Test user_data with destroy() callback that calls user_data 14 years ago
Behdad Esfahbod abe636b876 Add DOAP file 14 years ago
Behdad Esfahbod f82c186304 [test/blob] Fix bug in test 14 years ago
Behdad Esfahbod 785d23acd0 [test/blob] Add create_sub_blob() 14 years ago
Behdad Esfahbod 0617b15582 [test] Test blob API 14 years ago
Behdad Esfahbod 1c9f8717eb [API] Simplify blob API, remove lock 14 years ago
Behdad Esfahbod 71cef14ac3 Add -Bsymbolic-functions to linker flags 14 years ago
Behdad Esfahbod ab428aeab7 [TODO] Update 14 years ago
Behdad Esfahbod a0f337a1cc Remove unused hb_blob_try_writable_inplace() 14 years ago
Behdad Esfahbod 08611d5194 Add note re deadlocks 14 years ago
Behdad Esfahbod 34fb5521a5 [API] Add hb_language_get_default() 14 years ago
Behdad Esfahbod c78f448558 [API] Add version macros and functions 14 years ago
Behdad Esfahbod 9ff819f657 Add disable-static libtool flag 14 years ago
Behdad Esfahbod 7ca7571ef9 Remove win32-dll libtool flag 14 years ago
Behdad Esfahbod 174e3fe89b Add AC_CANONICAL_HOST 14 years ago
Behdad Esfahbod e6a5b88c01 Fix build with older glib 14 years ago
Behdad Esfahbod 3935af1c0d [buffer] Remove wrong optimization 14 years ago
Behdad Esfahbod 46df682851 Make user_data access threadsafe 14 years ago
Behdad Esfahbod 218e67b9ee Shrink code 14 years ago
Behdad Esfahbod b8d6183ebc Use threadsafe set implementation for hb_language lookups 14 years ago
Behdad Esfahbod d37486d87b Add hb_threadsafe_set_t 14 years ago
Behdad Esfahbod b45f32ee4e Use hb_array_t for hb_language_t mapping 14 years ago
Behdad Esfahbod 21d2c92fdf Move code around 14 years ago
Behdad Esfahbod 448ea9bf63 [TODO] Remove done items 14 years ago
Behdad Esfahbod 265ac614ea Replace fixed-size lookup_maps array with hb_array_t 14 years ago
Behdad Esfahbod 6843569d2c Replace fixed-size feature_maps array with hb_array_t 14 years ago
Behdad Esfahbod 44b0a4d2fc Replace fixed-size feature_infos array with hb_array_t 14 years ago
Behdad Esfahbod b214ec3ac0 Minor 14 years ago
Behdad Esfahbod 811482bd65 Replace hb_map_t with hb_set_t which is more intuitive and flexible 14 years ago
Behdad Esfahbod 478a42536f Make array/map implementation more generic 14 years ago
Behdad Esfahbod b81bd42951 Make hb_mutex_*() macros take a pointer 14 years ago