2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw |
2005-12-09 |
Markus Amsler | Remove unneeded ; from DECL_WINELIB_TYPE_AW in mmsystem.h. |
blob | commitdiff | raw | diff to current |
2005-09-16 |
Dmitry Timoshkov | Add a test for mmioDescend, make it pass under Wine. |
blob | commitdiff | raw | diff to current |
2005-08-18 |
Felix Nawothnig | Make string elements of MCI_OPEN_PARMS const to match... |
blob | commitdiff | raw | diff to current |
2005-06-20 |
Jeremy White | Revamp the initialization for Alsa. |
blob | commitdiff | raw | diff to current |
2005-02-09 |
Eric Pouech | - rewrite MCI interfaces as Unicode interface (as it... |
blob | commitdiff | raw | diff to current |
2005-02-02 |
Lauri Tulmin | Added some more defines. |
blob | commitdiff | raw | diff to current |
2004-12-08 |
Ge van Geldorp | Match PSDK definitions for LPCWAVEFORMATEX. |
blob | commitdiff | raw | diff to current |
2004-11-21 |
Rémi Assailly | Added some structure tags and error defines. |
blob | commitdiff | raw | diff to current |
2004-08-09 |
Robert Reif | Added missing define. |
blob | commitdiff | raw | diff to current |
2004-08-06 |
Robert Reif | Added CAPS2 structures. |
blob | commitdiff | raw | diff to current |
2004-07-16 |
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-31 |
Dmitry Timoshkov | Add Unicode->ANSI MCI message mapping, implement mciSen... |
blob | commitdiff | raw | diff to current |
2003-09-15 |
Eric Pouech | - Moved Wine extension to get DSound interface from... |
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-08-28 |
Dimitrie O. Paun | Use angle brackets (<>) rather than quotes ("") for... |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Erwin Wolff | Removed VERSION typedef. |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Eric Pouech | - renamed winmm.OpenDriverW into winmm.OpenDriver |
blob | commitdiff | raw | diff to current |
2003-04-13 |
Vincent Béron | Define some additional constants. |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Dimitrie O. Paun | Rename __WINE__ to __WINESRC__. |
blob | commitdiff | raw | diff to current |
2003-01-03 |
Francois Gouget | Added TIME_KILL_SYNCHRONOUS. |
blob | commitdiff | raw | diff to current |
2002-12-15 |
Francois Gouget | In the latest sdk the {waveOut,midiOut}{Get,Set}Volume... |
blob | commitdiff | raw | diff to current |
2002-11-30 |
Francois Gouget | Add the 48 and 96kHz WAVE_FORMAT constants. |
blob | commitdiff | raw | diff to current |
2002-10-03 |
Alexandre Julliard | Removed LPxxx handle types that don't exist under Windows. |
blob | commitdiff | raw | diff to current |
2002-09-17 |
Francois Gouget | Remove references to PCVOID and LPUINT. |
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-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-04-25 |
Steven Edwards | Fix for mingw32. |
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-01-31 |
Patrik Stridvall | Move __stdcall/__cdecl to the right place. |
blob | commitdiff | raw | diff to current |
2001-12-04 |
Eric Pouech | Fixed bugs in output functions (write). |
blob | commitdiff | raw | diff to current |
2001-11-23 |
Dmitry Timoshkov | Fixed packing and layout of many system structures. |
blob | commitdiff | raw | diff to current |
2001-07-30 |
Alexandre Julliard | Moved some handle declarations to the right headers. |
blob | commitdiff | raw | diff to current |
2001-01-04 |
Eric Pouech | Added a few missing parts. |
blob | commitdiff | raw | diff to current |
2001-01-04 |
François Gouget | Moved the function pointer types to their rightful... |
blob | commitdiff | raw | diff to current |
2000-09-27 |
Alexandre Julliard | Fixed a few non portable zero-size array declarations. |
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-09-22 |
Francois Gouget | Added a few missing macros, types and prototypes. |
blob | commitdiff | raw | diff to current |
2000-07-26 |
Eric Pouech | - removed (now obsolete) driver.h file (it's content... |
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-06-24 |
Ove Kaaven | Implemented the DirectSound HAL mode for DMA primary... |
blob | commitdiff | raw | diff to current |
2000-06-11 |
Francois Gouget | Reordered the CALLBACK and WINAPI directives so that... |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Eric Pouech | Fixed segmented/linear buffers manipulation. |
blob | commitdiff | raw | diff to current |
2000-01-12 |
Steve Langasek | Missing Winelib declarations for AUXCAPS. |
blob | commitdiff | raw | diff to current |
2000-01-04 |
Eric Pouech | Added more MIDI messages 16<=>32 mapping. |
blob | commitdiff | raw | diff to current |
1999-12-25 |
Eric Pouech | Fixed some bogus values in MCI_STATUS handling (positio... |
blob | commitdiff | raw | diff to current |
1999-12-05 |
Eric Pouech | Fake MIDI_IO_STATUS support in midi in open |
blob | commitdiff | raw | diff to current |
1999-09-22 |
Eric Pouech | Added some missing defines. |
blob | commitdiff | raw | diff to current |
1999-09-14 |
Patrik Stridvall | Add support for anonymous struct/unions on compilers... |
blob | commitdiff | raw | diff to current |
1999-09-05 |
Eric Pouech | Moved DDK level material to new include/mmddk.h file. |
blob | commitdiff | raw | diff to current |
1999-07-24 |
Eric Pouech | Fixed buggy prototype. |
blob | commitdiff | raw | diff to current |
1999-05-08 |
Patrik Stridvall | ANSI C fixes. |
blob | commitdiff | raw | diff to current |
1999-05-01 |
Marcus Meissner | MCI_ANIM_OPEN_PARMSW should be LPCWSTR, MCI_DefYieldPro... |
blob | commitdiff | raw | diff to current |
1999-04-25 |
Patrik Stridvall | #pragma pack(?) changed to #include "*pack*.h" |
blob | commitdiff | raw | diff to current |
1999-04-11 |
Eric Pouech | Added a few missing defines (MIDI, WAVE, callbacks). |
blob | commitdiff | raw | diff to current |
1999-04-03 |
Joerg Mayer | More #pragma fixes (idea Ove Kaaven, mistakes are mine). |
blob | commitdiff | raw | diff to current |
1999-03-28 |
Jiuming Luo | Moved macro DECLARE_HANDLE() (in msacm.h and wtypes... |
blob | commitdiff | raw | diff to current |
1999-03-22 |
Eric Pouech | Added mixer specfic error codes, fixed type in function... |
blob | commitdiff | raw | diff to current |
1999-03-15 |
Eric Pouech | Moved all MCI internal functions/variables/macros to... |
blob | commitdiff | raw | diff to current |
1999-03-14 |
Jim Aston | Renamed wintypes.h to windef.h. |
blob | commitdiff | raw | diff to current |
1999-02-28 |
Marcus Meissner | MCI_OPEN_DRIVER_PARMS - Add win32 version of structure. |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-02-25 |
Adrian Thurston | Moved some definitions out of oleauto.h and into oaidl... |
blob | commitdiff | raw | diff to current |
1999-02-22 |
Marcus Meissner | Some more recursive include fixes/optimizations. |
blob | commitdiff | raw | diff to current |
1999-02-21 |
Michael Veksler | - Fix headers to include less or smaller header files. |
blob | commitdiff | raw | diff to current |
1999-02-17 |
Marcus Meissner | mmioDescend: fixed FIND_xxxx, verified with mciavi32... |
blob | commitdiff | raw | diff to current |
1999-02-14 |
Bertho Stultiens | Change a couple of names that would conflict after... |
blob | commitdiff | raw | diff to current |
1999-02-13 |
Bertho Stultiens | Fixed a couple of faulty names used in wine and typos... |
blob | commitdiff | raw | diff to current |
1999-02-09 |
Alexandre Julliard | Authors: Paul Quinn <paulq@corel.ca>, Adrian Thurston... |
blob | commitdiff | raw | diff to current |
1998-12-26 |
Juergen Schmied | Fixed tons of incomplete prototypes, assignment's of... |
blob | commitdiff | raw | diff to current |
1998-12-08 |
Brian Gerst | Properly implement MCI_CDA_STATUS_TYPE_TRACK. |
blob | commitdiff | raw | diff to current |
1998-11-24 |
Eric Pouech | Added some new functions/structures definitions.(I... |
blob | commitdiff | raw | diff to current |
1998-11-06 |
Eric Pouech | Made mmioSetBuffer callable from 16 and 32 bit code. |
blob | commitdiff | raw | diff to current |
1998-10-22 |
Marcus Meissner | Small corrections in mmio declarations. |
blob | commitdiff | raw | diff to current |
1998-10-11 |
Eric Pouech | Started coding 32 bit MCI handling. |
blob | commitdiff | raw | diff to current |
1998-10-11 |
Marcus Meissner | Added win32 enhanced functionality to timer callbacks. |
blob | commitdiff | raw | diff to current |
1998-09-27 |
Alexandre Julliard | Release 980927 wine-980927 |
blob | commitdiff | raw | diff to current |
1998-09-13 |
Alexandre Julliard | Release 980913 wine-980913 |
blob | commitdiff | raw | diff to current |
1998-08-09 |
Alexandre Julliard | Release 980809 wine-980809 |
blob | commitdiff | raw | diff to current |
1998-06-14 |
Alexandre Julliard | Release 980614 wine-980614 |
blob | commitdiff | raw | diff to current |
1998-06-01 |
Alexandre Julliard | Release 980601 wine-980601 |
blob | commitdiff | raw | diff to current |
1998-03-29 |
Alexandre Julliard | Release 980329 wine-980329 |
blob | commitdiff | raw | diff to current |
1998-03-01 |
Alexandre Julliard | Release 980301 wine-980301 |
blob | commitdiff | raw | diff to current |
1998-01-04 |
Alexandre Julliard | Release 980104 wine-980104 |
blob | commitdiff | raw | diff to current |
1997-12-21 |
Alexandre Julliard | Release 971221 wine-971221 |
blob | commitdiff | raw | diff to current |
1997-11-16 |
Alexandre Julliard | Release 971116 wine-971116 |
blob | commitdiff | raw | diff to current |
1997-11-01 |
Alexandre Julliard | Release 971101 wine-971101 |
blob | commitdiff | raw | diff to current |
1997-10-12 |
Alexandre Julliard | Release 971012 wine-971012 |
blob | commitdiff | raw | diff to current |
1997-09-28 |
Alexandre Julliard | Release 970928 wine-970928 |
blob | commitdiff | raw | diff to current |
1997-08-24 |
Alexandre Julliard | Release 970824 wine-970824 |
blob | commitdiff | raw | diff to current |
1997-06-29 |
Alexandre Julliard | Release 970629 wine-970629 |
blob | commitdiff | raw | diff to current |
1997-06-16 |
Alexandre Julliard | Release 970616 wine-970616 |
blob | commitdiff | raw | diff to current |
1997-05-25 |
Alexandre Julliard | Release 970525 wine-970525 |
blob | commitdiff | raw | diff to current |
1997-03-05 |
Alexandre Julliard | Release 970305 wine-970305 |
blob | commitdiff | raw | diff to current |
next |