msi/test: Uninstall the test product when skipping patch tests.
[wine] / dlls / winmm /
2010-06-28  Eric Pouechwinmm: Added a couple of tests for structure alignment.
2010-06-28  Tim Cadogan-Cowperwinmm: Correctly calculate dwFileSize for apps installi...
2010-06-18  Vitaly LipatovUpdate Russian translations.
2010-06-14  Eric Pouechwinmm: Only compute dwFileSize for MMIO objects with...
2010-06-07  Sven Baarswinmm: Fix Dutch translation.
2010-05-24  Maarten Lankhorstwinmm: Wake up timer after the timer list is empty.
2010-05-20  Jörg Höhlewinmm: Have MCI drivers handle notification for MCI_OPEN.
2010-05-19  Maarten Lankhorstwinmm: Make timer keep a ref on winmm while it's running.
2010-05-19  Jörg Höhlewinmm: More MIDI boundary tests & fixes.
2010-05-19  Jörg Höhlewinmm: A NULL CALLBACK_FUNCTION is acceptable since...
2010-05-19  Jörg Höhlewinmm: WAVE/MIDI_MAPPER (-1) is a 32 bit UINT, not 16.
2010-05-10  Gerald Pfeiferwinmm/tests: Remove two unused variables (and dead...
2010-05-03  Gerald Pfeiferwinmm/tests: Remove variable start which is not really...
2010-05-03  Paul Vrienswinmm: Update Dutch translation.
2010-04-26  Maarten Lankhorstwinmm: Fix handle leak in timer tests.
2010-04-26  Gerald Pfeiferwinmm: Remove variables duration and samples which...
2010-04-26  Gerald Pfeiferwinmm: Remove variable devID which is not really used...
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  Alexandre Julliardwinmm/tests: Fix a pointer conversion warning on 64...
2010-04-12  Maarten Lankhorstwinmm: Remove timeGetTime.
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/tests: Add more MCI tests.
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-04-01  Maarten Lankhorstwinmm: Clean up mapper code.
2010-04-01  Maarten Lankhorstwinmm: Clean up MMDRV_Init.
2010-04-01  Maarten Lankhorstwinmm: Remove some dead code.
2010-04-01  Maarten Lankhorstwinmm: Defer loading drivers until they are requested.
2010-03-30  Jörg Höhlewinmm/tests: Use cpp's __LINE__ to print meaningful...
2010-03-22  Francois GougetAssorted spelling and case fixes.
2010-03-19  Jörg Höhlemidimap: Allow GetVolume by device identifier.
2010-03-18  Maarten Lankhorstwinmm: Allow SND_ALIAS|SND_FILENAME in PlaySound.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-02  Jörg Höhlewinmm/tests: Fix up to 3 MCI test failures.
2010-02-25  Gerald Pfeiferwinmm/tests: Fix test condition in test_midiStream().
2010-02-24  Jörg Höhlewinmm/tests: Fix transient notification error: messages...
2010-02-22  Jörg Höhlewinmm/tests: MIDIHDR tests.
2010-02-22  Jörg Höhlewinmm: Accept the ancient, smaller MIDIHDR.
2010-02-22  Jörg Höhlewinmm: MIDIHDR.dwOffset is set with MEVT_F_CALLBACK...
2010-02-22  Jörg Höhlewinmm: Do not access MIDIHDR past MOM_DONE DriverCallback.
2010-02-22  Jörg Höhlemidimap: Have GetDevCaps error out when no MIDI device...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-19  Jörg Höhlewinmm: dwBytesRecorded controls how much is played...
2010-02-16  Alexandre Julliardwinmm/tests: Fix a couple of incorrect casts.
2010-02-11  Jörg Höhlewinmm: Improve initial MIDI player thread synchronisation.
2010-02-11  Jörg Höhlewinmm: Fix incorrect memory useage (Valgrind w/ MIDI...
2010-02-11  Jörg Höhlemidimap: Implement callback/notification.
2010-02-03  Jörg Höhlewinmm: The 64KB buffer limit on MIDIHDR buffers applies...
2010-02-03  Jörg Höhlewinmm/tests: Initial set of MIDI tests.
2010-02-02  Jörg Höhlewinmm: Reset MIDIHDR flags prior to return from midiStr...
2010-02-02  Jörg Höhlewinmm: Have xyzGetDevCaps return MMSYSERR_BADDEVICEID...
2010-02-01  Jörg Höhlewinmm: Perform stricter MIDI-related error checking.
2010-02-01  Jörg Höhlewinmm: midiStreamPosition can select an alternative...
2010-02-01  Jörg Höhlewinmm: The MIDI MAPPER is not available with MIDI IN.
2010-01-28  Jörg Höhlewinmm: Fix MIDI resource leaks.
2010-01-25  Dmitry Timoshkovwinmm: Add a bunch of new mmio tests which discover...
2010-01-25  Eric Pouechwinmm: For MCI parsing, use 64bit compatible variables.
2010-01-25  Eric Pouechwinmm: In mmio manipulation, always ensure that we...
2010-01-25  Eric Pouechwinmm: A couple of simple fixes for winmm compilation...
2010-01-18  Dmitry Timoshkovwinmm: Buffer size must be at least MMIO_DEFAULTBUFFER...
2009-12-24  Alexandre Julliardwinmm: Avoid using ReleaseThunkLock from 32-bit code.
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-23  Jörg Höhlewinmm/tests: Introduce coherence tests among parts...
2009-11-16  Jörg Höhlewinmm: Enable more MCI waveaudio tests.
2009-11-16  Jörg Höhlewinmm/tests: Print symbolic MCIERR_ names.
2009-11-16  Jörg Höhlewinmm: MCI_ALL_DEVICE_ID(MCIDEVICEID) is not a 16bit...
2009-11-13  Jörg Höhlemciwave/tests: Fix a few tests including one hang on...
2009-11-12  Alexandre Julliardwinmm: Use PeekMessageW instead of UserYield.
2009-11-11  Jörg Höhlemciwave: Play/Record return MCIERR_OUTOFRANGE as required.
2009-11-11  Jörg Höhlemciwave: Seek stops and rounds position down modulo...
2009-11-11  Jörg Höhlemciwave: Implement Cue as no-op.
2009-11-11  Jörg Höhlemciwave: Rework MCI notification system.
2009-11-11  Jörg Höhlewinmm/tests: Give flaky progress test more time.
2009-11-10  Jörg Höhlewinmm: MCI Close all causes one notification per open...
2009-11-10  Jörg Höhlemciwave: Stop must not reset current position.
2009-11-10  Jörg Höhlewinmm/tests: Fix MCI test failure on Win9x/WinME.
2009-11-09  Francois Gougetwinmm: WINMM_CheckForMMSystem() is not used, remove it.
2009-11-09  Francois Gougetwinmm/tests: Add a trailing '\n' to an ok() call.
2009-11-09  Nicolas Le Camwinmm/tests: Skip tests when running on non-english...
2009-11-05  Jörg Höhlemciwave: Allow (again) to set wave format parameters...
2009-11-05  Jörg Höhlemciwave: Set wave format PCM is the only one accepted.
2009-11-05  Jörg Höhlewinmm: Do not crash on NULL MCI Sysinfo command output...
2009-11-05  Jörg Höhlewinmm/tests: Add MCI waveaudio tests.
2009-10-26  Jörg Höhlewinmm: Time formats hms/tmsf use leading zeroes as...
2009-10-23  Eric Pouechwinmm: Final split of mmsystem.
2009-10-23  Eric Pouechwinmm: Get rid of 16bit driver support.
2009-10-23  Eric Pouechwinmm: Get rid of 16bit driver support in mci.
2009-10-23  Eric Pouechwinmm: Simply use kernel32.{Release|Restore}ThunkLock...
2009-10-23  Eric Pouechwinmm: Duplicate the 16<>32 time struct conversion...
2009-10-23  Eric Pouechwinmm: Restrict exposure of WINE_MMTHREAD to mmsystem.
2009-10-23  Eric Pouechwinmm: Get rid to 16=>32 mappers in winmm (they're...
2009-10-23  Eric Pouechwinmm: Get rid of the bFrom32 parameter in MMDRV_Alloc...
2009-10-23  Eric Pouechwinmm: Move the 16bit management of wave out driver...
2009-10-23  Eric Pouechwinmm: Move the 16bit management of wave in driver...
2009-10-23  Eric Pouechwinmm: Move the 16bit management of midi stream (for...
2009-10-23  Eric Pouechwinmm: Move the 16bit management of midi out driver...
next