Added a stub for NetStatisticsGet.
[wine] / dlls / winmm /
2003-09-11  Francois GougetModify ok("xxx") calls into ok("xxx\n") as is now expected.
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-04  Christian CostaFix modLongData.
2003-09-03  Robert ReifUse the drivers to get device capabilities and property...
2003-08-29  Rok MandeljcMinor updates of Slovenian translations.
2003-08-29  Mike HearnFixed the error message in Wave(In|Out)Init, it used...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-08-20   <wine@frotz.org>Fix parameter to snd_pcm_sw_params_set_silence_size().
2003-07-28  Robert ReifUse same GUIDs as win2k and xp for dsound drivers.
2003-07-18  Mike McCormackFixed incorrect strcasecmp usage.
2003-07-03  Marcus MeissnerUse standard debugging macros for jack.
2003-07-02  Francois GougetFixed some common spelling errors.
2003-07-02  Eric Pouech- renamed winmm.OpenDriverW into winmm.OpenDriver
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-06-30  Marcelo Duarte- Localization to Portuguese of Brazil
2003-06-30  Robert LunnonAdded libuuid to wineaudioio makefile.
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-16  Rok MandeljcUpdated a bunch of translations for Slovenian language.
2003-06-04  Robert ReifAdded a dynamically growing ring buffer for oss, alsa...
2003-05-14  Marcus Meissnerwinejack.drv.so needs -lwine_uuid too.
2003-05-11  Eric PouechStop wavemap lookup if a device isn't functional (spott...
2003-05-11  Alexandre JulliardAvoid local WINAPI function pointers.
2003-05-06  Marcus MeissnerAdded include <errno.h>.
2003-05-02  Robert ReifAdded driver property set implementation.
2003-04-30  Alexandre JulliardAvoid calling Win32 resource functions on 16-bit modules.
2003-04-29  Robert ReifFixed a problem where OSS trigger support is inconsistent.
2003-04-29  Robert ReifAdded driver notify implementation.
2003-04-27  Alexandre JulliardMake sure that snd_pcm_open returned a valid handle...
2003-04-27  Jerry JiThe missing part of multiple device support for wineart...
2003-04-26  Robert ReifFixed bug caused by OSS inconsistent trigger operation...
2003-04-10  Robert ReifBetter error messages.
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-04-05  Eric PouechWork around not implemented ioctl in BSD.
2003-04-02  Robert ReifAdded more information to some of the failure messages.
2003-04-02  Andreas MohrSome spelling and formatting fixes.
2003-03-28  Alexandre JulliardAvoid crash if snd_pcm_open fails.
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-17  Alexandre JulliardAvoid warnings.
2003-03-15  Alexandre JulliardAdded #ifdef checks for SOUND_MIXER_INFO.
2003-03-15  Robert ReifAdded support for multiple direct sound devices.
2003-03-10  Eric PouechFixed error code when no mapping is found for wave...
2003-03-07  Robert ReifFixed bug where the enable state of the output and...
2003-03-07  Steven EdwardsAdd import of ntdll.
2003-03-04  Robert ReifAdded waveIn tests.
2003-03-04  Robert ReifCapture thread checks queue for more headers before...
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-02-19  Waldeck SchutzerAvoid playing data tracks.
2003-02-17  Eric PouechAllowed waveInMessage to use physical information ...
2003-02-15  Robert ReifAdded additional formats.
2003-02-14  Robert ReifStarted to add support for a real direct sound capture...
2003-02-12  Michael StefaniucAdded some missing LeaveCriticalSection's.
2003-01-31  Waldeck SchutzerRemoved invalid char.
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
2003-01-23  Matthew DavisonRemoved calls to HEAP_strdupAtoW.
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2003-01-20  Francois GougetMake sure we always know about the 48 and 96kHz formats...
2003-01-16  Francois GougetWarn if open_count is already 0 when OSS_CloseDevice...
2003-01-16  Francois GougetReturn MMSYS_NOERROR even if we don't open the device...
2003-01-15  Francois GougetInitialize the pwave array whenever we don't have a...
2003-01-11  Francois GougetModify OSS_Wave{In,Out}Init to report the exact capabil...
2003-01-11  Eric PouechSome code cleanups.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-07  Francois GougetIn OSS_RawOpenDevice, always retrieve the device format...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-07  Francois GougetFix the BlockSize check.
2003-01-03  Gerald Pfeifer#include <stdlib.h> instead of the non-standard <malloc.h>.
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2003-01-02  Patrik StridvallFixed some issues found by winapi_check.
2003-01-02  Eric PouechWhen unmapping a (wave|midi)-header unprepare message...
2003-01-02  Francois GougetAdd support for WINETEST_INTERACTIVE. If set then tests...
2002-12-23  Jeff SmithCorrect all instances of mixMessage to mxdMessage.
2002-12-16  Francois GougetAdd the capacity of playing a test tone using the ...
2002-12-15  Francois GougetIn the latest sdk the {waveOut,midiOut}{Get,Set}Volume...
2002-12-15  Eric PouechFixed hangup condition at the end of some playback.
2002-12-15  Francois GougetIf unable to set the desired format, OSS_RawOpenDevice...
2002-12-15  Francois GougetOur resampling algorithm is quite primitive so try...
2002-12-15  Francois GougetIf given a bad device id waveOutGetDevCapsA is supposed...
2002-12-13  Chris MorganAdd support for Jack audio server.
2002-12-13  Francois GougetAdd support for the 48 and 96kHz formats.
2002-12-13  Nikolay StefanovFix issues with i810-based audio cards.
2002-12-12  Jeff SmithMMDRV_GetDescription32 fix + a few cosmetic improvements.
2002-12-12  Francois GougetFix error reporting in wavemap.c:wodOpen(); this solves the
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-11  Rok MandeljcFixed some characters.
2002-12-10  Vincent BéronSuppress some signed/unsigned comparison warning.
2002-12-10  Chris MorganReset the oss device before we try to close it. Fixes...
2002-12-02  Jeff SmithFix for MIDI Mapper.
2002-11-30  Jeff SmithFixed 32 bit flag in midiOutShortMsg.
2002-11-20  Eric PouechBetter support for multiple midi devices on the OSS...
2002-11-11  Eric PouechNow properly unloading multimedia drivers when winmm...
2002-11-06  Patrik StridvallFixed some issues found by winapi_check.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-11-04  Francois GougetTest sound format support with waveOutGetDevCaps and...
2002-11-04  Francois GougetOSS_RawOpenDevice should return an error if the format...
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.
next