Improve midi trace.
[wine] / dlls / winmm / mci.c
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.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-24  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-08-21  Francois GougetDocumentation updates (mainly thru vs. through).
2001-08-15  Eric PouechFixed error message and return value in case of bogus...
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-11  Marcus MeissnerAlias and Device Type are case insensitive.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-01-28  Eric PouechFixed some mci string parsing issues.
2000-12-16  Eric PouechFixed loading of 16 bit MCI drivers (for command tables).
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-13  Eric PouechSplit driver functions into USER (16 bit part) and...
2000-11-30  Alexandre JulliardFinished separation of advapi32.
2000-11-26  Alexandre JulliardMoved wsprintf functions to dlls/user.
2000-07-26  Eric Pouech- removed (now obsolete) driver.h file (it's content...
2000-07-08  Bradley BaetzHandle mciSendString("open <mcitype>",...)
2000-04-29  Eric PouechFixed bug when file doesn't exist in MCI_OPEN handling.
2000-02-20  Eric PouechGot rid of PROFILE_ functions, now accessing Wine confi...
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-02-14  Eric Pouech- fixed crash on mci channel tracing
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-15  Eric PouechReplaced Wine specific DRIVER_GetType by a correct...
1999-12-05  Eric PouechFixed MCI_OPEN command for types like "CDAUDIO!H:".
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-10-24  Eric PouechSplit the multimedia/ directory into dlls/ subdirectories.