- Use appropriate per-platform NDR_LOCAL Data Representation.
[wine] / dlls / winmm /
2002-10-31  Alexandre JulliardSplit out some more 16-bit code.
2002-10-31  Alexandre JulliardMoved 16-bit definitions out of mmddk.h into mmsystem16.h.
2002-10-31  Eric Pouechwinmm/mmsystem now compiles with -DSTRICT.
2002-10-31  Eric PouechReturn correct values for wave(In|Out)GetPosition even...
2002-10-30  Eric Pouechwavemap now compiles with -DSTRICT.
2002-10-29  Eric PouechMoved 16 bit joystick function to mmsystem.c.
2002-10-29  Eric Pouech- internal renaming (no longer using MMSYSTEM prefixes...
2002-10-29  Eric Pouech- let all time related functions make use of low level...
2002-10-29  Eric PouechAll low level driver functions (internals for wave...
2002-10-29  Eric PouechAll MCI functions are now cleanly separated.
2002-10-29  Eric PouechAll driver functions are now properly separated.
2002-10-29  Eric Pouech- revisited mmsystem/winmm loading mechanism
2002-10-29  Eric PouechNow only storing thread id for mci tasks (16 bit htask...
2002-10-29  Eric Pouech- finish mmio separation
2002-10-28  Eric PouechMove low level multimedia message mapping out of 32...
2002-10-28  Eric PouechMove MCI message mapping out of 32 bit code.
2002-10-28  Eric PouechMove driver message mapping out of 32 bit code.
2002-10-28  Eric PouechFixed mciSendString debug reporting when an error occur...
2002-10-25  Andreas Mohr- fix some pselling
2002-10-25  Eric PouechSimplify the global internal data handling.
2002-10-25  Eric PouechUnify the constant used for error codes reporting mappi...
2002-10-23  Vincent BéronBring some French resources in sync with English ones.
2002-10-21  Eric PouechKeep on moving 16 bit code out of winmm, now only using...
2002-10-19  Alexandre JulliardRemoved DECLARE_OLD_HANDLE. Fixed a few remaining warnings.
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-17  Malte StarostikInitialize winearts's volume level to full, so applicat...
2002-10-15  Michael StefaniucCompile fix when all handles are converted to a void*.
2002-10-10  Eric PouechKeep on moving 16 bit code out of winmm.
2002-10-10  Eric PouechRemoved no longer needed list of instance data.
2002-10-10  Francois GougetThe NAS headers and libraries are sometimes stored...
2002-10-10  Eric PouechStarted putting all 16 bit code in separate files.
2002-10-09  Eric PouechFixed some multi-sound card related bugs.
2002-10-09  Alexandre JulliardFixed file descriptor corruption.
2002-10-07  Eric PouechAdded support for several soundcard.
2002-10-07  Eric PouechGot rid of recursion in sub device opening.
2002-10-07  Eric PouechLet wave(Out|In)Open call the wave mapper when the...
2002-10-03  Alexandre JulliardRemoved error message that confuses users.
2002-10-02  Alexandre JulliardAdded --disable-win16 configure option.
2002-10-02  Alexandre JulliardFixed warnings.
2002-09-17  Jerry JenkinsModified volume_effect8 for taking unsigned data as...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-09-12  Alexandre JulliardRemoved the __uint* types from basetsd.h since they...
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-09-04  David D. HagoodFixed Linux 2.2 event API code.
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.
next