1. e5b9d0d dmsynth: Display more info in IDirectMusicSynth8Impl_Download stub. by Christian Costa · 13 years ago
  2. aecd9c1 dmsynth: Implement IDirectMusicSynth8_GetAppend. by Christian Costa · 13 years ago
  3. 6894f38 dmsynth: Cleanup QueryInterface methods. by Christian Costa · 13 years ago
  4. 90085af dmsynth: Display new ref in trace for AddRef and Release. by Christian Costa · 13 years ago
  5. f9ba999 dmsynth: Add stubbed IKsControl interface to DirectMusicSynthSink object. by Christian Costa · 13 years ago
  6. 1f3d99a dmsynth: Add stubbed IKsControl interface to DirectMusicSynth object. by Christian Costa · 13 years ago
  7. 42d18a3 dmsynth: Add tests for querying IKsControl for Synth and SynthSink objects. by Christian Costa · 13 years ago
  8. 0ce9eb7 dmsynth: Create default clock for SynthSink object and assign it to Synth object when callink SetSynthSink. by Christian Costa · 13 years ago
  9. addf806 dmsynth: COM cleanup of IDirectMusicSynthSink and rename parameters. by Christian Costa · 13 years ago
  10. 01e4ee0 dmsynth: Add some clock tests. by Christian Costa · 13 years ago
  11. ecc369a dmsynth: COM cleanup of IDirectMusicSynth8. Rename parameters. by Christian Costa · 13 years ago
  12. b751d9a dmsynth: Put port caps that match native ones. by Christian Costa · 13 years ago
  13. 3e48fe9 dmsynth: Check the rigth CLSID to create the DirectMusicSynthSink object. by Christian Costa · 13 years ago
  14. d2d5d0e dmsynth: Add basic tests. by Christian Costa · 13 years ago
  15. b56dc9a winecrt0: Remove the clsid parameter in __wine_(un)register_resources. by Alexandre Julliard · 14 years ago
  16. 4afd3e4 dmsynth: Merge the IClassFactory implementations. by Michael Stefaniuc · 14 years ago
  17. fa6e4f3 dmsynth: Mark internal symbols with hidden visibility. by Marcus Meissner · 14 years ago
  18. ca110e4 dmsynth: Convert dll registration to the IRegistrar mechanism. by Alexandre Julliard · 14 years ago
  19. 81b8ee8 makefiles: Add a standard header for all makefiles to replace the common variable initializations. by Alexandre Julliard · 15 years ago
  20. b86d515 dlls: Remove explicit imports of kernel32 and ntdll. by Alexandre Julliard · 15 years ago
  21. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  22. f6a34c4 dmsynth: Avoid newlines inside FIXME messages. by Michael Stefaniuc · 15 years ago
  23. 93423aa dmsynth: Fix a typo. by Jeff Zaroyko · 16 years ago
  24. 5435320 dmsynth: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  25. ca91850 include: Use LONG instead of long in dmusics.h for Win64 compatibility. by Michael Stefaniuc · 16 years ago
  26. 63aff89 janitorial: Remove unneeded user32 imports. by Hans Leidekker · 16 years ago
  27. 8bd9a3a janitorial: Don't depend on user32 for the self registration functions. by Hans Leidekker · 16 years ago
  28. 8882dab dmsynth: Remove some unused functions. by Alexandre Julliard · 16 years ago
  29. b963dd0 dmsynth: Do not cast NULL. by Michael Stefaniuc · 16 years ago
  30. 634b688 dmsynth: Sign-compare warning fix. by Andrew Talbot · 17 years ago
  31. dad21bb makefiles: List the static libraries as normal imports instead of extra libs. by Alexandre Julliard · 17 years ago
  32. 5dd2f1e Include config.h and wine/port.h in files that use snprintf. by Rob Shearman · 17 years ago
  33. ad93963 Removed some unneeded imports. by Alexandre Julliard · 17 years ago
  34. 7bea8dd dmsynth: Indirection level fix. by Andrew Talbot · 18 years ago
  35. 615e4be dmsynth: Remove 'recursive registry key delete' function. by Stefan Leichter · 18 years ago
  36. 7718d2b dmusic: Fix license headers that mistakenly use GPL instead of LGPL. by Alexandre Julliard · 18 years ago
  37. b5e09b2 dmsynth: Fix one more instance of && instead of &. by Alexandre Julliard · 18 years ago
  38. bb08d0e dmsynth: Win64 printf format warning fixes. by Michael Stefaniuc · 18 years ago
  39. 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 · 18 years ago
  40. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  41. b8d3c99 dmsynth: Print 64bit integers with wine_dbgstr_longlong. by Stefan Leichter · 19 years ago
  42. 77dc0d9 .gitignore: Added wildcards to ignore generated resource files. by Alexandre Julliard · 19 years ago
  43. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  44. 8f143f1 Use the return value of register_key_guid. by Paul Vriens · 19 years ago
  45. f6da014 dmsynth: Make the virtual table functions static where possible. by Alexandre Julliard · 19 years ago
  46. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  47. 7440710 Check the return value from register_key_guid in all the DLL registering code. by Robert Shearman · 19 years ago
  48. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  49. 7e22be4 We are no longer generating .dbg.c files. by Alexandre Julliard · 19 years ago
  50. 1de5d3c Correct more mismatches between spec files and comments about export number. by Francois Gouget · 20 years ago
  51. 21e3ba8 Correct mismatches between spec files and comments about export number. by Vincent Béron · 20 years ago
  52. d37f0ab Don't prefix the functions DllCanUnloadNow, DllGetClassObject and by Alexandre Julliard · 20 years ago
  53. 85c9283 Don't generate import libraries for dlls that don't export anything. by Alexandre Julliard · 20 years ago
  54. c447939 Interlocked LONG* gcc warning fixes. by Mike McCormack · 20 years ago
  55. ac6f562 Fix more -Wstrict-prototypes warnings. by Stefan Huehner · 20 years ago
  56. b67da5b Make more of the OLE interface vtables const. by Dmitry Timoshkov · 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. 7946edf Properly implement DllCanUnloadNow ref counting. by James Hawkins · 20 years ago
  60. ba92d29 - Use Interlocked* instead of ++/-- in AddRef/Release. by James Hawkins · 20 years ago
  61. 5c38e1b Version resources cleanup. by Tom Wickline · 20 years ago
  62. 39a696a Removed some uses of the non-standard ICOM_THIS macro. by Alexandre Julliard · 21 years ago
  63. f714b39 Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE macro. by Alexandre Julliard · 21 years ago
  64. 25e2a32 Don't define BEGIN_INTERFACE in unknwn.h. by Alexandre Julliard · 21 years ago
  65. 48c4bb3 Get rid of the non-standard ICOM_VTABLE macro. by Alexandre Julliard · 21 years ago
  66. 0467ce9 Get rid of the non-standard ICOM_VFIELD macro. by Alexandre Julliard · 21 years ago
  67. bf72af3 Modify widl to put the C COM macros inside an #ifdef COBJMACROS block by Francois Gouget · 21 years ago
  68. 10778aa Updated the version info of all DirectX dlls to the version numbers of by Ivan Leo Murray-Smith · 21 years ago
  69. 9e4ed64 .spec.c files are no longer used for 32-bit dlls. by Alexandre Julliard · 21 years ago
  70. b26d65b Added name resolving for CLSIDs, IIDs, GUIDs and return codes. by Rok Mandeljc · 21 years ago
  71. 20b4585 Only link against libdxguid where necessary. by Alexandre Julliard · 21 years ago
  72. 0382ea1 - updated resources to DX9 by Rok Mandeljc · 21 years ago
  73. fbdfd91 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. by Dimitrie O. Paun · 21 years ago
  74. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  75. df167d1 - implemented loader, loader's stream and loading of objects (now you by Rok Mandeljc · 22 years ago
  76. 20698b2 Make the DllRegisterServer, DllRegisterServerEx, DllUnregisterServer, by Alexandre Julliard · 22 years ago
  77. 473c565 Split the dmusic interfaces. by Rok Mandeljc · 22 years ago
  78. 3dec4c5 Added stubs for dpnhpast and for all the dmusic dlls. by Rok Mandeljc · 22 years ago