Framework for the doppler effect.
[wine] / dlls / ole32 /
2003-03-28  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-20  Mike HearnFixed copyright date.
2003-03-17  Alexandre JulliardReplaced forwards by normal function declarations.
2003-03-11  Mike HearnImplemented the global interface table object using...
2003-02-14  Dan KegelRoll loop back up to avoid code duplication.
2003-02-12  Michael StefaniucRemove dead code after return or properly comment it...
2003-01-28  Juergen SchmiedFix DoDragDrop in case of child windows.
2003-01-28  Gerald PfeiferAvoid compiler warning in STORAGE_get_free_pps_entry().
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-14  Alberto Massari- Align the cleanup phase of ReleaseStgMedium to the...
2003-01-13  Robert ShearmanSupport a few trivial cases in PropVariantClear.
2003-01-11  Marcus MeissnerImplemented CoGetTreatAsClass.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-07  Dimitrie O. PaunStubs for DllGetClassObject, Ole[GS]etClipboard in...
2003-01-05  Marcus Meissnerole2nls.c is a 16bit only.
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2003-01-02  Alberto MassariIBindCtx::RegisterObjectParam is supposed to replace...
2002-12-23  Alexandre JulliardRemoved some remaining references to wine/obj_base.h.
2002-12-19  Alexandre JulliardFixed a few problems caused by the new objidl.idl.
2002-12-19  Ove KaavenMoved some definitions from include/wine/obj_moniker...
2002-12-18  Ove KaavenRemoved a few more inclusions of deprecated wine/obj_...
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-12  Robert ShearmanImplemented BindMoniker function.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-22  Alexandre JulliardCompile ole32 with -DSTRICT.
2002-11-18  Ryan Cumming- Move StgIsStorageFile16's implementation to StgIsStor...
2002-11-12  Alberto MassariImplemented body of HGLOBALStreamImpl::Clone.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-11-04  Marcus MeissnerHandle errors in std marshaller better, do not crash.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-18  Alexandre JulliardSplit out some 16-bit GDI code.
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-09-12  Alexandre JulliardFixed warnings caused by new winternl.h.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-28  Michael StefaniucConvert HACCEL to a void*.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-17  Patrik StridvallFixed some issues found by winapi_check.
2002-08-16  Huw D M DaviesDWORD at offset 0x40 in the header is the number of...
2002-08-16  Dmitry TimoshkovFixed GetClassFile implementation.
2002-08-09  Patrik StridvallFixed some issues found by winapi_check.
2002-08-07  Gregg MattinsonFixes for Sparc build.
2002-08-03  Juergen Schmied- Moved 16 bit functions to a seperate file.
2002-07-29  Juergen Schmied- Implemented IMallocSpy hooks in IMalloc.
2002-07-29  Michael StefaniucConverted HENHMETAFILE and HMETAFILE to a void*.
2002-07-25  Marcus MeissnerFactored out the OLE 16 bit allocator from StringFromCLSID.
2002-07-23  Patrik StridvallFixed some issues found by winapi_check.
2002-07-19  Jon GriffithsStub implementation for CoInitializeSecurity.
2002-07-16  Juergen SchmiedFixed two leaks in file- and itemmoniker.
2002-07-05  Marcus MeissnerAdded a generic way of doing GetHGlobalFromILockBytes().
2002-07-01  Juergen SchmiedSupport for large and negative offsets.
2002-06-21  Vincent BéronFixed some various comparisons wrt signedness.
2002-06-21  Alexandre JulliardFixed CLSIDFromString endianness assumptions (reported...
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-13  Alexandre JulliardAuthors: Mike McCormack <mikem@codeweavers.com>, Jeremy...
2002-06-04  Marcus MeissnerAdded marshalling of IUnknown.
2002-06-04  Bill MedlandFixed incorrect pointer-cast arithmetic.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Bill MedlandEnsure that an out-of-process COM object is started...
2002-05-29  Marcus MeissnerDropped superflous Remote_CoGetClassObject() (entirely...
2002-05-16  Marcus MeissnerTell the user if winedefault.reg is not loaded.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-11  Hidenori TakeshimaReturn error codes in some 16bit ole stubs, returning...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-11  Patrik StridvallFixed some issues found by winapi_check.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-28  Mike McCormackFixed merge error.
2002-02-22  Stefan LeichterCompile fix for GCC 2.7.x.
2002-02-19  Sander van LeeuwenMust make a copy of global handle returned by GetClipbo...
2002-02-15  Patrik StridvallAdded some defines for compatibility with Windows headers.
2002-02-08  Lawson WhitneyFix off-by-one error in placing trailing \0.
2002-02-05  Marcus MeissnerImplemented Local Server COM.
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-31  Alexandre JulliardCodeWeavers
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2002-01-18  Bill MedlandCoGetClassObject: for CLSCTX_LOCAL_SERVER at least...
2002-01-14  Marcus MeissnerRemoved some useless wingdi.h includes.
2002-01-03  Marcus MeissnerImplemented CoTreatAsClass, simplified OleSetAutoConvert.
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2002-01-01  Jukka HeinonenName of the structured storage file root node is path...
2001-12-24  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-19  Alexandre JulliardMoved heap functions to ntdll.
2001-11-19  Andreas Mohr- fix wrong hexadecimal GetLastError() output
2001-10-23  Huw D M DaviesBetter failure messages for CoCreateInstance.
2001-10-22  Francois GougetSpelling, grammar and a bit of comment formatting fixes.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-09-11  Hidenori TakeshimaSynchronize access to the s_COMLockCount, firstRegister...
2001-09-10  Bill MedlandBasic implementation of IStream:Clone.
2001-08-21  Francois GougetDocumentation updates (mainly thru vs. through).
2001-07-29  Patrik StridvallFixed some warnings.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-23  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-14  Marcus MeissnerMade some FIXME()s print the respective strings passed.
next