1. c4b1195 Assorted spelling fixes. by Francois Gouget · 17 years ago
  2. 5ab977e dplayx: Fix some memory leaks. by Andrew Talbot · 18 years ago
  3. cd6472f dplayx: Fixed memory leak in dplay.c (found by Smatch). by Lionel Debroux · 18 years ago
  4. 8cb25a4 dplayx: Remove 'recursive registry key delete' function. by Stefan Leichter · 18 years ago
  5. 9cc84f6 dplayx: Cast-qual warning fix. by Andrew Talbot · 18 years ago
  6. 43b278c dplayx: Constify some variables. by Andrew Talbot · 18 years ago
  7. 2d9685d dplayx: Fix a typo. by Andrew Talbot · 18 years ago
  8. 3040e09 dplayx: Implement proper interface locking for DP_EnumSession. by Alessandro Pignotti · 18 years ago
  9. 6406a20 dplayx: Fixes the order of GUID initialization and storage. by Alessandro Pignotti · 18 years ago
  10. 7169718 dplayx: Corrected the way nameserver initializes the sessiondesc structure on broadcast request reply. by Alessandro Pignotti · 18 years ago
  11. d8b24e3 dplayx: Check for null pointer dereference in DP_FindPlayer. by Alessandro Pignotti · 18 years ago
  12. 9d69d53 dplayx: DirectPlay should keep track of the user count. by Alessandro Pignotti · 18 years ago
  13. a950a47 dplayx: Add DebugInfo to critical sections. by Jan Zerebecki · 18 years ago
  14. eeb289e dplayx/tests: Fix compilation on systems that don't support nameless unions. by Francois Gouget · 18 years ago
  15. 2c595a1 dplayx/tests: Add missing '\n' to ok() call. by Francois Gouget · 18 years ago
  16. cc549b2 dplayx: Remove unneeded test, fix compilation on msvc++. by Kai Blin · 18 years ago
  17. 2a13eb0 dplayx: Use skip and fix indentation. by Kai Blin · 18 years ago
  18. d1331e6 dplay: Directplay should initialize session Guid, with conformance tests. by Alessandro Pignotti · 18 years ago
  19. 22684cc janitorial: Remove stray '\' at end of lines. by Michael Stefaniuc · 18 years ago
  20. f0763b9 dplayx: Declare some functions static. by Andrew Talbot · 18 years ago
  21. b99e60e dplayx: Make some data const. by Dmitry Timoshkov · 18 years ago
  22. ec8393d dplayx: Display requested provider. by Detlef Riekenberg · 18 years ago
  23. 1ccf944 Assorted spelling fixes. by Francois Gouget · 18 years ago
  24. 30e44c8 Assorted spelling fixes. by Francois Gouget · 18 years ago
  25. 4b57bd5 dplayx: Fix spelling of the DPLAYX_AcquireSemaphore() macro. by Francois Gouget · 18 years ago
  26. 699d441 dplayx: Win64 printf format warning fixes. by Michael Stefaniuc · 18 years ago
  27. 85ce511 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. by Michael Stefaniuc · 19 years ago
  28. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  29. ded7d0b dplayx: Cast-qual warnings fix. by Andrew Talbot · 19 years ago
  30. eb8a40c libs: Merged libwine_unicode into libwine. by Alexandre Julliard · 19 years ago
  31. 77dc0d9 .gitignore: Added wildcards to ignore generated resource files. by Alexandre Julliard · 19 years ago
  32. 5258e06 make_dlls: Ignore generated import libraries from the top-level .gitignore. by Alexandre Julliard · 19 years ago
  33. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  34. 8f143f1 Use the return value of register_key_guid. by Paul Vriens · 19 years ago
  35. 9f37cd5 dplayx: Don't use sizeof in traces to avoid printf format warnings. by Alexandre Julliard · 19 years ago
  36. 9ca8a86 Link against libwine_unicode everywhere we use Unicode functions. by Alexandre Julliard · 19 years ago
  37. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  38. 4054c06 directx: Update file versions to dx9c (compared to win2k). by Vitaliy Margolen · 19 years ago
  39. 7440710 Check the return value from register_key_guid in all the DLL registering code. by Robert Shearman · 19 years ago
  40. 75fc82c dplayx: Fix semaphore deadlock. by Aric Cyr · 19 years ago
  41. 1a1583a Match PSDK STATUS_* definitions. by Ge van Geldorp · 19 years ago
  42. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  43. 0edbaf7 Remove spaces before '\n' in traces. by Francois Gouget · 19 years ago
  44. 7e22be4 We are no longer generating .dbg.c files. by Alexandre Julliard · 20 years ago
  45. 4a5378e Fix some gcc 4.0 warnings. by Mike McCormack · 20 years ago
  46. 7160af0 Uniformize DllMain TRACEing across dlls. by Vincent Béron · 20 years ago
  47. 0de0d11 Change some Dll* functions so they are exported by name like on by Francois Gouget · 20 years ago
  48. d37f0ab Don't prefix the functions DllCanUnloadNow, DllGetClassObject and by Alexandre Julliard · 20 years ago
  49. 65f20821 Add missing WINAPI to MSXML_DllGetClassObject(). by Francois Gouget · 20 years ago
  50. b8d3075 Uncomment the typedef in the DECLARE_INTERFACE macro, and get rid of by Alexandre Julliard · 20 years ago
  51. bda7ace Interlocked LONG* gcc warning fixes. by Mike McCormack · 20 years ago
  52. 0791d06 Interlocked LONG* gcc warning fixes. by Mike McCormack · 20 years ago
  53. 257c337 gcc 4.0 -Wpointer-sign fixes (Reg* functions). by Mike McCormack · 20 years ago
  54. 2440dcf Fix -Wmissing-declarations warnings. by Stefan Huehner · 20 years ago
  55. b67da5b Make more of the OLE interface vtables const. by Dmitry Timoshkov · 20 years ago
  56. c53db19 Rewrite DirectPlayEnumerateA and add W version at the same time. by Lionel Ulmer · 20 years ago
  57. 34fa35d Added rules for building import libraries in the individual dll by Alexandre Julliard · 20 years ago
  58. d62356a Added rules to build import libraries in the individual dll makefiles. by Alexandre Julliard · 20 years ago
  59. e8ec9d5 DPSET_REMOTE is 0 so we cannot do (flags & DPSET_REMOTE). Instead by Francois Gouget · 20 years ago
  60. 9ed61de Get rid of HeapAlloc casts. by Jakob Eriksson · 20 years ago
  61. 93416cd Assorted spelling fixes. by Francois Gouget · 20 years ago
  62. aa5676b Avoid ConvertToGlobalHandle calls. by Raphael Junqueira · 20 years ago
  63. 4d801b6 Assorted spelling fixes. by Francois Gouget · 20 years ago
  64. da8b3dd Assorted spelling fixes. by Francois Gouget · 20 years ago
  65. 6a8268f Use Interlocked* functions in AddRef and Release. by Paul Vriens · 20 years ago
  66. 4a0f999 Use CreateEventW in preference to CreateEventA for unnamed events. by Mike McCormack · 20 years ago
  67. 5ad7d85 Do not check for non NULL pointer before HeapFree'ing it. It's redundant. by Michael Stefaniuc · 20 years ago
  68. c164e06 Fixed array index overflow. by Eric Pouech · 20 years ago
  69. 0a25896 Const correctness fixes. by Eric Pouech · 20 years ago
  70. 5c38e1b Version resources cleanup. by Tom Wickline · 20 years ago
  71. 3bb5b09 Assorted spelling fixes. by Francois Gouget · 20 years ago
  72. 486d020 Don't define COBJMACROS in objbase.h. Update the Wine sources accordingly. by Francois Gouget · 20 years ago
  73. 739e5b0 Avoid depending on the non-standard IUnknown_METHODS macro in Wine by Alexandre Julliard · 21 years ago
  74. 6be32f7 Don't use COBJMACROS on internal interfaces. by Francois Gouget · 21 years ago
  75. 39a696a Removed some uses of the non-standard ICOM_THIS macro. by Alexandre Julliard · 21 years ago
  76. f714b39 Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE macro. by Alexandre Julliard · 21 years ago
  77. 48c4bb3 Get rid of the non-standard ICOM_VTABLE macro. by Alexandre Julliard · 21 years ago
  78. 0467ce9 Get rid of the non-standard ICOM_VFIELD macro. by Alexandre Julliard · 21 years ago
  79. 616940e Get rid of the non-standard ICOM_DEFINE macro. by Alexandre Julliard · 21 years ago
  80. 2d34619 Move definitions of static vtables from header to dplay.c. by Marcus Meissner · 21 years ago
  81. 10778aa Updated the version info of all DirectX dlls to the version numbers of by Ivan Leo Murray-Smith · 21 years ago
  82. 9e4ed64 .spec.c files are no longer used for 32-bit dlls. by Alexandre Julliard · 21 years ago
  83. 20b4585 Only link against libdxguid where necessary. by Alexandre Julliard · 21 years ago
  84. 100e113 Fix various function prototypes to conform to PSDK. by Ge van Geldorp · 21 years ago
  85. bc08f32 Fix some return values of dplayx API calls. by Sami Aario · 21 years ago
  86. fbdfd91 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. by Dimitrie O. Paun · 21 years ago
  87. ee1eb63 Fixed warnings with gcc option "-Wwrite-strings". by Daniel Marmier · 22 years ago
  88. 224063f Some spelling fixes. Fix the case of WineHQ. by Francois Gouget · 22 years ago
  89. aaf38e3 Remove obsolete information. by Tom Wickline · 22 years ago
  90. e21e3d0 Merge documentation/status/directplay into the code. by Dimitrie O. Paun · 22 years ago
  91. 20c169e Fixed a few more headers dependency issues. by Alexandre Julliard · 22 years ago
  92. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  93. 1c6a20f Set version to 8.1. by Tom Wickline · 22 years ago
  94. 718f9e9 Implement DllRegisterServer and DllUnregisterServer for dplayx.dll, by John K. Hohm · 22 years ago
  95. b636334 Set version to DirectX 7. by Tom Wickline · 22 years ago
  96. 20698b2 Make the DllRegisterServer, DllRegisterServerEx, DllUnregisterServer, by Alexandre Julliard · 22 years ago
  97. 56aaea2 Spelling fixes. by Francois Gouget · 22 years ago
  98. 4e1ef0c For all DLLs with defined DllMain and which do not require by Dmitry Timoshkov · 22 years ago
  99. c5f775a Typos/spelling fixes. by Francois Gouget · 22 years ago
  100. f803e2a Fix miscellaneous spelling errors and typos. by Francois Gouget · 22 years ago