wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / usp10 /
2008-07-08  Jeff Latimerusp10/tests: Remove incorrect tests.
2008-05-27  James Hawkinsusp10: Fix several failing test in win2k3.
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-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-03-03  Francois GougetAssorted spelling, punctuation and case fixes.
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2007-12-13  Hans Leidekkerusp10: Do glyph translation for truetype fonts only.
2007-12-12  Hans Leidekkerusp10: Add some tests for ScriptShape/Place and make...
2007-12-11  Michael Stefaniucusp10: Rename the wrappers around HeapAlloc() &Co to...
2007-12-10  Hans Leidekkerusp10: Don't trace char to glyph mappings.
2007-12-10  Hans Leidekkerusp10: Store original font in the script cache and...
2007-12-10  Hans Leidekkerusp10: Use GetCharABCWidthsI to implement ScriptGetGlyp...
2007-11-09  Hans Leidekkerusp10: Fix some more memory leaks.
2007-11-09  Hans Leidekkerusp10: Fix a test to not rely on uninitialized memory.
2007-11-09  Hans Leidekkerusp10: Fully initialize LOGFONT structure.
2007-11-09  Hans Leidekkerusp10: Fix a memory leak.
2007-10-23  Francois GougetAssorted spelling fixes.
2007-05-29  Francois Gougetusp10/tests: Fix a signed/unsigned int mismatch.
2007-04-25  Aric Stewartusp10: Do not crash in ScriptPlace if pABC is null.
2007-02-19  Hans Leidekkerusp10: Implement ScriptGetLogicalWidths.
2007-01-24  Hans Leidekkerusp10: Document ScriptPlace and ScriptShape.
2007-01-24  Hans Leidekkerusp10: Move text metrics into the script cache. Start...
2007-01-24  Hans Leidekkerusp10: Remove duplicate font selection code from the...
2007-01-18  Francois Gougetusp10/tests: Use '%u' to print GetLastError().
2007-01-12  Hans Leidekkerusp10: Initialise the caller supplied ABC structure...
2007-01-04  Hans Leidekkerusp10: Document ScriptItemize. Get rid of the remaining...
2007-01-04  Hans Leidekkerusp10: Implement and test ScriptStringGetOrder and...
2007-01-04  Hans Leidekkerusp10: Use macro functions for memory allocation and...
2007-01-04  Hans Leidekkerusp10: Make the script cache accessible from a string...
2007-01-02  Hans Leidekkerusp10: Document ScriptFreeCache, ScriptGetFontPropertie...
2007-01-02  Hans Leidekkerusp10: Downgrade some more FIXME's to TRACE's.
2007-01-02  Hans Leidekkerusp10: Implement ScriptStringValidate.
2007-01-02  Jeff Latimerusp10: Implement ScriptStringOut.
2006-12-29  Hans Leidekkerusp10: Factor out script cache handling.
2006-12-28  Clinton Stimpsonusp10: Downgrade fixme's to trace's with comments.
2006-12-26  Clinton Stimpsonusp10: Implement ScriptStringGetLogicalWidths.
2006-12-26  Hans Leidekkerusp10: Fix all failing tests on Windows and Wine.
2006-12-26  Hans Leidekkerusp10: Reduce multiple assignments to a single memset...
2006-12-24  Hans Leidekkerusp10: Implement ScriptString_pLogAttr.
2006-12-24  Hans Leidekkerusp10: Match output of WinXP for ScriptGetProperties.
2006-12-24  Hans Leidekkerusp10: Improve the stub for ScriptBreak.
2006-12-24  Hans Leidekkerusp10: Implement ScriptString_pSize.
2006-12-18  Clinton Stimpsonusp10: Implement ScriptStringCPtoX.
2006-12-18  Clinton Stimpsonusp10: Implement ScriptStringXtoCP.
2006-12-18  Clinton Stimpsonusp10: Implement ScriptStringFree.
2006-12-18  Clinton Stimpsonusp10: Implement ScriptStringAnalyse.
2006-12-18  Paul Vriensusp10/tests: Make tests run on win9x and NT4 again.
2006-12-14  Francois GougetAssorted spelling fixes.
2006-12-12  Clinton Stimpsonusp10: Add tests and fix for ScriptXtoCP .
2006-12-12  Marcus MeissnerMade some functions static.
2006-10-24  Jeff Latimerusp10: Add tests for ScriptStringCptoX and ScriptString...
2006-10-24  Jeff Latimerusp10: Add tests for ScriptStringAnalyse and ScriptStri...
2006-10-17  Jeff Latimerusp10: Fix dead code in ScriptItemize.
2006-10-13  Francois GougetAssorted spelling fixes.
2006-10-11  Michael Ploujnikovusp10/tests: Win64 printf format warning fixes.
2006-10-06  Francois GougetTweak TRACE()s to simplify '\n' checks.
2006-10-06  Hans Leidekkerusp10: Add a stub implementation of ScriptStringValidate.
2006-10-05  Michael Stefaniucusp10: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-29  Hans Leidekkerusp10: Add a stub implementation and a test for ScriptL...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-08  Albert Leeusp10: Implement and test Script{Apply, Record}DigitSub...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-15  Jeff Latimerusp10: Remove unnecessary casts in test suite.
2006-08-08  Jeff Latimerusp10: ScriptItemize will break up the string into...
2006-08-07  Francois Gougetusp10/tests: Add trailing '\n's to ok() calls.
2006-08-04  Hans Leidekkerusp10: Implement ScriptGetGlyphABCWidth.
2006-08-04  Hans Leidekkerusp10: Implement ScriptIsComplex.
2006-08-04  Jeff Latimerusp10: Fix glyph comparsion between tests.
2006-07-21  Jeff Latimerusp10: Add functionality for ScriptXtoCP and ScriptCPto...
2006-07-20  Hans Leidekkerusp10: Implement and test ScriptCacheGetHeight.
2006-07-19  Jeff Latimerusp10: Add ScriptStringCPtoX and ScriptStringXtoCP...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-09  Jeff Latimerusp10: ScriptTextOut updated to reflect that it must...
2006-06-08  Jeff Latimerusp10: Update ScriptStringAnalyse and tests for ScriptS...
2006-06-08  Jeff Latimerusp10: Update ScriptGetCMap to conform to Windows.
2006-06-08  Jeff Latimerusp10: Update tests in test_ScriptItemIzeShapePlace...
2006-06-08  Jeff Latimerusp10: Add stubs for ScriptCPtoX, ScriptXtoCP and Scrip...
2006-05-24  Alexandre Julliardusp10: Fixed a compiler warning.
2006-05-23  Jeff Latimerusp10: Add stub for ScriptStringOut.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-17  Eric Pouechusp10: Fix ScriptGetProperties so that first pointer...
2006-05-15  Francois GougetFix some winapi_check documentation warnings.
2006-05-08  Jeff Latimerusp10: Add ScriptTextOut functionality and restructure...
2006-04-21  Paul Vriensusp10: Fix return codes of ScriptGetFontProperties...
2006-04-20  Jeff Latimerusp10: Set defaults for ScriptGetFontProperties.
2006-04-20  Jeff Latimerusp10: Remove the need to pass chars to ScriptPlace.
2006-04-13  Jeff Latimerusp10: Add some tests to ScriptGetFontProperties.
2006-04-10  Jeff Latimerusp10: Terminate some strings in fixmes and traces.
2006-04-03  Marcus Meissnerusp10: Fixed debug output of ScriptItemize.
2006-02-24  Jeff Latimerusp10: Tidy default values.
2006-02-22  Jeff Latimerusp10: Add ScriptGetCMap functionality to translate...
2006-02-21  Jeff Latimerusp10: Add stub for ScriptTextOut.
2006-02-21  Jeff Latimerusp10: Add ScriptPlace funtionality.
2006-02-20  Jeff Latimerusp10: Add ScriptShape functionality.
next