Listview_ProcessLetterKeys: fixed never ending loop when end index is
[wine] / dlls / oleaut32 /
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-09-12  Alexandre JulliardRemoved the __uint* types from basetsd.h since they...
2002-08-28  Patrik StridvallRemoved trailing white space.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-09  Alexandre JulliardCreate separate makefiles for tests for more flexibility.
2002-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-07-29  Michael StefaniucConverted HENHMETAFILE and HMETAFILE to a void*.
2002-07-19  Patrik StridvallFixed some issues found by winapi_check.
2002-07-16  Gregg MattinsonFixed void* arithmetic.
2002-07-10  Gregg MattinsonFixes to allow big endian machines to load MSFT typelib...
2002-07-08  Jason Edmeades- VarFormat now supports VT_R8 and BYREF variant types.
2002-07-05  Jason EdmeadesEnsure VarBstrCat handles null parms as per windows...
2002-06-25  Jason EdmeadesEnsure we free the cached HFONT after loading in a...
2002-06-21  Vincent BéronFixed some various comparisons wrt signedness.
2002-06-21  John K. HohmImplemented SizeOfVariantData cases for VT_DISPATCH...
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-21  Alexandre JulliardMoved succeeding test out of todo block.
2002-06-20  Mike McCormackFixed ordinals to match the Windows values.
2002-06-20  Jason Edmeades- VarAnd, VarCmp (Strings only), VarNot implemented.
2002-06-20  Marcus MeissnerITypelib::Invoke: Handle different length arguments...
2002-06-14  Marcus MeissnerHandle argsize for VT_DATE.
2002-06-10  Huw D M DaviesAdd more magic to find the start of the nametable.
2002-06-10  Marcus MeissnerMerged the two serializer and unserializer functions...
2002-06-10  Marcus MeissnerAdded some debugoutput functions for TYPEATTR, IDLDESC...
2002-06-04  Marcus MeissnerAdded marshalling of IUnknown.
2002-06-04  Steven EdwardsPorting fixes.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Vincent BéronFixed some more missing \n in traces.
2002-05-23  Andreas MohrRemoved obsolete email address.
2002-05-23  Francois GougetMake the tests compile with Visual C++.
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-16  Alexandre JulliardImplemented strtolW/strtoulW in libwine_unicode and...
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-05-06  Marcus MeissnerSmall hack to make InstallShield v6 work better.
2002-05-06  Marcus MeissnerBSTRs can be NULL, handle them seperately.
2002-05-05  Alexandre JulliardRemoved more code at Hidenori's request.
2002-05-01  Alexandre JulliardAttempt at fixing MAX_PATH issues for mingw.
2002-04-27  Alexandre JulliardAdded some shdocvw ordinals and stubs.
2002-04-20  Hidenori TakeshimaImplemented OleIconToCursor.
2002-04-11  Hidenori TakeshimaReturn error codes in some 16bit ole stubs, returning...
2002-04-02  Alexandre JulliardVarious makefile fixes for the test environment.
2002-04-01  Hidenori TakeshimaImplemented CreateStdDispatch and CreateDispTypeInfo.
2002-03-26  Marcus MeissnerPorted variant tests to the new testing framework.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
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.
next