1999-04-15 |
Eric Pouech | Added missing proto for GetExitCodeThread.
|
commit | commitdiff | tree |
1999-04-11 |
Eric Pouech | Added event callback mechanism.
|
commit | commitdiff | tree |
1999-04-11 |
Eric Pouech | Updated (prepare|unprepare)header functions to allow...
|
commit | commitdiff | tree |
1999-04-11 |
Eric Pouech | Small enhancement.
|
commit | commitdiff | tree |
1999-04-11 |
Eric Pouech | New method for structure conversion (16 <-> 32).
|
commit | commitdiff | tree |
1999-04-11 |
Eric Pouech | Updated (prepare|unprepare)header functions to allow...
|
commit | commitdiff | tree |
1999-04-11 |
Eric Pouech | Started implementation of mmThreadXXX functions.
|
commit | commitdiff | tree |
1999-04-11 |
Eric Pouech | Added a few missing defines (MIDI, WAVE, callbacks).
|
commit | commitdiff | tree |
1999-04-11 |
Eric Pouech | Updated (prepare|unprepare)header functions (wave,...
|
commit | commitdiff | tree |
1999-04-10 |
Eric Pouech | Better error handling ; a few bug fixes ; now OpenDriver16...
|
commit | commitdiff | tree |
1999-04-03 |
Eric Pouech | No longer sending atoms in ((CREATESTRUCT*)lParam)...
|
commit | commitdiff | tree |
1999-04-03 |
Eric Pouech | Updated French keyboard.
|
commit | commitdiff | tree |
1999-04-03 |
Eric Pouech | Added (empty) stub for OpenVxDHandle.
|
commit | commitdiff | tree |
1999-04-03 |
Eric Pouech | mmioOpen() now handles correctly MMIO_PARSE flag.
|
commit | commitdiff | tree |
1999-04-03 |
Eric Pouech | Prevent crash in debugger.
|
commit | commitdiff | tree |
1999-04-01 |
Eric Pouech | Added DrvClose, DrvDefDriverProc, DrvOpen, DrvOpenA...
|
commit | commitdiff | tree |
1999-04-01 |
Eric Pouech | Added StackEnter() and StackLeave() stubs
|
commit | commitdiff | tree |
1999-04-01 |
Eric Pouech | Starting implementation of MCI creator tasks
|
commit | commitdiff | tree |
1999-04-01 |
Eric Pouech | Added creator task to MCI struct.
|
commit | commitdiff | tree |
1999-04-01 |
Eric Pouech | In UserYield16, when current thread is a 32 bit one...
|
commit | commitdiff | tree |
1999-03-25 |
Eric Pouech | Thread-safe implementation of profile functions (Windows...
|
commit | commitdiff | tree |
1999-03-22 |
Eric Pouech | Added new stubs (mmTaskXXX, mmThreadXXX, mciExecute).
|
commit | commitdiff | tree |
1999-03-22 |
Eric Pouech | Started calling mixer as a 32 bit low level driver...
|
commit | commitdiff | tree |
1999-03-22 |
Eric Pouech | Fixed a few bugs. Started implementing mixerMessage...
|
commit | commitdiff | tree |
1999-03-22 |
Eric Pouech | Implemented mciExecute.
|
commit | commitdiff | tree |
1999-03-22 |
Eric Pouech | Added yield proc members to mci struct.
|
commit | commitdiff | tree |
1999-03-22 |
Eric Pouech | Added mixer specfic error codes, fixed type in function...
|
commit | commitdiff | tree |
1999-03-22 |
Eric Pouech | Fixed return codes for default driver proc.
|
commit | commitdiff | tree |
1999-03-19 |
Eric Pouech | Fixed some bugs in MCI message mapping (32A => 16).
|
commit | commitdiff | tree |
1999-03-19 |
Eric Pouech | Fixes some return values for DefDriverProc.
|
commit | commitdiff | tree |
1999-03-15 |
Eric Pouech | Updated.
|
commit | commitdiff | tree |
1999-03-15 |
Eric Pouech | Moved all MCI internal functions/variables/macros to...
|
commit | commitdiff | tree |
1999-03-15 |
Eric Pouech | Make use of digitalv.h file.
|
commit | commitdiff | tree |
1999-03-15 |
Eric Pouech | Changed how list of loadable MCI drivers is obtained.
|
commit | commitdiff | tree |
1999-03-15 |
Eric Pouech | Cosmetic fixes.
|
commit | commitdiff | tree |
1999-03-15 |
Eric Pouech | Makes use of new CDAUDIO_Seek() function.
|
commit | commitdiff | tree |
1999-03-15 |
Eric Pouech | Various fixes for MSCDEX traps.
|
commit | commitdiff | tree |
1999-03-15 |
Eric Pouech | Added new function CDAUDIO_Seek().
|
commit | commitdiff | tree |
1999-03-15 |
Eric Pouech | Better 16/32 bit driver messages mapping and handling.
|
commit | commitdiff | tree |
1999-02-20 |
Eric Pouech | Fixed backtrack issue on 16bit code.
|
commit | commitdiff | tree |
1999-02-20 |
Eric Pouech | Changed LocateDebugInfoFile to reduce stack consumption...
|
commit | commitdiff | tree |
1999-02-20 |
Eric Pouech | Fixed comment for Wine documentation.
|
commit | commitdiff | tree |
1999-02-14 |
Eric Pouech | Changed some functions prototypes (were returning void).
|
commit | commitdiff | tree |
1999-02-14 |
Eric Pouech | Fixed typo in winmm.spec.
|
commit | commitdiff | tree |
1999-02-14 |
Eric Pouech | Fixed bugs on MCI notification (callback info are copied...
|
commit | commitdiff | tree |
1999-02-13 |
Eric Pouech | Added support for MCI AVI driver
|
commit | commitdiff | tree |
1999-02-02 |
Eric Pouech | Removed references to obsolete msdos/cdrom.c file.
|
commit | commitdiff | tree |
1999-02-02 |
Eric Pouech | Fixed tracks indexing in mcicda.c
|
commit | commitdiff | tree |
1999-02-02 |
Eric Pouech | New Wine internal interface for handling CD Rom (especially...
|
commit | commitdiff | tree |
1999-02-02 |
Eric Pouech | GetDiskFreeSpaceEx32A can get null pointers and still...
|
commit | commitdiff | tree |
1999-01-26 |
Eric Pouech | Temporary #if 0'ed part for builtin modules in MSACM...
|
commit | commitdiff | tree |
1999-01-26 |
Eric Pouech | Added support for loading drivers in Wine.
|
commit | commitdiff | tree |
1999-01-26 |
Eric Pouech | Fixed typo in type (removed quite a few warnings).
|
commit | commitdiff | tree |
1998-12-18 |
Eric Pouech | Changed error values MCI_INTERNAL to their correct...
|
commit | commitdiff | tree |
1998-12-18 |
Eric Pouech | Removed warning.
|
commit | commitdiff | tree |
1998-12-18 |
Eric Pouech | No longer sending directly messages to DriverProc but...
|
commit | commitdiff | tree |
1998-12-18 |
Eric Pouech | Removed incorrect patch for MCI_OPEN anc MCI_CLOSE...
|
commit | commitdiff | tree |
1998-12-01 |
Eric Pouech | Fixed memory/status recovery when error occured in...
|
commit | commitdiff | tree |
1998-12-01 |
Eric Pouech | Fixed memory/status recovery when error occured in...
|
commit | commitdiff | tree |
1998-11-24 |
Eric Pouech | Updated according to development.
|
commit | commitdiff | tree |
1998-11-24 |
Eric Pouech | Some new stubs (midiStreamXXX functions, some mci functions...
|
commit | commitdiff | tree |
1998-11-24 |
Eric Pouech | Moved MCI part to mcimidi.c ; added DriverProc.
|
commit | commitdiff | tree |
1998-11-24 |
Eric Pouech | Moved MCI part to mciwave.c ; added some error checking...
|
commit | commitdiff | tree |
1998-11-24 |
Eric Pouech | Added mcimidi and mciwave.
|
commit | commitdiff | tree |
1998-11-24 |
Eric Pouech | Fixed bug in MCI_INFO command ; fixed pause/resume...
|
commit | commitdiff | tree |
1998-11-24 |
Eric Pouech | Starting writing MCI part ; fixed bug in MCI_INFO command.
|
commit | commitdiff | tree |
1998-11-24 |
Eric Pouech | Added some missing stubs in 32 bit part.
|
commit | commitdiff | tree |
1998-11-24 |
Eric Pouech | Made use of new 16/32 MCI message handling in mmsystem.c.
|
commit | commitdiff | tree |
1998-11-24 |
Eric Pouech | Added some new functions/structures definitions.(I...
|
commit | commitdiff | tree |
1998-11-24 |
Eric Pouech | Added some error checking ; made use of new 16/32 MCI...
|
commit | commitdiff | tree |
1998-11-24 |
Eric Pouech | Added some error checking ; made use of new 16/32 MCI...
|
commit | commitdiff | tree |
1998-11-24 |
Eric Pouech | Factorized 16/32 bit MCI function by using message...
|
commit | commitdiff | tree |
1998-11-24 |
Eric Pouech | Fixed some quirks.
|
commit | commitdiff | tree |
1998-11-08 |
Eric Pouech | Prevent CreateDIBSection from seg faulting when one...
|
commit | commitdiff | tree |
1998-11-06 |
Eric Pouech | Made mmioSetBuffer callable from 16 and 32 bit code.
|
commit | commitdiff | tree |
1998-11-06 |
Eric Pouech | Translated in French (not so good anyhow) message for...
|
commit | commitdiff | tree |
1998-10-19 |
Eric Pouech | Fixed bug on platforms were buffers returned by getenv...
|
commit | commitdiff | tree |
1998-10-11 |
Eric Pouech | Added support in file dialog boxes handling for filters...
|
commit | commitdiff | tree |
1998-10-11 |
Eric Pouech | Started coding 32 bit MCI handling.
|
commit | commitdiff | tree |