ddraw: Print IDirectDrawGammaControl interface reference count for easier debugging.
[wine] / dlls / usp10 / shape.c
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-07-09  Aric Stewartusp10: Add missing Bengali entry.
2011-07-07  Alexandre Julliardusp10: Make the various lookup tables more compact.
2011-07-07  Aric Stewartusp10: Shift to using the unicode data for most of...
2011-06-24  Aric Stewartusp10: Correct Pre Base glyph index shifting.
2011-06-23  Aric Stewartusp10: Non modern Indic fonts want blwf applied pre...
2011-06-23  Aric Stewartusp10: Update Indic framework to handle non-modern...
2011-06-21  Aric Stewartusp10: Correct ralf glyph offset calculation in PostBase.
2011-06-21  Aric Stewartusp10: Correct Post Base glyph index shifting.
2011-06-16  Marcus Meissnerusp10: Removed 2 superflous lines of code (Coverity).
2011-06-16  Aric Stewartusp10: Pre-base consonants need to be reordered like...
2011-06-16  Aric Stewartusp10: Do matra second reorderings for Tamil and Malaya...
2011-06-16  Aric Stewartusp10: Enable a second reorder step after basic shaping.
2011-06-16  Aric Stewartusp10: Refine post-matra Ralf reordering to be post...
2011-06-16  Aric Stewartusp10: More corrections to the Telugu lexical function.
2011-06-16  Aric Stewartusp10: Correct an error with the Telugu lexical function.
2011-06-15  Aric Stewartusp10: Condense duplicate Indic feature sets.
2011-06-15  Aric Stewartusp10: Apply 'cjct' to the Indic syllable.
2011-06-15  Aric Stewartusp10: Apply 'vatu' to the Indic syllable.
2011-06-15  Aric Stewartusp10: Apply 'pstf' to the Indic syllable.
2011-06-15  Aric Stewartusp10: Apply 'pref' only to the pre-base consonants...
2011-06-15  Aric Stewartusp10: Apply 'blwf' only to the below-base consonants...
2011-06-15  Aric Stewartusp10: Apply 'rphf' only to the reph forms in Indic...
2011-06-15  Aric Stewartusp10: Apply 'half' only to the pre-base consonants...
2011-06-15  Aric Stewartusp10: Apply 'rkrf' to the Indic syllable.
2011-06-15  Aric Stewartusp10: Shape Indic syllables basic forms per syllable.
2011-06-15  Aric Stewartusp10: Ignore ralf as well as pre, post and below base...
2011-06-15  Aric Stewartusp10: Do not require a separate call to find Indic...
2011-06-15  Aric Stewartusp10: Return the set of Indic syllables after reorder.
2011-06-14  Aric Stewartusp10: Correct an endless loop in Chaining Contextual...
2011-06-09  Aric Stewartusp10: Strip dangling joiners for Sinhala.
2011-06-09  Aric Stewartusp10: Sinhala vowels are not fully decomposed. The...
2011-06-08  Aric Stewartusp10: Bengali initial form is only applied to the...
2011-06-08  Aric Stewartusp10: Execute half after pstf.
2011-06-08  Aric Stewartusp10: Refine Ralf reordering location for Devanagari...
2011-06-08  Henri Verbeetusp10: Store the GDEF table in the script cache.
2011-06-08  Henri Verbeetusp10: Fix a memory leak in GDEF_UpdateGlyphProps().
2011-06-07  Aric Stewartusp10: Correct matra type for Oriya 0x0B57.
2011-06-07  Aric Stewartusp10: Gurmukhi has Ras but no Ralf. So do not treat...
2011-06-07  Aric Stewartusp10: Do not over increment glyph index in Chaining...
2011-06-06  Aric Stewartusp10: Don't return prematurely from Chaining Contextua...
2011-06-06  Aric Stewartusp10: Correct indic vowel marker name.
2011-06-03  Aric Stewartups10: Add Malayalam script.
2011-06-03  Aric Stewartusp10: Add Kannada script.
2011-06-03  Aric Stewartusp10: Add Telugu script.
2011-06-03  Aric Stewartusp10: Add Tamil script.
2011-06-03  Aric Stewartusp10: Add Oriya script.
2011-06-03  Aric Stewartusp10: Add Gujarati script.
2011-06-03  Aric Stewartusp10: Add Gurmukhi script.
2011-06-03  Aric Stewartusp10: Add Bengali script.
2011-06-03  Aric Stewartusp10: Add Devanagari script.
2011-06-03  Aric Stewartusp10: Improve Sinhala shaping using Indic rules.
2011-06-02  Aric Stewartusp10: Handle new OpenType tags for Microsoft Indic...
2011-05-25  Aric Stewartusp10: Determine glyph properties after shaping for...
2011-05-24  Aric Stewartusp10: Determine glyph properties after shaping for...
2011-05-24  Aric Stewartusp10: Determine glyph properties after shaping for...
2011-05-24  Aric Stewartusp10: Determine glyph properties after shaping for...
2011-05-24  Aric Stewartusp10: Update LogClust from glyph properties.
2011-05-24  Aric Stewartusp10: Use the font GDEF table to update glyph properties.
2011-05-24  Aric Stewartusp10: Add default glyph properties proc.
2011-05-24  Aric Stewartusp10: Framework for determing glyph properties after...
2011-05-20  Aric Stewartusp10: If a feature changes a glyph reapply the feature...
2011-05-20  Aric Stewartusp10: Correct lookahead offset in Coverage-based Chain...
2011-05-18  Aric Stewartusp10: Make use of MS_MAKE_TAG instead of numeric const...
2011-05-18  Aric Stewartusp10: Correct a few fallback conditions in Syriac...
2011-05-13  Aric Stewartusp10: Implementation of ScriptShapeOpenType.
2011-05-11  Aric Stewartusp10: Implement ScriptItemizeOpenType.
2010-10-07  Aric Stewartusp10: When checking font for shaping the font needs...
2010-09-13  Aric Stewartusp10: Check font for required features and report...
2010-08-26  Francois Gougetusp10: Make SHAPE_ApplyOpenTypeFeatures() static.
2010-08-25  Aric Stewartusp10: Add Lao script.
2010-08-25  Aric Stewartusp10: Add Thai Script.
2010-08-25  Aric Stewartusp10: Add Phags-pa Script.
2010-08-25  Aric Stewartusp10: Add Tibetan Script.
2010-08-25  Aric Stewartusp10: Add Sinhala Script.
2010-08-24  Aric Stewartusp10: Add Georgian script.
2010-08-24  Aric Stewartusp10: Add Armenian script.
2010-08-24  Aric Stewartusp10: Add Cyrillic script.
2010-08-24  Aric Stewartusp10: Add Greek Script.
2010-08-24  Aric Stewartusp10: Add Thaana script.
2010-08-20  Henri Verbeetusp10: Pass the correct buffer size to lstrcpynA()...
2010-08-16  Aric Stewartusp10: Update pwLogClust with glyph transformations.
2010-08-16  Aric Stewartusp10: Add Syriac contextual shaping.
2010-08-16  Aric Stewartusp10: Add contextual shaping proc to the script shapin...
2010-08-16  Aric Stewartusp10: Generalize out applying Opentype features and...
2010-08-16  Aric Stewartusp10: Factor out script ranges in an more expandable...
2010-08-03  Aric Stewartusp10: Add beginning support for GSUB Alternate Substit...
2010-07-23  Aric Stewartusp10: Start implementing Chaining Context Substitution...
2010-05-28  Aric Stewartusp10: Apply all the GSUB features specified in Microso...
2010-05-28  Aric Stewartusp10: Break out a function to apply a GSUB feature...
2010-05-24  Aric Stewartusp10: Apply the GSUB 'rlig' feature for Required ligat...
2010-05-24  Aric Stewartusp10: Handle Ligature Substitution Subtable from GSUB.
2010-05-24  Aric Stewartusp10: Use font chartype only as a fallback if we do...
2010-05-21  Aric Stewartusp10: Correct Left and Right confusions for Arabic...
2010-05-19  Aric Stewartusp10: Attempt to do shaping via the font GSUB table...
2010-05-19  Aric Stewartusp10: Add Arabic shaping.