usp10: Handle the fNeedsCaretInfo flag in XtoCP and CPtoX.
[wine] / dlls / usp10 / usp10.c
2011-10-17  Aric Stewartusp10: Handle the fNeedsCaretInfo flag in XtoCP and...
2011-10-17  Marcus Meissnerusp10: Fixed some oom handling (Coverity).
2011-10-14  Aric Stewartusp10: Add fallback font for Armenian and Georgian.
2011-10-12  Aric Stewartusp10: Correct where the trailing flag transitions...
2011-10-11  Aric Stewartusp10: Implement SSA_FALLBACK.
2011-10-11  Aric Stewartusp10: Improve handling of tabs and SSA_TAB.
2011-10-08  Aric Stewartusp10: Handle the SSA_PASSWORD flag in ScriptStringAnalyse.
2011-10-06  Aric Stewartusp10: Correct ScriptStringGetLogicalWidths to be based...
2011-09-23  Aric Stewartusp10: ScriptShape needs a number of SCRIPT_VISATTR...
2011-09-14  Aric Stewartusp10: Set fNoGlyphIndex only if the fonts has no opent...
2011-09-09  Aric Stewartusp10: Respect the presence or absence of the SSA_GLYPH...
2011-09-09  Aric Stewartusp10: Respect the presence or absence of the SSA_BREAK...
2011-09-06  Aric Stewartusp10: Disable glyph indexes for Symbol, non-TrueType...
2011-08-29  Aric Stewartusp10: Draw selected glyphs in ScriptStringOut.
2011-08-29  Aric Stewartusp10: Modify ScriptStringOut to paint the string item...
2011-08-29  Aric Stewartusp10: Display and handle bidi runs in the correct...
2011-08-24  Aric Stewartusp10: In ScriptXtoX use cChars as the item is the...
2011-08-24  Aric Stewartusp10: Always use a SCRIPT_STATE and SCRIPT_CONTROL...
2011-07-14  AndrĂ© Hentschelusp10: Fix possible crashes (clang).
2011-07-07  Aric Stewartusp10: Implement ScriptBreak using the Unicode Line...
2011-06-08  Henri Verbeetusp10: Store the GDEF table in the script cache.
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-05-26  Aric Stewartusp10: Zero Width Joiners and Non-Joiners should, like...
2011-05-24  Aric Stewartusp10: Framework for determing glyph properties after...
2011-05-18  Aric Stewartusp10: Correct default fCanGlyphAlone value.
2011-05-13  Aric Stewartusp10: Implementation of ScriptPlaceOpenType.
2011-05-13  Aric Stewartusp10: Implementation of ScriptShapeOpenType.
2011-05-11  Aric Stewartusp10: Implement ScriptItemizeOpenType.
2011-03-28  Aric Stewartusp10: Rewrite ScriptStringXtoCP to make use of ScriptX...
2011-03-28  Aric Stewartusp10: Rewrite ScriptStringCPtoX to make use of ScriptC...
2011-03-18  Aric Stewartusp10: Rewrite of ScriptXtoCP to handle pwLogClust...
2011-03-18  Aric Stewartusp10: Correct fTrailing handling for RTL runs in Scrip...
2011-03-14  Aric Stewartusp10: Update ScriptCPtoX to handle RTL runs.
2011-03-10  Aric Stewartusp10: Corrections to ScriptCPtoX.
2010-11-01  Aric Stewartups10: Corrected rtl implementation for ScriptStringXto...
2010-09-13  Francois Gougetusp10: Add a trailing '\n' to a TRACE() call.
2010-09-13  Aric Stewartusp10: Check font for required features and report...
2010-09-13  Aric Stewartusp10: Improve handling of spaces during Itemization.
2010-09-09  Aric Stewartusp10: Implement handling fMergeNeutralItems.
2010-09-08  Aric Stewartusp10: Attempt to shape with non TMPF_TRUETYPE fonts.
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-16  Aric Stewartusp10: Update pwLogClust with glyph transformations.
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: Have ScriptIsComplex reflect information in...
2010-08-16  Aric Stewartusp10: Report accurate information about our currently...
2010-08-16  Aric Stewartusp10: Factor out script ranges in an more expandable...
2010-05-24  Aric Stewartusp10: Handle Ligature Substitution Subtable from GSUB.
2010-05-24  Marcus Meissnerusp10: Check heap_alloc return value (Coverity).
2010-05-19  Aric Stewartusp10: Attempt to do shaping via the font GSUB table...
2010-05-19  Aric Stewartusp10: Add Arabic shaping.
2010-05-08  Aric Stewartusp10: Add ETO_IGNORELANGUAGE when calling ExtTextOut...
2010-05-06  Aric Stewartusp10: Implement mirroring for bidi support.
2010-05-06  Aric Stewartusp10: ScriptTextOut reorders glyphs that are RTL if...
2010-05-06  Aric Stewartusp10: Fix ScriptGetCMap handling of unsupported glyphs.
2010-04-29  Aric Stewartusp10: Update ScriptItemize to use the baselevel of...
2010-04-27  Jeff Latimerusp10: Check that there are sufficient script_items...
2010-04-19  Aric Stewartusp10: Improve support for Syriac in ScriptItemize.
2010-04-19  Aric Stewartusp10: Improve Hebrew support in ScriptItemize.
2010-04-15  Aric Stewartusp10: Have ScriptShape respect fLogicalOrder and fRTL...
2010-04-14  Aric Stewartups10: Reimplement ScriptLayout to properly handle...
2010-04-14  Aric Stewartusp10: Improve ScriptItemize with a SCRIPT_CONTROL...
2010-03-29  Mikhail Maroukhineusp10: Fix compiler warnings with flag -Wcast-qual.
2010-03-15  Jeff Latimerusp10: Change default glyph returned from 0xffff to 0.
2010-03-04  Jeff Latimerusp10: Remove duplicate code.
2010-03-01  Jeff Latimerusp10: Fix trace to remove an incorrect assignment.
2009-12-07  Hans Leidekkerusp10: Fix a memory leak.
2009-11-23  Hans Leidekkerusp10: Add a stub implementation of ScriptJustify.
2009-11-23  Hans Leidekkerusp10: Add a stub implementation of ScriptApplyLogicalW...
2009-09-08  Hans Leidekkerusp10: Make tests pass on Win7. Conform to the more...
2009-04-10  Paul Vriensusp10: Remove an unneeded check.
2009-01-06  Hans Leidekkerusp10: Improve some traces.
2009-01-06  Hans Leidekkerusp10: Set better visual attribute values in ScriptShape.
2009-01-06  Hans Leidekkerusp10: Handle CR/LF in ScriptItemize.
2009-01-06  Hans Leidekkerusp10: Improve handling of whitespace in ScriptBreak.
2008-11-20  Andrew Talbotusp10: Sign-compare warnings fix.
2008-10-10  Hans Leidekkerusp10: Store glyph mappings and widths in the script...
2008-09-12  Rob Shearmanusp10: Add explicit "!= S_OK" to expressions that use...
2008-05-01  Hans Leidekkerusp10: Fix a few failing tests and make them pass on...
2008-05-01  Hans Leidekkerusp10: Remove redundant code from ScriptTextOut.
2008-05-01  Guy Albertelliusp10: Use passed hdc instead of cached one for ScriptT...
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2007-12-13  Hans Leidekkerusp10: Do glyph translation for truetype fonts only.
next