usp10: Add Tifinagh script.
[wine] / dlls / usp10 / shape.c
2011-12-14  Aric Stewartusp10: Add Tifinagh script.
2011-12-14  Aric Stewartusp10: Add Mongolian script.
2011-12-14  Aric Stewartusp10: Add Ethiopic script.
2011-12-13  Aric Stewartusp10: Add Yi script.
2011-12-13  Aric Stewartusp10: Add Hangul script.
2011-12-13  Aric Stewartusp10: Add Kana script.
2011-12-13  Aric Stewartusp10: Add Bopomofo script.
2011-12-13  Aric Stewartusp10: Add CKJ Han and Ideographic scripts.
2011-12-12  Aric Stewartusp10: Add Khmer script.
2011-12-12  Aric Stewartusp10: Add New Tai Lue script.
2011-12-12  Aric Stewartusp10: Add script Tai Le.
2011-12-09  Aric Stewartusp10: Add Myanmar script.
2011-12-08  Aric Stewartusp10: Some Indic scripts, Sinhala, want GDEF to set...
2011-12-07  Aric Stewartusp10: Handle dangling joiners when processing Indic...
2011-12-07  Aric Stewartusp10: Unicode does not compose the Gurmukhi letter...
2011-12-06  Aric Stewartusp10: Handle Halant, ZWJ and ZWNJ in ShapeCharGlyphPro...
2011-12-06  Aric Stewartusp10: Sinhala, while behaving like a base Indic, does...
2011-12-06  Aric Stewartusp10: Use UpdateClusters in DecomposeVowels.
2011-12-06  Aric Stewartusp10: The top logclust value may be different than...
2011-12-06  Aric Stewartusp10: Use GDEF in baseIndic GlyphProp processing.
2011-12-06  Aric Stewartusp10: Initialize the GSUB table before doing any conte...
2011-12-05  Aric Stewartusp10: Correct issues with LTR logclust indexing after...
2011-12-02  Aric Stewartusp10: Handle Thai SARA AM differently than GDEF.
2011-12-02  Aric Stewartusp10: More properly handle the glyph properties on...
2011-12-02  Aric Stewartusp10: Phags-Pa wants the calt feature enabled.
2011-12-01  Aric Stewartusp10: Handle the Gurmukhi addak.
2011-12-01  Aric Stewartusp10: Always apply features in logical order.
2011-12-01  Aric Stewartusp10: Apply lookups in order over the whole range...
2011-12-01  Aric Stewartusp10: Standard features are only ccmp and locl.
2011-12-01  Aric Stewartusp10: Turn off dlig feature for hebrew. It is not...
2011-11-21  Aric Stewartusp10: Cache the script with the feature so that in...
2011-11-21  Aric Stewartusp10: Itemize numbers outside of the basic ascii set...
2011-11-21  Aric Stewartusp10: Windows breaks punctuation into 2 different...
2011-11-21  Aric Stewartusp10: Handle Combining Diacritical Marks.
2011-11-21  Aric Stewartusp10: In Arabic only fallback to presentation form...
2011-10-28  Aric Stewartusp10: Sinhala does glyph props like Indic languages.
2011-10-28  Aric Stewartusp10: All glyphs in a single indic syllable are part...
2011-10-18  Aric Stewartusp10: Properly adjust LogClust when decomposing indic...
2011-10-18  Aric Stewartusp10: Properly adjust LogClust when composing indic...
2011-08-30  Aric Stewartusp10: When calling ShapeIndicSyllables we need to...
2011-08-23  Aric Stewartusp10: Implement Multiple Substitution Subtable.
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.
next