Fixed bugs in safe arrays.
[wine] / dlls / oleaut32 /
2001-10-14  Ove KaavenFixed bugs in safe arrays.
2001-10-14  Ove KaavenFix a UINT16 redefinition problem.
2001-10-10  Francois GougetMove the RT_XXX macros to winuser.h.
2001-10-05  Huw D M DaviesRemove some unnecessary AddRef's.
2001-10-04  Ove KaavenThe DISPPARAMS parameter array is a reverse-order array.
2001-10-04  Ove KaavenImplement coercion to VT_UNKNOWN from VT_DISPATCH.
2001-10-04  Ove KaavenITypeInfo::Invoke should also search inherited interfac...
2001-10-03  Ove KaavenDon't ignore DISPATCH_METHOD in ITypeInfo::Invoke.
2001-10-03  Huw D M DaviesLooks like the SLTG_ImplInfo struct isn't a fixed size.
2001-10-02  Andreas MohrMake OaBuildVersion() return the highest version value...
2001-10-02  Huw D M DaviesLong nameless args in SLTG apparently get denoted by...
2001-10-01  Ove KaavenImplemented DispGetParam.
2001-09-26  Huw D M DaviesBetter handling of typelibs loaded with a trailing...
2001-09-21  Ove KaavenVariants and safe arrays is now able to copy BSTR swith...
2001-09-21  Ove KaavenRegister typelib marshaling for OLE Automation-compatib...
2001-09-10  Patrik StridvallDocumentation fixes.
2001-09-10  Huw D M DaviesLoad some useful TYPEATTR elements from v1 typelibs.
2001-09-07  Huw D M DaviesAdd reader for v1 (SLTG) typelibs.
2001-08-21  Francois GougetAdd the decVal field to VARIANT.
2001-08-20  Marcus MeissnerUse GetDC(0) instead of CreateCompatibleDC(0).
2001-08-20  Marcus MeissnerWe need to make a copy of the fontname and the HFONT...
2001-08-18  Marcus MeissnerDo not pass the high level wFlags from VariantChangeTyp...
2001-08-18  Mike McCormackImplemented oleaut32.VarBstrCat.
2001-08-16  Mike McCormackPartially implement oleaut32.VarBstrCmp.
2001-08-15  Marcus MeissnerImplemented VarParseNumFromStr, VarNumFromParseNum.
2001-08-15  Marcus MeissnerDateTimeStringToTm and DateToTm must use dwFlags instea...
2001-08-13  Daniel Walker- implemented SystemTimetoVariantTime/VariantTimetoSyst...
2001-08-09  Patrik StridvallFixed issue found by winapi_check.
2001-08-06  Marcus MeissnerImplemented OleLoadPicture.
2001-08-06  Marcus MeissnerFirst (partial) implementation of ITypeInfo::Invoke.
2001-08-03  Malte StarostikImplemented RegisterTypeLib.
2001-07-26  Patrik StridvallDocumentation fixes.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-24  Marcus MeissnerOLEAUT32.DllGetClassObject and support for the Ole...
2001-07-23  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-22  Marcus MeissnerOleFont::IDispatch::Invoke stub can just return S_OK.
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.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-08  Patrik Stridvall- Added comment that code is broken.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-05-31  Francois GougetFix the VarXxxFromCy conversions.
2001-05-18  Francois GougetSpelling typos.
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-04-10  Gerard PatelStub for OleLoadPictureEx.
2001-03-19  Dmitry TimoshkovAdd version info for built-in oleaut32.dll.
2001-03-05  Andreas MohrThe for loop in ITypeLib2_fnFindName was wrong (extra...
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-02-12  Jon GriffithsImplement LHashValOfNameSysA for 4 LCIDs, fix prototype.
2001-02-12  Patrik StridvallDocumentation argument fixes.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-22  Josh DuBoisChanged VarCyFromI1 to take a signed char.
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2000-12-21  Francois Jacques- TLB_DoFuncs: code cleanup and elemdescFunc read corre...
2000-12-21  Francois JacquesUpdated SafeArrayGetUBound and SafeArrayGetLBound with...
2000-12-19  Francois JacquesImplementation of Dispatch API.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-19  Gerard PatelMisc fixes for QueryPathOfRegTypeLib, TLB_ReadTypeLib,
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  Alexandre JulliardFixed some warnings.
2000-12-09  Andreas Mohr- README update
2000-12-09  Andreas MohrDon't fail on pointer address checking when foreign...
2000-12-06  Alexandre JulliardCreated a small static library in ole/libuuid.a that...
2000-12-02  Francois GougetFixed miscellaneous typos, syntactic and grammatical...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-30  Patrik StridvallDon't include windows.h internally.
2000-11-30  Alexandre JulliardUse the HEAP_WINE_SEGPTR flag to specify allocations...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Andreas Mohr- added winver settings nt2k, win30 and win20 (yes...
2000-11-25  Francois Jacques- support for arguments with referenced types
2000-11-25  Francois JacquesImplemented VT_EMPTY to VT_BSTR type coercion.
2000-11-16  Alexandre JulliardAvoid linking with ntdll where possible.
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-29  Joerg MayerMove inline and static to the beginning of declarations.
2000-10-26  Francois JacquesUpdated the load process so that all typelibs (and...
2000-10-25  Francois JacquesUpdated typelib loader. Typelib contents can be stored...
2000-10-19  Chris MorganStub CreateDispTypeInfo, CreateStdDispatch16 and Create...
2000-10-13  Francois GougetFixed the signature of SysAllocStringByteLen.
2000-10-12  Francois GougetAdded some of the APIs introduced in Win98, mostly...
2000-10-03  Francois GougetFixed some prototypes.
2000-09-27  Alexandre JulliardAdded a few missing imports.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-19  Gerard PatelAvoid infinite loop if QueryPathOfRegTypeLib is called...
2000-08-26  Andreas Mohr- made the MIDI sequencer error message much better...
2000-08-22  Francois Jacques- removed unnecessary recursion
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-08-09  James Hatheway- Avoid null-pointer exceptions by testing listnodes...
2000-08-08  Alexandre JulliardSmall dll interfaces cleanups.
2000-08-03  Alexandre JulliardMoved GUID definitions to their respective dll.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
next