wineps.drv: Default page dimensions are part of DEVMODE, remove an old hack.
[wine] / dlls / usp10 / tests /
2010-05-24  Austin Englishusp10/tests: Check return value of SelectObject.
2010-05-08  Aric Stewartusp10/test: Initialize local structures.
2010-05-06  Aric Stewartusp10: Implement mirroring for bidi support.
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-28  Aric Stewartusp10/test: Restructure test_ScriptItemize to make...
2010-04-27  Jeff Latimerusp10/tests: Remove some redundant tests and fully...
2010-04-27  Jeff Latimerusp10: Check that there are sufficient script_items...
2010-04-22  Jeff Latimerusp10/tests: Add tests for CR and LF chars and remove...
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/tests: Expanded tests for ScriptShape.
2010-04-14  Aric Stewartups10: Reimplement ScriptLayout to properly handle...
2010-04-14  Aric Stewartusp10: Improve ScriptItemize with a SCRIPT_CONTROL...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Jeff Latimerusp10: Change default glyph returned from 0xffff to 0.
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2009-12-18  Eric van Beurdenusp10: Change the header includes to pull in 'windows...
2009-09-08  Hans Leidekkerusp10: Make tests pass on Win7. Conform to the more...
2009-04-13  Paul Vriensusp10/tests: Skip some tests on WinME.
2009-04-10  Paul Vriensusp10/tests: Fix some test failures on Vista and W2K8...
2009-04-10  Paul Vriensusp10/tests: Fix some test failures on Vista and W2K8...
2009-03-04  Hans Leidekkerusp10: Don't test digit substitution data.
2009-01-06  Hans Leidekkerusp10: Handle CR/LF in ScriptItemize.
2009-01-06  Hans Leidekkerusp10: Improve handling of whitespace in ScriptBreak.
2008-10-21  Paul Vriensusp10/tests: Use win_skip instead of trace.
2008-10-10  Hans Leidekkerusp10: Store glyph mappings and widths in the script...
2008-07-24  Hans Leidekkerusp10: Use a valid string analysis when testing ScriptX...
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  Guy Albertelliusp10: Use passed hdc instead of cached one for ScriptT...
2008-03-03  Francois GougetAssorted spelling, punctuation and case fixes.
2007-12-12  Hans Leidekkerusp10: Add some tests for ScriptShape/Place and make...
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-01-24  Hans Leidekkerusp10: Remove duplicate font selection code from the...
2007-01-18  Francois Gougetusp10/tests: Use '%u' to print GetLastError().
2007-01-04  Hans Leidekkerusp10: Implement and test ScriptStringGetOrder and...
2007-01-02  Jeff Latimerusp10: Implement ScriptStringOut.
2006-12-26  Hans Leidekkerusp10: Fix all failing tests on Windows and Wine.
2006-12-24  Hans Leidekkerusp10: Match output of WinXP for ScriptGetProperties.
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 ScriptStringAnalyse.
2006-12-18  Paul Vriensusp10/tests: Make tests run on win9x and NT4 again.
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-11  Michael Ploujnikovusp10/tests: 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-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  Jeff Latimerusp10: Fix glyph comparsion between tests.
2006-07-21  Jeff Latimerusp10: Add functionality for ScriptXtoCP and ScriptCPto...
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 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-08  Jeff Latimerusp10: Add ScriptTextOut functionality and restructure...
2006-04-21  Paul Vriensusp10: Fix return codes of ScriptGetFontProperties...
2006-02-22  Jeff Latimerusp10: Add ScriptGetCMap functionality to translate...
2006-02-21  Jeff Latimerusp10: Add ScriptPlace funtionality.
2006-02-20  Jeff Latimerusp10: Add ScriptShape functionality.
2006-02-18  Jeff Latimerusp10: Add ScriptItemize functionality.
2006-02-16  Jeff Latimerusp10: Implement ScriptGetProperties.
2006-02-14  Jeff Latimerusp10: Added some tests.