server: Store the opening options in the file descriptor instead of in the individual...
[wine] / dlls / dmscript /
2006-11-09  Marcus Meissnerdmscript: Replaced && 0xff by & 0xff.
2006-10-13  Francois GougetAdd '\n's to Wine traces.
2006-10-09  Michael Stefaniucdmscript: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Stefan Leichterdmscript: Print 64bit integers with wine_dbgstr_longlong.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-30  Paul VriensUse the return value of register_key_guid.
2006-06-10  Alexandre Julliarddmscript: Make the virtual table functions static where...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-10  Robert ShearmanCheck the return value from register_key_guid in all...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-22  Alexandre JulliardRemoved unused debug channels.
2005-08-10  Francois GougetCorrect more mismatches between spec files and comments...
2005-08-10  Vincent BéronCorrect mismatches between spec files and comments...
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-07-26  Alexandre JulliardDon't generate import libraries for dlls that don't...
2005-07-12  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-05-30  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-02-02  James HawkinsProperly implement DllCanUnload ref counting.
2005-01-26  Francois GougetRemove unneeded NULL cast.
2005-01-24  Paul Vriens- use Interlocked* functions in AddRef and Release.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-22  Francois GougetRemove unneeded NULL casts.
2004-11-23  Tom WicklineVersion resources cleanup.
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
2004-08-13  Alexandre JulliardMoved ICOM_THIS_MULTI definition out of objbase.h and...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-08-11  Francois GougetModify widl to put the C COM macros inside an #ifdef...
2004-05-14  Ivan Leo Murray... Updated the version info of all DirectX dlls to the...
2004-05-11  Raphael Junqueira- Typo fix in dmusicf.h.
2004-05-10  Raphael Junqueira- Release DSBuffer on AudioPath destruction.
2004-05-05  Raphael JunqueiraMake IDirectMusicScriptImpl_IDirectMusicScript_CallRout...
2004-04-02  Raphael JunqueiraInitialize correctly the DMUS_OBJECTDESC local structure.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-12  Raphael Junqueira- scripts sub-containers loading
2004-03-09  Raphael JunqueiraBetter dmscript loading (now we load the script version...
2004-02-25  Rok MandeljcAdded name resolving for CLSIDs, IIDs, GUIDs and return...
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-20  Rok Mandeljc- updated resources to DX9
2003-10-31  Raphael Junqueira- better traces
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-22  Rok Mandeljc- implemented loader, loader's stream and loading of...
2003-07-30  Alexandre JulliardMake the DllRegisterServer, DllRegisterServerEx, DllUnr...
2003-07-21  Rok MandeljcSplit the dmusic interfaces.
2003-04-08  Rok MandeljcAdded stubs for dpnhpast and for all the dmusic dlls.