2003-12-30 |
Marcus Meissner | Added more argument numbers for _invoke(). |
blob | commitdiff | raw |
2003-12-15 |
Marcus Meissner | Yet another useful hint for missing stdole32.tlb. |
blob | commitdiff | raw | diff to current |
2003-12-13 |
Andrew de Quincey | - Implemented HELPDIR subkeys properly in RegisterTypeL... |
blob | commitdiff | raw | diff to current |
2003-12-10 |
Andrew de Quincey | Upwards traversal of inheritance tree didn't occur... |
blob | commitdiff | raw | diff to current |
2003-11-25 |
Jon Griffiths | Improve/shrink variant dumping code. |
blob | commitdiff | raw | diff to current |
2003-11-18 |
Dmitry Timoshkov | Apply same magic to LibAttr.lcid from MSFT to SLTG. |
blob | commitdiff | raw | diff to current |
2003-11-14 |
Jon Griffiths | Dump a few more known variant types. |
blob | commitdiff | raw | diff to current |
2003-11-03 |
Marcus Meissner | Do not coerce arguments of ITypeLib::Invoke in-place... |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Alexandre Julliard | The imported typelib name must be converted to Unicode. |
blob | commitdiff | raw | diff to current |
2003-10-06 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Mike Hearn | Implemented a typelib loader cache. |
blob | commitdiff | raw | diff to current |
2003-08-20 |
Alexandre Julliard | winnls.h must not include winbase.h. |
blob | commitdiff | raw | diff to current |
2003-06-27 |
Robert Shearman | - Silence the FIXME about constructor/destructor since... |
blob | commitdiff | raw | diff to current |
2003-05-15 |
Marcus Meissner | Handle VT_I2 <-> VT_USERDEFINED/TKIND_ENUM conversions... |
blob | commitdiff | raw | diff to current |
2003-05-13 |
Dmitry Timoshkov | Remove redundant ITypeLib2_AddRef's. Makes |
blob | commitdiff | raw | diff to current |
2003-05-13 |
Francois Gouget | Fix miscellaneous spelling errors and typos. |
blob | commitdiff | raw | diff to current |
2003-04-17 |
Alexandre Julliard | Avoid local WINAPI function pointers in _invoke. |
blob | commitdiff | raw | diff to current |
2003-04-10 |
Alexandre Julliard | Removed uses of the non standard ICOM_VTBL macro. |
blob | commitdiff | raw | diff to current |
2003-03-04 |
Marcus Meissner | Handle VT_PTR->VT_VARIANT arguments of Invoke. |
blob | commitdiff | raw | diff to current |
2003-02-26 |
Mike Hearn | Check both pointers in GetContainingTypeLib. |
blob | commitdiff | raw | diff to current |
2003-01-21 |
Marcus Meissner | Print a large failure message if we try to load stdole3... |
blob | commitdiff | raw | diff to current |
2003-01-11 |
Marcus Meissner | Convert VT_DISPATCH variants into VT_USERDEFINED/TKIND_... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
blob | commitdiff | raw | diff to current |
2003-01-05 |
Alexandre Julliard | Fixed some issues caused by the new oaidl.h. |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Marcus Meissner | Process TKIND_ALIAS in SLTG typelibs, 0x14 in the tail... |
blob | commitdiff | raw | diff to current |
2002-12-12 |
Alberto Massari | Implemented DispCallFunc so that it works when calling... |
blob | commitdiff | raw | diff to current |
2002-12-12 |
Marcus Meissner | Split out 16bit code into typelib16.c. |
blob | commitdiff | raw | diff to current |
2002-12-05 |
Ove Kaaven | Make sure that no files except unknwn.h include wine... |
blob | commitdiff | raw | diff to current |
2002-11-13 |
Alberto Massari | ITypeInfo::Invoke now is able to invoke a function... |
blob | commitdiff | raw | diff to current |
2002-11-11 |
Marcus Meissner | Added partial implementation of ITypeInfo::GetDllEntry(). |
blob | commitdiff | raw | diff to current |
2002-11-11 |
Marcus Meissner | Silence one FIXME(). Implement ITypeInfo::GetDocumentat... |
blob | commitdiff | raw | diff to current |
2002-11-08 |
Marcus Meissner | Draft implementation of DispCallFunc. |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Alexandre Julliard | Fixed HANDLE<->HFILE conversions, since they will be... |
blob | commitdiff | raw | diff to current |
2002-07-16 |
Gregg Mattinson | Fixed void* arithmetic. |
blob | commitdiff | raw | diff to current |
2002-07-10 |
Gregg Mattinson | Fixes to allow big endian machines to load MSFT typelib... |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Jason Edmeades | - VarAnd, VarCmp (Strings only), VarNot implemented. |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Marcus Meissner | ITypelib::Invoke: Handle different length arguments... |
blob | commitdiff | raw | diff to current |
2002-06-10 |
Huw D M Davies | Add more magic to find the start of the nametable. |
blob | commitdiff | raw | diff to current |
2002-06-10 |
Marcus Meissner | Added some debugoutput functions for TYPEATTR, IDLDESC... |
blob | commitdiff | raw | diff to current |
2002-06-04 |
Steven Edwards | Porting fixes. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-23 |
Andreas Mohr | Removed obsolete email address. |
blob | commitdiff | raw | diff to current |
2002-05-16 |
Alexandre Julliard | Implemented strtolW/strtoulW in libwine_unicode and... |
blob | commitdiff | raw | diff to current |
2002-05-06 |
Marcus Meissner | Small hack to make InstallShield v6 work better. |
blob | commitdiff | raw | diff to current |
2002-05-01 |
Alexandre Julliard | Attempt at fixing MAX_PATH issues for mingw. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-05 |
Marcus Meissner | Implemented Local Server COM. |
blob | commitdiff | raw | diff to current |
2002-02-04 |
Malte Starostik | Do not destroy ITypeLib held by ITypeInfo before the... |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Huw D M Davies | Weird thing with lcid of library is that if sublang... |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Dimitrie O. Paun | Make FIXMEs more grep-able. |
blob | commitdiff | raw | diff to current |
2002-01-22 |
Marcus Meissner | The \\<nr> magic in LoadTypeLibEx found directories... |
blob | commitdiff | raw | diff to current |
2002-01-09 |
Bill Medland | Fixed GetDocumentation a little. When called from... |
blob | commitdiff | raw | diff to current |
2001-11-19 |
Andreas Mohr | - fix wrong hexadecimal GetLastError() output |
blob | commitdiff | raw | diff to current |
2001-11-12 |
Huw D M Davies | Fixes stupid bug with typelib filenames. |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Ove Kaaven | Fixed bugs with propget methods with input arguments. |
blob | commitdiff | raw | diff to current |
2001-10-10 |
Francois Gouget | Move the RT_XXX macros to winuser.h. |
blob | commitdiff | raw | diff to current |
2001-10-05 |
Huw D M Davies | Remove some unnecessary AddRef's. |
blob | commitdiff | raw | diff to current |
2001-10-04 |
Ove Kaaven | The DISPPARAMS parameter array is a reverse-order array. |
blob | commitdiff | raw | diff to current |
2001-10-04 |
Ove Kaaven | ITypeInfo::Invoke should also search inherited interfac... |
blob | commitdiff | raw | diff to current |
2001-10-03 |
Ove Kaaven | Don't ignore DISPATCH_METHOD in ITypeInfo::Invoke. |
blob | commitdiff | raw | diff to current |
2001-10-03 |
Huw D M Davies | Looks like the SLTG_ImplInfo struct isn't a fixed size. |
blob | commitdiff | raw | diff to current |
2001-10-02 |
Huw D M Davies | Long nameless args in SLTG apparently get denoted by... |
blob | commitdiff | raw | diff to current |
2001-09-26 |
Huw D M Davies | Better handling of typelibs loaded with a trailing... |
blob | commitdiff | raw | diff to current |
2001-09-21 |
Ove Kaaven | Register typelib marshaling for OLE Automation-compatib... |
blob | commitdiff | raw | diff to current |
2001-09-10 |
Huw D M Davies | Load some useful TYPEATTR elements from v1 typelibs. |
blob | commitdiff | raw | diff to current |
2001-09-07 |
Huw D M Davies | Add reader for v1 (SLTG) typelibs. |
blob | commitdiff | raw | diff to current |
2001-08-21 |
Francois Gouget | Add the decVal field to VARIANT. |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Marcus Meissner | First (partial) implementation of ITypeInfo::Invoke. |
blob | commitdiff | raw | diff to current |
2001-08-03 |
Malte Starostik | Implemented RegisterTypeLib. |
blob | commitdiff | raw | diff to current |
2001-07-23 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-06-20 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-05-11 |
Francois Gouget | Remove unnecessary single quoting of debugstr_xxx strings. |
blob | commitdiff | raw | diff to current |
2001-05-09 |
Francois Gouget | Add '\n' at the end of traces. |
blob | commitdiff | raw | diff to current |
2001-03-05 |
Andreas Mohr | The for loop in ITypeLib2_fnFindName was wrong (extra... |
blob | commitdiff | raw | diff to current |
2001-02-28 |
Francois Gouget | Small 'typos in comments' fixes. |
blob | commitdiff | raw | diff to current |
2001-01-06 |
François Gouget | Fixed some HFILE vs. HANDLE mismatches. |
blob | commitdiff | raw | diff to current |
2000-12-21 |
Francois Jacques | - TLB_DoFuncs: code cleanup and elemdescFunc read corre... |
blob | commitdiff | raw | diff to current |
2000-12-19 |
Gerard Patel | Misc fixes for QueryPathOfRegTypeLib, TLB_ReadTypeLib, |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Alexandre Julliard | Fixed some warnings. |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Patrik Stridvall | Added/modified documentation for function arguments. |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Andreas Mohr | - added winver settings nt2k, win30 and win20 (yes... |
blob | commitdiff | raw | diff to current |
2000-11-25 |
Francois Jacques | - support for arguments with referenced types |
blob | commitdiff | raw | diff to current |
2000-10-26 |
Francois Jacques | Updated the load process so that all typelibs (and... |
blob | commitdiff | raw | diff to current |
2000-10-25 |
Francois Jacques | Updated typelib loader. Typelib contents can be stored... |
blob | commitdiff | raw | diff to current |
2000-10-03 |
Francois Gouget | Fixed some prototypes. |
blob | commitdiff | raw | diff to current |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Alexandre Julliard | Removed inclusion of wine/winestring.h from winbase... |
blob | commitdiff | raw | diff to current |
2000-09-19 |
Gerard Patel | Avoid infinite loop if QueryPathOfRegTypeLib is called... |
blob | commitdiff | raw | diff to current |
2000-08-22 |
Francois Jacques | - removed unnecessary recursion |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Alexandre Julliard | Replaced VERSION_* calls by exported API equivalents. |
blob | commitdiff | raw | diff to current |
2000-08-09 |
James Hatheway | - Avoid null-pointer exceptions by testing listnodes... |
blob | commitdiff | raw | diff to current |
2000-08-08 |
Alexandre Julliard | Small dll interfaces cleanups. |
blob | commitdiff | raw | diff to current |
2000-07-29 |
Marcus Meissner | Added CreateTypeLib,LHashValOfNameSys stubs. |
blob | commitdiff | raw | diff to current |
2000-07-10 |
Juergen Schmied | - better loading of *.tlb files |
blob | commitdiff | raw | diff to current |
2000-07-09 |
Huw D M Davies | Stub implementation of LHashValOfNameSysA. |
blob | commitdiff | raw | diff to current |
2000-07-08 |
Huw D M Davies | Fix typo in ITypeLib::IsName. |
blob | commitdiff | raw | diff to current |
2000-06-24 |
Juergen Schmied | - removed hack to find the right resource |
blob | commitdiff | raw | diff to current |
2000-06-23 |
Alexandre Julliard | Cleaned up a few inter-dll dependencies. |
blob | commitdiff | raw | diff to current |
next |