Christian Costa
|
31bfc380ee
|
dmusic: Check return codes and display name from port caps when enumerating microsoft synthetizer.
|
2012-04-03 17:52:33 +02:00 |
Christian Costa
|
f13806e185
|
dmusic: Enumerate ports for midi out and midi in devices in EnumPort.
|
2012-04-03 17:52:22 +02:00 |
Christian Costa
|
4829fcd9b2
|
dmusic: Don't use method implementation directly. Pass through vtable with related macro instead.
|
2012-03-30 17:33:45 +02:00 |
Andrew Eikum
|
ed54e52590
|
dmusic: Reimplement instrument loading.
|
2012-03-30 17:33:45 +02:00 |
Andrew Eikum
|
47ce8c9755
|
dmusic: Support creating default ports with GUID_NULL.
|
2012-03-30 17:33:43 +02:00 |
Christian Costa
|
997be9c465
|
dmusic: Add some tests for enumerating and creating ports.
|
2012-03-29 20:50:23 +02:00 |
Christian Costa
|
d3fb586024
|
dmusic: Fix memory leak in Direct Music object.
|
2012-01-23 11:07:27 +01:00 |
Marcus Meissner
|
2a55b09bed
|
directshow: Removed bad sizeof in copy/pasted code (Coverity).
|
2011-10-18 15:17:42 +02:00 |
Frédéric Delanoy
|
b5a33dab88
|
dlls: Assorted spelling fixes.
|
2011-08-02 20:47:51 +02:00 |
Alexandre Julliard
|
b56dc9a6f7
|
winecrt0: Remove the clsid parameter in __wine_(un)register_resources.
|
2011-08-02 20:47:49 +02:00 |
Michael Stefaniuc
|
0c4ec942ba
|
dmusic: Merge the IClassFactory implementations.
|
2011-07-28 11:31:57 +02:00 |
Marcus Meissner
|
1aee19753f
|
dmusic: Mark internal symbols as hidden.
|
2011-05-17 10:19:00 +02:00 |
Alexandre Julliard
|
5f49129e03
|
resources: Define a generic mechanism for adding extra values to the common version block.
|
2010-12-03 14:53:59 +01:00 |
Alexandre Julliard
|
f5090d2617
|
dmusic: Convert dll registration to the IRegistrar mechanism.
|
2010-12-03 14:28:27 +01:00 |
Alexandre Julliard
|
81b8ee863e
|
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
|
2010-09-19 12:36:48 +02:00 |
Andrew Talbot
|
ab683fee33
|
dmusic: Constify a variable.
|
2010-09-06 16:13:22 +02:00 |
Austin English
|
fa7b5b05e2
|
dmusic: use a previously unused variable.
|
2010-07-28 16:28:19 +02:00 |
Alexandre Julliard
|
b86d515ed6
|
dlls: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:36 +02:00 |
Austin English
|
aafef7cdd5
|
dmusic: Use if(0) instead of #if 0 to make sure code still compiles.
|
2010-05-28 12:31:12 +02:00 |
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
Michael Stefaniuc
|
bf0d0ac215
|
dmusic: Avoid newlines inside FIXME messages.
|
2010-01-14 09:04:12 -06:00 |
Michael Stefaniuc
|
68eb63a4fa
|
dmusic: Remove superfluous pointer casts.
|
2009-01-13 15:26:19 +01:00 |
Christian Costa
|
af871d8312
|
dmusic: Implement IDirectMusic8Impl_CreateMusicBuffer.
|
2008-12-22 15:21:04 +01:00 |
Christian Costa
|
ba081eb221
|
dmusic: Improve IDirectMusicPortDownloadImpl_GetBuffer stub.
|
2008-12-22 15:20:57 +01:00 |
Christian Costa
|
f86b6e87f3
|
dmusic: Fix IDirectMusicPortImpl_QueryInterface.
|
2008-12-22 15:20:50 +01:00 |
Christian Costa
|
cff3915310
|
dmusic: Add support for IID_IDirectMusicDownloadedInstrument8 query in IDirectMusicDownloadedInstrumentImpl_QueryInterface.
|
2008-12-22 15:19:48 +01:00 |
Christian Costa
|
ceb87f98a2
|
dmusic: Improve IDirectMusicPortImpl_DownloadInstrument stub.
|
2008-12-22 15:19:41 +01:00 |
Christian Costa
|
cc53bd283c
|
dmusic: Move IDirectMusicThru and IDirectMusicPortDownload to DirectMusicPort object where they belong.
|
2008-12-20 11:26:36 +01:00 |
Hans Leidekker
|
63aff890d7
|
janitorial: Remove unneeded user32 imports.
|
2008-12-17 11:38:36 +01:00 |
Hans Leidekker
|
8bd9a3aa09
|
janitorial: Don't depend on user32 for the self registration functions.
|
2008-12-17 11:38:32 +01:00 |
Alexandre Julliard
|
c437e3d901
|
dmusic: Remove some unused functions.
|
2008-12-01 13:25:52 +01:00 |
Michael Stefaniuc
|
892f735930
|
dmusic: Do not cast NULL.
|
2008-11-03 13:40:30 +01:00 |
Andrew Talbot
|
7e5985311c
|
dmusic: Sign-compare warning fix.
|
2008-07-31 13:39:51 +02:00 |
Alexandre Julliard
|
aa68258b7a
|
Fix a few %ll printf formats.
|
2008-06-30 12:50:07 +02:00 |
Alexandre Julliard
|
dad21bbcbf
|
makefiles: List the static libraries as normal imports instead of extra libs.
|
2008-04-30 14:23:55 +02:00 |
Austin English
|
b4f52938e4
|
Spelling fixes.
|
2008-04-02 23:18:21 +02:00 |
Rob Shearman
|
5dd2f1efa8
|
Include config.h and wine/port.h in files that use snprintf.
|
2008-02-29 12:39:28 +01:00 |
Andrew Talbot
|
6b39f35cf5
|
dmusic: Assign to structs instead of using memcpy.
|
2008-02-26 11:18:20 +01:00 |
Andrew Talbot
|
8a4db52f2a
|
dmusic: Remove unneeded casts.
|
2007-12-08 19:54:05 +01:00 |
Alexandre Julliard
|
ad9396302d
|
Removed some unneeded imports.
|
2007-12-06 21:24:24 +01:00 |
Andrew Talbot
|
f56ca61817
|
dmusic: Indirection level fix.
|
2007-09-21 11:52:36 +02:00 |
Stefan Leichter
|
eec8c42223
|
dmusic: Remove 'recursive registry key delete' function.
|
2007-08-30 20:06:42 +02:00 |
Alexandre Julliard
|
7718d2bd7c
|
dmusic: Fix license headers that mistakenly use GPL instead of LGPL.
Confirmed by the original author and the major contributors.
|
2007-05-30 12:54:07 +02:00 |
Andrew Talbot
|
391b1c24a2
|
dmusic: Constify a variable.
|
2007-04-25 11:50:13 +02:00 |
Michael Stefaniuc
|
22684cc767
|
janitorial: Remove stray '\' at end of lines.
|
2007-01-09 12:04:26 +01:00 |
Robert Reif
|
0b0b72ec35
|
dmusic: Implement just enough of IDirectMusicPortImpl_GetFormat
to keep Direct Sound from crashing from unitialized data.
|
2007-01-03 11:01:51 +01:00 |
Marcus Meissner
|
af30447348
|
dmusic: Replaced && 0xfff... by & 0xff.
|
2006-11-09 17:53:36 +01:00 |
Peter Oberndorfer
|
62c6d61ddf
|
dmusic: Do not write outside of array bounds.
|
2006-10-30 11:16:49 +01:00 |
Michael Stefaniuc
|
a4253ba08b
|
dmusic: Win64 printf format warning fixes.
|
2006-10-12 21:43:15 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |