Moved internal context macros out of winnt.h.
[wine] / dlls / winmm /
2002-08-29  Marco PietrobonoUse alsa/asoundlib.h instead of sys/asoundlib.h if...
2002-08-26  Ove KaavenTweaks to improve playback performance and reduce sound...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-09  Michael StefaniucConvert HMMIO to a void*.
2002-08-09  Patrik StridvallFixed some issues found by winapi_check.
2002-08-09  Michael Stefaniuc- Convert HDRVR to a void*.
2002-08-03  Michael StefaniucConvert HMIXER, HMIXEROBJ to a void*.
2002-08-02  Michael Stefaniuc- Converted HWAVE, HWAVEIN, HWAVEOUT to void*.
2002-08-01  Alexandre JulliardCreate at most one glue file for a single dll.
2002-08-01  Robert LunnonPreliminary audio driver for Solaris Libaudioio.
2002-08-01  Alexandre JulliardAuthors: Eric Pouech <eric.pouech@wanadoo.fr>, Michael...
2002-07-31  Nicolas EscuderSpeed and buffer improvement, code clean up, and fix...
2002-07-30  Alexandre JulliardMerged the NAS driver written by Nicolas
2002-07-29  Chris MorganSome dos VGA error handling. Misc TRACE changes.
2002-07-29  Gerald PfeiferFixed format string.
2002-07-28  Alexandre JulliardConvert HTASK to void* (based on a patch by Michael...
2002-07-19  Patrik StridvallFixed some issues found by winapi_check.
2002-07-10  Rok MandeljcAdded Slovenian resources.
2002-07-08  Eric PouechFixed another PlaySound bug (when SND_LOOP is requested).
2002-07-08  Eric PouechFixed a few compilation warnings.
2002-07-03  Gregg MattinsonCast void* to char* for pointer arithmetic.
2002-07-03  Eric PouechFixed some more configuration issues.
2002-07-02  Alexandre JulliardFixed warnings.
2002-06-28  Alexandre JulliardAdded some ALSA configure checks.
2002-06-28  Eric PouechCreated an ALSA driver (with the help of David Hammerto...
2002-06-28  Eric PouechEnsured full duplex mode is only used with same paramet...
2002-06-25  Eric PouechFixed flags handling in sndPlaySound.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-04  Eric PouechFixed another regression in PlaySound.
2002-06-04  Steven EdwardsPorting fixes.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Eric PouechSome other synchronisation issues.
2002-05-29  Eric PouechCheck for NULL ptr in midiStreamOut.
2002-05-28  Sander van LeeuwenmixerGetControlDetailsW: translate strings for
2002-05-23  Alexandre JulliardRemoved some unnecessary imports.
2002-05-22  Patrik StridvallFixed some issues found by winapi_check.
2002-05-22  Eric PouechFixed hang in PlaySound in error cases; added registry...
2002-05-19  Steven EdwardsAdd check for <sys/ioctl.h>.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-16  Eric PouechFixed hangs when playing an ASCII resource.
2002-05-16  Johan Gilllpmmioinfo can sometimes, proven in the read case,...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-12  Eric PouechBetter behavior of PlaySound (error handling, synchroni...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-11  Eric PouechLet MCI drivers support the session instance loading...
2002-05-11  Eric PouechCreated session instance for installable drivers.
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-05  Alexandre JulliardRemoved more code at Hidenori's request.
2002-04-22  Eric PouechFixed multi-thread access to local variables (mainly...
2002-04-22  Eric PouechFixed a mismatch in wavein 16/32 mapping.
2002-04-08  Hidenori TakeshimaAdded resources for Japanese.
2002-04-08  Hidenori TakeshimaFixed an overflow in calculating times.
2002-04-01  Eric PouechMore robust and less time consuming playback.
2002-04-01  Eric PouechFixed size of buffers in conversion.
2002-03-25  Vincent BéronChanges some handle definitions to the proper type.
2002-03-25  Chris MorganwodOpen() should return MMSYSERR_ALLOCATED if the devic...
2002-03-22  Chris MorganFix range in aRts 8bit volume code.
2002-03-21  Chris MorganAdded aRts driver.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-15  Patrik StridvallAdded some defines for compatibility with Windows headers.
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2002-01-29  Andreas MohrFixed ==/!= mismatch.
2002-01-21  Francois GougetPrint the strerror instead of just the errno.
2002-01-13  Eric PouechNow using the NT CD interface.
2002-01-12  Eric PouechFixed the wodReset implementation, internal messages...
2002-01-10  Eric PouechFix potential memory issue.
2001-12-24  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-21  Eric PouechAdded full-duplex capability.
2001-12-21  Eric PouechFixed another bunch of bugs (mainly linked to operation...
2001-12-14  Eric PouechThawed some freezes.
2001-12-04  Eric PouechFixed bugs in output functions (write).
2001-11-19  Simon BritnellFix a loop playing failure and a problem with choppy...
2001-11-13  Eric PouechFixed wave(In|Out)Open when called with WAVE_MAPPED...
2001-11-12  Eric PouechFixed some race conditions in notification vs. operation
2001-11-09  Simon BritnellCleaned up the wodPlayer functionality to make it easie...
2001-11-06  François GougetFix the #include order for config.h.
2001-11-05  Eric PouechFixed dst / src lines implementation.
2001-10-22  Francois GougetSpelling, grammar and a bit of comment formatting fixes.
2001-10-14  Francois GougetDon't print NULL strings (crashes on Solaris).
2001-08-21  Francois GougetDocumentation updates (mainly thru vs. through).
2001-08-18  Eric PouechReplaced memset by hand made equivalent to work around...
2001-08-15  Eric PouechFixed error message and return value in case of bogus...
2001-08-09  Andreas MohrSpelling fixes.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallFixed some issues found by winapi_check.
2001-06-28  Patrik StridvallFixed some issues found by winapi_check.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Eric PouechFails mapper opening when no midi out devices are present.
2001-06-19  Eric PouechFixed bugs in output functions (ascend, createChunk).
2001-06-19  Patrik StridvallFixed some issues found by winapi_check.
next