1. dfdea6c msvcrt: Add -ret64 flag on some functions that return a 64-bit value. by Alexandre Julliard · 15 years ago
  2. 3f4573c d3dx10: Fix typo in a forward name. by Alexandre Julliard · 15 years ago
  3. 7ab48e8 wer: Add new stubbed wer.dll. by Louis Lenders · 15 years ago
  4. 85b3f29 rstrtmgr: Add new stubbed dll rstrtmgr.dll. by Louis Lenders · 15 years ago
  5. 67d0195 mscoree/tests: Comment out a couple of tests that crash on Windows. by Alexandre Julliard · 15 years ago
  6. 3e9f0ca shell32: Add a few printer icon resource ids. by Huw Davies · 15 years ago
  7. a919735 include: Specify calling convention explicitly in idl files where needed. by Alexandre Julliard · 15 years ago
  8. c666808 widl: Set the default calling convention at header generation time, not at parsing time. by Alexandre Julliard · 15 years ago
  9. 7d28694 widl: Fix parsing of function calling conventions. by Alexandre Julliard · 15 years ago
  10. 6456fe5 shdoclc: Remove a space before an ellipsis in the Italian translation. by Francois Gouget · 15 years ago
  11. 7e352cc appwiz.cpl: Remove a space before an ellipsis in the Norwegian translation. by Francois Gouget · 15 years ago
  12. bd43ffe mshtml: Remove spaces before '\n's in the Portuguese translation. by Francois Gouget · 15 years ago
  13. c5e54a0 shell32: Remove spaces before '\n's in the Serbian translation. by Francois Gouget · 15 years ago
  14. 54fba17 programs: Remove spaces before '\n's in the Swedish translation. by Francois Gouget · 15 years ago
  15. 299b416 start: Remove spaces before '\n's in the Portuguese translation. by Francois Gouget · 15 years ago
  16. 046063a xcopy: Remove spaces before '\n's in the Korean translation. by Francois Gouget · 15 years ago
  17. e5394c6 userenv: Implement GetProfilesDirectory. by Juan Lang · 15 years ago
  18. 4e19b7a userenv/tests: Add tests for GetProfilesDirectory. by Juan Lang · 15 years ago
  19. 90c615a d3dx9_43: Add d3dx9_43.dll, forwarding to d3dx9_36.dll. by Matteo Bruni · 15 years ago
  20. 94deb85 wininet: Handle HTTP_STATUS_REDIRECT_METHOD. by Hans Leidekker · 15 years ago
  21. dd7514a msi: Move database initialization to a separate function. by Hans Leidekker · 15 years ago
  22. eef54ff msi: Open the database storage in transacted mode when MSIDBOPEN_CREATE or MSIDBOPEN_TRANSACT is specified. by Hans Leidekker · 15 years ago
  23. d411c49 msi/tests: Fix a WoW64 test failure. by Hans Leidekker · 15 years ago
  24. 44b15b0 msi: Create the product key if necessary in msi_publish_patches. by Hans Leidekker · 15 years ago
  25. 137dfbe msi/tests: Use a different product code in the package tests to avoid cascading test failures. by Hans Leidekker · 15 years ago
  26. ed62749 winepath: Adhere to the requested separator on failure. by Peter Rosin · 15 years ago
  27. 25efb00 msvcr90: Added _wstat64i32 implementation. by Piotr Caban · 15 years ago
  28. 3a25d7d msvcrt: Added _gcvt_s implementation. by Piotr Caban · 15 years ago
  29. 600fa76 msvcrt: Added _scprintf implementation. by Piotr Caban · 15 years ago
  30. 6467c83 msvcrt: Added _gmtime32_s and _gmtime64_s implementation. by Piotr Caban · 15 years ago
  31. 471bad1 msvcrt: Added _strdate_s and _wstrdate_s implementation. by Piotr Caban · 15 years ago
  32. 7d0c04d msvcrt: Added _strtime_s and _wstrtime_s implementation. by Piotr Caban · 15 years ago
  33. 3fec8d9 urlmon: Return failures from progress callback. by Juan Lang · 15 years ago
  34. af60f4b wine.inf.in: Add registry key under HKLM\%CurrentVersion%\Policies\System. by Louis Lenders · 15 years ago
  35. 144ddea urlmon: Improved support for opaque file URL paths. by Thomas Mullaly · 15 years ago
  36. fe89d8a urlmon: Finished adding basic support for Uri_CREATE_FILE_USE_DOS_PATH. by Thomas Mullaly · 15 years ago
  37. 9480098 urlmon: Improved support for determining if a URI is hierarchical or not. by Thomas Mullaly · 15 years ago
  38. 6a8b2d8 urlmon: Beginning to add support for Uri_CREATE_FILE_USE_DOS_PATH in CreateUri. by Thomas Mullaly · 15 years ago
  39. d88796f urlmon: Some opaque URIs get their port set. by Thomas Mullaly · 15 years ago
  40. 506dc37 urlmon: Some IUri's don't always have an absolute URI property. by Thomas Mullaly · 15 years ago
  41. 876dcc9 user32: Update Swedish translation. by Anders Jonsson · 15 years ago
  42. 8ecf937 winmm: Add Swedish translation. by Anders Jonsson · 15 years ago
  43. 59296b7 mpr: Fix translations. by Amine Khaldi · 15 years ago
  44. ff7dc44 d3dx9_36: Implement D3DXDeclaratorFromFVF(). by Henri Verbeet · 15 years ago
  45. 79e4f66 d3dx9_36/tests: Add some more FVF position handling tests. by Henri Verbeet · 15 years ago
  46. 6e518a1 d3dx9_36/tests: Cleanup / simplify test_fvf_decl_conversion(). by Henri Verbeet · 15 years ago
  47. 3b4d9ae wined3d: Simplify wined3d_format_convert_from_float(). by Henri Verbeet · 15 years ago
  48. 38137d7 wined3d: Cleanup some 2-space indentation. by Henri Verbeet · 15 years ago
  49. f6bcd27 shell32: Add missing WINAPI to SHGetPropertyStoreFromParsingName. by Alexandre Julliard · 15 years ago
  50. 5393f0a ntdll: Fix the protection state of writable sections. by Alexandre Julliard · 15 years ago
  51. 8e2e95e ntdll/tests: Add a test for the protection state of the read-write data section. by Alexandre Julliard · 15 years ago
  52. ed69ddb user32: Optimize the storage of default color values. by André Hentschel · 15 years ago
  53. 9de9cbb rpcrt4: Retrieve the stack argument pointer in a more portable way in NdrClientCall. by Alexandre Julliard · 15 years ago
  54. e095467 rpcrt4: Fix cfi annotations for the stubless proxy entry point. by Alexandre Julliard · 15 years ago
  55. 964500a ddraw/tests: New visual back buffer flipping tests. by Oldřich Jedlička · 15 years ago
  56. c293424 user32: Make GetMessage and PeekMessage patchable. by Stefan Dösinger · 15 years ago
  57. 91c5c0b shell32: Add a navigation pane to the ExplorerBrowser control. by David Hedberg · 15 years ago
  58. 2095260 shell32: Add INameSpaceTreeControlEvents stub to the ExplorerBrowser control. by David Hedberg · 15 years ago
  59. 479a9ee include: Fix INameSpaceTreeControlEvents interface declaration. by David Hedberg · 15 years ago
  60. 555c519 shell32: Get ExplorerPaneVisibility from site of the ExplorerBrowser control. by David Hedberg · 15 years ago
  61. ddcd619 shell32: Check for ICommDlgBrowser from site and use it in the IExplorerBrowser control. by David Hedberg · 15 years ago
  62. 8964608 ole32: Cache data and block locations in BigBlockStream objects. by Vincent Povirk · 15 years ago
  63. 101de22 ole32: Flush before returning from any storage API call that writes. by Vincent Povirk · 15 years ago
  64. 9ea1d13 mscoree: Improve GetRequestedRuntimeInfo. by Louis Lenders · 15 years ago
  65. 830867a mscoree/tests: Add some tests for GetRequestedRuntimeInfo. by Louis Lenders · 15 years ago
  66. b534bf1 include: Add RUNTIME_INFO_FLAGS enumeration to mscoree header. by Louis Lenders · 15 years ago
  67. f0253f3 usp10: Make SHAPE_ApplyOpenTypeFeatures() static. by Francois Gouget · 15 years ago
  68. cc0818b gameux: Use SUBLANG_NEUTRAL for language-independent resources. by Francois Gouget · 15 years ago
  69. 7e6e25c msvcp90: Make init_cxx_funcs() static. by Francois Gouget · 15 years ago
  70. 59ae1d6 qedit: Make (media,pins)enum_create() static. by Francois Gouget · 15 years ago
  71. a62beee shdocvw: Make adjust_ie_docobj_rect() static. by Francois Gouget · 15 years ago
  72. 2dbe80b msxml3: Make parse_xml() static. by Francois Gouget · 15 years ago
  73. 8759191 shell32/tests: Add a trailing '\n' to an ok() call. by Francois Gouget · 15 years ago
  74. 537d933 d3dxof: Make debugstr_fourcc() static. by Francois Gouget · 15 years ago
  75. 2f8f70b d3dx9_36: Make {is,make}_pow2() static. by Francois Gouget · 15 years ago
  76. ea67356 d3dcompiler_43: Make debug_print_{relarg,swizzle,writemask}() static. by Francois Gouget · 15 years ago
  77. 06c9afb winedbg: Initial Sparc support. by Austin English · 15 years ago
  78. aebb9dd winedbg: Don't access inside a bp structure if it's not initialized. by Eric Pouech · 15 years ago
  79. 1e0af22 dbghelp: dwarf debug info: a few more fixes to dwarf parsing. by Eric Pouech · 15 years ago
  80. 1bfd899 d3dx9_36/tests: Avoid a redundant vertex declaration copy in test_decl_to_fvf(). by Henri Verbeet · 15 years ago
  81. 5ed9403 d3dx9_36: Fix the D3DXFVFFromDeclarator() prototype. by Henri Verbeet · 15 years ago
  82. b233e7b wined3d: Rename the "format" field in wined3d_format_desc to "id". by Henri Verbeet · 15 years ago
  83. 42b814c wined3d: Remove the GetContainer() methods from the public wined3d interface. by Henri Verbeet · 15 years ago
  84. 22428d9 wined3d: Don't set a NULL container of type WINED3D_CONTAINER_TEXTURE. by Henri Verbeet · 15 years ago
  85. 69637db mshtml: Get rid of no longer needed nsIComponentRegistrar::AutoRegister call. by Jacek Caban · 15 years ago
  86. 4f16b73 mshtml: Use IActiveScriptSiteDebug64 instead of IActiveScriptSiteDebug32 on win64. by Jacek Caban · 15 years ago
  87. a0a4667 oleaut32: Add tests for DispCallFunc and fix a number of corner cases. by Alexandre Julliard · 15 years ago
  88. 56b8d5d shell32: Add IObjectWithSite implementation to the ExplorerBrowser control. by David Hedberg · 15 years ago
  89. f118c64 shell32: Implement CommDlgBrowser::OnDefaultCommand in the ExplorerBrowser control. by David Hedberg · 15 years ago
  90. 59965f9 shell32: Add ICommDlgBrowser3 stub to the ExplorerBrowser control. by David Hedberg · 15 years ago
  91. fdccbd9 shell32: Add a travellog to the ExplorerBrowser control. by David Hedberg · 15 years ago
  92. 00889f1 shell32: Implement IExplorerBrowser::BrowseToObject. by David Hedberg · 15 years ago
  93. ecb02ec mcicda: Access the first CD-ROM unless given a device letter. by Jörg Höhle · 15 years ago
  94. 5bff616 mcicda: Opens d, d:, d:\, d:\foo since w2k. Only d: is portable. by Jörg Höhle · 15 years ago
  95. 127af15 mscoree: Improve GetCORSytemDirectory. by Louis Lenders · 15 years ago
  96. f317d6b mscoree/tests: Add a few tests for GetCORSytemDirectory. by Louis Lenders · 15 years ago
  97. c74f749 include: Fixed LIST_ENTRY macro type casts for win64. by Kai Tietz · 15 years ago
  98. 898e17f msvcrt: Added _set_purecall_handler implementation. by Piotr Caban · 15 years ago
  99. 76058b1 msvcrt: Added _set_SSE2_enable stub. by Piotr Caban · 15 years ago
  100. 0b15305 mshtml: Added Gecko64 support. by Jacek Caban · 15 years ago