1. 2b54a7e dmloader: Remove an unused critical section. by Francois Gouget · 13 years ago
  2. 3de330d tests: Remove unneeded assert.h includes. by Francois Gouget · 14 years ago
  3. b5a33da dlls: Assorted spelling fixes. by Frédéric Delanoy · 14 years ago
  4. b56dc9a winecrt0: Remove the clsid parameter in __wine_(un)register_resources. by Alexandre Julliard · 14 years ago
  5. 989f39e dmloader: Simplify the module refcount handling. by Michael Stefaniuc · 14 years ago
  6. 98a36f4 dmloader: Merge and simplify the IClassFactory implementations. by Michael Stefaniuc · 14 years ago
  7. 8d1a9bb dmloader: Mark internal symbols with hidden visibility. by Marcus Meissner · 14 years ago
  8. 4e4ea3f dmloader: Convert dll registration to the IRegistrar mechanism. by Alexandre Julliard · 14 years ago
  9. 81b8ee8 makefiles: Add a standard header for all makefiles to replace the common variable initializations. by Alexandre Julliard · 15 years ago
  10. b86d515 dlls: Remove explicit imports of kernel32 and ntdll. by Alexandre Julliard · 15 years ago
  11. 8a3daa6 dmloader: Remove redundant "not NULL" check of the pDesc arg. by Michael Stefaniuc · 15 years ago
  12. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  13. 6164ce2 makefiles: Use the standard C_SRCS variable as the list of test files. by Alexandre Julliard · 15 years ago
  14. 5e39af2 dmloader: Fix a possible null dereference. by David Adam · 15 years ago
  15. 6891b96 dmloader: pObject NULL checks are not necessary (Coverity). by Marcus Meissner · 15 years ago
  16. 96848a0 Remove spaces before '\n's. by Francois Gouget · 16 years ago
  17. 2aebb56 dmloader: Fixed some pointer read/write checks (Coverity). by Marcus Meissner · 16 years ago
  18. 4b50a4c dmloader: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  19. 2166afc Assorted spelling fixes. by Francois Gouget · 16 years ago
  20. fae2edb dmloader: Add a trailing '\n' to a Wine trace. by Francois Gouget · 16 years ago
  21. 63aff89 janitorial: Remove unneeded user32 imports. by Hans Leidekker · 16 years ago
  22. 8bd9a3a janitorial: Don't depend on user32 for the self registration functions. by Hans Leidekker · 16 years ago
  23. 02bfacf dmloader: Make some functions static. by Alexandre Julliard · 16 years ago
  24. 72f3e3d dmloader: Remove an unused function. by Alexandre Julliard · 16 years ago
  25. b362db0 dmloader: Remove WINAPI on static functions where not needed. by Francois Gouget · 16 years ago
  26. b609a5c dmloader: Do not cast NULL. by Michael Stefaniuc · 16 years ago
  27. 7b24ee7 dmloader: Sign-compare warning fix. by Andrew Talbot · 17 years ago
  28. aa68258 Fix a few %ll printf formats. by Alexandre Julliard · 17 years ago
  29. dad21bb makefiles: List the static libraries as normal imports instead of extra libs. by Alexandre Julliard · 17 years ago
  30. b4f5293 Spelling fixes. by Austin English · 17 years ago
  31. 5dd2f1e Include config.h and wine/port.h in files that use snprintf. by Rob Shearman · 17 years ago
  32. 4cd6ef7 dmloader: Assign to structs instead of using memcpy. by Andrew Talbot · 17 years ago
  33. 9e55f92 dmloader: Remove unneeded casts. by Andrew Talbot · 17 years ago
  34. 63a3d87 dmloader: Remove 'recursive registry key delete' function. by Stefan Leichter · 18 years ago
  35. 4a0ad1d dmloader: Do not use wide character constants. by Michael Stefaniuc · 18 years ago
  36. 7718d2b dmusic: Fix license headers that mistakenly use GPL instead of LGPL. by Alexandre Julliard · 18 years ago
  37. b19be88 dmloader: Constify some variables. by Andrew Talbot · 18 years ago
  38. 70f6afd dmloader: Add DebugInfo to critical sections. by Jan Zerebecki · 18 years ago
  39. aab5e58 Don't put single quotes around '%s' when using the debugstr_*() functions. by Francois Gouget · 18 years ago
  40. 22684cc janitorial: Remove stray '\' at end of lines. by Michael Stefaniuc · 18 years ago
  41. b530ac9 dmloader: Declare some functions static. by Andrew Talbot · 18 years ago
  42. e6a0a09 dmloader: Dangling references fix. by Andrew Talbot · 18 years ago
  43. 187b6ed dmloader: Win64 printf format warning fixes. by Michael Stefaniuc · 18 years ago
  44. 5d6ab30 dmloader: Modify the debugstr_DMUS_* functions to return strings that never end with a '\n'. by Francois Gouget · 18 years ago
  45. 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
  46. 0eab042 dmloader: Print 64bit integers with wine_dbgstr_longlong. by Stefan Leichter · 19 years ago
  47. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  48. eb8a40c libs: Merged libwine_unicode into libwine. by Alexandre Julliard · 19 years ago
  49. 77dc0d9 .gitignore: Added wildcards to ignore generated resource files. by Alexandre Julliard · 19 years ago
  50. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  51. 8f143f1 Use the return value of register_key_guid. by Paul Vriens · 19 years ago
  52. 1217997 dmloader: Make the virtual table functions static where possible. by Alexandre Julliard · 19 years ago
  53. 9ca8a86 Link against libwine_unicode everywhere we use Unicode functions. by Alexandre Julliard · 19 years ago
  54. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  55. 7440710 Check the return value from register_key_guid in all the DLL registering code. by Robert Shearman · 19 years ago
  56. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  57. 110cca7 Add some checks and fix some stream leaks. by Christian Costa · 19 years ago
  58. 7e22be4 We are no longer generating .dbg.c files. by Alexandre Julliard · 20 years ago
  59. 1de5d3c Correct more mismatches between spec files and comments about export number. by Francois Gouget · 20 years ago
  60. 21e3ba8 Correct mismatches between spec files and comments about export number. by Vincent Béron · 20 years ago
  61. d37f0ab Don't prefix the functions DllCanUnloadNow, DllGetClassObject and by Alexandre Julliard · 20 years ago
  62. b8d3075 Uncomment the typedef in the DECLARE_INTERFACE macro, and get rid of by Alexandre Julliard · 20 years ago
  63. 85c9283 Don't generate import libraries for dlls that don't export anything. by Alexandre Julliard · 20 years ago
  64. c7fdb45 Fix gcc 4.0 -Wpointer-sign warnings. by Mike McCormack · 20 years ago
  65. a63de8d Avoid one more access to pcbRead. by Alex Villacís Lasso · 20 years ago
  66. 4a109c7 Prevent crash on IDirectMusicLoaderResourceStream_IStream_Read. by Alex Villacís Lasso · 20 years ago
  67. 247246e Make more of the OLE interface vtables const. by Dmitry Timoshkov · 20 years ago
  68. 34fa35d Added rules for building import libraries in the individual dll by Alexandre Julliard · 20 years ago
  69. d62356a Added rules to build import libraries in the individual dll makefiles. by Alexandre Julliard · 20 years ago
  70. 6aefbc0 Strncpy elimination. by Peter Berg Larsen · 20 years ago
  71. 6e3bcb5 Replace strncpy with memcpy or lstrcpyn. by Peter Berg Larsen · 20 years ago
  72. cf1d00b Removed excessive statement (break after return or goto, not useful by Eric Pouech · 20 years ago
  73. ee0344a Remove unneeded NULL casts. by Francois Gouget · 20 years ago
  74. ebe3c52 Janitorial: C booleans must not be compared against TRUE. by Alexandre Julliard · 20 years ago
  75. 5c38e1b Version resources cleanup. by Tom Wickline · 20 years ago
  76. fe442b2 Fix signed/unsigned comparison warnings. by Hans Leidekker · 21 years ago
  77. 39a696a Removed some uses of the non-standard ICOM_THIS macro. by Alexandre Julliard · 21 years ago
  78. f714b39 Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE macro. by Alexandre Julliard · 21 years ago
  79. 25e2a32 Don't define BEGIN_INTERFACE in unknwn.h. by Alexandre Julliard · 21 years ago
  80. 936198c Moved ICOM_THIS_MULTI definition out of objbase.h and into the files by Alexandre Julliard · 21 years ago
  81. 48c4bb3 Get rid of the non-standard ICOM_VTABLE macro. by Alexandre Julliard · 21 years ago
  82. 0467ce9 Get rid of the non-standard ICOM_VFIELD macro. by Alexandre Julliard · 21 years ago
  83. bf72af3 Modify widl to put the C COM macros inside an #ifdef COBJMACROS block by Francois Gouget · 21 years ago
  84. 66d3261 Fixed (LPDIRECTMUSICLOADER8) cast. by Marcus Meissner · 21 years ago
  85. 497709b Assorted spelling and case fixes. by Francois Gouget · 21 years ago
  86. 10778aa Updated the version info of all DirectX dlls to the version numbers of by Ivan Leo Murray-Smith · 21 years ago
  87. 72c8037 dmloader: complete rewrite and full implementation. by Rok Mandeljc · 21 years ago
  88. 9e4ed64 .spec.c files are no longer used for 32-bit dlls. by Alexandre Julliard · 21 years ago
  89. 410bdd3 - scripts sub-containers loading by Raphael Junqueira · 21 years ago
  90. b26d65b Added name resolving for CLSIDs, IIDs, GUIDs and return codes. by Rok Mandeljc · 21 years ago
  91. 20b4585 Only link against libdxguid where necessary. by Alexandre Julliard · 21 years ago
  92. 399901e Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform with PSDK. by Ge van Geldorp · 21 years ago
  93. 0382ea1 - updated resources to DX9 by Rok Mandeljc · 21 years ago
  94. 62ddeb9 - better traces by Raphael Junqueira · 21 years ago
  95. f1598b9 Fix dmloader's behavior to be more MS compliant. by Rok Mandeljc · 21 years ago
  96. 493660a - Some fixes on DirectSound init (need SetCooperativeLevel as seen in by Raphael Junqueira · 21 years ago
  97. 2aa8a83 Replaced a few more 0xffffffff by the appropriate constants. by Alexandre Julliard · 21 years ago
  98. fbdfd91 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. by Dimitrie O. Paun · 21 years ago
  99. 1d0585c Rewritten cache code and fixed a bug that was in it. by Rok Mandeljc · 22 years ago
  100. 2a3d5fc A few spelling fixes. by Francois Gouget · 22 years ago