Added SystemParametersInfo unit test.
[wine] / dlls / oleaut32 /
2002-02-19  Patrick HallerFix crash in VariantTimeToDosDateTime.
2002-02-05  Marcus MeissnerImplemented Local Server COM.
2002-02-04  Malte StarostikDo not destroy ITypeLib held by ITypeInfo before the...
2002-02-04  Marcus MeissnerVT_EMPTY can be coerced to VT_I4, value 0.
2002-01-29  Huw D M DaviesWeird thing with lcid of library is that if sublang...
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2002-01-29  Bill MedlandA couple of additions.
2002-01-22  Marcus MeissnerThe \\<nr> magic in LoadTypeLibEx found directories...
2002-01-15  Bill MedlandLeave IID check to the OleCreateFontIndirect, so that...
2002-01-10  Bill MedlandComment only; error in Microsoft documentation.
2002-01-09  Bill MedlandFixed GetDocumentation a little. When called from...
2002-01-02  Ove KaavenIf SafeArrayGetElement is called on a variant array...
2002-01-02  Ove KaavenFixed a looks-like-nobody-ever-tested-this-function...
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-12-26  Alexandre JulliardRemoved the SEGPTR_* macros.
2001-12-20  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-11-19  Andreas Mohr- fix wrong hexadecimal GetLastError() output
2001-11-12  Huw D M DaviesFixes stupid bug with typelib filenames.
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-10-23  Hidenori TakeshimaImplemented OleCreatePropertyFrame and
2001-10-21  Andreas MohrCosmetics.
2001-10-14  Ove KaavenFixed bugs with propget methods with input arguments.
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.
next