1. 8086079 dmband: Fix a memory leak. by Andrew Talbot · 18 years ago
  2. 260a949 dmband: Remove 'recursive registry key delete' function. by Stefan Leichter · 18 years ago
  3. 7718d2b dmusic: Fix license headers that mistakenly use GPL instead of LGPL. by Alexandre Julliard · 18 years ago
  4. 8f2349d dmband: Exclude unused headers. by Andrew Talbot · 18 years ago
  5. 318ebd2 dmband: Constify some variables. by Andrew Talbot · 18 years ago
  6. 22684cc janitorial: Remove stray '\' at end of lines. by Michael Stefaniuc · 18 years ago
  7. c8df290 dmband: Declare some functions static. by Andrew Talbot · 18 years ago
  8. 6252ad2 dmband: Remove unused file-static variable. by Andrew Talbot · 18 years ago
  9. 3f191fd Add '\n's to Wine traces. by Francois Gouget · 18 years ago
  10. 1c77401 dmband: Win64 printf format warning fixes. by Michael Stefaniuc · 18 years ago
  11. 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
  12. 5cc08af dmband: Print 64bit integers with wine_dbgstr_longlong. by Stefan Leichter · 19 years ago
  13. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  14. 77dc0d9 .gitignore: Added wildcards to ignore generated resource files. by Alexandre Julliard · 19 years ago
  15. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  16. 8f143f1 Use the return value of register_key_guid. by Paul Vriens · 19 years ago
  17. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  18. 7440710 Check the return value from register_key_guid in all the DLL registering code. by Robert Shearman · 19 years ago
  19. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  20. 7e22be4 We are no longer generating .dbg.c files. by Alexandre Julliard · 20 years ago
  21. 1de5d3c Correct more mismatches between spec files and comments about export number. by Francois Gouget · 20 years ago
  22. 21e3ba8 Correct mismatches between spec files and comments about export number. by Vincent Béron · 20 years ago
  23. d37f0ab Don't prefix the functions DllCanUnloadNow, DllGetClassObject and by Alexandre Julliard · 20 years ago
  24. 85c9283 Don't generate import libraries for dlls that don't export anything. by Alexandre Julliard · 20 years ago
  25. c447939 Interlocked LONG* gcc warning fixes. by Mike McCormack · 20 years ago
  26. 3a9f226 Fix up declarations. by Mike McCormack · 20 years ago
  27. ac6f562 Fix more -Wstrict-prototypes warnings. by Stefan Huehner · 20 years ago
  28. 247246e Make more of the OLE interface vtables const. by Dmitry Timoshkov · 20 years ago
  29. 34fa35d Added rules for building import libraries in the individual dll by Alexandre Julliard · 20 years ago
  30. d62356a Added rules to build import libraries in the individual dll makefiles. by Alexandre Julliard · 20 years ago
  31. 6e3bcb5 Replace strncpy with memcpy or lstrcpyn. by Peter Berg Larsen · 20 years ago
  32. e732fc0 Janitorial: Get rid of strncpy/strncpyW. by Peter Berg Larsen · 20 years ago
  33. 93416cd Assorted spelling fixes. by Francois Gouget · 20 years ago
  34. 7946edf Properly implement DllCanUnloadNow ref counting. by James Hawkins · 20 years ago
  35. 7b6b24d - Use Interlocked* functions in AddRef and Release. by Paul Vriens · 20 years ago
  36. cf1d00b Removed excessive statement (break after return or goto, not useful by Eric Pouech · 20 years ago
  37. bedc52a Debug fixes and cleanup. by Dimitrie O. Paun · 20 years ago
  38. ee0344a Remove unneeded NULL casts. by Francois Gouget · 20 years ago
  39. 5c38e1b Version resources cleanup. by Tom Wickline · 20 years ago
  40. 39a696a Removed some uses of the non-standard ICOM_THIS macro. by Alexandre Julliard · 21 years ago
  41. f714b39 Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE macro. by Alexandre Julliard · 21 years ago
  42. 25e2a32 Don't define BEGIN_INTERFACE in unknwn.h. by Alexandre Julliard · 21 years ago
  43. 936198c Moved ICOM_THIS_MULTI definition out of objbase.h and into the files by Alexandre Julliard · 21 years ago
  44. 48c4bb3 Get rid of the non-standard ICOM_VTABLE macro. by Alexandre Julliard · 21 years ago
  45. 0467ce9 Get rid of the non-standard ICOM_VFIELD macro. by Alexandre Julliard · 21 years ago
  46. bf72af3 Modify widl to put the C COM macros inside an #ifdef COBJMACROS block by Francois Gouget · 21 years ago
  47. 10778aa Updated the version info of all DirectX dlls to the version numbers of by Ivan Leo Murray-Smith · 21 years ago
  48. 106e13a - Add the same new files (dmutils.c/dmutils.h) into dmime,dmband and by Raphael Junqueira · 21 years ago
  49. beaa084 - Fewer FIXMEs. by Raphael Junqueira · 21 years ago
  50. f174ac3 IDirectMusicBand loading. by Raphael Junqueira · 21 years ago
  51. 43def08 - Segment loading fix (correct FOURCC_RIFF tracks handling). by Raphael Junqueira · 21 years ago
  52. 9e4ed64 .spec.c files are no longer used for 32-bit dlls. by Alexandre Julliard · 21 years ago
  53. b26d65b Added name resolving for CLSIDs, IIDs, GUIDs and return codes. by Rok Mandeljc · 21 years ago
  54. 20b4585 Only link against libdxguid where necessary. by Alexandre Julliard · 21 years ago
  55. 0382ea1 - updated resources to DX9 by Rok Mandeljc · 21 years ago
  56. 1050957 Some fixes in dmband loading. by Rok Mandeljc · 21 years ago
  57. fbdfd91 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. by Dimitrie O. Paun · 21 years ago
  58. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  59. df167d1 - implemented loader, loader's stream and loading of objects (now you by Rok Mandeljc · 22 years ago
  60. 20698b2 Make the DllRegisterServer, DllRegisterServerEx, DllUnregisterServer, by Alexandre Julliard · 22 years ago
  61. 473c565 Split the dmusic interfaces. by Rok Mandeljc · 22 years ago
  62. 3dec4c5 Added stubs for dpnhpast and for all the dmusic dlls. by Rok Mandeljc · 22 years ago