- make the Landscape/Portrait buttons do something.
[wine] / dlls / oleaut32 / typelib.c
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-19  Gerard PatelMisc fixes for QueryPathOfRegTypeLib, TLB_ReadTypeLib,
2000-12-13  Alexandre JulliardFixed some warnings.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
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-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-03  Francois GougetFixed some prototypes.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
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-22  Francois Jacques- removed unnecessary recursion
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-07-29  Marcus MeissnerAdded CreateTypeLib,LHashValOfNameSys stubs.
2000-07-10  Juergen Schmied- better loading of *.tlb files
2000-07-09  Huw D M DaviesStub implementation of LHashValOfNameSysA.
2000-07-08  Huw D M DaviesFix typo in ITypeLib::IsName.
2000-06-24  Juergen Schmied- removed hack to find the right resource
2000-06-23  Alexandre JulliardCleaned up a few inter-dll dependencies.
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-18  Alexandre JulliardChanged the loading of typelib files to use a memory...
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-01-30  Francois GougetThe COM virtual tables must use the
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-05  Andreas Mohr- the OLE version returned was too low
1999-10-13  Francois GougetUse the COM macros rather than directly accessing the...
1999-09-29  Rein KlazesFirst implementation of LoadTypeLibEx().
1999-09-23  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.