1. c739edf sane.ds: Simplify SANE_SaneCapability. by Jeremy White · 16 years ago
  2. 2486357 wineesd.drv: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  3. caa604b msvfw32: Remove some Win64 compiler warnings. by Michael Stefaniuc · 16 years ago
  4. a90828a ole32: Use GetWindowLongPtr/SetWindowLongPtr for pointers. by Michael Stefaniuc · 16 years ago
  5. d360588 winenas.drv: dwParam1 and dwParam2 cwhave the type DWORD_PTR. by Michael Stefaniuc · 16 years ago
  6. 2524523 fusion/tests: Mark some tests as broken() on .NET 1.0. by Paul Vriens · 16 years ago
  7. f879176 ddraw: Use ddraw_from_d3d7 to make a (IDirectDrawImpl *) from a (IDirect3D7 *). by Vincent Pelletier · 16 years ago
  8. 95b8f49 crypt32: Fix some tests on Windows 98. by Juan Lang · 16 years ago
  9. 7cc615e crypt32: Fix a few more test failures on older versions of Windows. by Juan Lang · 16 years ago
  10. 8cb1701 gdiplus: Handle zero width/height in GdipAddPathPie. by Nikolay Sivov · 16 years ago
  11. 2e29c7d activscp.idl: Added IActiveScriptParseProcedure*64 interfaces and use it on Win64. by Jacek Caban · 16 years ago
  12. 8496db4 gdiplus: Some tests for LinearGradientBrush. by Nikolay Sivov · 16 years ago
  13. 17db41c msxml3: Use our parent doc if we don't have one. by Alistair Leslie-Hughes · 16 years ago
  14. e0aee93 msadp32.acm: Make destination aligned on destination block size (copy/paste error). by Vincent Pelletier · 16 years ago
  15. 7754f2e gphoto2.ds: Replace malloc() with HeapAlloc(). by Andrew Talbot · 16 years ago
  16. d904d13 include: Fix commdlg hook procedures return type. by Ricardo Filipe · 16 years ago
  17. c861e03 spoolss: Implement EnumMonitors. by Detlef Riekenberg · 16 years ago
  18. 857e942 winspool: Move EnumPortsW to the backend. by Detlef Riekenberg · 16 years ago
  19. 51f078b localspl: Move provider functions to a seperate file. by Detlef Riekenberg · 16 years ago
  20. f803e9d fusion/tests: Skip tests on .NET 1.1. by Paul Vriens · 16 years ago
  21. 54b2984 shell32: Make ILGetDisplayNameExA() static, remove WINAPI and fix its documentation. by Francois Gouget · 16 years ago
  22. a3f8fd7 oleaut32: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  23. 15d07b5 winedos: Adjust get_timer_val calls to prevent buffer overflow. by Florian Tobias Schandinat · 16 years ago
  24. a5162b6 user32/tests: Fix some window test failures on various Windows platforms. by Alexandre Julliard · 16 years ago
  25. 0f3445d dbghelp: Fix handling of empty file regexp (Coverity). by Alexandre Julliard · 16 years ago
  26. 398b5cf advapi32: LookupAccountNameW removed redundant NULL check (Coverity). by Marcus Meissner · 16 years ago
  27. b859d20 ole32: Allow some optional methods to be called in the OleCreate tests. by Rob Shearman · 16 years ago
  28. d26250f ole32: Add framework in the ole2 tests for having optionally called methods. by Rob Shearman · 16 years ago
  29. db851a1 ole32: Output the size that we didn't expect in the HGLOBAL marshalling tests. by Rob Shearman · 16 years ago
  30. f2b1702 ole32: Fix some test failures in the HGLOBAL marshalling tests on 64-bit Windows. by Rob Shearman · 16 years ago
  31. 2eca96a ole32: Fix CLIPFORMAT marshalling on 64-bit platforms by not using the wireCLIPFORMAT type. by Rob Shearman · 16 years ago
  32. c80fdb8 comctl32: Use style to distinguish between embedded and standalone propsheets. by Vitaliy Margolen · 16 years ago
  33. edca49f riched20: Remove unused functions. by Andrew Talbot · 16 years ago
  34. 53f9b31 user32: LookupIconIdFromDirectory16() is unused so remove it. by Francois Gouget · 16 years ago
  35. 55dccf2 uxtheme: UXINI_ResetINI() is unused so remove it. by Francois Gouget · 16 years ago
  36. eda0ec3 d3dx9_36: The d3dx debug channel is unused so remove it. by Francois Gouget · 16 years ago
  37. 0ecc22b shell32: HCR_GetDefaultIconFromGUIDW() is unused so remove it. by Francois Gouget · 16 years ago
  38. fc93ff3 shell32: Get rid of TRASH_ELEMENT and TRASH_DisposeElement(). by Francois Gouget · 16 years ago
  39. 59c00d5 shell32: Remove some unused functions in clipboard.c. by Francois Gouget · 16 years ago
  40. a8187db winealsa.drv: ALSA_PeekRingMessage() is not used anymore so remove it. by Francois Gouget · 16 years ago
  41. 4617d77 urlmon: Make create_http_protocol() static. by Francois Gouget · 16 years ago
  42. 07b7da7 user32: Make EditWndProcW() static, fix its documentation. by Francois Gouget · 16 years ago
  43. 9e7b556 user32: Reorder some functions to avoid forward declarations in edit.c. by Francois Gouget · 16 years ago
  44. 0e9695d user32: Remove unneeded forward declarations in edit.c. by Francois Gouget · 16 years ago
  45. c8b4455 richedit: Removed ME_StrRelPos, ME_StrRelPos2, & ME_PosToVPos functions. by Dylan Smith · 16 years ago
  46. 1eb0f73 richedit: Got rid of ME_GetCharFwd and ME_GetCharBack. by Dylan Smith · 16 years ago
  47. 5f15de0 richedit: Removed ME_StrLen and ME_StrVLen field access functions. by Dylan Smith · 16 years ago
  48. f148d82 richedit: Got rid of useless function ME_VPosToPos. by Dylan Smith · 16 years ago
  49. d306b6b richedit: Removed some conditions that are always taken. by Dylan Smith · 16 years ago
  50. 4b7e8f1 richedit: Avoid duplication in make string functions using ME_MakeStringB. by Dylan Smith · 16 years ago
  51. f53f40b richedit: Prevent string trunction due to NULL characters. by Dylan Smith · 16 years ago
  52. 1ceb903 richedit: Simplified ME_UpdateSelectionLinkAttribute. by Dylan Smith · 16 years ago
  53. 71d797c richedit: Directly get start and end of text on Ctrl-Home or Ctrl-End. by Dylan Smith · 16 years ago
  54. c2c2c11 richedit: Wrap even when message says not to repaint. by Dylan Smith · 16 years ago
  55. 6ae7b1f include: Moved VWIN32 ioctl definitions out of winioctl.h. by Alexandre Julliard · 16 years ago
  56. 72fdb74 setupapi: Don't use 'interface' as variable name, since it can be defined to a keyword. by Alexandre Julliard · 16 years ago
  57. 0a81b78 jscript: Rename the GetObjectW variable to avoid conflict with the function of the same name. by Alexandre Julliard · 16 years ago
  58. 7682bc6 rsaenh: Rename the HANDLETABLE structure to avoid conflicts with wingdi.h. by Alexandre Julliard · 16 years ago
  59. 8bb21b7 include: Undefine a few Unicode macros that conflict with interface functions. by Alexandre Julliard · 16 years ago
  60. e3c5225 qcap: Remove an unused function. by Andrew Talbot · 16 years ago
  61. 9a079a6 cabinet: Declare a function static. by Andrew Talbot · 16 years ago
  62. 76f4b9b rpcrt4: Don't abort reading from a pipe if a single read is short. by Juan Lang · 16 years ago
  63. c7d65aa cryptui: Delete the private keys if requested when they're successfully exported. by Juan Lang · 16 years ago
  64. ccc2be7 cryptui: Save private key in temporary store when exporting it. by Juan Lang · 16 years ago
  65. af87814 cryptui: Ensure a certificate's private key is exportable before allowing it to be selected for export. by Juan Lang · 16 years ago
  66. fd3cd61 cryptui: Correct return value of the user cancels the export wizard. by Juan Lang · 16 years ago
  67. 0d961d9 cryptui: Implement exporting to a PFX file. by Juan Lang · 16 years ago
  68. 8cb9702 cryptui: Skip password page when moving backward through the export wizard if it wasn't shown in the first place. by Juan Lang · 16 years ago
  69. 0eefd4f cryptui: Validate password in export wizard. by Juan Lang · 16 years ago
  70. 6209459 cryptui: Only show password page if the private key is to be exported. by Juan Lang · 16 years ago
  71. 9c52df8 cryptui: Add a password page to the export wizard. by Juan Lang · 16 years ago
  72. 7dae1dc cryptui: Enable/disable PFX choice based on whether the private key is to be exported. by Juan Lang · 16 years ago
  73. f09b7fa cryptui: Set default export format based on whether the private key is to be exported. by Juan Lang · 16 years ago
  74. bd3c992 cryptui: Make a copy of export info in CryptUIWizExport. by Juan Lang · 16 years ago
  75. 53c84a8 cryptui: Prompt whether to export the private key from CryptUIWizExport. by Juan Lang · 16 years ago
  76. fb9b95b riched20: Fix some Win64 compiler warnings. by Michael Stefaniuc · 16 years ago
  77. df271e0 spoolss: Add missing LeaveCriticalSection on error path (Smatch). by Michael Stefaniuc · 16 years ago
  78. a840c35 msctf: Hook up ITfContextOwnerCompositionSink if present. by Aric Stewart · 16 years ago
  79. 42be55d crypt32: Fix a regression in chain tests. by Juan Lang · 16 years ago
  80. e9996b9 avifil32: Ukranian translation. by Artem Reznikov · 16 years ago
  81. 7ca85aa winmm: Disable system thread if poll() support is missing. by Alexandre Julliard · 16 years ago
  82. 88fd1ba makefiles: Pass the target flags to winegcc. by Alexandre Julliard · 16 years ago
  83. 6421c47 mshtml: Implement IHTMLStyle_get_backgroundColor. by Alistair Leslie-Hughes · 16 years ago
  84. 20bd888 mshtml: Implement IHTMLStyle_put_fontWeight. by Alistair Leslie-Hughes · 16 years ago
  85. 9056d4d spoolss: Move routing functions to a seperate file. by Detlef Riekenberg · 16 years ago
  86. 0639904 sane.ds: More completely implement ICAP_XFERMECH, with helper functions. by Jeremy White · 16 years ago
  87. f1bb04f d3dx8: Implement D3DXComputeBoundingBox. by David Adam · 16 years ago
  88. 0ccc431 d3dx8: Implement D3DXComputeBoundingSphere. by David Adam · 16 years ago
  89. 1d3889f d3dx8: Add tests for D3DXGetFVFVertexSize. by Luis C. Busquets Pérez · 16 years ago
  90. 496bc4d d3dx8: Implement D3DXGetFVFVertexSize. by David Adam · 16 years ago
  91. cdf6161 d3dx8: Change the debug channel into the generic d3dx. by David Adam · 16 years ago
  92. 952d10a d3dx8: Remove useless includes. by David Adam · 16 years ago
  93. edef19f d3dx8: Move some functions into core.c to match the header file layout. by David Adam · 16 years ago
  94. fb04bcf Fix position of CDECL qualifier for functions that return pointers. by Alexandre Julliard · 16 years ago
  95. fc46bb1 comctl32/tests: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  96. 5c91d53 richedit: Avoided searching for adjacent paragraphs through runs. by Dylan Smith · 16 years ago
  97. 5a84e19 richedit: Removed incorrect FIXME comment. by Dylan Smith · 16 years ago
  98. e082dd3 richedit: Add paragraph field to wrap context to avoid searching for it. by Dylan Smith · 16 years ago
  99. d20e057 richedit: Accept paragraph as parameter for ME_CharOfsFromRunOfs. by Dylan Smith · 16 years ago
  100. 12ca50d richedit: Get the paragraph with ME_RunOfsFromCharOfs. by Dylan Smith · 16 years ago