winmm: Build language resource files separately.
[wine] / dlls / winmm / mmsystem.c
2009-02-20  Michael Stefaniucwinmm: Remove superfluous pointer casts.
2009-01-26  Andrew Nguyenwinmm: Make the return behavior of waveOutPrepareHeader...
2008-11-03  Michael StefaniucRemove the remaining casts of NULL.
2008-10-29  Andrew Nguyenwinmm: Fix a potential infinite recursion bug.
2008-05-07  Francois GougetAssorted spelling fixes.
2007-10-15  Andrew Talbotwinmm: Fix some memory leaks.
2007-08-30  Francois Gougetmmsystem: Better stick the the PSDK types.
2007-06-07  Alexandre Julliardwinmm: Get rid of the WINE_MM_IDATA global structure...
2007-05-29  Andrew Talbotwinmm: Exclude unused headers.
2007-03-07  Andrew Talbotwinmm: Replace const pointer parameters with correct...
2006-11-09  Eric Pouechwinmm: Remove WINE_NO_LONG_AS_INT.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-08-22  Mike McCormackFix some gcc 4.0 warnings.
2005-08-10  Alexandre JulliardUse the proper WOW functions everywhere instead of...
2005-06-17  Francois GougetFix winapi_check documentation warnings.
2005-05-23  Alexandre JulliardRemoved unnecessary code in the 16-bit DllEntryPoint...
2005-04-27  Mike McCormackMake multimedia threads high priority.
2005-04-27  Mike McCormackMake WINMM_IData statically allocated.
2005-03-21  Vincent BéronCorrect and complete some api documentation.
2005-03-11  Peter Berg LarsenAssorted memleak fixes. Found on Michael Stefaniuc...
2005-02-09  Eric Pouech- rewrite MCI interfaces as Unicode interface (as it...
2004-12-06  Alexandre JulliardAuthors: Eric Pouech <pouech-eric@wanadoo.fr>, Filip...
2004-11-03  Robert ShearmanFix broken thread start routines.
2004-10-18  Jeremy WhiteRevise winmm/time.c to fix timer resolution at 1 ms...
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-01  Alexandre JulliardFunction parameters don't need WINE_UNUSED.
2004-01-12  Eric Pouech- implemented TIME_KILL_SYCHRONOUS timer flags
2003-12-31  Dmitry TimoshkovFix many function prototypes and data types according...
2003-12-08  Eric PouechMove (again) usage of 16 bit specific functions (thunk...
2003-12-02  Eric PouechMove usage of 16 bit specific functions (MapSL) in...
2003-12-01  Eric PouechMove usage of 16 bit specific functions (MapSL) in...
2003-11-09  Eric PouechRemoved some more dependencies on wine 16-bit specific...
2003-10-30  Robert ReifClean up *GetDevCaps to check for valid pointer and...
2003-10-27  Robert ReifOnly copy amount requested up to size of structure.
2003-10-22  Robert ReifFix MMDRV_PhysicalFeatures to handle both 16 and 32...
2003-10-21  Robert ReifOnly return the number of bytes requested.
2003-09-15  Eric Pouech- Moved Wine extension to get DSound interface from...
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-07-02  Eric Pouech- renamed winmm.OpenDriverW into winmm.OpenDriver
2003-04-30  Alexandre JulliardAvoid calling Win32 resource functions on 16-bit modules.
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-01-23  Matthew DavisonRemoved calls to HEAP_strdupAtoW.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-15  Francois GougetIn the latest sdk the {waveOut,midiOut}{Get,Set}Volume...
2002-11-06  Patrik StridvallFixed some issues found by winapi_check.
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-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 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 driver message mapping out of 32 bit code.
2002-10-25  Eric PouechSimplify the global internal data handling.
2002-10-21  Eric PouechKeep on moving 16 bit code out of winmm, now only using...
2002-10-10  Eric PouechKeep on moving 16 bit code out of winmm.
2002-10-10  Eric PouechStarted putting all 16 bit code in separate files.
2002-10-07  Eric PouechLet wave(Out|In)Open call the wave mapper when the...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
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 JulliardAuthors: Eric Pouech <eric.pouech@wanadoo.fr>, Michael...
2002-07-29  Gerald PfeiferFixed format string.
2002-07-28  Alexandre JulliardConvert HTASK to void* (based on a patch by Michael...
2002-07-08  Eric PouechFixed another PlaySound bug (when SND_LOOP is requested).
2002-06-25  Eric PouechFixed flags handling in sndPlaySound.
2002-06-04  Eric PouechFixed another regression in PlaySound.
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-22  Eric PouechFixed hang in PlaySound in error cases; added registry...
2002-05-16  Eric PouechFixed hangs when playing an ASCII resource.
2002-05-12  Eric PouechBetter behavior of PlaySound (error handling, synchroni...
2002-03-25  Vincent BéronChanges some handle definitions to the proper type.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2001-12-24  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-11-13  Eric PouechFixed wave(In|Out)Open when called with WAVE_MAPPED...
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
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-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  Patrik StridvallFixed some issues found by winapi_check.
2001-06-11  Patrik StridvallFixed some issues found by winapi_check.
2001-04-25  James HathewayPlaySoundA should return TRUE when it stops playing...
2001-02-14  Andreas MohrCosmetics.
next