Horizontal scrollbar is hidden when edit control is emptied.
[wine] / dlls / oleaut32 / typelib2.c
2005-01-10  Alexandre JulliardAnother warning fix.
2005-01-09  Alexandre JulliardAvoid warnings.
2005-01-09  Paul Vriens- use Interlocked* functions in AddRef and Release.
2005-01-03  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-27  Huw DaviesFix typelib generation of CARRAYs.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-16  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-11-30  Eric PouechConst correctness fixes.
2004-10-22  Alexandre JulliardConverted more of the (Un)RegisterTypeLib code to Unicode.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-09  Alexandre JulliardGet rid of the non-standard ICOM_THIS macro.
2004-08-30  Filip NavaraFor non-overlapped writes the lpNumberOfBytesWritten...
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-04-23  Jon GriffithsImplement ClearCustData.
2004-04-20  Francois GougetMake Unicode strings 'static const'.
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-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-03  Alastair BridgewaterStubbed-out implementation of the ITypeInfo2 interface...
2004-01-28  Alastair BridgewaterPreliminary implementation of ICreateTypeInfo2_fnAddFun...
2004-01-28  Alastair BridgewaterImprovements to ICreateTypeInfo2_fnAddVarDesc().
2004-01-27  Alastair BridgewaterA small number of cleanups.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-21  Alastair BridgewaterInitial implementation of CreateTypeLib2() and the...