Implemented UnixFolder's IPersistPropertyBag::Load method.
[wine] / dlls / winmm /
2005-10-24  Robert LunnonAdded header errno.h.
2005-10-10  Eric PouechFixed mmioOpenW flags for playback.
2005-10-03  Vitaliy MargolenReplace registry editing instructions with winecfg.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-26  Alexander N. SørnesAdded Norwegian translations.
2005-09-21  Alexandre JulliardWe are no longer generating .spec.c files.
2005-09-16  Dmitry TimoshkovAdd a test for mmioDescend, make it pass under Wine.
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-09-12  Alexandre JulliardFixed some more traces to use the right printf format...
2005-09-12  Alexandre JulliardFixed gcc 4.0 warnings.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-09-09  Ulrich CzekallaDisplay fccType as hex instead of characters in trace...
2005-09-08  Alexandre JulliardAvoid 'clobbered by longjmp' warnings.
2005-09-08  Ulrich Czekallackid not fccType specifies the form type to search...
2005-09-08  Christian CostaImprove midi trace.
2005-09-08  Ulrich CzekallaRemove redundant check.
2005-09-07  Mike McCormackFix gcc 4.0 warnings.
2005-09-02  Mike McCormackFix gcc 4.0 warnings.
2005-08-23  Rémi AssaillyMoved mciavi32 to the top-level dlls directory.
2005-08-22  Mike McCormackFix some gcc 4.0 warnings.
2005-08-22  Robert ReifFix mixer detection for multiple sound cards.
2005-08-19  Rémi AssaillyRemoved mcianim.
2005-08-18  Felix NawothnigMake string elements of MCI_OPEN_PARMS const to match...
2005-08-17  Alexandre JulliardMake all the DriverProc entry points private.
2005-08-17  Rémi AssaillyMoved mciseq to the top-level dlls directory.
2005-08-12  Alex Villacís LassoRemove crackling in DirectSound/ALSA playback with...
2005-08-10  Francois GougetUnicodify wineesd.
2005-08-10  Alexandre JulliardUse the proper WOW functions everywhere instead of...
2005-08-08  Alexandre JulliardRemoved some unused or redundant configure checks.
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-08-03  Peter ÅstrandImplemented an Esound driver.
2005-07-29  Mike McCormackgcc 4.0 warning fixes.
2005-07-27  Rémi AssaillyMoved mcicda to the top-level dlls directory.
2005-07-27  Johannes KochFixed pitch bending in the midi driver.
2005-07-27  Vitaliy MargolenRemove all wait_for_poll associated stuff that is no...
2005-07-26  Robert Shearmanwait_for_poll can go into an infinite loop. Remove...
2005-07-21  Rémi AssaillyMoved midimap to the top-level dlls directory.
2005-07-15  Stefan HuehnerAdd some consts to fix discard-qual warnings.
2005-07-15  Eric PouechGet rid of HeapValidate as it's not properly handled...
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-03  Vitaliy MargolenChange messages about config file to registry.
2005-06-29  Vitaliy MargolenSync comments with configuration location changes.
2005-06-27  Alexandre JulliardGet rid of the WaveMapper and MidiMapper options, the...
2005-06-27  Eric PouechFixed window size computation for non child windows.
2005-06-22  Alexandre JulliardSort entry points alphabetically.
2005-06-22  Mike McCormackMake a function static.
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-20  Alexandre JulliardMoved the audio driver configuration to HKCU\Software...
2005-06-20  Alexandre JulliardMoved configuration data to HKCU\Software\Wine\Alsa...
2005-06-20  Jeremy WhiteRevamp the initialization for Alsa.
2005-06-20  Rein KlazesIn MCI_(Un)MapMsg16To32W with wMsg == MCI_OPEN(_DRIVER...
2005-06-20  Mike McCormackMake functions static.
2005-06-17  Francois GougetFix winapi_check documentation warnings.
2005-06-17  Stefan HuehnerRemove some -Wstrict-prototypes warnings.
2005-06-16  Mike McCormackFix some declaration and write string warnings.
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-06-13  Alexandre JulliardMoved the NONAMELESSUNION/STRUCT macros to wine/test...
2005-06-13  Robert ShearmanRemove needless call to Sleep.
2005-06-09  Jeremy WhiteCombine WINE_WAVEOUT and WINE_WAVEIN into a single...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-06-06  Robert ReifDon't open device if already open.
2005-06-05  Robert ReifFix a problem where actual sample rate doesn't exactly...
2005-06-05  Robert ReifReturn proper error code.
2005-05-30  Robert ReifAdd support for more than 2 audio channels.
2005-05-30  Francois GougetAssorted spelling fixes.
2005-05-29  Marcus Meissner#undef interface before including alsa headers.
2005-05-29  Robert ReifFix a multiple sound card interface bug.
2005-05-29  Robert ReifFix volume control.
2005-05-23  Alexandre JulliardRemoved unnecessary code in the 16-bit DllEntryPoint...
2005-05-14  Mike McCormackSet thread priorities to time critical.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-07  Robert LunnonFix segmentation fault caused by incorrect referencing...
2005-05-06  Robert ReifChange FIXME to WARN.
2005-04-27  Mike McCormackMake multimedia threads high priority.
2005-04-27  Mike McCormackMake WINMM_IData statically allocated.
2005-04-26  Christian CostaFixed flags handling in MCIAVI_mciInfo.
2005-04-24  Robert ReifRemove priority boost stuff.
2005-04-23  Robert ReifSet thread priority for timer thread.
2005-04-22  Alex Villacís LassoPerform one more commit in ALSA non-emulation if there...
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-04-12  Robert ReifStub out DRVM_MAPPER_RECONFIGURE support.
2005-04-11  José Manuel Ferrer... Spanish translations updated.
2005-04-11  Robert ReifChanged regression test to make sure position is correc...
2005-04-11  Robert ReifCorrectly handle where waveOutGetPosition changes timep...
2005-03-31  Paul van SchayckDon't stop looking for devices if one can't be opened.
2005-03-29  Jerry JenkinsImprove winealsa dsound driver by accessing sound drive...
2005-03-27  Jerry JenkinsDon't mistake frames for bytes.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-23  Robert ReifDon't fail when opening a device in direct sound mode...
2005-03-23  Jeremy WhiteRevamp the volume logic to be more self contained,...
2005-03-21  Robert ReifFix direct sound capabilities to match hardware.
2005-03-21  Alexandre JulliardFixed a missing patch chunk.
2005-03-21  Robert ReifClean up handle usage.
2005-03-21  Vincent BéronCorrect and complete some api documentation.
2005-03-21  Filip NavaraSpecify correct buffer size in GetPrivateProfileStringW...
2005-03-21  Robert ReifPrint out message name to make reading traces easier.
2005-03-19  Robert ReifFall back to default prepare/unprepare header functions.
next