2010-09-03 |
Jörg Höhle | winmm: Implement MCIERR_DUPLICATE_ALIAS and MCIERR_DEVI... |
tree | commitdiff |
2010-09-03 |
Jörg Höhle | winmm: GetDeviceID only considers a single name per... |
tree | commitdiff |
2010-09-03 |
Jörg Höhle | winmm: Correctly parse the MCI Sysinfo command. |
tree | commitdiff |
2010-09-03 |
Jörg Höhle | winmm/tests: Share common function dbg_mcierr. |
tree | commitdiff |
2010-09-02 |
Jörg Höhle | winmm/tests: Add MCI parser tests. |
tree | commitdiff |
2010-09-02 |
Jörg Höhle | winmm/tests: MCI_STATUS returns DWORD_PTR, unlike other... |
tree | commitdiff |
2010-09-02 |
Jörg Höhle | winmm/tests: Add a few Open/Close MCI tests. |
tree | commitdiff |
2010-09-02 |
Jörg Höhle | winmm: Always unload the MCI driver when Open fails. |
tree | commitdiff |
2010-09-02 |
Jörg Höhle | winmm: Close MCI device after immediate auto-open commands. |
tree | commitdiff |
2010-09-02 |
Jörg Höhle | winmm: MCI open always creates an alias for subsequent... |
tree | commitdiff |
2010-09-02 |
Octavian Voicu | winmm: Replace command ids with symbolic constants... |
tree | commitdiff |
2010-09-02 |
Octavian Voicu | winmm: Replace return types with symbolic constants... |
tree | commitdiff |
2010-08-31 |
Francois Gouget | winmm: Make MCI_{MessageToString,strdupAtoW}() static... |
tree | commitdiff |
2010-08-27 |
Anders Jonsson | winmm: Add Swedish translation. |
tree | commitdiff |
2010-08-25 |
Jörg Höhle | mcicda: Access the first CD-ROM unless given a device... |
tree | commitdiff |
2010-08-25 |
Jörg Höhle | mcicda: Opens d, d:, d:\, d:\foo since w2k. Only d... |
tree | commitdiff |
2010-08-23 |
Jörg Höhle | winmm/tests: Initial tests for CD audio with the MCI. |
tree | commitdiff |
2010-08-16 |
Maarten Lankhorst | winmm: Fix fd leak on restarting timer. |
tree | commitdiff |
2010-08-16 |
Hwang YunSong | winmm: Update Korean resource. |
tree | commitdiff |
2010-08-03 |
Anders Jonsson | winmm: Fix typo in English, Slovak resources. |
tree | commitdiff |
2010-07-22 |
Tim Cadogan-Cowper | winmm: Wrap TRACE strings with debugstr_a/debugstr_an. |
tree | commitdiff |
2010-07-21 |
Alexandre Julliard | dlls: Remove explicit imports of kernel32 and ntdll. |
tree | commitdiff |
2010-07-21 |
Michael Stefaniuc | winmm: Move from a per resource to a global LANGUAGE... |
tree | commitdiff |
2010-07-15 |
Igor Paliychuk | winmm: Add Ukrainian translation. |
tree | commitdiff |
2010-07-13 |
Michael Stefaniuc | winmm: Add the Romanian translation. |
tree | commitdiff |
2010-06-28 |
Eric Pouech | winmm: Added a couple of tests for structure alignment. |
tree | commitdiff |
2010-06-28 |
Tim Cadogan-Cowper | winmm: Correctly calculate dwFileSize for apps installi... |
tree | commitdiff |
2010-06-18 |
Vitaly Lipatov | Update Russian translations. |
tree | commitdiff |
2010-06-14 |
Eric Pouech | winmm: Only compute dwFileSize for MMIO objects with... |
tree | commitdiff |
2010-06-07 |
Sven Baars | winmm: Fix Dutch translation. |
tree | commitdiff |
2010-05-24 |
Maarten Lankhorst | winmm: Wake up timer after the timer list is empty. |
tree | commitdiff |
2010-05-20 |
Jörg Höhle | winmm: Have MCI drivers handle notification for MCI_OPEN. |
tree | commitdiff |
2010-05-19 |
Maarten Lankhorst | winmm: Make timer keep a ref on winmm while it's running. |
tree | commitdiff |
2010-05-19 |
Jörg Höhle | winmm: More MIDI boundary tests & fixes. |
tree | commitdiff |
2010-05-19 |
Jörg Höhle | winmm: A NULL CALLBACK_FUNCTION is acceptable since... |
tree | commitdiff |
2010-05-19 |
Jörg Höhle | winmm: WAVE/MIDI_MAPPER (-1) is a 32 bit UINT, not 16. |
tree | commitdiff |
2010-05-10 |
Gerald Pfeifer | winmm/tests: Remove two unused variables (and dead... |
tree | commitdiff |
2010-05-03 |
Gerald Pfeifer | winmm/tests: Remove variable start which is not really... |
tree | commitdiff |
2010-05-03 |
Paul Vriens | winmm: Update Dutch translation. |
tree | commitdiff |
2010-04-26 |
Maarten Lankhorst | winmm: Fix handle leak in timer tests. |
tree | commitdiff |
2010-04-26 |
Gerald Pfeifer | winmm: Remove variables duration and samples which... |
tree | commitdiff |
2010-04-26 |
Gerald Pfeifer | winmm: Remove variable devID which is not really used... |
tree | commitdiff |
2010-04-16 |
Jörg Höhle | winmm: MCI_SYSINFO dwRetSize counts characters, not... |
tree | commitdiff |
2010-04-14 |
Jörg Höhle | winmm: Prepare transition of MCI parser to 64bit. |
tree | commitdiff |
2010-04-12 |
Alexandre Julliard | winmm/tests: Fix a pointer conversion warning on 64... |
tree | commitdiff |
2010-04-12 |
Maarten Lankhorst | winmm: Remove timeGetTime. |
tree | commitdiff |
2010-04-12 |
Jörg Höhle | winmm: Improve MCI A/W mapping. |
tree | commitdiff |
2010-04-12 |
Jörg Höhle | winmm: MCI system commands are not eligible for auto... |
tree | commitdiff |
2010-04-01 |
Jörg Höhle | winmm/tests: Add more MCI tests. |
tree | commitdiff |
2010-04-01 |
Jörg Höhle | winmm: Improve MCI's Sysinfo string command. |
tree | commitdiff |
2010-04-01 |
Jörg Höhle | winmm: Improve MCI's Sysinfo command. |
tree | commitdiff |
2010-04-01 |
Jörg Höhle | winmm: Support MCI "close all" command. |
tree | commitdiff |
2010-04-01 |
Maarten Lankhorst | winmm: Clean up mapper code. |
tree | commitdiff |
2010-04-01 |
Maarten Lankhorst | winmm: Clean up MMDRV_Init. |
tree | commitdiff |
2010-04-01 |
Maarten Lankhorst | winmm: Remove some dead code. |
tree | commitdiff |
2010-04-01 |
Maarten Lankhorst | winmm: Defer loading drivers until they are requested. |
tree | commitdiff |
2010-03-30 |
Jörg Höhle | winmm/tests: Use cpp's __LINE__ to print meaningful... |
tree | commitdiff |
2010-03-22 |
Francois Gouget | Assorted spelling and case fixes. |
tree | commitdiff |
2010-03-19 |
Jörg Höhle | midimap: Allow GetVolume by device identifier. |
tree | commitdiff |
2010-03-18 |
Maarten Lankhorst | winmm: Allow SND_ALIAS|SND_FILENAME in PlaySound. |
tree | commitdiff |
2010-03-16 |
Alexandre Julliard | makefiles: Remove the no longer needed explicit separat... |
tree | commitdiff |
2010-03-02 |
Jörg Höhle | winmm/tests: Fix up to 3 MCI test failures. |
tree | commitdiff |
2010-02-25 |
Gerald Pfeifer | winmm/tests: Fix test condition in test_midiStream(). |
tree | commitdiff |
2010-02-24 |
Jörg Höhle | winmm/tests: Fix transient notification error: messages... |
tree | commitdiff |
2010-02-22 |
Jörg Höhle | winmm/tests: MIDIHDR tests. |
tree | commitdiff |
2010-02-22 |
Jörg Höhle | winmm: Accept the ancient, smaller MIDIHDR. |
tree | commitdiff |
2010-02-22 |
Jörg Höhle | winmm: MIDIHDR.dwOffset is set with MEVT_F_CALLBACK... |
tree | commitdiff |
2010-02-22 |
Jörg Höhle | winmm: Do not access MIDIHDR past MOM_DONE DriverCallback. |
tree | commitdiff |
2010-02-22 |
Jörg Höhle | midimap: Have GetDevCaps error out when no MIDI device... |
tree | commitdiff |
2010-02-22 |
Alexandre Julliard | makefiles: Use the standard C_SRCS variable as the... |
tree | commitdiff |
2010-02-19 |
Jörg Höhle | winmm: dwBytesRecorded controls how much is played... |
tree | commitdiff |
2010-02-16 |
Alexandre Julliard | winmm/tests: Fix a couple of incorrect casts. |
tree | commitdiff |
2010-02-11 |
Jörg Höhle | winmm: Improve initial MIDI player thread synchronisation. |
tree | commitdiff |
2010-02-11 |
Jörg Höhle | winmm: Fix incorrect memory useage (Valgrind w/ MIDI... |
tree | commitdiff |
2010-02-11 |
Jörg Höhle | midimap: Implement callback/notification. |
tree | commitdiff |
2010-02-03 |
Jörg Höhle | winmm: The 64KB buffer limit on MIDIHDR buffers applies... |
tree | commitdiff |
2010-02-03 |
Jörg Höhle | winmm/tests: Initial set of MIDI tests. |
tree | commitdiff |
2010-02-02 |
Jörg Höhle | winmm: Reset MIDIHDR flags prior to return from midiStr... |
tree | commitdiff |
2010-02-02 |
Jörg Höhle | winmm: Have xyzGetDevCaps return MMSYSERR_BADDEVICEID... |
tree | commitdiff |
2010-02-01 |
Jörg Höhle | winmm: Perform stricter MIDI-related error checking. |
tree | commitdiff |
2010-02-01 |
Jörg Höhle | winmm: midiStreamPosition can select an alternative... |
tree | commitdiff |
2010-02-01 |
Jörg Höhle | winmm: The MIDI MAPPER is not available with MIDI IN. |
tree | commitdiff |
2010-01-28 |
Jörg Höhle | winmm: Fix MIDI resource leaks. |
tree | commitdiff |
2010-01-25 |
Dmitry Timoshkov | winmm: Add a bunch of new mmio tests which discover... |
tree | commitdiff |
2010-01-25 |
Eric Pouech | winmm: For MCI parsing, use 64bit compatible variables. |
tree | commitdiff |
2010-01-25 |
Eric Pouech | winmm: In mmio manipulation, always ensure that we... |
tree | commitdiff |
2010-01-25 |
Eric Pouech | winmm: A couple of simple fixes for winmm compilation... |
tree | commitdiff |
2010-01-18 |
Dmitry Timoshkov | winmm: Buffer size must be at least MMIO_DEFAULTBUFFER... |
tree | commitdiff |
2009-12-24 |
Alexandre Julliard | winmm: Avoid using ReleaseThunkLock from 32-bit code. |
tree | commitdiff |
2009-11-30 |
Henri Verbeet | winmm: Use wine_dbg_sprintf() in a few debug utility... |
tree | commitdiff |
2009-11-23 |
Jörg Höhle | winmm: Don't stop parsing after MCI's alias keyword. |
tree | commitdiff |
2009-11-23 |
Jörg Höhle | winmm/tests: Introduce coherence tests among parts... |
tree | commitdiff |
2009-11-16 |
Jörg Höhle | winmm: Enable more MCI waveaudio tests. |
tree | commitdiff |
2009-11-16 |
Jörg Höhle | winmm/tests: Print symbolic MCIERR_ names. |
tree | commitdiff |
2009-11-16 |
Jörg Höhle | winmm: MCI_ALL_DEVICE_ID(MCIDEVICEID) is not a 16bit... |
tree | commitdiff |
2009-11-13 |
Jörg Höhle | mciwave/tests: Fix a few tests including one hang on... |
tree | commitdiff |
2009-11-12 |
Alexandre Julliard | winmm: Use PeekMessageW instead of UserYield. |
tree | commitdiff |
2009-11-11 |
Jörg Höhle | mciwave: Play/Record return MCIERR_OUTOFRANGE as required. |
tree | commitdiff |
2009-11-11 |
Jörg Höhle | mciwave: Seek stops and rounds position down modulo... |
tree | commitdiff |
2009-11-11 |
Jörg Höhle | mciwave: Implement Cue as no-op. |
tree | commitdiff |
next |