netstat: Initial implementation.
[wine] / dlls / usp10 /
2012-12-28  Marcus Meissnerusp10: Mark SHAPE_ApplyOpenTypePositions as hidden.
2012-12-24  Andrew Talbotusp10: Indentation fix.
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-11-21  Qian Hongusp10/tests: Added tests for wgBlank, wgDefault, wgInva...
2012-11-21  Qian Hongusp10: Fixed wgBlank, wgDefault, wgInvalid and wgKashida.
2012-10-31  Michael Stefaniucusp10: Use FIELD_OFFSET to calculate the size of a...
2012-10-31  André Hentschelusp10: Avoid memory leak in ScriptTextOut (coverity).
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-08-13  Aric Stewartusp10: Use cached values in GPOS functions.
2012-08-13  Aric Stewartusp10: Cache OUTLINETEXTMETRICW in addition to TEXTMETRICW.
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: In ScriptTextOut make use of piAdvance and pGoff...
2012-07-16  Aric Stewartusp10: Add GPOS features to scripts as defined by VOLT.
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 Stewartusp10: Load the GPOS table.
2012-07-16  Aric Stewartups10: Rename common opentype tables used in both GSUB...
2012-06-26  Michael Stefaniucusp10: Remove unreachable break after return (Smatch).
2012-06-20  Aric Stewartusp10: Add ShapeCharGlyphProp_Hebrew.
2012-06-12  Aric Stewartusp10: In ShapeCharGlyphProp_BaseIndic set justificatio...
2012-06-12  Aric Stewartusp10: Do not use custom indic ShapeCharGlyphProp when...
2012-06-11  Aric Stewartusp10: Corrections for ShapeCharGlyphProp_Thai.
2012-06-11  Aric Stewartusp10: Properly handle fonts with scripts without a...
2012-06-05  Aric Stewartusp10: Correct glyph caching beyond the BMP.
2012-06-04  Aric Stewartusp10: Insert dotted circle (U+25CC) for invalid combin...
2012-06-04  Aric Stewartusp10: Insert dotted circle (U+25CC) for invalid combin...
2012-06-04  Aric Stewartusp10: Insert dotted circle (U+25CC) for invalid combin...
2012-06-04  Aric Stewartusp10: Insert dotted circle (U+25CC) for invalid combin...
2012-06-04  Aric Stewartusp10: Insert dotted circle (U+25CC) for invalid combin...
2012-06-01  Aric Stewartusp10: Insert dotted circle (U+25CC) for invalid combin...
2012-05-25  Aric Stewartusp10: Check bounds before checking value in array.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-15  Francois Gougetusp10: Fix the spelling of the Consonant_is_post_base_f...
2012-03-27  Aric Stewartusp10: Add fallback font for Myanmar.
2012-03-26  Aric Stewartusp10: Properly handle invalid arguments to ScriptBreak.
2012-02-28  Aric Stewartusp10: Better handle 0 cases when caching scripts,...
2012-02-02  Aric Stewartusp10: We do not yet shape hangul properly so allow...
2012-02-01  Aric Stewartusp10: Implement SSA_LINK flag.
2012-01-30  Aric Stewartusp10: Limit runs in ScriptStringAnalyse to 255.
2012-01-30  Aric Stewartusp10: Use a bsearch function to find a glyph in the...
2012-01-30  Aric Stewartusp10: pwLogClust is ordered so its max will be on...
2012-01-27  Thomas Faberusp10: Fix build with MSVC.
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.
2012-01-04  Aric Stewartusp10: Add more Microsoft Sans Serif fallbacks.
2012-01-04  André Hentschelusp10: Check for pointer before using it (Coverity).
2012-01-03  Aric Stewartusp10: Cache feature lookups.
2012-01-03  Aric Stewartusp10: Have load_GSUB_feature return LoadedFeature*.
2012-01-03  Aric Stewartusp10: Replace GSUB_get_feature with GSUB_GetFontFeatur...
2012-01-03  Aric Stewartusp10: Implement ScriptGetFontFeatureTags.
2012-01-03  Aric Stewartusp10: Convert tag in LoadedFeature to OPENTYPE_TAG.
2012-01-03  Aric Stewartusp10: Replace GSUB_get_lang_table with GSUB_GetFontLan...
2012-01-03  Aric Stewartusp10: Implement ScriptGetFontLanguageTags.
2012-01-03  Marcus Meissnerusp10: Mark two functions as hidden.
2011-12-30  Aric Stewartusp10: Convert newOtTag to an OPENTYPE_TAG.
2011-12-30  Aric Stewartusp10: Remove redundant information by making scriptDat...
2011-12-30  Aric Stewartusp10: Update get_opentype_script to return OPENTYPE_TAG.
2011-12-30  Aric Stewartusp10: Replace GSUB_get_script_table with GSUB_GetFontS...
2011-12-30  Aric Stewartusp10: Cache FontScriptTags information.
2011-12-30  Aric Stewartusp10: Updates to ScriptGetFontScriptTags.
2011-12-23  Aric Stewartusp10: Add currency scripts to match windows.
2011-12-22  Aric Stewartusp10: Implement ScriptGetFontScriptTags.
2011-12-20  Aric Stewartusp10: Improve selection drawing if selection starts...
2011-12-19  Aric Stewartusp10: Add Mathematical Alphanumeric Symbols script.
2011-12-19  Aric Stewartusp10: Add Osmanya script.
2011-12-19  Aric Stewartusp10: Add Deseret script.
2011-12-19  Aric Stewartusp10: Handle surrogate pairs when shaping.
2011-12-19  Aric Stewartusp10: Decode surrogate pairs in get_char_script and...
2011-12-19  Aric Stewartusp10: Code for the cmap format 12 table for unicode...
2011-12-19  Aric Stewartusp10: N'Ko uses the Ebrima font as a fallback.
2011-12-15  Aric Stewartusp10: Do not try to fallback if no fallback font is...
2011-12-14  Aric Stewartusp10: Add Spacing Modifier Letters to the Latin script...
2011-12-14  Aric Stewartusp10: Add Private Use Area and Surrogates Area from...
2011-12-14  Aric Stewartusp10: Add Braille script.
2011-12-14  Aric Stewartusp10: Add Runic Script.
2011-12-14  Aric Stewartusp10: Add Ogham script.
2011-12-14  Aric Stewartusp10: Add Canadian Aboriginal Syllabics script.
2011-12-14  Aric Stewartusp10: Add Cherokee script.
2011-12-14  Aric Stewartusp10: Add Vai script.
2011-12-14  Aric Stewartusp10: Add N'Ko script.
2011-12-14  Aric Stewartusp10: Add Tifinagh script.
2011-12-14  Aric Stewartusp10: Add Mongolian script.
2011-12-14  Aric Stewartusp10: Allow for multiple broken item counts.
2011-12-14  Aric Stewartusp10: Add Ethiopic script.
next