1. 149ac3f usp10/tests: Fix a signed/unsigned int mismatch. by Francois Gouget · 18 years ago
  2. 73bec11 usp10: Do not crash in ScriptPlace if pABC is null. by Aric Stewart · 18 years ago
  3. df2c8a2 usp10: Implement ScriptGetLogicalWidths. by Hans Leidekker · 18 years ago
  4. dfcdbba usp10: Document ScriptPlace and ScriptShape. by Hans Leidekker · 18 years ago
  5. 06ed81e usp10: Move text metrics into the script cache. Start using accessor functions. by Hans Leidekker · 18 years ago
  6. 6a12d67 usp10: Remove duplicate font selection code from the tests. by Hans Leidekker · 18 years ago
  7. 13136c6 usp10/tests: Use '%u' to print GetLastError(). by Francois Gouget · 18 years ago
  8. fb46c5f usp10: Initialise the caller supplied ABC structure in ScriptPlace. by Hans Leidekker · 18 years ago
  9. 586e16d usp10: Document ScriptItemize. Get rid of the remaining tabs. by Hans Leidekker · 18 years ago
  10. f152153 usp10: Implement and test ScriptStringGetOrder and ScriptString_pcOutChars. by Hans Leidekker · 18 years ago
  11. e0c38fd usp10: Use macro functions for memory allocation and start checking for allocation failures. by Hans Leidekker · 18 years ago
  12. 23b3299 usp10: Make the script cache accessible from a string analysis. by Hans Leidekker · 18 years ago
  13. 44fd9a2 usp10: Document ScriptFreeCache, ScriptGetFontProperties, ScriptStringFree and ScriptGetCMap. by Hans Leidekker · 18 years ago
  14. 21987d3 usp10: Downgrade some more FIXME's to TRACE's. by Hans Leidekker · 18 years ago
  15. bb3a903 usp10: Implement ScriptStringValidate. by Hans Leidekker · 18 years ago
  16. c2680ed usp10: Implement ScriptStringOut. by Jeff Latimer · 18 years ago
  17. 7d37e8e usp10: Factor out script cache handling. by Hans Leidekker · 18 years ago
  18. fd21610 usp10: Downgrade fixme's to trace's with comments. by Clinton Stimpson · 18 years ago
  19. 46bb89e usp10: Implement ScriptStringGetLogicalWidths. by Clinton Stimpson · 18 years ago
  20. 55f385c usp10: Fix all failing tests on Windows and Wine. by Hans Leidekker · 18 years ago
  21. d2f2130 usp10: Reduce multiple assignments to a single memset in ScriptItemize. by Hans Leidekker · 18 years ago
  22. cd6fe7d usp10: Implement ScriptString_pLogAttr. by Hans Leidekker · 18 years ago
  23. 960372f usp10: Match output of WinXP for ScriptGetProperties. by Hans Leidekker · 18 years ago
  24. 02d30df usp10: Improve the stub for ScriptBreak. by Hans Leidekker · 18 years ago
  25. 092edd8 usp10: Implement ScriptString_pSize. by Hans Leidekker · 18 years ago
  26. e0829eb usp10: Implement ScriptStringCPtoX. by Clinton Stimpson · 18 years ago
  27. bdbab21 usp10: Implement ScriptStringXtoCP. by Clinton Stimpson · 18 years ago
  28. 857e330 usp10: Implement ScriptStringFree. by Clinton Stimpson · 18 years ago
  29. b91eb5a usp10: Implement ScriptStringAnalyse. by Clinton Stimpson · 18 years ago
  30. 0128611 usp10/tests: Make tests run on win9x and NT4 again. by Paul Vriens · 18 years ago
  31. 367f91f Assorted spelling fixes. by Francois Gouget · 18 years ago
  32. 39a5b07 usp10: Add tests and fix for ScriptXtoCP . by Clinton Stimpson · 18 years ago
  33. 4d52a42 Made some functions static. by Marcus Meissner · 18 years ago
  34. a8e5b9a usp10: Add tests for ScriptStringCptoX and ScriptStringXtoCp for activation in later patches. by Jeff Latimer · 18 years ago
  35. 37e7de1 usp10: Add tests for ScriptStringAnalyse and ScriptStringFree. by Jeff Latimer · 18 years ago
  36. 292c99e usp10: Fix dead code in ScriptItemize. by Jeff Latimer · 18 years ago
  37. 58162f8 Assorted spelling fixes. by Francois Gouget · 18 years ago
  38. f37c0aa usp10/tests: Win64 printf format warning fixes. by Michael Ploujnikov · 18 years ago
  39. dd28d5b Tweak TRACE()s to simplify '\n' checks. by Francois Gouget · 18 years ago
  40. 539a962 usp10: Add a stub implementation of ScriptStringValidate. by Hans Leidekker · 18 years ago
  41. f3cfb89 usp10: Win64 printf format warning fixes. by Michael Stefaniuc · 18 years ago
  42. 85ce511 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. by Michael Stefaniuc · 19 years ago
  43. 5782607 usp10: Add a stub implementation and a test for ScriptLayout. by Hans Leidekker · 19 years ago
  44. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  45. b2182f9 usp10: Implement and test Script{Apply, Record}DigitSubstitution. by Albert Lee · 19 years ago
  46. 5cf75e6 makefiles: Only run test and documentation targets in directories that need them. by Alexandre Julliard · 19 years ago
  47. dd8f067 usp10: Remove unnecessary casts in test suite. by Jeff Latimer · 19 years ago
  48. ff421fd usp10: ScriptItemize will break up the string into script_items. by Jeff Latimer · 19 years ago
  49. b149f3c usp10/tests: Add trailing '\n's to ok() calls. by Francois Gouget · 19 years ago
  50. 0c0ab50 usp10: Implement ScriptGetGlyphABCWidth. by Hans Leidekker · 19 years ago
  51. c340ddd usp10: Implement ScriptIsComplex. by Hans Leidekker · 19 years ago
  52. 34f3e88 usp10: Fix glyph comparsion between tests. by Jeff Latimer · 19 years ago
  53. 8d139c8 usp10: Add functionality for ScriptXtoCP and ScriptCPtoX calls. by Jeff Latimer · 19 years ago
  54. 401e32e usp10: Implement and test ScriptCacheGetHeight. by Hans Leidekker · 19 years ago
  55. ac40feb usp10: Add ScriptStringCPtoX and ScriptStringXtoCP stubs. by Jeff Latimer · 19 years ago
  56. 0fa8baa make_dlls: Recursively ignore .ok files in all tests directories. by Alexandre Julliard · 19 years ago
  57. edd100b make_dlls: Recursively ignore testlist.c in all tests directories. by Alexandre Julliard · 19 years ago
  58. 5258e06 make_dlls: Ignore generated import libraries from the top-level .gitignore. by Alexandre Julliard · 19 years ago
  59. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  60. 8bdeffa usp10: ScriptTextOut updated to reflect that it must have a hdc passed to it. by Jeff Latimer · 19 years ago
  61. 51ac103 usp10: Update ScriptStringAnalyse and tests for ScriptString functions. by Jeff Latimer · 19 years ago
  62. 422ca43 usp10: Update ScriptGetCMap to conform to Windows. by Jeff Latimer · 19 years ago
  63. beb097f usp10: Update tests in test_ScriptItemIzeShapePlace to match Windows results. by Jeff Latimer · 19 years ago
  64. 5f529fe0d usp10: Add stubs for ScriptCPtoX, ScriptXtoCP and ScriptBreak and some basic tests. by Jeff Latimer · 19 years ago
  65. 94d0478 usp10: Fixed a compiler warning. by Alexandre Julliard · 19 years ago
  66. 42b576e usp10: Add stub for ScriptStringOut. by Jeff Latimer · 19 years ago
  67. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  68. 766530d usp10: Fix ScriptGetProperties so that first pointer can be NULL. by Eric Pouech · 19 years ago
  69. 17689c0 Fix some winapi_check documentation warnings. by Francois Gouget · 19 years ago
  70. af67bc8 usp10: Add ScriptTextOut functionality and restructure tests. by Jeff Latimer · 19 years ago
  71. e56f6a3 usp10: Fix return codes of ScriptGetFontProperties + tests. by Paul Vriens · 19 years ago
  72. 9be30c8 usp10: Set defaults for ScriptGetFontProperties. by Jeff Latimer · 19 years ago
  73. 9c6c83e usp10: Remove the need to pass chars to ScriptPlace. by Jeff Latimer · 19 years ago
  74. ca55584 usp10: Add some tests to ScriptGetFontProperties. by Jeff Latimer · 19 years ago
  75. df4b0a8 usp10: Terminate some strings in fixmes and traces. by Jeff Latimer · 19 years ago
  76. 6a13925 usp10: Fixed debug output of ScriptItemize. by Marcus Meissner · 19 years ago
  77. ec67444 usp10: Tidy default values. by Jeff Latimer · 19 years ago
  78. 4241adb usp10: Add ScriptGetCMap functionality to translate wchars to glyphs. by Jeff Latimer · 19 years ago
  79. 044a6f8 usp10: Add stub for ScriptTextOut. by Jeff Latimer · 19 years ago
  80. a05e712 usp10: Add ScriptPlace funtionality. by Jeff Latimer · 19 years ago
  81. 334e191 usp10: Add ScriptShape functionality. by Jeff Latimer · 19 years ago
  82. e4a154c usp10: Add ScriptItemize functionality. by Jeff Latimer · 19 years ago
  83. 0ba307d usp10: Implement ScriptGetProperties. by Jeff Latimer · 19 years ago
  84. 9acfd6b usp10: Added stub for ScriptGetCMap. by Louis Lenders · 19 years ago
  85. 29ff53c usp10: Added some tests. by Jeff Latimer · 19 years ago
  86. c0a223b usp10: Improve stubs. by Hans Leidekker · 19 years ago
  87. a1eeaf9 Added some missing definitions in usp10.h. by Vijay Kiran Kamuju · 19 years ago
  88. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  89. d69268e Documentation tweaks to make winapi_check happy. by Francois Gouget · 19 years ago
  90. 8f554aa Add stubs around ScriptStringAnalyse to avoid PAF crash. by Raphael Junqueira · 19 years ago
  91. 7e22be4 We are no longer generating .dbg.c files. by Alexandre Julliard · 20 years ago
  92. 56da0c3 Use #include "foo.h" for including Windows headers in dlls/, use by Vincent Béron · 20 years ago
  93. 525d857 Properly sort the spec file entries. by Alexandre Julliard · 20 years ago
  94. b671180 Added stubbed support for ScriptGetFontProperties. by Oliver Stieber · 20 years ago
  95. 54508df Add stub implementation of the Uniscribe Script Processor. by Steven Edwards · 20 years ago