harfbuzz/src
Behdad Esfahbod 5fa849b77d [API] Add _set/get_user_data() for all objects 2011-04-27 21:46:01 -04:00
..
Makefile.am Rename hb-view.c and test.c to .cc files 2011-04-27 12:15:06 -04:00
check-c-linkage-decls.sh Improve checks 2010-10-08 20:16:23 -04:00
check-header-guards.sh Improve checks 2010-10-08 20:16:23 -04:00
check-internal-symbols.sh Improve check for internal symbols 2010-05-12 23:48:40 -04:00
check-libstdc++.sh Add a test for header preprocessor guards 2010-06-09 07:15:03 -04:00
gen-arabic-joining-table.py Annotate the Arabic joining table with block information 2010-12-21 14:18:24 -05:00
hb-blob-private.hh Add hb_object_header_t which is the common part of all objects 2011-04-21 18:24:02 -04:00
hb-blob.cc [API] Add _set/get_user_data() for all objects 2011-04-27 21:46:01 -04:00
hb-blob.h [API] Add _set/get_user_data() for all objects 2011-04-27 21:46:01 -04:00
hb-buffer-private.hh Add hb_object_header_t which is the common part of all objects 2011-04-21 18:24:02 -04:00
hb-buffer.cc [API] Add _set/get_user_data() for all objects 2011-04-27 21:46:01 -04:00
hb-buffer.h [API] Add _set/get_user_data() for all objects 2011-04-27 21:46:01 -04:00
hb-common.cc [API] Add hb_direction_from/to_string() 2011-04-27 14:48:19 -04:00
hb-common.h Add initial implementation of user_data to objects 2011-04-27 21:27:40 -04:00
hb-font-private.hh Add hb_object_header_t which is the common part of all objects 2011-04-21 18:24:02 -04:00
hb-font.cc [API] Add _set/get_user_data() for all objects 2011-04-27 21:46:01 -04:00
hb-font.h [API] Add _set/get_user_data() for all objects 2011-04-27 21:46:01 -04:00
hb-ft.cc Add hb_object_header_t which is the common part of all objects 2011-04-21 18:24:02 -04:00
hb-ft.h Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-glib.cc [API] Add hb_unicode_funcs_get_default() 2011-04-27 09:38:19 -04:00
hb-glib.h Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-icu.cc [API] Add hb_unicode_funcs_get_default() 2011-04-27 09:38:19 -04:00
hb-icu.h Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-object-private.hh Move code around 2011-04-27 21:45:51 -04:00
hb-open-file-private.hh Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-open-type-private.hh Replace simple macros with inline functions for better type safety 2011-04-27 02:07:46 -04:00
hb-ot-head-private.hh Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-ot-layout-common-private.hh Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-ot-layout-gdef-private.hh Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-ot-layout-gpos-private.hh Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-ot-layout-gsub-private.hh Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-ot-layout-gsubgpos-private.hh Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-ot-layout-private.hh Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-ot-layout.cc Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-ot-layout.h Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-ot-map-private.hh Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-ot-map.cc Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-ot-shape-complex-arabic-table.hh Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-ot-shape-complex-arabic.cc Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-ot-shape-complex-private.hh Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-ot-shape-private.hh Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-ot-shape.cc Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-ot-shape.h Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-ot-tag.cc Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-ot-tag.h Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-ot.h Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-private.hh Move code around 2011-04-27 21:45:51 -04:00
hb-shape.cc Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-shape.h Update Copyright headers 2011-04-21 17:14:28 -04:00
hb-unicode-private.hh [API] Add hb_unicode_funcs_get_default() 2011-04-27 09:38:19 -04:00
hb-unicode.cc [API] Add _set/get_user_data() for all objects 2011-04-27 21:46:01 -04:00
hb-unicode.h [API] Add _set/get_user_data() for all objects 2011-04-27 21:46:01 -04:00
hb-view.cc [API] Add hb_direction_from/to_string() 2011-04-27 14:48:19 -04:00
hb.h Update Copyright headers 2011-04-21 17:14:28 -04:00
main.cc Update Copyright headers 2011-04-21 17:14:28 -04:00
test.cc Rename hb-view.c and test.c to .cc files 2011-04-27 12:15:06 -04:00