wordpad: Replaced toolbar.bmp with a Tango compliant tool strip.
[wine] / dlls / winmm / tests / mci.c
2010-04-16  Jörg Höhlewinmm: MCI_SYSINFO dwRetSize counts characters, not...
2010-04-01  Jörg Höhlewinmm/tests: Add more MCI tests.
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-03-30  Jörg Höhlewinmm/tests: Use cpp's __LINE__ to print meaningful...
2010-03-02  Jörg Höhlewinmm/tests: Fix up to 3 MCI test failures.
2010-02-24  Jörg Höhlewinmm/tests: Fix transient notification error: messages...
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-13  Jörg Höhlemciwave/tests: Fix a few tests including one hang on...
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/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-07-06  Dan Kegelwinmm: Don't convert return string in mciSendStringA...
2008-11-06  Paul Vrienswinmm/tests: Fix failure on Win9x and WinMe.
2008-10-10  Paul Vrienswinmm/tests: Fix the failures on Win9x and WinMe.
2008-07-23  Dan Kegelwinmm/tests: Test mciSendString with non-null return...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2006-09-07  Jan Zerebeckiwinmm: Prevent NULL dereference in MCI_Close and add...