Some broken games do not put the TEXTURE flags in the surface caps.
[wine] / dlls / ole32 /
2003-07-09  Steven Edwards- Create new file ole2_16.c for ole2 16bit only functions.
2003-07-09  Francois GougetSpelling fixes.
2003-07-02  Francois GougetFixed some common spelling errors.
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-06-27  Troy RolloImplemented OleDraw.
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-17  Mike HearnImplement a class factory for the Global Interface...
2003-06-04  Ove KaavenPreliminary support for COM apartments.
2003-05-22  Ove KaavenDCOM IDL file based on the DCOM specification.
2003-05-19  Mike McCormackSemi-correct implementation of OleMetafilePictFromIconA...
2003-05-15  Steven EdwardsSeparate Win16 and Win32 implementations in memlockbytes.
2003-05-13  Mike McCormackAdded stub for OleDoAutoConvert.
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-05-13  Robert Shearman- Implement a few more cases in PropVariantClear.
2003-05-11  Mike McCormackImplemented WriteFmtUserTypeStg and ReadFmtUserTypeStg.
2003-04-14  Andreas MohrFix blatantly wrong SetFilePointer() calls.
2003-04-12  Alexandre JulliardThe com_interface attribute is not needed on derived...
2003-04-11  Alexandre JulliardSimplified COM interface declarations, removing the...
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-04-10  Alexandre JulliardUse a more compatible technique to declare COM interfac...
2003-04-05  Alberto Massari- The bindcontext object was leaking strings.
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.
next