1. 3588067 wined3d: Blacklist WINED3DFMT_R8G8B8. by Stefan Dösinger · 19 years ago
  2. 65d12c3 msi: Fix the value of LONG integers in records (suggested by James Hawkins). by Mike McCormack · 19 years ago
  3. e12f2b3 msi: Remember to free a handle. by Mike McCormack · 19 years ago
  4. 31c5652 msi: Fix some memory leaks in the condition parser. by Mike McCormack · 19 years ago
  5. f3dae17 msi: Use msi_alloc/free, not HeapAlloc/Free. by Mike McCormack · 19 years ago
  6. 75c866e msi: Test the column types of MSI packages. by James Hawkins · 19 years ago
  7. 59a706b msi: Test the states of a component with a compressed file. by James Hawkins · 19 years ago
  8. 5842af1 msi: Fix a typo. by James Hawkins · 19 years ago
  9. 727ed6e dinput8: Better DirectInput8Create warning. by Roderick Colenbrander · 19 years ago
  10. fddd703 shlwapi: Change '/'->'\' only for file protocol in UrlCanonicalize. by Jacek Caban · 19 years ago
  11. ae154d4 mshtml: Fix handling res URLs with full path and number resource ID. by Jacek Caban · 19 years ago
  12. bbdcccd oleaut32: Add validation of some more parameters in IFontDisp::Invoke. by Robert Shearman · 19 years ago
  13. 207ec43 oleaut32: Clean up IFontDisp::Invoke by using VariantChangeTypeEx to coerce the input parameter into the correct type. by Robert Shearman · 19 years ago
  14. 67ed752 ole32: Add more self-registration entries for classes and interfaces. by Robert Shearman · 19 years ago
  15. de05164 wined3d: Fix CopyRects if pDestPointsArray is NULL. by Kovács András · 19 years ago
  16. 334a071 x11drv: Number of fixes for ChangeDisplaySettingsEx with tests. by Vitaliy Margolen · 19 years ago
  17. 3b10a02 wined3d: More efficient color keying dirtifying. by Stefan Dösinger · 19 years ago
  18. 06106e2 ddraw: Support using an application-provided surface pointer. by Stefan Dösinger · 19 years ago
  19. aff9f4c msi: Fix an off by one error in MsiRecordGetString. by Mike McCormack · 19 years ago
  20. 76baa45 msi: Implement SQL inner joins. by Mike McCormack · 19 years ago
  21. 37bf722 crypt32/tests: Clean up temp files. by Alexandre Julliard · 19 years ago
  22. c627601 server: Convert the server start time to the abs_time_t type. by Alexandre Julliard · 19 years ago
  23. 3095a48 server: Convert thread creation/exit times to the abs_time_t type. by Alexandre Julliard · 19 years ago
  24. 3ca608b ntdll: Renamed the NTDLL_get/from_server_timeout functions since they don't deal only with timeouts. by Alexandre Julliard · 19 years ago
  25. ce40ef1 server: Rename the wait_input_idle request to better reflect what it does. by Alexandre Julliard · 19 years ago
  26. dd6598b rsaenh: Fix the case when CPGetHashParam should return the size of the HASHVAL. by Karsten Elfenbein · 19 years ago
  27. bf1ad6c rsaenh: Fix the case when the CPEncrypt function is asked for the needed buffer size. by Karsten Elfenbein · 19 years ago
  28. 4b792c6 winspool.drv/tests: Write-strings warnings fix. by Andrew Talbot · 19 years ago
  29. 320da90 msi/tests: Write-strings warnings fix. by Andrew Talbot · 19 years ago
  30. 5d67651 dmime: Accept IDirectMusicPerformance2 in QueryInterface. by Samuel Lidén Borell · 19 years ago
  31. 6e23b4a crypt32: Implement file stores. by Juan Lang · 19 years ago
  32. a514283 wined3d: Enable all bump mapping formats. by Stefan Dösinger · 19 years ago
  33. f6b88b9 wined3d: Fix crash caused by bad TRACE. by Jason Green · 19 years ago
  34. 5ca9f82 wined3d: Remove superfluous breaks. by Michael Stefaniuc · 19 years ago
  35. 328298b msi: Add a FIXME for join queries. by Mike McCormack · 19 years ago
  36. 1d46cdf msi: Always load all the components. by Mike McCormack · 19 years ago
  37. 5c8b22f dbghelp: Implement SymGetSymFromAddr64. by Robert Shearman · 19 years ago
  38. 68249c1 configure: Add a check for the DGifOpen function in the gif_lib.h header as the v4 of the file does define it, while v3 doesn't. by Robert Shearman · 19 years ago
  39. bb310d5 comdlg32: GetOpenFileNameW - Create unicode windows. by Stefan Siebert · 19 years ago
  40. 8cec3cf1 oleaut32: Adding a NULL to a safearray is supposed to crash. by Neil Skrypuch · 19 years ago
  41. b91a629 ntdll: Avoid accessing the TEB after the memory view has been released. by Alexandre Julliard · 19 years ago
  42. dd00007 rpcrt4: Support for SMVARRAY in EmbeddedComplexSize. by Phil Lodwick · 19 years ago
  43. 7e90aba wined3d: Implement more GLSL instructions. by Jason Green · 19 years ago
  44. 4ab109e msi: Fix where queries on 32bit integer columns. by Mike McCormack · 19 years ago
  45. 8144e17 msi: Add tests for the WHERE SQL clause. by James Hawkins · 19 years ago
  46. 920b36b wineps.drv: Updated Korean resource. by Hwang YunSong(황윤성) · 19 years ago
  47. 5366389 wined3d: Add real occlusion query support. by H. Verbeet · 19 years ago
  48. 8c98114 wined3d: Add traces to IWineD3DVertexShaderImpl_SetFunction & IWineD3DPixelShaderImpl_SetFunction. by H. Verbeet · 19 years ago
  49. 2d6e661 wined3d: D3d8 shaders can have a NULL pFunction, but a valid vertex declaration. by H. Verbeet · 19 years ago
  50. f06f3cf shdocvw: Added more test and fixes. by Jacek Caban · 19 years ago
  51. 5b27ce2 gdi32: Use the correct name when writing the fixed font registry value. by Huw Davies · 19 years ago
  52. a8af062 user: Add more TrackMouseEvent tests, particularly a test with by Dmitry Timoshkov · 19 years ago
  53. 5292f97 user: Various TrackMouseEvent fixes. by Dmitry Timoshkov · 19 years ago
  54. e882cdf user: Add a trace to EndDeferWindowPos. by Dmitry Timoshkov · 19 years ago
  55. b325978 user: Use (win) debug channel by default, add a TRACE to SendInput. by Dmitry Timoshkov · 19 years ago
  56. c514700 setupapi: Move SetupDiGetClassDevsExW into devinst.c. by Christian Gmeiner · 19 years ago
  57. 9f89427 msi: Use CLSIDFromString to make squash_guid a bit more robust. by Mike McCormack · 19 years ago
  58. bc673bf msi: Make MsiConfigureFeature a bit more robust. by Mike McCormack · 19 years ago
  59. 0bfb9c3 msi: Move COM server implementation to a separate file. by Mike McCormack · 19 years ago
  60. ac8f2c0 wined3d: Improve traces for D3DTRANSFORMSTATETYPE. by Jason Green · 19 years ago
  61. 6c9ade0 ntdll: Allocate the PEB with NtAllocateVirtualMemory too. by Alexandre Julliard · 19 years ago
  62. cc29705 ntdll: Support memory allocations inside reserved areas. by Alexandre Julliard · 19 years ago
  63. c060cdb ntdll: Propagate the MEM_TOP_DOWN flag into the map_view() function. by Alexandre Julliard · 19 years ago
  64. c0596e0 msi: The szLogFile parameter of MsiEnableLogW is optional, so handle the case of it being NULL. by Robert Shearman · 19 years ago
  65. 5700fe8 rpcrt4: Set BufferMark before calling EmbeddedPointerMarshall, EmbeddedPointerUnmarshall or EmbeddedPointerMemorySize. by Robert Shearman · 19 years ago
  66. ba9158e rpcrt4: Improve the stubs for RpcImpersonateClient and RpcRevertToSelf. by Robert Shearman · 19 years ago
  67. a853106 rpcrt4: Support small fixed arrays in EmbeddedComplexSize. by Robert Shearman · 19 years ago
  68. 4c4fc14 rpcrt4: Allocate memory based on MaxCount, not ActualCount in NdrConformantStringUnmarshall. by Robert Shearman · 19 years ago
  69. 98c26a8 rpcrt4: Add support for marshaling the FC_HYPER base type in complex types. by Robert Shearman · 19 years ago
  70. 2334e18 uuid: Add IIDs and CLSIDs from xmldso.h. by Robert Shearman · 19 years ago
  71. eb885a7 oleaut32: Initialize pRetVal in ITypeInfo::Invoke before calling VariantCopyInd by Robert Shearman · 19 years ago
  72. 986b33d msxml3: Use general DLL registration framework to register CLSIDs and ProgID's. by Robert Shearman · 19 years ago
  73. a652e28 msi: Add a test case for MsiGetFileHash. by Mike McCormack · 19 years ago
  74. e8a7587 msi: Implement MsiGetFileHash. by Mike McCormack · 19 years ago
  75. 6eb4bfe winex11.drv: Avoid an uninitialized variable warning. by Mike McCormack · 19 years ago
  76. a98ccb5 wined3d: Draw the cursor. by Stefan Dösinger · 19 years ago
  77. 14c2aa0 wined3d: Use the ddraw blitting code for IWineD3DDevice::ColorFill. by Stefan Dösinger · 19 years ago
  78. bb14164 msi: Reimplement MsiGetUserInfo using awstrings. by Mike McCormack · 19 years ago
  79. 91f9746 winedos: Limit reported disk space to 1GB. by Dan Kegel · 19 years ago
  80. 75950b5 wined3d: Replace memset/memcpy routines on stateblock (fixes dynamic shader constants regression). by Jason Green · 19 years ago
  81. 75dce50 comdlg32/tests: PrintDlg with PD_RETURNDEFAULT can fail. by Detlef Riekenberg · 19 years ago
  82. 3241974 dinput: Simplify code a bit. by Vitaliy Margolen · 19 years ago
  83. b88c167 dinput: Fix small typo. by Vitaliy Margolen · 19 years ago
  84. 127613b wined3d: Whitelist pixelformats instead of blacklisting. by Stefan Dösinger · 19 years ago
  85. a64febd wined3d: Reactivate the X bits fixup. by Stefan Dösinger · 19 years ago
  86. dc4d5b0 msi: MoveMsiEnumPatches to registry.c by Mike McCormack · 19 years ago
  87. 5913098 shdocvw: Register MruListLong. by Mike McCormack · 19 years ago
  88. 6212439 hlink: Implement HlinkNavigateToStringReference. by Mike McCormack · 19 years ago
  89. e4025c5 hlink: Only release an object that we successfully created. by Mike McCormack · 19 years ago
  90. c307df8 query: Add a stub implementation for LocateCatalogs. by Mike McCormack · 19 years ago
  91. a04ffc3 urlmon: Don't use freed string in TRACE. by Jacek Caban · 19 years ago
  92. 9dc2563 shdocvw: Return S_OK in IPersistStreamInit::Load. by Jacek Caban · 19 years ago
  93. e41cd2f shell32: Define one more avi resource. by Louis. Lenders · 19 years ago
  94. dc0aad5 msi: Add tests for component and feature states. by James Hawkins · 19 years ago
  95. bbd8008 shell32/tests: Write-strings warnings fix. by Andrew Talbot · 19 years ago
  96. 0c96a42 riched20: Write-strings warnings fix. by Andrew Talbot · 19 years ago
  97. e295bd9 msi: Expand features with odd Display values. by James Hawkins · 19 years ago
  98. cf9886e msi: Don't display a feature if its Display value is zero. by James Hawkins · 19 years ago
  99. cae3215 msi: Set the component's initial state based on its attributes. by James Hawkins · 19 years ago
  100. 3c03ae2 wined3d: Minor trace corrections in Set___ShaderConstants(). by Jason Green · 19 years ago