harfbuzz/src
Behdad Esfahbod 560d68af81 Use a export-file for Windows builds
Apparently even that doesn't make check-internal-symbols.sh happy with
mingw32.  Going to disable that for DLLs again, but hopefully the
export-file is doing *something*.
2012-08-08 17:16:01 -04:00
..
hb-old [hb-old] speed-up build 2012-08-08 17:15:44 -04:00
Makefile.am Use a export-file for Windows builds 2012-08-08 17:16:01 -04:00
check-c-linkage-decls.sh Make sure HB_BEGIN_DECLS / HB_END_DECLS is only used in public headers 2012-07-13 10:19:10 -04:00
check-header-guards.sh Fix check-header-guards on OS X 2012-01-27 02:23:22 -05:00
check-includes.sh Add check-includes.sh 2011-05-27 15:58:54 -04:00
check-internal-symbols.sh Adjust a couple source checks 2012-08-08 14:48:41 -04:00
check-libstdc++.sh Make checks more OS X friendly 2012-01-27 02:23:22 -05:00
check-static-inits.sh Adjust a couple source checks 2012-08-08 14:48:41 -04:00
gen-arabic-table.py Implement Arabic fallback shaping mandatory ligatures 2012-04-10 17:20:05 -04:00
gen-indic-table.py Generate fallback Arabic shaping table 2012-04-10 16:25:08 -04:00
hb-atomic-private.hh Further simplify atomic ops on Visual Studio 2012-07-14 12:15:54 -04:00
hb-blob.cc Make source more digestable for gobject-introspection 2012-06-16 15:21:55 -04:00
hb-blob.h Make source more digestable for gobject-introspection 2012-06-16 15:21:55 -04:00
hb-buffer-private.hh Fix cast 2012-08-08 14:26:36 -04:00
hb-buffer.cc Inline Unicode callbacks internally 2012-08-01 17:13:10 -04:00
hb-buffer.h Use a export-file for Windows builds 2012-08-08 17:16:01 -04:00
hb-cache-private.hh Fix cache implementation 2012-06-09 01:43:20 -04:00
hb-common.cc Make default_language threadsafe 2012-08-08 15:23:48 -04:00
hb-common.h Minor 2012-08-08 15:23:45 -04:00
hb-coretext.cc [CoreText] Port to shape_plan infrastructure 2012-07-30 17:48:04 -04:00
hb-coretext.h [CoreText] Add basic Core Text backend for comparison with our native shaping 2012-07-24 15:52:32 -04:00
hb-fallback-shape.cc Inline font getters 2012-08-01 19:03:46 -04:00
hb-font-private.hh Add hb_font_glyph_from/to_string 2012-08-07 22:13:25 -04:00
hb-font.cc Add hb_font_glyph_from/to_string 2012-08-07 22:13:25 -04:00
hb-font.h [OT] Implement fallback positioning 2012-08-08 01:20:45 -04:00
hb-ft.cc [OT] Implement fallback positioning 2012-08-08 01:20:45 -04:00
hb-ft.h Make it an error to include non-top-level headers 2012-04-12 13:17:44 -04:00
hb-glib.cc Dn't use gint 2012-08-03 17:23:40 -07:00
hb-glib.h Make it an error to include non-top-level headers 2012-04-12 13:17:44 -04:00
hb-gobject-enums.cc.tmpl Fix make distcheck 2011-08-24 19:36:50 +02:00
hb-gobject-structs.cc Add gobject enum support, but disabled for now 2011-08-19 19:59:24 +02:00
hb-gobject.h Make it an error to include non-top-level headers 2012-04-12 13:17:44 -04:00
hb-graphite2.cc [Graphite] Minor 2012-08-07 14:21:12 -04:00
hb-graphite2.h [Graphite] Port graphite2 backend to new shaper infrastructure 2012-08-06 19:29:53 -07:00
hb-icu.cc Fix warnings 2012-08-07 16:57:48 -04:00
hb-icu.h Minor 2012-08-08 14:59:09 -04:00
hb-mutex-private.hh Minor 2012-08-07 21:44:25 -04:00
hb-object-private.hh Add hb_object_lock/unlock() 2012-06-09 14:58:01 -04:00
hb-old.cc [OT] Implement fallback positioning 2012-08-08 01:20:45 -04:00
hb-open-file-private.hh Make data members of various OpenType structs protected instead of private 2012-07-24 15:40:37 -04:00
hb-open-type-private.hh Minor 2012-06-09 00:56:41 -04:00
hb-ot-head-table.hh Make data members of various OpenType structs protected instead of private 2012-07-24 15:40:37 -04:00
hb-ot-hhea-table.hh Make data members of various OpenType structs protected instead of private 2012-07-24 15:40:37 -04:00
hb-ot-hmtx-table.hh Make data members of various OpenType structs protected instead of private 2012-07-24 15:40:37 -04:00
hb-ot-layout-common-private.hh [OT] Templatize Coverage::add_coverage() 2012-08-01 21:05:57 -04:00
hb-ot-layout-gdef-table.hh Inline font getters 2012-08-01 19:03:46 -04:00
hb-ot-layout-gpos-table.hh Minor 2012-08-02 03:45:53 -04:00
hb-ot-layout-gsub-table.hh [GSUB] Generalize would_apply() 2012-08-07 22:25:24 -04:00
hb-ot-layout-gsubgpos-private.hh [GSUB] Generalize would_apply() 2012-08-07 22:25:24 -04:00
hb-ot-layout-private.hh [GSUB] Wire the font, not just the face, down to substitute() 2012-08-02 08:36:40 -04:00
hb-ot-layout.cc [GSUB] Generalize would_apply() 2012-08-07 22:25:24 -04:00
hb-ot-layout.h Minor 2012-08-08 16:53:37 -04:00
hb-ot-map-private.hh [OT] Pipe shape_plan down to pause_callbacks 2012-08-02 10:07:58 -04:00
hb-ot-map.cc [OT] Pipe shape_plan down to pause_callbacks 2012-08-02 10:07:58 -04:00
hb-ot-maxp-table.hh Make data members of various OpenType structs protected instead of private 2012-07-24 15:40:37 -04:00
hb-ot-name-table.hh Make data members of various OpenType structs protected instead of private 2012-07-24 15:40:37 -04:00
hb-ot-shape-complex-arabic-table.hh Rewrite ARRAY_LENGTH as a template function 2012-08-04 16:43:18 -07:00
hb-ot-shape-complex-arabic.cc [OT] Add per-complex-shaper shape_plan data 2012-08-02 10:46:34 -04:00
hb-ot-shape-complex-indic-machine.rl [Indic] Move more stuff to the shape_plan 2012-08-02 12:21:44 -04:00
hb-ot-shape-complex-indic-private.hh [Indic] Add per-script configuration tables 2012-08-02 14:21:40 -04:00
hb-ot-shape-complex-indic-table.hh Make src tests pass again 2012-03-07 15:33:14 -05:00
hb-ot-shape-complex-indic.cc [Indic] Minor, move 'blwf' after 'half' 2012-08-05 21:16:26 -07:00
hb-ot-shape-complex-misc.cc [OT] Add per-complex-shaper shape_plan data 2012-08-02 10:46:34 -04:00
hb-ot-shape-complex-private.hh [OT] Add per-complex-shaper shape_plan data 2012-08-02 10:46:34 -04:00
hb-ot-shape-fallback-private.hh Minor renaming 2012-08-08 14:33:37 -04:00
hb-ot-shape-fallback.cc Minor renaming 2012-08-08 14:33:37 -04:00
hb-ot-shape-normalize-private.hh Remove enum trailing comma 2012-08-07 13:01:12 -04:00
hb-ot-shape-normalize.cc More refactoring 2012-08-07 16:57:02 -04:00
hb-ot-shape-private.hh [OT] Add per-complex-shaper shape_plan data 2012-08-02 10:46:34 -04:00
hb-ot-shape.cc Minor renaming 2012-08-08 14:33:37 -04:00
hb-ot-tag.cc Pass through unknown ISO 639-3 language tags to OpenType engine 2011-09-02 13:31:19 -04:00
hb-ot-tag.h Make it an error to include non-top-level headers 2012-04-12 13:17:44 -04:00
hb-ot.h Add hb_ot_shape_glyphs_closure() 2012-04-24 16:56:37 -04:00
hb-private.hh Add hb_font_glyph_from/to_string 2012-08-07 22:13:25 -04:00
hb-set-private.hh Speed up hb_set_digest_lowest_bits_t calcs 2012-08-04 20:46:45 -07:00
hb-set.cc Cleanup TRUE/FALSE vs true/false 2012-06-05 20:35:40 -04:00
hb-set.h Make source more digestable for gobject-introspection 2012-06-16 15:21:55 -04:00
hb-shape-plan-private.hh Add default_shaper_list to shape_plan 2012-07-27 03:16:22 -04:00
hb-shape-plan.cc Fix cast 2012-08-08 14:26:36 -04:00
hb-shape-plan.h Implement shape_plan caching 2012-07-27 04:20:39 -04:00
hb-shape.cc [OT] Minor refactoring 2012-08-02 09:24:35 -04:00
hb-shape.h Make source more digestable for gobject-introspection 2012-06-16 15:21:55 -04:00
hb-shaper-impl-private.hh Switch old and uniscribe backends to shape_plan 2012-07-27 01:37:18 -04:00
hb-shaper-list.hh [Graphite] Port graphite2 backend to new shaper infrastructure 2012-08-06 19:29:53 -07:00
hb-shaper-private.hh Add hb_ot_layout_ensure() and hb_uniscribe_font_ensure() 2012-07-27 03:06:30 -04:00
hb-shaper.cc Minor 2012-07-26 22:18:24 -04:00
hb-tt-font.cc Cleanup TRUE/FALSE vs true/false 2012-06-05 20:35:40 -04:00
hb-unicode-private.hh [OT] Implement fallback positioning 2012-08-08 01:20:45 -04:00
hb-unicode.cc [OT] Implement fallback positioning 2012-08-08 01:20:45 -04:00
hb-unicode.h Use a lookup table for modified_combining_class 2012-08-01 18:07:42 -04:00
hb-uniscribe.cc Minor 2012-08-07 21:44:25 -04:00
hb-uniscribe.h Minor 2012-08-07 21:44:25 -04:00
hb-version.h.in Make it an error to include non-top-level headers 2012-04-12 13:17:44 -04:00
hb-warning.cc Minor 2012-07-13 13:20:49 -04:00
hb.h Add hb_set_t 2012-04-23 22:44:59 -04:00
indic.cc [Indic] Recategorize Telugu length marks 2012-07-30 13:54:46 -04:00
main.cc Cleanup TRUE/FALSE vs true/false 2012-06-05 20:35:40 -04:00
test-would-substitute.cc Add hb_font_glyph_from/to_string 2012-08-07 22:13:25 -04:00
test.cc [Minor] 2012-07-29 19:56:54 -04:00