Release 1.5.29.
[wine] / dlls / mciqtz32 /
2012-08-20  Nikolay Sivovmciqtz: Call interface methods properly.
2012-03-29  Andrew Eikummciqtz32: Stop the graph when the file is no longer...
2012-03-09  Andrew Eikummciqtz: Actually assign result to the output structure.
2011-05-20  Marcus Meissnermciqtz: Mark one variable as static.
2010-12-03  Alexandre Julliardresources: Define a generic mechanism for adding extra...
2010-11-12  Jörg Höhlewinmm: Use MCI_HWND and MCI_HDC in resource files.
2010-09-29  Alexandre Julliardwinmm: Make MCI_STATUS return type a 64-bit integer...
2010-09-28  Aric Stewartmciqtz32: Do not allow MCIQTZ_mciUpdate to interrupt...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-02  Octavian Voicuwinmm: Replace command ids with symbolic constants...
2010-09-02  Octavian Voicuwinmm: Replace return types with symbolic constants...
2010-08-16  Maarten Lankhorstmciqtz32: Fix window visibility.
2010-07-30  Maarten Lankhorstmciqtz32: Fix mciPlay.
2010-07-30  Maarten Lankhorstmciqtz32: Fix mciOpen.
2010-07-30  Maarten Lankhorstmciqtz32: Simplify mciWhere.
2010-07-30  Maarten Lankhorstmciqtz32: Add support for MCI_STATUS_MODE.
2010-07-30  Maarten Lankhorstmciqtz32: Add support for mciWindow.
2010-07-30  Maarten Lankhorstmciqtz32: Remove individual queryinterfaces.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-05-20  Jörg Höhlewinmm: Have MCI drivers handle notification for MCI_OPEN.
2010-05-20  Maarten Lankhorstmciqtz32: Add support for MCI_PAUSE.
2010-05-20  Maarten Lankhorstmciqtz32: Add support for MCI_STATUS_TIME_FORMAT.
2010-05-20  Maarten Lankhorstmciqtz32: Handle window visibility better.
2010-05-19  Maarten Lankhorstmciqtz32: Add support for mciUpdate.
2010-05-19  Maarten Lankhorstmciqtz32: Add support for MCI_DGV_WHERE_SOURCE.
2010-05-19  Maarten Lankhorstmciqtz32: Handle mciOpen better.
2010-05-18  Maarten Lankhorstmciqtz32: Implement MCI_STATUS_LENGTH.
2010-05-18  Maarten Lankhorstmciqtz32: Add command table from mciavi32.
2010-04-12  Christian Costamciqtz32: Only call CoUninitialize when CoInitializeEx...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-12  Jörg Höhlemciqtz32: Complete MCI GetDevCaps/capability.
2009-12-30  Christian Costamciqtz: Improve MCIQTZ_mciSet traces.
2009-12-30  Christian Costamciqtz: Add stub for MCI_SETAUDIO.
2009-11-30  Jörg Höhlemciqtz32: Fix open/close omissions.
2009-04-29  Christian Costamciqtz32: Add support for MCI_SET.
2009-04-27  Christian Costamciqtz32: Add support for MCI_WHERE.
2009-04-27  Christian Costamciqtz32: Add support for MCI_GETDEVCAPS.
2009-04-23  Christian Costamciqtz32: Stop the device only after param and device...
2009-04-23  Christian Costamciqtz32: Make sure the device is valid before starting...
2009-04-23  Christian Costamciqtz32: Move MCIQTZ_mciGetOpenDev at the top and...
2009-04-22  Christian Costamciqtz32: Remove all remaining tabs.
2009-04-20  Christian Costamciqtz32: Show messages in hex as they are defines...
2009-04-20  Christian Costamciqtz32: Hook MCI_STOP.
2009-04-20  Christian Costamciqtz32: Fix some traces.
2009-04-20  Christian Costamciqtz32: Use opened state to avoid device to be closed...
2009-04-09  Christian Costamciqtz32: Implement MCI_STATUS.
2009-04-06  Marcus Meissnermciqtz32: Fixed boolean condition for null string check...
2009-04-01  Christian Costamciqtz32: Implement MCI_SEEK.
2009-03-30  Christian Costamciqtz32: Add basic play capability.
2009-03-30  Christian Costamciqtz32: Implement driver messages.
2009-02-27  Christian Costamciqtz32: Add stubbed mciqtz32.dll (part of DirectShow).