Moved policy related functions to shpolicy.c
[wine] / dlls / winmm /
2000-04-19  Alexandre JulliardAdded some missing import directives.
2000-04-15  Patrik StridvallFixed some issues reported by winapi_check.
2000-04-11  Noomen HamzaFixed other bugs within MMIO implementation. Now, it...
2000-04-09  Alexandre JulliardImproved support for Makefiles that need to recurse...
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-04-04  Noomen HamzaFixed two small bugs within MMIO_InstallIOProc and...
2000-03-30  Marcus Meissneropen() the OSS sounddevice non-blocking in case another...
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-19  Eric PouechFixed segmented/linear buffers manipulation.
2000-03-19  Eric PouechFixed joystick ID/deviceID/driver handle/instance ID...
2000-03-07  Ulrich CzekallaCheck for existence if MMIO_EXIST is passed to MMIO_Open.
2000-03-05  Alexandre JulliardAdded support for creating extra symlinks for .so files...
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-02-26  Alexandre JulliardMade winmm a separate shared library.
2000-02-26  Eric PouechMoved hardware related handling to dlls/winmm/joystick...
2000-02-20  Eric PouechGot rid of PROFILE_ functions, now accessing Wine confi...
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-02-14  Eric Pouech- fixed crash on mci channel tracing
2000-02-10  Oleg KordaAdded Russian translation.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-07  Gerald PfeiferFixed unconditional use of JOYDEV.
2000-02-07  Andreas Mohr- implemented serial numbers for audio CDs and data CDs
2000-02-07  Wolfgang SchwotzerExtended the winmm joystick API calls to support the...
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-29  Andreas Mohr- support for reading labels and serial nums from device
2000-01-26  Alexandre JulliardDynamically load version.dll in MMDRV_GetDescription32.
2000-01-23  Marcus MeissnerAdded *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore...
2000-01-18  Uwe BonnesAlways initialize lpWaveHdr->lpNext to NULL.
2000-01-15  Eric PouechReplaced Wine specific DRIVER_GetType by a correct...
2000-01-09  Alexandre JulliardBuilt-in DLLs resources are now specified in spec file.
2000-01-09  Bradley BaetzFixed race condition between app and wine in WAVE_mciPlay.
2000-01-04  Eric PouechAdded more MIDI messages 16<=>32 mapping.
2000-01-04  Eric PouechPut back visible minimum timer resolution to 1 ms.
2000-01-04  Bradley BaetzConvert mmio to allow the use of 32 bit mmio procedures.
2000-01-04  Eric PouechUse a uniform naming scheme for driver modules.
2000-01-04  Eric PouechAdded support for WODM_BREAKLOOP message.
2000-01-04  Eric PouechRemoved extraneous ERR message.
2000-01-04  Eric PouechAdded support for MCI_INFO_COPYRIGHT and MCI_INFO_NAME.
2000-01-01  Alexandre JulliardMake use of automatic ordinal allocation.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-12-25  Marcus MeissnerCast the unsigned int to signed, or NEAR_MATCH will...
1999-12-25  Eric PouechFixed some bogus values in MCI_STATUS handling (positio...
1999-12-12  Eric PouechNow using notification for detecting when a WAVEHDR...
1999-12-12  Eric PouechEnhanced synchronization between playback thread and...
1999-12-12  Huw D M DaviesFix no. of arguments in a WARN statement.
1999-12-11  Bradley BaetzThe wavemap driver wasn't passing the callback type...
1999-12-08  Bradley Baetz- Fix MMIO_{Open,Rename} to check the filename (of...
1999-12-05  Eric PouechFixed mciInfo.
1999-12-05  Eric PouechAdded support for WAVE_FORMAT_QUERY flag in wodOpen.
1999-12-05  Eric PouechFixed MCI_OPEN command for types like "CDAUDIO!H:".
1999-12-05  Eric PouechFake MIDI_IO_STATUS support in midi in open
1999-12-05  Eric PouechFixed infinite loop for 0-length wavehdrs.
1999-12-05  Eric PouechFixed buggy playback for non PCM files
1999-12-05  Eric PouechTried to reduce echo in playSound API (using two wavehd...
1999-12-05  Eric PouechAdded callback mechanisms for MIDI IN.
1999-12-04  Peter GantenwaveHdr.lpData was eventually HeapFree()ed uninitialized.
1999-12-04  Marcus MeissnerAllow 1% deviation from specified sampling rate for...
1999-11-28  Julio Cesar GazquezUpdated Spanish MM error string translation.
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-21  Eric PouechFixed forwarding and handling messages directed to...
1999-11-14  Eric PouechThe adwInfo[0] field was no longer used on mmioOpen...
1999-11-14  Uwe BonnesIgnore MCI_OPEN_ELEMENT in CDAUDIO_mciOpen.
1999-11-12   <jodaman@cegt201... Fixed joystick scaling.
1999-11-12  Julio Cesar GazquezAdded Spanish (pure Castillan) MM error string translation.
1999-11-12  Eric PouechFixed recursion count while calling midiStream(Pause...
1999-10-31  Ulrich CzekallaAdded support for the addition and removal of custom...
1999-10-31  Eric PouechAdded built-in msacm.drv and midimap.drv drivers.
1999-10-31  Patrik StridvallAdded missing configuration #if:s and #includes:s.
1999-10-31  Patrik StridvallSolaris make doesn't like unnecessary \.
1999-10-31  Eric PouechFix (some) bad behavior with buffer underrun.
1999-10-31  Eric PouechFixed PlaySound proc for non PCM content.
1999-10-24  Eric PouechSplit the multimedia/ directory into dlls/ subdirectories.
1999-10-13  Eric PouechAdded missing (and now required) filename directive.
1999-09-22  Eric PouechAdded dlls/winmm and dlls/winmm/wineoss directories.