1. f8077a5 inseng: Add a stub for DllInstall. by Austin English · 13 years ago
  2. 843390f kernel32: Add a stub for GetDynamicTimeZoneInformation. by Austin English · 13 years ago
  3. 275fc47 kernel32: Add a stub for WerSetFlags. by Austin English · 13 years ago
  4. b3d7896 user32/tests: Add a test for OpenClipboard twice with non-zero hwnd. by Bruno Jesus · 13 years ago
  5. b267cc2 d3dx9: Implement D3DXLoadVolumeFromFile. by Józef Kucia · 13 years ago
  6. f5fd7fe d3dx9/tests: Add tests for D3DXLoadVolumeFromFileInMemory. by Józef Kucia · 13 years ago
  7. 18a2dde d3dx9: Implement D3DXLoadVolumeFromFileInMemory. by Józef Kucia · 13 years ago
  8. 83c7fed d3dx9: Fix D3DXLoadVolumeFromVolume so it works for subsets of volumes. by Józef Kucia · 13 years ago
  9. 0ad6af9 d3dx9: Validate the size of a volume texture in D3DXGetImageInfoFromFile. by Józef Kucia · 13 years ago
  10. 563355d ieframe: Avoid useless QI(IID_IWebBrowser2) calls in tests by passing IWebBrowser2 interface where possible. by Jacek Caban · 13 years ago
  11. c3e4a90 ieframe: Added init_test helper. by Jacek Caban · 13 years ago
  12. 4bc2599 ieframe: Added more DoVerb tests. by Jacek Caban · 13 years ago
  13. edcc38c ieframe: Call OnInPlaceDeactivate in DoVerb(OLEIVERB_HIDE) implementation. by Jacek Caban · 13 years ago
  14. c4457ec winspool: Don't assume that CUPS is available. by Huw Davies · 13 years ago
  15. 32fa9db msi: Don't hard-code the ServicePackLevel property. by Hans Leidekker · 13 years ago
  16. f55ee1a msi: Don't crash if no working directory is specified for custom action type 34. by Hans Leidekker · 13 years ago
  17. da92276 setupapi: SetupInstallServicesFromInfSection doesn't fail if there are no AddService or DelService directives in the section. by Hans Leidekker · 13 years ago
  18. 700eec9 ntdll: Report 3dnow and sse features if the processor supports them. by Hans Leidekker · 13 years ago
  19. ec8ec0f msxml3: Add VT_I1 type to variant dump helper. by Nikolay Sivov · 13 years ago
  20. 9a28ac8 msxml3: Remove unneeded xmlInitParser call. by Nikolay Sivov · 13 years ago
  21. 41aa347 msxml3: Fix xml declaration output when it's specified in loaded document (in case of file). by Nikolay Sivov · 13 years ago
  22. 46d08bb msxml3: Fix xml declaration output when it's specified in loaded document (in case of stream). by Nikolay Sivov · 13 years ago
  23. 1a05524 msxml3: Don't use stream written value when saving to stream. by Nikolay Sivov · 13 years ago
  24. 6c4465f winex11: Get rid of xrandr.h. by Henri Verbeet · 13 years ago
  25. eafc8d0 winex11: Get rid of xvidmode.h. by Henri Verbeet · 13 years ago
  26. 73eceaf d3d9: Implement d3d9_device_ResetEx(). by Henri Verbeet · 13 years ago
  27. 3543e1d wined3d: Fix the .spec. by Henri Verbeet · 13 years ago
  28. 2025e81 secur32: Only read complete records in schan_InitializeSecurityContextW(). by Henri Verbeet · 13 years ago
  29. 338f5e9 winedbg: Add new operators regarding data processing to ARM disassembler. by André Hentschel · 13 years ago
  30. b96d613 winedbg: Add swap operator to ARM disassembler. by André Hentschel · 13 years ago
  31. 498614d winedbg: Add multiplication operators to ARM disassembler. by André Hentschel · 13 years ago
  32. bc86f0d winedbg: Add branch and exchange operator to ARM disassembler. by André Hentschel · 13 years ago
  33. f917cd0 user.exe: Avoid truncating strcmp result (Coverity). by Marcus Meissner · 13 years ago
  34. 0ef705f shell32: Avoid memcmp result truncation (Coverity). by Marcus Meissner · 13 years ago
  35. a181e4d setupx.dll16: Avoid strcmp() result truncation (Coverity). by Marcus Meissner · 13 years ago
  36. aa58bcf krnl386.exe16: Do not truncate the strcmp result (Coverity). by Marcus Meissner · 13 years ago
  37. 1f1686f d3dcompiler_43: Fixed small overread possibility (Coverity). by Marcus Meissner · 13 years ago
  38. 45473a6 fusion: Also copy external files in IAssemblyCache::InstallAssembly. by Hans Leidekker · 13 years ago
  39. 9b34a3a msvcp90: Fix parsing of floating point numbers starting with decimal separator. by Piotr Caban · 13 years ago
  40. 4c73236 msvcp90: Fix off by one issues in basic_string functions operating on iterators. by Piotr Caban · 13 years ago
  41. 0d3dcd2 msvcp90: Fix EOF handling in basic_filebuf<char>::underflow. by Piotr Caban · 13 years ago
  42. 3adb3a3 msvcp90/tests: Added destructor tests for class with virtual inheritance. by Piotr Caban · 13 years ago
  43. 36f79a1 msvcp90: Pass base class pointer to virtual functions. by Piotr Caban · 13 years ago
  44. c14e98d msvcp: Sync spec files. by Piotr Caban · 13 years ago
  45. bdb36b4 msvcp90: Implement more basic_ostream<wchar>::operator<< functions. by Piotr Caban · 13 years ago
  46. ce4cbc7 msvcp90: Implement more basic_ostream<char>::operator<< functions. by Piotr Caban · 13 years ago
  47. 5c28a4e msvcp90: Implement more basic_istream<wchar>::operator>> functions. by Piotr Caban · 13 years ago
  48. 91f695f msvcp90: Implement more basic_istream<char>::operator>> functions. by Piotr Caban · 13 years ago
  49. 4e57e3b quartz: Remove an object to IFilterGraph2 cast. by Michael Stefaniuc · 13 years ago
  50. 716870e wbemprox: Implement Win32_Processor.Manufacturer and Win32_Processor.Name. by Hans Leidekker · 13 years ago
  51. 993d8c2 wbemprox: Add a partial Win32_BaseBoard class implementation. by Hans Leidekker · 13 years ago
  52. 80d078d ntdll: Omit unused typedef in test_query_process_basic. by Gerald Pfeifer · 13 years ago
  53. 6173e6b winex11.drv: Avoid conflicting definitions of WINGDIAPI. by Dmitry Timoshkov · 13 years ago
  54. 00dfcb0 vbscript: Added support for exit for statement in 'for in' loops. by Jacek Caban · 13 years ago
  55. f8deed7 vbscript: Fixed function return crossing for loop. by Jacek Caban · 13 years ago
  56. 8de35a4 vbscript: Fixed 'exit do' statements crossing for in loops. by Jacek Caban · 13 years ago
  57. b675164 vbscript: Better representation of statement context. by Jacek Caban · 13 years ago
  58. 80c2760 Release 1.5.8. by Alexandre Julliard · 13 years ago wine-1.5.8
  59. 7cdd535 vbscript: Added for each loop tests. by Jacek Caban · 13 years ago
  60. 4426644 vbscript: Added interpreter and compiler support for for each loops. by Jacek Caban · 13 years ago
  61. 4ca8447 vbscript: Skip the first (null) instruction in dump_code. by Jacek Caban · 13 years ago
  62. ef6a6b0 vbscript: Added more parameterized assignment tests. by Jacek Caban · 13 years ago
  63. e56a590 vbscript: Added a hack for parameterized assignments with one argument. by Jacek Caban · 13 years ago
  64. 0bd5ba8 msvcp90: Added locale::empty implementation. by Piotr Caban · 13 years ago
  65. c5cd3d4 msvcp71: Forward basic_string::operator{<,<=,>,>=} to msvcp90. by Piotr Caban · 13 years ago
  66. c7636fe msvcp71: Forward basic_string::_Myptr functions to msvcp90. by Piotr Caban · 13 years ago
  67. e29c306 msvcp60: Keep class definitions in separate file. by Piotr Caban · 13 years ago
  68. 6c864c6 msvcp90: Keep class definitions in separate file. by Piotr Caban · 13 years ago
  69. 241ab92 winex11: Use the correct drawable with the X11DRV_GET_DRAWABLE escape. by Alexandre Julliard · 13 years ago
  70. 3ea8de2 winex11: Use our own structure for mode information. by Henri Verbeet · 13 years ago
  71. 3509c89 d3d8: Introduce a helper function to create D3DPRESENT_PARAMETERS from a wined3d_swapchain_desc. by Henri Verbeet · 13 years ago
  72. b4d0b4e d3d8: Introduce a helper function to create a wined3d_swapchain_desc from D3DPRESENT_PARAMETERS. by Henri Verbeet · 13 years ago
  73. c98725c d3d9: Introduce a helper function to create D3DPRESENT_PARAMETERS from a wined3d_swapchain_desc. by Henri Verbeet · 13 years ago
  74. 003ab4d d3d9: Introduce a helper function to create a wined3d_swapchain_desc from D3DPRESENT_PARAMETERS. by Henri Verbeet · 13 years ago
  75. 18126ee d3dx9/tests: Add effect parameter value SetMatrixTransposePointerArray() test. by Rico Schüller · 13 years ago
  76. 1ae494a d3dx9/tests: Add effect parameter value SetMatrixPointerArray() test. by Rico Schüller · 13 years ago
  77. 929c669 d3dx9: Implement ID3DXBaseEffect::SetMatrixTransposePointerArray(). by Rico Schüller · 13 years ago
  78. e5953b6 d3dx9: Implement ID3DXBaseEffect::SetMatrixPointerArray(). by Rico Schüller · 13 years ago
  79. 1f3b53c gdiplus: Fix the convert_unit() comment to reflect its functionality. by Dmitry Timoshkov · 13 years ago
  80. 5662163 gdiplus: Add parameter checks to GdipSetPropertyItem, print item contents in the trace. by Dmitry Timoshkov · 13 years ago
  81. b03e74e po: Update Korean translation. by Hwang YunSong · 13 years ago
  82. 665f1ee po: Update German translation. by Julian Rüger · 13 years ago
  83. ecf667a mshtml: Force cycle collection when releasing main document object. by Jacek Caban · 13 years ago
  84. fb45458 user32: Add test for ComboBox repositioning behavior. by Sergey Guralnik · 13 years ago
  85. d31b633 kernel32/tests: Test deleting a timer right after creating it. by Francois Gouget · 13 years ago
  86. b887e7a kernel32/tests: Improve some traces for the CreateTimerQueueTimer() tests. by Francois Gouget · 13 years ago
  87. 691b9b6 d3dx9_36/tests: Add a trailing '\n' to ok() calls. by Francois Gouget · 13 years ago
  88. 91e1680 dssenh/tests: Add a trailing '\n' to a skip() call. by Francois Gouget · 13 years ago
  89. 6333fa7 Assorted spelling fixes. by Francois Gouget · 13 years ago
  90. 1625dae msxml3: Added _newEnum() support for IXMLDOMNamedNodeMap. by Nikolay Sivov · 13 years ago
  91. 56e3b22 quartz: Use StdMemAllocator_from_IMemAllocator() instead of casts. by Michael Stefaniuc · 13 years ago
  92. 9262c55 quartz: Use unsafe_impl_from_IMediaSample() instead of a cast. by Michael Stefaniuc · 13 years ago
  93. f557ed6 quartz: Avoid a COM object => iface => object round trip. by Michael Stefaniuc · 13 years ago
  94. b904b69 quartz: COM cleanup for IMediaSample2. by Michael Stefaniuc · 13 years ago
  95. bb684aa shell32/tests: Fix a failure on w2k. by Detlef Riekenberg · 13 years ago
  96. 5c4ed98 windowscodecs: Implement IWICBitmapCodecInfo::GetPixelFormats. by Vincent Povirk · 13 years ago
  97. 8dad043 windowscodecs: Implement MetadataReaderInfo_DoesSupportPadding. by Dmitry Timoshkov · 13 years ago
  98. 10f8978 windowscodecs: Implement MetadataReaderInfo_DoesRequireFullStream. by Dmitry Timoshkov · 13 years ago
  99. bae3f2a windowscodecs: Implement MetadataReaderInfo_GetSpecVersion. by Dmitry Timoshkov · 13 years ago
  100. 497e884 windowscodecs: Implement PixelFormatInfo_GetSpecVersion. by Dmitry Timoshkov · 13 years ago