summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Behdad Esfahbod [Wed, 23 Jan 2008 09:36:40 +0000 (04:36 -0500)]
Make all code NULL-free and assert-free
Behdad Esfahbod [Wed, 23 Jan 2008 07:01:37 +0000 (02:01 -0500)]
Define get_for_data() factories
Behdad Esfahbod [Wed, 23 Jan 2008 06:38:10 +0000 (01:38 -0500)]
Finish and test GDEF
Behdad Esfahbod [Wed, 23 Jan 2008 05:20:48 +0000 (00:20 -0500)]
Misc cleanup
Behdad Esfahbod [Fri, 6 Jul 2007 15:29:21 +0000 (11:29 -0400)]
[gdef] Initial implementation
Behdad Esfahbod [Fri, 6 Jul 2007 06:03:26 +0000 (02:03 -0400)]
[open] small fixes, including not using unions for main structs
Behdad Esfahbod [Thu, 5 Jul 2007 21:22:07 +0000 (17:22 -0400)]
Improve stupid Makefile
Behdad Esfahbod [Thu, 28 Dec 2006 11:42:37 +0000 (06:42 -0500)]
Add stub GDEF files
Behdad Esfahbod [Thu, 28 Dec 2006 11:31:18 +0000 (06:31 -0500)]
Don't shift down the mark attachment type
Behdad Esfahbod [Thu, 28 Dec 2006 11:12:18 +0000 (06:12 -0500)]
Remove stale comment
Behdad Esfahbod [Thu, 28 Dec 2006 11:10:59 +0000 (06:10 -0500)]
Break and rename, in the layout of old HarfBuzz codebase
Behdad Esfahbod [Thu, 28 Dec 2006 01:08:07 +0000 (20:08 -0500)]
Oops. s/OpenTypeFontFaceFile/OpenTypeFontFile/g
Behdad Esfahbod [Thu, 28 Dec 2006 01:06:42 +0000 (20:06 -0500)]
Use union for ClassDef
Behdad Esfahbod [Thu, 28 Dec 2006 01:05:16 +0000 (20:05 -0500)]
Use union for Coverage
Behdad Esfahbod [Thu, 28 Dec 2006 00:59:07 +0000 (19:59 -0500)]
Add GPOS stub
Behdad Esfahbod [Thu, 28 Dec 2006 00:58:32 +0000 (19:58 -0500)]
s/OpenTypeFont/OpenTypeFontFace/g
Behdad Esfahbod [Wed, 27 Dec 2006 06:29:24 +0000 (01:29 -0500)]
GSUBGPOSHeader
Behdad Esfahbod [Wed, 27 Dec 2006 05:21:31 +0000 (00:21 -0500)]
Finished OpenType Common Table Formats
Behdad Esfahbod [Wed, 27 Dec 2006 01:55:37 +0000 (20:55 -0500)]
Device tables.
Behdad Esfahbod [Wed, 27 Dec 2006 01:00:33 +0000 (20:00 -0500)]
ClassDef
Behdad Esfahbod [Wed, 27 Dec 2006 00:29:08 +0000 (19:29 -0500)]
Rename CoverageFormat to Coverage
Behdad Esfahbod [Tue, 26 Dec 2006 23:53:55 +0000 (18:53 -0500)]
Define more structs using DEFINE_INT_TYPE.
Behdad Esfahbod [Tue, 26 Dec 2006 20:30:14 +0000 (15:30 -0500)]
s/DEFINE_NOT_INSTANTIABLE/DEFINE_NON_INSTANTIABLE/
Behdad Esfahbod [Tue, 26 Dec 2006 20:29:38 +0000 (15:29 -0500)]
Coverage.
Behdad Esfahbod [Mon, 25 Dec 2006 15:28:31 +0000 (10:28 -0500)]
Rename to harfbuzz-ng.cc
Behdad Esfahbod [Mon, 25 Dec 2006 14:58:02 +0000 (09:58 -0500)]
LookupFlags
Behdad Esfahbod [Mon, 25 Dec 2006 14:35:06 +0000 (09:35 -0500)]
Implement Feature
Behdad Esfahbod [Mon, 25 Dec 2006 14:14:52 +0000 (09:14 -0500)]
LangSys
Behdad Esfahbod [Mon, 25 Dec 2006 11:22:08 +0000 (06:22 -0500)]
Use CamelCaseTags.
Behdad Esfahbod [Mon, 25 Dec 2006 11:18:52 +0000 (06:18 -0500)]
Make types not instantiable
Behdad Esfahbod [Mon, 25 Dec 2006 10:39:20 +0000 (05:39 -0500)]
Add OpenTypeFontFile.
Behdad Esfahbod [Sat, 23 Dec 2006 22:49:25 +0000 (17:49 -0500)]
Add Makefile
Behdad Esfahbod [Fri, 22 Dec 2006 07:21:55 +0000 (02:21 -0500)]
After DEFINE_SCRIPT_ARRAY
Behdad Esfahbod [Fri, 22 Dec 2006 03:31:31 +0000 (22:31 -0500)]
Remove the annoying HB_ prefix.
Behdad Esfahbod [Fri, 22 Dec 2006 03:31:10 +0000 (22:31 -0500)]
Second version. Complete redesign, based on C++ classes to ensure endian
correctness.
Behdad Esfahbod [Fri, 22 Dec 2006 03:30:38 +0000 (22:30 -0500)]
First version.