winmm: Simplify MCI_DumpCommandTable a bit.
[wine] / dlls / winmm / mci.c
2011-02-18  Gerald Pfeiferwinmm: Simplify MCI_DumpCommandTable a bit.
2010-11-12  Jörg Höhlewinmm: Use MCI_HWND and MCI_HDC in resource files.
2010-11-02  Jörg Höhlewinmm: MCI_SYSINFO doesn't change the output buffer...
2010-11-02  Jörg Höhlewinmm: mciSendString always returns a response string...
2010-09-29  Alexandre Julliardwinmm: Add support for the MCI_INTEGER64 type.
2010-09-29  Alexandre Julliardwinmm: Use proper structure where possible to fix comma...
2010-09-16  Jörg Höhlewinmm: Auto-open MCI core commands only.
2010-09-16  Jörg Höhlewinmm: Support MCI_SOUND.
2010-09-03  Jörg Höhlewinmm: Implement MCIERR_DUPLICATE_ALIAS and MCIERR_DEVI...
2010-09-03  Jörg Höhlewinmm: GetDeviceID only considers a single name per...
2010-09-03  Jörg Höhlewinmm: Correctly parse the MCI Sysinfo command.
2010-09-02  Jörg Höhlewinmm: Always unload the MCI driver when Open fails.
2010-09-02  Jörg Höhlewinmm: Close MCI device after immediate auto-open commands.
2010-09-02  Jörg Höhlewinmm: MCI open always creates an alias for subsequent...
2010-08-31  Francois Gougetwinmm: Make MCI_{MessageToString,strdupAtoW}() static...
2010-05-20  Jörg Höhlewinmm: Have MCI drivers handle notification for MCI_OPEN.
2010-04-16  Jörg Höhlewinmm: MCI_SYSINFO dwRetSize counts characters, not...
2010-04-14  Jörg Höhlewinmm: Prepare transition of MCI parser to 64bit.
2010-04-12  Jörg Höhlewinmm: Improve MCI A/W mapping.
2010-04-12  Jörg Höhlewinmm: MCI system commands are not eligible for auto...
2010-04-01  Jörg Höhlewinmm: Improve MCI's Sysinfo string command.
2010-04-01  Jörg Höhlewinmm: Improve MCI's Sysinfo command.
2010-04-01  Jörg Höhlewinmm: Support MCI "close all" command.
2010-01-25  Eric Pouechwinmm: For MCI parsing, use 64bit compatible variables.
2009-11-30  Henri Verbeetwinmm: Use wine_dbg_sprintf() in a few debug utility...
2009-11-23  Jörg Höhlewinmm: Don't stop parsing after MCI's alias keyword.
2009-11-16  Jörg Höhlewinmm: MCI_ALL_DEVICE_ID(MCIDEVICEID) is not a 16bit...
2009-11-12  Alexandre Julliardwinmm: Use PeekMessageW instead of UserYield.
2009-11-10  Jörg Höhlewinmm: MCI Close all causes one notification per open...
2009-11-05  Jörg Höhlewinmm: Do not crash on NULL MCI Sysinfo command output...
2009-10-26  Jörg Höhlewinmm: Time formats hms/tmsf use leading zeroes as...
2009-10-23  Eric Pouechwinmm: Get rid of 16bit driver support in mci.
2009-10-21  Eric Pouechmmsystem: Create a real function for mciExecute.
2009-10-21  Eric Pouechwinmm: Simplify mciLoadCommandResource by dropping...
2009-10-19  Eric Pouechmmsystem: Cleanly separate MCI in MMSystem from WinMM...
2009-10-19  Eric Pouechwinmm: Protect MCI_SYSINFO against null buffers.
2009-10-14  Jörg Höhlewinmm: MCI notification is controlled by keyword only.
2009-10-05  Eric Pouechwinmm: Correctly fill the yield-data parameter in mciGe...
2009-07-06  Dan Kegelwinmm: Don't convert return string in mciSendStringA...
2009-05-20  Alexandre Julliardwinmm: Fix some Win64 pointer truncations issues.
2009-02-04  Michael Stefaniucinclude: Change some DWORD to DWORD_PTR in mmddk.h.
2009-02-02  Andrew Talbotwinmm: Declare some functions static.
2009-01-09  Alexandre Julliardinclude: Fix a number of mmsystem.h structure for Win64.
2008-11-26  Francois GougetStraighten out some ellipses.
2008-11-24  Francois GougetAssorted spelling fixes.
2008-10-13  Marcus MeissnerFixed RegEnumKey(Ex)W buffer sizes.
2008-08-18  Jeff Zaroykowinmm: Remove misleading message.
2008-06-04  Zac Brownwinmm: msiSendStringW: Don't free substring after origi...
2008-03-18  Maarten Lankhorstwinmm: Fix midi deadlock by not holding lock on release.
2008-01-04  Austin EnglishMore spelling fixes.
2007-11-19  Michael Stefaniucdlls: Remove duplicate includes.
2007-06-07  Alexandre Julliardwinmm: Get rid of the WINE_MM_IDATA global structure...
2007-03-26  Andrew Talbotwinmm: Replace inline static with static inline.
2007-01-08  Kai Blinwinmm: Remove unused variable and if check (Coverity).
2006-11-24  Andrew Talbotwinmm: Cast-qual warnings fix.
2006-11-09  Eric Pouechwinmm: Remove WINE_NO_LONG_AS_INT.
2006-09-07  Jan Zerebeckiwinmm: Prevent NULL dereference in MCI_Close and add...
2006-06-26  Eric Pouechmci: Fix some mciSendString quirks.
2006-06-15  Peter Åstrandwinmm: Add support for "open new" commands.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-24  Dmitry TimoshkovMake more arrays const.
2005-11-29  Eric PouechFixed some bugs in MCI string parsing.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-09-12  Alexandre JulliardFixed gcc 4.0 warnings.
2005-08-18  Felix NawothnigMake string elements of MCI_OPEN_PARMS const to match...
2005-06-20  Rein KlazesIn MCI_(Un)MapMsg16To32W with wMsg == MCI_OPEN(_DRIVER...
2005-04-27  Mike McCormackMake WINMM_IData statically allocated.
2005-03-21  Filip NavaraSpecify correct buffer size in GetPrivateProfileStringW...
2005-03-15  Robert ReifFix memory leak in error path.
2005-02-26  Christian CostaAdded some more cases to MCI_MapMsgAtoW.
2005-02-18  Christian CostaFixed offsets calculations.
2005-02-09  Eric Pouech- rewrite MCI interfaces as Unicode interface (as it...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-30  Eric PouechConst correctness fixes.
2004-08-25  Dmitry TimoshkovFix an obvious typo leading to a crash.
2004-06-30  Dimitrie O. PaunLookup driver information in registry and system.ini.
2004-04-05  Eric Pouech- implemented MCI_SOUND command
2004-03-16  Christian CostaMCI strings are case insensitive.
2004-01-01  Dmitry TimoshkovMuch improved mciavi driver. Fixed synchronization...
2003-12-31  Dmitry TimoshkovAdd Unicode->ANSI MCI message mapping, implement mciSen...
2003-10-15  Dimitrie O. PaunMerge win.ini/[mci extensions] into the registry.
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-15  Eric Pouech- Moved Wine extension to get DSound interface from...
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-18  Mike McCormackFixed incorrect strcasecmp usage.
2003-04-30  Alexandre JulliardAvoid calling Win32 resource functions on 16-bit modules.
2002-10-31  Eric Pouechwinmm/mmsystem now compiles with -DSTRICT.
2002-10-29  Eric PouechAll MCI functions are now cleanly separated.
2002-10-29  Eric PouechNow only storing thread id for mci tasks (16 bit htask...
2002-10-28  Eric PouechMove MCI message mapping out of 32 bit code.
2002-10-28  Eric PouechFixed mciSendString debug reporting when an error occur...
2002-10-25  Eric PouechSimplify the global internal data handling.
2002-10-25  Eric PouechUnify the constant used for error codes reporting mappi...
2002-10-10  Eric PouechKeep on moving 16 bit code out of winmm.
2002-10-10  Eric PouechStarted putting all 16 bit code in separate files.
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-07-28  Alexandre JulliardConvert HTASK to void* (based on a patch by Michael...
2002-06-04  Steven EdwardsPorting fixes.
2002-05-31  Vincent BéronRemoved trailing whitespace.
next