jscript: Don't pass 'this' argument to DISPID_VALUE of pure IDispatch interfaces.
[wine] / dlls / usp10 / opentype.c
2012-12-20  Huw Daviesusp10: Add support for format 2 pair adjustments.
2012-12-20  Huw Daviesusp10: Move the application of pair values to a helper...
2012-12-20  Huw Daviesusp10: Glyph class tables are just generic class tables.
2012-12-19  Huw Daviesusp10: PairValueRecord is a variable length struct...
2012-12-19  Huw Daviesusp10: Add the ability to just return the size of the...
2012-10-31  Michael Stefaniucusp10: Use FIELD_OFFSET to calculate the size of a...
2012-10-24  AndrĂ© Hentschelusp10: Add missing break in switch (coverity).
2012-08-16  Aric Stewartusp10: Implement MarkToMark Attachment Positioning...
2012-08-15  Aric Stewartusp10: Correct rounding of negative offsets in GPOS.
2012-08-15  Aric Stewartusp10: Correct implementation of Pair Positioning Adjus...
2012-07-17  Aric Stewartusp10: Implement GPOS Coverage-based Chaining Context...
2012-07-17  Aric Stewartups10: Implement Single Adjustment Positioning: Format 2.
2012-07-16  Aric Stewartusp10: Implement GPOS Pair Adjustment Positioning Subtable.
2012-07-16  Aric Stewartusp10: Implement GPOS Single Adjustment Positioning.
2012-07-16  Aric Stewartusp10: Handle GPOS ValueRecords.
2012-07-16  Aric Stewartusp10: Implement GPOS MarkToBase.
2012-07-16  Aric Stewartusp10: Implement GPOS Anchor formats.
2012-07-16  Aric Stewartusp10: Implement SHAPE_ApplyOpenTypePositions using...
2012-07-16  Aric Stewartusp10: Change OpenType_GSUB_GetFontFeatureTags to OpenT...
2012-07-16  Aric Stewartusp10: Change OpenType_GSUB_GetFontLangaugeTags to...
2012-07-16  Aric Stewartusp10: Change OpenType_GSUB_GetFontScriptTags to OpenTy...
2012-07-16  Aric Stewartups10: Rename common opentype tables used in both GSUB...
2012-06-11  Aric Stewartusp10: Properly handle fonts with scripts without a...
2012-02-28  Aric Stewartusp10: Better handle 0 cases when caching scripts,...
2012-01-30  Aric Stewartusp10: Use a bsearch function to find a glyph in the...
2012-01-04  Aric Stewartusp10: Move GSUB functions to opentype.c.
2012-01-04  Aric Stewartusp10: Move GDEF functions to opentype.c.
2012-01-04  Aric Stewartusp10: Move CMAP functions to opentype.c.