1. 3088131 comctl32: Add support for PSP_USEHEADERTITLE, PSP_USEHEADERSUBTITLE by Dmitry Timoshkov · 19 years ago
  2. 34cf29e comctl32: psInfo->proppage[index].pszText is always initialized to a by Dmitry Timoshkov · 19 years ago
  3. 5f875b0 advpack: DelDirs should only remove a directory if it's empty. by James Hawkins · 19 years ago
  4. 8e11150 advpack: The only flag we don't handle is RSC_FLAG_UPDHLPDLLS. by James Hawkins · 19 years ago
  5. 0154704 ntdll: Fix heap corruption in RtlDeleteAce. by Mike Hearn · 19 years ago
  6. aea0b5d wined3d: Separate pshader/vshader tables. by Ivan Gyurdiev · 19 years ago
  7. 72d6d42 winspool/tests: Fix failures in test_DEVMODE. by Detlef Riekenberg · 19 years ago
  8. 3abd27c oleaut32: Fix VARIANT_UserFree. by Huw Davies · 19 years ago
  9. 2898b5d oleaut32: Remove weird attempt to clear VT_VARIANT. by Huw Davies · 19 years ago
  10. 696f73a oleaut32: Rewrite VARIANT user marshaling. by Huw Davies · 19 years ago
  11. b2c4b2c dnsapi: Implement DnsValidateName_{A,UTF8,W}. by Hans Leidekker · 19 years ago
  12. 686bcd2 dnsapi: Implement DnsRecord{CopyEx,ListFree,SetCopyEx}. by Hans Leidekker · 19 years ago
  13. 12ae5d4 dnsapi: Add tests for DnsRecordCompare. by Hans Leidekker · 19 years ago
  14. c6c1e05 dnsapi: Implement DnsRecordCompare. by Hans Leidekker · 19 years ago
  15. cce073a rpcrt4: Use getaddrinfo to get the sockaddr. by Robert Shearman · 19 years ago
  16. 6814b33 ole32: Remove the fixme printed if CoGetClassObject fails in CoCreateInstance. by Robert Shearman · 19 years ago
  17. 772eb9b rpcrt4: Implement NdrConformantVaryingArrayFree. by Robert Shearman · 19 years ago
  18. b43e799 rpcrt4: Dereference the pointer if necessary only after doing the by Robert Shearman · 19 years ago
  19. a4f5296 rpcrt4: Add a stub for RpcBindingSetOption. by Robert Shearman · 19 years ago
  20. 9519004 rpcrt4: Improve the traces in the pointer functions. by Robert Shearman · 19 years ago
  21. c0901b8 mlang: Partially implemented ConvertStringEx. by Vitaly Lipatov · 19 years ago
  22. 256d0c0 user: Test cases demonstrating position changes for MDI children. by Juris Smotrovs · 19 years ago
  23. 53654c6 comctl32: Update first visible when appropiate in the TVI_SORT case. by qingdoa daoo · 19 years ago
  24. dbf5450 wined3d: Remove dead shader code. by Ivan Gyurdiev · 19 years ago
  25. 4d79464 setupapi: Fix parsing of UCS-16 files. by Robert Shearman · 19 years ago
  26. 32d39ea ole32: IPersistStream is also implemented by any object that implements IStream. by Robert Shearman · 19 years ago
  27. d9b7c36 ole32: Fix typos in StgCreateStorageEx and StgOpenStorageEx. by Robert Shearman · 19 years ago
  28. 6dd5dbe ole32: STGM_PRIORITY allows other IStorage objects to be opened in transacted mode with read/write access. by Robert Shearman · 19 years ago
  29. 6c6ce70 oleaut32: Check the return value from VariantCopy when copying values by Robert Shearman · 19 years ago
  30. 5e8c877 oleaut32: Support values being passed into VT_VARIANT|VT_BYREF typed parameters in ITypeInfo::Invoke. by Robert Shearman · 19 years ago
  31. 693da8c ole32: Check that the storage was opened with write access before creating a new stream or sub-storage. by Robert Shearman · 19 years ago
  32. 5d051af ole32: Copy the mode flags into the STATSTG structure in IStorage::Stat. by Robert Shearman · 19 years ago
  33. dd58e54 ole32: Add tests for IStorage::Stat. by Robert Shearman · 19 years ago
  34. b2207d8 ole32: Fix access right check for opening and creating streams and storages. by Robert Shearman · 19 years ago
  35. 8d39c80 ole32: Add more tracing for reading and writing storage streams. by Robert Shearman · 19 years ago
  36. 168e2fb ole32: Add tests for sub-storages and creating streams. by Robert Shearman · 19 years ago
  37. 8d30c1d ole32: Add a storage test for reading and writing of streams that have by Robert Shearman · 19 years ago
  38. e52e497 ntdll: Fix size check for NtQueryInformationToken(TokenGroups). by Robert Shearman · 19 years ago
  39. 17ec77f oleaut32: Alignment fixes for safearrays. by Huw Davies · 19 years ago
  40. 74b63d5 oleaut32: Fix tests under win2k. by Huw Davies · 19 years ago
  41. 747f08c oleaut32: Split out the SAFEARRAY and BSTR tests so that they can be used in the upcoming VARIANT tests. by Huw Davies · 19 years ago
  42. 2e8a74d oleaut32: Fix BSTR marshaling to be wire compatible with Windows. by Huw Davies · 19 years ago
  43. 3671263 setupapi: Add case sensitivity string table tests. by Andrew Ziem · 19 years ago
  44. 73c7420 gdi: Fix GetTextExentExPointW to return values consistent with GetTextExtentPointW. by Troy Rollo · 19 years ago
  45. 4bb446f winspool/tests: Fix test for GetPrinterDriver. by Detlef Riekenberg · 19 years ago
  46. 7a8818e Don't check pointers for NULL before RtlFreeHeap. It is redundant. by Michael Stefaniuc · 19 years ago
  47. 968ad51 secur32: Missing LeaveCriticalSection on error paths. by Michael Stefaniuc · 19 years ago
  48. 3e46363 advpack: Don't fail if the dll to register doesn't exist. by James Hawkins · 19 years ago
  49. 2b32128 shlwapi: Add a stub implementation for IUnknown_ProfferService. by Mike McCormack · 19 years ago
  50. db8090e shlwapi: Add a stub implementation for IUnknown_QueryServiceExec. by Mike McCormack · 19 years ago
  51. 3c1e67d ole32: Return STG_E_REVERTED when a stream's parent storage has been closed. by Mike McCormack · 19 years ago
  52. faabaae shdocvw: Added some comments. by Jacek Caban · 19 years ago
  53. e4ad9df shdocvw: Added WebBrowser::[get|put]_ToolBar implementation. by Jacek Caban · 19 years ago
  54. 39f1498 shdocvw: Added WebBrowser::[get|put]_StatusBar implementation. by Jacek Caban · 19 years ago
  55. eb49ade shdocvw: Added WebBrowser::[get|put]_AddressBar implementation. by Jacek Caban · 19 years ago
  56. 9c4f120 shdocvw: Added WebBrowser::[get|put]_MenuBar implementation. by Jacek Caban · 19 years ago
  57. 8cde167 shdocvw: Added get_HWND implementation. by Jacek Caban · 19 years ago
  58. 9d9b909 shdocvw: Added [get|put]_Visible implementation. by Jacek Caban · 19 years ago
  59. 707a4f1 shdocvw: Fix GetMiscStatus implementation. by Jacek Caban · 19 years ago
  60. 07f4f70 wined3d: QueryInterface corrections. by Ivan Gyurdiev · 19 years ago
  61. 8414777 secur32: Add partial support for ISC_REQ_ALLOCATE_MEMORY in the NTLM security provider. by Dmitry Timoshkov · 19 years ago
  62. d89a038 secur32: Fix some wrong assumptions in the NTLM test case, make it pass in XP SP2 and Wine. by Dmitry Timoshkov · 19 years ago
  63. d30975d Add a stub implementation of mprapi.dll. by Dmitry Timoshkov · 19 years ago
  64. 427e488 wpp: Support long long constants if configure says long long is available by Bill Medland · 19 years ago
  65. 959a842 user: tests: Change INPUT to TEST_INPUT, fix union usage. by Vitaly Lipatov · 19 years ago
  66. c4eff1e wined3d: Vertex Shader regtype cleanups. by Roderick Colenbrander · 19 years ago
  67. 35f9a47 msi: Fix missing case in MsiSourceListAddSourceEx. by Dan Kegel · 19 years ago
  68. 2b5963f ole32: StorageImpl_GetROBigBlock can return NULL so check for NULL before doing a memcpy. by James Hawkins · 19 years ago
  69. 72e279b advpack: Implement the DelDirs command. by James Hawkins · 19 years ago
  70. 4df2373 advpack: Implement the CheckAdminRights option. by James Hawkins · 19 years ago
  71. c9cff90 advpack: Implement the RunPreSetupCommands command. by James Hawkins · 19 years ago
  72. 5524a4c advpack: INF install is implemented so fix the documentation. by James Hawkins · 19 years ago
  73. e0aa23a advpack: Implement the PerUserInstall command. by James Hawkins · 19 years ago
  74. b3347c4 advpack: Leave room for the NULL terminator in the working_dir string. by James Hawkins · 19 years ago
  75. 48b55af advpack: NULL-terminate the source path. by James Hawkins · 19 years ago
  76. 9c6e762 advpack: Return the hresult in ExecuteCabW. by James Hawkins · 19 years ago
  77. 05c23ed advpack: Clean up the formatting of RegInstall to match the rest of the file. by James Hawkins · 19 years ago
  78. d049c37 advpack: Perform an Advanced INF-level install in RegInstall. by James Hawkins · 19 years ago
  79. f163110 advpack: Factor out writing predefined strings into write_predefined_strings. by James Hawkins · 19 years ago
  80. 4b9311b advpack: Ignore the return value from the OCX registration. by James Hawkins · 19 years ago
  81. f43fd5e wldap32: Document the search functions. by Hans Leidekker · 19 years ago
  82. 9e61d70 kernel: Remove no longer needed includes. by Jacek Caban · 19 years ago
  83. 1ed98cc advapi32: Add some lsa tests. by Robert Reif · 19 years ago
  84. b871ac4 advapi32: Fix LsaClose return value. by Robert Reif · 19 years ago
  85. 3577134 netapi32: Implement NetUserModalsGet level 2. by Robert Reif · 19 years ago
  86. a15ef7b dsound: Add DirectSoundBuffer_Lock tests. by Robert Reif · 19 years ago
  87. b06a060 dsound: Check DirectSoundBuffer_Lock parameters. by Robert Reif · 19 years ago
  88. 79e2f0c mshtml: Added test of connection points. by Jacek Caban · 19 years ago
  89. bde8aa5 mshtml: Added GetConnectionInterface implementation. by Jacek Caban · 19 years ago
  90. a9cdfa9 mshtml: Added GetConnectionPointContainer implementation. by Jacek Caban · 19 years ago
  91. 1cfcbb3 mshtml: Added stub implementation of connection points. by Jacek Caban · 19 years ago
  92. 570a1c4 mshtml: Added IConnectionPointContainer stub implementation. by Jacek Caban · 19 years ago
  93. 77bb544 mshtml: Added get_body implementation. by Jacek Caban · 19 years ago
  94. d7f881f mshtml: Added IHTMLTextContainer stub implementation. by Jacek Caban · 19 years ago
  95. 1a83976 mshtml: Added IHTMLTextContainer declaration. by Jacek Caban · 19 years ago
  96. 9647321 fonts: Add missing Latin glyph to ms_sans_serif. by Fatih Asici · 19 years ago
  97. 9899ef9 fonts: Add some missing Latin glyphs to System. by Fatih Asici · 19 years ago
  98. 08ce163 fonts: Add some missing Latin glyphs to Courier. by Fatih Asici · 19 years ago
  99. e783531 oleaut32: Implement GetDocumentation_Proxy/Stub. by Huw Davies · 19 years ago
  100. 5e69b5d oleaut32: Implement GetFuncDesc_Proxy and friends. by Huw Davies · 19 years ago