2004-06-30 |
Dimitrie O. Paun | Lookup driver information in registry and system.ini. |
blob | commitdiff | raw |
2004-06-01 |
Robert Reif | Added some trace and debug printing. |
blob | commitdiff | raw | diff to current |
2004-01-20 |
Robert Reif | Fixed thread handle leaks. |
blob | commitdiff | raw | diff to current |
2004-01-12 |
Eric Pouech | - implemented TIME_KILL_SYCHRONOUS timer flags |
blob | commitdiff | raw | diff to current |
2004-01-06 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2003-12-31 |
Dmitry Timoshkov | Fix many function prototypes and data types according... |
blob | commitdiff | raw | diff to current |
2003-12-08 |
Eric Pouech | Move (again) usage of 16 bit specific functions (thunk... |
blob | commitdiff | raw | diff to current |
2003-12-02 |
Eric Pouech | Move usage of 16 bit specific functions (MapSL) in... |
blob | commitdiff | raw | diff to current |
2003-12-01 |
Eric Pouech | Move usage of 16 bit specific functions (MapSL) in... |
blob | commitdiff | raw | diff to current |
2003-11-09 |
Eric Pouech | Removed some more dependencies on wine 16-bit specific... |
blob | commitdiff | raw | diff to current |
2003-10-22 |
Robert Reif | Fix MMDRV_PhysicalFeatures to handle both 16 and 32... |
blob | commitdiff | raw | diff to current |
2003-09-12 |
Eric Pouech | Moved some MM internal definition to internal include... |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-04-30 |
Alexandre Julliard | Avoid calling Win32 resource functions on 16-bit modules. |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Eric Pouech | When unmapping a (wave|midi)-header unprepare message... |
blob | commitdiff | raw | diff to current |
2002-11-11 |
Eric Pouech | Now properly unloading multimedia drivers when winmm... |
blob | commitdiff | raw | diff to current |
2002-10-31 |
Alexandre Julliard | Moved 16-bit definitions out of mmddk.h into mmsystem16.h. |
blob | commitdiff | raw | diff to current |
2002-10-31 |
Eric Pouech | winmm/mmsystem now compiles with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Eric Pouech | - internal renaming (no longer using MMSYSTEM prefixes... |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Eric Pouech | - let all time related functions make use of low level... |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Eric Pouech | All low level driver functions (internals for wave... |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Eric Pouech | All MCI functions are now cleanly separated. |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Eric Pouech | All driver functions are now properly separated. |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Eric Pouech | - revisited mmsystem/winmm loading mechanism |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Eric Pouech | Now only storing thread id for mci tasks (16 bit htask... |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Eric Pouech | - finish mmio separation |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Eric Pouech | Move low level multimedia message mapping out of 32... |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Eric Pouech | Move MCI message mapping out of 32 bit code. |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Eric Pouech | Move driver message mapping out of 32 bit code. |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Eric Pouech | Simplify the global internal data handling. |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Eric Pouech | Unify the constant used for error codes reporting mappi... |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Eric Pouech | Keep on moving 16 bit code out of winmm, now only using... |
blob | commitdiff | raw | diff to current |
2002-10-17 |
Alexandre Julliard | Fixed wownt32.h to make it usable from inside Wine... |
blob | commitdiff | raw | diff to current |
2002-10-10 |
Eric Pouech | Keep on moving 16 bit code out of winmm. |
blob | commitdiff | raw | diff to current |
2002-10-10 |
Eric Pouech | Removed no longer needed list of instance data. |
blob | commitdiff | raw | diff to current |
2002-10-10 |
Eric Pouech | Started putting all 16 bit code in separate files. |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Michael Stefaniuc | Prepare dlls/{comctl32,gdi,msvideo,setupapi,shell32... |
blob | commitdiff | raw | diff to current |
2002-08-09 |
Michael Stefaniuc | Convert HMMIO to a void*. |
blob | commitdiff | raw | diff to current |
2002-08-09 |
Michael Stefaniuc | - Convert HDRVR to a void*. |
blob | commitdiff | raw | diff to current |
2002-08-03 |
Michael Stefaniuc | Convert HMIXER, HMIXEROBJ to a void*. |
blob | commitdiff | raw | diff to current |
2002-08-02 |
Michael Stefaniuc | - Converted HWAVE, HWAVEIN, HWAVEOUT to void*. |
blob | commitdiff | raw | diff to current |
2002-08-01 |
Alexandre Julliard | Authors: Eric Pouech <eric.pouech@wanadoo.fr>, Michael... |
blob | commitdiff | raw | diff to current |
2002-07-28 |
Alexandre Julliard | Convert HTASK to void* (based on a patch by Michael... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-29 |
Eric Pouech | Some other synchronisation issues. |
blob | commitdiff | raw | diff to current |
2002-05-22 |
Eric Pouech | Fixed hang in PlaySound in error cases; added registry... |
blob | commitdiff | raw | diff to current |
2002-05-12 |
Eric Pouech | Better behavior of PlaySound (error handling, synchroni... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-02 |
Patrik Stridvall | Move __stdcall/__cdecl to the right place. |
blob | commitdiff | raw | diff to current |
2001-12-21 |
Eric Pouech | Fixed another bunch of bugs (mainly linked to operation... |
blob | commitdiff | raw | diff to current |
2001-07-20 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
blob | commitdiff | raw | diff to current |
2001-01-13 |
Ove Kaaven | Remove multimedia timers from the service thread, use... |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Eric Pouech | Split driver functions into USER (16 bit part) and... |
blob | commitdiff | raw | diff to current |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
blob | commitdiff | raw | diff to current |
2000-06-25 |
Eric Pouech | Several fixes spotted by Corel (Jean-Claude Batista... |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Eric Pouech | Fixed segmented/linear buffers manipulation. |
blob | commitdiff | raw | diff to current |
1999-10-24 |
Eric Pouech | Split the multimedia/ directory into dlls/ subdirectories. |
blob | commitdiff | raw | diff to current |
|