Added stub for SignalObjectAndWait.
[wine] / dlls / oleaut32 /
2004-03-16  Fabian CenedeseLet VarParseNumFromStr and VarNumFromParseNum cope...
2004-03-15  Alastair BridgewaterImplementation of ICreateTypeInfo2_SetHelpContext,
2004-03-13  Alastair BridgewaterImplemented ITypeLib2_GetTypeInfo() and
2004-03-13  Alastair BridgewaterImprove how the GUID hash system works. Mainly a cleanu...
2004-03-13  Alastair BridgewaterRename some of the fields in typelib.h to makes more...
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-03-01  Martin FuchsCorrect return type of SysStringLen() and SysStringByte...
2004-02-27  Patrik StridvallFixed some issues found by winapi_check.
2004-02-26  Fabian CenedeseVarRound implementation (without type DECIMAL yet)...
2004-02-25  Alexandre JulliardFixed callers of GetLocaleInfoW to use the correct...
2004-02-25  Fabian CenedeseNo sign extension for negative values.
2004-02-17  Fabian CenedeseAccept VT_BOOL mixed with another type as valid combina...
2004-02-10  Alastair BridgewaterSupport for a small handful more return value/argument...
2004-02-10  Alastair BridgewaterFixes and support for TypeInfo alignment values.
2004-02-10  Alastair BridgewaterStubbed-out implementation of the ITypeLib interface.
2004-02-09  Francois GougetAssorted spelling and case fixes.
2004-02-09  Alastair BridgewaterPreliminary support for ICreateTypeInfo::AddImplType().
2004-02-09  Alastair BridgewaterPreliminary support for recording custom data in a...
2004-02-09  Alastair BridgewaterSupport for recording the SYSKIND of the type library.
2004-02-06  Chris MorganImplement tests for VarMod().
2004-02-06  Chris MorganImplement VarMod().
2004-02-03  Alastair BridgewaterStubbed-out implementation of the ITypeInfo2 interface...
2004-02-03  Kirill SmelkovOLEPictureImpl_Load: fix for headerless pictures.
2004-01-28  Alastair BridgewaterPreliminary implementation of ICreateTypeInfo2_fnAddFun...
2004-01-28  Alastair BridgewaterImprovements to ICreateTypeInfo2_fnAddVarDesc().
2004-01-27  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-27  Alastair BridgewaterA small number of cleanups.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-23  Alexandre JulliardMoved a few remaining 16-bit definitions out of the...
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-21  Alastair BridgewaterInitial implementation of CreateTypeLib2() and the...
2004-01-20  Jon GriffithsRemove tests that are covered by vartype.c.
2004-01-19  Hans LeidekkerAdd missing comma.
2004-01-13  Jon GriffithsImplemented VarInt, VarFix, VarNeg.
2004-01-13  Jon GriffithsUse integer math in VarCyInt, docs.
2004-01-12  Marcus MeissnerSafeArrayRedim: Use the correct size for resize too.
2004-01-09  Alexandre JulliardGet rid of no longer needed WINE_PACKED define.
2004-01-09  Marcus MeissnerCopy BSTRs byte wise.
2004-01-06  Francois GougetAssorted spelling fixes.
2004-01-02  Alexandre JulliardCommented out tests that assume that the current year...
2003-12-31  Marcus MeissnerFixed size calculation on redim if old size was 0.
2003-12-30  Marcus MeissnerDimensions with cElements=0 are valid and needed by...
2003-12-30  Marcus MeissnerAdded more argument numbers for _invoke().
2003-12-15  Jon GriffithsI8/UI8 are accepted in arrays in recent native dlls.
2003-12-15  Jon GriffithsUse the SafeArray conversion functions when coercing...
2003-12-15  Jon GriffithsRewrite: Support I8/UI8,RECORD.
2003-12-15  Marcus MeissnerImplemented VarInt, VarPow.
2003-12-15  Marcus MeissnerYet another useful hint for missing stdole32.tlb.
2003-12-15  Marcus MeissnerDo not clear the pointer we just allocated, just the...
2003-12-13  Andrew de Quincey- Implemented HELPDIR subkeys properly in RegisterTypeL...
2003-12-12  Alexandre JulliardAvoid long long constants (reported by Gerald Pfeifer).
2003-12-11  Jon GriffithsOops - VT_EMPTY->VT_RECORD is not allowed.
2003-12-11  Jon GriffithsTest almost all of the low level variant functions
2003-12-11  Jon GriffithsReimplement/document every low level variant function.
2003-12-10  Andrew de QuinceyUpwards traversal of inheritance tree didn't occur...
2003-12-10  Jon GriffithsFix a couple of tests for w2k (Russian).
2003-12-09  Jon GriffithsFix the tests to pass when locale settings are user...
2003-12-09  Jon GriffithsImplement conversions between dates and strings.
2003-12-02  Jon GriffithsAdd hash tables for all supported languages.
2003-12-01  Marcus MeissnerUse correct pointer for SysFreeString.
2003-11-28  Alexandre JulliardPorting fixes.
2003-11-26  Dimitrie O. PaunSysReAllocStringLen is documented to segfault on NULL...
2003-11-25  Jon GriffithsTests for the non-variant date conversion functions.
2003-11-25  Jon GriffithsImprove/shrink variant dumping code.
2003-11-25  Jon GriffithsImplemented the variant formatting functions.
2003-11-25  Jon GriffithsMacros for dumping a variants type and flags.
2003-11-19  Ivan Leo Murray... Added/updated Italian resources.
2003-11-18  Dmitry TimoshkovApply same magic to LibAttr.lcid from MSFT to SLTG.
2003-11-14  Jon GriffithsImplement the non-variant date conversions correctly...
2003-11-14  Jon GriffithsAdd some missing prototypes/defines.
2003-11-14  Jon GriffithsDump a few more known variant types.
2003-11-09  Gerald PfeiferRemoved dead code in VarDateFromUI2().
2003-11-05  Marcelo DuarteLocalization to the Portuguese of Brazil.
2003-11-03  Marcus MeissnerDo not coerce arguments of ITypeLib::Invoke in-place...
2003-10-28  Francois GougetWeekly spelling fixes.
2003-10-16  Alexandre JulliardThe imported typelib name must be converted to Unicode.
2003-10-15  Jon GriffithsAdd resources for boolean strings in several languages.
2003-10-14  Gerald PfeiferRemove unused variables mdays, months, days, and DateStyle.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-10  Jon GriffithsDocumentation update.
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-03  Jon GriffithsTests for recent variant changes.
2003-10-03  Jon GriffithsAdd VarParseNumFromStr()/VarNumFromParseNum(), use...
2003-09-29  Francois GougetSome spelling fixes.
2003-09-24  Jon GriffithsDocument BSTR functions, add SetOANoCache().
2003-09-22  Marcus Meissner_nrroffuncs: Check for error before dereferencing retur...
2003-09-17  Alexandre JulliardMoved out of windef.h a few definitions that don't...
2003-09-16   <develop@stueben... Use SysAllocStringByteLen/SysStringByteLen to copy...
2003-09-12  Mike HearnImplement dispatch variant marshalling.
2003-09-11  Francois GougetModify winetest_ok to only add a trailing '\n' if there...
2003-09-09  Alexandre JulliardFixed a few more headers dependency issues.
2003-09-08  Mike McCormackCreate a propper stub for oleaut32.VarMod.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Alexandre JulliardAvoid including wine/obj_*.h files directly from C...
2003-08-28  Alexandre JulliardWarning fix.
2003-08-28  Mike HearnImplemented a typelib loader cache.
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-08-18  Robert ReifFixed Warblade image loading.
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
next