For global classes, GetClassInfo now returns a handle to USER.
[wine] / dlls / winmm /
2001-10-22  Francois GougetSpelling, grammar and a bit of comment formatting fixes.
2001-10-14  Francois GougetDon't print NULL strings (crashes on Solaris).
2001-08-21  Francois GougetDocumentation updates (mainly thru vs. through).
2001-08-18  Eric PouechReplaced memset by hand made equivalent to work around...
2001-08-15  Eric PouechFixed error message and return value in case of bogus...
2001-08-09  Andreas MohrSpelling fixes.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
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-07-02  Patrik StridvallFixed some issues found by winapi_check.
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  Eric PouechFails mapper opening when no midi out devices are present.
2001-06-19  Eric PouechFixed bugs in output functions (ascend, createChunk).
2001-06-19  Patrik StridvallFixed some issues found by winapi_check.
2001-06-11  Patrik StridvallFixed some issues found by winapi_check.
2001-06-11  Marcus MeissnerAlias and Device Type are case insensitive.
2001-05-29  Huw D M DaviesAttempt to write fragments and check whether we can...
2001-05-24  Andreas MohrSpelling fixes.
2001-05-22  Eric PouechMade midi mapper more robust.
2001-05-22  Eric PouechNow loading the default setting for low level drivers...
2001-05-21  Eric PouechFixed open requests in case of error (if the physical...
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-05-07  Bang Jun-YoungCall OSS_MidiInit() only if HAVE_OSS_MIDI is defined.
2001-05-07  Bang Jun-YoungInclude missing errno.h.
2001-04-25  James HathewayPlaySoundA should return TRUE when it stops playing...
2001-04-20  James HathewayMake sure to return our variable with the correct retur...
2001-04-13  Eric PouechFixed callback parameters (bogus hWave); added acm...
2001-04-13  Eric PouechAllow MCI_SET to change waveFormat for recording.
2001-04-13  Eric PouechFixed some buffers issue in recording.
2001-03-23  James Hatheway- MCI_SAVE should overwrite its destination file.
2001-03-21  Jeff GarzikWarning fixes.
2001-03-21  Ove KaavenShow an error if small enough fragment sizes couldn...
2001-03-10  Francois GougetFixed spelling/typos in comments.
2001-03-05  Alexandre JulliardChanged isolated for loops to while loops (based on...
2001-03-03  Andreas MohrSome more message cleanups.
2001-02-14  Eric PouechStarted the real implementation of mciavi.
2001-02-14  Andreas MohrCosmetics.
2001-02-12  Francois GougetChange the callback declarations to a safer format.
2001-02-12  Andreas MohrMake MMIO_Open work with NULL filename again.
2001-02-12  Andreas MohrDon't touch WAVEHDRs dwLoops variable.
2001-01-28  Eric PouechFixed some mci string parsing issues.
2001-01-28  Eric PouechSimplified memory allocation for asynchronous MCI messa...
2001-01-28  Eric PouechDelay importing user32 (only used for configuration).
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-26  Andreas MohrSome more cleanups.
2001-01-25  Patrik StridvallFixed some issues found by winapi_check.
2001-01-18  Huw D M DaviesFix off by one error in buffer length check.
2001-01-17  Alexandre JulliardCleaned up dll startup routines now that we have separa...
2001-01-17  Andreas MohrCosmetics.
2001-01-15  Alexandre JulliardRemoved unnecessary headers.
2001-01-13  Alexandre Julliardwinmm.dll can now be properly separated.
2001-01-13  Ove KaavenRemove multimedia timers from the service thread, use...
2001-01-09  Huw D M DaviesActually call CDROM_Audio_GetTracksInfo when retrieving
2001-01-05  François GougetWe must cast the return value of GetProcAddress.
2001-01-04  Eric PouechNow using manifest constant instead of raw values for...
2001-01-04  Marcus MeissnerSet fragments for wave input to 7 x 1024 byte.
2001-01-04  Eric PouechFixed loading of 16 bit drivers.
2001-01-03  Eric PouechRemoved duplicate field in internal structure.
2001-01-03  Eric PouechAdded support for the DRVM_MAPPER_STATUS message.
2001-01-03  Eric PouechReplaced pointers to external functions by a DLL import.
2001-01-02  Marcus MeissnerRead 4 bytes to wake up GETISPACE.
2000-12-27  Ulrich WeigandCompile fix if HAVE_OSS is not defined.
2000-12-27  Andreas Mohr- clarify many error messages
2000-12-22  Eric PouechReplaced calls to KERNEL.Yield16 by calls to KERNEL32...
2000-12-22  Alexandre JulliardReplaced WIN16_GlobalLock16 by "official" function...
2000-12-21  Marcus MeissnerHandle errors for IDsDriver_GetPosition.
2000-12-21  Eric PouechCleaned up the code a bit.
2000-12-21  Ove KaavenEnable the DirectSound HAL for sound drivers that do...
2000-12-21  Eric PouechRewrote the allocation of MM driver descriptors.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-16  Eric PouechFixed loading of 16 bit MCI drivers (for command tables).
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-13  Eric PouechSplit driver functions into USER (16 bit part) and...
2000-12-09  Andreas Mohr- README update
2000-12-02  Eric PouechFixed bugs when tray was open.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-30  Alexandre JulliardFinished separation of advapi32.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-29  Alexandre JulliardCleaned up some more dependencies on Wine internal...
2000-11-29  Dimitrie O. PaunFixed a few compilation warnings.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Marcus MeissnerWARN() about missing /dev/sequencer, it's too confusing...
2000-11-27  Alexandre JulliardFixed SEGPTR_GET usage.
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-26  Alexandre JulliardMoved wsprintf functions to dlls/user.
2000-11-26  Dimitrie O. PaunMake sure all files using config.h constants actually...
2000-11-25  Stephane Lussier- Read all the fragments available, not only one fragme...
2000-11-16  Alexandre JulliardAvoid linking with ntdll where possible.
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-13  Alexandre JulliardReplaced a few internal functions by exported ones.
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
next