2010-11-12 |
Jörg Höhle | winmm: Use MCI_HWND and MCI_HDC in resource files. |
blob | commitdiff | raw |
2010-11-02 |
Jörg Höhle | winmm: MCI_SYSINFO doesn't change the output buffer... |
blob | commitdiff | raw | diff to current |
2010-11-02 |
Jörg Höhle | winmm: mciSendString always returns a response string... |
blob | commitdiff | raw | diff to current |
2010-09-29 |
Alexandre Julliard | winmm: Add support for the MCI_INTEGER64 type. |
blob | commitdiff | raw | diff to current |
2010-09-29 |
Alexandre Julliard | winmm: Use proper structure where possible to fix comma... |
blob | commitdiff | raw | diff to current |
2010-09-16 |
Jörg Höhle | winmm: Auto-open MCI core commands only. |
blob | commitdiff | raw | diff to current |
2010-09-16 |
Jörg Höhle | winmm: Support MCI_SOUND. |
blob | commitdiff | raw | diff to current |
2010-09-03 |
Jörg Höhle | winmm: Implement MCIERR_DUPLICATE_ALIAS and MCIERR_DEVI... |
blob | commitdiff | raw | diff to current |
2010-09-03 |
Jörg Höhle | winmm: GetDeviceID only considers a single name per... |
blob | commitdiff | raw | diff to current |
2010-09-03 |
Jörg Höhle | winmm: Correctly parse the MCI Sysinfo command. |
blob | commitdiff | raw | diff to current |
2010-09-02 |
Jörg Höhle | winmm: Always unload the MCI driver when Open fails. |
blob | commitdiff | raw | diff to current |
2010-09-02 |
Jörg Höhle | winmm: Close MCI device after immediate auto-open commands. |
blob | commitdiff | raw | diff to current |
2010-09-02 |
Jörg Höhle | winmm: MCI open always creates an alias for subsequent... |
blob | commitdiff | raw | diff to current |
2010-08-31 |
Francois Gouget | winmm: Make MCI_{MessageToString,strdupAtoW}() static... |
blob | commitdiff | raw | diff to current |
2010-05-20 |
Jörg Höhle | winmm: Have MCI drivers handle notification for MCI_OPEN. |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Jörg Höhle | winmm: MCI_SYSINFO dwRetSize counts characters, not... |
blob | commitdiff | raw | diff to current |
2010-04-14 |
Jörg Höhle | winmm: Prepare transition of MCI parser to 64bit. |
blob | commitdiff | raw | diff to current |
2010-04-12 |
Jörg Höhle | winmm: Improve MCI A/W mapping. |
blob | commitdiff | raw | diff to current |
2010-04-12 |
Jörg Höhle | winmm: MCI system commands are not eligible for auto... |
blob | commitdiff | raw | diff to current |
2010-04-01 |
Jörg Höhle | winmm: Improve MCI's Sysinfo string command. |
blob | commitdiff | raw | diff to current |
2010-04-01 |
Jörg Höhle | winmm: Improve MCI's Sysinfo command. |
blob | commitdiff | raw | diff to current |
2010-04-01 |
Jörg Höhle | winmm: Support MCI "close all" command. |
blob | commitdiff | raw | diff to current |
2010-01-25 |
Eric Pouech | winmm: For MCI parsing, use 64bit compatible variables. |
blob | commitdiff | raw | diff to current |
2009-11-30 |
Henri Verbeet | winmm: Use wine_dbg_sprintf() in a few debug utility... |
blob | commitdiff | raw | diff to current |
2009-11-23 |
Jörg Höhle | winmm: Don't stop parsing after MCI's alias keyword. |
blob | commitdiff | raw | diff to current |
2009-11-16 |
Jörg Höhle | winmm: MCI_ALL_DEVICE_ID(MCIDEVICEID) is not a 16bit... |
blob | commitdiff | raw | diff to current |
2009-11-12 |
Alexandre Julliard | winmm: Use PeekMessageW instead of UserYield. |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Jörg Höhle | winmm: MCI Close all causes one notification per open... |
blob | commitdiff | raw | diff to current |
2009-11-05 |
Jörg Höhle | winmm: Do not crash on NULL MCI Sysinfo command output... |
blob | commitdiff | raw | diff to current |
2009-10-26 |
Jörg Höhle | winmm: Time formats hms/tmsf use leading zeroes as... |
blob | commitdiff | raw | diff to current |
2009-10-23 |
Eric Pouech | winmm: Get rid of 16bit driver support in mci. |
blob | commitdiff | raw | diff to current |
2009-10-21 |
Eric Pouech | mmsystem: Create a real function for mciExecute. |
blob | commitdiff | raw | diff to current |
2009-10-21 |
Eric Pouech | winmm: Simplify mciLoadCommandResource by dropping... |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Eric Pouech | mmsystem: Cleanly separate MCI in MMSystem from WinMM... |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Eric Pouech | winmm: Protect MCI_SYSINFO against null buffers. |
blob | commitdiff | raw | diff to current |
2009-10-14 |
Jörg Höhle | winmm: MCI notification is controlled by keyword only. |
blob | commitdiff | raw | diff to current |
2009-10-05 |
Eric Pouech | winmm: Correctly fill the yield-data parameter in mciGe... |
blob | commitdiff | raw | diff to current |
2009-07-06 |
Dan Kegel | winmm: Don't convert return string in mciSendStringA... |
blob | commitdiff | raw | diff to current |
2009-05-20 |
Alexandre Julliard | winmm: Fix some Win64 pointer truncations issues. |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Michael Stefaniuc | include: Change some DWORD to DWORD_PTR in mmddk.h. |
blob | commitdiff | raw | diff to current |
2009-02-02 |
Andrew Talbot | winmm: Declare some functions static. |
blob | commitdiff | raw | diff to current |
2009-01-09 |
Alexandre Julliard | include: Fix a number of mmsystem.h structure for Win64. |
blob | commitdiff | raw | diff to current |
2008-11-26 |
Francois Gouget | Straighten out some ellipses. |
blob | commitdiff | raw | diff to current |
2008-11-24 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2008-10-13 |
Marcus Meissner | Fixed RegEnumKey(Ex)W buffer sizes. |
blob | commitdiff | raw | diff to current |
2008-08-18 |
Jeff Zaroyko | winmm: Remove misleading message. |
blob | commitdiff | raw | diff to current |
2008-06-04 |
Zac Brown | winmm: msiSendStringW: Don't free substring after origi... |
blob | commitdiff | raw | diff to current |
2008-03-18 |
Maarten Lankhorst | winmm: Fix midi deadlock by not holding lock on release. |
blob | commitdiff | raw | diff to current |
2008-01-04 |
Austin English | More spelling fixes. |
blob | commitdiff | raw | diff to current |
2007-11-19 |
Michael Stefaniuc | dlls: Remove duplicate includes. |
blob | commitdiff | raw | diff to current |
2007-06-07 |
Alexandre Julliard | winmm: Get rid of the WINE_MM_IDATA global structure... |
blob | commitdiff | raw | diff to current |
2007-03-26 |
Andrew Talbot | winmm: Replace inline static with static inline. |
blob | commitdiff | raw | diff to current |
2007-01-08 |
Kai Blin | winmm: Remove unused variable and if check (Coverity). |
blob | commitdiff | raw | diff to current |
2006-11-24 |
Andrew Talbot | winmm: Cast-qual warnings fix. |
blob | commitdiff | raw | diff to current |
2006-11-09 |
Eric Pouech | winmm: Remove WINE_NO_LONG_AS_INT. |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Jan Zerebecki | winmm: Prevent NULL dereference in MCI_Close and add... |
blob | commitdiff | raw | diff to current |
2006-06-26 |
Eric Pouech | mci: Fix some mciSendString quirks. |
blob | commitdiff | raw | diff to current |
2006-06-15 |
Peter Åstrand | winmm: Add support for "open new" commands. |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-01-24 |
Dmitry Timoshkov | Make more arrays const. |
blob | commitdiff | raw | diff to current |
2005-11-29 |
Eric Pouech | Fixed some bugs in MCI string parsing. |
blob | commitdiff | raw | diff to current |
2005-11-10 |
Francois Gouget | Remove spaces before '\n' in traces. |
blob | commitdiff | raw | diff to current |
2005-09-12 |
Alexandre Julliard | Fixed gcc 4.0 warnings. |
blob | commitdiff | raw | diff to current |
2005-08-18 |
Felix Nawothnig | Make string elements of MCI_OPEN_PARMS const to match... |
blob | commitdiff | raw | diff to current |
2005-06-20 |
Rein Klazes | In MCI_(Un)MapMsg16To32W with wMsg == MCI_OPEN(_DRIVER... |
blob | commitdiff | raw | diff to current |
2005-04-27 |
Mike McCormack | Make WINMM_IData statically allocated. |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Filip Navara | Specify correct buffer size in GetPrivateProfileStringW... |
blob | commitdiff | raw | diff to current |
2005-03-15 |
Robert Reif | Fix memory leak in error path. |
blob | commitdiff | raw | diff to current |
2005-02-26 |
Christian Costa | Added some more cases to MCI_MapMsgAtoW. |
blob | commitdiff | raw | diff to current |
2005-02-18 |
Christian Costa | Fixed offsets calculations. |
blob | commitdiff | raw | diff to current |
2005-02-09 |
Eric Pouech | - rewrite MCI interfaces as Unicode interface (as it... |
blob | commitdiff | raw | diff to current |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
blob | commitdiff | raw | diff to current |
2004-11-30 |
Eric Pouech | Const correctness fixes. |
blob | commitdiff | raw | diff to current |
2004-08-25 |
Dmitry Timoshkov | Fix an obvious typo leading to a crash. |
blob | commitdiff | raw | diff to current |
2004-06-30 |
Dimitrie O. Paun | Lookup driver information in registry and system.ini. |
blob | commitdiff | raw | diff to current |
2004-04-05 |
Eric Pouech | - implemented MCI_SOUND command |
blob | commitdiff | raw | diff to current |
2004-03-16 |
Christian Costa | MCI strings are case insensitive. |
blob | commitdiff | raw | diff to current |
2004-01-01 |
Dmitry Timoshkov | Much improved mciavi driver. Fixed synchronization... |
blob | commitdiff | raw | diff to current |
2003-12-31 |
Dmitry Timoshkov | Add Unicode->ANSI MCI message mapping, implement mciSen... |
blob | commitdiff | raw | diff to current |
2003-10-15 |
Dimitrie O. Paun | Merge win.ini/[mci extensions] into the registry. |
blob | commitdiff | raw | diff to current |
2003-10-06 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
blob | commitdiff | raw | diff to current |
2003-09-15 |
Eric Pouech | - Moved Wine extension to get DSound interface from... |
blob | commitdiff | raw | diff to current |
2003-09-10 |
Alexandre Julliard | Removed the A/W constants for builtin cursors, icons... |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Mike McCormack | Fixed incorrect strcasecmp usage. |
blob | commitdiff | raw | diff to current |
2003-04-30 |
Alexandre Julliard | Avoid calling Win32 resource functions on 16-bit modules. |
blob | commitdiff | raw | diff to current |
2002-10-31 |
Eric Pouech | winmm/mmsystem now compiles with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Eric Pouech | All MCI functions are now cleanly separated. |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Eric Pouech | Now only storing thread id for mci tasks (16 bit htask... |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Eric Pouech | Move MCI message mapping out of 32 bit code. |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Eric Pouech | Fixed mciSendString debug reporting when an error occur... |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Eric Pouech | Simplify the global internal data handling. |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Eric Pouech | Unify the constant used for error codes reporting mappi... |
blob | commitdiff | raw | diff to current |
2002-10-10 |
Eric Pouech | Keep on moving 16 bit code out of winmm. |
blob | commitdiff | raw | diff to current |
2002-10-10 |
Eric Pouech | Started putting all 16 bit code in separate files. |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Michael Stefaniuc | Prepare dlls/{comctl32,gdi,msvideo,setupapi,shell32... |
blob | commitdiff | raw | diff to current |
2002-07-28 |
Alexandre Julliard | Convert HTASK to void* (based on a patch by Michael... |
blob | commitdiff | raw | diff to current |
2002-06-04 |
Steven Edwards | Porting fixes. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
next |