Use a linked list instead of a DPA for the hook list.
[wine] / dlls /
2000-01-26  Alexandre JulliardUse a linked list instead of a DPA for the hook list.
2000-01-26  Gerard PatelReturns an error if trying to write to a stream opened...
2000-01-26  Alexandre JulliardDon't crash when ObjectAttributes is NULL.
2000-01-25  Alexandre JulliardUse argv[0] to locate the server executable.
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
2000-01-24  Alexandre JulliardBuilt a complete translation table for RtlNtStatusToDos...
2000-01-23  Alexandre JulliardMerged dlls/ver into dlls/version.
2000-01-23  Juergen Schmied- implementation of RtlReg* (read access), RtlEvent...
2000-01-23  Marcus MeissnerReplaced some weird C constructs (char[]="" ) with...
2000-01-23  Alexandre JulliardMoved winsock implementation to dlls/winsock.
2000-01-23  Marcus MeissnerAdded *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore...
2000-01-23  Dmitry TimoshkovReplaced LocalToWideChar() by lstrcpynAtoW(), WideCharT...
2000-01-23  Marcus MeissnerImplemented (Register|Get|Revoke)ActiveObject from...
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
2000-01-18  Uwe BonnesAlways initialize lpWaveHdr->lpNext to NULL.
2000-01-17  Gerard PatelRounds to the lowest integer, not the nearest.
2000-01-15  Juergen SchmiedIf there is enough space in the buffer and the type...
2000-01-15  Eric PouechReplaced Wine specific DRIVER_GetType by a correct...
2000-01-15  Todd T. FriesAdd HAVE_SOUNDCARD_H to support OpenBSD.
2000-01-15  Marcus MeissnerImplemented OleRun.
2000-01-12  Alexandre JulliardRemoved a dependency between oleaut32 and comctl32.
2000-01-12  Peter HunnisettFix problem with initialization (reported by Andreas...
2000-01-12  Alex PriemInfoPtr checking mixed up WM_DESTROY and WM_CREATE.
2000-01-09  Patrik StridvallNon-Linux compile fix.
2000-01-09  Juergen SchmiedCorrected behaviour of RegOpenKey in case of failure.
2000-01-09  Alexandre JulliardBuilt-in DLLs resources are now specified in spec file.
2000-01-09  Bradley BaetzFixed race condition between app and wine in WAVE_mciPlay.
2000-01-08  David ElliottRemoved malloc/free hack and replaced with HeapAlloc...
2000-01-08  Marcus MeissnerThe new filedialog stuff does not handle template....
2000-01-08  Patrik StridvallFixed some issues found by winapi_check.
2000-01-08  Ulrich WeigandFixed alignment problem with VERSION_INFO members.
2000-01-05  Alex Priem- When processing WM_PAINT messages, the treeview might...
2000-01-05  Adam SacarnyFix for compilers that don't support 'long long' (From...
2000-01-04  Eric PouechAdded more MIDI messages 16<=>32 mapping.
2000-01-04  Eric PouechPut back visible minimum timer resolution to 1 ms.
2000-01-04  Bradley BaetzConvert mmio to allow the use of 32 bit mmio procedures.
2000-01-04  Juergen SchmiedSmall fixes.
2000-01-04  Patrik StridvallFixed some issues found by winapi_check.
2000-01-04  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
2000-01-04  Eric PouechUse a uniform naming scheme for driver modules.
2000-01-04  Eric PouechAdded support for WODM_BREAKLOOP message.
2000-01-04  Eric PouechRemoved extraneous ERR message.
2000-01-04  Eric PouechAdded support for MCI_INFO_COPYRIGHT and MCI_INFO_NAME.
2000-01-04  Andreas MohrAdded spec entry for _itoa.
2000-01-04  Andreas Mohr- prevent mem leak of CRTDLL_acmdln_dll
2000-01-01  Alexandre JulliardMake use of automatic ordinal allocation.
1999-12-27  Alexandre JulliardCosmetics.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-12-26  Alexandre JulliardFixed/commented out duplicate entry point names.
1999-12-26  Francois GougetWrapped some strings in a debugstr_* call.
1999-12-26  Francois GougetFILEDLG95_HandleCustomDialogMessages:
1999-12-25  Francois GougetBetter support very long strings by avoiding to copy...
1999-12-25  Marcus MeissnerCast the unsigned int to signed, or NEAR_MATCH will...
1999-12-25  Eric PouechFixed some bogus values in MCI_STATUS handling (positio...
1999-12-25  Huw D M DaviesDPA_DeletePtr was resizing the array to a too small...
1999-12-25  Francois GougetModified IcmpCloseHandle and IcmpSendEchoRequest so...
1999-12-20  Peter HunnisettFixed ordinal numbering and added new spec stub.
1999-12-20  Marcus MeissnerSmall fix to get GET_DEVICE_TYPE working (verified...
1999-12-20  Ian SchmidtCorrected background color and fixed leaking GDI brush.
1999-12-20  Francois GougetIf lpTitle==NULL and cbBuf==0 then we must return the...
1999-12-20  Shaun MorrisImplemented _TrackMouseEvent for the TME_LEAVE flag.
1999-12-12  Eric PouechAdded the ability to open several streams on the same...
1999-12-12  Eric PouechSysStringLen can get a NULL pointer (and shall return 0).
1999-12-12  Eric PouechNow using notification for detecting when a WAVEHDR...
1999-12-12  Eric PouechEnhanced synchronization between playback thread and...
1999-12-12  Huw D M DaviesFix no. of arguments in a WARN statement.
1999-12-12  Andreas MohrFixed compiler warnings.
1999-12-12  Juergen SchmiedAdded StrNCpyA, StrNCpyW.
1999-12-11  Alexandre JulliardXiang Li
1999-12-11  Alexandre JulliardAuthors: Kai Morich <kai.morich@bigfoot.de>, Marcus...
1999-12-11  Juergen SchmiedStubs for LsaFreeMemory, LsaQueryInformationPolicy...
1999-12-11  Bradley BaetzThe wavemap driver wasn't passing the callback type...
1999-12-11  Patrik StridvallFixed some issues found by winapi_check.
1999-12-11  Juergen SchmiedSmall fixes.
1999-12-10  Marcus MeissnerAdded NtPowerInformation stub.
1999-12-10  Gerard PatelTransfer only cbStruct size in BindCtxImpl_S(G)etOptions.
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-08  Bradley Baetz- Fix MMIO_{Open,Rename} to check the filename (of...
1999-12-06  Andreas MohrAdded .rc file support for Win16 NE modules.
1999-12-05  Andreas Mohr- the OLE version returned was too low
1999-12-05  Francois GougetWhenever we do an strncpy we should make sure we put...
1999-12-05  Eric PouechFixed mciInfo.
1999-12-05  Eric PouechAdded support for WAVE_FORMAT_QUERY flag in wodOpen.
1999-12-05  Eric PouechCorrectly implement ACM_STREAMOPENF_QUERY flag in acmOp...
1999-12-05  Eric PouechFixed MCI_OPEN command for types like "CDAUDIO!H:".
1999-12-05  Eric PouechFake MIDI_IO_STATUS support in midi in open
1999-12-05  Eric PouechFixed infinite loop for 0-length wavehdrs.
1999-12-05  Eric PouechFixed buggy playback for non PCM files
1999-12-05  Eric PouechTried to reduce echo in playSound API (using two wavehd...
1999-12-05  Eric PouechAdded callback mechanisms for MIDI IN.
1999-12-05  Eric PouechFixed improper acm streams closing.
1999-12-05  Eric PouechDebug traces cosmetic fixes.
1999-12-04  Peter GantenwaveHdr.lpData was eventually HeapFree()ed uninitialized.
1999-12-04  Michael McCormackAdded code to some service functions (some untested...
1999-12-04  Alexandre JulliardPierre Mageau
1999-12-04  Huw D M DaviesAdded stubs for several MRU list functions and document...
1999-12-04  Huw D M DaviesFixes off by one error in item insertion.
1999-12-04  Marcus MeissnerAllow 1% deviation from specified sampling rate for...
1999-11-29  Alexandre JulliardImplemented waitable timers.
1999-11-28  Alexandre JulliardSerge Ivanov
next