1999-03-19 |
Eric Pouech | Fixed some bugs in MCI message mapping (32A => 16). |
tree | commitdiff |
1999-03-18 |
Marcus Meissner | Lots of warning fixed, one missing WINAPI in ddraw... |
tree | commitdiff |
1999-03-15 |
Eric Pouech | Moved all MCI internal functions/variables/macros to... |
tree | commitdiff |
1999-03-15 |
Eric Pouech | Make use of digitalv.h file. |
tree | commitdiff |
1999-03-15 |
Eric Pouech | Changed how list of loadable MCI drivers is obtained. |
tree | commitdiff |
1999-03-15 |
Eric Pouech | Cosmetic fixes. |
tree | commitdiff |
1999-03-15 |
Eric Pouech | Makes use of new CDAUDIO_Seek() function. |
tree | commitdiff |
1999-03-14 |
Jim Aston | Renamed wintypes.h to windef.h. |
tree | commitdiff |
1999-03-13 |
Marcus Meissner | Some fixes and additions. |
tree | commitdiff |
1999-02-28 |
Marcus Meissner | Fixed a lot of warnings using WINE_UNUSED, casts, comme... |
tree | commitdiff |
1999-02-28 |
Marcus Meissner | Added missing <sys/types.h>. |
tree | commitdiff |
1999-02-28 |
Marcus Meissner | More include optimisations and fixes. |
tree | commitdiff |
1999-02-28 |
David Luyer | - fixed missing stdlib.h and string.h includes everywhere |
tree | commitdiff |
1999-02-28 |
Marcus Meissner | Some Solaris fixes. <resolv.h> needs <arpa/nameser... |
tree | commitdiff |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
tree | commitdiff |
1999-02-22 |
Marcus Meissner | Some more recursive include fixes/optimizations. |
tree | commitdiff |
1999-02-21 |
Michael Veksler | - Fix headers to include less or smaller header files. |
tree | commitdiff |
1999-02-20 |
Marcus Meissner | mmioDescend: debugoutput enhanced, FINDLIST/FINDRIFF... |
tree | commitdiff |
1999-02-19 |
Francois Gouget | Changed the first parameter from LPGUID (Windows header... |
tree | commitdiff |
1999-02-18 |
Marcus Meissner | Removed superflous WINAPI (mismatch with prototype... |
tree | commitdiff |
1999-02-17 |
Marcus Meissner | mmioDescend: fixed FIND_xxxx, verified with mciavi32... |
tree | commitdiff |
1999-02-17 |
Francois Gouget | Changed ICOM_THIS definition. |
tree | commitdiff |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
tree | commitdiff |
1999-02-14 |
Brian Joseph Czapiga | Fixed a few #ifdefs. |
tree | commitdiff |
1999-02-14 |
Eric Pouech | Fixed bugs on MCI notification (callback info are copie... |
tree | commitdiff |
1999-02-14 |
Marcus Meissner | Some ddraw/d3d bugfixes, updated Diablo/WC4 ddraw status. |
tree | commitdiff |
1999-02-13 |
Eric Pouech | Added support for MCI AVI driver |
tree | commitdiff |
1999-02-11 |
Andreas Mohr | Fixes mixerGetID16/32 problems/errors. |
tree | commitdiff |
1999-02-11 |
Francois Gouget | IsEqualGUID is defined in 'include/wine/obj_base.h... |
tree | commitdiff |
1999-02-10 |
Francois Gouget | Better set of macros for defining the COM interfaces. |
tree | commitdiff |
1999-02-09 |
Ove Kaaven | Sounds were cut off due to integer overflow. Fixed. |
tree | commitdiff |
1999-02-05 |
Marcus Meissner | Updated msvideo / vfw.h, use builtin msvfw32.dll by... |
tree | commitdiff |
1999-02-02 |
Eric Pouech | Fixed tracks indexing in mcicda.c |
tree | commitdiff |
1999-01-30 |
Andreas Mohr | Fixed error messages. |
tree | commitdiff |
1999-01-29 |
Marcus Meissner | Updated msvideo. New program 'icinfo [-about] [-configu... |
tree | commitdiff |
1999-01-28 |
Peter Hunnisett | - Small bug fix. |
tree | commitdiff |
1999-01-28 |
James Juran | Commented out unused variables to prevent needless... |
tree | commitdiff |
1999-01-28 |
Marcus Meissner | Fixed a lot of warnings for possible problems. |
tree | commitdiff |
1999-01-24 |
Geoff Clare | Several internal functions won't compile when the condi... |
tree | commitdiff |
1999-01-23 |
Rob Riggs | Fixed duplicate sound buffer handling. Updated status. |
tree | commitdiff |
1999-01-17 |
Alexandre Julliard | Group commit for recovery after disk crash. |
tree | commitdiff |
1999-01-17 |
Alexandre Julliard | Recovery of release 990110 after disk crash. wine-990110 |
tree | commitdiff |
1999-01-03 |
Lionel Ulmer | - beginning of implementation of Direct3D2 (DX 5.0... |
tree | commitdiff |
1999-01-03 |
Ove Kaaven | Reading joystick 5 when we only support 4 should fail... |
tree | commitdiff |
1999-01-03 |
Ove Kaaven | Playing a non-existent CD should fail instead of crash. |
tree | commitdiff |
1999-01-01 |
Michael Veksler | Moves more stuff from windows.h. |
tree | commitdiff |
1998-12-26 |
Marcus Meissner | Changed // comments to /* */ so WINE compiles with... |
tree | commitdiff |
1998-12-24 |
Peter Hunnisett | Added macros to header file for easier function calling. |
tree | commitdiff |
1998-12-24 |
Alexandre Julliard | #elif -> #else |
tree | commitdiff |
1998-12-18 |
Eric Pouech | Changed error values MCI_INTERNAL to their correct... |
tree | commitdiff |
1998-12-18 |
Eric Pouech | Removed warning. |
tree | commitdiff |
1998-12-18 |
Eric Pouech | No longer sending directly messages to DriverProc but... |
tree | commitdiff |
1998-12-18 |
Eric Pouech | Removed incorrect patch for MCI_OPEN anc MCI_CLOSE... |
tree | commitdiff |
1998-12-15 |
Todd Vierling | - add -lossaudio if needed, and a check for <soundcard... |
tree | commitdiff |
1998-12-10 |
Robert Riggs | Accept MCI_OPEN and MCI_CLOSE messages in MCICDAUDIO_Dr... |
tree | commitdiff |
1998-12-09 |
Marcus Meissner | Some unnecessary #include and messages removed. |
tree | commitdiff |
1998-12-08 |
Brian Gerst | Properly implement MCI_CDA_STATUS_TYPE_TRACK. |
tree | commitdiff |
1998-12-07 |
Robert Riggs | More general code cleanup for readability. |
tree | commitdiff |
1998-12-07 |
Andreas Mohr | Fixed a heap bug. |
tree | commitdiff |
1998-12-01 |
Robert Riggs | Fixed 8-bit WAV format handling (it is unsigned data). |
tree | commitdiff |
1998-12-01 |
Eric Pouech | Fixed memory/status recovery when error occured in... |
tree | commitdiff |
1998-12-01 |
Eric Pouech | Fixed memory/status recovery when error occured in... |
tree | commitdiff |
1998-12-01 |
Juergen Schmied | Stubs for MCIWndCreate[A|W]. |
tree | commitdiff |
1998-11-30 |
Marcus Meissner | Implemented class factory for dsound. |
tree | commitdiff |
1998-11-24 |
Eric Pouech | Moved MCI part to mcimidi.c ; added DriverProc. |
tree | commitdiff |
1998-11-24 |
Eric Pouech | Moved MCI part to mciwave.c ; added some error checking... |
tree | commitdiff |
1998-11-24 |
Eric Pouech | Added mcimidi and mciwave. |
tree | commitdiff |
1998-11-24 |
Eric Pouech | Fixed bug in MCI_INFO command ; fixed pause/resume... |
tree | commitdiff |
1998-11-24 |
Eric Pouech | Starting writing MCI part ; fixed bug in MCI_INFO command. |
tree | commitdiff |
1998-11-24 |
Eric Pouech | Added some missing stubs in 32 bit part. |
tree | commitdiff |
1998-11-24 |
Eric Pouech | Made use of new 16/32 MCI message handling in mmsystem.c. |
tree | commitdiff |
1998-11-24 |
Eric Pouech | Added some error checking ; made use of new 16/32 MCI... |
tree | commitdiff |
1998-11-24 |
Eric Pouech | Added some error checking ; made use of new 16/32 MCI... |
tree | commitdiff |
1998-11-24 |
Eric Pouech | Factorized 16/32 bit MCI function by using message... |
tree | commitdiff |
1998-11-22 |
Robert Riggs | DirectSound3DListener and DirectSound3DBuffer stubs... |
tree | commitdiff |
1998-11-14 |
Lionel Ulmer | Added correct implementation of GetCaps, changed Play... |
tree | commitdiff |
1998-11-06 |
Marcus Meissner | Solaris redefines ERR and CS, fixed occurances. |
tree | commitdiff |
1998-11-06 |
Eric Pouech | Made mmioSetBuffer callable from 16 and 32 bit code. |
tree | commitdiff |
1998-11-01 |
Jesper Skov | egcs 'ambiguous else' warnings fixes. |
tree | commitdiff |
1998-10-31 |
Marcus Meissner | Small fixes. |
tree | commitdiff |
1998-10-27 |
Marcus Meissner | Stub for midiOpenStream (helps hexen2demo). |
tree | commitdiff |
1998-10-26 |
NF Stevens | A couple of TRACE messages are missing a newline at... |
tree | commitdiff |
1998-10-22 |
Marcus Meissner | Another missing WINAPI. |
tree | commitdiff |
1998-10-22 |
Marcus Meissner | Some programs (quake2 et al) do check for DSCAPS_EMULDR... |
tree | commitdiff |
1998-10-22 |
Brian Litzinger | Fixes for FreeBSD. |
tree | commitdiff |
1998-10-18 |
Turchanov Sergey | Implemented DefDriverProc32 from winmm.dll. |
tree | commitdiff |
1998-10-17 |
Patrik Stridvall | Compile fix for Solaris. |
tree | commitdiff |
1998-10-17 |
Patrik Stridvall | Compile fix for non OSS systems. |
tree | commitdiff |
1998-10-17 |
Peter Hunnisett | Small, suboptimal, fix for 32 bit cdaudio open routines... |
tree | commitdiff |
1998-10-17 |
Marcus Meissner | Fixed some more missing WINAPIs (hopefully correct). |
tree | commitdiff |
1998-10-15 |
Turchanov Sergey | Fixed PlaySound to start its thread the right way. |
tree | commitdiff |
1998-10-11 |
Eric Pouech | Started coding 32 bit MCI handling. |
tree | commitdiff |
1998-10-11 |
Ove Kaaven | Fixed comments. |
tree | commitdiff |
1998-10-11 |
Marcus Meissner | Added win32 enhanced functionality to timer callbacks. |
tree | commitdiff |
1998-10-04 |
Alexandre Julliard | Initial revision |
tree | commitdiff |
1998-09-27 |
Alexandre Julliard | Release 980927 wine-980927 |
tree | commitdiff |
1998-09-13 |
Alexandre Julliard | Release 980913 wine-980913 |
tree | commitdiff |
1998-08-22 |
Alexandre Julliard | Release 980822 wine-980822 |
tree | commitdiff |
1998-08-09 |
Alexandre Julliard | Release 980809 wine-980809 |
tree | commitdiff |
1998-07-26 |
Alexandre Julliard | Release 980726 wine-980726 |
tree | commitdiff |
next |